| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339 |
- namespace СУБД_Швейная_фабрика
- {
- partial class FormNewOrder
- {
- /// <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(FormNewOrder));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pbxPhoto = new System.Windows.Forms.PictureBox();
- this.cmbProduct = new System.Windows.Forms.ComboBox();
- this.bsProducts = new System.Windows.Forms.BindingSource(this.components);
- this.fabrikaLDADataSet = new СУБД_Швейная_фабрика.FabrikaLDADataSet();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.cmbCloth = new System.Windows.Forms.ComboBox();
- this.bsCloth = new System.Windows.Forms.BindingSource(this.components);
- this.label4 = new System.Windows.Forms.Label();
- this.cmbFur = new System.Windows.Forms.ComboBox();
- this.bsFur = new System.Windows.Forms.BindingSource(this.components);
- this.tbxCountProducts = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.btnNewOrder = new System.Windows.Forms.Button();
- this.label6 = new System.Windows.Forms.Label();
- this.tbxCountFur = new System.Windows.Forms.TextBox();
- this.productsTableAdapter = new СУБД_Швейная_фабрика.FabrikaLDADataSetTableAdapters.ProductsTableAdapter();
- this.furnituraTableAdapter = new СУБД_Швейная_фабрика.FabrikaLDADataSetTableAdapters.FurnituraTableAdapter();
- this.clothTableAdapter = new СУБД_Швейная_фабрика.FabrikaLDADataSetTableAdapters.ClothTableAdapter();
- this.label7 = new System.Windows.Forms.Label();
- this.tbxLenght = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.tbxWight = new System.Windows.Forms.TextBox();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsProducts)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.fabrikaLDADataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsCloth)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsFur)).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.label1);
- this.panel1.Controls.Add(this.pbxPhoto);
- 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(24, 12, 24, 12);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(558, 82);
- this.panel1.TabIndex = 2;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(5, 23);
- this.label1.Margin = new System.Windows.Forms.Padding(24, 0, 24, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(399, 37);
- this.label1.TabIndex = 1;
- this.label1.Text = "Создание нового заказа";
- //
- // pbxPhoto
- //
- this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
- this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
- this.pbxPhoto.Location = new System.Drawing.Point(354, 0);
- this.pbxPhoto.Margin = new System.Windows.Forms.Padding(24, 12, 24, 12);
- this.pbxPhoto.Name = "pbxPhoto";
- this.pbxPhoto.Size = new System.Drawing.Size(204, 82);
- this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pbxPhoto.TabIndex = 0;
- this.pbxPhoto.TabStop = false;
- //
- // cmbProduct
- //
- this.cmbProduct.DataSource = this.bsProducts;
- this.cmbProduct.DisplayMember = "TitleProduct";
- this.cmbProduct.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbProduct.FormattingEnabled = true;
- this.cmbProduct.Location = new System.Drawing.Point(12, 123);
- this.cmbProduct.Name = "cmbProduct";
- this.cmbProduct.Size = new System.Drawing.Size(158, 30);
- this.cmbProduct.TabIndex = 3;
- //
- // bsProducts
- //
- this.bsProducts.DataMember = "Products";
- this.bsProducts.DataSource = this.fabrikaLDADataSet;
- //
- // fabrikaLDADataSet
- //
- this.fabrikaLDADataSet.DataSetName = "FabrikaLDADataSet";
- this.fabrikaLDADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(12, 98);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(85, 22);
- this.label2.TabIndex = 4;
- this.label2.Text = "Изделие";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(12, 176);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(60, 22);
- this.label3.TabIndex = 6;
- this.label3.Text = "Ткань";
- //
- // cmbCloth
- //
- this.cmbCloth.DataSource = this.bsCloth;
- this.cmbCloth.DisplayMember = "Title";
- this.cmbCloth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbCloth.FormattingEnabled = true;
- this.cmbCloth.Location = new System.Drawing.Point(12, 200);
- this.cmbCloth.Name = "cmbCloth";
- this.cmbCloth.Size = new System.Drawing.Size(158, 30);
- this.cmbCloth.TabIndex = 5;
- //
- // bsCloth
- //
- this.bsCloth.DataMember = "Cloth";
- this.bsCloth.DataSource = this.fabrikaLDADataSet;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(198, 98);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(102, 22);
- this.label4.TabIndex = 8;
- this.label4.Text = "Фурнитура";
- //
- // cmbFur
- //
- this.cmbFur.DataSource = this.bsFur;
- this.cmbFur.DisplayMember = "namefur";
- this.cmbFur.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbFur.FormattingEnabled = true;
- this.cmbFur.Location = new System.Drawing.Point(198, 123);
- this.cmbFur.Name = "cmbFur";
- this.cmbFur.Size = new System.Drawing.Size(158, 30);
- this.cmbFur.TabIndex = 7;
- //
- // bsFur
- //
- this.bsFur.DataMember = "Furnitura";
- this.bsFur.DataSource = this.fabrikaLDADataSet;
- //
- // tbxCountProducts
- //
- this.tbxCountProducts.Location = new System.Drawing.Point(380, 123);
- this.tbxCountProducts.Name = "tbxCountProducts";
- this.tbxCountProducts.Size = new System.Drawing.Size(158, 29);
- this.tbxCountProducts.TabIndex = 9;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(380, 98);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(144, 22);
- this.label5.TabIndex = 10;
- this.label5.Text = "Кол-во изделий";
- //
- // btnNewOrder
- //
- this.btnNewOrder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnNewOrder.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.btnNewOrder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnNewOrder.Location = new System.Drawing.Point(379, 200);
- this.btnNewOrder.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
- this.btnNewOrder.Name = "btnNewOrder";
- this.btnNewOrder.Size = new System.Drawing.Size(178, 106);
- this.btnNewOrder.TabIndex = 11;
- this.btnNewOrder.Text = "Создать заказ";
- this.btnNewOrder.UseVisualStyleBackColor = false;
- this.btnNewOrder.Click += new System.EventHandler(this.btnNewOrder_Click);
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(198, 176);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(172, 22);
- this.label6.TabIndex = 13;
- this.label6.Text = "Кол-во фурнитуры";
- //
- // tbxCountFur
- //
- this.tbxCountFur.Location = new System.Drawing.Point(202, 201);
- this.tbxCountFur.Name = "tbxCountFur";
- this.tbxCountFur.Size = new System.Drawing.Size(168, 29);
- this.tbxCountFur.TabIndex = 12;
- //
- // productsTableAdapter
- //
- this.productsTableAdapter.ClearBeforeFill = true;
- //
- // furnituraTableAdapter
- //
- this.furnituraTableAdapter.ClearBeforeFill = true;
- //
- // clothTableAdapter
- //
- this.clothTableAdapter.ClearBeforeFill = true;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(12, 252);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(63, 22);
- this.label7.TabIndex = 15;
- this.label7.Text = "Длина";
- //
- // tbxLenght
- //
- this.tbxLenght.Location = new System.Drawing.Point(16, 277);
- this.tbxLenght.Name = "tbxLenght";
- this.tbxLenght.Size = new System.Drawing.Size(168, 29);
- this.tbxLenght.TabIndex = 14;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(198, 252);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(78, 22);
- this.label8.TabIndex = 17;
- this.label8.Text = "Ширина";
- //
- // tbxWight
- //
- this.tbxWight.Location = new System.Drawing.Point(202, 277);
- this.tbxWight.Name = "tbxWight";
- this.tbxWight.Size = new System.Drawing.Size(168, 29);
- this.tbxWight.TabIndex = 16;
- //
- // FormNewOrder
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(558, 331);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.tbxWight);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.tbxLenght);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.tbxCountFur);
- this.Controls.Add(this.btnNewOrder);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.tbxCountProducts);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.cmbFur);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.cmbCloth);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.cmbProduct);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Arial", 14.25F, 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(6, 5, 6, 5);
- this.Name = "FormNewOrder";
- this.Text = "СУБД Швейная фабрика";
- this.Load += new System.EventHandler(this.FormNewOrder_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsProducts)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.fabrikaLDADataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsCloth)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsFur)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pbxPhoto;
- private System.Windows.Forms.ComboBox cmbProduct;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.ComboBox cmbCloth;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.ComboBox cmbFur;
- private System.Windows.Forms.TextBox tbxCountProducts;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Button btnNewOrder;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox tbxCountFur;
- private System.Windows.Forms.BindingSource bsProducts;
- private FabrikaLDADataSet fabrikaLDADataSet;
- private FabrikaLDADataSetTableAdapters.ProductsTableAdapter productsTableAdapter;
- private System.Windows.Forms.BindingSource bsFur;
- private System.Windows.Forms.BindingSource bsCloth;
- private FabrikaLDADataSetTableAdapters.FurnituraTableAdapter furnituraTableAdapter;
- private FabrikaLDADataSetTableAdapters.ClothTableAdapter clothTableAdapter;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox tbxLenght;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.TextBox tbxWight;
- }
- }
|