12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- namespace UAS_LabelMachine
- {
- partial class PassWordConfirm
- {
- /// <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.label1 = new System.Windows.Forms.Label();
- this.PassWord = new UAS_LabelMachine.CustomControl.EnterTextBox();
- this.Confirm = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(132, 106);
- this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(71, 36);
- this.label1.TabIndex = 108;
- this.label1.Text = "密码";
- //
- // PassWord
- //
- this.PassWord.ID = null;
- this.PassWord.Location = new System.Drawing.Point(228, 106);
- this.PassWord.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
- this.PassWord.Name = "PassWord";
- this.PassWord.PasswordChar = '*';
- this.PassWord.Size = new System.Drawing.Size(286, 35);
- this.PassWord.Str = null;
- this.PassWord.Str1 = null;
- this.PassWord.Str2 = null;
- this.PassWord.TabIndex = 109;
- //
- // Confirm
- //
- this.Confirm.Location = new System.Drawing.Point(276, 188);
- this.Confirm.Margin = new System.Windows.Forms.Padding(6);
- this.Confirm.Name = "Confirm";
- this.Confirm.Size = new System.Drawing.Size(150, 46);
- this.Confirm.TabIndex = 111;
- this.Confirm.Text = "确认";
- this.Confirm.UseVisualStyleBackColor = true;
- this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
- //
- // PassWordConfirm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(696, 306);
- this.Controls.Add(this.Confirm);
- this.Controls.Add(this.PassWord);
- this.Controls.Add(this.label1);
- this.Margin = new System.Windows.Forms.Padding(6);
- this.Name = "PassWordConfirm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "密码确认";
- this.Load += new System.EventHandler(this.ComInfoSet_Load);
- this.ResumeLayout(true);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private CustomControl.EnterTextBox PassWord;
- private System.Windows.Forms.Button Confirm;
- }
- }
|