zakazform.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. namespace YurevichIS31_Stroymaterialy
  2. {
  3. partial class zakazform
  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(zakazform));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.panel2 = new System.Windows.Forms.Panel();
  34. this.savebutton = new System.Windows.Forms.Button();
  35. this.delbutton = new System.Windows.Forms.Button();
  36. this.addbutton = new System.Windows.Forms.Button();
  37. this.exitbutton = new System.Windows.Forms.Button();
  38. this.zakaz = new System.Windows.Forms.DataGridView();
  39. this.idзаказаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.составзаказаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.датазаказаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.датадоставкиDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.пунктвыдачиDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.фИОклиентаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.коддляполученияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.статусзаказаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.idсотрудникаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.заказimportBindingSource = new System.Windows.Forms.BindingSource(this.components);
  49. this.iS31YurevichDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
  50. this.iS31YurevichDataSet = new YurevichIS31_Stroymaterialy.IS31YurevichDataSet();
  51. this.заказ_importTableAdapter = new YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.Заказ_importTableAdapter();
  52. this.tableAdapterManager1 = new YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.TableAdapterManager();
  53. this.poiskbutton = new System.Windows.Forms.Button();
  54. this.searchtextbox = new System.Windows.Forms.TextBox();
  55. this.panel1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  57. this.panel2.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.zakaz)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.заказimportBindingSource)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.iS31YurevichDataSetBindingSource)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.iS31YurevichDataSet)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // panel1
  65. //
  66. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  67. this.panel1.Controls.Add(this.poiskbutton);
  68. this.panel1.Controls.Add(this.searchtextbox);
  69. this.panel1.Controls.Add(this.pictureBox1);
  70. this.panel1.Controls.Add(this.label1);
  71. this.panel1.Location = new System.Drawing.Point(-2, -1);
  72. this.panel1.Name = "panel1";
  73. this.panel1.Size = new System.Drawing.Size(818, 102);
  74. this.panel1.TabIndex = 2;
  75. //
  76. // pictureBox1
  77. //
  78. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  79. this.pictureBox1.Location = new System.Drawing.Point(-12, 15);
  80. this.pictureBox1.Name = "pictureBox1";
  81. this.pictureBox1.Size = new System.Drawing.Size(123, 87);
  82. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  83. this.pictureBox1.TabIndex = 1;
  84. this.pictureBox1.TabStop = false;
  85. //
  86. // label1
  87. //
  88. this.label1.AutoSize = true;
  89. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  90. this.label1.ForeColor = System.Drawing.Color.White;
  91. this.label1.Location = new System.Drawing.Point(148, 15);
  92. this.label1.Name = "label1";
  93. this.label1.Size = new System.Drawing.Size(191, 67);
  94. this.label1.TabIndex = 0;
  95. this.label1.Text = "Заказы";
  96. //
  97. // panel2
  98. //
  99. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  100. this.panel2.Controls.Add(this.savebutton);
  101. this.panel2.Controls.Add(this.delbutton);
  102. this.panel2.Controls.Add(this.addbutton);
  103. this.panel2.Controls.Add(this.exitbutton);
  104. this.panel2.Location = new System.Drawing.Point(-2, 364);
  105. this.panel2.Name = "panel2";
  106. this.panel2.Size = new System.Drawing.Size(818, 102);
  107. this.panel2.TabIndex = 3;
  108. //
  109. // savebutton
  110. //
  111. this.savebutton.BackColor = System.Drawing.Color.White;
  112. this.savebutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  113. this.savebutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  114. this.savebutton.Location = new System.Drawing.Point(306, 20);
  115. this.savebutton.Name = "savebutton";
  116. this.savebutton.Size = new System.Drawing.Size(140, 54);
  117. this.savebutton.TabIndex = 3;
  118. this.savebutton.Text = "Сохранить";
  119. this.savebutton.UseVisualStyleBackColor = false;
  120. this.savebutton.Click += new System.EventHandler(this.savebutton_Click);
  121. //
  122. // delbutton
  123. //
  124. this.delbutton.BackColor = System.Drawing.Color.White;
  125. this.delbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  126. this.delbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  127. this.delbutton.Location = new System.Drawing.Point(160, 20);
  128. this.delbutton.Name = "delbutton";
  129. this.delbutton.Size = new System.Drawing.Size(140, 54);
  130. this.delbutton.TabIndex = 2;
  131. this.delbutton.Text = "Удалить";
  132. this.delbutton.UseVisualStyleBackColor = false;
  133. this.delbutton.Click += new System.EventHandler(this.delbutton_Click);
  134. //
  135. // addbutton
  136. //
  137. this.addbutton.BackColor = System.Drawing.Color.White;
  138. this.addbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  139. this.addbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  140. this.addbutton.Location = new System.Drawing.Point(14, 20);
  141. this.addbutton.Name = "addbutton";
  142. this.addbutton.Size = new System.Drawing.Size(140, 54);
  143. this.addbutton.TabIndex = 1;
  144. this.addbutton.Text = "Добавление данных";
  145. this.addbutton.UseVisualStyleBackColor = false;
  146. this.addbutton.Click += new System.EventHandler(this.addbutton_Click);
  147. //
  148. // exitbutton
  149. //
  150. this.exitbutton.BackColor = System.Drawing.Color.White;
  151. this.exitbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  152. this.exitbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  153. this.exitbutton.Location = new System.Drawing.Point(650, 20);
  154. this.exitbutton.Name = "exitbutton";
  155. this.exitbutton.Size = new System.Drawing.Size(140, 54);
  156. this.exitbutton.TabIndex = 0;
  157. this.exitbutton.Text = "Выход";
  158. this.exitbutton.UseVisualStyleBackColor = false;
  159. this.exitbutton.Click += new System.EventHandler(this.exitbutton_Click);
  160. //
  161. // zakaz
  162. //
  163. this.zakaz.AutoGenerateColumns = false;
  164. this.zakaz.BackgroundColor = System.Drawing.Color.White;
  165. this.zakaz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  166. this.zakaz.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  167. this.idзаказаDataGridViewTextBoxColumn,
  168. this.составзаказаDataGridViewTextBoxColumn,
  169. this.датазаказаDataGridViewTextBoxColumn,
  170. this.датадоставкиDataGridViewTextBoxColumn,
  171. this.пунктвыдачиDataGridViewTextBoxColumn,
  172. this.фИОклиентаDataGridViewTextBoxColumn,
  173. this.коддляполученияDataGridViewTextBoxColumn,
  174. this.статусзаказаDataGridViewTextBoxColumn,
  175. this.idсотрудникаDataGridViewTextBoxColumn});
  176. this.zakaz.DataSource = this.заказimportBindingSource;
  177. this.zakaz.Location = new System.Drawing.Point(1, 107);
  178. this.zakaz.Name = "zakaz";
  179. this.zakaz.Size = new System.Drawing.Size(804, 251);
  180. this.zakaz.TabIndex = 4;
  181. //
  182. // idзаказаDataGridViewTextBoxColumn
  183. //
  184. this.idзаказаDataGridViewTextBoxColumn.DataPropertyName = "id_заказа";
  185. this.idзаказаDataGridViewTextBoxColumn.HeaderText = "id_заказа";
  186. this.idзаказаDataGridViewTextBoxColumn.Name = "idзаказаDataGridViewTextBoxColumn";
  187. this.idзаказаDataGridViewTextBoxColumn.ReadOnly = true;
  188. //
  189. // составзаказаDataGridViewTextBoxColumn
  190. //
  191. this.составзаказаDataGridViewTextBoxColumn.DataPropertyName = "Состав_заказа";
  192. this.составзаказаDataGridViewTextBoxColumn.HeaderText = "Состав_заказа";
  193. this.составзаказаDataGridViewTextBoxColumn.Name = "составзаказаDataGridViewTextBoxColumn";
  194. //
  195. // датазаказаDataGridViewTextBoxColumn
  196. //
  197. this.датазаказаDataGridViewTextBoxColumn.DataPropertyName = "Дата_заказа";
  198. this.датазаказаDataGridViewTextBoxColumn.HeaderText = "Дата_заказа";
  199. this.датазаказаDataGridViewTextBoxColumn.Name = "датазаказаDataGridViewTextBoxColumn";
  200. //
  201. // датадоставкиDataGridViewTextBoxColumn
  202. //
  203. this.датадоставкиDataGridViewTextBoxColumn.DataPropertyName = "Дата_доставки";
  204. this.датадоставкиDataGridViewTextBoxColumn.HeaderText = "Дата_доставки";
  205. this.датадоставкиDataGridViewTextBoxColumn.Name = "датадоставкиDataGridViewTextBoxColumn";
  206. //
  207. // пунктвыдачиDataGridViewTextBoxColumn
  208. //
  209. this.пунктвыдачиDataGridViewTextBoxColumn.DataPropertyName = "Пункт_выдачи";
  210. this.пунктвыдачиDataGridViewTextBoxColumn.HeaderText = "Пункт_выдачи";
  211. this.пунктвыдачиDataGridViewTextBoxColumn.Name = "пунктвыдачиDataGridViewTextBoxColumn";
  212. //
  213. // фИОклиентаDataGridViewTextBoxColumn
  214. //
  215. this.фИОклиентаDataGridViewTextBoxColumn.DataPropertyName = "ФИО_клиента";
  216. this.фИОклиентаDataGridViewTextBoxColumn.HeaderText = "ФИО_клиента";
  217. this.фИОклиентаDataGridViewTextBoxColumn.Name = "фИОклиентаDataGridViewTextBoxColumn";
  218. //
  219. // коддляполученияDataGridViewTextBoxColumn
  220. //
  221. this.коддляполученияDataGridViewTextBoxColumn.DataPropertyName = "Код_для_получения";
  222. this.коддляполученияDataGridViewTextBoxColumn.HeaderText = "Код_для_получения";
  223. this.коддляполученияDataGridViewTextBoxColumn.Name = "коддляполученияDataGridViewTextBoxColumn";
  224. //
  225. // статусзаказаDataGridViewTextBoxColumn
  226. //
  227. this.статусзаказаDataGridViewTextBoxColumn.DataPropertyName = "Статус_заказа";
  228. this.статусзаказаDataGridViewTextBoxColumn.HeaderText = "Статус_заказа";
  229. this.статусзаказаDataGridViewTextBoxColumn.Name = "статусзаказаDataGridViewTextBoxColumn";
  230. //
  231. // idсотрудникаDataGridViewTextBoxColumn
  232. //
  233. this.idсотрудникаDataGridViewTextBoxColumn.DataPropertyName = "id_сотрудника";
  234. this.idсотрудникаDataGridViewTextBoxColumn.HeaderText = "id_сотрудника";
  235. this.idсотрудникаDataGridViewTextBoxColumn.Name = "idсотрудникаDataGridViewTextBoxColumn";
  236. //
  237. // заказimportBindingSource
  238. //
  239. this.заказimportBindingSource.DataMember = "Заказ_import";
  240. this.заказimportBindingSource.DataSource = this.iS31YurevichDataSetBindingSource;
  241. //
  242. // iS31YurevichDataSetBindingSource
  243. //
  244. this.iS31YurevichDataSetBindingSource.DataSource = this.iS31YurevichDataSet;
  245. this.iS31YurevichDataSetBindingSource.Position = 0;
  246. //
  247. // iS31YurevichDataSet
  248. //
  249. this.iS31YurevichDataSet.DataSetName = "IS31YurevichDataSet";
  250. this.iS31YurevichDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  251. //
  252. // заказ_importTableAdapter
  253. //
  254. this.заказ_importTableAdapter.ClearBeforeFill = true;
  255. //
  256. // tableAdapterManager1
  257. //
  258. this.tableAdapterManager1.BackupDataSetBeforeUpdate = false;
  259. this.tableAdapterManager1.UpdateOrder = YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  260. this.tableAdapterManager1.user_importTableAdapter = null;
  261. this.tableAdapterManager1.Заказ_importTableAdapter = this.заказ_importTableAdapter;
  262. this.tableAdapterManager1.Пункты_выдачи_importTableAdapter = null;
  263. this.tableAdapterManager1.Товар_import_СтройматериалыTableAdapter = null;
  264. //
  265. // poiskbutton
  266. //
  267. this.poiskbutton.BackColor = System.Drawing.Color.White;
  268. this.poiskbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  269. this.poiskbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  270. this.poiskbutton.Location = new System.Drawing.Point(630, 36);
  271. this.poiskbutton.Name = "poiskbutton";
  272. this.poiskbutton.Size = new System.Drawing.Size(160, 54);
  273. this.poiskbutton.TabIndex = 8;
  274. this.poiskbutton.Text = "Поиск";
  275. this.poiskbutton.UseVisualStyleBackColor = false;
  276. this.poiskbutton.Click += new System.EventHandler(this.poiskbutton_Click);
  277. //
  278. // searchtextbox
  279. //
  280. this.searchtextbox.Location = new System.Drawing.Point(630, 10);
  281. this.searchtextbox.Name = "searchtextbox";
  282. this.searchtextbox.Size = new System.Drawing.Size(160, 20);
  283. this.searchtextbox.TabIndex = 9;
  284. //
  285. // zakazform
  286. //
  287. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  288. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  289. this.ClientSize = new System.Drawing.Size(800, 450);
  290. this.Controls.Add(this.zakaz);
  291. this.Controls.Add(this.panel2);
  292. this.Controls.Add(this.panel1);
  293. this.Name = "zakazform";
  294. this.Text = "zakazform";
  295. this.Load += new System.EventHandler(this.zakazform_Load);
  296. this.panel1.ResumeLayout(false);
  297. this.panel1.PerformLayout();
  298. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  299. this.panel2.ResumeLayout(false);
  300. ((System.ComponentModel.ISupportInitialize)(this.zakaz)).EndInit();
  301. ((System.ComponentModel.ISupportInitialize)(this.заказimportBindingSource)).EndInit();
  302. ((System.ComponentModel.ISupportInitialize)(this.iS31YurevichDataSetBindingSource)).EndInit();
  303. ((System.ComponentModel.ISupportInitialize)(this.iS31YurevichDataSet)).EndInit();
  304. this.ResumeLayout(false);
  305. }
  306. #endregion
  307. private System.Windows.Forms.Panel panel1;
  308. private System.Windows.Forms.PictureBox pictureBox1;
  309. private System.Windows.Forms.Label label1;
  310. private System.Windows.Forms.Panel panel2;
  311. private System.Windows.Forms.Button exitbutton;
  312. private System.Windows.Forms.DataGridView zakaz;
  313. private System.Windows.Forms.BindingSource iS31YurevichDataSetBindingSource;
  314. private IS31YurevichDataSet iS31YurevichDataSet;
  315. private System.Windows.Forms.BindingSource заказimportBindingSource;
  316. private IS31YurevichDataSetTableAdapters.Заказ_importTableAdapter заказ_importTableAdapter;
  317. private System.Windows.Forms.Button savebutton;
  318. private System.Windows.Forms.Button delbutton;
  319. private System.Windows.Forms.Button addbutton;
  320. private System.Windows.Forms.DataGridViewTextBoxColumn idзаказаDataGridViewTextBoxColumn;
  321. private System.Windows.Forms.DataGridViewTextBoxColumn составзаказаDataGridViewTextBoxColumn;
  322. private System.Windows.Forms.DataGridViewTextBoxColumn датазаказаDataGridViewTextBoxColumn;
  323. private System.Windows.Forms.DataGridViewTextBoxColumn датадоставкиDataGridViewTextBoxColumn;
  324. private System.Windows.Forms.DataGridViewTextBoxColumn пунктвыдачиDataGridViewTextBoxColumn;
  325. private System.Windows.Forms.DataGridViewTextBoxColumn фИОклиентаDataGridViewTextBoxColumn;
  326. private System.Windows.Forms.DataGridViewTextBoxColumn коддляполученияDataGridViewTextBoxColumn;
  327. private System.Windows.Forms.DataGridViewTextBoxColumn статусзаказаDataGridViewTextBoxColumn;
  328. private System.Windows.Forms.DataGridViewTextBoxColumn idсотрудникаDataGridViewTextBoxColumn;
  329. private IS31YurevichDataSetTableAdapters.TableAdapterManager tableAdapterManager1;
  330. private System.Windows.Forms.Button poiskbutton;
  331. private System.Windows.Forms.TextBox searchtextbox;
  332. }
  333. }