| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299 |
- namespace Швейная_фабрика
- {
- partial class FormZakazchik
- {
- /// <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(FormZakazchik));
- this.panel1 = new System.Windows.Forms.Panel();
- this.otchLabel1 = new System.Windows.Forms.Label();
- this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
- this.сlothesFactoryLGDataSet = new Швейная_фабрика.СlothesFactoryLGDataSet();
- this.label1 = new System.Windows.Forms.Label();
- this.nameLabel1 = new System.Windows.Forms.Label();
- this.surnameLabel1 = new System.Windows.Forms.Label();
- this.usersTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter();
- this.BtnAddZakaz = new System.Windows.Forms.Button();
- this.BtnLev = new System.Windows.Forms.Button();
- this.BtnProfile = new System.Windows.Forms.Button();
- this.DgvOrders = new System.Windows.Forms.DataGridView();
- this.Izdelie = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Meneger = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Tkan = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Furnitura = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CountFur = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CountIzd = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvOrders)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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.otchLabel1);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.nameLabel1);
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Controls.Add(this.surnameLabel1);
- 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(887, 130);
- this.panel1.TabIndex = 4;
- //
- // otchLabel1
- //
- this.otchLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.otchLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true));
- this.otchLabel1.Location = new System.Drawing.Point(513, 81);
- this.otchLabel1.Name = "otchLabel1";
- this.otchLabel1.Size = new System.Drawing.Size(362, 23);
- this.otchLabel1.TabIndex = 9;
- this.otchLabel1.Text = "Отчество";
- //
- // BsUsers
- //
- this.BsUsers.DataMember = "Users";
- this.BsUsers.DataSource = this.сlothesFactoryLGDataSet;
- //
- // сlothesFactoryLGDataSet
- //
- this.сlothesFactoryLGDataSet.DataSetName = "СlothesFactoryLGDataSet";
- this.сlothesFactoryLGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // 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(186, 51);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(309, 29);
- this.label1.TabIndex = 1;
- this.label1.Text = "Рабочее место заказчика";
- //
- // nameLabel1
- //
- this.nameLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.nameLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true));
- this.nameLabel1.Location = new System.Drawing.Point(513, 58);
- this.nameLabel1.Name = "nameLabel1";
- this.nameLabel1.Size = new System.Drawing.Size(362, 23);
- this.nameLabel1.TabIndex = 8;
- this.nameLabel1.Text = "Имя";
- //
- // surnameLabel1
- //
- this.surnameLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.surnameLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Surname", true));
- this.surnameLabel1.Location = new System.Drawing.Point(513, 36);
- this.surnameLabel1.Name = "surnameLabel1";
- this.surnameLabel1.Size = new System.Drawing.Size(362, 23);
- this.surnameLabel1.TabIndex = 7;
- this.surnameLabel1.Text = "Фамилия";
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // BtnAddZakaz
- //
- this.BtnAddZakaz.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.BtnAddZakaz.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnAddZakaz.Location = new System.Drawing.Point(666, 514);
- this.BtnAddZakaz.Name = "BtnAddZakaz";
- this.BtnAddZakaz.Size = new System.Drawing.Size(206, 46);
- this.BtnAddZakaz.TabIndex = 19;
- this.BtnAddZakaz.Text = "Добавить заказ";
- this.BtnAddZakaz.UseVisualStyleBackColor = false;
- this.BtnAddZakaz.Click += new System.EventHandler(this.BtnAddZakaz_Click);
- //
- // BtnLev
- //
- this.BtnLev.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.BtnLev.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnLev.Location = new System.Drawing.Point(426, 514);
- this.BtnLev.Name = "BtnLev";
- this.BtnLev.Size = new System.Drawing.Size(206, 46);
- this.BtnLev.TabIndex = 18;
- this.BtnLev.Text = "Нечеткий поиск";
- this.BtnLev.UseVisualStyleBackColor = false;
- this.BtnLev.Click += new System.EventHandler(this.BtnLev_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(191, 514);
- this.BtnProfile.Name = "BtnProfile";
- this.BtnProfile.Size = new System.Drawing.Size(206, 46);
- this.BtnProfile.TabIndex = 17;
- this.BtnProfile.Text = "Профиль пользователя";
- this.BtnProfile.UseVisualStyleBackColor = false;
- this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
- //
- // 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.Tkan,
- this.Furnitura,
- this.CountFur,
- this.CountIzd});
- this.DgvOrders.Location = new System.Drawing.Point(13, 136);
- 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(862, 372);
- this.DgvOrders.TabIndex = 20;
- //
- // 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;
- //
- // Tkan
- //
- this.Tkan.HeaderText = "Ткань";
- this.Tkan.MinimumWidth = 6;
- this.Tkan.Name = "Tkan";
- this.Tkan.ReadOnly = true;
- this.Tkan.Width = 125;
- //
- // Furnitura
- //
- this.Furnitura.HeaderText = "Фурнитура";
- this.Furnitura.MinimumWidth = 6;
- this.Furnitura.Name = "Furnitura";
- this.Furnitura.ReadOnly = true;
- this.Furnitura.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;
- //
- // 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;
- //
- // FormZakazchik
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(887, 572);
- this.Controls.Add(this.DgvOrders);
- this.Controls.Add(this.BtnAddZakaz);
- this.Controls.Add(this.BtnLev);
- this.Controls.Add(this.BtnProfile);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "FormZakazchik";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "СУБД \"Швейная фабрика\"";
- this.Load += new System.EventHandler(this.FormZakazchik_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvOrders)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private СlothesFactoryLGDataSet сlothesFactoryLGDataSet;
- private СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
- public System.Windows.Forms.BindingSource BsUsers;
- private System.Windows.Forms.Label otchLabel1;
- private System.Windows.Forms.Label nameLabel1;
- private System.Windows.Forms.Label surnameLabel1;
- private System.Windows.Forms.Button BtnAddZakaz;
- private System.Windows.Forms.Button BtnLev;
- private System.Windows.Forms.Button BtnProfile;
- private System.Windows.Forms.DataGridView DgvOrders;
- private System.Windows.Forms.DataGridViewTextBoxColumn Izdelie;
- private System.Windows.Forms.DataGridViewTextBoxColumn Meneger;
- private System.Windows.Forms.DataGridViewTextBoxColumn Tkan;
- private System.Windows.Forms.DataGridViewTextBoxColumn Furnitura;
- private System.Windows.Forms.DataGridViewTextBoxColumn CountFur;
- private System.Windows.Forms.DataGridViewTextBoxColumn CountIzd;
- }
- }
|