FormSpisMaterial.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. namespace СУБД_Швейная_фабрика
  2. {
  3. partial class FormSpisMaterial
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.panel1 = new System.Windows.Forms.Panel();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. this.fab2021DataSet1 = new СУБД_Швейная_фабрика.fab2021DataSet();
  39. this.BsTkani = new System.Windows.Forms.BindingSource(this.components);
  40. this.BsFurnitura = new System.Windows.Forms.BindingSource(this.components);
  41. this.furnituraTableAdapter = new СУБД_Швейная_фабрика.fab2021DataSetTableAdapters.FurnituraTableAdapter();
  42. this.tkaniTableAdapter = new СУБД_Швейная_фабрика.fab2021DataSetTableAdapters.TkaniTableAdapter();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.label3 = new System.Windows.Forms.Label();
  45. this.DgvFurnitura = new System.Windows.Forms.DataGridView();
  46. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.DgvTkan = new System.Windows.Forms.DataGridView();
  51. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.width = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.BtnToExcel = new System.Windows.Forms.Button();
  57. this.BtnSpisMaterial = new System.Windows.Forms.Button();
  58. this.BtnCancel = new System.Windows.Forms.Button();
  59. this.panel1.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.fab2021DataSet1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.BsTkani)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.BsFurnitura)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.DgvFurnitura)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).BeginInit();
  66. this.SuspendLayout();
  67. //
  68. // label1
  69. //
  70. this.label1.AutoSize = true;
  71. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  72. this.label1.Location = new System.Drawing.Point(262, 38);
  73. this.label1.Name = "label1";
  74. this.label1.Size = new System.Drawing.Size(247, 29);
  75. this.label1.TabIndex = 1;
  76. this.label1.Text = "Списать материалы";
  77. //
  78. // panel1
  79. //
  80. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  81. this.panel1.Controls.Add(this.label1);
  82. this.panel1.Controls.Add(this.pictureBox1);
  83. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  84. this.panel1.Location = new System.Drawing.Point(0, 0);
  85. this.panel1.Name = "panel1";
  86. this.panel1.Size = new System.Drawing.Size(1064, 130);
  87. this.panel1.TabIndex = 3;
  88. //
  89. // pictureBox1
  90. //
  91. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  92. this.pictureBox1.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
  93. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  94. this.pictureBox1.Name = "pictureBox1";
  95. this.pictureBox1.Size = new System.Drawing.Size(133, 130);
  96. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  97. this.pictureBox1.TabIndex = 0;
  98. this.pictureBox1.TabStop = false;
  99. //
  100. // fab2021DataSet1
  101. //
  102. this.fab2021DataSet1.DataSetName = "fab2021DataSet";
  103. this.fab2021DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  104. //
  105. // BsTkani
  106. //
  107. this.BsTkani.DataMember = "Tkani";
  108. this.BsTkani.DataSource = this.fab2021DataSet1;
  109. this.BsTkani.Filter = "length > 0";
  110. //
  111. // BsFurnitura
  112. //
  113. this.BsFurnitura.DataMember = "Furnitura";
  114. this.BsFurnitura.DataSource = this.fab2021DataSet1;
  115. this.BsFurnitura.Filter = "countfur > 0";
  116. //
  117. // furnituraTableAdapter
  118. //
  119. this.furnituraTableAdapter.ClearBeforeFill = true;
  120. //
  121. // tkaniTableAdapter
  122. //
  123. this.tkaniTableAdapter.ClearBeforeFill = true;
  124. //
  125. // label2
  126. //
  127. this.label2.AutoSize = true;
  128. this.label2.Location = new System.Drawing.Point(25, 476);
  129. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  130. this.label2.Name = "label2";
  131. this.label2.Size = new System.Drawing.Size(82, 17);
  132. this.label2.TabIndex = 7;
  133. this.label2.Text = "Фурнитура";
  134. //
  135. // label3
  136. //
  137. this.label3.AutoSize = true;
  138. this.label3.Location = new System.Drawing.Point(25, 140);
  139. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  140. this.label3.Name = "label3";
  141. this.label3.Size = new System.Drawing.Size(48, 17);
  142. this.label3.TabIndex = 6;
  143. this.label3.Text = "Ткани";
  144. //
  145. // DgvFurnitura
  146. //
  147. this.DgvFurnitura.AllowUserToAddRows = false;
  148. this.DgvFurnitura.AllowUserToDeleteRows = false;
  149. this.DgvFurnitura.AutoGenerateColumns = false;
  150. this.DgvFurnitura.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  151. this.DgvFurnitura.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  152. this.dataGridViewTextBoxColumn8,
  153. this.dataGridViewTextBoxColumn9,
  154. this.Column2,
  155. this.Column3});
  156. this.DgvFurnitura.DataSource = this.BsFurnitura;
  157. this.DgvFurnitura.Location = new System.Drawing.Point(24, 500);
  158. this.DgvFurnitura.Margin = new System.Windows.Forms.Padding(4);
  159. this.DgvFurnitura.Name = "DgvFurnitura";
  160. this.DgvFurnitura.Size = new System.Drawing.Size(775, 271);
  161. this.DgvFurnitura.TabIndex = 5;
  162. //
  163. // dataGridViewTextBoxColumn8
  164. //
  165. this.dataGridViewTextBoxColumn8.DataPropertyName = "namefur";
  166. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  167. this.dataGridViewTextBoxColumn8.DefaultCellStyle = dataGridViewCellStyle1;
  168. this.dataGridViewTextBoxColumn8.HeaderText = "Название";
  169. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  170. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  171. this.dataGridViewTextBoxColumn8.Width = 150;
  172. //
  173. // dataGridViewTextBoxColumn9
  174. //
  175. this.dataGridViewTextBoxColumn9.DataPropertyName = "countfur";
  176. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  177. this.dataGridViewTextBoxColumn9.DefaultCellStyle = dataGridViewCellStyle2;
  178. this.dataGridViewTextBoxColumn9.DividerWidth = 5;
  179. this.dataGridViewTextBoxColumn9.HeaderText = "Количество";
  180. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  181. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  182. //
  183. // Column2
  184. //
  185. this.Column2.HeaderText = "Сколько списать";
  186. this.Column2.Name = "Column2";
  187. //
  188. // Column3
  189. //
  190. this.Column3.HeaderText = "Причина";
  191. this.Column3.Name = "Column3";
  192. this.Column3.Width = 150;
  193. //
  194. // DgvTkan
  195. //
  196. this.DgvTkan.AllowUserToAddRows = false;
  197. this.DgvTkan.AllowUserToDeleteRows = false;
  198. this.DgvTkan.AutoGenerateColumns = false;
  199. this.DgvTkan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  200. this.DgvTkan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  201. this.dataGridViewTextBoxColumn2,
  202. this.width,
  203. this.dataGridViewTextBoxColumn5,
  204. this.Column1,
  205. this.Column4});
  206. this.DgvTkan.DataSource = this.BsTkani;
  207. this.DgvTkan.Location = new System.Drawing.Point(28, 165);
  208. this.DgvTkan.Margin = new System.Windows.Forms.Padding(4);
  209. this.DgvTkan.Name = "DgvTkan";
  210. this.DgvTkan.Size = new System.Drawing.Size(891, 271);
  211. this.DgvTkan.TabIndex = 4;
  212. //
  213. // dataGridViewTextBoxColumn2
  214. //
  215. this.dataGridViewTextBoxColumn2.DataPropertyName = "nametkan";
  216. dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  217. this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle3;
  218. this.dataGridViewTextBoxColumn2.HeaderText = "Название";
  219. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  220. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  221. this.dataGridViewTextBoxColumn2.Width = 150;
  222. //
  223. // width
  224. //
  225. this.width.DataPropertyName = "width";
  226. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  227. this.width.DefaultCellStyle = dataGridViewCellStyle4;
  228. this.width.HeaderText = "Ширина";
  229. this.width.Name = "width";
  230. this.width.ReadOnly = true;
  231. //
  232. // dataGridViewTextBoxColumn5
  233. //
  234. this.dataGridViewTextBoxColumn5.DataPropertyName = "length";
  235. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  236. this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle5;
  237. this.dataGridViewTextBoxColumn5.DividerWidth = 5;
  238. this.dataGridViewTextBoxColumn5.HeaderText = "Длина";
  239. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  240. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  241. //
  242. // Column1
  243. //
  244. dataGridViewCellStyle6.NullValue = null;
  245. this.Column1.DefaultCellStyle = dataGridViewCellStyle6;
  246. this.Column1.HeaderText = "Сколько списать";
  247. this.Column1.Name = "Column1";
  248. //
  249. // Column4
  250. //
  251. this.Column4.HeaderText = "Причина";
  252. this.Column4.Name = "Column4";
  253. this.Column4.Width = 150;
  254. //
  255. // BtnToExcel
  256. //
  257. this.BtnToExcel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  258. this.BtnToExcel.Location = new System.Drawing.Point(834, 500);
  259. this.BtnToExcel.Name = "BtnToExcel";
  260. this.BtnToExcel.Size = new System.Drawing.Size(206, 28);
  261. this.BtnToExcel.TabIndex = 13;
  262. this.BtnToExcel.Text = "Сформировать документ";
  263. this.BtnToExcel.UseVisualStyleBackColor = false;
  264. this.BtnToExcel.Click += new System.EventHandler(this.BtnToExcel_Click);
  265. //
  266. // BtnSpisMaterial
  267. //
  268. this.BtnSpisMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  269. this.BtnSpisMaterial.Location = new System.Drawing.Point(834, 557);
  270. this.BtnSpisMaterial.Name = "BtnSpisMaterial";
  271. this.BtnSpisMaterial.Size = new System.Drawing.Size(206, 28);
  272. this.BtnSpisMaterial.TabIndex = 14;
  273. this.BtnSpisMaterial.Text = "Списать материалы";
  274. this.BtnSpisMaterial.UseVisualStyleBackColor = false;
  275. this.BtnSpisMaterial.Click += new System.EventHandler(this.BtnSpisMaterial_Click);
  276. //
  277. // BtnCancel
  278. //
  279. this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  280. this.BtnCancel.Location = new System.Drawing.Point(834, 648);
  281. this.BtnCancel.Name = "BtnCancel";
  282. this.BtnCancel.Size = new System.Drawing.Size(206, 28);
  283. this.BtnCancel.TabIndex = 15;
  284. this.BtnCancel.Text = "Отменить";
  285. this.BtnCancel.UseVisualStyleBackColor = false;
  286. //
  287. // FormSpisMaterial
  288. //
  289. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  290. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  291. this.BackColor = System.Drawing.Color.White;
  292. this.ClientSize = new System.Drawing.Size(1064, 796);
  293. this.Controls.Add(this.BtnCancel);
  294. this.Controls.Add(this.BtnSpisMaterial);
  295. this.Controls.Add(this.BtnToExcel);
  296. this.Controls.Add(this.label2);
  297. this.Controls.Add(this.label3);
  298. this.Controls.Add(this.DgvFurnitura);
  299. this.Controls.Add(this.DgvTkan);
  300. this.Controls.Add(this.panel1);
  301. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  302. this.MaximizeBox = false;
  303. this.MinimizeBox = false;
  304. this.Name = "FormSpisMaterial";
  305. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  306. this.Text = "СУБД \"Швейная фабрика\"";
  307. this.Load += new System.EventHandler(this.FormSpisMaterial_Load);
  308. this.panel1.ResumeLayout(false);
  309. this.panel1.PerformLayout();
  310. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  311. ((System.ComponentModel.ISupportInitialize)(this.fab2021DataSet1)).EndInit();
  312. ((System.ComponentModel.ISupportInitialize)(this.BsTkani)).EndInit();
  313. ((System.ComponentModel.ISupportInitialize)(this.BsFurnitura)).EndInit();
  314. ((System.ComponentModel.ISupportInitialize)(this.DgvFurnitura)).EndInit();
  315. ((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).EndInit();
  316. this.ResumeLayout(false);
  317. this.PerformLayout();
  318. }
  319. #endregion
  320. private System.Windows.Forms.Label label1;
  321. private System.Windows.Forms.PictureBox pictureBox1;
  322. private System.Windows.Forms.Panel panel1;
  323. private fab2021DataSet fab2021DataSet1;
  324. private System.Windows.Forms.BindingSource BsTkani;
  325. private System.Windows.Forms.BindingSource BsFurnitura;
  326. private fab2021DataSetTableAdapters.FurnituraTableAdapter furnituraTableAdapter;
  327. private fab2021DataSetTableAdapters.TkaniTableAdapter tkaniTableAdapter;
  328. private System.Windows.Forms.Label label2;
  329. private System.Windows.Forms.Label label3;
  330. private System.Windows.Forms.DataGridView DgvFurnitura;
  331. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  332. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  333. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  334. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  335. private System.Windows.Forms.DataGridView DgvTkan;
  336. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  337. private System.Windows.Forms.DataGridViewTextBoxColumn width;
  338. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  339. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  340. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  341. private System.Windows.Forms.Button BtnToExcel;
  342. private System.Windows.Forms.Button BtnSpisMaterial;
  343. private System.Windows.Forms.Button BtnCancel;
  344. }
  345. }