| | |
| | | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLogin)); |
| | | this.lbVersion = new System.Windows.Forms.Label(); |
| | | this.panel1 = new System.Windows.Forms.Panel(); |
| | | this.comOrg = new System.Windows.Forms.ComboBox(); |
| | | this.txtUser = new DevExpress.XtraEditors.TextEdit(); |
| | | this.ckRemember = new DevExpress.XtraEditors.CheckEdit(); |
| | | this.txtPwd = new DevExpress.XtraEditors.TextEdit(); |
| | | this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); |
| | | this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); |
| | | this.btnLogin = new DevExpress.XtraEditors.SimpleButton(); |
| | | this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); |
| | | this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); |
| | |
| | | // |
| | | this.lbVersion.AutoSize = true; |
| | | this.lbVersion.BackColor = System.Drawing.Color.Transparent; |
| | | this.lbVersion.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold); |
| | | |
| | | this.lbVersion.ForeColor = System.Drawing.Color.White; |
| | | this.lbVersion.Location = new System.Drawing.Point(12, 9); |
| | | this.lbVersion.Name = "lbVersion"; |
| | |
| | | // panel1 |
| | | // |
| | | this.panel1.BackColor = System.Drawing.Color.Transparent; |
| | | this.panel1.Controls.Add(this.comOrg); |
| | | this.panel1.Controls.Add(this.txtUser); |
| | | this.panel1.Controls.Add(this.ckRemember); |
| | | this.panel1.Controls.Add(this.txtPwd); |
| | | this.panel1.Controls.Add(this.btnCancel); |
| | | this.panel1.Controls.Add(this.labelControl3); |
| | | this.panel1.Controls.Add(this.btnLogin); |
| | | this.panel1.Controls.Add(this.labelControl2); |
| | | this.panel1.Controls.Add(this.labelControl1); |
| | | this.panel1.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.panel1.Location = new System.Drawing.Point(218, 465); |
| | | |
| | | this.panel1.Location = new System.Drawing.Point(172, 457); |
| | | this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.panel1.Name = "panel1"; |
| | | this.panel1.Size = new System.Drawing.Size(392, 276); |
| | | this.panel1.Size = new System.Drawing.Size(408, 276); |
| | | this.panel1.TabIndex = 243; |
| | | // |
| | | // comOrg |
| | | // |
| | | this.comOrg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
| | | this.comOrg.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.comOrg.FormattingEnabled = true; |
| | | this.comOrg.Location = new System.Drawing.Point(101, 97); |
| | | this.comOrg.Name = "comOrg"; |
| | | this.comOrg.Size = new System.Drawing.Size(156, 29); |
| | | this.comOrg.TabIndex = 245; |
| | | // |
| | | // txtUser |
| | | // |
| | | this.txtUser.EditValue = ""; |
| | | this.txtUser.Location = new System.Drawing.Point(102, 9); |
| | | this.txtUser.Location = new System.Drawing.Point(168, 26); |
| | | this.txtUser.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.txtUser.Name = "txtUser"; |
| | | this.txtUser.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txtUser.Properties.Appearance.Options.UseFont = true; |
| | | this.txtUser.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; |
| | | this.txtUser.Size = new System.Drawing.Size(154, 30); |
| | | this.txtUser.Size = new System.Drawing.Size(211, 30); |
| | | this.txtUser.TabIndex = 21; |
| | | // |
| | | // ckRemember |
| | | // |
| | | this.ckRemember.Location = new System.Drawing.Point(102, 139); |
| | | this.ckRemember.Location = new System.Drawing.Point(168, 121); |
| | | this.ckRemember.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.ckRemember.Name = "ckRemember"; |
| | | this.ckRemember.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.ckRemember.Properties.Appearance.ForeColor = System.Drawing.Color.Black; |
| | | this.ckRemember.Properties.Appearance.Options.UseFont = true; |
| | | this.ckRemember.Properties.Appearance.Options.UseForeColor = true; |
| | |
| | | // txtPwd |
| | | // |
| | | this.txtPwd.EditValue = ""; |
| | | this.txtPwd.Location = new System.Drawing.Point(102, 53); |
| | | this.txtPwd.Location = new System.Drawing.Point(168, 72); |
| | | this.txtPwd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.txtPwd.Name = "txtPwd"; |
| | | this.txtPwd.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txtPwd.Properties.Appearance.Options.UseFont = true; |
| | | this.txtPwd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; |
| | | this.txtPwd.Properties.PasswordChar = '*'; |
| | | this.txtPwd.Size = new System.Drawing.Size(154, 30); |
| | | this.txtPwd.Size = new System.Drawing.Size(211, 30); |
| | | this.txtPwd.TabIndex = 22; |
| | | // |
| | | // btnCancel |
| | | // |
| | | this.btnCancel.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.btnCancel.Appearance.Options.UseFont = true; |
| | | this.btnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; |
| | | this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand; |
| | | this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image"))); |
| | | this.btnCancel.Location = new System.Drawing.Point(223, 193); |
| | | this.btnCancel.Location = new System.Drawing.Point(276, 174); |
| | | this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.btnCancel.Name = "btnCancel"; |
| | | this.btnCancel.Size = new System.Drawing.Size(87, 37); |
| | | this.btnCancel.Size = new System.Drawing.Size(103, 37); |
| | | this.btnCancel.TabIndex = 15; |
| | | this.btnCancel.Text = "取消 (&C)"; |
| | | // |
| | | // labelControl3 |
| | | // |
| | | this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black; |
| | | this.labelControl3.Appearance.Options.UseFont = true; |
| | | this.labelControl3.Appearance.Options.UseForeColor = true; |
| | | this.labelControl3.Appearance.Options.UseTextOptions = true; |
| | | this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; |
| | | this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; |
| | | this.labelControl3.Location = new System.Drawing.Point(6, 102); |
| | | this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.labelControl3.Name = "labelControl3"; |
| | | this.labelControl3.Size = new System.Drawing.Size(93, 18); |
| | | this.labelControl3.TabIndex = 233; |
| | | this.labelControl3.Text = "组织机构:"; |
| | | // |
| | | // btnLogin |
| | | // |
| | | this.btnLogin.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.btnLogin.Appearance.Options.UseFont = true; |
| | | this.btnLogin.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; |
| | | this.btnLogin.Cursor = System.Windows.Forms.Cursors.Hand; |
| | | this.btnLogin.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnLogin.ImageOptions.Image"))); |
| | | this.btnLogin.Location = new System.Drawing.Point(102, 193); |
| | | this.btnLogin.Location = new System.Drawing.Point(159, 174); |
| | | this.btnLogin.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.btnLogin.Name = "btnLogin"; |
| | | this.btnLogin.Size = new System.Drawing.Size(87, 37); |
| | | this.btnLogin.Size = new System.Drawing.Size(102, 37); |
| | | this.btnLogin.TabIndex = 14; |
| | | this.btnLogin.Text = "登录 (&L)"; |
| | | // |
| | | // labelControl2 |
| | | // |
| | | this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Black; |
| | | this.labelControl2.Appearance.Options.UseFont = true; |
| | | this.labelControl2.Appearance.Options.UseForeColor = true; |
| | | this.labelControl2.Appearance.Options.UseTextOptions = true; |
| | | this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; |
| | | this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; |
| | | this.labelControl2.Location = new System.Drawing.Point(6, 59); |
| | | this.labelControl2.Location = new System.Drawing.Point(3, 78); |
| | | this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.labelControl2.Name = "labelControl2"; |
| | | this.labelControl2.Size = new System.Drawing.Size(93, 18); |
| | | this.labelControl2.Size = new System.Drawing.Size(162, 18); |
| | | this.labelControl2.TabIndex = 232; |
| | | this.labelControl2.Text = "密码:"; |
| | | // |
| | | // labelControl1 |
| | | // |
| | | this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black; |
| | | this.labelControl1.Appearance.Options.UseFont = true; |
| | | this.labelControl1.Appearance.Options.UseForeColor = true; |
| | | this.labelControl1.Appearance.Options.UseTextOptions = true; |
| | | this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; |
| | | this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; |
| | | this.labelControl1.Location = new System.Drawing.Point(6, 15); |
| | | this.labelControl1.Location = new System.Drawing.Point(3, 32); |
| | | this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.labelControl1.Name = "labelControl1"; |
| | | this.labelControl1.Size = new System.Drawing.Size(93, 18); |
| | | this.labelControl1.Size = new System.Drawing.Size(162, 18); |
| | | this.labelControl1.TabIndex = 231; |
| | | this.labelControl1.Text = "登录帐号:"; |
| | | // |
| | |
| | | // |
| | | this.label1.AutoSize = true; |
| | | this.label1.BackColor = System.Drawing.Color.Transparent; |
| | | this.label1.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.label1.Location = new System.Drawing.Point(13, 779); |
| | | |
| | | this.label1.Location = new System.Drawing.Point(13, 758); |
| | | this.label1.Name = "label1"; |
| | | this.label1.Size = new System.Drawing.Size(163, 21); |
| | | this.label1.TabIndex = 245; |
| | |
| | | this.Appearance.Options.UseBackColor = true; |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.None; |
| | | this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Stretch; |
| | | this.BackgroundImageStore = global::Gs.DevApp.Properties.Resources.login_bg6; |
| | | this.ClientSize = new System.Drawing.Size(782, 806); |
| | | this.ClientSize = new System.Drawing.Size(782, 793); |
| | | this.Controls.Add(this.label1); |
| | | this.Controls.Add(this.lbVersion); |
| | | this.Controls.Add(this.panel1); |
| | |
| | | private DevExpress.XtraEditors.CheckEdit ckRemember; |
| | | private DevExpress.XtraEditors.TextEdit txtPwd; |
| | | private DevExpress.XtraEditors.SimpleButton btnCancel; |
| | | private DevExpress.XtraEditors.LabelControl labelControl3; |
| | | private DevExpress.XtraEditors.SimpleButton btnLogin; |
| | | private DevExpress.XtraEditors.LabelControl labelControl2; |
| | | private DevExpress.XtraEditors.LabelControl labelControl1; |
| | | private System.Windows.Forms.ComboBox comOrg; |
| | | private System.Windows.Forms.Label label1; |
| | | } |
| | | } |