register.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. namespace Archives_Center
  2. {
  3. partial class register
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(register));
  30. this.label4 = new System.Windows.Forms.Label();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.textBox2 = new System.Windows.Forms.TextBox();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. this.textBox1 = new System.Windows.Forms.TextBox();
  38. this.textBox3 = new System.Windows.Forms.TextBox();
  39. this.label5 = new System.Windows.Forms.Label();
  40. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  41. this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
  42. this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
  43. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  44. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  45. this.toolStrip1.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // label4
  49. //
  50. this.label4.AutoSize = true;
  51. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  52. this.label4.Location = new System.Drawing.Point(106, 47);
  53. this.label4.Name = "label4";
  54. this.label4.Size = new System.Drawing.Size(149, 37);
  55. this.label4.TabIndex = 16;
  56. this.label4.Text = "新建用户";
  57. //
  58. // button1
  59. //
  60. this.button1.Image = global::Archives_Center.Properties.Resources.Icon_9930;
  61. this.button1.Location = new System.Drawing.Point(322, 188);
  62. this.button1.Margin = new System.Windows.Forms.Padding(3, 3, 30, 3);
  63. this.button1.Name = "button1";
  64. this.button1.Size = new System.Drawing.Size(23, 21);
  65. this.button1.TabIndex = 3;
  66. this.button1.UseVisualStyleBackColor = true;
  67. this.button1.Click += new System.EventHandler(this.button1_Click);
  68. //
  69. // textBox2
  70. //
  71. this.textBox2.Location = new System.Drawing.Point(97, 118);
  72. this.textBox2.Margin = new System.Windows.Forms.Padding(3, 9, 30, 3);
  73. this.textBox2.Name = "textBox2";
  74. this.textBox2.Size = new System.Drawing.Size(248, 21);
  75. this.textBox2.TabIndex = 0;
  76. //
  77. // label3
  78. //
  79. this.label3.AutoSize = true;
  80. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  81. this.label3.Location = new System.Drawing.Point(54, 156);
  82. this.label3.Name = "label3";
  83. this.label3.Size = new System.Drawing.Size(37, 16);
  84. this.label3.TabIndex = 12;
  85. this.label3.Text = "密码";
  86. //
  87. // label2
  88. //
  89. this.label2.AutoSize = true;
  90. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  91. this.label2.Location = new System.Drawing.Point(39, 123);
  92. this.label2.Margin = new System.Windows.Forms.Padding(30, 28, 3, 0);
  93. this.label2.Name = "label2";
  94. this.label2.Size = new System.Drawing.Size(52, 16);
  95. this.label2.TabIndex = 11;
  96. this.label2.Text = "用户名";
  97. //
  98. // label1
  99. //
  100. this.label1.AutoSize = true;
  101. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  102. this.label1.Location = new System.Drawing.Point(108, 22);
  103. this.label1.Name = "label1";
  104. this.label1.Size = new System.Drawing.Size(165, 25);
  105. this.label1.TabIndex = 10;
  106. this.label1.Text = "Archives Center";
  107. //
  108. // pictureBox1
  109. //
  110. this.pictureBox1.Image = global::Archives_Center.Properties.Resources.Icon_0105;
  111. this.pictureBox1.Location = new System.Drawing.Point(24, 22);
  112. this.pictureBox1.Margin = new System.Windows.Forms.Padding(15, 14, 15, 14);
  113. this.pictureBox1.Name = "pictureBox1";
  114. this.pictureBox1.Size = new System.Drawing.Size(64, 64);
  115. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  116. this.pictureBox1.TabIndex = 9;
  117. this.pictureBox1.TabStop = false;
  118. //
  119. // textBox1
  120. //
  121. this.textBox1.Location = new System.Drawing.Point(97, 184);
  122. this.textBox1.Margin = new System.Windows.Forms.Padding(3, 9, 3, 3);
  123. this.textBox1.Name = "textBox1";
  124. this.textBox1.PasswordChar = 'X';
  125. this.textBox1.Size = new System.Drawing.Size(219, 21);
  126. this.textBox1.TabIndex = 2;
  127. //
  128. // textBox3
  129. //
  130. this.textBox3.Location = new System.Drawing.Point(97, 151);
  131. this.textBox3.Margin = new System.Windows.Forms.Padding(3, 9, 30, 3);
  132. this.textBox3.Name = "textBox3";
  133. this.textBox3.PasswordChar = 'X';
  134. this.textBox3.Size = new System.Drawing.Size(248, 21);
  135. this.textBox3.TabIndex = 1;
  136. //
  137. // label5
  138. //
  139. this.label5.AutoSize = true;
  140. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  141. this.label5.Location = new System.Drawing.Point(24, 189);
  142. this.label5.Name = "label5";
  143. this.label5.Size = new System.Drawing.Size(67, 16);
  144. this.label5.TabIndex = 19;
  145. this.label5.Text = "确认密码";
  146. //
  147. // toolStrip1
  148. //
  149. this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
  150. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  151. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  152. this.toolStripButton1,
  153. this.toolStripButton3});
  154. this.toolStrip1.Location = new System.Drawing.Point(0, 216);
  155. this.toolStrip1.Name = "toolStrip1";
  156. this.toolStrip1.Size = new System.Drawing.Size(384, 25);
  157. this.toolStrip1.TabIndex = 20;
  158. this.toolStrip1.Text = "toolStrip1";
  159. //
  160. // toolStripButton1
  161. //
  162. this.toolStripButton1.Image = global::Archives_Center.Properties.Resources.Icon_0622;
  163. this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  164. this.toolStripButton1.Name = "toolStripButton1";
  165. this.toolStripButton1.Size = new System.Drawing.Size(100, 22);
  166. this.toolStripButton1.Text = "导入用户数据";
  167. this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
  168. //
  169. // toolStripButton3
  170. //
  171. this.toolStripButton3.CheckOnClick = true;
  172. this.toolStripButton3.Image = global::Archives_Center.Properties.Resources.Icon_0798;
  173. this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
  174. this.toolStripButton3.Name = "toolStripButton3";
  175. this.toolStripButton3.Size = new System.Drawing.Size(148, 22);
  176. this.toolStripButton3.Text = "使用当前系统用户账户";
  177. this.toolStripButton3.CheckedChanged += new System.EventHandler(this.toolStripButton3_CheckedChanged);
  178. //
  179. // register
  180. //
  181. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  182. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  183. this.ClientSize = new System.Drawing.Size(384, 241);
  184. this.Controls.Add(this.toolStrip1);
  185. this.Controls.Add(this.label5);
  186. this.Controls.Add(this.textBox3);
  187. this.Controls.Add(this.textBox1);
  188. this.Controls.Add(this.label4);
  189. this.Controls.Add(this.button1);
  190. this.Controls.Add(this.textBox2);
  191. this.Controls.Add(this.label3);
  192. this.Controls.Add(this.label2);
  193. this.Controls.Add(this.label1);
  194. this.Controls.Add(this.pictureBox1);
  195. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  196. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  197. this.MaximumSize = new System.Drawing.Size(400, 280);
  198. this.MinimumSize = new System.Drawing.Size(400, 280);
  199. this.Name = "register";
  200. this.ShowInTaskbar = false;
  201. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  202. this.Text = "新建用户";
  203. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  204. this.toolStrip1.ResumeLayout(false);
  205. this.toolStrip1.PerformLayout();
  206. this.ResumeLayout(false);
  207. this.PerformLayout();
  208. }
  209. #endregion
  210. private System.Windows.Forms.Label label4;
  211. private System.Windows.Forms.Button button1;
  212. private System.Windows.Forms.Label label3;
  213. private System.Windows.Forms.Label label2;
  214. private System.Windows.Forms.Label label1;
  215. private System.Windows.Forms.PictureBox pictureBox1;
  216. private System.Windows.Forms.Label label5;
  217. private System.Windows.Forms.ToolStrip toolStrip1;
  218. private System.Windows.Forms.ToolStripButton toolStripButton1;
  219. private System.Windows.Forms.ToolStripButton toolStripButton3;
  220. private System.Windows.Forms.ToolTip toolTip1;
  221. public System.Windows.Forms.TextBox textBox2;
  222. public System.Windows.Forms.TextBox textBox1;
  223. public System.Windows.Forms.TextBox textBox3;
  224. }
  225. }