123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
- {
- partial class EnterPasswordSuperSmallForm
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
-
-
-
-
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EnterPasswordSuperSmallForm));
- this.txtPassWord = new LYFZ.ComponentLibrary.TextBoxEx();
- this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.SuspendLayout();
-
-
-
- this.plExMainContainer.Controls.Add(this.btnCancel);
- this.plExMainContainer.Controls.Add(this.btnOK);
- this.plExMainContainer.Controls.Add(this.txtPassWord);
- this.plExMainContainer.Size = new System.Drawing.Size(320, 150);
-
-
-
- this.plFormMainContent.Size = new System.Drawing.Size(320, 150);
-
-
-
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(261, 0);
-
-
-
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(288, 0);
-
-
-
- this.btnAppFormMinimize.Location = new System.Drawing.Point(261, 0);
-
-
-
- this.txtPassWord.BackColor = System.Drawing.Color.Transparent;
- this.txtPassWord.BorderColor = System.Drawing.Color.Black;
- this.txtPassWord.BorderWidth = 1;
- this.txtPassWord.Ico = null;
- this.txtPassWord.IcoPadding = new System.Windows.Forms.Padding(3, 3, 0, 0);
- this.txtPassWord.Isico = false;
- this.txtPassWord.IsPass = false;
- this.txtPassWord.lines = new string[0];
- this.txtPassWord.Location = new System.Drawing.Point(36, 40);
- this.txtPassWord.MaxLength = 32767;
- this.txtPassWord.Multiline = false;
- this.txtPassWord.Name = "txtPassWord";
- this.txtPassWord.NewFont = new System.Drawing.Font("宋体", 10.5F);
- this.txtPassWord.PassChar = '●';
- this.txtPassWord.ReadOnly = false;
- this.txtPassWord.Size = new System.Drawing.Size(252, 22);
- this.txtPassWord.TabIndex = 0;
-
-
-
- this.btnOK.BackColor = System.Drawing.Color.Transparent;
- this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
- this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnOK.ForeColor = System.Drawing.Color.White;
- this.btnOK.IsCustomBackImg = false;
- this.btnOK.IsShowText = true;
- this.btnOK.Location = new System.Drawing.Point(54, 86);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(85, 28);
- this.btnOK.TabIndex = 1;
- this.btnOK.Text = " 确 定";
- this.btnOK.UseVisualStyleBackColor = false;
-
-
-
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
- this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.IsCustomBackImg = false;
- this.btnCancel.IsShowText = true;
- this.btnCancel.Location = new System.Drawing.Point(186, 86);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 28);
- this.btnCancel.TabIndex = 2;
- this.btnCancel.Text = " 取 消";
- this.btnCancel.UseVisualStyleBackColor = false;
-
-
-
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(320, 215);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsUserControlsSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "EnterPasswordSuperSmallForm";
- this.Text = "请输入密码";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- protected ComponentLibrary.TextBoxEx txtPassWord;
- protected ComponentLibrary.ButtonEx btnOK;
- protected ComponentLibrary.ButtonEx btnCancel;
- }
- }
|