AddEditClient.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. 
  2. namespace ARM_spec_otdelenia
  3. {
  4. partial class AddEditClient
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.backBtn = new System.Windows.Forms.Button();
  31. this.saveBtn = new System.Windows.Forms.Button();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.comboBox1 = new System.Windows.Forms.ComboBox();
  35. this.comboBox2 = new System.Windows.Forms.ComboBox();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.comboBox3 = new System.Windows.Forms.ComboBox();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.comboBox4 = new System.Windows.Forms.ComboBox();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.comboBox5 = new System.Windows.Forms.ComboBox();
  42. this.label6 = new System.Windows.Forms.Label();
  43. this.comboBox6 = new System.Windows.Forms.ComboBox();
  44. this.label7 = new System.Windows.Forms.Label();
  45. this.comboBox7 = new System.Windows.Forms.ComboBox();
  46. this.label8 = new System.Windows.Forms.Label();
  47. this.comboBox8 = new System.Windows.Forms.ComboBox();
  48. this.label9 = new System.Windows.Forms.Label();
  49. this.comboBox9 = new System.Windows.Forms.ComboBox();
  50. this.label10 = new System.Windows.Forms.Label();
  51. this.comboBox10 = new System.Windows.Forms.ComboBox();
  52. this.label11 = new System.Windows.Forms.Label();
  53. this.panel1.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // label1
  57. //
  58. this.label1.AutoSize = true;
  59. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  60. this.label1.ForeColor = System.Drawing.Color.White;
  61. this.label1.Location = new System.Drawing.Point(140, 4);
  62. this.label1.Name = "label1";
  63. this.label1.Size = new System.Drawing.Size(410, 90);
  64. this.label1.TabIndex = 0;
  65. this.label1.Text = "Добавить/редактировать \r\nзаписи на дом";
  66. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  67. //
  68. // backBtn
  69. //
  70. this.backBtn.BackColor = System.Drawing.Color.White;
  71. this.backBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  72. this.backBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  73. this.backBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  74. this.backBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  75. this.backBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  76. this.backBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  77. this.backBtn.ForeColor = System.Drawing.Color.Black;
  78. this.backBtn.Location = new System.Drawing.Point(405, 349);
  79. this.backBtn.Name = "backBtn";
  80. this.backBtn.Size = new System.Drawing.Size(146, 35);
  81. this.backBtn.TabIndex = 63;
  82. this.backBtn.Text = "Отмена";
  83. this.backBtn.UseVisualStyleBackColor = false;
  84. this.backBtn.MouseLeave += new System.EventHandler(this.backBtn_MouseLeave);
  85. this.backBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.backBtn_MouseMove);
  86. //
  87. // saveBtn
  88. //
  89. this.saveBtn.BackColor = System.Drawing.Color.White;
  90. this.saveBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  91. this.saveBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  92. this.saveBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  93. this.saveBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  94. this.saveBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  95. this.saveBtn.ForeColor = System.Drawing.Color.Black;
  96. this.saveBtn.Location = new System.Drawing.Point(131, 349);
  97. this.saveBtn.Name = "saveBtn";
  98. this.saveBtn.Size = new System.Drawing.Size(146, 35);
  99. this.saveBtn.TabIndex = 62;
  100. this.saveBtn.Text = "Сохранить";
  101. this.saveBtn.UseVisualStyleBackColor = false;
  102. this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click);
  103. this.saveBtn.MouseLeave += new System.EventHandler(this.saveBtn_MouseLeave);
  104. this.saveBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.saveBtn_MouseMove);
  105. //
  106. // label2
  107. //
  108. this.label2.AutoSize = true;
  109. this.label2.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  110. this.label2.Location = new System.Drawing.Point(9, 104);
  111. this.label2.Name = "label2";
  112. this.label2.Size = new System.Drawing.Size(100, 26);
  113. this.label2.TabIndex = 61;
  114. this.label2.Text = "Фамилия:";
  115. //
  116. // panel1
  117. //
  118. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(110)))));
  119. this.panel1.Controls.Add(this.label1);
  120. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  121. this.panel1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  122. this.panel1.Location = new System.Drawing.Point(0, 0);
  123. this.panel1.Name = "panel1";
  124. this.panel1.Size = new System.Drawing.Size(684, 95);
  125. this.panel1.TabIndex = 59;
  126. //
  127. // comboBox1
  128. //
  129. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  130. this.comboBox1.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  131. this.comboBox1.FormattingEnabled = true;
  132. this.comboBox1.Location = new System.Drawing.Point(115, 101);
  133. this.comboBox1.Name = "comboBox1";
  134. this.comboBox1.Size = new System.Drawing.Size(173, 34);
  135. this.comboBox1.TabIndex = 64;
  136. //
  137. // comboBox2
  138. //
  139. this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  140. this.comboBox2.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  141. this.comboBox2.FormattingEnabled = true;
  142. this.comboBox2.Location = new System.Drawing.Point(115, 141);
  143. this.comboBox2.Name = "comboBox2";
  144. this.comboBox2.Size = new System.Drawing.Size(173, 34);
  145. this.comboBox2.TabIndex = 66;
  146. //
  147. // label3
  148. //
  149. this.label3.AutoSize = true;
  150. this.label3.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  151. this.label3.Location = new System.Drawing.Point(9, 147);
  152. this.label3.Name = "label3";
  153. this.label3.Size = new System.Drawing.Size(56, 26);
  154. this.label3.TabIndex = 65;
  155. this.label3.Text = "Имя:";
  156. //
  157. // comboBox3
  158. //
  159. this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  160. this.comboBox3.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  161. this.comboBox3.FormattingEnabled = true;
  162. this.comboBox3.Location = new System.Drawing.Point(115, 181);
  163. this.comboBox3.Name = "comboBox3";
  164. this.comboBox3.Size = new System.Drawing.Size(173, 34);
  165. this.comboBox3.TabIndex = 68;
  166. //
  167. // label4
  168. //
  169. this.label4.AutoSize = true;
  170. this.label4.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  171. this.label4.Location = new System.Drawing.Point(7, 184);
  172. this.label4.Name = "label4";
  173. this.label4.Size = new System.Drawing.Size(102, 26);
  174. this.label4.TabIndex = 67;
  175. this.label4.Text = "Отчество:";
  176. //
  177. // comboBox4
  178. //
  179. this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  180. this.comboBox4.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  181. this.comboBox4.FormattingEnabled = true;
  182. this.comboBox4.Location = new System.Drawing.Point(115, 221);
  183. this.comboBox4.Name = "comboBox4";
  184. this.comboBox4.Size = new System.Drawing.Size(173, 34);
  185. this.comboBox4.TabIndex = 70;
  186. //
  187. // label5
  188. //
  189. this.label5.AutoSize = true;
  190. this.label5.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  191. this.label5.Location = new System.Drawing.Point(9, 224);
  192. this.label5.Name = "label5";
  193. this.label5.Size = new System.Drawing.Size(100, 26);
  194. this.label5.TabIndex = 69;
  195. this.label5.Text = "Телефон:";
  196. //
  197. // comboBox5
  198. //
  199. this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  200. this.comboBox5.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  201. this.comboBox5.FormattingEnabled = true;
  202. this.comboBox5.Location = new System.Drawing.Point(115, 261);
  203. this.comboBox5.Name = "comboBox5";
  204. this.comboBox5.Size = new System.Drawing.Size(173, 34);
  205. this.comboBox5.TabIndex = 72;
  206. //
  207. // label6
  208. //
  209. this.label6.AutoSize = true;
  210. this.label6.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  211. this.label6.Location = new System.Drawing.Point(12, 264);
  212. this.label6.Name = "label6";
  213. this.label6.Size = new System.Drawing.Size(81, 26);
  214. this.label6.TabIndex = 71;
  215. this.label6.Text = "Услуга:";
  216. //
  217. // comboBox6
  218. //
  219. this.comboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  220. this.comboBox6.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  221. this.comboBox6.FormattingEnabled = true;
  222. this.comboBox6.Location = new System.Drawing.Point(447, 101);
  223. this.comboBox6.Name = "comboBox6";
  224. this.comboBox6.Size = new System.Drawing.Size(225, 34);
  225. this.comboBox6.TabIndex = 74;
  226. //
  227. // label7
  228. //
  229. this.label7.AutoSize = true;
  230. this.label7.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  231. this.label7.Location = new System.Drawing.Point(297, 107);
  232. this.label7.Name = "label7";
  233. this.label7.Size = new System.Drawing.Size(156, 23);
  234. this.label7.TabIndex = 73;
  235. this.label7.Text = "Трудоспособность:";
  236. //
  237. // comboBox7
  238. //
  239. this.comboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  240. this.comboBox7.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  241. this.comboBox7.FormattingEnabled = true;
  242. this.comboBox7.Location = new System.Drawing.Point(447, 141);
  243. this.comboBox7.Name = "comboBox7";
  244. this.comboBox7.Size = new System.Drawing.Size(225, 34);
  245. this.comboBox7.TabIndex = 76;
  246. //
  247. // label8
  248. //
  249. this.label8.AutoSize = true;
  250. this.label8.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  251. this.label8.Location = new System.Drawing.Point(297, 144);
  252. this.label8.Name = "label8";
  253. this.label8.Size = new System.Drawing.Size(135, 26);
  254. this.label8.TabIndex = 75;
  255. this.label8.Text = "Заболевание:";
  256. //
  257. // comboBox8
  258. //
  259. this.comboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  260. this.comboBox8.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  261. this.comboBox8.Location = new System.Drawing.Point(447, 181);
  262. this.comboBox8.Name = "comboBox8";
  263. this.comboBox8.Size = new System.Drawing.Size(225, 34);
  264. this.comboBox8.TabIndex = 78;
  265. //
  266. // label9
  267. //
  268. this.label9.AutoSize = true;
  269. this.label9.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  270. this.label9.Location = new System.Drawing.Point(297, 184);
  271. this.label9.Name = "label9";
  272. this.label9.Size = new System.Drawing.Size(144, 26);
  273. this.label9.TabIndex = 77;
  274. this.label9.Text = "Время записи:";
  275. //
  276. // comboBox9
  277. //
  278. this.comboBox9.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  279. this.comboBox9.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  280. this.comboBox9.FormattingEnabled = true;
  281. this.comboBox9.Location = new System.Drawing.Point(447, 221);
  282. this.comboBox9.Name = "comboBox9";
  283. this.comboBox9.Size = new System.Drawing.Size(225, 34);
  284. this.comboBox9.TabIndex = 80;
  285. //
  286. // label10
  287. //
  288. this.label10.AutoSize = true;
  289. this.label10.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  290. this.label10.Location = new System.Drawing.Point(297, 224);
  291. this.label10.Name = "label10";
  292. this.label10.Size = new System.Drawing.Size(140, 26);
  293. this.label10.TabIndex = 79;
  294. this.label10.Text = "Соц работник:";
  295. //
  296. // comboBox10
  297. //
  298. this.comboBox10.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  299. this.comboBox10.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  300. this.comboBox10.FormattingEnabled = true;
  301. this.comboBox10.Location = new System.Drawing.Point(447, 261);
  302. this.comboBox10.Name = "comboBox10";
  303. this.comboBox10.Size = new System.Drawing.Size(225, 34);
  304. this.comboBox10.TabIndex = 82;
  305. //
  306. // label11
  307. //
  308. this.label11.AutoSize = true;
  309. this.label11.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  310. this.label11.Location = new System.Drawing.Point(297, 264);
  311. this.label11.Name = "label11";
  312. this.label11.Size = new System.Drawing.Size(146, 26);
  313. this.label11.TabIndex = 81;
  314. this.label11.Text = "Место работы:";
  315. //
  316. // AddEditClient
  317. //
  318. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  319. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  320. this.ClientSize = new System.Drawing.Size(684, 411);
  321. this.Controls.Add(this.comboBox10);
  322. this.Controls.Add(this.label11);
  323. this.Controls.Add(this.comboBox9);
  324. this.Controls.Add(this.label10);
  325. this.Controls.Add(this.comboBox8);
  326. this.Controls.Add(this.label9);
  327. this.Controls.Add(this.comboBox7);
  328. this.Controls.Add(this.label8);
  329. this.Controls.Add(this.comboBox6);
  330. this.Controls.Add(this.label7);
  331. this.Controls.Add(this.comboBox5);
  332. this.Controls.Add(this.label6);
  333. this.Controls.Add(this.comboBox4);
  334. this.Controls.Add(this.label5);
  335. this.Controls.Add(this.comboBox3);
  336. this.Controls.Add(this.label4);
  337. this.Controls.Add(this.comboBox2);
  338. this.Controls.Add(this.label3);
  339. this.Controls.Add(this.comboBox1);
  340. this.Controls.Add(this.backBtn);
  341. this.Controls.Add(this.saveBtn);
  342. this.Controls.Add(this.label2);
  343. this.Controls.Add(this.panel1);
  344. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  345. this.MaximizeBox = false;
  346. this.MinimizeBox = false;
  347. this.Name = "AddEditClient";
  348. this.ShowIcon = false;
  349. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  350. this.Text = "Форма добавления/редактирования клиента";
  351. this.Load += new System.EventHandler(this.AddEditClient_Load);
  352. this.panel1.ResumeLayout(false);
  353. this.panel1.PerformLayout();
  354. this.ResumeLayout(false);
  355. this.PerformLayout();
  356. }
  357. #endregion
  358. private System.Windows.Forms.Label label1;
  359. private System.Windows.Forms.Button backBtn;
  360. private System.Windows.Forms.Button saveBtn;
  361. private System.Windows.Forms.Label label2;
  362. private System.Windows.Forms.Panel panel1;
  363. public System.Windows.Forms.ComboBox comboBox1;
  364. public System.Windows.Forms.ComboBox comboBox2;
  365. private System.Windows.Forms.Label label3;
  366. public System.Windows.Forms.ComboBox comboBox3;
  367. private System.Windows.Forms.Label label4;
  368. public System.Windows.Forms.ComboBox comboBox4;
  369. private System.Windows.Forms.Label label5;
  370. public System.Windows.Forms.ComboBox comboBox5;
  371. private System.Windows.Forms.Label label6;
  372. public System.Windows.Forms.ComboBox comboBox6;
  373. private System.Windows.Forms.Label label7;
  374. public System.Windows.Forms.ComboBox comboBox7;
  375. private System.Windows.Forms.Label label8;
  376. public System.Windows.Forms.ComboBox comboBox8;
  377. private System.Windows.Forms.Label label9;
  378. public System.Windows.Forms.ComboBox comboBox9;
  379. private System.Windows.Forms.Label label10;
  380. public System.Windows.Forms.ComboBox comboBox10;
  381. private System.Windows.Forms.Label label11;
  382. }
  383. }