Поставщики.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. 
  2. namespace Услуги_салона_красоты_Тураев
  3. {
  4. partial class Поставщики
  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.components = new System.ComponentModel.Container();
  30. System.Windows.Forms.Label iDLabel;
  31. System.Windows.Forms.Label nameLabel;
  32. System.Windows.Forms.Label label2;
  33. System.Windows.Forms.Label label3;
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Поставщики));
  35. this.groupBox5 = new System.Windows.Forms.GroupBox();
  36. this.button5 = new System.Windows.Forms.Button();
  37. this.groupBox4 = new System.Windows.Forms.GroupBox();
  38. this.button3 = new System.Windows.Forms.Button();
  39. this.button4 = new System.Windows.Forms.Button();
  40. this.groupBox3 = new System.Windows.Forms.GroupBox();
  41. this.button2 = new System.Windows.Forms.Button();
  42. this.button1 = new System.Windows.Forms.Button();
  43. this.groupBox2 = new System.Windows.Forms.GroupBox();
  44. this.groupBox1 = new System.Windows.Forms.GroupBox();
  45. this.label1 = new System.Windows.Forms.Label();
  46. this.dB_Turaev_V2DataSet = new Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSet();
  47. this.поставщикиBindingSource = new System.Windows.Forms.BindingSource(this.components);
  48. this.поставщикиTableAdapter = new Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSetTableAdapters.ПоставщикиTableAdapter();
  49. this.tableAdapterManager = new Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSetTableAdapters.TableAdapterManager();
  50. this.поставщикиDataGridView = new System.Windows.Forms.DataGridView();
  51. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.iDTextBox = new System.Windows.Forms.TextBox();
  54. this.nameTextBox = new System.Windows.Forms.TextBox();
  55. this.textBox1 = new System.Windows.Forms.TextBox();
  56. this.textBox2 = new System.Windows.Forms.TextBox();
  57. this.button8 = new System.Windows.Forms.Button();
  58. this.button6 = new System.Windows.Forms.Button();
  59. this.button7 = new System.Windows.Forms.Button();
  60. this.button9 = new System.Windows.Forms.Button();
  61. iDLabel = new System.Windows.Forms.Label();
  62. nameLabel = new System.Windows.Forms.Label();
  63. label2 = new System.Windows.Forms.Label();
  64. label3 = new System.Windows.Forms.Label();
  65. this.groupBox5.SuspendLayout();
  66. this.groupBox4.SuspendLayout();
  67. this.groupBox3.SuspendLayout();
  68. this.groupBox2.SuspendLayout();
  69. this.groupBox1.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.dB_Turaev_V2DataSet)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.поставщикиBindingSource)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.поставщикиDataGridView)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // groupBox5
  76. //
  77. this.groupBox5.Controls.Add(this.button5);
  78. this.groupBox5.Location = new System.Drawing.Point(424, 158);
  79. this.groupBox5.Name = "groupBox5";
  80. this.groupBox5.Size = new System.Drawing.Size(472, 66);
  81. this.groupBox5.TabIndex = 13;
  82. this.groupBox5.TabStop = false;
  83. this.groupBox5.Text = "Удалить поставщика";
  84. //
  85. // button5
  86. //
  87. this.button5.Location = new System.Drawing.Point(172, 25);
  88. this.button5.Name = "button5";
  89. this.button5.Size = new System.Drawing.Size(128, 23);
  90. this.button5.TabIndex = 2;
  91. this.button5.Text = "Удалить";
  92. this.button5.UseVisualStyleBackColor = true;
  93. this.button5.Click += new System.EventHandler(this.button5_Click);
  94. //
  95. // groupBox4
  96. //
  97. this.groupBox4.Controls.Add(this.button3);
  98. this.groupBox4.Controls.Add(this.button4);
  99. this.groupBox4.Location = new System.Drawing.Point(744, 45);
  100. this.groupBox4.Name = "groupBox4";
  101. this.groupBox4.Size = new System.Drawing.Size(152, 107);
  102. this.groupBox4.TabIndex = 12;
  103. this.groupBox4.TabStop = false;
  104. this.groupBox4.Text = "Элементы навигации (по записям)";
  105. //
  106. // button3
  107. //
  108. this.button3.Location = new System.Drawing.Point(38, 66);
  109. this.button3.Name = "button3";
  110. this.button3.Size = new System.Drawing.Size(75, 23);
  111. this.button3.TabIndex = 1;
  112. this.button3.Text = "Вниз";
  113. this.button3.UseVisualStyleBackColor = true;
  114. this.button3.Click += new System.EventHandler(this.button3_Click);
  115. //
  116. // button4
  117. //
  118. this.button4.Location = new System.Drawing.Point(38, 36);
  119. this.button4.Name = "button4";
  120. this.button4.Size = new System.Drawing.Size(75, 23);
  121. this.button4.TabIndex = 0;
  122. this.button4.Text = "Вверх";
  123. this.button4.UseVisualStyleBackColor = true;
  124. this.button4.Click += new System.EventHandler(this.button4_Click);
  125. //
  126. // groupBox3
  127. //
  128. this.groupBox3.Controls.Add(this.button2);
  129. this.groupBox3.Controls.Add(this.button1);
  130. this.groupBox3.Location = new System.Drawing.Point(424, 45);
  131. this.groupBox3.Name = "groupBox3";
  132. this.groupBox3.Size = new System.Drawing.Size(152, 107);
  133. this.groupBox3.TabIndex = 11;
  134. this.groupBox3.TabStop = false;
  135. this.groupBox3.Text = "Элементы навигации (по таблицам)";
  136. //
  137. // button2
  138. //
  139. this.button2.Location = new System.Drawing.Point(38, 66);
  140. this.button2.Name = "button2";
  141. this.button2.Size = new System.Drawing.Size(75, 23);
  142. this.button2.TabIndex = 1;
  143. this.button2.Text = "Пред.";
  144. this.button2.UseVisualStyleBackColor = true;
  145. //
  146. // button1
  147. //
  148. this.button1.Location = new System.Drawing.Point(38, 36);
  149. this.button1.Name = "button1";
  150. this.button1.Size = new System.Drawing.Size(75, 23);
  151. this.button1.TabIndex = 0;
  152. this.button1.Text = "След.";
  153. this.button1.UseVisualStyleBackColor = true;
  154. //
  155. // groupBox2
  156. //
  157. this.groupBox2.Controls.Add(this.button7);
  158. this.groupBox2.Controls.Add(label2);
  159. this.groupBox2.Controls.Add(this.textBox1);
  160. this.groupBox2.Controls.Add(label3);
  161. this.groupBox2.Controls.Add(this.textBox2);
  162. this.groupBox2.Location = new System.Drawing.Point(218, 45);
  163. this.groupBox2.Name = "groupBox2";
  164. this.groupBox2.Size = new System.Drawing.Size(200, 179);
  165. this.groupBox2.TabIndex = 10;
  166. this.groupBox2.TabStop = false;
  167. this.groupBox2.Text = "Редактировать поставщика";
  168. //
  169. // groupBox1
  170. //
  171. this.groupBox1.Controls.Add(this.button8);
  172. this.groupBox1.Controls.Add(this.button6);
  173. this.groupBox1.Controls.Add(nameLabel);
  174. this.groupBox1.Controls.Add(this.nameTextBox);
  175. this.groupBox1.Controls.Add(iDLabel);
  176. this.groupBox1.Controls.Add(this.iDTextBox);
  177. this.groupBox1.Location = new System.Drawing.Point(12, 45);
  178. this.groupBox1.Name = "groupBox1";
  179. this.groupBox1.Size = new System.Drawing.Size(200, 179);
  180. this.groupBox1.TabIndex = 9;
  181. this.groupBox1.TabStop = false;
  182. this.groupBox1.Text = "Добавить поставщика";
  183. //
  184. // label1
  185. //
  186. this.label1.AutoSize = true;
  187. this.label1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  188. this.label1.Location = new System.Drawing.Point(12, 9);
  189. this.label1.Name = "label1";
  190. this.label1.Size = new System.Drawing.Size(165, 33);
  191. this.label1.TabIndex = 8;
  192. this.label1.Text = "Поставщики";
  193. //
  194. // dB_Turaev_V2DataSet
  195. //
  196. this.dB_Turaev_V2DataSet.DataSetName = "DB_Turaev_V2DataSet";
  197. this.dB_Turaev_V2DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  198. //
  199. // поставщикиBindingSource
  200. //
  201. this.поставщикиBindingSource.DataMember = "Поставщики";
  202. this.поставщикиBindingSource.DataSource = this.dB_Turaev_V2DataSet;
  203. //
  204. // поставщикиTableAdapter
  205. //
  206. this.поставщикиTableAdapter.ClearBeforeFill = true;
  207. //
  208. // tableAdapterManager
  209. //
  210. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  211. this.tableAdapterManager.UpdateOrder = Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  212. this.tableAdapterManager.Клиент_СервисTableAdapter = null;
  213. this.tableAdapterManager.КлиентTableAdapter = null;
  214. this.tableAdapterManager.ПоставщикиTableAdapter = this.поставщикиTableAdapter;
  215. this.tableAdapterManager.СервисTableAdapter = null;
  216. this.tableAdapterManager.ТоварыTableAdapter = null;
  217. //
  218. // поставщикиDataGridView
  219. //
  220. this.поставщикиDataGridView.AutoGenerateColumns = false;
  221. this.поставщикиDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  222. this.поставщикиDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  223. this.поставщикиDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  224. this.dataGridViewTextBoxColumn1,
  225. this.dataGridViewTextBoxColumn2});
  226. this.поставщикиDataGridView.DataSource = this.поставщикиBindingSource;
  227. this.поставщикиDataGridView.Location = new System.Drawing.Point(12, 230);
  228. this.поставщикиDataGridView.Name = "поставщикиDataGridView";
  229. this.поставщикиDataGridView.Size = new System.Drawing.Size(884, 307);
  230. this.поставщикиDataGridView.TabIndex = 14;
  231. //
  232. // dataGridViewTextBoxColumn1
  233. //
  234. this.dataGridViewTextBoxColumn1.DataPropertyName = "ID";
  235. this.dataGridViewTextBoxColumn1.HeaderText = "ID";
  236. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  237. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  238. //
  239. // dataGridViewTextBoxColumn2
  240. //
  241. this.dataGridViewTextBoxColumn2.DataPropertyName = "Name";
  242. this.dataGridViewTextBoxColumn2.HeaderText = "Name";
  243. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  244. //
  245. // iDLabel
  246. //
  247. iDLabel.AutoSize = true;
  248. iDLabel.Location = new System.Drawing.Point(8, 22);
  249. iDLabel.Name = "iDLabel";
  250. iDLabel.Size = new System.Drawing.Size(21, 13);
  251. iDLabel.TabIndex = 0;
  252. iDLabel.Text = "ID:";
  253. //
  254. // iDTextBox
  255. //
  256. this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.поставщикиBindingSource, "ID", true));
  257. this.iDTextBox.Location = new System.Drawing.Point(57, 19);
  258. this.iDTextBox.Name = "iDTextBox";
  259. this.iDTextBox.Size = new System.Drawing.Size(100, 20);
  260. this.iDTextBox.TabIndex = 1;
  261. //
  262. // nameLabel
  263. //
  264. nameLabel.AutoSize = true;
  265. nameLabel.Location = new System.Drawing.Point(8, 48);
  266. nameLabel.Name = "nameLabel";
  267. nameLabel.Size = new System.Drawing.Size(38, 13);
  268. nameLabel.TabIndex = 2;
  269. nameLabel.Text = "Name:";
  270. //
  271. // nameTextBox
  272. //
  273. this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.поставщикиBindingSource, "Name", true));
  274. this.nameTextBox.Location = new System.Drawing.Point(57, 45);
  275. this.nameTextBox.Name = "nameTextBox";
  276. this.nameTextBox.Size = new System.Drawing.Size(100, 20);
  277. this.nameTextBox.TabIndex = 3;
  278. //
  279. // label2
  280. //
  281. label2.AutoSize = true;
  282. label2.Location = new System.Drawing.Point(7, 48);
  283. label2.Name = "label2";
  284. label2.Size = new System.Drawing.Size(38, 13);
  285. label2.TabIndex = 6;
  286. label2.Text = "Name:";
  287. //
  288. // textBox1
  289. //
  290. this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.поставщикиBindingSource, "Name", true));
  291. this.textBox1.Location = new System.Drawing.Point(56, 45);
  292. this.textBox1.Name = "textBox1";
  293. this.textBox1.Size = new System.Drawing.Size(100, 20);
  294. this.textBox1.TabIndex = 7;
  295. //
  296. // label3
  297. //
  298. label3.AutoSize = true;
  299. label3.Location = new System.Drawing.Point(7, 22);
  300. label3.Name = "label3";
  301. label3.Size = new System.Drawing.Size(21, 13);
  302. label3.TabIndex = 4;
  303. label3.Text = "ID:";
  304. //
  305. // textBox2
  306. //
  307. this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.поставщикиBindingSource, "ID", true));
  308. this.textBox2.Location = new System.Drawing.Point(56, 19);
  309. this.textBox2.Name = "textBox2";
  310. this.textBox2.Size = new System.Drawing.Size(100, 20);
  311. this.textBox2.TabIndex = 5;
  312. //
  313. // button8
  314. //
  315. this.button8.Location = new System.Drawing.Point(106, 150);
  316. this.button8.Name = "button8";
  317. this.button8.Size = new System.Drawing.Size(88, 23);
  318. this.button8.TabIndex = 17;
  319. this.button8.Text = "Сохранить";
  320. this.button8.UseVisualStyleBackColor = true;
  321. this.button8.Click += new System.EventHandler(this.button8_Click);
  322. //
  323. // button6
  324. //
  325. this.button6.Location = new System.Drawing.Point(6, 150);
  326. this.button6.Name = "button6";
  327. this.button6.Size = new System.Drawing.Size(88, 23);
  328. this.button6.TabIndex = 16;
  329. this.button6.Text = "Добавить";
  330. this.button6.UseVisualStyleBackColor = true;
  331. this.button6.Click += new System.EventHandler(this.button6_Click);
  332. //
  333. // button7
  334. //
  335. this.button7.Location = new System.Drawing.Point(6, 150);
  336. this.button7.Name = "button7";
  337. this.button7.Size = new System.Drawing.Size(188, 23);
  338. this.button7.TabIndex = 16;
  339. this.button7.Text = "Редактировать";
  340. this.button7.UseVisualStyleBackColor = true;
  341. this.button7.Click += new System.EventHandler(this.button7_Click);
  342. //
  343. // button9
  344. //
  345. this.button9.Location = new System.Drawing.Point(596, 88);
  346. this.button9.Name = "button9";
  347. this.button9.Size = new System.Drawing.Size(128, 23);
  348. this.button9.TabIndex = 4;
  349. this.button9.Text = "Выйти";
  350. this.button9.UseVisualStyleBackColor = true;
  351. this.button9.Click += new System.EventHandler(this.button9_Click);
  352. //
  353. // Поставщики
  354. //
  355. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  356. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  357. this.ClientSize = new System.Drawing.Size(908, 549);
  358. this.Controls.Add(this.button9);
  359. this.Controls.Add(this.поставщикиDataGridView);
  360. this.Controls.Add(this.groupBox5);
  361. this.Controls.Add(this.groupBox4);
  362. this.Controls.Add(this.groupBox3);
  363. this.Controls.Add(this.groupBox2);
  364. this.Controls.Add(this.groupBox1);
  365. this.Controls.Add(this.label1);
  366. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  367. this.Name = "Поставщики";
  368. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  369. this.Text = "Поставщики";
  370. this.Load += new System.EventHandler(this.Поставщики_Load);
  371. this.groupBox5.ResumeLayout(false);
  372. this.groupBox4.ResumeLayout(false);
  373. this.groupBox3.ResumeLayout(false);
  374. this.groupBox2.ResumeLayout(false);
  375. this.groupBox2.PerformLayout();
  376. this.groupBox1.ResumeLayout(false);
  377. this.groupBox1.PerformLayout();
  378. ((System.ComponentModel.ISupportInitialize)(this.dB_Turaev_V2DataSet)).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)(this.поставщикиBindingSource)).EndInit();
  380. ((System.ComponentModel.ISupportInitialize)(this.поставщикиDataGridView)).EndInit();
  381. this.ResumeLayout(false);
  382. this.PerformLayout();
  383. }
  384. #endregion
  385. private System.Windows.Forms.GroupBox groupBox5;
  386. private System.Windows.Forms.Button button5;
  387. private System.Windows.Forms.GroupBox groupBox4;
  388. private System.Windows.Forms.Button button3;
  389. private System.Windows.Forms.Button button4;
  390. private System.Windows.Forms.GroupBox groupBox3;
  391. private System.Windows.Forms.Button button2;
  392. private System.Windows.Forms.Button button1;
  393. private System.Windows.Forms.GroupBox groupBox2;
  394. private System.Windows.Forms.GroupBox groupBox1;
  395. private System.Windows.Forms.Label label1;
  396. private DB_Turaev_V2DataSet dB_Turaev_V2DataSet;
  397. private System.Windows.Forms.BindingSource поставщикиBindingSource;
  398. private DB_Turaev_V2DataSetTableAdapters.ПоставщикиTableAdapter поставщикиTableAdapter;
  399. private DB_Turaev_V2DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  400. private System.Windows.Forms.TextBox textBox1;
  401. private System.Windows.Forms.TextBox textBox2;
  402. private System.Windows.Forms.TextBox nameTextBox;
  403. private System.Windows.Forms.TextBox iDTextBox;
  404. private System.Windows.Forms.DataGridView поставщикиDataGridView;
  405. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  406. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  407. private System.Windows.Forms.Button button8;
  408. private System.Windows.Forms.Button button6;
  409. private System.Windows.Forms.Button button7;
  410. private System.Windows.Forms.Button button9;
  411. }
  412. }