FSpisMaterial.Designer.cs 18 KB

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