Form2.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431
  1. namespace Starichkxina_remont_bytovoy_texniki
  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. this.label1 = new System.Windows.Forms.Label();
  35. this.starichikhina_remont_butovoy_texnikiDataSet = new Starichkxina_remont_bytovoy_texniki.Starichikhina_remont_butovoy_texnikiDataSet();
  36. this.заказBindingSource = new System.Windows.Forms.BindingSource(this.components);
  37. this.заказTableAdapter = new Starichkxina_remont_bytovoy_texniki.Starichikhina_remont_butovoy_texnikiDataSetTableAdapters.заказTableAdapter();
  38. this.tableAdapterManager = new Starichkxina_remont_bytovoy_texniki.Starichikhina_remont_butovoy_texnikiDataSetTableAdapters.TableAdapterManager();
  39. this.заказBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  40. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  41. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  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.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  47. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  48. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  49. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  50. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  51. this.заказBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  52. this.фИОTextBox = new System.Windows.Forms.TextBox();
  53. this.гарантияCheckBox = new System.Windows.Forms.CheckBox();
  54. this.дата_поступления_заказаDateTimePicker = new System.Windows.Forms.DateTimePicker();
  55. this.телефон_клиентаTextBox = new System.Windows.Forms.TextBox();
  56. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  57. this.заказBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  58. this.idзаказаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.фИОDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.idтовараDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.гарантияDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  62. this.датапоступлениязаказаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.телефонклиентаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. фИОLabel = new System.Windows.Forms.Label();
  65. гарантияLabel = new System.Windows.Forms.Label();
  66. дата_поступления_заказаLabel = new System.Windows.Forms.Label();
  67. телефон_клиентаLabel = new System.Windows.Forms.Label();
  68. ((System.ComponentModel.ISupportInitialize)(this.starichikhina_remont_butovoy_texnikiDataSet)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.заказBindingSource)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.заказBindingNavigator)).BeginInit();
  71. this.заказBindingNavigator.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.заказBindingSource1)).BeginInit();
  74. this.SuspendLayout();
  75. //
  76. // label1
  77. //
  78. this.label1.AutoSize = true;
  79. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  80. this.label1.ForeColor = System.Drawing.SystemColors.Highlight;
  81. this.label1.Location = new System.Drawing.Point(138, 43);
  82. this.label1.Name = "label1";
  83. this.label1.Size = new System.Drawing.Size(156, 24);
  84. this.label1.TabIndex = 0;
  85. this.label1.Text = "Таблица \"Заказ\"";
  86. //
  87. // starichikhina_remont_butovoy_texnikiDataSet
  88. //
  89. this.starichikhina_remont_butovoy_texnikiDataSet.DataSetName = "Starichikhina_remont_butovoy_texnikiDataSet";
  90. this.starichikhina_remont_butovoy_texnikiDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  91. //
  92. // заказBindingSource
  93. //
  94. this.заказBindingSource.DataMember = "заказ";
  95. this.заказBindingSource.DataSource = this.starichikhina_remont_butovoy_texnikiDataSet;
  96. //
  97. // заказTableAdapter
  98. //
  99. this.заказTableAdapter.ClearBeforeFill = true;
  100. //
  101. // tableAdapterManager
  102. //
  103. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  104. this.tableAdapterManager.UpdateOrder = Starichkxina_remont_bytovoy_texniki.Starichikhina_remont_butovoy_texnikiDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  105. this.tableAdapterManager.заказTableAdapter = this.заказTableAdapter;
  106. this.tableAdapterManager.исполнение_заказовTableAdapter = null;
  107. this.tableAdapterManager.сотрудники_исполнение_заказовTableAdapter = null;
  108. this.tableAdapterManager.сотрудникиTableAdapter = null;
  109. this.tableAdapterManager.ТоварыTableAdapter = null;
  110. //
  111. // заказBindingNavigator
  112. //
  113. this.заказBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  114. this.заказBindingNavigator.BindingSource = this.заказBindingSource;
  115. this.заказBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  116. this.заказBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  117. this.заказBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  118. this.bindingNavigatorMoveFirstItem,
  119. this.bindingNavigatorMovePreviousItem,
  120. this.bindingNavigatorSeparator,
  121. this.bindingNavigatorPositionItem,
  122. this.bindingNavigatorCountItem,
  123. this.bindingNavigatorSeparator1,
  124. this.bindingNavigatorMoveNextItem,
  125. this.bindingNavigatorMoveLastItem,
  126. this.bindingNavigatorSeparator2,
  127. this.bindingNavigatorAddNewItem,
  128. this.bindingNavigatorDeleteItem,
  129. this.заказBindingNavigatorSaveItem});
  130. this.заказBindingNavigator.Location = new System.Drawing.Point(0, 0);
  131. this.заказBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  132. this.заказBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  133. this.заказBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  134. this.заказBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  135. this.заказBindingNavigator.Name = "заказBindingNavigator";
  136. this.заказBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  137. this.заказBindingNavigator.Size = new System.Drawing.Size(922, 25);
  138. this.заказBindingNavigator.TabIndex = 1;
  139. this.заказBindingNavigator.Text = "bindingNavigator1";
  140. //
  141. // bindingNavigatorMoveFirstItem
  142. //
  143. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  144. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  145. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  146. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  147. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  148. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  149. //
  150. // bindingNavigatorMovePreviousItem
  151. //
  152. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  153. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  154. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  155. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  156. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  157. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  158. //
  159. // bindingNavigatorSeparator
  160. //
  161. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  162. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  163. //
  164. // bindingNavigatorPositionItem
  165. //
  166. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  167. this.bindingNavigatorPositionItem.AutoSize = false;
  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, 15);
  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, 6);
  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, 20);
  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, 20);
  201. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  202. //
  203. // bindingNavigatorSeparator2
  204. //
  205. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  206. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
  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, 20);
  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, 23);
  232. this.заказBindingNavigatorSaveItem.Text = "Сохранить данные";
  233. this.заказBindingNavigatorSaveItem.Click += new System.EventHandler(this.заказBindingNavigatorSaveItem_Click);
  234. //
  235. // фИОLabel
  236. //
  237. фИОLabel.AutoSize = true;
  238. фИОLabel.Location = new System.Drawing.Point(76, 119);
  239. фИОLabel.Name = "фИОLabel";
  240. фИОLabel.Size = new System.Drawing.Size(37, 13);
  241. фИОLabel.TabIndex = 2;
  242. фИОLabel.Text = "ФИО:";
  243. //
  244. // фИОTextBox
  245. //
  246. this.фИОTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказBindingSource, "ФИО", true));
  247. this.фИОTextBox.Location = new System.Drawing.Point(119, 116);
  248. this.фИОTextBox.Name = "фИОTextBox";
  249. this.фИОTextBox.Size = new System.Drawing.Size(100, 20);
  250. this.фИОTextBox.TabIndex = 3;
  251. //
  252. // гарантияLabel
  253. //
  254. гарантияLabel.AutoSize = true;
  255. гарантияLabel.Location = new System.Drawing.Point(77, 154);
  256. гарантияLabel.Name = "гарантияLabel";
  257. гарантияLabel.Size = new System.Drawing.Size(56, 13);
  258. гарантияLabel.TabIndex = 4;
  259. гарантияLabel.Text = "гарантия:";
  260. //
  261. // гарантияCheckBox
  262. //
  263. this.гарантияCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.заказBindingSource, "гарантия", true));
  264. this.гарантияCheckBox.Location = new System.Drawing.Point(137, 149);
  265. this.гарантияCheckBox.Name = "гарантияCheckBox";
  266. this.гарантияCheckBox.Size = new System.Drawing.Size(104, 24);
  267. this.гарантияCheckBox.TabIndex = 5;
  268. this.гарантияCheckBox.Text = "checkBox1";
  269. this.гарантияCheckBox.UseVisualStyleBackColor = true;
  270. //
  271. // дата_поступления_заказаLabel
  272. //
  273. дата_поступления_заказаLabel.AutoSize = true;
  274. дата_поступления_заказаLabel.Location = new System.Drawing.Point(76, 190);
  275. дата_поступления_заказаLabel.Name = "дата_поступления_заказаLabel";
  276. дата_поступления_заказаLabel.Size = new System.Drawing.Size(139, 13);
  277. дата_поступления_заказаLabel.TabIndex = 6;
  278. дата_поступления_заказаLabel.Text = "дата поступления заказа:";
  279. //
  280. // дата_поступления_заказаDateTimePicker
  281. //
  282. this.дата_поступления_заказаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.заказBindingSource, "дата_поступления_заказа", true));
  283. this.дата_поступления_заказаDateTimePicker.Location = new System.Drawing.Point(221, 186);
  284. this.дата_поступления_заказаDateTimePicker.Name = "дата_поступления_заказаDateTimePicker";
  285. this.дата_поступления_заказаDateTimePicker.Size = new System.Drawing.Size(200, 20);
  286. this.дата_поступления_заказаDateTimePicker.TabIndex = 7;
  287. //
  288. // телефон_клиентаLabel
  289. //
  290. телефон_клиентаLabel.AutoSize = true;
  291. телефон_клиентаLabel.Location = new System.Drawing.Point(77, 223);
  292. телефон_клиентаLabel.Name = "телефон_клиентаLabel";
  293. телефон_клиентаLabel.Size = new System.Drawing.Size(97, 13);
  294. телефон_клиентаLabel.TabIndex = 8;
  295. телефон_клиентаLabel.Text = "телефон-клиента:";
  296. //
  297. // телефон_клиентаTextBox
  298. //
  299. this.телефон_клиентаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказBindingSource, "телефон-клиента", true));
  300. this.телефон_клиентаTextBox.Location = new System.Drawing.Point(180, 220);
  301. this.телефон_клиентаTextBox.Name = "телефон_клиентаTextBox";
  302. this.телефон_клиентаTextBox.Size = new System.Drawing.Size(100, 20);
  303. this.телефон_клиентаTextBox.TabIndex = 9;
  304. //
  305. // dataGridView1
  306. //
  307. this.dataGridView1.AutoGenerateColumns = false;
  308. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  309. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  310. this.idзаказаDataGridViewTextBoxColumn,
  311. this.фИОDataGridViewTextBoxColumn,
  312. this.idтовараDataGridViewTextBoxColumn,
  313. this.гарантияDataGridViewCheckBoxColumn,
  314. this.датапоступлениязаказаDataGridViewTextBoxColumn,
  315. this.телефонклиентаDataGridViewTextBoxColumn});
  316. this.dataGridView1.DataSource = this.заказBindingSource1;
  317. this.dataGridView1.Location = new System.Drawing.Point(79, 304);
  318. this.dataGridView1.Name = "dataGridView1";
  319. this.dataGridView1.Size = new System.Drawing.Size(644, 219);
  320. this.dataGridView1.TabIndex = 10;
  321. //
  322. // заказBindingSource1
  323. //
  324. this.заказBindingSource1.DataMember = "заказ";
  325. this.заказBindingSource1.DataSource = this.starichikhina_remont_butovoy_texnikiDataSet;
  326. //
  327. // idзаказаDataGridViewTextBoxColumn
  328. //
  329. this.idзаказаDataGridViewTextBoxColumn.DataPropertyName = "id_заказа";
  330. this.idзаказаDataGridViewTextBoxColumn.HeaderText = "id_заказа";
  331. this.idзаказаDataGridViewTextBoxColumn.Name = "idзаказаDataGridViewTextBoxColumn";
  332. this.idзаказаDataGridViewTextBoxColumn.ReadOnly = true;
  333. //
  334. // фИОDataGridViewTextBoxColumn
  335. //
  336. this.фИОDataGridViewTextBoxColumn.DataPropertyName = "ФИО";
  337. this.фИОDataGridViewTextBoxColumn.HeaderText = "ФИО";
  338. this.фИОDataGridViewTextBoxColumn.Name = "фИОDataGridViewTextBoxColumn";
  339. //
  340. // idтовараDataGridViewTextBoxColumn
  341. //
  342. this.idтовараDataGridViewTextBoxColumn.DataPropertyName = "id_товара";
  343. this.idтовараDataGridViewTextBoxColumn.HeaderText = "id_товара";
  344. this.idтовараDataGridViewTextBoxColumn.Name = "idтовараDataGridViewTextBoxColumn";
  345. //
  346. // гарантияDataGridViewCheckBoxColumn
  347. //
  348. this.гарантияDataGridViewCheckBoxColumn.DataPropertyName = "гарантия";
  349. this.гарантияDataGridViewCheckBoxColumn.HeaderText = "гарантия";
  350. this.гарантияDataGridViewCheckBoxColumn.Name = "гарантияDataGridViewCheckBoxColumn";
  351. //
  352. // датапоступлениязаказаDataGridViewTextBoxColumn
  353. //
  354. this.датапоступлениязаказаDataGridViewTextBoxColumn.DataPropertyName = "дата_поступления_заказа";
  355. this.датапоступлениязаказаDataGridViewTextBoxColumn.HeaderText = "дата_поступления_заказа";
  356. this.датапоступлениязаказаDataGridViewTextBoxColumn.Name = "датапоступлениязаказаDataGridViewTextBoxColumn";
  357. //
  358. // телефонклиентаDataGridViewTextBoxColumn
  359. //
  360. this.телефонклиентаDataGridViewTextBoxColumn.DataPropertyName = "телефон-клиента";
  361. this.телефонклиентаDataGridViewTextBoxColumn.HeaderText = "телефон-клиента";
  362. this.телефонклиентаDataGridViewTextBoxColumn.Name = "телефонклиентаDataGridViewTextBoxColumn";
  363. //
  364. // Form2
  365. //
  366. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  367. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  368. this.ClientSize = new System.Drawing.Size(922, 619);
  369. this.Controls.Add(this.dataGridView1);
  370. this.Controls.Add(телефон_клиентаLabel);
  371. this.Controls.Add(this.телефон_клиентаTextBox);
  372. this.Controls.Add(дата_поступления_заказаLabel);
  373. this.Controls.Add(this.дата_поступления_заказаDateTimePicker);
  374. this.Controls.Add(гарантияLabel);
  375. this.Controls.Add(this.гарантияCheckBox);
  376. this.Controls.Add(фИОLabel);
  377. this.Controls.Add(this.фИОTextBox);
  378. this.Controls.Add(this.заказBindingNavigator);
  379. this.Controls.Add(this.label1);
  380. this.Name = "Form2";
  381. this.Text = "Form2";
  382. this.Load += new System.EventHandler(this.Form2_Load);
  383. ((System.ComponentModel.ISupportInitialize)(this.starichikhina_remont_butovoy_texnikiDataSet)).EndInit();
  384. ((System.ComponentModel.ISupportInitialize)(this.заказBindingSource)).EndInit();
  385. ((System.ComponentModel.ISupportInitialize)(this.заказBindingNavigator)).EndInit();
  386. this.заказBindingNavigator.ResumeLayout(false);
  387. this.заказBindingNavigator.PerformLayout();
  388. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  389. ((System.ComponentModel.ISupportInitialize)(this.заказBindingSource1)).EndInit();
  390. this.ResumeLayout(false);
  391. this.PerformLayout();
  392. }
  393. #endregion
  394. private System.Windows.Forms.Label label1;
  395. private Starichikhina_remont_butovoy_texnikiDataSet starichikhina_remont_butovoy_texnikiDataSet;
  396. private System.Windows.Forms.BindingSource заказBindingSource;
  397. private Starichikhina_remont_butovoy_texnikiDataSetTableAdapters.заказTableAdapter заказTableAdapter;
  398. private Starichikhina_remont_butovoy_texnikiDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  399. private System.Windows.Forms.BindingNavigator заказBindingNavigator;
  400. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  401. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  402. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  403. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  404. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  405. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  406. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  407. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  408. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  409. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  410. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  411. private System.Windows.Forms.ToolStripButton заказBindingNavigatorSaveItem;
  412. private System.Windows.Forms.TextBox фИОTextBox;
  413. private System.Windows.Forms.CheckBox гарантияCheckBox;
  414. private System.Windows.Forms.DateTimePicker дата_поступления_заказаDateTimePicker;
  415. private System.Windows.Forms.TextBox телефон_клиентаTextBox;
  416. private System.Windows.Forms.DataGridView dataGridView1;
  417. private System.Windows.Forms.DataGridViewTextBoxColumn idзаказаDataGridViewTextBoxColumn;
  418. private System.Windows.Forms.DataGridViewTextBoxColumn фИОDataGridViewTextBoxColumn;
  419. private System.Windows.Forms.DataGridViewTextBoxColumn idтовараDataGridViewTextBoxColumn;
  420. private System.Windows.Forms.DataGridViewCheckBoxColumn гарантияDataGridViewCheckBoxColumn;
  421. private System.Windows.Forms.DataGridViewTextBoxColumn датапоступлениязаказаDataGridViewTextBoxColumn;
  422. private System.Windows.Forms.DataGridViewTextBoxColumn телефонклиентаDataGridViewTextBoxColumn;
  423. private System.Windows.Forms.BindingSource заказBindingSource1;
  424. }
  425. }