Form3.Designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. namespace pract
  2. {
  3. partial class Form3
  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.comboBox1 = new System.Windows.Forms.ComboBox();
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.textBox2 = new System.Windows.Forms.TextBox();
  31. this.textBox3 = new System.Windows.Forms.TextBox();
  32. this.textBox4 = new System.Windows.Forms.TextBox();
  33. this.textBox5 = new System.Windows.Forms.TextBox();
  34. this.textBox6 = new System.Windows.Forms.TextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.label5 = new System.Windows.Forms.Label();
  40. this.label6 = new System.Windows.Forms.Label();
  41. this.label7 = new System.Windows.Forms.Label();
  42. this.button1 = new System.Windows.Forms.Button();
  43. this.SuspendLayout();
  44. //
  45. // comboBox1
  46. //
  47. this.comboBox1.FormattingEnabled = true;
  48. this.comboBox1.Location = new System.Drawing.Point(148, 45);
  49. this.comboBox1.Name = "comboBox1";
  50. this.comboBox1.Size = new System.Drawing.Size(234, 24);
  51. this.comboBox1.TabIndex = 0;
  52. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  53. //
  54. // textBox1
  55. //
  56. this.textBox1.Location = new System.Drawing.Point(148, 90);
  57. this.textBox1.Name = "textBox1";
  58. this.textBox1.Size = new System.Drawing.Size(234, 22);
  59. this.textBox1.TabIndex = 1;
  60. //
  61. // textBox2
  62. //
  63. this.textBox2.Location = new System.Drawing.Point(148, 132);
  64. this.textBox2.Name = "textBox2";
  65. this.textBox2.Size = new System.Drawing.Size(234, 22);
  66. this.textBox2.TabIndex = 1;
  67. //
  68. // textBox3
  69. //
  70. this.textBox3.Location = new System.Drawing.Point(148, 180);
  71. this.textBox3.Name = "textBox3";
  72. this.textBox3.Size = new System.Drawing.Size(234, 22);
  73. this.textBox3.TabIndex = 1;
  74. //
  75. // textBox4
  76. //
  77. this.textBox4.Location = new System.Drawing.Point(148, 228);
  78. this.textBox4.Name = "textBox4";
  79. this.textBox4.Size = new System.Drawing.Size(234, 22);
  80. this.textBox4.TabIndex = 1;
  81. //
  82. // textBox5
  83. //
  84. this.textBox5.Location = new System.Drawing.Point(148, 276);
  85. this.textBox5.Name = "textBox5";
  86. this.textBox5.Size = new System.Drawing.Size(234, 22);
  87. this.textBox5.TabIndex = 1;
  88. //
  89. // textBox6
  90. //
  91. this.textBox6.Location = new System.Drawing.Point(148, 322);
  92. this.textBox6.Name = "textBox6";
  93. this.textBox6.Size = new System.Drawing.Size(234, 22);
  94. this.textBox6.TabIndex = 1;
  95. //
  96. // label1
  97. //
  98. this.label1.AutoSize = true;
  99. this.label1.Location = new System.Drawing.Point(105, 96);
  100. this.label1.Name = "label1";
  101. this.label1.Size = new System.Drawing.Size(31, 16);
  102. this.label1.TabIndex = 2;
  103. this.label1.Text = "имя";
  104. //
  105. // label2
  106. //
  107. this.label2.AutoSize = true;
  108. this.label2.Location = new System.Drawing.Point(70, 138);
  109. this.label2.Name = "label2";
  110. this.label2.Size = new System.Drawing.Size(66, 16);
  111. this.label2.TabIndex = 2;
  112. this.label2.Text = "фамилия";
  113. //
  114. // label3
  115. //
  116. this.label3.AutoSize = true;
  117. this.label3.Location = new System.Drawing.Point(68, 186);
  118. this.label3.Name = "label3";
  119. this.label3.Size = new System.Drawing.Size(68, 16);
  120. this.label3.TabIndex = 2;
  121. this.label3.Text = "отчество";
  122. //
  123. // label4
  124. //
  125. this.label4.AutoSize = true;
  126. this.label4.Location = new System.Drawing.Point(34, 234);
  127. this.label4.Name = "label4";
  128. this.label4.Size = new System.Drawing.Size(102, 16);
  129. this.label4.TabIndex = 2;
  130. this.label4.Text = "паспорт серия";
  131. this.label4.Click += new System.EventHandler(this.label4_Click);
  132. //
  133. // label5
  134. //
  135. this.label5.AutoSize = true;
  136. this.label5.Location = new System.Drawing.Point(31, 282);
  137. this.label5.Name = "label5";
  138. this.label5.Size = new System.Drawing.Size(105, 16);
  139. this.label5.TabIndex = 2;
  140. this.label5.Text = "паспорт номер";
  141. //
  142. // label6
  143. //
  144. this.label6.AutoSize = true;
  145. this.label6.Location = new System.Drawing.Point(14, 328);
  146. this.label6.Name = "label6";
  147. this.label6.Size = new System.Drawing.Size(122, 16);
  148. this.label6.TabIndex = 2;
  149. this.label6.Text = "бывшая зарплата";
  150. //
  151. // label7
  152. //
  153. this.label7.AutoSize = true;
  154. this.label7.Location = new System.Drawing.Point(29, 53);
  155. this.label7.Name = "label7";
  156. this.label7.Size = new System.Drawing.Size(106, 16);
  157. this.label7.TabIndex = 2;
  158. this.label7.Text = "специальность";
  159. //
  160. // button1
  161. //
  162. this.button1.Location = new System.Drawing.Point(139, 387);
  163. this.button1.Name = "button1";
  164. this.button1.Size = new System.Drawing.Size(128, 36);
  165. this.button1.TabIndex = 3;
  166. this.button1.Text = "добавить";
  167. this.button1.UseVisualStyleBackColor = true;
  168. this.button1.Click += new System.EventHandler(this.button1_Click);
  169. //
  170. // Form3
  171. //
  172. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  173. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  174. this.ClientSize = new System.Drawing.Size(425, 447);
  175. this.Controls.Add(this.button1);
  176. this.Controls.Add(this.label6);
  177. this.Controls.Add(this.label5);
  178. this.Controls.Add(this.label4);
  179. this.Controls.Add(this.label3);
  180. this.Controls.Add(this.label2);
  181. this.Controls.Add(this.label7);
  182. this.Controls.Add(this.label1);
  183. this.Controls.Add(this.textBox6);
  184. this.Controls.Add(this.textBox5);
  185. this.Controls.Add(this.textBox4);
  186. this.Controls.Add(this.textBox3);
  187. this.Controls.Add(this.textBox2);
  188. this.Controls.Add(this.textBox1);
  189. this.Controls.Add(this.comboBox1);
  190. this.Name = "Form3";
  191. this.Text = "Form3";
  192. this.Load += new System.EventHandler(this.Form3_Load);
  193. this.ResumeLayout(false);
  194. this.PerformLayout();
  195. }
  196. #endregion
  197. private System.Windows.Forms.ComboBox comboBox1;
  198. private System.Windows.Forms.TextBox textBox1;
  199. private System.Windows.Forms.TextBox textBox2;
  200. private System.Windows.Forms.TextBox textBox3;
  201. private System.Windows.Forms.TextBox textBox4;
  202. private System.Windows.Forms.TextBox textBox5;
  203. private System.Windows.Forms.TextBox textBox6;
  204. private System.Windows.Forms.Label label1;
  205. private System.Windows.Forms.Label label2;
  206. private System.Windows.Forms.Label label3;
  207. private System.Windows.Forms.Label label4;
  208. private System.Windows.Forms.Label label5;
  209. private System.Windows.Forms.Label label6;
  210. private System.Windows.Forms.Label label7;
  211. private System.Windows.Forms.Button button1;
  212. }
  213. }