123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304 |
- 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.BtnAddZakaz = new System.Windows.Forms.Button();
- this.DgvZakaz = new System.Windows.Forms.DataGridView();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BtnLev = new System.Windows.Forms.Button();
- this.BtnProfile = new System.Windows.Forms.Button();
- this.NameLabel = new System.Windows.Forms.Label();
- this.FamLabel = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.OtchLabel = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.svFabricDataSet = new СУБД_Швейная_фабрика.SvFabricDataSet();
- this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.usersTableAdapter = new СУБД_Швейная_фабрика.SvFabricDataSetTableAdapters.UsersTableAdapter();
- this.tableAdapterManager = new СУБД_Швейная_фабрика.SvFabricDataSetTableAdapters.TableAdapterManager();
- this.LblIdUser = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.DgvZakaz)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.svFabricDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // BtnAddZakaz
- //
- this.BtnAddZakaz.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnAddZakaz.Location = new System.Drawing.Point(406, 130);
- this.BtnAddZakaz.Margin = new System.Windows.Forms.Padding(2);
- this.BtnAddZakaz.Name = "BtnAddZakaz";
- this.BtnAddZakaz.Size = new System.Drawing.Size(154, 23);
- this.BtnAddZakaz.TabIndex = 21;
- this.BtnAddZakaz.Text = "Добавить заказ";
- this.BtnAddZakaz.UseVisualStyleBackColor = false;
- this.BtnAddZakaz.Click += new System.EventHandler(this.BtnAddZakaz_Click);
- //
- // DgvZakaz
- //
- this.DgvZakaz.AllowUserToAddRows = false;
- this.DgvZakaz.AllowUserToDeleteRows = false;
- this.DgvZakaz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DgvZakaz.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column1,
- this.Column2,
- this.Column3,
- this.Column4,
- this.Column5,
- this.Column6});
- this.DgvZakaz.Location = new System.Drawing.Point(9, 189);
- this.DgvZakaz.Margin = new System.Windows.Forms.Padding(2);
- this.DgvZakaz.Name = "DgvZakaz";
- this.DgvZakaz.ReadOnly = true;
- this.DgvZakaz.RowHeadersVisible = false;
- this.DgvZakaz.RowTemplate.Height = 24;
- this.DgvZakaz.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.DgvZakaz.Size = new System.Drawing.Size(664, 242);
- this.DgvZakaz.TabIndex = 19;
- //
- // Column1
- //
- this.Column1.HeaderText = "Изделие";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- //
- // Column2
- //
- this.Column2.HeaderText = "Кол-во изделий";
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- //
- // Column3
- //
- this.Column3.HeaderText = "Ткань";
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- //
- // Column4
- //
- this.Column4.HeaderText = "Фурнитура";
- this.Column4.Name = "Column4";
- this.Column4.ReadOnly = true;
- //
- // Column5
- //
- this.Column5.HeaderText = "Кол-во фурнитуры";
- this.Column5.Name = "Column5";
- this.Column5.ReadOnly = true;
- //
- // Column6
- //
- this.Column6.HeaderText = "Менеджер";
- this.Column6.Name = "Column6";
- this.Column6.ReadOnly = true;
- //
- // BtnLev
- //
- this.BtnLev.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnLev.Location = new System.Drawing.Point(248, 130);
- this.BtnLev.Margin = new System.Windows.Forms.Padding(2);
- this.BtnLev.Name = "BtnLev";
- this.BtnLev.Size = new System.Drawing.Size(154, 23);
- this.BtnLev.TabIndex = 20;
- this.BtnLev.Text = "Нечеткий поиск";
- this.BtnLev.UseVisualStyleBackColor = false;
- this.BtnLev.Click += new System.EventHandler(this.BtnLev_Click);
- //
- // BtnProfile
- //
- this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnProfile.Location = new System.Drawing.Point(88, 130);
- this.BtnProfile.Margin = new System.Windows.Forms.Padding(2);
- this.BtnProfile.Name = "BtnProfile";
- this.BtnProfile.Size = new System.Drawing.Size(154, 23);
- this.BtnProfile.TabIndex = 18;
- this.BtnProfile.Text = "Профиль пользователя";
- this.BtnProfile.UseVisualStyleBackColor = false;
- this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
- //
- // NameLabel
- //
- this.NameLabel.Location = new System.Drawing.Point(9, 149);
- this.NameLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.NameLabel.Name = "NameLabel";
- this.NameLabel.Size = new System.Drawing.Size(75, 19);
- this.NameLabel.TabIndex = 16;
- this.NameLabel.Text = "label2";
- //
- // FamLabel
- //
- this.FamLabel.Location = new System.Drawing.Point(9, 130);
- this.FamLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.FamLabel.Name = "FamLabel";
- this.FamLabel.Size = new System.Drawing.Size(75, 19);
- this.FamLabel.TabIndex = 15;
- this.FamLabel.Text = "label2";
- //
- // 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(196, 31);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(240, 24);
- this.label1.TabIndex = 1;
- this.label1.Text = "Рабочее место заказчика";
- //
- // OtchLabel
- //
- this.OtchLabel.Location = new System.Drawing.Point(11, 168);
- this.OtchLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.OtchLabel.Name = "OtchLabel";
- this.OtchLabel.Size = new System.Drawing.Size(75, 19);
- this.OtchLabel.TabIndex = 17;
- this.OtchLabel.Text = "label2";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
- this.panel1.Controls.Add(this.LblIdUser);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(2);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(689, 106);
- this.panel1.TabIndex = 14;
- //
- // svFabricDataSet
- //
- this.svFabricDataSet.DataSetName = "SvFabricDataSet";
- this.svFabricDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // usersBindingSource
- //
- this.usersBindingSource.DataMember = "Users";
- this.usersBindingSource.DataSource = this.svFabricDataSet;
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.ClothessTableAdapter = null;
- this.tableAdapterManager.ColorsTableAdapter = null;
- this.tableAdapterManager.FurnituresTableAdapter = null;
- this.tableAdapterManager.IzdelieTableAdapter = null;
- this.tableAdapterManager.OrdersTableAdapter = null;
- this.tableAdapterManager.RolesTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = СУБД_Швейная_фабрика.SvFabricDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
- //
- // LblIdUser
- //
- this.LblIdUser.AutoSize = true;
- this.LblIdUser.Location = new System.Drawing.Point(498, 9);
- this.LblIdUser.Name = "LblIdUser";
- this.LblIdUser.Size = new System.Drawing.Size(13, 13);
- this.LblIdUser.TabIndex = 2;
- this.LblIdUser.Text = "1";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBox1.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo1;
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(100, 106);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // FormZakazchik
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(689, 451);
- this.Controls.Add(this.BtnAddZakaz);
- this.Controls.Add(this.DgvZakaz);
- this.Controls.Add(this.BtnLev);
- this.Controls.Add(this.BtnProfile);
- this.Controls.Add(this.NameLabel);
- this.Controls.Add(this.FamLabel);
- this.Controls.Add(this.OtchLabel);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "FormZakazchik";
- this.Text = "Заказчик";
- this.Load += new System.EventHandler(this.FormZakazchik_Load);
- ((System.ComponentModel.ISupportInitialize)(this.DgvZakaz)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.svFabricDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button BtnAddZakaz;
- private System.Windows.Forms.DataGridView DgvZakaz;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
- private System.Windows.Forms.Button BtnLev;
- private System.Windows.Forms.Button BtnProfile;
- private System.Windows.Forms.Label NameLabel;
- private System.Windows.Forms.Label FamLabel;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label OtchLabel;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private SvFabricDataSet svFabricDataSet;
- private SvFabricDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
- private SvFabricDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- public System.Windows.Forms.BindingSource usersBindingSource;
- public System.Windows.Forms.Label LblIdUser;
- }
- }
|