FormKladovschik.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. namespace Швейная_фабрика
  2. {
  3. partial class FormKladovschik
  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(FormKladovschik));
  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.BtnSpisMaterial = new System.Windows.Forms.Button();
  34. this.BtnGetMaterial = new System.Windows.Forms.Button();
  35. this.BtnProfile = new System.Windows.Forms.Button();
  36. this.OtchLabel = new System.Windows.Forms.Label();
  37. this.NameLabel = new System.Windows.Forms.Label();
  38. this.FamLabel = new System.Windows.Forms.Label();
  39. this.сlothesFactoryLGDataSet = new Швейная_фабрика.СlothesFactoryLGDataSet();
  40. this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
  41. this.usersTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter();
  42. this.tabControl1 = new System.Windows.Forms.TabControl();
  43. this.tabPage3 = new System.Windows.Forms.TabPage();
  44. this.tabPage1 = new System.Windows.Forms.TabPage();
  45. this.TlpTkani = new System.Windows.Forms.TableLayoutPanel();
  46. this.tabPage2 = new System.Windows.Forms.TabPage();
  47. this.TlpFurnitura = new System.Windows.Forms.TableLayoutPanel();
  48. this.DgvOrders = new System.Windows.Forms.DataGridView();
  49. this.Izdelie = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Meneger = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Zakazchik = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Tkan = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Furnitur = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.CountFur = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.CountIzd = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.panel1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
  60. this.tabControl1.SuspendLayout();
  61. this.tabPage3.SuspendLayout();
  62. this.tabPage1.SuspendLayout();
  63. this.tabPage2.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.DgvOrders)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // panel1
  68. //
  69. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  70. this.panel1.Controls.Add(this.label1);
  71. this.panel1.Controls.Add(this.pictureBox1);
  72. this.panel1.Controls.Add(this.FamLabel);
  73. this.panel1.Controls.Add(this.OtchLabel);
  74. this.panel1.Controls.Add(this.NameLabel);
  75. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  76. this.panel1.Location = new System.Drawing.Point(0, 0);
  77. this.panel1.Name = "panel1";
  78. this.panel1.Size = new System.Drawing.Size(779, 130);
  79. this.panel1.TabIndex = 2;
  80. //
  81. // label1
  82. //
  83. this.label1.AutoSize = true;
  84. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  85. this.label1.Location = new System.Drawing.Point(205, 51);
  86. this.label1.Name = "label1";
  87. this.label1.Size = new System.Drawing.Size(142, 29);
  88. this.label1.TabIndex = 1;
  89. this.label1.Text = "Кладовщик";
  90. //
  91. // pictureBox1
  92. //
  93. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  94. this.pictureBox1.Image = global::Швейная_фабрика.Properties.Resources.fabric_logo;
  95. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  96. this.pictureBox1.Name = "pictureBox1";
  97. this.pictureBox1.Size = new System.Drawing.Size(133, 130);
  98. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  99. this.pictureBox1.TabIndex = 0;
  100. this.pictureBox1.TabStop = false;
  101. //
  102. // BtnSpisMaterial
  103. //
  104. this.BtnSpisMaterial.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  105. this.BtnSpisMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  106. this.BtnSpisMaterial.Location = new System.Drawing.Point(554, 413);
  107. this.BtnSpisMaterial.Name = "BtnSpisMaterial";
  108. this.BtnSpisMaterial.Size = new System.Drawing.Size(206, 28);
  109. this.BtnSpisMaterial.TabIndex = 18;
  110. this.BtnSpisMaterial.Text = "Списать материалы";
  111. this.BtnSpisMaterial.UseVisualStyleBackColor = false;
  112. this.BtnSpisMaterial.Click += new System.EventHandler(this.BtnSpisMaterial_Click);
  113. //
  114. // BtnGetMaterial
  115. //
  116. this.BtnGetMaterial.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  117. this.BtnGetMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  118. this.BtnGetMaterial.Location = new System.Drawing.Point(342, 413);
  119. this.BtnGetMaterial.Name = "BtnGetMaterial";
  120. this.BtnGetMaterial.Size = new System.Drawing.Size(206, 28);
  121. this.BtnGetMaterial.TabIndex = 17;
  122. this.BtnGetMaterial.Text = "Принять материалы";
  123. this.BtnGetMaterial.UseVisualStyleBackColor = false;
  124. this.BtnGetMaterial.Click += new System.EventHandler(this.BtnGetMaterial_Click);
  125. //
  126. // BtnProfile
  127. //
  128. this.BtnProfile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  129. this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  130. this.BtnProfile.Location = new System.Drawing.Point(130, 413);
  131. this.BtnProfile.Name = "BtnProfile";
  132. this.BtnProfile.Size = new System.Drawing.Size(206, 28);
  133. this.BtnProfile.TabIndex = 16;
  134. this.BtnProfile.Text = "Профиль пользователя";
  135. this.BtnProfile.UseVisualStyleBackColor = false;
  136. this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
  137. //
  138. // OtchLabel
  139. //
  140. this.OtchLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true));
  141. this.OtchLabel.Location = new System.Drawing.Point(414, 82);
  142. this.OtchLabel.Name = "OtchLabel";
  143. this.OtchLabel.Size = new System.Drawing.Size(100, 23);
  144. this.OtchLabel.TabIndex = 15;
  145. this.OtchLabel.Text = "label2";
  146. //
  147. // NameLabel
  148. //
  149. this.NameLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true));
  150. this.NameLabel.Location = new System.Drawing.Point(414, 59);
  151. this.NameLabel.Name = "NameLabel";
  152. this.NameLabel.Size = new System.Drawing.Size(100, 23);
  153. this.NameLabel.TabIndex = 14;
  154. this.NameLabel.Text = "label2";
  155. //
  156. // FamLabel
  157. //
  158. this.FamLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Surname", true));
  159. this.FamLabel.Location = new System.Drawing.Point(414, 36);
  160. this.FamLabel.Name = "FamLabel";
  161. this.FamLabel.Size = new System.Drawing.Size(100, 23);
  162. this.FamLabel.TabIndex = 13;
  163. this.FamLabel.Text = "label2";
  164. //
  165. // сlothesFactoryLGDataSet
  166. //
  167. this.сlothesFactoryLGDataSet.DataSetName = "СlothesFactoryLGDataSet";
  168. this.сlothesFactoryLGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  169. //
  170. // BsUsers
  171. //
  172. this.BsUsers.DataMember = "Users";
  173. this.BsUsers.DataSource = this.сlothesFactoryLGDataSet;
  174. //
  175. // usersTableAdapter
  176. //
  177. this.usersTableAdapter.ClearBeforeFill = true;
  178. //
  179. // tabControl1
  180. //
  181. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  182. | System.Windows.Forms.AnchorStyles.Left)
  183. | System.Windows.Forms.AnchorStyles.Right)));
  184. this.tabControl1.Controls.Add(this.tabPage3);
  185. this.tabControl1.Controls.Add(this.tabPage1);
  186. this.tabControl1.Controls.Add(this.tabPage2);
  187. this.tabControl1.Location = new System.Drawing.Point(12, 136);
  188. this.tabControl1.Name = "tabControl1";
  189. this.tabControl1.SelectedIndex = 0;
  190. this.tabControl1.Size = new System.Drawing.Size(755, 271);
  191. this.tabControl1.TabIndex = 19;
  192. //
  193. // tabPage3
  194. //
  195. this.tabPage3.AutoScroll = true;
  196. this.tabPage3.Controls.Add(this.DgvOrders);
  197. this.tabPage3.Location = new System.Drawing.Point(4, 25);
  198. this.tabPage3.Name = "tabPage3";
  199. this.tabPage3.Size = new System.Drawing.Size(747, 242);
  200. this.tabPage3.TabIndex = 2;
  201. this.tabPage3.Text = "Изделия";
  202. this.tabPage3.UseVisualStyleBackColor = true;
  203. //
  204. // tabPage1
  205. //
  206. this.tabPage1.Controls.Add(this.TlpTkani);
  207. this.tabPage1.Location = new System.Drawing.Point(4, 25);
  208. this.tabPage1.Name = "tabPage1";
  209. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  210. this.tabPage1.Size = new System.Drawing.Size(747, 242);
  211. this.tabPage1.TabIndex = 0;
  212. this.tabPage1.Text = "Ткани";
  213. this.tabPage1.UseVisualStyleBackColor = true;
  214. //
  215. // TlpTkani
  216. //
  217. this.TlpTkani.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  218. | System.Windows.Forms.AnchorStyles.Left)
  219. | System.Windows.Forms.AnchorStyles.Right)));
  220. this.TlpTkani.AutoScroll = true;
  221. this.TlpTkani.ColumnCount = 1;
  222. this.TlpTkani.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  223. this.TlpTkani.Location = new System.Drawing.Point(7, 7);
  224. this.TlpTkani.Name = "TlpTkani";
  225. this.TlpTkani.RowCount = 1;
  226. this.TlpTkani.RowStyles.Add(new System.Windows.Forms.RowStyle());
  227. this.TlpTkani.Size = new System.Drawing.Size(734, 229);
  228. this.TlpTkani.TabIndex = 0;
  229. //
  230. // tabPage2
  231. //
  232. this.tabPage2.Controls.Add(this.TlpFurnitura);
  233. this.tabPage2.Location = new System.Drawing.Point(4, 25);
  234. this.tabPage2.Name = "tabPage2";
  235. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  236. this.tabPage2.Size = new System.Drawing.Size(747, 242);
  237. this.tabPage2.TabIndex = 1;
  238. this.tabPage2.Text = "Фурнитура";
  239. this.tabPage2.UseVisualStyleBackColor = true;
  240. //
  241. // TlpFurnitura
  242. //
  243. this.TlpFurnitura.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  244. | System.Windows.Forms.AnchorStyles.Left)
  245. | System.Windows.Forms.AnchorStyles.Right)));
  246. this.TlpFurnitura.AutoScroll = true;
  247. this.TlpFurnitura.ColumnCount = 1;
  248. this.TlpFurnitura.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  249. this.TlpFurnitura.Location = new System.Drawing.Point(6, 6);
  250. this.TlpFurnitura.Name = "TlpFurnitura";
  251. this.TlpFurnitura.RowCount = 1;
  252. this.TlpFurnitura.RowStyles.Add(new System.Windows.Forms.RowStyle());
  253. this.TlpFurnitura.Size = new System.Drawing.Size(735, 230);
  254. this.TlpFurnitura.TabIndex = 0;
  255. //
  256. // DgvOrders
  257. //
  258. this.DgvOrders.AllowUserToAddRows = false;
  259. this.DgvOrders.AllowUserToDeleteRows = false;
  260. this.DgvOrders.AllowUserToResizeColumns = false;
  261. this.DgvOrders.AllowUserToResizeRows = false;
  262. this.DgvOrders.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  263. | System.Windows.Forms.AnchorStyles.Left)
  264. | System.Windows.Forms.AnchorStyles.Right)));
  265. this.DgvOrders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  266. this.DgvOrders.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  267. this.Izdelie,
  268. this.Meneger,
  269. this.Zakazchik,
  270. this.Tkan,
  271. this.Furnitur,
  272. this.CountFur,
  273. this.CountIzd});
  274. this.DgvOrders.Location = new System.Drawing.Point(3, 3);
  275. this.DgvOrders.Name = "DgvOrders";
  276. this.DgvOrders.ReadOnly = true;
  277. this.DgvOrders.RowHeadersVisible = false;
  278. this.DgvOrders.RowHeadersWidth = 51;
  279. this.DgvOrders.RowTemplate.Height = 24;
  280. this.DgvOrders.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  281. this.DgvOrders.Size = new System.Drawing.Size(741, 236);
  282. this.DgvOrders.TabIndex = 21;
  283. //
  284. // Izdelie
  285. //
  286. this.Izdelie.HeaderText = "Изделие";
  287. this.Izdelie.MinimumWidth = 6;
  288. this.Izdelie.Name = "Izdelie";
  289. this.Izdelie.ReadOnly = true;
  290. this.Izdelie.Width = 125;
  291. //
  292. // Meneger
  293. //
  294. this.Meneger.HeaderText = "Менеджер";
  295. this.Meneger.MinimumWidth = 6;
  296. this.Meneger.Name = "Meneger";
  297. this.Meneger.ReadOnly = true;
  298. this.Meneger.Width = 125;
  299. //
  300. // Zakazchik
  301. //
  302. this.Zakazchik.HeaderText = "Заказчик";
  303. this.Zakazchik.MinimumWidth = 6;
  304. this.Zakazchik.Name = "Zakazchik";
  305. this.Zakazchik.ReadOnly = true;
  306. this.Zakazchik.Width = 125;
  307. //
  308. // Tkan
  309. //
  310. this.Tkan.HeaderText = "Ткань";
  311. this.Tkan.MinimumWidth = 6;
  312. this.Tkan.Name = "Tkan";
  313. this.Tkan.ReadOnly = true;
  314. this.Tkan.Width = 125;
  315. //
  316. // Furnitur
  317. //
  318. this.Furnitur.HeaderText = "Фурнитура";
  319. this.Furnitur.MinimumWidth = 6;
  320. this.Furnitur.Name = "Furnitur";
  321. this.Furnitur.ReadOnly = true;
  322. this.Furnitur.Width = 125;
  323. //
  324. // CountFur
  325. //
  326. this.CountFur.HeaderText = "Кол-во фурнитуры";
  327. this.CountFur.MinimumWidth = 6;
  328. this.CountFur.Name = "CountFur";
  329. this.CountFur.ReadOnly = true;
  330. this.CountFur.Width = 125;
  331. //
  332. // CountIzd
  333. //
  334. this.CountIzd.HeaderText = "Кол-во изделий";
  335. this.CountIzd.MinimumWidth = 6;
  336. this.CountIzd.Name = "CountIzd";
  337. this.CountIzd.ReadOnly = true;
  338. this.CountIzd.Width = 125;
  339. //
  340. // FormKladovschik
  341. //
  342. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  343. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  344. this.ClientSize = new System.Drawing.Size(779, 453);
  345. this.Controls.Add(this.tabControl1);
  346. this.Controls.Add(this.BtnSpisMaterial);
  347. this.Controls.Add(this.BtnGetMaterial);
  348. this.Controls.Add(this.BtnProfile);
  349. this.Controls.Add(this.panel1);
  350. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  351. this.Name = "FormKladovschik";
  352. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  353. this.Text = "СУБД \"Швейная фабрика\"";
  354. this.Load += new System.EventHandler(this.FormKladovschik_Load);
  355. this.panel1.ResumeLayout(false);
  356. this.panel1.PerformLayout();
  357. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  358. ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).EndInit();
  359. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
  360. this.tabControl1.ResumeLayout(false);
  361. this.tabPage3.ResumeLayout(false);
  362. this.tabPage1.ResumeLayout(false);
  363. this.tabPage2.ResumeLayout(false);
  364. ((System.ComponentModel.ISupportInitialize)(this.DgvOrders)).EndInit();
  365. this.ResumeLayout(false);
  366. }
  367. #endregion
  368. private System.Windows.Forms.Panel panel1;
  369. private System.Windows.Forms.Label label1;
  370. private System.Windows.Forms.PictureBox pictureBox1;
  371. private System.Windows.Forms.Label FamLabel;
  372. private System.Windows.Forms.Label OtchLabel;
  373. private System.Windows.Forms.Label NameLabel;
  374. private System.Windows.Forms.Button BtnSpisMaterial;
  375. private System.Windows.Forms.Button BtnGetMaterial;
  376. private System.Windows.Forms.Button BtnProfile;
  377. private СlothesFactoryLGDataSet сlothesFactoryLGDataSet;
  378. private СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  379. private System.Windows.Forms.TabControl tabControl1;
  380. private System.Windows.Forms.TabPage tabPage3;
  381. private System.Windows.Forms.TabPage tabPage1;
  382. private System.Windows.Forms.TableLayoutPanel TlpTkani;
  383. private System.Windows.Forms.TabPage tabPage2;
  384. private System.Windows.Forms.TableLayoutPanel TlpFurnitura;
  385. public System.Windows.Forms.BindingSource BsUsers;
  386. private System.Windows.Forms.DataGridView DgvOrders;
  387. private System.Windows.Forms.DataGridViewTextBoxColumn Izdelie;
  388. private System.Windows.Forms.DataGridViewTextBoxColumn Meneger;
  389. private System.Windows.Forms.DataGridViewTextBoxColumn Zakazchik;
  390. private System.Windows.Forms.DataGridViewTextBoxColumn Tkan;
  391. private System.Windows.Forms.DataGridViewTextBoxColumn Furnitur;
  392. private System.Windows.Forms.DataGridViewTextBoxColumn CountFur;
  393. private System.Windows.Forms.DataGridViewTextBoxColumn CountIzd;
  394. }
  395. }