2025-03-28 09:49:56 +08:00

213 lines
11 KiB
C#

namespace DataUpdate
{
partial class InputMain
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.daynum = new System.Windows.Forms.NumericUpDown();
this.btEnter = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.lbl_days = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.daynum)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.White;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(153)))), ((int)(((byte)(168)))));
this.label1.Location = new System.Drawing.Point(50, 64);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(186, 21);
this.label1.TabIndex = 1;
this.label1.Text = "请选择需要上传的天数:";
//
// daynum
//
this.daynum.Font = new System.Drawing.Font("宋体", 12F);
this.daynum.Location = new System.Drawing.Point(230, 59);
this.daynum.Name = "daynum";
this.daynum.Size = new System.Drawing.Size(47, 26);
this.daynum.TabIndex = 2;
this.daynum.Value = new decimal(new int[] {
3,
0,
0,
0});
this.daynum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.daynum_KeyDown);
//
// btEnter
//
this.btEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(167)))), ((int)(((byte)(255)))));
this.btEnter.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(167)))), ((int)(((byte)(255)))));
this.btEnter.FlatAppearance.BorderSize = 0;
this.btEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btEnter.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btEnter.ForeColor = System.Drawing.Color.White;
this.btEnter.Location = new System.Drawing.Point(101, 137);
this.btEnter.Name = "btEnter";
this.btEnter.Size = new System.Drawing.Size(129, 30);
this.btEnter.TabIndex = 3;
this.btEnter.Text = "确定[Enter]";
this.btEnter.UseVisualStyleBackColor = false;
this.btEnter.Click += new System.EventHandler(this.btEnter_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.White;
this.label3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(99)))), ((int)(((byte)(99)))));
this.label3.Location = new System.Drawing.Point(62, 176);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(204, 19);
this.label3.TabIndex = 5;
this.label3.Text = "注:按键盘上下方向键可选择天数";
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.White;
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(153)))), ((int)(((byte)(168)))));
this.label4.Location = new System.Drawing.Point(84, 98);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(74, 21);
this.label4.TabIndex = 6;
this.label4.Text = "当前共有";
//
// lbl_days
//
this.lbl_days.AutoSize = true;
this.lbl_days.BackColor = System.Drawing.Color.White;
this.lbl_days.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
this.lbl_days.ForeColor = System.Drawing.Color.DodgerBlue;
this.lbl_days.Location = new System.Drawing.Point(151, 93);
this.lbl_days.Name = "lbl_days";
this.lbl_days.Size = new System.Drawing.Size(36, 26);
this.lbl_days.TabIndex = 7;
this.lbl_days.Text = "00";
//
// label6
//
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.Color.White;
this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(153)))), ((int)(((byte)(168)))));
this.label6.Location = new System.Drawing.Point(180, 98);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(74, 21);
this.label6.TabIndex = 8;
this.label6.Text = "天未上传";
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.White;
this.pictureBox1.Location = new System.Drawing.Point(6, 45);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(321, 161);
this.pictureBox1.TabIndex = 9;
this.pictureBox1.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
this.pictureBox2.BackgroundImage = global::DataUpdate.Properties.Resources.;
this.pictureBox2.Enabled = false;
this.pictureBox2.Location = new System.Drawing.Point(0, 1);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(332, 43);
this.pictureBox2.TabIndex = 10;
this.pictureBox2.TabStop = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(46, 10);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(126, 25);
this.label2.TabIndex = 11;
this.label2.Text = "上传天数选择";
//
// InputMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(251)))));
this.ClientSize = new System.Drawing.Size(333, 213);
this.ControlBox = false;
this.Controls.Add(this.label2);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.label6);
this.Controls.Add(this.lbl_days);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.btEnter);
this.Controls.Add(this.daynum);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "InputMain";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "InputMain";
this.TopMost = true;
((System.ComponentModel.ISupportInitialize)(this.daynum)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.NumericUpDown daynum;
private System.Windows.Forms.Button btEnter;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label lbl_days;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Label label2;
}
}