FormSpisMaterial.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  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.DgvTkan = new System.Windows.Forms.DataGridView();
  38. this.panel1 = new System.Windows.Forms.Panel();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  41. this.db_22factoryDataSet1 = new СУБД_Швейная_фабрика.db_22factoryDataSet();
  42. this.BsTkani = new System.Windows.Forms.BindingSource(this.components);
  43. this.tkanTableAdapter = new СУБД_Швейная_фабрика.db_22factoryDataSetTableAdapters.TkanTableAdapter();
  44. this.BsFurnitura = new System.Windows.Forms.BindingSource(this.components);
  45. this.furnituraTableAdapter = new СУБД_Швейная_фабрика.db_22factoryDataSetTableAdapters.FurnituraTableAdapter();
  46. this.namefurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.countfurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.widthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.lengthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. ((System.ComponentModel.ISupportInitialize)(this.DgvFurnitura)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).BeginInit();
  57. this.panel1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.db_22factoryDataSet1)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.BsTkani)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.BsFurnitura)).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. // DgvTkan
  137. //
  138. this.DgvTkan.AllowUserToAddRows = false;
  139. this.DgvTkan.AllowUserToDeleteRows = false;
  140. this.DgvTkan.AutoGenerateColumns = false;
  141. this.DgvTkan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  142. this.DgvTkan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  143. this.titleDataGridViewTextBoxColumn,
  144. this.widthDataGridViewTextBoxColumn,
  145. this.lengthDataGridViewTextBoxColumn,
  146. this.Column1,
  147. this.Column4});
  148. this.DgvTkan.DataSource = this.BsTkani;
  149. this.DgvTkan.Location = new System.Drawing.Point(12, 134);
  150. this.DgvTkan.Name = "DgvTkan";
  151. this.DgvTkan.ScrollBars = System.Windows.Forms.ScrollBars.None;
  152. this.DgvTkan.Size = new System.Drawing.Size(668, 220);
  153. this.DgvTkan.TabIndex = 17;
  154. //
  155. // panel1
  156. //
  157. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  158. this.panel1.Controls.Add(this.label1);
  159. this.panel1.Controls.Add(this.pictureBox1);
  160. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  161. this.panel1.Location = new System.Drawing.Point(0, 0);
  162. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  163. this.panel1.Name = "panel1";
  164. this.panel1.Size = new System.Drawing.Size(779, 106);
  165. this.panel1.TabIndex = 16;
  166. //
  167. // label1
  168. //
  169. this.label1.AutoSize = true;
  170. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  171. this.label1.Location = new System.Drawing.Point(360, 39);
  172. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  173. this.label1.Name = "label1";
  174. this.label1.Size = new System.Drawing.Size(190, 24);
  175. this.label1.TabIndex = 1;
  176. this.label1.Text = "Списать материалы";
  177. //
  178. // pictureBox1
  179. //
  180. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  181. this.pictureBox1.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
  182. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  183. this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
  184. this.pictureBox1.Name = "pictureBox1";
  185. this.pictureBox1.Size = new System.Drawing.Size(144, 106);
  186. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  187. this.pictureBox1.TabIndex = 0;
  188. this.pictureBox1.TabStop = false;
  189. //
  190. // db_22factoryDataSet1
  191. //
  192. this.db_22factoryDataSet1.DataSetName = "db_22factoryDataSet";
  193. this.db_22factoryDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  194. //
  195. // BsTkani
  196. //
  197. this.BsTkani.DataMember = "Tkan";
  198. this.BsTkani.DataSource = this.db_22factoryDataSet1;
  199. this.BsTkani.Filter = "Length > 0";
  200. //
  201. // tkanTableAdapter
  202. //
  203. this.tkanTableAdapter.ClearBeforeFill = true;
  204. //
  205. // BsFurnitura
  206. //
  207. this.BsFurnitura.DataMember = "Furnitura";
  208. this.BsFurnitura.DataSource = this.db_22factoryDataSet1;
  209. this.BsFurnitura.Filter = "countfur > 0";
  210. //
  211. // furnituraTableAdapter
  212. //
  213. this.furnituraTableAdapter.ClearBeforeFill = true;
  214. //
  215. // namefurDataGridViewTextBoxColumn
  216. //
  217. this.namefurDataGridViewTextBoxColumn.DataPropertyName = "namefur";
  218. this.namefurDataGridViewTextBoxColumn.HeaderText = "Название";
  219. this.namefurDataGridViewTextBoxColumn.Name = "namefurDataGridViewTextBoxColumn";
  220. this.namefurDataGridViewTextBoxColumn.ReadOnly = true;
  221. this.namefurDataGridViewTextBoxColumn.Width = 150;
  222. //
  223. // countfurDataGridViewTextBoxColumn
  224. //
  225. this.countfurDataGridViewTextBoxColumn.DataPropertyName = "countfur";
  226. this.countfurDataGridViewTextBoxColumn.DividerWidth = 5;
  227. this.countfurDataGridViewTextBoxColumn.HeaderText = "Количество";
  228. this.countfurDataGridViewTextBoxColumn.Name = "countfurDataGridViewTextBoxColumn";
  229. this.countfurDataGridViewTextBoxColumn.ReadOnly = true;
  230. //
  231. // Column2
  232. //
  233. this.Column2.HeaderText = "Сколько списать";
  234. this.Column2.Name = "Column2";
  235. //
  236. // Column3
  237. //
  238. this.Column3.HeaderText = "Причина";
  239. this.Column3.Name = "Column3";
  240. this.Column3.Width = 150;
  241. //
  242. // titleDataGridViewTextBoxColumn
  243. //
  244. this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title";
  245. this.titleDataGridViewTextBoxColumn.HeaderText = "Название";
  246. this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
  247. this.titleDataGridViewTextBoxColumn.ReadOnly = true;
  248. this.titleDataGridViewTextBoxColumn.Width = 150;
  249. //
  250. // widthDataGridViewTextBoxColumn
  251. //
  252. this.widthDataGridViewTextBoxColumn.DataPropertyName = "Width";
  253. this.widthDataGridViewTextBoxColumn.HeaderText = "Ширина";
  254. this.widthDataGridViewTextBoxColumn.Name = "widthDataGridViewTextBoxColumn";
  255. this.widthDataGridViewTextBoxColumn.ReadOnly = true;
  256. //
  257. // lengthDataGridViewTextBoxColumn
  258. //
  259. this.lengthDataGridViewTextBoxColumn.DataPropertyName = "Length";
  260. this.lengthDataGridViewTextBoxColumn.DividerWidth = 5;
  261. this.lengthDataGridViewTextBoxColumn.HeaderText = "Длина";
  262. this.lengthDataGridViewTextBoxColumn.Name = "lengthDataGridViewTextBoxColumn";
  263. this.lengthDataGridViewTextBoxColumn.ReadOnly = true;
  264. //
  265. // Column1
  266. //
  267. dataGridViewCellStyle1.NullValue = null;
  268. this.Column1.DefaultCellStyle = dataGridViewCellStyle1;
  269. this.Column1.HeaderText = "Сколько списать";
  270. this.Column1.Name = "Column1";
  271. //
  272. // Column4
  273. //
  274. this.Column4.HeaderText = "Причина";
  275. this.Column4.Name = "Column4";
  276. this.Column4.Width = 150;
  277. //
  278. // FormSpisMaterial
  279. //
  280. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  281. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  282. this.BackColor = System.Drawing.Color.White;
  283. this.ClientSize = new System.Drawing.Size(779, 619);
  284. this.Controls.Add(this.BtnCancel);
  285. this.Controls.Add(this.BtnSpisMaterial);
  286. this.Controls.Add(this.BtnToExcel);
  287. this.Controls.Add(this.label2);
  288. this.Controls.Add(this.label3);
  289. this.Controls.Add(this.DgvFurnitura);
  290. this.Controls.Add(this.DgvTkan);
  291. this.Controls.Add(this.panel1);
  292. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  293. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  294. this.Name = "FormSpisMaterial";
  295. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  296. this.Text = "СУБД \"Швейная фабрика\"";
  297. this.Load += new System.EventHandler(this.FormSpisMaterial_Load);
  298. ((System.ComponentModel.ISupportInitialize)(this.DgvFurnitura)).EndInit();
  299. ((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).EndInit();
  300. this.panel1.ResumeLayout(false);
  301. this.panel1.PerformLayout();
  302. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  303. ((System.ComponentModel.ISupportInitialize)(this.db_22factoryDataSet1)).EndInit();
  304. ((System.ComponentModel.ISupportInitialize)(this.BsTkani)).EndInit();
  305. ((System.ComponentModel.ISupportInitialize)(this.BsFurnitura)).EndInit();
  306. this.ResumeLayout(false);
  307. this.PerformLayout();
  308. }
  309. #endregion
  310. private System.Windows.Forms.Button BtnCancel;
  311. private System.Windows.Forms.Button BtnSpisMaterial;
  312. private System.Windows.Forms.Button BtnToExcel;
  313. private System.Windows.Forms.Label label2;
  314. private System.Windows.Forms.Label label3;
  315. private System.Windows.Forms.DataGridView DgvFurnitura;
  316. private System.Windows.Forms.DataGridView DgvTkan;
  317. private System.Windows.Forms.Panel panel1;
  318. private System.Windows.Forms.Label label1;
  319. private System.Windows.Forms.PictureBox pictureBox1;
  320. private db_22factoryDataSet db_22factoryDataSet1;
  321. private System.Windows.Forms.BindingSource BsTkani;
  322. private db_22factoryDataSetTableAdapters.TkanTableAdapter tkanTableAdapter;
  323. private System.Windows.Forms.BindingSource BsFurnitura;
  324. private db_22factoryDataSetTableAdapters.FurnituraTableAdapter furnituraTableAdapter;
  325. private System.Windows.Forms.DataGridViewTextBoxColumn namefurDataGridViewTextBoxColumn;
  326. private System.Windows.Forms.DataGridViewTextBoxColumn countfurDataGridViewTextBoxColumn;
  327. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  328. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  329. private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
  330. private System.Windows.Forms.DataGridViewTextBoxColumn widthDataGridViewTextBoxColumn;
  331. private System.Windows.Forms.DataGridViewTextBoxColumn lengthDataGridViewTextBoxColumn;
  332. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  333. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  334. }
  335. }