Beispiel #1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FLogin));
     this.pbDotnet         = new System.Windows.Forms.PictureBox();
     this.pictureBox1      = new System.Windows.Forms.PictureBox();
     this.lblUser          = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.pictureBox2      = new System.Windows.Forms.PictureBox();
     this.ucLEUserCode     = new UserControl.UCLabelEdit();
     this.ucBtnExit        = new UserControl.UCButton();
     this.ucBtnLogin       = new UserControl.UCButton();
     this.ucLClanguage     = new UserControl.UCLabelCombox();
     this.ucLEResourceCode = new UserControl.UCLabelEdit();
     this.cboDatabase      = new UserControl.UCLabelCombox();
     this.ucLEPassword     = new UserControl.UCLabelEdit();
     ((System.ComponentModel.ISupportInitialize)(this.pbDotnet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.SuspendLayout();
     //
     // pbDotnet
     //
     this.pbDotnet.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pbDotnet.Image    = ((System.Drawing.Image)(resources.GetObject("pbDotnet.Image")));
     this.pbDotnet.Location = new System.Drawing.Point(0, 223);
     this.pbDotnet.Name     = "pbDotnet";
     this.pbDotnet.Size     = new System.Drawing.Size(570, 185);
     this.pbDotnet.TabIndex = 25;
     this.pbDotnet.TabStop  = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(570, 203);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 27;
     this.pictureBox1.TabStop  = false;
     //
     // lblUser
     //
     this.lblUser.AutoSize  = true;
     this.lblUser.Location  = new System.Drawing.Point(328, 231);
     this.lblUser.Name      = "lblUser";
     this.lblUser.Size      = new System.Drawing.Size(41, 12);
     this.lblUser.TabIndex  = 55;
     this.lblUser.Text      = "用户名";
     this.lblUser.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(328, 280);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(41, 12);
     this.label2.TabIndex = 31;
     this.label2.Text     = "资  源";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(328, 304);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(41, 12);
     this.label3.TabIndex = 32;
     this.label3.Text     = "语  言";
     //
     // pictureBox2
     //
     this.pictureBox2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(0, 203);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(570, 20);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox2.TabIndex = 33;
     this.pictureBox2.TabStop  = false;
     //
     // ucLEUserCode
     //
     this.ucLEUserCode.AllowEditOnlyChecked = true;
     this.ucLEUserCode.AutoSelectAll        = false;
     this.ucLEUserCode.AutoUpper            = true;
     this.ucLEUserCode.Caption      = "";
     this.ucLEUserCode.Checked      = false;
     this.ucLEUserCode.Cursor       = System.Windows.Forms.Cursors.IBeam;
     this.ucLEUserCode.EditType     = UserControl.EditTypes.String;
     this.ucLEUserCode.Location     = new System.Drawing.Point(367, 235);
     this.ucLEUserCode.MaxLength    = 40;
     this.ucLEUserCode.Multiline    = false;
     this.ucLEUserCode.Name         = "ucLEUserCode";
     this.ucLEUserCode.PasswordChar = '\0';
     this.ucLEUserCode.ReadOnly     = false;
     this.ucLEUserCode.ShowCheckBox = false;
     this.ucLEUserCode.Size         = new System.Drawing.Size(141, 23);
     this.ucLEUserCode.TabIndex     = 0;
     this.ucLEUserCode.TabNext      = true;
     this.ucLEUserCode.Value        = "";
     this.ucLEUserCode.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLEUserCode.XAlign       = 375;
     //
     // ucBtnExit
     //
     this.ucBtnExit.BackColor       = System.Drawing.SystemColors.Control;
     this.ucBtnExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnExit.BackgroundImage")));
     this.ucBtnExit.ButtonType      = UserControl.ButtonTypes.Exit;
     this.ucBtnExit.Caption         = "退出";
     this.ucBtnExit.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucBtnExit.Location        = new System.Drawing.Point(424, 363);
     this.ucBtnExit.Name            = "ucBtnExit";
     this.ucBtnExit.Size            = new System.Drawing.Size(88, 22);
     this.ucBtnExit.TabIndex        = 5;
     this.ucBtnExit.Click          += new System.EventHandler(this.ucBtnExit_Click);
     //
     // ucBtnLogin
     //
     this.ucBtnLogin.BackColor       = System.Drawing.SystemColors.Control;
     this.ucBtnLogin.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnLogin.BackgroundImage")));
     this.ucBtnLogin.ButtonType      = UserControl.ButtonTypes.None;
     this.ucBtnLogin.Caption         = "登录";
     this.ucBtnLogin.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.ucBtnLogin.Location        = new System.Drawing.Point(330, 363);
     this.ucBtnLogin.Name            = "ucBtnLogin";
     this.ucBtnLogin.Size            = new System.Drawing.Size(88, 22);
     this.ucBtnLogin.TabIndex        = 4;
     this.ucBtnLogin.Click          += new System.EventHandler(this.ucBtnLogin_Click);
     //
     // ucLClanguage
     //
     this.ucLClanguage.AllowEditOnlyChecked = true;
     this.ucLClanguage.Caption               = "";
     this.ucLClanguage.Checked               = false;
     this.ucLClanguage.Location              = new System.Drawing.Point(367, 307);
     this.ucLClanguage.Name                  = "ucLClanguage";
     this.ucLClanguage.SelectedIndex         = -1;
     this.ucLClanguage.ShowCheckBox          = false;
     this.ucLClanguage.Size                  = new System.Drawing.Size(141, 22);
     this.ucLClanguage.TabIndex              = 3;
     this.ucLClanguage.WidthType             = UserControl.WidthTypes.Normal;
     this.ucLClanguage.XAlign                = 375;
     this.ucLClanguage.SelectedIndexChanged += new System.EventHandler(this.ucLClanguage_SelectedIndexChanged);
     //
     // ucLEResourceCode
     //
     this.ucLEResourceCode.AllowEditOnlyChecked = true;
     this.ucLEResourceCode.AutoSelectAll        = false;
     this.ucLEResourceCode.AutoUpper            = true;
     this.ucLEResourceCode.Caption         = "";
     this.ucLEResourceCode.Checked         = false;
     this.ucLEResourceCode.EditType        = UserControl.EditTypes.String;
     this.ucLEResourceCode.Location        = new System.Drawing.Point(367, 284);
     this.ucLEResourceCode.MaxLength       = 40;
     this.ucLEResourceCode.Multiline       = false;
     this.ucLEResourceCode.Name            = "ucLEResourceCode";
     this.ucLEResourceCode.PasswordChar    = '\0';
     this.ucLEResourceCode.ReadOnly        = false;
     this.ucLEResourceCode.ShowCheckBox    = false;
     this.ucLEResourceCode.Size            = new System.Drawing.Size(141, 22);
     this.ucLEResourceCode.TabIndex        = 2;
     this.ucLEResourceCode.TabNext         = false;
     this.ucLEResourceCode.Value           = "";
     this.ucLEResourceCode.WidthType       = UserControl.WidthTypes.Normal;
     this.ucLEResourceCode.XAlign          = 375;
     this.ucLEResourceCode.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ucLEResourceCode_TxtboxKeyPress);
     //
     // cboDatabase
     //
     this.cboDatabase.AllowEditOnlyChecked = true;
     this.cboDatabase.Caption       = "";
     this.cboDatabase.Checked       = false;
     this.cboDatabase.Location      = new System.Drawing.Point(367, 332);
     this.cboDatabase.Name          = "cboDatabase";
     this.cboDatabase.SelectedIndex = -1;
     this.cboDatabase.ShowCheckBox  = false;
     this.cboDatabase.Size          = new System.Drawing.Size(141, 22);
     this.cboDatabase.TabIndex      = 6;
     this.cboDatabase.WidthType     = UserControl.WidthTypes.Normal;
     this.cboDatabase.XAlign        = 375;
     //
     // ucLEPassword
     //
     this.ucLEPassword.AllowEditOnlyChecked = true;
     this.ucLEPassword.AutoSelectAll        = false;
     this.ucLEPassword.AutoUpper            = true;
     this.ucLEPassword.Caption      = "";
     this.ucLEPassword.Checked      = false;
     this.ucLEPassword.Cursor       = System.Windows.Forms.Cursors.IBeam;
     this.ucLEPassword.EditType     = UserControl.EditTypes.String;
     this.ucLEPassword.Location     = new System.Drawing.Point(367, 259);
     this.ucLEPassword.MaxLength    = 40;
     this.ucLEPassword.Multiline    = false;
     this.ucLEPassword.Name         = "ucLEPassword";
     this.ucLEPassword.PasswordChar = '*';
     this.ucLEPassword.ReadOnly     = false;
     this.ucLEPassword.ShowCheckBox = false;
     this.ucLEPassword.Size         = new System.Drawing.Size(141, 23);
     this.ucLEPassword.TabIndex     = 1;
     this.ucLEPassword.TabNext      = true;
     this.ucLEPassword.Value        = "";
     this.ucLEPassword.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLEPassword.XAlign       = 375;
     //
     // FLogin
     //
     this.BackColor  = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(570, 408);
     this.ControlBox = false;
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.ucLEPassword);
     this.Controls.Add(this.ucLEUserCode);
     this.Controls.Add(this.ucBtnExit);
     this.Controls.Add(this.ucBtnLogin);
     this.Controls.Add(this.cboDatabase);
     this.Controls.Add(this.ucLClanguage);
     this.Controls.Add(this.ucLEResourceCode);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.pbDotnet);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FLogin";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Closed         += new System.EventHandler(this.FLogin_Closed);
     this.Load           += new System.EventHandler(this.FLogin_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pbDotnet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FLogin));
     this.pbDotnet         = new System.Windows.Forms.PictureBox();
     this.pictureBox1      = new System.Windows.Forms.PictureBox();
     this.pictureBox2      = new System.Windows.Forms.PictureBox();
     this.ucLEUserCode     = new UserControl.UCLabelEdit();
     this.btnExit          = new UserControl.UCButton();
     this.btnLogin         = new UserControl.UCButton();
     this.ucLClanguage     = new UserControl.UCLabelCombox();
     this.ucLEResourceCode = new UserControl.UCLabelEdit();
     this.ucLEPassword     = new UserControl.UCLabelEdit();
     this.cboDatabase      = new UserControl.UCLabelCombox();
     ((System.ComponentModel.ISupportInitialize)(this.pbDotnet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.SuspendLayout();
     //
     // pbDotnet
     //
     this.pbDotnet.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pbDotnet.Image    = ((System.Drawing.Image)(resources.GetObject("pbDotnet.Image")));
     this.pbDotnet.Location = new System.Drawing.Point(0, 148);
     this.pbDotnet.Name     = "pbDotnet";
     this.pbDotnet.Size     = new System.Drawing.Size(298, 150);
     this.pbDotnet.TabIndex = 25;
     this.pbDotnet.TabStop  = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(298, 129);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 27;
     this.pictureBox1.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(0, 129);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(298, 20);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox2.TabIndex = 33;
     this.pictureBox2.TabStop  = false;
     //
     // ucLEUserCode
     //
     this.ucLEUserCode.AllowEditOnlyChecked = true;
     this.ucLEUserCode.AutoSelectAll        = false;
     this.ucLEUserCode.AutoUpper            = true;
     this.ucLEUserCode.Caption      = "用户名";
     this.ucLEUserCode.Checked      = false;
     this.ucLEUserCode.Cursor       = System.Windows.Forms.Cursors.IBeam;
     this.ucLEUserCode.EditType     = UserControl.EditTypes.String;
     this.ucLEUserCode.Location     = new System.Drawing.Point(109, 152);
     this.ucLEUserCode.MaxLength    = 40;
     this.ucLEUserCode.Multiline    = false;
     this.ucLEUserCode.Name         = "ucLEUserCode";
     this.ucLEUserCode.PasswordChar = '\0';
     this.ucLEUserCode.ReadOnly     = false;
     this.ucLEUserCode.ShowCheckBox = false;
     this.ucLEUserCode.Size         = new System.Drawing.Size(179, 23);
     this.ucLEUserCode.TabIndex     = 0;
     this.ucLEUserCode.TabNext      = true;
     this.ucLEUserCode.Value        = "";
     this.ucLEUserCode.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLEUserCode.XAlign       = 155;
     //
     // btnExit
     //
     this.btnExit.BackColor       = System.Drawing.SystemColors.Control;
     this.btnExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnExit.BackgroundImage")));
     this.btnExit.ButtonType      = UserControl.ButtonTypes.Exit;
     this.btnExit.Caption         = "退出";
     this.btnExit.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnExit.Location        = new System.Drawing.Point(203, 271);
     this.btnExit.Name            = "btnExit";
     this.btnExit.Size            = new System.Drawing.Size(88, 22);
     this.btnExit.TabIndex        = 5;
     this.btnExit.Click          += new System.EventHandler(this.ucBtnExit_Click);
     //
     // btnLogin
     //
     this.btnLogin.BackColor       = System.Drawing.SystemColors.Control;
     this.btnLogin.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnLogin.BackgroundImage")));
     this.btnLogin.ButtonType      = UserControl.ButtonTypes.None;
     this.btnLogin.Caption         = "登录";
     this.btnLogin.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.btnLogin.Location        = new System.Drawing.Point(109, 271);
     this.btnLogin.Name            = "btnLogin";
     this.btnLogin.Size            = new System.Drawing.Size(88, 22);
     this.btnLogin.TabIndex        = 4;
     this.btnLogin.Click          += new System.EventHandler(this.ucBtnLogin_Click);
     //
     // ucLClanguage
     //
     this.ucLClanguage.AllowEditOnlyChecked = true;
     this.ucLClanguage.Caption               = "语  言";
     this.ucLClanguage.Checked               = false;
     this.ucLClanguage.Font                  = new System.Drawing.Font("宋体", 8.75F);
     this.ucLClanguage.Location              = new System.Drawing.Point(109, 224);
     this.ucLClanguage.Name                  = "ucLClanguage";
     this.ucLClanguage.SelectedIndex         = -1;
     this.ucLClanguage.ShowCheckBox          = false;
     this.ucLClanguage.Size                  = new System.Drawing.Size(179, 22);
     this.ucLClanguage.TabIndex              = 6;
     this.ucLClanguage.WidthType             = UserControl.WidthTypes.Normal;
     this.ucLClanguage.XAlign                = 155;
     this.ucLClanguage.SelectedIndexChanged += new System.EventHandler(this.ucLClanguage_SelectedIndexChanged);
     //
     // ucLEResourceCode
     //
     this.ucLEResourceCode.AllowEditOnlyChecked = true;
     this.ucLEResourceCode.AutoSelectAll        = false;
     this.ucLEResourceCode.AutoUpper            = true;
     this.ucLEResourceCode.Caption         = "资  源";
     this.ucLEResourceCode.Checked         = false;
     this.ucLEResourceCode.EditType        = UserControl.EditTypes.String;
     this.ucLEResourceCode.Location        = new System.Drawing.Point(109, 201);
     this.ucLEResourceCode.MaxLength       = 40;
     this.ucLEResourceCode.Multiline       = false;
     this.ucLEResourceCode.Name            = "ucLEResourceCode";
     this.ucLEResourceCode.PasswordChar    = '\0';
     this.ucLEResourceCode.ReadOnly        = false;
     this.ucLEResourceCode.ShowCheckBox    = false;
     this.ucLEResourceCode.Size            = new System.Drawing.Size(179, 22);
     this.ucLEResourceCode.TabIndex        = 2;
     this.ucLEResourceCode.TabNext         = false;
     this.ucLEResourceCode.Value           = "";
     this.ucLEResourceCode.WidthType       = UserControl.WidthTypes.Normal;
     this.ucLEResourceCode.XAlign          = 155;
     this.ucLEResourceCode.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ucLEResourceCode_TxtboxKeyPress);
     //
     // ucLEPassword
     //
     this.ucLEPassword.AllowEditOnlyChecked = true;
     this.ucLEPassword.AutoSelectAll        = false;
     this.ucLEPassword.AutoUpper            = true;
     this.ucLEPassword.Caption      = "密  码";
     this.ucLEPassword.Checked      = false;
     this.ucLEPassword.Cursor       = System.Windows.Forms.Cursors.IBeam;
     this.ucLEPassword.EditType     = UserControl.EditTypes.String;
     this.ucLEPassword.Location     = new System.Drawing.Point(109, 177);
     this.ucLEPassword.MaxLength    = 40;
     this.ucLEPassword.Multiline    = false;
     this.ucLEPassword.Name         = "ucLEPassword";
     this.ucLEPassword.PasswordChar = '*';
     this.ucLEPassword.ReadOnly     = false;
     this.ucLEPassword.ShowCheckBox = false;
     this.ucLEPassword.Size         = new System.Drawing.Size(179, 23);
     this.ucLEPassword.TabIndex     = 1;
     this.ucLEPassword.TabNext      = true;
     this.ucLEPassword.Value        = "";
     this.ucLEPassword.WidthType    = UserControl.WidthTypes.Normal;
     this.ucLEPassword.XAlign       = 155;
     //
     // cboDatabase
     //
     this.cboDatabase.AllowEditOnlyChecked = true;
     this.cboDatabase.Caption       = "数据库";
     this.cboDatabase.Checked       = false;
     this.cboDatabase.Font          = new System.Drawing.Font("宋体", 8.75F);
     this.cboDatabase.Location      = new System.Drawing.Point(109, 247);
     this.cboDatabase.Name          = "cboDatabase";
     this.cboDatabase.SelectedIndex = -1;
     this.cboDatabase.ShowCheckBox  = false;
     this.cboDatabase.Size          = new System.Drawing.Size(179, 22);
     this.cboDatabase.TabIndex      = 7;
     this.cboDatabase.WidthType     = UserControl.WidthTypes.Normal;
     this.cboDatabase.XAlign        = 155;
     //
     // FLogin
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.BackColor     = System.Drawing.Color.White;
     this.ClientSize    = new System.Drawing.Size(298, 298);
     this.ControlBox    = false;
     this.Controls.Add(this.cboDatabase);
     this.Controls.Add(this.ucLEPassword);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.ucLEUserCode);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.btnLogin);
     this.Controls.Add(this.ucLClanguage);
     this.Controls.Add(this.ucLEResourceCode);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.pbDotnet);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FLogin";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Load           += new System.EventHandler(this.FLogin_Load);
     this.Closed         += new System.EventHandler(this.FLogin_Closed);
     ((System.ComponentModel.ISupportInitialize)(this.pbDotnet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器
 /// 修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.btnAllRight              = new UserControl.UCButton();
     this.btnAllLeft               = new UserControl.UCButton();
     this.lstSelected              = new System.Windows.Forms.ListBox();
     this.lstSelect                = new System.Windows.Forms.ListBox();
     this.cbxErrorGroup            = new UserControl.UCLabelCombox();
     this.labelUnSelectedErrorCode = new System.Windows.Forms.Label();
     this.labelSelectedErrorCode   = new System.Windows.Forms.Label();
     this.txtInputErrorCode        = new System.Windows.Forms.TextBox();
     this.lblMessage               = new System.Windows.Forms.Label();
     this.txtEndChar               = new UserControl.UCLabelEdit();
     this.SuspendLayout();
     //
     // btnAllRight
     //
     this.btnAllRight.BackColor  = System.Drawing.SystemColors.Control;
     this.btnAllRight.ButtonType = UserControl.ButtonTypes.AllRight;
     this.btnAllRight.Caption    = ">>";
     this.btnAllRight.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.btnAllRight.Location   = new System.Drawing.Point(208, 101);
     this.btnAllRight.Name       = "btnAllRight";
     this.btnAllRight.Size       = new System.Drawing.Size(88, 22);
     this.btnAllRight.TabIndex   = 3;
     this.btnAllRight.Click     += new System.EventHandler(this.btnAdd_Click);
     //
     // btnAllLeft
     //
     this.btnAllLeft.BackColor  = System.Drawing.SystemColors.Control;
     this.btnAllLeft.ButtonType = UserControl.ButtonTypes.AllLeft;
     this.btnAllLeft.Caption    = "<<";
     this.btnAllLeft.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.btnAllLeft.ImeMode    = System.Windows.Forms.ImeMode.NoControl;
     this.btnAllLeft.Location   = new System.Drawing.Point(208, 189);
     this.btnAllLeft.Name       = "btnAllLeft";
     this.btnAllLeft.Size       = new System.Drawing.Size(88, 22);
     this.btnAllLeft.TabIndex   = 4;
     this.btnAllLeft.Click     += new System.EventHandler(this.btnRemove_Click);
     //
     // lstSelected
     //
     this.lstSelected.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.lstSelected.Font         = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lstSelected.Location     = new System.Drawing.Point(312, 96);
     this.lstSelected.Name         = "lstSelected";
     this.lstSelected.Size         = new System.Drawing.Size(184, 173);
     this.lstSelected.TabIndex     = 5;
     this.lstSelected.DoubleClick += new System.EventHandler(this.lstSelected_DoubleClick);
     //
     // lstSelect
     //
     this.lstSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.lstSelect.Font         = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lstSelect.Location     = new System.Drawing.Point(8, 120);
     this.lstSelect.Name         = "lstSelect";
     this.lstSelect.Size         = new System.Drawing.Size(184, 147);
     this.lstSelect.TabIndex     = 2;
     this.lstSelect.DoubleClick += new System.EventHandler(this.lstSelect_DoubleClick);
     //
     // cbxErrorGroup
     //
     this.cbxErrorGroup.AllowEditOnlyChecked = true;
     this.cbxErrorGroup.Caption               = "不良代码组";
     this.cbxErrorGroup.Checked               = false;
     this.cbxErrorGroup.Font                  = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbxErrorGroup.Location              = new System.Drawing.Point(5, 8);
     this.cbxErrorGroup.Name                  = "cbxErrorGroup";
     this.cbxErrorGroup.SelectedIndex         = -1;
     this.cbxErrorGroup.ShowCheckBox          = false;
     this.cbxErrorGroup.Size                  = new System.Drawing.Size(285, 24);
     this.cbxErrorGroup.TabIndex              = 0;
     this.cbxErrorGroup.WidthType             = UserControl.WidthTypes.Long;
     this.cbxErrorGroup.XAlign                = 90;
     this.cbxErrorGroup.SelectedIndexChanged += new System.EventHandler(this.cbxErrorGroup_SelectedIndexChanged);
     //
     // labelUnSelectedErrorCode
     //
     this.labelUnSelectedErrorCode.AutoSize = true;
     this.labelUnSelectedErrorCode.Location = new System.Drawing.Point(8, 64);
     this.labelUnSelectedErrorCode.Name     = "labelUnSelectedErrorCode";
     this.labelUnSelectedErrorCode.Size     = new System.Drawing.Size(77, 12);
     this.labelUnSelectedErrorCode.TabIndex = 6;
     this.labelUnSelectedErrorCode.Text     = "待选不良代码";
     //
     // labelSelectedErrorCode
     //
     this.labelSelectedErrorCode.AutoSize = true;
     this.labelSelectedErrorCode.Location = new System.Drawing.Point(312, 72);
     this.labelSelectedErrorCode.Name     = "labelSelectedErrorCode";
     this.labelSelectedErrorCode.Size     = new System.Drawing.Size(77, 12);
     this.labelSelectedErrorCode.TabIndex = 7;
     this.labelSelectedErrorCode.Text     = "已选不良代码";
     //
     // txtInputErrorCode
     //
     this.txtInputErrorCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)));
     this.txtInputErrorCode.Location  = new System.Drawing.Point(8, 88);
     this.txtInputErrorCode.Name      = "txtInputErrorCode";
     this.txtInputErrorCode.Size      = new System.Drawing.Size(184, 21);
     this.txtInputErrorCode.TabIndex  = 1;
     this.txtInputErrorCode.Leave    += new System.EventHandler(this.txtInputErrorCode_Leave);
     this.txtInputErrorCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtInputErrorCode_KeyPress);
     this.txtInputErrorCode.Enter    += new System.EventHandler(this.txtInputErrorCode_Enter);
     //
     // lblMessage
     //
     this.lblMessage.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lblMessage.Location  = new System.Drawing.Point(304, 8);
     this.lblMessage.Name      = "lblMessage";
     this.lblMessage.Size      = new System.Drawing.Size(200, 48);
     this.lblMessage.TabIndex  = 8;
     //
     // txtEndChar
     //
     this.txtEndChar.AllowEditOnlyChecked = true;
     this.txtEndChar.AutoUpper            = true;
     this.txtEndChar.BackColor            = System.Drawing.Color.Gainsboro;
     this.txtEndChar.Caption      = "采集命令";
     this.txtEndChar.Checked      = false;
     this.txtEndChar.EditType     = UserControl.EditTypes.String;
     this.txtEndChar.Location     = new System.Drawing.Point(305, 8);
     this.txtEndChar.MaxLength    = 10;
     this.txtEndChar.Multiline    = false;
     this.txtEndChar.Name         = "txtEndChar";
     this.txtEndChar.PasswordChar = '\0';
     this.txtEndChar.ReadOnly     = false;
     this.txtEndChar.ShowCheckBox = true;
     this.txtEndChar.Size         = new System.Drawing.Size(177, 24);
     this.txtEndChar.TabIndex     = 285;
     this.txtEndChar.TabNext      = true;
     this.txtEndChar.Value        = "OK";
     this.txtEndChar.WidthType    = UserControl.WidthTypes.Small;
     this.txtEndChar.XAlign       = 382;
     //
     // UCErrorCodeSelect
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.Gainsboro;
     this.Controls.Add(this.lblMessage);
     this.Controls.Add(this.txtInputErrorCode);
     this.Controls.Add(this.labelSelectedErrorCode);
     this.Controls.Add(this.labelUnSelectedErrorCode);
     this.Controls.Add(this.btnAllRight);
     this.Controls.Add(this.btnAllLeft);
     this.Controls.Add(this.lstSelected);
     this.Controls.Add(this.lstSelect);
     this.Controls.Add(this.cbxErrorGroup);
     this.Name  = "UCErrorCodeSelect";
     this.Size  = new System.Drawing.Size(512, 280);
     this.Load += new System.EventHandler(this.UCErrorCodeSelect_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }