Добавление заказов на товары.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  1. namespace ИС32Осадчий
  2. {
  3. partial class Добавление_заказов_на_товары
  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.Windows.Forms.Label orderIDLabel;
  30. System.Windows.Forms.Label productArticleNumberLabel;
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Добавление_заказов_на_товары));
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.comboBox1 = new System.Windows.Forms.ComboBox();
  34. this.orderProductBindingSource = new System.Windows.Forms.BindingSource(this.components);
  35. this.иС32ОсадчийDataSet = new ИС32Осадчий.ИС32ОсадчийDataSet();
  36. this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
  37. this.orderIDTextBox = new System.Windows.Forms.TextBox();
  38. this.button6 = new System.Windows.Forms.Button();
  39. this.orderProductTableAdapter = new ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.OrderProductTableAdapter();
  40. this.tableAdapterManager = new ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.TableAdapterManager();
  41. this.productTableAdapter = new ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.ProductTableAdapter();
  42. this.orderProductBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  43. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  44. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  45. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  46. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  47. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  48. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  49. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  50. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  51. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  52. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  53. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  54. this.orderProductBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  55. this.button3 = new System.Windows.Forms.Button();
  56. this.button2 = new System.Windows.Forms.Button();
  57. this.button1 = new System.Windows.Forms.Button();
  58. orderIDLabel = new System.Windows.Forms.Label();
  59. productArticleNumberLabel = new System.Windows.Forms.Label();
  60. this.panel1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.orderProductBindingSource)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.иС32ОсадчийDataSet)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.orderProductBindingNavigator)).BeginInit();
  65. this.orderProductBindingNavigator.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // orderIDLabel
  69. //
  70. orderIDLabel.AutoSize = true;
  71. orderIDLabel.Location = new System.Drawing.Point(307, 76);
  72. orderIDLabel.Name = "orderIDLabel";
  73. orderIDLabel.Size = new System.Drawing.Size(50, 13);
  74. orderIDLabel.TabIndex = 9;
  75. orderIDLabel.Text = "Order ID:";
  76. //
  77. // productArticleNumberLabel
  78. //
  79. productArticleNumberLabel.AutoSize = true;
  80. productArticleNumberLabel.Location = new System.Drawing.Point(307, 115);
  81. productArticleNumberLabel.Name = "productArticleNumberLabel";
  82. productArticleNumberLabel.Size = new System.Drawing.Size(119, 13);
  83. productArticleNumberLabel.TabIndex = 10;
  84. productArticleNumberLabel.Text = "Product Article Number:";
  85. //
  86. // panel1
  87. //
  88. this.panel1.BackColor = System.Drawing.Color.Moccasin;
  89. this.panel1.Controls.Add(this.button3);
  90. this.panel1.Controls.Add(this.comboBox1);
  91. this.panel1.Controls.Add(this.button2);
  92. this.panel1.Controls.Add(productArticleNumberLabel);
  93. this.panel1.Controls.Add(this.button1);
  94. this.panel1.Controls.Add(orderIDLabel);
  95. this.panel1.Controls.Add(this.orderIDTextBox);
  96. this.panel1.Controls.Add(this.button6);
  97. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.panel1.Location = new System.Drawing.Point(0, 0);
  99. this.panel1.Name = "panel1";
  100. this.panel1.Size = new System.Drawing.Size(808, 458);
  101. this.panel1.TabIndex = 1;
  102. //
  103. // comboBox1
  104. //
  105. this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.orderProductBindingSource, "ProductArticleNumber", true));
  106. this.comboBox1.DataSource = this.productBindingSource;
  107. this.comboBox1.DisplayMember = "ProductArticleNumber";
  108. this.comboBox1.FormattingEnabled = true;
  109. this.comboBox1.Location = new System.Drawing.Point(433, 115);
  110. this.comboBox1.Name = "comboBox1";
  111. this.comboBox1.Size = new System.Drawing.Size(99, 21);
  112. this.comboBox1.TabIndex = 11;
  113. this.comboBox1.ValueMember = "ProductArticleNumber";
  114. //
  115. // orderProductBindingSource
  116. //
  117. this.orderProductBindingSource.DataMember = "OrderProduct";
  118. this.orderProductBindingSource.DataSource = this.иС32ОсадчийDataSet;
  119. //
  120. // иС32ОсадчийDataSet
  121. //
  122. this.иС32ОсадчийDataSet.DataSetName = "ИС32ОсадчийDataSet";
  123. this.иС32ОсадчийDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  124. //
  125. // productBindingSource
  126. //
  127. this.productBindingSource.DataMember = "Product";
  128. this.productBindingSource.DataSource = this.иС32ОсадчийDataSet;
  129. //
  130. // orderIDTextBox
  131. //
  132. this.orderIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.orderProductBindingSource, "OrderID", true));
  133. this.orderIDTextBox.Location = new System.Drawing.Point(432, 76);
  134. this.orderIDTextBox.Name = "orderIDTextBox";
  135. this.orderIDTextBox.Size = new System.Drawing.Size(100, 20);
  136. this.orderIDTextBox.TabIndex = 10;
  137. //
  138. // button6
  139. //
  140. this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  141. this.button6.Location = new System.Drawing.Point(678, 400);
  142. this.button6.Name = "button6";
  143. this.button6.Size = new System.Drawing.Size(110, 38);
  144. this.button6.TabIndex = 9;
  145. this.button6.Text = "Назад";
  146. this.button6.UseVisualStyleBackColor = true;
  147. this.button6.Click += new System.EventHandler(this.button6_Click);
  148. //
  149. // orderProductTableAdapter
  150. //
  151. this.orderProductTableAdapter.ClearBeforeFill = true;
  152. //
  153. // tableAdapterManager
  154. //
  155. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  156. this.tableAdapterManager.OrderProductTableAdapter = this.orderProductTableAdapter;
  157. this.tableAdapterManager.OrderTableAdapter = null;
  158. this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter;
  159. this.tableAdapterManager.RoleTableAdapter = null;
  160. this.tableAdapterManager.UpdateOrder = ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  161. this.tableAdapterManager.UserTableAdapter = null;
  162. //
  163. // productTableAdapter
  164. //
  165. this.productTableAdapter.ClearBeforeFill = true;
  166. //
  167. // orderProductBindingNavigator
  168. //
  169. this.orderProductBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  170. this.orderProductBindingNavigator.BindingSource = this.orderProductBindingSource;
  171. this.orderProductBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  172. this.orderProductBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  173. this.orderProductBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  174. this.bindingNavigatorMoveFirstItem,
  175. this.bindingNavigatorMovePreviousItem,
  176. this.bindingNavigatorSeparator,
  177. this.bindingNavigatorPositionItem,
  178. this.bindingNavigatorCountItem,
  179. this.bindingNavigatorSeparator1,
  180. this.bindingNavigatorMoveNextItem,
  181. this.bindingNavigatorMoveLastItem,
  182. this.bindingNavigatorSeparator2,
  183. this.bindingNavigatorAddNewItem,
  184. this.bindingNavigatorDeleteItem,
  185. this.orderProductBindingNavigatorSaveItem});
  186. this.orderProductBindingNavigator.Location = new System.Drawing.Point(0, 0);
  187. this.orderProductBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  188. this.orderProductBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  189. this.orderProductBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  190. this.orderProductBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  191. this.orderProductBindingNavigator.Name = "orderProductBindingNavigator";
  192. this.orderProductBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  193. this.orderProductBindingNavigator.Size = new System.Drawing.Size(808, 25);
  194. this.orderProductBindingNavigator.TabIndex = 2;
  195. this.orderProductBindingNavigator.Text = "bindingNavigator1";
  196. //
  197. // bindingNavigatorAddNewItem
  198. //
  199. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  200. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  201. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  202. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  203. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  204. this.bindingNavigatorAddNewItem.Text = "Добавить";
  205. //
  206. // bindingNavigatorCountItem
  207. //
  208. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  209. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  210. this.bindingNavigatorCountItem.Text = "для {0}";
  211. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  212. //
  213. // bindingNavigatorDeleteItem
  214. //
  215. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  216. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  217. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  218. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  219. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  220. this.bindingNavigatorDeleteItem.Text = "Удалить";
  221. //
  222. // bindingNavigatorMoveFirstItem
  223. //
  224. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  225. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  226. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  227. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  228. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  229. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  230. //
  231. // bindingNavigatorMovePreviousItem
  232. //
  233. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  234. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  235. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  236. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  237. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  238. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  239. //
  240. // bindingNavigatorSeparator
  241. //
  242. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  243. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  244. //
  245. // bindingNavigatorPositionItem
  246. //
  247. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  248. this.bindingNavigatorPositionItem.AutoSize = false;
  249. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  250. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  251. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  252. this.bindingNavigatorPositionItem.Text = "0";
  253. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  254. //
  255. // bindingNavigatorSeparator1
  256. //
  257. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  258. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  259. //
  260. // bindingNavigatorMoveNextItem
  261. //
  262. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  263. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  264. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  265. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  266. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  267. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  268. //
  269. // bindingNavigatorMoveLastItem
  270. //
  271. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  272. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  273. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  274. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  275. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  276. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  277. //
  278. // bindingNavigatorSeparator2
  279. //
  280. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  281. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  282. //
  283. // orderProductBindingNavigatorSaveItem
  284. //
  285. this.orderProductBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  286. this.orderProductBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("orderProductBindingNavigatorSaveItem.Image")));
  287. this.orderProductBindingNavigatorSaveItem.Name = "orderProductBindingNavigatorSaveItem";
  288. this.orderProductBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  289. this.orderProductBindingNavigatorSaveItem.Text = "Сохранить данные";
  290. this.orderProductBindingNavigatorSaveItem.Click += new System.EventHandler(this.orderProductBindingNavigatorSaveItem_Click);
  291. //
  292. // button3
  293. //
  294. this.button3.Location = new System.Drawing.Point(29, 152);
  295. this.button3.Name = "button3";
  296. this.button3.Size = new System.Drawing.Size(180, 32);
  297. this.button3.TabIndex = 25;
  298. this.button3.Text = "Сохранить информацию";
  299. this.button3.UseVisualStyleBackColor = true;
  300. this.button3.Click += new System.EventHandler(this.button3_Click);
  301. //
  302. // button2
  303. //
  304. this.button2.Location = new System.Drawing.Point(29, 114);
  305. this.button2.Name = "button2";
  306. this.button2.Size = new System.Drawing.Size(180, 32);
  307. this.button2.TabIndex = 24;
  308. this.button2.Text = "Удалить";
  309. this.button2.UseVisualStyleBackColor = true;
  310. this.button2.Click += new System.EventHandler(this.button2_Click);
  311. //
  312. // button1
  313. //
  314. this.button1.Location = new System.Drawing.Point(29, 76);
  315. this.button1.Name = "button1";
  316. this.button1.Size = new System.Drawing.Size(180, 32);
  317. this.button1.TabIndex = 23;
  318. this.button1.Text = "Добавить ";
  319. this.button1.UseVisualStyleBackColor = true;
  320. this.button1.Click += new System.EventHandler(this.button1_Click);
  321. //
  322. // Добавление_заказов_на_товары
  323. //
  324. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  325. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  326. this.ClientSize = new System.Drawing.Size(808, 458);
  327. this.Controls.Add(this.orderProductBindingNavigator);
  328. this.Controls.Add(this.panel1);
  329. this.Name = "Добавление_заказов_на_товары";
  330. this.Text = "Добавление_заказов_на_товары";
  331. this.Load += new System.EventHandler(this.Добавление_заказов_на_товары_Load);
  332. this.panel1.ResumeLayout(false);
  333. this.panel1.PerformLayout();
  334. ((System.ComponentModel.ISupportInitialize)(this.orderProductBindingSource)).EndInit();
  335. ((System.ComponentModel.ISupportInitialize)(this.иС32ОсадчийDataSet)).EndInit();
  336. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
  337. ((System.ComponentModel.ISupportInitialize)(this.orderProductBindingNavigator)).EndInit();
  338. this.orderProductBindingNavigator.ResumeLayout(false);
  339. this.orderProductBindingNavigator.PerformLayout();
  340. this.ResumeLayout(false);
  341. this.PerformLayout();
  342. }
  343. #endregion
  344. private System.Windows.Forms.Panel panel1;
  345. private System.Windows.Forms.Button button6;
  346. private ИС32ОсадчийDataSet иС32ОсадчийDataSet;
  347. private System.Windows.Forms.BindingSource orderProductBindingSource;
  348. private ИС32ОсадчийDataSetTableAdapters.OrderProductTableAdapter orderProductTableAdapter;
  349. private ИС32ОсадчийDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  350. private System.Windows.Forms.BindingNavigator orderProductBindingNavigator;
  351. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  352. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  353. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  354. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  355. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  356. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  357. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  358. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  359. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  360. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  361. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  362. private System.Windows.Forms.ToolStripButton orderProductBindingNavigatorSaveItem;
  363. private System.Windows.Forms.TextBox orderIDTextBox;
  364. private System.Windows.Forms.ComboBox comboBox1;
  365. private ИС32ОсадчийDataSetTableAdapters.ProductTableAdapter productTableAdapter;
  366. private System.Windows.Forms.BindingSource productBindingSource;
  367. private System.Windows.Forms.Button button3;
  368. private System.Windows.Forms.Button button2;
  369. private System.Windows.Forms.Button button1;
  370. }
  371. }