Postavshiki_add.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. namespace proba
  2. {
  3. partial class Postavshiki_add
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Postavshiki_add));
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.text_data_manufacture = new System.Windows.Forms.TextBox();
  32. this.text_price = new System.Windows.Forms.TextBox();
  33. this.price = new System.Windows.Forms.Label();
  34. this.data_manufacture = new System.Windows.Forms.Label();
  35. this.button_save = new System.Windows.Forms.Button();
  36. this.button_back = new System.Windows.Forms.Button();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.textBox1 = new System.Windows.Forms.TextBox();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.textBox3 = new System.Windows.Forms.TextBox();
  42. this.label5 = new System.Windows.Forms.Label();
  43. this.text_id_view_tools = new System.Windows.Forms.ComboBox();
  44. this.polBindingSource = new System.Windows.Forms.BindingSource(this.components);
  45. this.vINILDataSet_Pol = new proba.VINILDataSet_Pol();
  46. this.textBox2 = new System.Windows.Forms.TextBox();
  47. this.polTableAdapter = new proba.VINILDataSet_PolTableAdapters.PolTableAdapter();
  48. ((System.ComponentModel.ISupportInitialize)(this.polBindingSource)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Pol)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // label1
  53. //
  54. this.label1.AutoSize = true;
  55. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  56. this.label1.Location = new System.Drawing.Point(72, 77);
  57. this.label1.Name = "label1";
  58. this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  59. this.label1.Size = new System.Drawing.Size(218, 24);
  60. this.label1.TabIndex = 24;
  61. this.label1.Text = "Название организации";
  62. //
  63. // text_data_manufacture
  64. //
  65. this.text_data_manufacture.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  66. this.text_data_manufacture.Location = new System.Drawing.Point(314, 188);
  67. this.text_data_manufacture.MaxLength = 25;
  68. this.text_data_manufacture.Name = "text_data_manufacture";
  69. this.text_data_manufacture.Size = new System.Drawing.Size(210, 26);
  70. this.text_data_manufacture.TabIndex = 21;
  71. //
  72. // text_price
  73. //
  74. this.text_price.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  75. this.text_price.Location = new System.Drawing.Point(314, 131);
  76. this.text_price.MaxLength = 25;
  77. this.text_price.Name = "text_price";
  78. this.text_price.Size = new System.Drawing.Size(210, 26);
  79. this.text_price.TabIndex = 22;
  80. //
  81. // price
  82. //
  83. this.price.AutoSize = true;
  84. this.price.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  85. this.price.Location = new System.Drawing.Point(74, 133);
  86. this.price.Name = "price";
  87. this.price.RightToLeft = System.Windows.Forms.RightToLeft.No;
  88. this.price.Size = new System.Drawing.Size(91, 24);
  89. this.price.TabIndex = 19;
  90. this.price.Text = "Фамилия";
  91. //
  92. // data_manufacture
  93. //
  94. this.data_manufacture.AutoSize = true;
  95. this.data_manufacture.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  96. this.data_manufacture.Location = new System.Drawing.Point(74, 190);
  97. this.data_manufacture.Name = "data_manufacture";
  98. this.data_manufacture.RightToLeft = System.Windows.Forms.RightToLeft.No;
  99. this.data_manufacture.Size = new System.Drawing.Size(46, 24);
  100. this.data_manufacture.TabIndex = 20;
  101. this.data_manufacture.Text = "Имя";
  102. //
  103. // button_save
  104. //
  105. this.button_save.BackColor = System.Drawing.Color.Gray;
  106. this.button_save.Cursor = System.Windows.Forms.Cursors.Hand;
  107. this.button_save.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  108. this.button_save.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  109. this.button_save.Location = new System.Drawing.Point(379, 393);
  110. this.button_save.Name = "button_save";
  111. this.button_save.Size = new System.Drawing.Size(111, 30);
  112. this.button_save.TabIndex = 18;
  113. this.button_save.Text = "Сохранить";
  114. this.button_save.UseVisualStyleBackColor = false;
  115. this.button_save.Click += new System.EventHandler(this.button_save_Click);
  116. //
  117. // button_back
  118. //
  119. this.button_back.BackColor = System.Drawing.Color.Gray;
  120. this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
  121. this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  122. this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  123. this.button_back.Location = new System.Drawing.Point(89, 394);
  124. this.button_back.Name = "button_back";
  125. this.button_back.Size = new System.Drawing.Size(111, 30);
  126. this.button_back.TabIndex = 17;
  127. this.button_back.Text = "Назад";
  128. this.button_back.UseVisualStyleBackColor = false;
  129. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  130. //
  131. // label2
  132. //
  133. this.label2.AutoSize = true;
  134. this.label2.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold);
  135. this.label2.Location = new System.Drawing.Point(99, 20);
  136. this.label2.Name = "label2";
  137. this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
  138. this.label2.Size = new System.Drawing.Size(372, 26);
  139. this.label2.TabIndex = 25;
  140. this.label2.Text = "ДОБАВЛЕНИЕ ПОСТАВЩИКА";
  141. //
  142. // textBox1
  143. //
  144. this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  145. this.textBox1.Location = new System.Drawing.Point(314, 239);
  146. this.textBox1.MaxLength = 25;
  147. this.textBox1.Name = "textBox1";
  148. this.textBox1.Size = new System.Drawing.Size(210, 26);
  149. this.textBox1.TabIndex = 27;
  150. //
  151. // label3
  152. //
  153. this.label3.AutoSize = true;
  154. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  155. this.label3.Location = new System.Drawing.Point(74, 241);
  156. this.label3.Name = "label3";
  157. this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
  158. this.label3.Size = new System.Drawing.Size(98, 24);
  159. this.label3.TabIndex = 26;
  160. this.label3.Text = "Отчество";
  161. //
  162. // label4
  163. //
  164. this.label4.AutoSize = true;
  165. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  166. this.label4.Location = new System.Drawing.Point(74, 294);
  167. this.label4.Name = "label4";
  168. this.label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
  169. this.label4.Size = new System.Drawing.Size(44, 24);
  170. this.label4.TabIndex = 28;
  171. this.label4.Text = "Пол";
  172. //
  173. // textBox3
  174. //
  175. this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  176. this.textBox3.Location = new System.Drawing.Point(314, 337);
  177. this.textBox3.MaxLength = 11;
  178. this.textBox3.Name = "textBox3";
  179. this.textBox3.Size = new System.Drawing.Size(210, 26);
  180. this.textBox3.TabIndex = 31;
  181. this.textBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
  182. //
  183. // label5
  184. //
  185. this.label5.AutoSize = true;
  186. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  187. this.label5.Location = new System.Drawing.Point(74, 339);
  188. this.label5.Name = "label5";
  189. this.label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
  190. this.label5.Size = new System.Drawing.Size(177, 24);
  191. this.label5.TabIndex = 30;
  192. this.label5.Text = "Мобильный номер";
  193. //
  194. // text_id_view_tools
  195. //
  196. this.text_id_view_tools.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.polBindingSource, "id_pol", true));
  197. this.text_id_view_tools.DataSource = this.polBindingSource;
  198. this.text_id_view_tools.DisplayMember = "pol";
  199. this.text_id_view_tools.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  200. this.text_id_view_tools.FormattingEnabled = true;
  201. this.text_id_view_tools.Location = new System.Drawing.Point(314, 290);
  202. this.text_id_view_tools.Name = "text_id_view_tools";
  203. this.text_id_view_tools.Size = new System.Drawing.Size(210, 28);
  204. this.text_id_view_tools.TabIndex = 32;
  205. this.text_id_view_tools.ValueMember = "id_pol";
  206. //
  207. // polBindingSource
  208. //
  209. this.polBindingSource.DataMember = "Pol";
  210. this.polBindingSource.DataSource = this.vINILDataSet_Pol;
  211. //
  212. // vINILDataSet_Pol
  213. //
  214. this.vINILDataSet_Pol.DataSetName = "VINILDataSet_Pol";
  215. this.vINILDataSet_Pol.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  216. //
  217. // textBox2
  218. //
  219. this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  220. this.textBox2.Location = new System.Drawing.Point(314, 77);
  221. this.textBox2.MaxLength = 25;
  222. this.textBox2.Name = "textBox2";
  223. this.textBox2.Size = new System.Drawing.Size(210, 26);
  224. this.textBox2.TabIndex = 33;
  225. //
  226. // polTableAdapter
  227. //
  228. this.polTableAdapter.ClearBeforeFill = true;
  229. //
  230. // Postavshiki_add
  231. //
  232. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  233. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  234. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
  235. this.ClientSize = new System.Drawing.Size(573, 450);
  236. this.Controls.Add(this.textBox2);
  237. this.Controls.Add(this.text_id_view_tools);
  238. this.Controls.Add(this.textBox3);
  239. this.Controls.Add(this.label5);
  240. this.Controls.Add(this.label4);
  241. this.Controls.Add(this.textBox1);
  242. this.Controls.Add(this.label3);
  243. this.Controls.Add(this.label2);
  244. this.Controls.Add(this.label1);
  245. this.Controls.Add(this.text_data_manufacture);
  246. this.Controls.Add(this.text_price);
  247. this.Controls.Add(this.price);
  248. this.Controls.Add(this.data_manufacture);
  249. this.Controls.Add(this.button_save);
  250. this.Controls.Add(this.button_back);
  251. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  252. this.MaximumSize = new System.Drawing.Size(589, 489);
  253. this.MinimumSize = new System.Drawing.Size(589, 489);
  254. this.Name = "Postavshiki_add";
  255. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  256. this.Text = "Добавление поставщика";
  257. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  258. this.Load += new System.EventHandler(this.Postavshiki_add_Load);
  259. ((System.ComponentModel.ISupportInitialize)(this.polBindingSource)).EndInit();
  260. ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Pol)).EndInit();
  261. this.ResumeLayout(false);
  262. this.PerformLayout();
  263. }
  264. #endregion
  265. private System.Windows.Forms.Label label1;
  266. private System.Windows.Forms.TextBox text_data_manufacture;
  267. private System.Windows.Forms.TextBox text_price;
  268. private System.Windows.Forms.Label price;
  269. private System.Windows.Forms.Label data_manufacture;
  270. private System.Windows.Forms.Button button_save;
  271. private System.Windows.Forms.Button button_back;
  272. private System.Windows.Forms.Label label2;
  273. private System.Windows.Forms.TextBox textBox1;
  274. private System.Windows.Forms.Label label3;
  275. private System.Windows.Forms.Label label4;
  276. private System.Windows.Forms.TextBox textBox3;
  277. private System.Windows.Forms.Label label5;
  278. private System.Windows.Forms.ComboBox text_id_view_tools;
  279. private System.Windows.Forms.TextBox textBox2;
  280. private VINILDataSet_Pol vINILDataSet_Pol;
  281. private System.Windows.Forms.BindingSource polBindingSource;
  282. private VINILDataSet_PolTableAdapters.PolTableAdapter polTableAdapter;
  283. }
  284. }