Form4.Designer.cs 19 KB

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