login.Designer.cs 9.8 KB

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