123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211 |
- namespace СУБД_Фабрика
- {
- partial class FormKlad
- {
- /// <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(FormKlad));
- this.panel1 = new System.Windows.Forms.Panel();
- this.LblOtch = new System.Windows.Forms.Label();
- this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
- this.sewingFactoryMURDataSet1 = new СУБД_Фабрика.SewingFactoryMURDataSet();
- this.LblName = new System.Windows.Forms.Label();
- this.LblFam = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.usersTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.UsersTableAdapter();
- this.BtnProfile = new System.Windows.Forms.Button();
- this.BtnGetMaterial = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).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.LblOtch);
- this.panel1.Controls.Add(this.LblName);
- this.panel1.Controls.Add(this.LblFam);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(638, 102);
- this.panel1.TabIndex = 3;
- //
- // LblOtch
- //
- this.LblOtch.AutoSize = true;
- this.LblOtch.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true));
- this.LblOtch.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.LblOtch.Location = new System.Drawing.Point(21, 65);
- this.LblOtch.Name = "LblOtch";
- this.LblOtch.Size = new System.Drawing.Size(36, 20);
- this.LblOtch.TabIndex = 4;
- this.LblOtch.Text = "Otch";
- //
- // BsUsers
- //
- this.BsUsers.DataMember = "Users";
- this.BsUsers.DataSource = this.sewingFactoryMURDataSet1;
- //
- // sewingFactoryMURDataSet1
- //
- this.sewingFactoryMURDataSet1.DataSetName = "SewingFactoryMURDataSet";
- this.sewingFactoryMURDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // LblName
- //
- this.LblName.AutoSize = true;
- this.LblName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true));
- this.LblName.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.LblName.Location = new System.Drawing.Point(22, 45);
- this.LblName.Name = "LblName";
- this.LblName.Size = new System.Drawing.Size(43, 20);
- this.LblName.TabIndex = 3;
- this.LblName.Text = "Name";
- //
- // LblFam
- //
- this.LblFam.AutoSize = true;
- this.LblFam.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Fam", true));
- this.LblFam.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.LblFam.Location = new System.Drawing.Point(22, 22);
- this.LblFam.Name = "LblFam";
- this.LblFam.Size = new System.Drawing.Size(35, 20);
- this.LblFam.TabIndex = 2;
- this.LblFam.Text = "Fam";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(193, 42);
- this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(92, 23);
- this.label1.TabIndex = 1;
- this.label1.Text = "Кладовщик";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
- this.pictureBox1.Image = global::СУБД_Фабрика.Properties.Resources.fabric_logo;
- this.pictureBox1.Location = new System.Drawing.Point(532, 0);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(106, 102);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // BtnProfile
- //
- this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnProfile.Location = new System.Drawing.Point(25, 111);
- this.BtnProfile.Name = "BtnProfile";
- this.BtnProfile.Size = new System.Drawing.Size(135, 31);
- this.BtnProfile.TabIndex = 19;
- this.BtnProfile.Text = "Профиль";
- this.BtnProfile.UseVisualStyleBackColor = false;
- this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
- //
- // BtnGetMaterial
- //
- this.BtnGetMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnGetMaterial.Location = new System.Drawing.Point(212, 111);
- this.BtnGetMaterial.Name = "BtnGetMaterial";
- this.BtnGetMaterial.Size = new System.Drawing.Size(160, 31);
- this.BtnGetMaterial.TabIndex = 20;
- this.BtnGetMaterial.Text = "Принять материалы материалы";
- this.BtnGetMaterial.UseVisualStyleBackColor = false;
- this.BtnGetMaterial.Click += new System.EventHandler(this.BtnGetMaterial_Click);
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.button1.Location = new System.Drawing.Point(441, 111);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(160, 31);
- this.button1.TabIndex = 21;
- this.button1.Text = "Списать материалы";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // FormKlad
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(638, 204);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.BtnGetMaterial);
- this.Controls.Add(this.BtnProfile);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.MinimumSize = new System.Drawing.Size(654, 243);
- this.Name = "FormKlad";
- this.Text = "СУБД \"Швейная фабрика\"";
- this.Load += new System.EventHandler(this.FormKlad_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label LblOtch;
- private System.Windows.Forms.Label LblName;
- private System.Windows.Forms.Label LblFam;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private SewingFactoryMURDataSet sewingFactoryMURDataSet1;
- private System.Windows.Forms.BindingSource BsUsers;
- private SewingFactoryMURDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
- private System.Windows.Forms.Button BtnProfile;
- private System.Windows.Forms.Button BtnGetMaterial;
- private System.Windows.Forms.Button button1;
- }
- }
|