| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359 |
- namespace JC_MeasuringSystem
- {
- partial class FrmLogin
- {
- /// <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.components = new System.ComponentModel.Container();
- Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLogin));
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance("buttonBG_Blue", 420821621);
- Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance("buttonBG_Gray", 420821622);
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance("buttonBG_Green", 420821623);
- Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance("buttonBG_red", 420821636);
- Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
- this.lb_Msg = new Infragistics.Win.Misc.UltraLabel();
- this.txtPassword = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.lbPwd = new Infragistics.Win.Misc.UltraLabel();
- this.lbUsername = new Infragistics.Win.Misc.UltraLabel();
- this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
- this.btnLogin = new Infragistics.Win.Misc.UltraButton();
- this.ToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
- this.btnExit = new Infragistics.Win.Misc.UltraButton();
- this.txtUserID = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
- this.cmbClass = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.cmbGroup = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtUserID)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbClass)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbGroup)).BeginInit();
- this.SuspendLayout();
- //
- // lb_Msg
- //
- appearance20.AlphaLevel = ((short)(163));
- appearance20.BackColor = System.Drawing.Color.Transparent;
- appearance20.FontData.BoldAsString = "True";
- appearance20.ForeColor = System.Drawing.Color.Yellow;
- this.lb_Msg.Appearance = appearance20;
- this.lb_Msg.AutoSize = true;
- this.lb_Msg.Cursor = System.Windows.Forms.Cursors.Hand;
- this.lb_Msg.Font = new System.Drawing.Font("宋体", 18F);
- this.lb_Msg.Location = new System.Drawing.Point(418, 277);
- this.lb_Msg.Name = "lb_Msg";
- this.lb_Msg.Size = new System.Drawing.Size(8, 27);
- this.lb_Msg.TabIndex = 22;
- this.lb_Msg.Text = " ";
- //
- // txtPassword
- //
- appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
- appearance3.FontData.SizeInPoints = 18F;
- appearance3.ForeColor = System.Drawing.Color.Black;
- appearance3.TextHAlignAsString = "Center";
- appearance3.TextVAlignAsString = "Middle";
- this.txtPassword.Appearance = appearance3;
- this.txtPassword.AutoSize = false;
- this.txtPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
- this.txtPassword.Font = new System.Drawing.Font("宋体", 12F);
- this.txtPassword.Location = new System.Drawing.Point(202, 125);
- this.txtPassword.Margin = new System.Windows.Forms.Padding(0);
- this.txtPassword.Name = "txtPassword";
- this.txtPassword.PasswordChar = '*';
- this.txtPassword.Size = new System.Drawing.Size(210, 61);
- this.txtPassword.TabIndex = 18;
- this.txtPassword.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- this.txtPassword.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
- this.txtPassword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPassword_KeyPress);
- //
- // lbPwd
- //
- appearance8.AlphaLevel = ((short)(163));
- appearance8.BackColor = System.Drawing.Color.White;
- appearance8.FontData.SizeInPoints = 18F;
- appearance8.ForeColor = System.Drawing.Color.Black;
- appearance8.ForegroundAlpha = Infragistics.Win.Alpha.Opaque;
- appearance8.TextHAlignAsString = "Center";
- appearance8.TextVAlignAsString = "Middle";
- this.lbPwd.Appearance = appearance8;
- this.lbPwd.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbPwd.ImageTransparentColor = System.Drawing.Color.White;
- this.lbPwd.Location = new System.Drawing.Point(53, 125);
- this.lbPwd.Margin = new System.Windows.Forms.Padding(0);
- this.lbPwd.Name = "lbPwd";
- this.lbPwd.Size = new System.Drawing.Size(142, 61);
- this.lbPwd.TabIndex = 20;
- this.lbPwd.Text = "密 码";
- //
- // lbUsername
- //
- appearance9.AlphaLevel = ((short)(163));
- appearance9.BackColor = System.Drawing.Color.White;
- appearance9.FontData.SizeInPoints = 18F;
- appearance9.ForeColor = System.Drawing.Color.Black;
- appearance9.ForegroundAlpha = Infragistics.Win.Alpha.Opaque;
- appearance9.TextHAlignAsString = "Center";
- appearance9.TextVAlignAsString = "Middle";
- this.lbUsername.Appearance = appearance9;
- this.lbUsername.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbUsername.ImageTransparentColor = System.Drawing.Color.White;
- this.lbUsername.Location = new System.Drawing.Point(53, 58);
- this.lbUsername.Margin = new System.Windows.Forms.Padding(0);
- this.lbUsername.Name = "lbUsername";
- this.lbUsername.Size = new System.Drawing.Size(142, 61);
- this.lbUsername.TabIndex = 21;
- this.lbUsername.Text = "用户名";
- //
- // btnLogin
- //
- appearance2.AlphaLevel = ((short)(230));
- appearance2.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance2.ImageBackground")));
- this.btnLogin.Appearance = appearance2;
- this.btnLogin.Location = new System.Drawing.Point(53, 350);
- this.btnLogin.Name = "btnLogin";
- this.btnLogin.ShowFocusRect = false;
- this.btnLogin.ShowOutline = false;
- this.btnLogin.Size = new System.Drawing.Size(359, 56);
- this.btnLogin.TabIndex = 19;
- this.btnLogin.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- this.btnLogin.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
- this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
- this.btnLogin.Enter += new System.EventHandler(this.btnLogin_Enter);
- //
- // ToolTipManager1
- //
- this.ToolTipManager1.ContainingControl = this;
- //
- // btnExit
- //
- this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- appearance1.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance1.ImageBackground")));
- this.btnExit.Appearance = appearance1;
- appearance4.BorderColor = System.Drawing.Color.Transparent;
- appearance4.BorderColor2 = System.Drawing.Color.Transparent;
- appearance4.FontData.BoldAsString = "True";
- appearance4.FontData.Name = "宋体";
- appearance4.FontData.SizeInPoints = 20F;
- appearance4.ForeColor = System.Drawing.Color.White;
- appearance4.ForeColorDisabled = System.Drawing.Color.DarkGray;
- appearance4.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance4.ImageBackground")));
- appearance4.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched;
- appearance5.BorderColor = System.Drawing.Color.White;
- appearance5.BorderColor2 = System.Drawing.Color.Silver;
- appearance5.FontData.BoldAsString = "True";
- appearance5.FontData.Name = "宋体";
- appearance5.FontData.SizeInPoints = 14.5F;
- appearance5.ForeColor = System.Drawing.Color.White;
- appearance5.ForeColorDisabled = System.Drawing.Color.DarkGray;
- appearance5.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance5.ImageBackground")));
- appearance5.ImageBackgroundDisabled = ((System.Drawing.Image)(resources.GetObject("appearance5.ImageBackgroundDisabled")));
- appearance5.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched;
- appearance6.BorderColor = System.Drawing.Color.White;
- appearance6.BorderColor2 = System.Drawing.Color.Silver;
- appearance6.FontData.BoldAsString = "True";
- appearance6.FontData.Name = "宋体";
- appearance6.FontData.SizeInPoints = 14.5F;
- appearance6.ForeColor = System.Drawing.Color.White;
- appearance6.ForeColorDisabled = System.Drawing.Color.DarkGray;
- appearance6.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance6.ImageBackground")));
- appearance6.ImageBackgroundDisabled = ((System.Drawing.Image)(resources.GetObject("appearance6.ImageBackgroundDisabled")));
- appearance6.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched;
- appearance7.BorderColor = System.Drawing.Color.White;
- appearance7.BorderColor2 = System.Drawing.Color.Silver;
- appearance7.FontData.BoldAsString = "True";
- appearance7.FontData.Name = "宋体";
- appearance7.FontData.SizeInPoints = 14.5F;
- appearance7.ForeColor = System.Drawing.Color.White;
- appearance7.ForeColorDisabled = System.Drawing.Color.DarkGray;
- appearance7.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance7.ImageBackground")));
- appearance7.ImageBackgroundDisabled = ((System.Drawing.Image)(resources.GetObject("appearance7.ImageBackgroundDisabled")));
- appearance7.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched;
- this.btnExit.Appearances.Add(appearance4);
- this.btnExit.Appearances.Add(appearance5);
- this.btnExit.Appearances.Add(appearance6);
- this.btnExit.Appearances.Add(appearance7);
- this.btnExit.BackColorInternal = System.Drawing.Color.Transparent;
- this.btnExit.ButtonStyle = Infragistics.Win.UIElementButtonStyle.FlatBorderless;
- this.btnExit.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnExit.Location = new System.Drawing.Point(429, 9);
- this.btnExit.Margin = new System.Windows.Forms.Padding(0);
- this.btnExit.MinimumSize = new System.Drawing.Size(16, 16);
- this.btnExit.Name = "btnExit";
- this.btnExit.ShowFocusRect = false;
- this.btnExit.ShowOutline = false;
- this.btnExit.Size = new System.Drawing.Size(42, 31);
- this.btnExit.TabIndex = 23;
- this.btnExit.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- this.btnExit.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
- this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
- //
- // txtUserID
- //
- appearance10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
- appearance10.FontData.SizeInPoints = 18F;
- appearance10.ForeColor = System.Drawing.Color.Black;
- appearance10.TextHAlignAsString = "Center";
- appearance10.TextVAlignAsString = "Middle";
- this.txtUserID.Appearance = appearance10;
- this.txtUserID.AutoSize = false;
- this.txtUserID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
- this.txtUserID.Font = new System.Drawing.Font("宋体", 12F);
- this.txtUserID.Location = new System.Drawing.Point(202, 58);
- this.txtUserID.Margin = new System.Windows.Forms.Padding(0);
- this.txtUserID.Name = "txtUserID";
- this.txtUserID.Size = new System.Drawing.Size(210, 61);
- this.txtUserID.TabIndex = 17;
- this.txtUserID.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- this.txtUserID.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
- this.txtUserID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtUserID_KeyPress);
- //
- // ultraLabel1
- //
- appearance15.AlphaLevel = ((short)(163));
- appearance15.BackColor = System.Drawing.Color.White;
- appearance15.FontData.SizeInPoints = 18F;
- appearance15.ForeColor = System.Drawing.Color.Black;
- appearance15.ForegroundAlpha = Infragistics.Win.Alpha.Opaque;
- appearance15.TextHAlignAsString = "Center";
- appearance15.TextVAlignAsString = "Middle";
- this.ultraLabel1.Appearance = appearance15;
- this.ultraLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraLabel1.ImageTransparentColor = System.Drawing.Color.White;
- this.ultraLabel1.Location = new System.Drawing.Point(53, 260);
- this.ultraLabel1.Margin = new System.Windows.Forms.Padding(0);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(142, 61);
- this.ultraLabel1.TabIndex = 26;
- this.ultraLabel1.Text = "班 组";
- //
- // ultraLabel2
- //
- appearance14.AlphaLevel = ((short)(163));
- appearance14.BackColor = System.Drawing.Color.White;
- appearance14.FontData.SizeInPoints = 18F;
- appearance14.ForeColor = System.Drawing.Color.Black;
- appearance14.ForegroundAlpha = Infragistics.Win.Alpha.Opaque;
- appearance14.TextHAlignAsString = "Center";
- appearance14.TextVAlignAsString = "Middle";
- this.ultraLabel2.Appearance = appearance14;
- this.ultraLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraLabel2.ImageTransparentColor = System.Drawing.Color.White;
- this.ultraLabel2.Location = new System.Drawing.Point(53, 193);
- this.ultraLabel2.Margin = new System.Windows.Forms.Padding(0);
- this.ultraLabel2.Name = "ultraLabel2";
- this.ultraLabel2.Size = new System.Drawing.Size(142, 61);
- this.ultraLabel2.TabIndex = 27;
- this.ultraLabel2.Text = "班 次";
- //
- // cmbClass
- //
- appearance19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
- this.cmbClass.Appearance = appearance19;
- this.cmbClass.AutoSize = false;
- this.cmbClass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
- this.cmbClass.Font = new System.Drawing.Font("宋体", 16F);
- this.cmbClass.Location = new System.Drawing.Point(202, 193);
- this.cmbClass.Name = "cmbClass";
- this.cmbClass.Size = new System.Drawing.Size(210, 61);
- this.cmbClass.TabIndex = 30;
- this.cmbClass.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- this.cmbClass.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
- //
- // cmbGroup
- //
- appearance18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
- this.cmbGroup.Appearance = appearance18;
- this.cmbGroup.AutoSize = false;
- this.cmbGroup.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
- this.cmbGroup.Font = new System.Drawing.Font("宋体", 16F);
- this.cmbGroup.Location = new System.Drawing.Point(202, 260);
- this.cmbGroup.Name = "cmbGroup";
- this.cmbGroup.Size = new System.Drawing.Size(210, 61);
- this.cmbGroup.TabIndex = 31;
- this.cmbGroup.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- this.cmbGroup.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
- //
- // FrmLogin
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.ClientSize = new System.Drawing.Size(480, 421);
- this.Controls.Add(this.cmbGroup);
- this.Controls.Add(this.cmbClass);
- this.Controls.Add(this.ultraLabel1);
- this.Controls.Add(this.ultraLabel2);
- this.Controls.Add(this.lb_Msg);
- this.Controls.Add(this.txtPassword);
- this.Controls.Add(this.lbPwd);
- this.Controls.Add(this.lbUsername);
- this.Controls.Add(this.btnLogin);
- this.Controls.Add(this.btnExit);
- this.Controls.Add(this.txtUserID);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "FrmLogin";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "FrmLogincs";
- this.Load += new System.EventHandler(this.FrmLogincs_Load);
- ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtUserID)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbClass)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbGroup)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Infragistics.Win.Misc.UltraLabel lb_Msg;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtPassword;
- private Infragistics.Win.Misc.UltraLabel lbPwd;
- private Infragistics.Win.Misc.UltraLabel lbUsername;
- private System.Windows.Forms.ToolTip toolTip1;
- private Infragistics.Win.Misc.UltraButton btnLogin;
- private Infragistics.Win.UltraWinToolTip.UltraToolTipManager ToolTipManager1;
- private Infragistics.Win.Misc.UltraButton btnExit;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtUserID;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel2;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbClass;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbGroup;
- }
- }
|