123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332 |
- namespace Фабрика
- {
- partial class FZakazchik
- {
- /// <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(FZakazchik));
- this.dbFabrika2024DataSet = new Фабрика.dbFabrika2024DataSet();
- this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.usersTableAdapter = new Фабрика.dbFabrika2024DataSetTableAdapters.UsersTableAdapter();
- this.tableAdapterManager = new Фабрика.dbFabrika2024DataSetTableAdapters.TableAdapterManager();
- this.id_userLabel1 = new System.Windows.Forms.Label();
- this.BtnAddZakaz = new System.Windows.Forms.Button();
- this.BtnLev = new System.Windows.Forms.Button();
- this.dgvZakaz = new System.Windows.Forms.DataGridView();
- this.BtnProfile = new System.Windows.Forms.Button();
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.surnameLabel1 = new System.Windows.Forms.Label();
- this.nameLabel1 = new System.Windows.Forms.Label();
- this.otchLabel1 = new System.Windows.Forms.Label();
- this.LblIdUser = new System.Windows.Forms.Label();
- this.Column1 = 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.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Менеджер = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.dbFabrika2024DataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvZakaz)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // dbFabrika2024DataSet
- //
- this.dbFabrika2024DataSet.DataSetName = "dbFabrika2024DataSet";
- this.dbFabrika2024DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // usersBindingSource
- //
- this.usersBindingSource.DataMember = "Users";
- this.usersBindingSource.DataSource = this.dbFabrika2024DataSet;
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.CvetaTableAdapter = null;
- this.tableAdapterManager.FurnituraTableAdapter = null;
- this.tableAdapterManager.IzdelieTableAdapter = null;
- this.tableAdapterManager.OrdersTableAdapter = null;
- this.tableAdapterManager.RoleTableAdapter = null;
- this.tableAdapterManager.TkaniTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = Фабрика.dbFabrika2024DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
- //
- // id_userLabel1
- //
- this.id_userLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Id_user", true));
- this.id_userLabel1.Location = new System.Drawing.Point(-91, 283);
- this.id_userLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.id_userLabel1.Name = "id_userLabel1";
- this.id_userLabel1.Size = new System.Drawing.Size(133, 28);
- this.id_userLabel1.TabIndex = 45;
- this.id_userLabel1.Text = "label1";
- //
- // BtnAddZakaz
- //
- this.BtnAddZakaz.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnAddZakaz.Location = new System.Drawing.Point(360, 167);
- this.BtnAddZakaz.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.BtnAddZakaz.Name = "BtnAddZakaz";
- this.BtnAddZakaz.Size = new System.Drawing.Size(255, 33);
- this.BtnAddZakaz.TabIndex = 53;
- this.BtnAddZakaz.Text = "Добавить заказ";
- this.BtnAddZakaz.UseVisualStyleBackColor = false;
- this.BtnAddZakaz.Click += new System.EventHandler(this.BtnAddZakaz_Click);
- //
- // BtnLev
- //
- this.BtnLev.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnLev.Location = new System.Drawing.Point(360, 130);
- this.BtnLev.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.BtnLev.Name = "BtnLev";
- this.BtnLev.Size = new System.Drawing.Size(140, 33);
- this.BtnLev.TabIndex = 52;
- this.BtnLev.Text = "Нечеткий поиск";
- this.BtnLev.UseVisualStyleBackColor = false;
- this.BtnLev.Click += new System.EventHandler(this.BtnLev_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.Column3,
- this.Column4,
- this.Column5,
- this.Column2,
- this.Менеджер});
- this.dgvZakaz.Location = new System.Drawing.Point(-1, 213);
- this.dgvZakaz.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.dgvZakaz.Name = "dgvZakaz";
- this.dgvZakaz.ReadOnly = true;
- this.dgvZakaz.RowHeadersVisible = false;
- this.dgvZakaz.RowHeadersWidth = 51;
- this.dgvZakaz.RowTemplate.Height = 24;
- this.dgvZakaz.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvZakaz.Size = new System.Drawing.Size(757, 354);
- this.dgvZakaz.TabIndex = 51;
- //
- // BtnProfile
- //
- this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnProfile.Location = new System.Drawing.Point(523, 130);
- this.BtnProfile.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.BtnProfile.Name = "BtnProfile";
- this.BtnProfile.Size = new System.Drawing.Size(92, 33);
- this.BtnProfile.TabIndex = 50;
- this.BtnProfile.Text = "Профиль ";
- this.BtnProfile.UseVisualStyleBackColor = false;
- this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
- //
- // 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.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(755, 118);
- this.panel1.TabIndex = 46;
- //
- // 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(171, 47);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(240, 24);
- 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.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(154, 118);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // surnameLabel1
- //
- this.surnameLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Surname", true));
- this.surnameLabel1.Location = new System.Drawing.Point(9, 129);
- this.surnameLabel1.Name = "surnameLabel1";
- this.surnameLabel1.Size = new System.Drawing.Size(259, 23);
- this.surnameLabel1.TabIndex = 54;
- this.surnameLabel1.Text = "label2";
- //
- // nameLabel1
- //
- this.nameLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Name", true));
- this.nameLabel1.Location = new System.Drawing.Point(9, 152);
- this.nameLabel1.Name = "nameLabel1";
- this.nameLabel1.Size = new System.Drawing.Size(259, 23);
- this.nameLabel1.TabIndex = 55;
- this.nameLabel1.Text = "label2";
- //
- // otchLabel1
- //
- this.otchLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Otch", true));
- this.otchLabel1.Location = new System.Drawing.Point(9, 175);
- this.otchLabel1.Name = "otchLabel1";
- this.otchLabel1.Size = new System.Drawing.Size(259, 23);
- this.otchLabel1.TabIndex = 56;
- this.otchLabel1.Text = "label2";
- //
- // LblIdUser
- //
- this.LblIdUser.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Id_user", true));
- this.LblIdUser.Location = new System.Drawing.Point(806, 175);
- this.LblIdUser.Name = "LblIdUser";
- this.LblIdUser.Size = new System.Drawing.Size(100, 23);
- this.LblIdUser.TabIndex = 57;
- this.LblIdUser.Text = "label2";
- //
- // Column1
- //
- this.Column1.HeaderText = "Изделие";
- this.Column1.MinimumWidth = 6;
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- this.Column1.Width = 125;
- //
- // Column3
- //
- this.Column3.HeaderText = "Ткань";
- this.Column3.MinimumWidth = 6;
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- this.Column3.Width = 125;
- //
- // Column4
- //
- this.Column4.HeaderText = "Фурнитура";
- this.Column4.MinimumWidth = 6;
- this.Column4.Name = "Column4";
- this.Column4.ReadOnly = true;
- this.Column4.Width = 125;
- //
- // Column5
- //
- this.Column5.HeaderText = "Кол-во фурнитуры";
- this.Column5.MinimumWidth = 6;
- this.Column5.Name = "Column5";
- this.Column5.ReadOnly = true;
- this.Column5.Width = 125;
- //
- // Column2
- //
- this.Column2.HeaderText = "Кол-во изделий";
- this.Column2.MinimumWidth = 6;
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- this.Column2.Width = 125;
- //
- // Менеджер
- //
- this.Менеджер.HeaderText = "Менеджер";
- this.Менеджер.Name = "Менеджер";
- this.Менеджер.ReadOnly = true;
- //
- // FZakazchik
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(755, 588);
- this.Controls.Add(this.LblIdUser);
- this.Controls.Add(this.otchLabel1);
- this.Controls.Add(this.nameLabel1);
- this.Controls.Add(this.surnameLabel1);
- this.Controls.Add(this.BtnAddZakaz);
- this.Controls.Add(this.BtnLev);
- this.Controls.Add(this.dgvZakaz);
- this.Controls.Add(this.BtnProfile);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.id_userLabel1);
- this.Font = new System.Drawing.Font("Arial", 10.2F);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.MaximizeBox = false;
- this.Name = "FZakazchik";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "СУБД \"Швейная фабрика\"";
- this.Load += new System.EventHandler(this.FZakazchik_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dbFabrika2024DataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvZakaz)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private dbFabrika2024DataSet dbFabrika2024DataSet;
- private dbFabrika2024DataSetTableAdapters.UsersTableAdapter usersTableAdapter;
- private dbFabrika2024DataSetTableAdapters.TableAdapterManager tableAdapterManager;
- public System.Windows.Forms.BindingSource usersBindingSource;
- public System.Windows.Forms.Label id_userLabel1;
- private System.Windows.Forms.Button BtnAddZakaz;
- private System.Windows.Forms.Button BtnLev;
- private System.Windows.Forms.DataGridView dgvZakaz;
- private System.Windows.Forms.Button BtnProfile;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Label surnameLabel1;
- private System.Windows.Forms.Label nameLabel1;
- private System.Windows.Forms.Label otchLabel1;
- public System.Windows.Forms.Label LblIdUser;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Менеджер;
- }
- }
|