| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366 |
- namespace Швейная_фабрика
- {
- partial class FormGetMaterial
- {
- /// <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 commentLabel;
- System.Windows.Forms.Label widthLabel;
- System.Windows.Forms.Label lengthLabel;
- System.Windows.Forms.Label id_colorLabel;
- System.Windows.Forms.Label titleLabel;
- System.Windows.Forms.Label countfurLabel;
- System.Windows.Forms.Label namefurLabel;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGetMaterial));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.BtnSave = new System.Windows.Forms.Button();
- this.BtnCancel = new System.Windows.Forms.Button();
- this.PageTkan = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.TbxComment = new System.Windows.Forms.TextBox();
- this.TbxW = new System.Windows.Forms.TextBox();
- this.TbxL = new System.Windows.Forms.TextBox();
- this.TbxColor = new System.Windows.Forms.TextBox();
- this.TbxNameTkan = new System.Windows.Forms.TextBox();
- this.PageFurn = new System.Windows.Forms.TabPage();
- this.TbxCountFur = new System.Windows.Forms.TextBox();
- this.TbxNameFur = new System.Windows.Forms.TextBox();
- this.сlothesFactoryLGDataSet = new Швейная_фабрика.СlothesFactoryLGDataSet();
- this.BSTkan = new System.Windows.Forms.BindingSource(this.components);
- this.tkanTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.TkanTableAdapter();
- this.BSFurnitura = new System.Windows.Forms.BindingSource(this.components);
- this.furnituraTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.FurnituraTableAdapter();
- commentLabel = new System.Windows.Forms.Label();
- widthLabel = new System.Windows.Forms.Label();
- lengthLabel = new System.Windows.Forms.Label();
- id_colorLabel = new System.Windows.Forms.Label();
- titleLabel = new System.Windows.Forms.Label();
- countfurLabel = new System.Windows.Forms.Label();
- namefurLabel = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.PageTkan.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.PageFurn.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BSTkan)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BSFurnitura)).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.pictureBox1);
- 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(538, 130);
- this.panel1.TabIndex = 5;
- //
- // 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(162, 52);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(346, 29);
- this.label1.TabIndex = 2;
- this.label1.Text = "Добавить материал на склад";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBox1.Image = global::Швейная_фабрика.Properties.Resources.fabric_logo;
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(133, 130);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // BtnSave
- //
- this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnSave.Location = new System.Drawing.Point(331, 138);
- 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 = 25;
- this.BtnSave.Text = "Добавить";
- this.BtnSave.UseVisualStyleBackColor = false;
- this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
- //
- // BtnCancel
- //
- 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(331, 178);
- this.BtnCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.BtnCancel.Name = "BtnCancel";
- this.BtnCancel.Size = new System.Drawing.Size(191, 33);
- this.BtnCancel.TabIndex = 24;
- this.BtnCancel.Text = "Отмена";
- this.BtnCancel.UseVisualStyleBackColor = false;
- //
- // PageTkan
- //
- this.PageTkan.Controls.Add(this.tabPage1);
- this.PageTkan.Controls.Add(this.PageFurn);
- this.PageTkan.Location = new System.Drawing.Point(11, 138);
- this.PageTkan.Margin = new System.Windows.Forms.Padding(2);
- this.PageTkan.Name = "PageTkan";
- this.PageTkan.SelectedIndex = 0;
- this.PageTkan.Size = new System.Drawing.Size(314, 234);
- this.PageTkan.TabIndex = 23;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(commentLabel);
- this.tabPage1.Controls.Add(this.TbxComment);
- this.tabPage1.Controls.Add(widthLabel);
- this.tabPage1.Controls.Add(this.TbxW);
- this.tabPage1.Controls.Add(lengthLabel);
- this.tabPage1.Controls.Add(this.TbxL);
- this.tabPage1.Controls.Add(id_colorLabel);
- this.tabPage1.Controls.Add(this.TbxColor);
- this.tabPage1.Controls.Add(titleLabel);
- this.tabPage1.Controls.Add(this.TbxNameTkan);
- this.tabPage1.Location = new System.Drawing.Point(4, 25);
- this.tabPage1.Margin = new System.Windows.Forms.Padding(2);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(2);
- this.tabPage1.Size = new System.Drawing.Size(306, 205);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "Добавить ткань";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // commentLabel
- //
- commentLabel.AutoSize = true;
- commentLabel.Location = new System.Drawing.Point(22, 136);
- commentLabel.Name = "commentLabel";
- commentLabel.Size = new System.Drawing.Size(75, 16);
- commentLabel.TabIndex = 10;
- commentLabel.Text = "Описание:";
- //
- // TbxComment
- //
- this.TbxComment.Location = new System.Drawing.Point(99, 133);
- this.TbxComment.Name = "TbxComment";
- this.TbxComment.Size = new System.Drawing.Size(163, 22);
- this.TbxComment.TabIndex = 11;
- //
- // widthLabel
- //
- widthLabel.AutoSize = true;
- widthLabel.Location = new System.Drawing.Point(32, 79);
- widthLabel.Name = "widthLabel";
- widthLabel.Size = new System.Drawing.Size(61, 16);
- widthLabel.TabIndex = 8;
- widthLabel.Text = "Ширина:";
- //
- // TbxW
- //
- this.TbxW.Location = new System.Drawing.Point(99, 76);
- this.TbxW.Name = "TbxW";
- this.TbxW.Size = new System.Drawing.Size(163, 22);
- this.TbxW.TabIndex = 9;
- //
- // lengthLabel
- //
- lengthLabel.AutoSize = true;
- lengthLabel.Location = new System.Drawing.Point(42, 46);
- lengthLabel.Name = "lengthLabel";
- lengthLabel.Size = new System.Drawing.Size(51, 16);
- lengthLabel.TabIndex = 6;
- lengthLabel.Text = "Длина:";
- //
- // TbxL
- //
- this.TbxL.Location = new System.Drawing.Point(99, 43);
- this.TbxL.Name = "TbxL";
- this.TbxL.Size = new System.Drawing.Size(163, 22);
- this.TbxL.TabIndex = 7;
- //
- // id_colorLabel
- //
- id_colorLabel.AutoSize = true;
- id_colorLabel.Location = new System.Drawing.Point(50, 108);
- id_colorLabel.Name = "id_colorLabel";
- id_colorLabel.Size = new System.Drawing.Size(42, 16);
- id_colorLabel.TabIndex = 4;
- id_colorLabel.Text = "Цвет:";
- //
- // TbxColor
- //
- this.TbxColor.Location = new System.Drawing.Point(99, 105);
- this.TbxColor.Name = "TbxColor";
- this.TbxColor.Size = new System.Drawing.Size(163, 22);
- this.TbxColor.TabIndex = 5;
- //
- // titleLabel
- //
- titleLabel.AutoSize = true;
- titleLabel.Location = new System.Drawing.Point(17, 18);
- titleLabel.Name = "titleLabel";
- titleLabel.Size = new System.Drawing.Size(76, 16);
- titleLabel.TabIndex = 2;
- titleLabel.Text = "Название:";
- //
- // TbxNameTkan
- //
- this.TbxNameTkan.Location = new System.Drawing.Point(99, 15);
- this.TbxNameTkan.Name = "TbxNameTkan";
- this.TbxNameTkan.Size = new System.Drawing.Size(163, 22);
- this.TbxNameTkan.TabIndex = 3;
- //
- // PageFurn
- //
- this.PageFurn.Controls.Add(countfurLabel);
- this.PageFurn.Controls.Add(this.TbxCountFur);
- this.PageFurn.Controls.Add(namefurLabel);
- this.PageFurn.Controls.Add(this.TbxNameFur);
- this.PageFurn.Location = new System.Drawing.Point(4, 25);
- this.PageFurn.Margin = new System.Windows.Forms.Padding(2);
- this.PageFurn.Name = "PageFurn";
- this.PageFurn.Padding = new System.Windows.Forms.Padding(2);
- this.PageFurn.Size = new System.Drawing.Size(306, 205);
- this.PageFurn.TabIndex = 1;
- this.PageFurn.Text = "Добавить фурнитуру";
- this.PageFurn.UseVisualStyleBackColor = true;
- //
- // countfurLabel
- //
- countfurLabel.AutoSize = true;
- countfurLabel.Location = new System.Drawing.Point(57, 18);
- countfurLabel.Name = "countfurLabel";
- countfurLabel.Size = new System.Drawing.Size(54, 16);
- countfurLabel.TabIndex = 2;
- countfurLabel.Text = "Кол-во:";
- //
- // TbxCountFur
- //
- this.TbxCountFur.Location = new System.Drawing.Point(117, 15);
- this.TbxCountFur.Name = "TbxCountFur";
- this.TbxCountFur.Size = new System.Drawing.Size(100, 22);
- this.TbxCountFur.TabIndex = 3;
- //
- // namefurLabel
- //
- namefurLabel.AutoSize = true;
- namefurLabel.Location = new System.Drawing.Point(35, 46);
- namefurLabel.Name = "namefurLabel";
- namefurLabel.Size = new System.Drawing.Size(76, 16);
- namefurLabel.TabIndex = 0;
- namefurLabel.Text = "Название:";
- //
- // TbxNameFur
- //
- this.TbxNameFur.Location = new System.Drawing.Point(117, 43);
- this.TbxNameFur.Name = "TbxNameFur";
- this.TbxNameFur.Size = new System.Drawing.Size(100, 22);
- this.TbxNameFur.TabIndex = 1;
- //
- // сlothesFactoryLGDataSet
- //
- this.сlothesFactoryLGDataSet.DataSetName = "СlothesFactoryLGDataSet";
- this.сlothesFactoryLGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // BSTkan
- //
- this.BSTkan.DataMember = "Tkan";
- this.BSTkan.DataSource = this.сlothesFactoryLGDataSet;
- //
- // tkanTableAdapter
- //
- this.tkanTableAdapter.ClearBeforeFill = true;
- //
- // BSFurnitura
- //
- this.BSFurnitura.DataMember = "Furnitura";
- this.BSFurnitura.DataSource = this.сlothesFactoryLGDataSet;
- //
- // furnituraTableAdapter
- //
- this.furnituraTableAdapter.ClearBeforeFill = true;
- //
- // FormGetMaterial
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(538, 384);
- this.Controls.Add(this.BtnSave);
- this.Controls.Add(this.BtnCancel);
- this.Controls.Add(this.PageTkan);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "FormGetMaterial";
- this.Text = "СУБД \"Швейная фабрика\"";
- this.Load += new System.EventHandler(this.FormGetMaterial_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.PageTkan.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- this.PageFurn.ResumeLayout(false);
- this.PageFurn.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BSTkan)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BSFurnitura)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Button BtnSave;
- private System.Windows.Forms.Button BtnCancel;
- private System.Windows.Forms.TabControl PageTkan;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TextBox TbxComment;
- private System.Windows.Forms.TextBox TbxW;
- private System.Windows.Forms.TextBox TbxL;
- private System.Windows.Forms.TextBox TbxColor;
- private System.Windows.Forms.TextBox TbxNameTkan;
- private System.Windows.Forms.TabPage PageFurn;
- private System.Windows.Forms.TextBox TbxCountFur;
- private System.Windows.Forms.TextBox TbxNameFur;
- private СlothesFactoryLGDataSet сlothesFactoryLGDataSet;
- private System.Windows.Forms.BindingSource BSTkan;
- private СlothesFactoryLGDataSetTableAdapters.TkanTableAdapter tkanTableAdapter;
- private System.Windows.Forms.BindingSource BSFurnitura;
- private СlothesFactoryLGDataSetTableAdapters.FurnituraTableAdapter furnituraTableAdapter;
- }
- }
|