AddEditContact.Designer.cs 13 KB

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