123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 |
- namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
- {
- partial class EnterPasswordRetrieveSetSuperSmallForm
- {
- /// <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(EnterPasswordRetrieveSetSuperSmallForm));
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
- this.txtNewPassword = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtOKPassword = new LYFZ.ComponentLibrary.TextBoxEx();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.panelEx2.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx2);
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Size = new System.Drawing.Size(355, 180);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(355, 180);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(296, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(323, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(296, 0);
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(48, 28);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(56, 17);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.Text = "新密码:";
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx2.Location = new System.Drawing.Point(36, 66);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(68, 17);
- this.labelEx2.TabIndex = 1;
- this.labelEx2.Text = "确认密码:";
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.btnCancel);
- this.panelEx1.Controls.Add(this.btnOK);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panelEx1.Location = new System.Drawing.Point(0, 140);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(355, 40);
- this.panelEx1.TabIndex = 2;
- //
- // btnCancel
- //
- 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(189, 6);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 28);
- this.btnCancel.TabIndex = 1;
- this.btnCancel.Text = " 取 消";
- this.btnCancel.UseVisualStyleBackColor = false;
- //
- // btnOK
- //
- 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(83, 6);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(85, 28);
- this.btnOK.TabIndex = 0;
- this.btnOK.Text = " 确 定";
- this.btnOK.UseVisualStyleBackColor = false;
- //
- // txtNewPassword
- //
- this.txtNewPassword.BackColor = System.Drawing.Color.Transparent;
- this.txtNewPassword.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNewPassword.Icon = null;
- this.txtNewPassword.IconIsButton = false;
- this.txtNewPassword.IsPasswordChat = '*';
- this.txtNewPassword.IsSystemPasswordChar = false;
- this.txtNewPassword.Lines = new string[0];
- this.txtNewPassword.Location = new System.Drawing.Point(106, 24);
- this.txtNewPassword.Margin = new System.Windows.Forms.Padding(0);
- this.txtNewPassword.MaxLength = 32767;
- this.txtNewPassword.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNewPassword.MouseBack = null;
- this.txtNewPassword.Multiline = false;
- this.txtNewPassword.Name = "txtNewPassword";
- this.txtNewPassword.NormlBack = null;
- this.txtNewPassword.Padding = new System.Windows.Forms.Padding(5);
- this.txtNewPassword.ReadOnly = false;
- this.txtNewPassword.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNewPassword.Size = new System.Drawing.Size(173, 25);
- this.txtNewPassword.TabIndex = 7;
- this.txtNewPassword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtNewPassword.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNewPassword.WaterText = "";
- this.txtNewPassword.WordWrap = true;
- //
- // txtOKPassword
- //
- this.txtOKPassword.BackColor = System.Drawing.Color.Transparent;
- this.txtOKPassword.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtOKPassword.Icon = null;
- this.txtOKPassword.IconIsButton = false;
- this.txtOKPassword.IsPasswordChat = '*';
- this.txtOKPassword.IsSystemPasswordChar = false;
- this.txtOKPassword.Lines = new string[0];
- this.txtOKPassword.Location = new System.Drawing.Point(106, 62);
- this.txtOKPassword.Margin = new System.Windows.Forms.Padding(0);
- this.txtOKPassword.MaxLength = 32767;
- this.txtOKPassword.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtOKPassword.MouseBack = null;
- this.txtOKPassword.Multiline = false;
- this.txtOKPassword.Name = "txtOKPassword";
- this.txtOKPassword.NormlBack = null;
- this.txtOKPassword.Padding = new System.Windows.Forms.Padding(5);
- this.txtOKPassword.ReadOnly = false;
- this.txtOKPassword.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtOKPassword.Size = new System.Drawing.Size(173, 25);
- this.txtOKPassword.TabIndex = 8;
- this.txtOKPassword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtOKPassword.WaterColor = System.Drawing.Color.DarkGray;
- this.txtOKPassword.WaterText = "";
- this.txtOKPassword.WordWrap = true;
- //
- // panelEx2
- //
- this.panelEx2.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.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.labelEx1);
- this.panelEx2.Controls.Add(this.txtOKPassword);
- this.panelEx2.Controls.Add(this.labelEx2);
- this.panelEx2.Controls.Add(this.txtNewPassword);
- this.panelEx2.Location = new System.Drawing.Point(10, 10);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(335, 120);
- this.panelEx2.TabIndex = 9;
- //
- // EnterPasswordRetrieveSetSuperSmallForm
- //
- 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(355, 245);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "EnterPasswordRetrieveSetSuperSmallForm";
- this.Text = "找回密码";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.LabelEx labelEx1;
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.LabelEx labelEx2;
- protected ComponentLibrary.TextBoxEx txtOKPassword;
- protected ComponentLibrary.TextBoxEx txtNewPassword;
- protected ComponentLibrary.ButtonEx btnCancel;
- protected ComponentLibrary.ButtonEx btnOK;
- private ComponentLibrary.PanelEx panelEx2;
- }
- }
|