| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230 |
- namespace Швейная_фабрика
- {
- partial class FormAddIzdelie
- {
- /// <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.Windows.Forms.Label widthLabel;
- System.Windows.Forms.Label lengthLabel;
- System.Windows.Forms.Label name_izdLabel;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAddIzdelie));
- this.BtnSave = new System.Windows.Forms.Button();
- this.BtnCancel = new System.Windows.Forms.Button();
- this.TbxW = new System.Windows.Forms.TextBox();
- this.TbxL = new System.Windows.Forms.TextBox();
- this.TbxNameIzd = new System.Windows.Forms.TextBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.LblFunc = new System.Windows.Forms.Label();
- this.сlothesFactoryLGDataSet = new Швейная_фабрика.СlothesFactoryLGDataSet();
- this.BSizdelie = new System.Windows.Forms.BindingSource(this.components);
- this.izdelieTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.IzdelieTableAdapter();
- widthLabel = new System.Windows.Forms.Label();
- lengthLabel = new System.Windows.Forms.Label();
- name_izdLabel = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BSizdelie)).BeginInit();
- this.SuspendLayout();
- //
- // BtnSave
- //
- this.BtnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnSave.Location = new System.Drawing.Point(277, 270);
- this.BtnSave.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.BtnSave.Name = "BtnSave";
- this.BtnSave.Size = new System.Drawing.Size(191, 33);
- this.BtnSave.TabIndex = 29;
- this.BtnSave.Text = "Сохранить";
- this.BtnSave.UseVisualStyleBackColor = false;
- this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
- //
- // BtnCancel
- //
- this.BtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.BtnCancel.Location = new System.Drawing.Point(35, 270);
- this.BtnCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.BtnCancel.Name = "BtnCancel";
- this.BtnCancel.Size = new System.Drawing.Size(208, 33);
- this.BtnCancel.TabIndex = 28;
- this.BtnCancel.Text = "Отмена";
- this.BtnCancel.UseVisualStyleBackColor = false;
- //
- // widthLabel
- //
- widthLabel.AutoSize = true;
- widthLabel.Location = new System.Drawing.Point(86, 187);
- widthLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- widthLabel.Name = "widthLabel";
- widthLabel.Size = new System.Drawing.Size(58, 16);
- widthLabel.TabIndex = 25;
- widthLabel.Text = "Ширина";
- //
- // TbxW
- //
- this.TbxW.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSizdelie, "width", true));
- this.TbxW.Location = new System.Drawing.Point(149, 184);
- this.TbxW.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.TbxW.Name = "TbxW";
- this.TbxW.Size = new System.Drawing.Size(340, 22);
- this.TbxW.TabIndex = 27;
- //
- // lengthLabel
- //
- lengthLabel.AutoSize = true;
- lengthLabel.Location = new System.Drawing.Point(93, 219);
- lengthLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- lengthLabel.Name = "lengthLabel";
- lengthLabel.Size = new System.Drawing.Size(48, 16);
- lengthLabel.TabIndex = 23;
- lengthLabel.Text = "Длина";
- //
- // TbxL
- //
- this.TbxL.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSizdelie, "length", true));
- this.TbxL.Location = new System.Drawing.Point(149, 216);
- this.TbxL.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.TbxL.Name = "TbxL";
- this.TbxL.Size = new System.Drawing.Size(340, 22);
- this.TbxL.TabIndex = 26;
- this.TbxL.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TbxL_KeyPress);
- //
- // name_izdLabel
- //
- name_izdLabel.AutoSize = true;
- name_izdLabel.Location = new System.Drawing.Point(10, 155);
- name_izdLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- name_izdLabel.Name = "name_izdLabel";
- name_izdLabel.Size = new System.Drawing.Size(131, 16);
- name_izdLabel.TabIndex = 21;
- name_izdLabel.Text = "Название изделия";
- //
- // TbxNameIzd
- //
- this.TbxNameIzd.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSizdelie, "name_izd", true));
- this.TbxNameIzd.Location = new System.Drawing.Point(149, 152);
- this.TbxNameIzd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.TbxNameIzd.Name = "TbxNameIzd";
- this.TbxNameIzd.Size = new System.Drawing.Size(340, 22);
- this.TbxNameIzd.TabIndex = 24;
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
- this.panel1.Controls.Add(this.LblFunc);
- 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(4, 9, 4, 9);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(510, 137);
- this.panel1.TabIndex = 22;
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 9, 4, 9);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(168, 137);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // LblFunc
- //
- this.LblFunc.AutoSize = true;
- this.LblFunc.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.LblFunc.Location = new System.Drawing.Point(197, 56);
- this.LblFunc.Name = "LblFunc";
- this.LblFunc.Size = new System.Drawing.Size(226, 29);
- this.LblFunc.TabIndex = 2;
- this.LblFunc.Text = "Добавить изделие";
- //
- // сlothesFactoryLGDataSet
- //
- this.сlothesFactoryLGDataSet.DataSetName = "СlothesFactoryLGDataSet";
- this.сlothesFactoryLGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // BSizdelie
- //
- this.BSizdelie.DataMember = "Izdelie";
- this.BSizdelie.DataSource = this.сlothesFactoryLGDataSet;
- //
- // izdelieTableAdapter
- //
- this.izdelieTableAdapter.ClearBeforeFill = true;
- //
- // FormAddIzdelie
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(510, 325);
- this.Controls.Add(this.BtnSave);
- this.Controls.Add(this.BtnCancel);
- this.Controls.Add(widthLabel);
- this.Controls.Add(this.TbxW);
- this.Controls.Add(lengthLabel);
- this.Controls.Add(this.TbxL);
- this.Controls.Add(name_izdLabel);
- this.Controls.Add(this.TbxNameIzd);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "FormAddIzdelie";
- this.Text = "СУБД Швейная фабрика";
- this.Load += new System.EventHandler(this.FormAddIzdelie_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BSizdelie)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button BtnSave;
- private System.Windows.Forms.Button BtnCancel;
- private System.Windows.Forms.TextBox TbxW;
- private System.Windows.Forms.TextBox TbxL;
- private System.Windows.Forms.TextBox TbxNameIzd;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private СlothesFactoryLGDataSet сlothesFactoryLGDataSet;
- private СlothesFactoryLGDataSetTableAdapters.IzdelieTableAdapter izdelieTableAdapter;
- public System.Windows.Forms.Label LblFunc;
- public System.Windows.Forms.BindingSource BSizdelie;
- }
- }
|