DannyeAdd.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. 
  2. namespace project
  3. {
  4. partial class DannyeAdd
  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.button4 = new System.Windows.Forms.Button();
  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.label4 = new System.Windows.Forms.Label();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.textBox1 = new System.Windows.Forms.TextBox();
  36. this.textBox2 = new System.Windows.Forms.TextBox();
  37. this.textBox3 = new System.Windows.Forms.TextBox();
  38. this.textBox4 = new System.Windows.Forms.TextBox();
  39. this.textBox5 = new System.Windows.Forms.TextBox();
  40. this.button1 = new System.Windows.Forms.Button();
  41. this.SuspendLayout();
  42. //
  43. // button4
  44. //
  45. this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  46. this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  47. this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  48. this.button4.ForeColor = System.Drawing.SystemColors.Window;
  49. this.button4.Location = new System.Drawing.Point(359, 237);
  50. this.button4.Name = "button4";
  51. this.button4.Size = new System.Drawing.Size(123, 35);
  52. this.button4.TabIndex = 18;
  53. this.button4.Text = "Добавить";
  54. this.button4.UseVisualStyleBackColor = false;
  55. this.button4.Click += new System.EventHandler(this.button4_Click);
  56. //
  57. // label1
  58. //
  59. this.label1.AutoSize = true;
  60. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  61. this.label1.ForeColor = System.Drawing.SystemColors.Window;
  62. this.label1.Location = new System.Drawing.Point(58, 44);
  63. this.label1.Name = "label1";
  64. this.label1.Size = new System.Drawing.Size(149, 24);
  65. this.label1.TabIndex = 19;
  66. this.label1.Text = "Наименование:";
  67. //
  68. // label2
  69. //
  70. this.label2.AutoSize = true;
  71. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  72. this.label2.ForeColor = System.Drawing.SystemColors.Window;
  73. this.label2.Location = new System.Drawing.Point(136, 78);
  74. this.label2.Name = "label2";
  75. this.label2.Size = new System.Drawing.Size(71, 24);
  76. this.label2.TabIndex = 20;
  77. this.label2.Text = "Город:";
  78. //
  79. // label3
  80. //
  81. this.label3.AutoSize = true;
  82. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  83. this.label3.ForeColor = System.Drawing.SystemColors.Window;
  84. this.label3.Location = new System.Drawing.Point(136, 115);
  85. this.label3.Name = "label3";
  86. this.label3.Size = new System.Drawing.Size(72, 24);
  87. this.label3.TabIndex = 21;
  88. this.label3.Text = "Адрес:";
  89. //
  90. // label4
  91. //
  92. this.label4.AutoSize = true;
  93. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  94. this.label4.ForeColor = System.Drawing.SystemColors.Window;
  95. this.label4.Location = new System.Drawing.Point(41, 149);
  96. this.label4.Name = "label4";
  97. this.label4.Size = new System.Drawing.Size(167, 24);
  98. this.label4.TabIndex = 22;
  99. this.label4.Text = "Номер телефона:";
  100. //
  101. // label5
  102. //
  103. this.label5.AutoSize = true;
  104. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  105. this.label5.ForeColor = System.Drawing.SystemColors.Window;
  106. this.label5.Location = new System.Drawing.Point(12, 187);
  107. this.label5.Name = "label5";
  108. this.label5.Size = new System.Drawing.Size(196, 24);
  109. this.label5.TabIndex = 23;
  110. this.label5.Text = "Контактные данные:";
  111. //
  112. // textBox1
  113. //
  114. this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  115. this.textBox1.Location = new System.Drawing.Point(225, 44);
  116. this.textBox1.MaxLength = 30;
  117. this.textBox1.Name = "textBox1";
  118. this.textBox1.Size = new System.Drawing.Size(257, 29);
  119. this.textBox1.TabIndex = 24;
  120. //
  121. // textBox2
  122. //
  123. this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  124. this.textBox2.Location = new System.Drawing.Point(225, 79);
  125. this.textBox2.MaxLength = 30;
  126. this.textBox2.Name = "textBox2";
  127. this.textBox2.Size = new System.Drawing.Size(257, 29);
  128. this.textBox2.TabIndex = 25;
  129. //
  130. // textBox3
  131. //
  132. this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  133. this.textBox3.Location = new System.Drawing.Point(225, 115);
  134. this.textBox3.MaxLength = 50;
  135. this.textBox3.Name = "textBox3";
  136. this.textBox3.Size = new System.Drawing.Size(257, 29);
  137. this.textBox3.TabIndex = 26;
  138. //
  139. // textBox4
  140. //
  141. this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  142. this.textBox4.Location = new System.Drawing.Point(225, 150);
  143. this.textBox4.MaxLength = 11;
  144. this.textBox4.Name = "textBox4";
  145. this.textBox4.Size = new System.Drawing.Size(257, 29);
  146. this.textBox4.TabIndex = 27;
  147. //
  148. // textBox5
  149. //
  150. this.textBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  151. this.textBox5.Location = new System.Drawing.Point(225, 184);
  152. this.textBox5.MaxLength = 120;
  153. this.textBox5.Name = "textBox5";
  154. this.textBox5.Size = new System.Drawing.Size(257, 29);
  155. this.textBox5.TabIndex = 28;
  156. //
  157. // button1
  158. //
  159. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  160. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  161. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  162. this.button1.ForeColor = System.Drawing.SystemColors.Window;
  163. this.button1.Location = new System.Drawing.Point(45, 237);
  164. this.button1.Name = "button1";
  165. this.button1.Size = new System.Drawing.Size(123, 35);
  166. this.button1.TabIndex = 29;
  167. this.button1.Text = "Назад";
  168. this.button1.UseVisualStyleBackColor = false;
  169. this.button1.Click += new System.EventHandler(this.button1_Click);
  170. //
  171. // DannyeAdd
  172. //
  173. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  174. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  175. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(180)))), ((int)(((byte)(145)))));
  176. this.ClientSize = new System.Drawing.Size(561, 284);
  177. this.Controls.Add(this.button1);
  178. this.Controls.Add(this.textBox5);
  179. this.Controls.Add(this.textBox4);
  180. this.Controls.Add(this.textBox3);
  181. this.Controls.Add(this.textBox2);
  182. this.Controls.Add(this.textBox1);
  183. this.Controls.Add(this.label5);
  184. this.Controls.Add(this.label4);
  185. this.Controls.Add(this.label3);
  186. this.Controls.Add(this.label2);
  187. this.Controls.Add(this.label1);
  188. this.Controls.Add(this.button4);
  189. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  190. this.Name = "DannyeAdd";
  191. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  192. this.Text = "Добавление записи";
  193. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.DannyeAdd_FormClosed);
  194. this.ResumeLayout(false);
  195. this.PerformLayout();
  196. }
  197. #endregion
  198. private System.Windows.Forms.Button button4;
  199. private System.Windows.Forms.Label label1;
  200. private System.Windows.Forms.Label label2;
  201. private System.Windows.Forms.Label label3;
  202. private System.Windows.Forms.Label label4;
  203. private System.Windows.Forms.Label label5;
  204. private System.Windows.Forms.TextBox textBox1;
  205. private System.Windows.Forms.TextBox textBox2;
  206. private System.Windows.Forms.TextBox textBox3;
  207. private System.Windows.Forms.TextBox textBox4;
  208. private System.Windows.Forms.TextBox textBox5;
  209. private System.Windows.Forms.Button button1;
  210. }
  211. }