123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199 |
- namespace СУБД_Фабрика
- {
- partial class FormZak
- {
- /// <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(FormZak));
- this.panel1 = new System.Windows.Forms.Panel();
- this.LblFam = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.sewingFactoryMURDataSet1 = new СУБД_Фабрика.SewingFactoryMURDataSet();
- this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
- this.usersTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.UsersTableAdapter();
- this.LblName = new System.Windows.Forms.Label();
- this.LblOtch = new System.Windows.Forms.Label();
- this.BtnEnter = new System.Windows.Forms.Button();
- this.MainPanel = new System.Windows.Forms.TableLayoutPanel();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).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(562, 102);
- this.panel1.TabIndex = 2;
- //
- // 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(232, 39);
- this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(75, 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(456, 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;
- //
- // sewingFactoryMURDataSet1
- //
- this.sewingFactoryMURDataSet1.DataSetName = "SewingFactoryMURDataSet";
- this.sewingFactoryMURDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // BsUsers
- //
- this.BsUsers.DataMember = "Users";
- this.BsUsers.DataSource = this.sewingFactoryMURDataSet1;
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // 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";
- //
- // 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";
- //
- // BtnEnter
- //
- this.BtnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnEnter.Location = new System.Drawing.Point(12, 111);
- this.BtnEnter.Name = "BtnEnter";
- this.BtnEnter.Size = new System.Drawing.Size(201, 31);
- this.BtnEnter.TabIndex = 18;
- this.BtnEnter.Text = "Редактирование профиля";
- this.BtnEnter.UseVisualStyleBackColor = false;
- //
- // MainPanel
- //
- this.MainPanel.ColumnCount = 1;
- this.MainPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.MainPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.MainPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.MainPanel.Location = new System.Drawing.Point(0, 194);
- this.MainPanel.Name = "MainPanel";
- this.MainPanel.RowCount = 1;
- this.MainPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.MainPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.MainPanel.Size = new System.Drawing.Size(562, 217);
- this.MainPanel.TabIndex = 19;
- //
- // FormZak
- //
- 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(562, 411);
- this.Controls.Add(this.MainPanel);
- this.Controls.Add(this.BtnEnter);
- 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);
- this.Name = "FormZak";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "СУБД \"Швейная фабрика\"";
- this.Load += new System.EventHandler(this.FormZak_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- 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.Label LblFam;
- private System.Windows.Forms.Label LblOtch;
- private System.Windows.Forms.Label LblName;
- private System.Windows.Forms.Button BtnEnter;
- private System.Windows.Forms.TableLayoutPanel MainPanel;
- }
- }
|