AddEditSocPol.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. 
  2. namespace ARM_spec_otdelenia
  3. {
  4. partial class AddEditSocPol
  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.panel1 = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label5 = new System.Windows.Forms.Label();
  32. this.familyText = new System.Windows.Forms.TextBox();
  33. this.label6 = new System.Windows.Forms.Label();
  34. this.chsText = new System.Windows.Forms.TextBox();
  35. this.backBtn = new System.Windows.Forms.Button();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.saveBtn = new System.Windows.Forms.Button();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.babyText = new System.Windows.Forms.TextBox();
  41. this.workText = new System.Windows.Forms.TextBox();
  42. this.cashText = new System.Windows.Forms.TextBox();
  43. this.panel1.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // panel1
  47. //
  48. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(110)))));
  49. this.panel1.Controls.Add(this.label1);
  50. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  51. this.panel1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  52. this.panel1.Location = new System.Drawing.Point(0, 0);
  53. this.panel1.Name = "panel1";
  54. this.panel1.Size = new System.Drawing.Size(684, 95);
  55. this.panel1.TabIndex = 51;
  56. //
  57. // label1
  58. //
  59. this.label1.AutoSize = true;
  60. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  61. this.label1.ForeColor = System.Drawing.Color.White;
  62. this.label1.Location = new System.Drawing.Point(150, 5);
  63. this.label1.Name = "label1";
  64. this.label1.Size = new System.Drawing.Size(400, 90);
  65. this.label1.TabIndex = 0;
  66. this.label1.Text = "Добавить/редактировать\r\nсоциальное положение";
  67. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  68. //
  69. // label5
  70. //
  71. this.label5.AutoSize = true;
  72. this.label5.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  73. this.label5.Location = new System.Drawing.Point(11, 272);
  74. this.label5.Name = "label5";
  75. this.label5.Size = new System.Drawing.Size(199, 38);
  76. this.label5.TabIndex = 63;
  77. this.label5.Text = "Состав семьи:";
  78. //
  79. // familyText
  80. //
  81. this.familyText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  82. this.familyText.Location = new System.Drawing.Point(293, 269);
  83. this.familyText.Name = "familyText";
  84. this.familyText.Size = new System.Drawing.Size(379, 45);
  85. this.familyText.TabIndex = 62;
  86. //
  87. // label6
  88. //
  89. this.label6.AutoSize = true;
  90. this.label6.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  91. this.label6.Location = new System.Drawing.Point(12, 323);
  92. this.label6.Name = "label6";
  93. this.label6.Size = new System.Drawing.Size(181, 38);
  94. this.label6.TabIndex = 61;
  95. this.label6.Text = "Наличие ЧС:";
  96. //
  97. // chsText
  98. //
  99. this.chsText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  100. this.chsText.Location = new System.Drawing.Point(293, 320);
  101. this.chsText.Name = "chsText";
  102. this.chsText.Size = new System.Drawing.Size(379, 45);
  103. this.chsText.TabIndex = 60;
  104. //
  105. // backBtn
  106. //
  107. this.backBtn.BackColor = System.Drawing.Color.White;
  108. this.backBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  109. this.backBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  110. this.backBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  111. this.backBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  112. this.backBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  113. this.backBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  114. this.backBtn.ForeColor = System.Drawing.Color.Black;
  115. this.backBtn.Location = new System.Drawing.Point(404, 371);
  116. this.backBtn.Name = "backBtn";
  117. this.backBtn.Size = new System.Drawing.Size(146, 35);
  118. this.backBtn.TabIndex = 59;
  119. this.backBtn.Text = "Отмена";
  120. this.backBtn.UseVisualStyleBackColor = false;
  121. this.backBtn.MouseLeave += new System.EventHandler(this.backBtn_MouseLeave);
  122. this.backBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.backBtn_MouseMove);
  123. //
  124. // label4
  125. //
  126. this.label4.AutoSize = true;
  127. this.label4.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  128. this.label4.Location = new System.Drawing.Point(11, 170);
  129. this.label4.Name = "label4";
  130. this.label4.Size = new System.Drawing.Size(110, 38);
  131. this.label4.TabIndex = 58;
  132. this.label4.Text = "Доход:";
  133. //
  134. // saveBtn
  135. //
  136. this.saveBtn.BackColor = System.Drawing.Color.White;
  137. this.saveBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  138. this.saveBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  139. this.saveBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  140. this.saveBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  141. this.saveBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  142. this.saveBtn.ForeColor = System.Drawing.Color.Black;
  143. this.saveBtn.Location = new System.Drawing.Point(130, 371);
  144. this.saveBtn.Name = "saveBtn";
  145. this.saveBtn.Size = new System.Drawing.Size(146, 35);
  146. this.saveBtn.TabIndex = 56;
  147. this.saveBtn.Text = "Сохранить";
  148. this.saveBtn.UseVisualStyleBackColor = false;
  149. this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click);
  150. this.saveBtn.MouseLeave += new System.EventHandler(this.saveBtn_MouseLeave);
  151. this.saveBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.saveBtn_MouseMove);
  152. //
  153. // label3
  154. //
  155. this.label3.AutoSize = true;
  156. this.label3.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  157. this.label3.Location = new System.Drawing.Point(12, 221);
  158. this.label3.Name = "label3";
  159. this.label3.Size = new System.Drawing.Size(262, 38);
  160. this.label3.TabIndex = 55;
  161. this.label3.Text = "Количество детей:";
  162. //
  163. // label2
  164. //
  165. this.label2.AutoSize = true;
  166. this.label2.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  167. this.label2.Location = new System.Drawing.Point(11, 119);
  168. this.label2.Name = "label2";
  169. this.label2.Size = new System.Drawing.Size(206, 38);
  170. this.label2.TabIndex = 54;
  171. this.label2.Text = "Место работы:";
  172. //
  173. // babyText
  174. //
  175. this.babyText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  176. this.babyText.Location = new System.Drawing.Point(293, 218);
  177. this.babyText.Name = "babyText";
  178. this.babyText.Size = new System.Drawing.Size(379, 45);
  179. this.babyText.TabIndex = 53;
  180. //
  181. // workText
  182. //
  183. this.workText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  184. this.workText.Location = new System.Drawing.Point(293, 116);
  185. this.workText.Name = "workText";
  186. this.workText.Size = new System.Drawing.Size(379, 45);
  187. this.workText.TabIndex = 52;
  188. //
  189. // cashText
  190. //
  191. this.cashText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  192. this.cashText.Location = new System.Drawing.Point(293, 167);
  193. this.cashText.Name = "cashText";
  194. this.cashText.Size = new System.Drawing.Size(379, 45);
  195. this.cashText.TabIndex = 64;
  196. //
  197. // AddEditSocPol
  198. //
  199. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  200. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  201. this.ClientSize = new System.Drawing.Size(684, 411);
  202. this.Controls.Add(this.cashText);
  203. this.Controls.Add(this.panel1);
  204. this.Controls.Add(this.label5);
  205. this.Controls.Add(this.familyText);
  206. this.Controls.Add(this.label6);
  207. this.Controls.Add(this.chsText);
  208. this.Controls.Add(this.backBtn);
  209. this.Controls.Add(this.label4);
  210. this.Controls.Add(this.saveBtn);
  211. this.Controls.Add(this.label3);
  212. this.Controls.Add(this.label2);
  213. this.Controls.Add(this.babyText);
  214. this.Controls.Add(this.workText);
  215. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  216. this.MaximizeBox = false;
  217. this.MinimizeBox = false;
  218. this.Name = "AddEditSocPol";
  219. this.ShowIcon = false;
  220. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  221. this.Text = "Форма добавления/редактирования социального положения";
  222. this.panel1.ResumeLayout(false);
  223. this.panel1.PerformLayout();
  224. this.ResumeLayout(false);
  225. this.PerformLayout();
  226. }
  227. #endregion
  228. private System.Windows.Forms.Panel panel1;
  229. private System.Windows.Forms.Label label1;
  230. private System.Windows.Forms.Label label5;
  231. private System.Windows.Forms.Label label6;
  232. private System.Windows.Forms.Button backBtn;
  233. private System.Windows.Forms.Label label4;
  234. private System.Windows.Forms.Button saveBtn;
  235. private System.Windows.Forms.Label label3;
  236. private System.Windows.Forms.Label label2;
  237. public System.Windows.Forms.TextBox familyText;
  238. public System.Windows.Forms.TextBox chsText;
  239. public System.Windows.Forms.TextBox babyText;
  240. public System.Windows.Forms.TextBox workText;
  241. public System.Windows.Forms.TextBox cashText;
  242. }
  243. }