FormSpisMatreial.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. namespace СУБД_Швейная_фабрика
  2. {
  3. partial class FormSpisMatreial
  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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.BtnCancel = new System.Windows.Forms.Button();
  32. this.BtnToExcel = new System.Windows.Forms.Button();
  33. this.BtnSpisMaterial = new System.Windows.Forms.Button();
  34. this.DgvTkan = new System.Windows.Forms.DataGridView();
  35. this.width = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.iDClothDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.clothessBindingSource = new System.Windows.Forms.BindingSource(this.components);
  41. this.svFabricDataSet = new СУБД_Швейная_фабрика.SvFabricDataSet();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.DgvFurnitura = new System.Windows.Forms.DataGridView();
  45. this.furnituresBindingSource = new System.Windows.Forms.BindingSource(this.components);
  46. this.panel1 = new System.Windows.Forms.Panel();
  47. this.label1 = new System.Windows.Forms.Label();
  48. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  49. this.clothessTableAdapter = new СУБД_Швейная_фабрика.SvFabricDataSetTableAdapters.ClothessTableAdapter();
  50. this.tableAdapterManager = new СУБД_Швейная_фабрика.SvFabricDataSetTableAdapters.TableAdapterManager();
  51. this.furnituresTableAdapter = new СУБД_Швейная_фабрика.SvFabricDataSetTableAdapters.FurnituresTableAdapter();
  52. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.iDFurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.nameFurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. ((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.clothessBindingSource)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.svFabricDataSet)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.DgvFurnitura)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.furnituresBindingSource)).BeginInit();
  61. this.panel1.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // BtnCancel
  66. //
  67. this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  68. this.BtnCancel.Font = new System.Drawing.Font("Yu Gothic UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  69. this.BtnCancel.Location = new System.Drawing.Point(1115, 792);
  70. this.BtnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  71. this.BtnCancel.Name = "BtnCancel";
  72. this.BtnCancel.Size = new System.Drawing.Size(205, 56);
  73. this.BtnCancel.TabIndex = 23;
  74. this.BtnCancel.Text = "Отменить";
  75. this.BtnCancel.UseVisualStyleBackColor = false;
  76. this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
  77. //
  78. // BtnToExcel
  79. //
  80. this.BtnToExcel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  81. this.BtnToExcel.Font = new System.Drawing.Font("Yu Gothic UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  82. this.BtnToExcel.Location = new System.Drawing.Point(12, 792);
  83. this.BtnToExcel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  84. this.BtnToExcel.Name = "BtnToExcel";
  85. this.BtnToExcel.Size = new System.Drawing.Size(311, 56);
  86. this.BtnToExcel.TabIndex = 21;
  87. this.BtnToExcel.Text = "Сформировать документ";
  88. this.BtnToExcel.UseVisualStyleBackColor = false;
  89. this.BtnToExcel.Click += new System.EventHandler(this.BtnToExcel_Click);
  90. //
  91. // BtnSpisMaterial
  92. //
  93. this.BtnSpisMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  94. this.BtnSpisMaterial.Font = new System.Drawing.Font("Yu Gothic UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  95. this.BtnSpisMaterial.Location = new System.Drawing.Point(329, 792);
  96. this.BtnSpisMaterial.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  97. this.BtnSpisMaterial.Name = "BtnSpisMaterial";
  98. this.BtnSpisMaterial.Size = new System.Drawing.Size(259, 56);
  99. this.BtnSpisMaterial.TabIndex = 22;
  100. this.BtnSpisMaterial.Text = "Списать материалы";
  101. this.BtnSpisMaterial.UseVisualStyleBackColor = false;
  102. this.BtnSpisMaterial.Click += new System.EventHandler(this.BtnSpisMaterial_Click);
  103. //
  104. // DgvTkan
  105. //
  106. this.DgvTkan.AllowUserToAddRows = false;
  107. this.DgvTkan.AllowUserToDeleteRows = false;
  108. this.DgvTkan.AutoGenerateColumns = false;
  109. this.DgvTkan.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  110. this.DgvTkan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  111. this.DgvTkan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  112. this.width,
  113. this.Column1,
  114. this.Column4,
  115. this.iDClothDataGridViewTextBoxColumn,
  116. this.nameDataGridViewTextBoxColumn});
  117. this.DgvTkan.DataSource = this.clothessBindingSource;
  118. this.DgvTkan.Location = new System.Drawing.Point(19, 121);
  119. this.DgvTkan.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  120. this.DgvTkan.Name = "DgvTkan";
  121. this.DgvTkan.Size = new System.Drawing.Size(745, 613);
  122. this.DgvTkan.TabIndex = 17;
  123. //
  124. // width
  125. //
  126. this.width.DataPropertyName = "Name";
  127. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  128. this.width.DefaultCellStyle = dataGridViewCellStyle1;
  129. this.width.HeaderText = "Название";
  130. this.width.Name = "width";
  131. this.width.ReadOnly = true;
  132. this.width.Width = 150;
  133. //
  134. // Column1
  135. //
  136. this.Column1.DataPropertyName = "Width";
  137. dataGridViewCellStyle2.NullValue = null;
  138. this.Column1.DefaultCellStyle = dataGridViewCellStyle2;
  139. this.Column1.HeaderText = "Ширина";
  140. this.Column1.Name = "Column1";
  141. //
  142. // Column4
  143. //
  144. this.Column4.DataPropertyName = "Length";
  145. this.Column4.HeaderText = "Длина";
  146. this.Column4.Name = "Column4";
  147. this.Column4.Width = 150;
  148. //
  149. // iDClothDataGridViewTextBoxColumn
  150. //
  151. this.iDClothDataGridViewTextBoxColumn.HeaderText = "Сколько списать";
  152. this.iDClothDataGridViewTextBoxColumn.Name = "iDClothDataGridViewTextBoxColumn";
  153. this.iDClothDataGridViewTextBoxColumn.Width = 150;
  154. //
  155. // nameDataGridViewTextBoxColumn
  156. //
  157. this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
  158. this.nameDataGridViewTextBoxColumn.HeaderText = "Причина";
  159. this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
  160. this.nameDataGridViewTextBoxColumn.Width = 150;
  161. //
  162. // clothessBindingSource
  163. //
  164. this.clothessBindingSource.DataMember = "Clothess";
  165. this.clothessBindingSource.DataSource = this.svFabricDataSet;
  166. //
  167. // svFabricDataSet
  168. //
  169. this.svFabricDataSet.DataSetName = "SvFabricDataSet";
  170. this.svFabricDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  171. //
  172. // label2
  173. //
  174. this.label2.AutoSize = true;
  175. this.label2.Font = new System.Drawing.Font("Yu Gothic UI Semilight", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  176. this.label2.Location = new System.Drawing.Point(820, 87);
  177. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  178. this.label2.Name = "label2";
  179. this.label2.Size = new System.Drawing.Size(115, 30);
  180. this.label2.TabIndex = 20;
  181. this.label2.Text = "Фурнитура";
  182. //
  183. // label3
  184. //
  185. this.label3.AutoSize = true;
  186. this.label3.Font = new System.Drawing.Font("Yu Gothic UI Semilight", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  187. this.label3.Location = new System.Drawing.Point(14, 87);
  188. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  189. this.label3.Name = "label3";
  190. this.label3.Size = new System.Drawing.Size(69, 30);
  191. this.label3.TabIndex = 19;
  192. this.label3.Text = "Ткани";
  193. //
  194. // DgvFurnitura
  195. //
  196. this.DgvFurnitura.AllowUserToAddRows = false;
  197. this.DgvFurnitura.AllowUserToDeleteRows = false;
  198. this.DgvFurnitura.AutoGenerateColumns = false;
  199. this.DgvFurnitura.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  200. this.DgvFurnitura.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  201. this.DgvFurnitura.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  202. this.Column2,
  203. this.Column3,
  204. this.iDFurDataGridViewTextBoxColumn,
  205. this.nameFurDataGridViewTextBoxColumn});
  206. this.DgvFurnitura.DataSource = this.furnituresBindingSource;
  207. this.DgvFurnitura.Location = new System.Drawing.Point(825, 121);
  208. this.DgvFurnitura.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  209. this.DgvFurnitura.Name = "DgvFurnitura";
  210. this.DgvFurnitura.Size = new System.Drawing.Size(493, 613);
  211. this.DgvFurnitura.TabIndex = 18;
  212. //
  213. // furnituresBindingSource
  214. //
  215. this.furnituresBindingSource.DataMember = "Furnitures";
  216. this.furnituresBindingSource.DataSource = this.svFabricDataSet;
  217. //
  218. // panel1
  219. //
  220. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  221. this.panel1.Controls.Add(this.label1);
  222. this.panel1.Controls.Add(this.pictureBox1);
  223. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  224. this.panel1.Location = new System.Drawing.Point(0, 0);
  225. this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  226. this.panel1.Name = "panel1";
  227. this.panel1.Size = new System.Drawing.Size(1332, 85);
  228. this.panel1.TabIndex = 16;
  229. //
  230. // label1
  231. //
  232. this.label1.AutoSize = true;
  233. this.label1.Font = new System.Drawing.Font("Yu Gothic UI Light", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  234. this.label1.Location = new System.Drawing.Point(795, 9);
  235. this.label1.Name = "label1";
  236. this.label1.Size = new System.Drawing.Size(525, 65);
  237. this.label1.TabIndex = 1;
  238. this.label1.Text = "СПИСАТЬ МАТЕРИАЛЫ";
  239. //
  240. // pictureBox1
  241. //
  242. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  243. this.pictureBox1.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo1;
  244. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  245. this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  246. this.pictureBox1.Name = "pictureBox1";
  247. this.pictureBox1.Size = new System.Drawing.Size(133, 85);
  248. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  249. this.pictureBox1.TabIndex = 0;
  250. this.pictureBox1.TabStop = false;
  251. //
  252. // clothessTableAdapter
  253. //
  254. this.clothessTableAdapter.ClearBeforeFill = true;
  255. //
  256. // tableAdapterManager
  257. //
  258. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  259. this.tableAdapterManager.ClothessTableAdapter = this.clothessTableAdapter;
  260. this.tableAdapterManager.ColorsTableAdapter = null;
  261. this.tableAdapterManager.FurnituresTableAdapter = this.furnituresTableAdapter;
  262. this.tableAdapterManager.IzdelieTableAdapter = null;
  263. this.tableAdapterManager.OrdersTableAdapter = null;
  264. this.tableAdapterManager.RolesTableAdapter = null;
  265. this.tableAdapterManager.UpdateOrder = СУБД_Швейная_фабрика.SvFabricDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  266. this.tableAdapterManager.UsersTableAdapter = null;
  267. //
  268. // furnituresTableAdapter
  269. //
  270. this.furnituresTableAdapter.ClearBeforeFill = true;
  271. //
  272. // Column2
  273. //
  274. this.Column2.DataPropertyName = "Name_Fur";
  275. this.Column2.HeaderText = "Название";
  276. this.Column2.Name = "Column2";
  277. //
  278. // Column3
  279. //
  280. this.Column3.DataPropertyName = "Count_Fur";
  281. this.Column3.HeaderText = "Кол-во";
  282. this.Column3.Name = "Column3";
  283. this.Column3.Width = 150;
  284. //
  285. // iDFurDataGridViewTextBoxColumn
  286. //
  287. this.iDFurDataGridViewTextBoxColumn.HeaderText = "Сколько списать";
  288. this.iDFurDataGridViewTextBoxColumn.Name = "iDFurDataGridViewTextBoxColumn";
  289. //
  290. // nameFurDataGridViewTextBoxColumn
  291. //
  292. this.nameFurDataGridViewTextBoxColumn.HeaderText = "Причина";
  293. this.nameFurDataGridViewTextBoxColumn.Name = "nameFurDataGridViewTextBoxColumn";
  294. //
  295. // FormSpisMatreial
  296. //
  297. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
  298. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  299. this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  300. this.ClientSize = new System.Drawing.Size(1332, 859);
  301. this.Controls.Add(this.BtnCancel);
  302. this.Controls.Add(this.BtnToExcel);
  303. this.Controls.Add(this.BtnSpisMaterial);
  304. this.Controls.Add(this.DgvTkan);
  305. this.Controls.Add(this.label2);
  306. this.Controls.Add(this.label3);
  307. this.Controls.Add(this.DgvFurnitura);
  308. this.Controls.Add(this.panel1);
  309. this.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  310. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  311. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  312. this.Name = "FormSpisMatreial";
  313. this.Text = "Списать материалы";
  314. this.Load += new System.EventHandler(this.FormSpisMatreial_Load);
  315. ((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).EndInit();
  316. ((System.ComponentModel.ISupportInitialize)(this.clothessBindingSource)).EndInit();
  317. ((System.ComponentModel.ISupportInitialize)(this.svFabricDataSet)).EndInit();
  318. ((System.ComponentModel.ISupportInitialize)(this.DgvFurnitura)).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)(this.furnituresBindingSource)).EndInit();
  320. this.panel1.ResumeLayout(false);
  321. this.panel1.PerformLayout();
  322. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  323. this.ResumeLayout(false);
  324. this.PerformLayout();
  325. }
  326. #endregion
  327. private System.Windows.Forms.Button BtnCancel;
  328. private System.Windows.Forms.Button BtnToExcel;
  329. private System.Windows.Forms.Button BtnSpisMaterial;
  330. private System.Windows.Forms.DataGridView DgvTkan;
  331. private System.Windows.Forms.Label label2;
  332. private System.Windows.Forms.Label label3;
  333. private System.Windows.Forms.DataGridView DgvFurnitura;
  334. private System.Windows.Forms.Panel panel1;
  335. private System.Windows.Forms.Label label1;
  336. private System.Windows.Forms.PictureBox pictureBox1;
  337. private SvFabricDataSet svFabricDataSet;
  338. private System.Windows.Forms.BindingSource clothessBindingSource;
  339. private SvFabricDataSetTableAdapters.ClothessTableAdapter clothessTableAdapter;
  340. private SvFabricDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  341. private SvFabricDataSetTableAdapters.FurnituresTableAdapter furnituresTableAdapter;
  342. private System.Windows.Forms.BindingSource furnituresBindingSource;
  343. private System.Windows.Forms.DataGridViewTextBoxColumn width;
  344. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  345. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  346. private System.Windows.Forms.DataGridViewTextBoxColumn iDClothDataGridViewTextBoxColumn;
  347. private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
  348. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  349. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  350. private System.Windows.Forms.DataGridViewTextBoxColumn iDFurDataGridViewTextBoxColumn;
  351. private System.Windows.Forms.DataGridViewTextBoxColumn nameFurDataGridViewTextBoxColumn;
  352. }
  353. }