Заказы.Designer.cs 21 KB

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