FormSpisMaterial.Designer.cs 18 KB

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