FormSpisMaterial.Designer.cs 17 KB

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