F.Designer.cs 25 KB

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