zakazaddform.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. namespace YurevichIS31_Stroymaterialy
  2. {
  3. partial class zakazaddform
  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 id_заказа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.Windows.Forms.Label код_для_полученияLabel;
  36. System.Windows.Forms.Label статус_заказаLabel;
  37. System.Windows.Forms.Label id_сотрудникаLabel;
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.iS31YurevichDataSet = new YurevichIS31_Stroymaterialy.IS31YurevichDataSet();
  40. this.заказ_importBindingSource = new System.Windows.Forms.BindingSource(this.components);
  41. this.заказ_importTableAdapter = new YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.Заказ_importTableAdapter();
  42. this.tableAdapterManager = new YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.TableAdapterManager();
  43. this.id_заказаTextBox = new System.Windows.Forms.TextBox();
  44. this.состав_заказаTextBox = new System.Windows.Forms.TextBox();
  45. this.дата_заказаDateTimePicker = new System.Windows.Forms.DateTimePicker();
  46. this.дата_доставкиDateTimePicker = new System.Windows.Forms.DateTimePicker();
  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.id_сотрудникаTextBox = new System.Windows.Forms.TextBox();
  52. this.nextbutton = new System.Windows.Forms.Button();
  53. this.prevbutton = new System.Windows.Forms.Button();
  54. this.delbutton = new System.Windows.Forms.Button();
  55. this.addbutton = new System.Windows.Forms.Button();
  56. this.savebutton = new System.Windows.Forms.Button();
  57. this.backbutton = new System.Windows.Forms.Button();
  58. this.tableAdapterManager1 = new YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.TableAdapterManager();
  59. id_заказаLabel = new System.Windows.Forms.Label();
  60. состав_заказаLabel = new System.Windows.Forms.Label();
  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. id_сотрудникаLabel = new System.Windows.Forms.Label();
  68. ((System.ComponentModel.ISupportInitialize)(this.iS31YurevichDataSet)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.заказ_importBindingSource)).BeginInit();
  70. this.SuspendLayout();
  71. //
  72. // label1
  73. //
  74. this.label1.AutoSize = true;
  75. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  76. this.label1.ForeColor = System.Drawing.Color.Black;
  77. this.label1.Location = new System.Drawing.Point(48, 9);
  78. this.label1.Name = "label1";
  79. this.label1.Size = new System.Drawing.Size(712, 67);
  80. this.label1.TabIndex = 1;
  81. this.label1.Text = "Добавление данных \"Заказы\"";
  82. //
  83. // iS31YurevichDataSet
  84. //
  85. this.iS31YurevichDataSet.DataSetName = "IS31YurevichDataSet";
  86. this.iS31YurevichDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  87. //
  88. // заказ_importBindingSource
  89. //
  90. this.заказ_importBindingSource.DataMember = "Заказ_import";
  91. this.заказ_importBindingSource.DataSource = this.iS31YurevichDataSet;
  92. //
  93. // заказ_importTableAdapter
  94. //
  95. this.заказ_importTableAdapter.ClearBeforeFill = true;
  96. //
  97. // tableAdapterManager
  98. //
  99. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  100. this.tableAdapterManager.UpdateOrder = YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  101. this.tableAdapterManager.user_importTableAdapter = null;
  102. this.tableAdapterManager.Заказ_importTableAdapter = this.заказ_importTableAdapter;
  103. this.tableAdapterManager.Пункты_выдачи_importTableAdapter = null;
  104. this.tableAdapterManager.Товар_import_СтройматериалыTableAdapter = null;
  105. //
  106. // id_заказаLabel
  107. //
  108. id_заказаLabel.AutoSize = true;
  109. id_заказаLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  110. id_заказаLabel.Location = new System.Drawing.Point(263, 151);
  111. id_заказаLabel.Name = "id_заказаLabel";
  112. id_заказаLabel.Size = new System.Drawing.Size(56, 15);
  113. id_заказаLabel.TabIndex = 2;
  114. id_заказаLabel.Text = "id заказа:";
  115. //
  116. // id_заказаTextBox
  117. //
  118. this.id_заказаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказ_importBindingSource, "id_заказа", true));
  119. this.id_заказаTextBox.Location = new System.Drawing.Point(390, 151);
  120. this.id_заказаTextBox.Name = "id_заказаTextBox";
  121. this.id_заказаTextBox.Size = new System.Drawing.Size(200, 20);
  122. this.id_заказаTextBox.TabIndex = 3;
  123. //
  124. // состав_заказаLabel
  125. //
  126. состав_заказаLabel.AutoSize = true;
  127. состав_заказаLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  128. состав_заказаLabel.Location = new System.Drawing.Point(263, 177);
  129. состав_заказаLabel.Name = "состав_заказаLabel";
  130. состав_заказаLabel.Size = new System.Drawing.Size(83, 15);
  131. состав_заказаLabel.TabIndex = 4;
  132. состав_заказаLabel.Text = "Состав заказа:";
  133. //
  134. // состав_заказаTextBox
  135. //
  136. this.состав_заказаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказ_importBindingSource, "Состав_заказа", true));
  137. this.состав_заказаTextBox.Location = new System.Drawing.Point(390, 177);
  138. this.состав_заказаTextBox.Name = "состав_заказаTextBox";
  139. this.состав_заказаTextBox.Size = new System.Drawing.Size(200, 20);
  140. this.состав_заказаTextBox.TabIndex = 5;
  141. //
  142. // дата_заказаLabel
  143. //
  144. дата_заказаLabel.AutoSize = true;
  145. дата_заказаLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  146. дата_заказаLabel.Location = new System.Drawing.Point(263, 204);
  147. дата_заказаLabel.Name = "дата_заказаLabel";
  148. дата_заказаLabel.Size = new System.Drawing.Size(71, 15);
  149. дата_заказаLabel.TabIndex = 6;
  150. дата_заказаLabel.Text = "Дата заказа:";
  151. //
  152. // дата_заказаDateTimePicker
  153. //
  154. this.дата_заказаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.заказ_importBindingSource, "Дата_заказа", true));
  155. this.дата_заказаDateTimePicker.Location = new System.Drawing.Point(390, 203);
  156. this.дата_заказаDateTimePicker.Name = "дата_заказаDateTimePicker";
  157. this.дата_заказаDateTimePicker.Size = new System.Drawing.Size(200, 20);
  158. this.дата_заказаDateTimePicker.TabIndex = 7;
  159. //
  160. // дата_доставкиLabel
  161. //
  162. дата_доставкиLabel.AutoSize = true;
  163. дата_доставкиLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  164. дата_доставкиLabel.Location = new System.Drawing.Point(263, 230);
  165. дата_доставкиLabel.Name = "дата_доставкиLabel";
  166. дата_доставкиLabel.Size = new System.Drawing.Size(87, 15);
  167. дата_доставкиLabel.TabIndex = 8;
  168. дата_доставкиLabel.Text = "Дата доставки:";
  169. //
  170. // дата_доставкиDateTimePicker
  171. //
  172. this.дата_доставкиDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.заказ_importBindingSource, "Дата_доставки", true));
  173. this.дата_доставкиDateTimePicker.Location = new System.Drawing.Point(390, 229);
  174. this.дата_доставкиDateTimePicker.Name = "дата_доставкиDateTimePicker";
  175. this.дата_доставкиDateTimePicker.Size = new System.Drawing.Size(200, 20);
  176. this.дата_доставкиDateTimePicker.TabIndex = 9;
  177. //
  178. // пункт_выдачиLabel
  179. //
  180. пункт_выдачиLabel.AutoSize = true;
  181. пункт_выдачиLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  182. пункт_выдачиLabel.Location = new System.Drawing.Point(263, 255);
  183. пункт_выдачиLabel.Name = "пункт_выдачиLabel";
  184. пункт_выдачиLabel.Size = new System.Drawing.Size(86, 15);
  185. пункт_выдачиLabel.TabIndex = 10;
  186. пункт_выдачиLabel.Text = "Пункт выдачи:";
  187. //
  188. // пункт_выдачиTextBox
  189. //
  190. this.пункт_выдачиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказ_importBindingSource, "Пункт_выдачи", true));
  191. this.пункт_выдачиTextBox.Location = new System.Drawing.Point(390, 255);
  192. this.пункт_выдачиTextBox.Name = "пункт_выдачиTextBox";
  193. this.пункт_выдачиTextBox.Size = new System.Drawing.Size(200, 20);
  194. this.пункт_выдачиTextBox.TabIndex = 11;
  195. //
  196. // фИО_клиентаLabel
  197. //
  198. фИО_клиентаLabel.AutoSize = true;
  199. фИО_клиентаLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  200. фИО_клиентаLabel.Location = new System.Drawing.Point(263, 281);
  201. фИО_клиентаLabel.Name = "фИО_клиентаLabel";
  202. фИО_клиентаLabel.Size = new System.Drawing.Size(79, 15);
  203. фИО_клиентаLabel.TabIndex = 12;
  204. фИО_клиентаLabel.Text = "ФИО клиента:";
  205. //
  206. // фИО_клиентаTextBox
  207. //
  208. this.фИО_клиентаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказ_importBindingSource, "ФИО_клиента", true));
  209. this.фИО_клиентаTextBox.Location = new System.Drawing.Point(390, 281);
  210. this.фИО_клиентаTextBox.Name = "фИО_клиентаTextBox";
  211. this.фИО_клиентаTextBox.Size = new System.Drawing.Size(200, 20);
  212. this.фИО_клиентаTextBox.TabIndex = 13;
  213. //
  214. // код_для_полученияLabel
  215. //
  216. код_для_полученияLabel.AutoSize = true;
  217. код_для_полученияLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  218. код_для_полученияLabel.Location = new System.Drawing.Point(263, 307);
  219. код_для_полученияLabel.Name = "код_для_полученияLabel";
  220. код_для_полученияLabel.Size = new System.Drawing.Size(115, 15);
  221. код_для_полученияLabel.TabIndex = 14;
  222. код_для_полученияLabel.Text = "Код для получения:";
  223. //
  224. // код_для_полученияTextBox
  225. //
  226. this.код_для_полученияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказ_importBindingSource, "Код_для_получения", true));
  227. this.код_для_полученияTextBox.Location = new System.Drawing.Point(390, 307);
  228. this.код_для_полученияTextBox.Name = "код_для_полученияTextBox";
  229. this.код_для_полученияTextBox.Size = new System.Drawing.Size(200, 20);
  230. this.код_для_полученияTextBox.TabIndex = 15;
  231. //
  232. // статус_заказаLabel
  233. //
  234. статус_заказаLabel.AutoSize = true;
  235. статус_заказаLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  236. статус_заказаLabel.Location = new System.Drawing.Point(263, 333);
  237. статус_заказаLabel.Name = "статус_заказаLabel";
  238. статус_заказаLabel.Size = new System.Drawing.Size(81, 15);
  239. статус_заказаLabel.TabIndex = 16;
  240. статус_заказаLabel.Text = "Статус заказа:";
  241. //
  242. // статус_заказаTextBox
  243. //
  244. this.статус_заказаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказ_importBindingSource, "Статус_заказа", true));
  245. this.статус_заказаTextBox.Location = new System.Drawing.Point(390, 333);
  246. this.статус_заказаTextBox.Name = "статус_заказаTextBox";
  247. this.статус_заказаTextBox.Size = new System.Drawing.Size(200, 20);
  248. this.статус_заказаTextBox.TabIndex = 17;
  249. //
  250. // id_сотрудникаLabel
  251. //
  252. id_сотрудникаLabel.AutoSize = true;
  253. id_сотрудникаLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
  254. id_сотрудникаLabel.Location = new System.Drawing.Point(263, 359);
  255. id_сотрудникаLabel.Name = "id_сотрудникаLabel";
  256. id_сотрудникаLabel.Size = new System.Drawing.Size(84, 15);
  257. id_сотрудникаLabel.TabIndex = 18;
  258. id_сотрудникаLabel.Text = "id сотрудника:";
  259. //
  260. // id_сотрудникаTextBox
  261. //
  262. this.id_сотрудникаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказ_importBindingSource, "id_сотрудника", true));
  263. this.id_сотрудникаTextBox.Location = new System.Drawing.Point(390, 359);
  264. this.id_сотрудникаTextBox.Name = "id_сотрудникаTextBox";
  265. this.id_сотрудникаTextBox.Size = new System.Drawing.Size(200, 20);
  266. this.id_сотрудникаTextBox.TabIndex = 19;
  267. //
  268. // nextbutton
  269. //
  270. this.nextbutton.BackColor = System.Drawing.Color.White;
  271. this.nextbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  272. this.nextbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  273. this.nextbutton.Location = new System.Drawing.Point(2, 420);
  274. this.nextbutton.Name = "nextbutton";
  275. this.nextbutton.Size = new System.Drawing.Size(115, 27);
  276. this.nextbutton.TabIndex = 20;
  277. this.nextbutton.Text = "Следующий";
  278. this.nextbutton.UseVisualStyleBackColor = false;
  279. this.nextbutton.Click += new System.EventHandler(this.nextbutton_Click);
  280. //
  281. // prevbutton
  282. //
  283. this.prevbutton.BackColor = System.Drawing.Color.White;
  284. this.prevbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  285. this.prevbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  286. this.prevbutton.Location = new System.Drawing.Point(123, 420);
  287. this.prevbutton.Name = "prevbutton";
  288. this.prevbutton.Size = new System.Drawing.Size(115, 27);
  289. this.prevbutton.TabIndex = 21;
  290. this.prevbutton.Text = "Предыдущий";
  291. this.prevbutton.UseVisualStyleBackColor = false;
  292. this.prevbutton.Click += new System.EventHandler(this.prevbutton_Click);
  293. //
  294. // delbutton
  295. //
  296. this.delbutton.BackColor = System.Drawing.Color.White;
  297. this.delbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  298. this.delbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  299. this.delbutton.Location = new System.Drawing.Point(244, 420);
  300. this.delbutton.Name = "delbutton";
  301. this.delbutton.Size = new System.Drawing.Size(115, 27);
  302. this.delbutton.TabIndex = 22;
  303. this.delbutton.Text = "Удалить";
  304. this.delbutton.UseVisualStyleBackColor = false;
  305. this.delbutton.Click += new System.EventHandler(this.delbutton_Click);
  306. //
  307. // addbutton
  308. //
  309. this.addbutton.BackColor = System.Drawing.Color.White;
  310. this.addbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  311. this.addbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  312. this.addbutton.Location = new System.Drawing.Point(365, 420);
  313. this.addbutton.Name = "addbutton";
  314. this.addbutton.Size = new System.Drawing.Size(115, 27);
  315. this.addbutton.TabIndex = 23;
  316. this.addbutton.Text = "Добавить";
  317. this.addbutton.UseVisualStyleBackColor = false;
  318. this.addbutton.Click += new System.EventHandler(this.addbutton_Click);
  319. //
  320. // savebutton
  321. //
  322. this.savebutton.BackColor = System.Drawing.Color.White;
  323. this.savebutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  324. this.savebutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  325. this.savebutton.Location = new System.Drawing.Point(486, 420);
  326. this.savebutton.Name = "savebutton";
  327. this.savebutton.Size = new System.Drawing.Size(115, 27);
  328. this.savebutton.TabIndex = 24;
  329. this.savebutton.Text = "Сохранить";
  330. this.savebutton.UseVisualStyleBackColor = false;
  331. this.savebutton.Click += new System.EventHandler(this.savebutton_Click);
  332. //
  333. // backbutton
  334. //
  335. this.backbutton.BackColor = System.Drawing.Color.White;
  336. this.backbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  337. this.backbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  338. this.backbutton.Location = new System.Drawing.Point(682, 420);
  339. this.backbutton.Name = "backbutton";
  340. this.backbutton.Size = new System.Drawing.Size(115, 27);
  341. this.backbutton.TabIndex = 25;
  342. this.backbutton.Text = "Назад";
  343. this.backbutton.UseVisualStyleBackColor = false;
  344. this.backbutton.Click += new System.EventHandler(this.backbutton_Click);
  345. //
  346. // tableAdapterManager1
  347. //
  348. this.tableAdapterManager1.BackupDataSetBeforeUpdate = false;
  349. this.tableAdapterManager1.Connection = null;
  350. this.tableAdapterManager1.UpdateOrder = YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  351. this.tableAdapterManager1.user_importTableAdapter = null;
  352. this.tableAdapterManager1.Заказ_importTableAdapter = null;
  353. this.tableAdapterManager1.Пункты_выдачи_importTableAdapter = null;
  354. this.tableAdapterManager1.Товар_import_СтройматериалыTableAdapter = null;
  355. //
  356. // zakazaddform
  357. //
  358. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  359. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  360. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(227)))), ((int)(((byte)(131)))));
  361. this.ClientSize = new System.Drawing.Size(800, 450);
  362. this.Controls.Add(this.backbutton);
  363. this.Controls.Add(this.savebutton);
  364. this.Controls.Add(this.addbutton);
  365. this.Controls.Add(this.delbutton);
  366. this.Controls.Add(this.prevbutton);
  367. this.Controls.Add(this.nextbutton);
  368. this.Controls.Add(id_заказаLabel);
  369. this.Controls.Add(this.id_заказаTextBox);
  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.дата_доставкиDateTimePicker);
  376. this.Controls.Add(пункт_выдачиLabel);
  377. this.Controls.Add(this.пункт_выдачиTextBox);
  378. this.Controls.Add(фИО_клиентаLabel);
  379. this.Controls.Add(this.фИО_клиентаTextBox);
  380. this.Controls.Add(код_для_полученияLabel);
  381. this.Controls.Add(this.код_для_полученияTextBox);
  382. this.Controls.Add(статус_заказаLabel);
  383. this.Controls.Add(this.статус_заказаTextBox);
  384. this.Controls.Add(id_сотрудникаLabel);
  385. this.Controls.Add(this.id_сотрудникаTextBox);
  386. this.Controls.Add(this.label1);
  387. this.Name = "zakazaddform";
  388. this.Text = "zakazaddform";
  389. this.Load += new System.EventHandler(this.zakazaddform_Load);
  390. ((System.ComponentModel.ISupportInitialize)(this.iS31YurevichDataSet)).EndInit();
  391. ((System.ComponentModel.ISupportInitialize)(this.заказ_importBindingSource)).EndInit();
  392. this.ResumeLayout(false);
  393. this.PerformLayout();
  394. }
  395. #endregion
  396. private System.Windows.Forms.Label label1;
  397. private IS31YurevichDataSet iS31YurevichDataSet;
  398. private System.Windows.Forms.BindingSource заказ_importBindingSource;
  399. private IS31YurevichDataSetTableAdapters.Заказ_importTableAdapter заказ_importTableAdapter;
  400. private IS31YurevichDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  401. private System.Windows.Forms.TextBox id_заказаTextBox;
  402. private System.Windows.Forms.TextBox состав_заказаTextBox;
  403. private System.Windows.Forms.DateTimePicker дата_заказаDateTimePicker;
  404. private System.Windows.Forms.DateTimePicker дата_доставкиDateTimePicker;
  405. private System.Windows.Forms.TextBox пункт_выдачиTextBox;
  406. private System.Windows.Forms.TextBox фИО_клиентаTextBox;
  407. private System.Windows.Forms.TextBox код_для_полученияTextBox;
  408. private System.Windows.Forms.TextBox статус_заказаTextBox;
  409. private System.Windows.Forms.TextBox id_сотрудникаTextBox;
  410. private System.Windows.Forms.Button nextbutton;
  411. private System.Windows.Forms.Button prevbutton;
  412. private System.Windows.Forms.Button delbutton;
  413. private System.Windows.Forms.Button addbutton;
  414. private System.Windows.Forms.Button savebutton;
  415. private System.Windows.Forms.Button backbutton;
  416. private IS31YurevichDataSetTableAdapters.TableAdapterManager tableAdapterManager1;
  417. }
  418. }