| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401 |
- namespace Швейная_фабрика
- {
- partial class FormKladovschik
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormKladovschik));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.BtnSpisMaterial = new System.Windows.Forms.Button();
- this.BtnGetMaterial = new System.Windows.Forms.Button();
- this.BtnProfile = new System.Windows.Forms.Button();
- this.OtchLabel = new System.Windows.Forms.Label();
- this.NameLabel = new System.Windows.Forms.Label();
- this.FamLabel = new System.Windows.Forms.Label();
- this.сlothesFactoryLGDataSet = new Швейная_фабрика.СlothesFactoryLGDataSet();
- this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
- this.usersTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.TlpTkani = new System.Windows.Forms.TableLayoutPanel();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.TlpFurnitura = new System.Windows.Forms.TableLayoutPanel();
- this.DgvOrders = new System.Windows.Forms.DataGridView();
- this.Izdelie = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Meneger = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Zakazchik = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Tkan = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Furnitur = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CountFur = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CountIzd = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
- this.tabControl1.SuspendLayout();
- this.tabPage3.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.DgvOrders)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Controls.Add(this.FamLabel);
- this.panel1.Controls.Add(this.OtchLabel);
- this.panel1.Controls.Add(this.NameLabel);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(779, 130);
- this.panel1.TabIndex = 2;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(205, 51);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(142, 29);
- this.label1.TabIndex = 1;
- this.label1.Text = "Кладовщик";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBox1.Image = global::Швейная_фабрика.Properties.Resources.fabric_logo;
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(133, 130);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // BtnSpisMaterial
- //
- this.BtnSpisMaterial.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.BtnSpisMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnSpisMaterial.Location = new System.Drawing.Point(554, 413);
- this.BtnSpisMaterial.Name = "BtnSpisMaterial";
- this.BtnSpisMaterial.Size = new System.Drawing.Size(206, 28);
- this.BtnSpisMaterial.TabIndex = 18;
- this.BtnSpisMaterial.Text = "Списать материалы";
- this.BtnSpisMaterial.UseVisualStyleBackColor = false;
- this.BtnSpisMaterial.Click += new System.EventHandler(this.BtnSpisMaterial_Click);
- //
- // BtnGetMaterial
- //
- this.BtnGetMaterial.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.BtnGetMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnGetMaterial.Location = new System.Drawing.Point(342, 413);
- this.BtnGetMaterial.Name = "BtnGetMaterial";
- this.BtnGetMaterial.Size = new System.Drawing.Size(206, 28);
- this.BtnGetMaterial.TabIndex = 17;
- this.BtnGetMaterial.Text = "Принять материалы";
- this.BtnGetMaterial.UseVisualStyleBackColor = false;
- this.BtnGetMaterial.Click += new System.EventHandler(this.BtnGetMaterial_Click);
- //
- // BtnProfile
- //
- this.BtnProfile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnProfile.Location = new System.Drawing.Point(130, 413);
- this.BtnProfile.Name = "BtnProfile";
- this.BtnProfile.Size = new System.Drawing.Size(206, 28);
- this.BtnProfile.TabIndex = 16;
- this.BtnProfile.Text = "Профиль пользователя";
- this.BtnProfile.UseVisualStyleBackColor = false;
- this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
- //
- // OtchLabel
- //
- this.OtchLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true));
- this.OtchLabel.Location = new System.Drawing.Point(414, 82);
- this.OtchLabel.Name = "OtchLabel";
- this.OtchLabel.Size = new System.Drawing.Size(100, 23);
- this.OtchLabel.TabIndex = 15;
- this.OtchLabel.Text = "label2";
- //
- // NameLabel
- //
- this.NameLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true));
- this.NameLabel.Location = new System.Drawing.Point(414, 59);
- this.NameLabel.Name = "NameLabel";
- this.NameLabel.Size = new System.Drawing.Size(100, 23);
- this.NameLabel.TabIndex = 14;
- this.NameLabel.Text = "label2";
- //
- // FamLabel
- //
- this.FamLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Surname", true));
- this.FamLabel.Location = new System.Drawing.Point(414, 36);
- this.FamLabel.Name = "FamLabel";
- this.FamLabel.Size = new System.Drawing.Size(100, 23);
- this.FamLabel.TabIndex = 13;
- this.FamLabel.Text = "label2";
- //
- // сlothesFactoryLGDataSet
- //
- this.сlothesFactoryLGDataSet.DataSetName = "СlothesFactoryLGDataSet";
- this.сlothesFactoryLGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // BsUsers
- //
- this.BsUsers.DataMember = "Users";
- this.BsUsers.DataSource = this.сlothesFactoryLGDataSet;
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // tabControl1
- //
- this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.tabControl1.Controls.Add(this.tabPage3);
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Location = new System.Drawing.Point(12, 136);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(755, 271);
- this.tabControl1.TabIndex = 19;
- //
- // tabPage3
- //
- this.tabPage3.AutoScroll = true;
- this.tabPage3.Controls.Add(this.DgvOrders);
- this.tabPage3.Location = new System.Drawing.Point(4, 25);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Size = new System.Drawing.Size(747, 242);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "Изделия";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.TlpTkani);
- this.tabPage1.Location = new System.Drawing.Point(4, 25);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(747, 242);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "Ткани";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // TlpTkani
- //
- this.TlpTkani.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.TlpTkani.AutoScroll = true;
- this.TlpTkani.ColumnCount = 1;
- this.TlpTkani.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.TlpTkani.Location = new System.Drawing.Point(7, 7);
- this.TlpTkani.Name = "TlpTkani";
- this.TlpTkani.RowCount = 1;
- this.TlpTkani.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.TlpTkani.Size = new System.Drawing.Size(734, 229);
- this.TlpTkani.TabIndex = 0;
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.TlpFurnitura);
- this.tabPage2.Location = new System.Drawing.Point(4, 25);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(747, 242);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "Фурнитура";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // TlpFurnitura
- //
- this.TlpFurnitura.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.TlpFurnitura.AutoScroll = true;
- this.TlpFurnitura.ColumnCount = 1;
- this.TlpFurnitura.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.TlpFurnitura.Location = new System.Drawing.Point(6, 6);
- this.TlpFurnitura.Name = "TlpFurnitura";
- this.TlpFurnitura.RowCount = 1;
- this.TlpFurnitura.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.TlpFurnitura.Size = new System.Drawing.Size(735, 230);
- this.TlpFurnitura.TabIndex = 0;
- //
- // DgvOrders
- //
- this.DgvOrders.AllowUserToAddRows = false;
- this.DgvOrders.AllowUserToDeleteRows = false;
- this.DgvOrders.AllowUserToResizeColumns = false;
- this.DgvOrders.AllowUserToResizeRows = false;
- this.DgvOrders.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.DgvOrders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DgvOrders.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Izdelie,
- this.Meneger,
- this.Zakazchik,
- this.Tkan,
- this.Furnitur,
- this.CountFur,
- this.CountIzd});
- this.DgvOrders.Location = new System.Drawing.Point(3, 3);
- this.DgvOrders.Name = "DgvOrders";
- this.DgvOrders.ReadOnly = true;
- this.DgvOrders.RowHeadersVisible = false;
- this.DgvOrders.RowHeadersWidth = 51;
- this.DgvOrders.RowTemplate.Height = 24;
- this.DgvOrders.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.DgvOrders.Size = new System.Drawing.Size(741, 236);
- this.DgvOrders.TabIndex = 21;
- //
- // Izdelie
- //
- this.Izdelie.HeaderText = "Изделие";
- this.Izdelie.MinimumWidth = 6;
- this.Izdelie.Name = "Izdelie";
- this.Izdelie.ReadOnly = true;
- this.Izdelie.Width = 125;
- //
- // Meneger
- //
- this.Meneger.HeaderText = "Менеджер";
- this.Meneger.MinimumWidth = 6;
- this.Meneger.Name = "Meneger";
- this.Meneger.ReadOnly = true;
- this.Meneger.Width = 125;
- //
- // Zakazchik
- //
- this.Zakazchik.HeaderText = "Заказчик";
- this.Zakazchik.MinimumWidth = 6;
- this.Zakazchik.Name = "Zakazchik";
- this.Zakazchik.ReadOnly = true;
- this.Zakazchik.Width = 125;
- //
- // Tkan
- //
- this.Tkan.HeaderText = "Ткань";
- this.Tkan.MinimumWidth = 6;
- this.Tkan.Name = "Tkan";
- this.Tkan.ReadOnly = true;
- this.Tkan.Width = 125;
- //
- // Furnitur
- //
- this.Furnitur.HeaderText = "Фурнитура";
- this.Furnitur.MinimumWidth = 6;
- this.Furnitur.Name = "Furnitur";
- this.Furnitur.ReadOnly = true;
- this.Furnitur.Width = 125;
- //
- // CountFur
- //
- this.CountFur.HeaderText = "Кол-во фурнитуры";
- this.CountFur.MinimumWidth = 6;
- this.CountFur.Name = "CountFur";
- this.CountFur.ReadOnly = true;
- this.CountFur.Width = 125;
- //
- // CountIzd
- //
- this.CountIzd.HeaderText = "Кол-во изделий";
- this.CountIzd.MinimumWidth = 6;
- this.CountIzd.Name = "CountIzd";
- this.CountIzd.ReadOnly = true;
- this.CountIzd.Width = 125;
- //
- // FormKladovschik
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(779, 453);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.BtnSpisMaterial);
- this.Controls.Add(this.BtnGetMaterial);
- this.Controls.Add(this.BtnProfile);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "FormKladovschik";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "СУБД \"Швейная фабрика\"";
- this.Load += new System.EventHandler(this.FormKladovschik_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
- this.tabControl1.ResumeLayout(false);
- this.tabPage3.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.DgvOrders)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Label FamLabel;
- private System.Windows.Forms.Label OtchLabel;
- private System.Windows.Forms.Label NameLabel;
- private System.Windows.Forms.Button BtnSpisMaterial;
- private System.Windows.Forms.Button BtnGetMaterial;
- private System.Windows.Forms.Button BtnProfile;
- private СlothesFactoryLGDataSet сlothesFactoryLGDataSet;
- private СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage3;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TableLayoutPanel TlpTkani;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.TableLayoutPanel TlpFurnitura;
- public System.Windows.Forms.BindingSource BsUsers;
- private System.Windows.Forms.DataGridView DgvOrders;
- private System.Windows.Forms.DataGridViewTextBoxColumn Izdelie;
- private System.Windows.Forms.DataGridViewTextBoxColumn Meneger;
- private System.Windows.Forms.DataGridViewTextBoxColumn Zakazchik;
- private System.Windows.Forms.DataGridViewTextBoxColumn Tkan;
- private System.Windows.Forms.DataGridViewTextBoxColumn Furnitur;
- private System.Windows.Forms.DataGridViewTextBoxColumn CountFur;
- private System.Windows.Forms.DataGridViewTextBoxColumn CountIzd;
- }
- }
|