|
|
@@ -28,35 +28,87 @@
|
|
|
/// </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.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
+ this.surnameLabel1 = new System.Windows.Forms.Label();
|
|
|
+ this.usersTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter();
|
|
|
+ this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
+ this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
|
+ this.TlpTkani = new System.Windows.Forms.TableLayoutPanel();
|
|
|
+ this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
|
+ this.TlpFurnitura = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.panel1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
+ this.tabControl1.SuspendLayout();
|
|
|
+ this.tabPage1.SuspendLayout();
|
|
|
+ this.tabPage2.SuspendLayout();
|
|
|
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(800, 130);
|
|
|
+ this.panel1.Size = new System.Drawing.Size(873, 130);
|
|
|
this.panel1.TabIndex = 2;
|
|
|
//
|
|
|
+ // 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(341, 80);
|
|
|
+ this.otchLabel1.Name = "otchLabel1";
|
|
|
+ this.otchLabel1.Size = new System.Drawing.Size(461, 23);
|
|
|
+ this.otchLabel1.TabIndex = 6;
|
|
|
+ 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(205, 51);
|
|
|
+ this.label1.Location = new System.Drawing.Point(186, 51);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(119, 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(341, 57);
|
|
|
+ this.nameLabel1.Name = "nameLabel1";
|
|
|
+ this.nameLabel1.Size = new System.Drawing.Size(461, 23);
|
|
|
+ this.nameLabel1.TabIndex = 4;
|
|
|
+ this.nameLabel1.Text = "Имя";
|
|
|
+ //
|
|
|
// pictureBox1
|
|
|
//
|
|
|
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
@@ -68,19 +120,103 @@
|
|
|
this.pictureBox1.TabIndex = 0;
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
//
|
|
|
+ // 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(341, 35);
|
|
|
+ this.surnameLabel1.Name = "surnameLabel1";
|
|
|
+ this.surnameLabel1.Size = new System.Drawing.Size(461, 23);
|
|
|
+ this.surnameLabel1.TabIndex = 3;
|
|
|
+ this.surnameLabel1.Text = "Фамилия";
|
|
|
+ //
|
|
|
+ // usersTableAdapter
|
|
|
+ //
|
|
|
+ this.usersTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
+ // tabControl1
|
|
|
+ //
|
|
|
+ this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.tabControl1.Controls.Add(this.tabPage1);
|
|
|
+ this.tabControl1.Controls.Add(this.tabPage2);
|
|
|
+ this.tabControl1.Location = new System.Drawing.Point(13, 137);
|
|
|
+ this.tabControl1.Name = "tabControl1";
|
|
|
+ this.tabControl1.SelectedIndex = 0;
|
|
|
+ this.tabControl1.Size = new System.Drawing.Size(596, 418);
|
|
|
+ this.tabControl1.TabIndex = 3;
|
|
|
+ //
|
|
|
+ // tabPage1
|
|
|
+ //
|
|
|
+ this.tabPage1.Controls.Add(this.TlpTkani);
|
|
|
+ this.tabPage1.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.tabPage1.Name = "tabPage1";
|
|
|
+ this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
|
+ this.tabPage1.Size = new System.Drawing.Size(588, 389);
|
|
|
+ this.tabPage1.TabIndex = 0;
|
|
|
+ this.tabPage1.Text = "Ткани";
|
|
|
+ this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // TlpTkani
|
|
|
+ //
|
|
|
+ this.TlpTkani.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.TlpTkani.AutoScroll = true;
|
|
|
+ this.TlpTkani.ColumnCount = 1;
|
|
|
+ this.TlpTkani.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
+ this.TlpTkani.Location = new System.Drawing.Point(7, 7);
|
|
|
+ this.TlpTkani.Name = "TlpTkani";
|
|
|
+ this.TlpTkani.RowCount = 1;
|
|
|
+ this.TlpTkani.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
+ this.TlpTkani.Size = new System.Drawing.Size(575, 376);
|
|
|
+ this.TlpTkani.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // tabPage2
|
|
|
+ //
|
|
|
+ this.tabPage2.Controls.Add(this.TlpFurnitura);
|
|
|
+ this.tabPage2.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.tabPage2.Name = "tabPage2";
|
|
|
+ this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
|
+ this.tabPage2.Size = new System.Drawing.Size(588, 389);
|
|
|
+ this.tabPage2.TabIndex = 1;
|
|
|
+ this.tabPage2.Text = "Фурнитура";
|
|
|
+ this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // TlpFurnitura
|
|
|
+ //
|
|
|
+ this.TlpFurnitura.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.TlpFurnitura.AutoScroll = true;
|
|
|
+ this.TlpFurnitura.ColumnCount = 1;
|
|
|
+ this.TlpFurnitura.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
+ this.TlpFurnitura.Location = new System.Drawing.Point(6, 6);
|
|
|
+ this.TlpFurnitura.Name = "TlpFurnitura";
|
|
|
+ this.TlpFurnitura.RowCount = 1;
|
|
|
+ this.TlpFurnitura.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
+ this.TlpFurnitura.Size = new System.Drawing.Size(576, 377);
|
|
|
+ this.TlpFurnitura.TabIndex = 0;
|
|
|
+ //
|
|
|
// FormZakazchik
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
+ this.ClientSize = new System.Drawing.Size(873, 567);
|
|
|
+ this.Controls.Add(this.tabControl1);
|
|
|
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.pictureBox1)).EndInit();
|
|
|
+ this.tabControl1.ResumeLayout(false);
|
|
|
+ this.tabPage1.ResumeLayout(false);
|
|
|
+ this.tabPage2.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
@@ -90,5 +226,16 @@
|
|
|
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.TabControl tabControl1;
|
|
|
+ private System.Windows.Forms.TabPage tabPage1;
|
|
|
+ private System.Windows.Forms.TabPage tabPage2;
|
|
|
+ private System.Windows.Forms.TableLayoutPanel TlpTkani;
|
|
|
+ private System.Windows.Forms.TableLayoutPanel TlpFurnitura;
|
|
|
}
|
|
|
}
|