namespace DataUpdate
{
partial class ProvinceMain
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.btEnter = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.cbProvince = new System.Windows.Forms.ComboBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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(49, 85);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(138, 21);
this.label1.TabIndex = 1;
this.label1.Text = "请选择所在省份:";
//
// 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(63, 176);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(204, 19);
this.label3.TabIndex = 5;
this.label3.Text = "注:可按键盘上下方向键进行选择";
//
// 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(88, 25);
this.label2.TabIndex = 11;
this.label2.Text = "上传省份";
//
// cbProvince
//
this.cbProvince.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbProvince.FormattingEnabled = true;
this.cbProvince.Location = new System.Drawing.Point(184, 86);
this.cbProvince.Name = "cbProvince";
this.cbProvince.Size = new System.Drawing.Size(89, 20);
this.cbProvince.TabIndex = 1;
this.cbProvince.KeyDown += new System.Windows.Forms.KeyEventHandler(this.daynum_KeyDown);
//
// pictureBox2
//
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
this.pictureBox2.BackgroundImage = global::DataUpdate.Properties.Resources.矩形_1;
this.pictureBox2.Enabled = false;
this.pictureBox2.Image = global::DataUpdate.Properties.Resources.省份选择;
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;
//
// 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;
//
// ProvinceMain
//
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.cbProvince);
this.Controls.Add(this.label2);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.label3);
this.Controls.Add(this.btEnter);
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 = "ProvinceMain";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "InputMain";
this.TopMost = true;
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btEnter;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbProvince;
}
}