| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- namespace LYFZ.ManagementService
- {
- 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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLogin));
- this.stxtPwd = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.stxtUserName = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.sBtnLogin = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.schbRememberPwd = new LYFZ.OtherExpansion.SkinControl.SkinCheckBox();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.plFormMainContent.SuspendLayout();
- this.SuspendLayout();
- //
- // plFormMainContent
- //
- this.plFormMainContent.Controls.Add(this.labelEx2);
- this.plFormMainContent.Controls.Add(this.labelEx1);
- this.plFormMainContent.Controls.Add(this.stxtPwd);
- this.plFormMainContent.Controls.Add(this.schbRememberPwd);
- this.plFormMainContent.Controls.Add(this.stxtUserName);
- this.plFormMainContent.Controls.Add(this.sBtnLogin);
- this.plFormMainContent.Location = new System.Drawing.Point(0, 60);
- this.plFormMainContent.Size = new System.Drawing.Size(400, 175);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(341, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.Location = new System.Drawing.Point(368, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.Location = new System.Drawing.Point(314, 0);
- //
- // stxtPwd
- //
- this.stxtPwd.BackColor = System.Drawing.Color.Transparent;
- this.stxtPwd.Icon = null;
- this.stxtPwd.IconIsButton = true;
- this.stxtPwd.IsPasswordChat = '●';
- this.stxtPwd.IsSystemPasswordChar = true;
- this.stxtPwd.Lines = new string[0];
- this.stxtPwd.Location = new System.Drawing.Point(108, 64);
- this.stxtPwd.Margin = new System.Windows.Forms.Padding(0);
- this.stxtPwd.MaxLength = 32767;
- this.stxtPwd.MinimumSize = new System.Drawing.Size(0, 28);
- this.stxtPwd.MouseBack = null;
- this.stxtPwd.Multiline = false;
- this.stxtPwd.Name = "stxtPwd";
- this.stxtPwd.NormlBack = null;
- this.stxtPwd.Padding = new System.Windows.Forms.Padding(5, 5, 28, 5);
- this.stxtPwd.ReadOnly = false;
- this.stxtPwd.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.stxtPwd.Size = new System.Drawing.Size(185, 28);
- this.stxtPwd.TabIndex = 13;
- this.stxtPwd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.stxtPwd.WaterColor = System.Drawing.Color.DarkGray;
- this.stxtPwd.WaterText = "请输入登录密码";
- this.stxtPwd.WordWrap = true;
- //
- // stxtUserName
- //
- this.stxtUserName.BackColor = System.Drawing.Color.Transparent;
- this.stxtUserName.Icon = null;
- this.stxtUserName.IconIsButton = true;
- this.stxtUserName.IsPasswordChat = '\0';
- this.stxtUserName.IsSystemPasswordChar = false;
- this.stxtUserName.Lines = new string[0];
- this.stxtUserName.Location = new System.Drawing.Point(108, 16);
- this.stxtUserName.Margin = new System.Windows.Forms.Padding(0);
- this.stxtUserName.MaxLength = 32767;
- this.stxtUserName.MinimumSize = new System.Drawing.Size(0, 28);
- this.stxtUserName.MouseBack = null;
- this.stxtUserName.Multiline = false;
- this.stxtUserName.Name = "stxtUserName";
- this.stxtUserName.NormlBack = null;
- this.stxtUserName.Padding = new System.Windows.Forms.Padding(5, 5, 28, 5);
- this.stxtUserName.ReadOnly = false;
- this.stxtUserName.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.stxtUserName.Size = new System.Drawing.Size(185, 28);
- this.stxtUserName.TabIndex = 14;
- this.stxtUserName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.stxtUserName.WaterColor = System.Drawing.Color.DarkGray;
- this.stxtUserName.WaterText = "请输入登录帐号";
- this.stxtUserName.WordWrap = true;
- //
- // sBtnLogin
- //
- this.sBtnLogin.BackColor = System.Drawing.Color.Transparent;
- this.sBtnLogin.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.sBtnLogin.DownBack = null;
- this.sBtnLogin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sBtnLogin.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.sBtnLogin.Location = new System.Drawing.Point(108, 114);
- this.sBtnLogin.MouseBack = null;
- this.sBtnLogin.Name = "sBtnLogin";
- this.sBtnLogin.NormlBack = null;
- this.sBtnLogin.Size = new System.Drawing.Size(185, 32);
- this.sBtnLogin.TabIndex = 17;
- this.sBtnLogin.Text = "登 录";
- this.sBtnLogin.UseVisualStyleBackColor = false;
- this.sBtnLogin.Click += new System.EventHandler(this.sBtnLogin_Click);
- //
- // schbRememberPwd
- //
- this.schbRememberPwd.AutoSize = true;
- this.schbRememberPwd.BackColor = System.Drawing.Color.Transparent;
- this.schbRememberPwd.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.schbRememberPwd.DownBack = null;
- this.schbRememberPwd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.schbRememberPwd.ForeColor = System.Drawing.Color.Navy;
- this.schbRememberPwd.Location = new System.Drawing.Point(296, 67);
- this.schbRememberPwd.MouseBack = null;
- this.schbRememberPwd.Name = "schbRememberPwd";
- this.schbRememberPwd.NormlBack = null;
- this.schbRememberPwd.SelectedDownBack = null;
- this.schbRememberPwd.SelectedMouseBack = null;
- this.schbRememberPwd.SelectedNormlBack = null;
- this.schbRememberPwd.Size = new System.Drawing.Size(75, 21);
- this.schbRememberPwd.TabIndex = 15;
- this.schbRememberPwd.Text = "记住密码";
- this.schbRememberPwd.UseVisualStyleBackColor = false;
- this.schbRememberPwd.CheckedChanged += new System.EventHandler(this.schbRememberPwd_CheckedChanged);
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.BackColor = System.Drawing.Color.Transparent;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelEx1.Location = new System.Drawing.Point(28, 20);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(74, 21);
- this.labelEx1.TabIndex = 18;
- this.labelEx1.Text = "登录帐号";
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.BackColor = System.Drawing.Color.Transparent;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelEx2.Location = new System.Drawing.Point(29, 68);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(74, 21);
- this.labelEx2.TabIndex = 18;
- this.labelEx2.Text = "登录密码";
- //
- // frmLogin
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(400, 260);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.IsMaximized = false;
- this.Name = "frmLogin";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "用户登录";
- this.TitleBgImageHeight = 60;
- this.plFormMainContent.ResumeLayout(false);
- this.plFormMainContent.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- protected internal OtherExpansion.SkinControl.SkinTextBox stxtPwd;
- protected internal OtherExpansion.SkinControl.SkinTextBox stxtUserName;
- protected internal OtherExpansion.SkinControl.SkinButtom sBtnLogin;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx labelEx1;
- protected internal OtherExpansion.SkinControl.SkinCheckBox schbRememberPwd;
- }
- }
|