Form3.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504
  1. namespace Yurevich_InternetProdazhi
  2. {
  3. partial class Form3
  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 дата_заказаLabel;
  30. System.Windows.Forms.Label время_заказаLabel;
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.yurevich_INTERNET_PRODAZHIDataSet = new Yurevich_InternetProdazhi.Yurevich_INTERNET_PRODAZHIDataSet();
  38. this.заказыBindingSource = new System.Windows.Forms.BindingSource(this.components);
  39. this.заказыTableAdapter = new Yurevich_InternetProdazhi.Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.ЗаказыTableAdapter();
  40. this.tableAdapterManager = new Yurevich_InternetProdazhi.Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.TableAdapterManager();
  41. this.заказыBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  42. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  43. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  44. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  45. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  46. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  47. this.дата_заказаTextBox = new System.Windows.Forms.TextBox();
  48. this.время_заказаTextBox = new System.Windows.Forms.TextBox();
  49. this.количествоTextBox = new System.Windows.Forms.TextBox();
  50. this.ф_И_О_клиентаTextBox = new System.Windows.Forms.TextBox();
  51. this.контактный_телефонTextBox = new System.Windows.Forms.TextBox();
  52. this.подтверждение_заказаCheckBox = new System.Windows.Forms.CheckBox();
  53. this.заказыDataGridView = new System.Windows.Forms.DataGridView();
  54. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  63. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  64. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  65. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  66. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  67. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  68. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  69. this.заказыBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  70. дата_заказаLabel = new System.Windows.Forms.Label();
  71. время_заказаLabel = new System.Windows.Forms.Label();
  72. количествоLabel = new System.Windows.Forms.Label();
  73. ф_И_О_клиентаLabel = new System.Windows.Forms.Label();
  74. контактный_телефонLabel = new System.Windows.Forms.Label();
  75. подтверждение_заказаLabel = new System.Windows.Forms.Label();
  76. ((System.ComponentModel.ISupportInitialize)(this.yurevich_INTERNET_PRODAZHIDataSet)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.заказыBindingSource)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.заказыBindingNavigator)).BeginInit();
  79. this.заказыBindingNavigator.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.заказыDataGridView)).BeginInit();
  81. this.SuspendLayout();
  82. //
  83. // label1
  84. //
  85. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  86. this.label1.Location = new System.Drawing.Point(345, 47);
  87. this.label1.Name = "label1";
  88. this.label1.Size = new System.Drawing.Size(221, 23);
  89. this.label1.TabIndex = 1;
  90. this.label1.Text = "Таблица \"Заказы\"";
  91. //
  92. // yurevich_INTERNET_PRODAZHIDataSet
  93. //
  94. this.yurevich_INTERNET_PRODAZHIDataSet.DataSetName = "Yurevich_INTERNET_PRODAZHIDataSet";
  95. this.yurevich_INTERNET_PRODAZHIDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  96. //
  97. // заказыBindingSource
  98. //
  99. this.заказыBindingSource.DataMember = "Заказы";
  100. this.заказыBindingSource.DataSource = this.yurevich_INTERNET_PRODAZHIDataSet;
  101. //
  102. // заказыTableAdapter
  103. //
  104. this.заказыTableAdapter.ClearBeforeFill = true;
  105. //
  106. // tableAdapterManager
  107. //
  108. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  109. this.tableAdapterManager.UpdateOrder = Yurevich_InternetProdazhi.Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  110. this.tableAdapterManager.ДоставкаTableAdapter = null;
  111. this.tableAdapterManager.ЗаказыTableAdapter = this.заказыTableAdapter;
  112. this.tableAdapterManager.Интернет_магазиныTableAdapter = null;
  113. this.tableAdapterManager.Магазины_ТоварыTableAdapter = null;
  114. this.tableAdapterManager.ТоварыTableAdapter = null;
  115. //
  116. // заказыBindingNavigator
  117. //
  118. this.заказыBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  119. this.заказыBindingNavigator.BindingSource = this.заказыBindingSource;
  120. this.заказыBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  121. this.заказыBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  122. this.заказыBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  123. this.bindingNavigatorMoveFirstItem,
  124. this.bindingNavigatorMovePreviousItem,
  125. this.bindingNavigatorSeparator,
  126. this.bindingNavigatorPositionItem,
  127. this.bindingNavigatorCountItem,
  128. this.bindingNavigatorSeparator1,
  129. this.bindingNavigatorMoveNextItem,
  130. this.bindingNavigatorMoveLastItem,
  131. this.bindingNavigatorSeparator2,
  132. this.bindingNavigatorAddNewItem,
  133. this.bindingNavigatorDeleteItem,
  134. this.заказыBindingNavigatorSaveItem});
  135. this.заказыBindingNavigator.Location = new System.Drawing.Point(0, 0);
  136. this.заказыBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  137. this.заказыBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  138. this.заказыBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  139. this.заказыBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  140. this.заказыBindingNavigator.Name = "заказыBindingNavigator";
  141. this.заказыBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  142. this.заказыBindingNavigator.Size = new System.Drawing.Size(894, 25);
  143. this.заказыBindingNavigator.TabIndex = 2;
  144. this.заказыBindingNavigator.Text = "bindingNavigator1";
  145. //
  146. // bindingNavigatorSeparator
  147. //
  148. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  149. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  150. //
  151. // bindingNavigatorPositionItem
  152. //
  153. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  154. this.bindingNavigatorPositionItem.AutoSize = false;
  155. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  156. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  157. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  158. this.bindingNavigatorPositionItem.Text = "0";
  159. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  160. //
  161. // bindingNavigatorCountItem
  162. //
  163. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  164. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  165. this.bindingNavigatorCountItem.Text = "для {0}";
  166. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  167. //
  168. // bindingNavigatorSeparator1
  169. //
  170. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  171. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  172. //
  173. // bindingNavigatorSeparator2
  174. //
  175. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  176. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  177. //
  178. // дата_заказаLabel
  179. //
  180. дата_заказаLabel.AutoSize = true;
  181. дата_заказаLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  182. дата_заказаLabel.Location = new System.Drawing.Point(12, 115);
  183. дата_заказаLabel.Name = "дата_заказаLabel";
  184. дата_заказаLabel.Size = new System.Drawing.Size(99, 18);
  185. дата_заказаLabel.TabIndex = 2;
  186. дата_заказаLabel.Text = "Дата заказа:";
  187. //
  188. // дата_заказаTextBox
  189. //
  190. this.дата_заказаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказыBindingSource, "Дата_заказа", true));
  191. this.дата_заказаTextBox.Location = new System.Drawing.Point(179, 116);
  192. this.дата_заказаTextBox.Name = "дата_заказаTextBox";
  193. this.дата_заказаTextBox.Size = new System.Drawing.Size(100, 20);
  194. this.дата_заказаTextBox.TabIndex = 3;
  195. //
  196. // время_заказаLabel
  197. //
  198. время_заказаLabel.AutoSize = true;
  199. время_заказаLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  200. время_заказаLabel.Location = new System.Drawing.Point(12, 157);
  201. время_заказаLabel.Name = "время_заказаLabel";
  202. время_заказаLabel.Size = new System.Drawing.Size(109, 18);
  203. время_заказаLabel.TabIndex = 4;
  204. время_заказаLabel.Text = "Время заказа:";
  205. //
  206. // время_заказаTextBox
  207. //
  208. this.время_заказаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказыBindingSource, "Время_заказа", true));
  209. this.время_заказаTextBox.Location = new System.Drawing.Point(179, 158);
  210. this.время_заказаTextBox.Name = "время_заказаTextBox";
  211. this.время_заказаTextBox.Size = new System.Drawing.Size(100, 20);
  212. this.время_заказаTextBox.TabIndex = 5;
  213. //
  214. // количествоLabel
  215. //
  216. количествоLabel.AutoSize = true;
  217. количествоLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  218. количествоLabel.Location = new System.Drawing.Point(12, 202);
  219. количествоLabel.Name = "количествоLabel";
  220. количествоLabel.Size = new System.Drawing.Size(96, 18);
  221. количествоLabel.TabIndex = 6;
  222. количествоLabel.Text = "Количество:";
  223. //
  224. // количествоTextBox
  225. //
  226. this.количествоTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказыBindingSource, "Количество", true));
  227. this.количествоTextBox.Location = new System.Drawing.Point(179, 203);
  228. this.количествоTextBox.Name = "количествоTextBox";
  229. this.количествоTextBox.Size = new System.Drawing.Size(100, 20);
  230. this.количествоTextBox.TabIndex = 7;
  231. //
  232. // ф_И_О_клиентаLabel
  233. //
  234. ф_И_О_клиентаLabel.AutoSize = true;
  235. ф_И_О_клиентаLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  236. ф_И_О_клиентаLabel.Location = new System.Drawing.Point(12, 249);
  237. ф_И_О_клиентаLabel.Name = "ф_И_О_клиентаLabel";
  238. ф_И_О_клиентаLabel.Size = new System.Drawing.Size(116, 18);
  239. ф_И_О_клиентаLabel.TabIndex = 8;
  240. ф_И_О_клиентаLabel.Text = "Ф И О клиента:";
  241. //
  242. // ф_И_О_клиентаTextBox
  243. //
  244. this.ф_И_О_клиентаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказыBindingSource, "Ф_И_О_клиента", true));
  245. this.ф_И_О_клиентаTextBox.Location = new System.Drawing.Point(179, 249);
  246. this.ф_И_О_клиентаTextBox.Name = "ф_И_О_клиентаTextBox";
  247. this.ф_И_О_клиентаTextBox.Size = new System.Drawing.Size(100, 20);
  248. this.ф_И_О_клиентаTextBox.TabIndex = 9;
  249. //
  250. // контактный_телефонLabel
  251. //
  252. контактный_телефонLabel.AutoSize = true;
  253. контактный_телефонLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  254. контактный_телефонLabel.Location = new System.Drawing.Point(12, 292);
  255. контактный_телефонLabel.Name = "контактный_телефонLabel";
  256. контактный_телефонLabel.Size = new System.Drawing.Size(162, 18);
  257. контактный_телефонLabel.TabIndex = 10;
  258. контактный_телефонLabel.Text = "Контактный телефон:";
  259. //
  260. // контактный_телефонTextBox
  261. //
  262. this.контактный_телефонTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказыBindingSource, "Контактный_телефон", true));
  263. this.контактный_телефонTextBox.Location = new System.Drawing.Point(180, 290);
  264. this.контактный_телефонTextBox.Name = "контактный_телефонTextBox";
  265. this.контактный_телефонTextBox.Size = new System.Drawing.Size(100, 20);
  266. this.контактный_телефонTextBox.TabIndex = 11;
  267. //
  268. // подтверждение_заказаLabel
  269. //
  270. подтверждение_заказаLabel.AutoSize = true;
  271. подтверждение_заказаLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  272. подтверждение_заказаLabel.Location = new System.Drawing.Point(12, 335);
  273. подтверждение_заказаLabel.Name = "подтверждение_заказаLabel";
  274. подтверждение_заказаLabel.Size = new System.Drawing.Size(176, 18);
  275. подтверждение_заказаLabel.TabIndex = 12;
  276. подтверждение_заказаLabel.Text = "Подтверждение заказа:";
  277. //
  278. // подтверждение_заказаCheckBox
  279. //
  280. this.подтверждение_заказаCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.заказыBindingSource, "Подтверждение_заказа", true));
  281. this.подтверждение_заказаCheckBox.Location = new System.Drawing.Point(194, 335);
  282. this.подтверждение_заказаCheckBox.Name = "подтверждение_заказаCheckBox";
  283. this.подтверждение_заказаCheckBox.Size = new System.Drawing.Size(219, 24);
  284. this.подтверждение_заказаCheckBox.TabIndex = 13;
  285. this.подтверждение_заказаCheckBox.Text = "отметить, если заказ подтвержден";
  286. this.подтверждение_заказаCheckBox.UseVisualStyleBackColor = true;
  287. //
  288. // заказыDataGridView
  289. //
  290. this.заказыDataGridView.AutoGenerateColumns = false;
  291. this.заказыDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  292. this.заказыDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  293. this.dataGridViewTextBoxColumn1,
  294. this.dataGridViewTextBoxColumn2,
  295. this.dataGridViewTextBoxColumn3,
  296. this.dataGridViewTextBoxColumn4,
  297. this.dataGridViewTextBoxColumn5,
  298. this.dataGridViewTextBoxColumn6,
  299. this.dataGridViewTextBoxColumn7,
  300. this.dataGridViewTextBoxColumn8,
  301. this.dataGridViewCheckBoxColumn1});
  302. this.заказыDataGridView.DataSource = this.заказыBindingSource;
  303. this.заказыDataGridView.Location = new System.Drawing.Point(419, 116);
  304. this.заказыDataGridView.Name = "заказыDataGridView";
  305. this.заказыDataGridView.Size = new System.Drawing.Size(441, 237);
  306. this.заказыDataGridView.TabIndex = 14;
  307. //
  308. // dataGridViewTextBoxColumn1
  309. //
  310. this.dataGridViewTextBoxColumn1.DataPropertyName = "Код_заказа";
  311. this.dataGridViewTextBoxColumn1.HeaderText = "Код_заказа";
  312. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  313. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  314. //
  315. // dataGridViewTextBoxColumn2
  316. //
  317. this.dataGridViewTextBoxColumn2.DataPropertyName = "Код_магазина";
  318. this.dataGridViewTextBoxColumn2.HeaderText = "Код_магазина";
  319. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  320. //
  321. // dataGridViewTextBoxColumn3
  322. //
  323. this.dataGridViewTextBoxColumn3.DataPropertyName = "Код_товара";
  324. this.dataGridViewTextBoxColumn3.HeaderText = "Код_товара";
  325. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  326. //
  327. // dataGridViewTextBoxColumn4
  328. //
  329. this.dataGridViewTextBoxColumn4.DataPropertyName = "Дата_заказа";
  330. this.dataGridViewTextBoxColumn4.HeaderText = "Дата_заказа";
  331. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  332. //
  333. // dataGridViewTextBoxColumn5
  334. //
  335. this.dataGridViewTextBoxColumn5.DataPropertyName = "Время_заказа";
  336. this.dataGridViewTextBoxColumn5.HeaderText = "Время_заказа";
  337. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  338. //
  339. // dataGridViewTextBoxColumn6
  340. //
  341. this.dataGridViewTextBoxColumn6.DataPropertyName = "Количество";
  342. this.dataGridViewTextBoxColumn6.HeaderText = "Количество";
  343. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  344. //
  345. // dataGridViewTextBoxColumn7
  346. //
  347. this.dataGridViewTextBoxColumn7.DataPropertyName = "Ф_И_О_клиента";
  348. this.dataGridViewTextBoxColumn7.HeaderText = "Ф_И_О_клиента";
  349. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  350. //
  351. // dataGridViewTextBoxColumn8
  352. //
  353. this.dataGridViewTextBoxColumn8.DataPropertyName = "Контактный_телефон";
  354. this.dataGridViewTextBoxColumn8.HeaderText = "Контактный_телефон";
  355. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  356. //
  357. // dataGridViewCheckBoxColumn1
  358. //
  359. this.dataGridViewCheckBoxColumn1.DataPropertyName = "Подтверждение_заказа";
  360. this.dataGridViewCheckBoxColumn1.HeaderText = "Подтверждение_заказа";
  361. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  362. //
  363. // bindingNavigatorAddNewItem
  364. //
  365. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  366. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  367. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  368. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  369. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  370. this.bindingNavigatorAddNewItem.Text = "Добавить";
  371. //
  372. // bindingNavigatorDeleteItem
  373. //
  374. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  375. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  376. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  377. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  378. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  379. this.bindingNavigatorDeleteItem.Text = "Удалить";
  380. //
  381. // bindingNavigatorMoveFirstItem
  382. //
  383. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  384. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  385. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  386. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  387. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  388. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  389. //
  390. // bindingNavigatorMovePreviousItem
  391. //
  392. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  393. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  394. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  395. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  396. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  397. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  398. //
  399. // bindingNavigatorMoveNextItem
  400. //
  401. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  402. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  403. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  404. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  405. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  406. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  407. //
  408. // bindingNavigatorMoveLastItem
  409. //
  410. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  411. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  412. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  413. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  414. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  415. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  416. //
  417. // заказыBindingNavigatorSaveItem
  418. //
  419. this.заказыBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  420. this.заказыBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("заказыBindingNavigatorSaveItem.Image")));
  421. this.заказыBindingNavigatorSaveItem.Name = "заказыBindingNavigatorSaveItem";
  422. this.заказыBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  423. this.заказыBindingNavigatorSaveItem.Text = "Сохранить данные";
  424. this.заказыBindingNavigatorSaveItem.Click += new System.EventHandler(this.заказыBindingNavigatorSaveItem_Click);
  425. //
  426. // Form3
  427. //
  428. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  429. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  430. this.BackColor = System.Drawing.SystemColors.AppWorkspace;
  431. this.ClientSize = new System.Drawing.Size(894, 369);
  432. this.Controls.Add(this.заказыDataGridView);
  433. this.Controls.Add(подтверждение_заказаLabel);
  434. this.Controls.Add(this.подтверждение_заказаCheckBox);
  435. this.Controls.Add(контактный_телефонLabel);
  436. this.Controls.Add(this.контактный_телефонTextBox);
  437. this.Controls.Add(ф_И_О_клиентаLabel);
  438. this.Controls.Add(this.ф_И_О_клиентаTextBox);
  439. this.Controls.Add(количествоLabel);
  440. this.Controls.Add(this.количествоTextBox);
  441. this.Controls.Add(время_заказаLabel);
  442. this.Controls.Add(this.время_заказаTextBox);
  443. this.Controls.Add(дата_заказаLabel);
  444. this.Controls.Add(this.дата_заказаTextBox);
  445. this.Controls.Add(this.заказыBindingNavigator);
  446. this.Controls.Add(this.label1);
  447. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  448. this.MaximizeBox = false;
  449. this.MinimizeBox = false;
  450. this.Name = "Form3";
  451. this.Text = "Таблица \"Заказы\"";
  452. this.Load += new System.EventHandler(this.Form3_Load);
  453. ((System.ComponentModel.ISupportInitialize)(this.yurevich_INTERNET_PRODAZHIDataSet)).EndInit();
  454. ((System.ComponentModel.ISupportInitialize)(this.заказыBindingSource)).EndInit();
  455. ((System.ComponentModel.ISupportInitialize)(this.заказыBindingNavigator)).EndInit();
  456. this.заказыBindingNavigator.ResumeLayout(false);
  457. this.заказыBindingNavigator.PerformLayout();
  458. ((System.ComponentModel.ISupportInitialize)(this.заказыDataGridView)).EndInit();
  459. this.ResumeLayout(false);
  460. this.PerformLayout();
  461. }
  462. #endregion
  463. private System.Windows.Forms.Label label1;
  464. private Yurevich_INTERNET_PRODAZHIDataSet yurevich_INTERNET_PRODAZHIDataSet;
  465. private System.Windows.Forms.BindingSource заказыBindingSource;
  466. private Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.ЗаказыTableAdapter заказыTableAdapter;
  467. private Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  468. private System.Windows.Forms.BindingNavigator заказыBindingNavigator;
  469. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  470. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  471. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  472. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  473. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  474. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  475. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  476. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  477. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  478. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  479. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  480. private System.Windows.Forms.ToolStripButton заказыBindingNavigatorSaveItem;
  481. private System.Windows.Forms.TextBox дата_заказаTextBox;
  482. private System.Windows.Forms.TextBox время_заказаTextBox;
  483. private System.Windows.Forms.TextBox количествоTextBox;
  484. private System.Windows.Forms.TextBox ф_И_О_клиентаTextBox;
  485. private System.Windows.Forms.TextBox контактный_телефонTextBox;
  486. private System.Windows.Forms.CheckBox подтверждение_заказаCheckBox;
  487. private System.Windows.Forms.DataGridView заказыDataGridView;
  488. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  489. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  490. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  491. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  492. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  493. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  494. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  495. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  496. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  497. }
  498. }