| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- namespace Core.LZMes.Client.UIB
- {
- partial class CUIB010302SP
- {
- /// <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.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.panel1 = new System.Windows.Forms.Panel();
- this.editPassWord = new System.Windows.Forms.TextBox();
- this.verifyPassWord = new System.Windows.Forms.TextBox();
- this.button3 = new System.Windows.Forms.Button();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(42, 46);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(68, 23);
- this.button1.TabIndex = 1;
- this.button1.Text = " 确认";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(137, 46);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(68, 23);
- this.button2.TabIndex = 4;
- this.button2.Text = "取消";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // panel1
- //
- this.panel1.Controls.Add(this.editPassWord);
- this.panel1.Controls.Add(this.verifyPassWord);
- this.panel1.Controls.Add(this.button3);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(257, 38);
- this.panel1.TabIndex = 5;
- //
- // editPassWord
- //
- this.editPassWord.Location = new System.Drawing.Point(27, 12);
- this.editPassWord.Name = "editPassWord";
- this.editPassWord.Size = new System.Drawing.Size(200, 21);
- this.editPassWord.TabIndex = 16;
- this.editPassWord.Tag = "查询、保存、删除操作需要在此处输入密码才可以进行操作";
- this.editPassWord.UseSystemPasswordChar = true;
- //
- // verifyPassWord
- //
- this.verifyPassWord.Location = new System.Drawing.Point(552, 9);
- this.verifyPassWord.Name = "verifyPassWord";
- this.verifyPassWord.ReadOnly = true;
- this.verifyPassWord.Size = new System.Drawing.Size(100, 21);
- this.verifyPassWord.TabIndex = 14;
- this.verifyPassWord.Text = "lzcjsb";
- this.verifyPassWord.Visible = false;
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(450, 7);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(75, 23);
- this.button3.TabIndex = 13;
- this.button3.Text = "打印";
- this.button3.UseVisualStyleBackColor = true;
- //
- // CUIB010302SP
- //
- this.AcceptButton = this.button1;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.button2;
- this.ClientSize = new System.Drawing.Size(257, 81);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "CUIB010302SP";
- this.ShowIcon = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "请输入操作密码";
- this.Activated += new System.EventHandler(this.CUIB010302SP_Activated);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.TextBox editPassWord;
- private System.Windows.Forms.TextBox verifyPassWord;
- private System.Windows.Forms.Button button3;
- }
- }
|