Form2.Designer.cs 30 KB

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