5270564f86e75016f839c35e1f5a4d2171136a2b.svn-base 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. namespace Core.LZMes.Client.UIB
  2. {
  3. partial class CUIB010302SP
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.button1 = new System.Windows.Forms.Button();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.editPassWord = new System.Windows.Forms.TextBox();
  32. this.verifyPassWord = new System.Windows.Forms.TextBox();
  33. this.button3 = new System.Windows.Forms.Button();
  34. this.panel1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // button1
  38. //
  39. this.button1.Location = new System.Drawing.Point(42, 46);
  40. this.button1.Name = "button1";
  41. this.button1.Size = new System.Drawing.Size(68, 23);
  42. this.button1.TabIndex = 1;
  43. this.button1.Text = " 确认";
  44. this.button1.UseVisualStyleBackColor = true;
  45. this.button1.Click += new System.EventHandler(this.button1_Click);
  46. //
  47. // button2
  48. //
  49. this.button2.Location = new System.Drawing.Point(137, 46);
  50. this.button2.Name = "button2";
  51. this.button2.Size = new System.Drawing.Size(68, 23);
  52. this.button2.TabIndex = 4;
  53. this.button2.Text = "取消";
  54. this.button2.UseVisualStyleBackColor = true;
  55. this.button2.Click += new System.EventHandler(this.button2_Click);
  56. //
  57. // panel1
  58. //
  59. this.panel1.Controls.Add(this.editPassWord);
  60. this.panel1.Controls.Add(this.verifyPassWord);
  61. this.panel1.Controls.Add(this.button3);
  62. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  63. this.panel1.Location = new System.Drawing.Point(0, 0);
  64. this.panel1.Name = "panel1";
  65. this.panel1.Size = new System.Drawing.Size(257, 38);
  66. this.panel1.TabIndex = 5;
  67. //
  68. // editPassWord
  69. //
  70. this.editPassWord.Location = new System.Drawing.Point(27, 12);
  71. this.editPassWord.Name = "editPassWord";
  72. this.editPassWord.Size = new System.Drawing.Size(200, 21);
  73. this.editPassWord.TabIndex = 16;
  74. this.editPassWord.Tag = "查询、保存、删除操作需要在此处输入密码才可以进行操作";
  75. this.editPassWord.UseSystemPasswordChar = true;
  76. //
  77. // verifyPassWord
  78. //
  79. this.verifyPassWord.Location = new System.Drawing.Point(552, 9);
  80. this.verifyPassWord.Name = "verifyPassWord";
  81. this.verifyPassWord.ReadOnly = true;
  82. this.verifyPassWord.Size = new System.Drawing.Size(100, 21);
  83. this.verifyPassWord.TabIndex = 14;
  84. this.verifyPassWord.Text = "lzcjsb";
  85. this.verifyPassWord.Visible = false;
  86. //
  87. // button3
  88. //
  89. this.button3.Location = new System.Drawing.Point(450, 7);
  90. this.button3.Name = "button3";
  91. this.button3.Size = new System.Drawing.Size(75, 23);
  92. this.button3.TabIndex = 13;
  93. this.button3.Text = "打印";
  94. this.button3.UseVisualStyleBackColor = true;
  95. //
  96. // CUIB010302SP
  97. //
  98. this.AcceptButton = this.button1;
  99. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  100. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  101. this.CancelButton = this.button2;
  102. this.ClientSize = new System.Drawing.Size(257, 81);
  103. this.Controls.Add(this.panel1);
  104. this.Controls.Add(this.button2);
  105. this.Controls.Add(this.button1);
  106. this.MaximizeBox = false;
  107. this.MinimizeBox = false;
  108. this.Name = "CUIB010302SP";
  109. this.ShowIcon = false;
  110. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  111. this.Text = "请输入操作密码";
  112. this.Activated += new System.EventHandler(this.CUIB010302SP_Activated);
  113. this.panel1.ResumeLayout(false);
  114. this.panel1.PerformLayout();
  115. this.ResumeLayout(false);
  116. }
  117. #endregion
  118. private System.Windows.Forms.Button button1;
  119. private System.Windows.Forms.Button button2;
  120. private System.Windows.Forms.Panel panel1;
  121. private System.Windows.Forms.TextBox editPassWord;
  122. private System.Windows.Forms.TextBox verifyPassWord;
  123. private System.Windows.Forms.Button button3;
  124. }
  125. }