| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452 |
- namespace СУБД_Швейная_фабрика
- {
- partial class FormAddTovar
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAddTovar));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.btnDelCloth = new System.Windows.Forms.Button();
- this.dgvCloth = new System.Windows.Forms.DataGridView();
- this.btnAddCloth = new System.Windows.Forms.Button();
- this.btnClearPhoto = new System.Windows.Forms.Button();
- this.btnLoadPhoto = new System.Windows.Forms.Button();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.tbxDescr = new System.Windows.Forms.TextBox();
- this.tbxColor = new System.Windows.Forms.TextBox();
- this.tbxLenght = new System.Windows.Forms.TextBox();
- this.tbxWidth = new System.Windows.Forms.TextBox();
- this.tbxTitle = new System.Windows.Forms.TextBox();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.pbxPhotoCloth = new System.Windows.Forms.PictureBox();
- this.pbxPhoto = new System.Windows.Forms.PictureBox();
- this.ofdPhoto = new System.Windows.Forms.OpenFileDialog();
- this.btnOk = new System.Windows.Forms.Button();
- this.btnClose = new System.Windows.Forms.Button();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panel1.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvCloth)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbxPhotoCloth)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).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(44, 20, 44, 20);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(883, 85);
- this.panel1.TabIndex = 4;
- //
- // 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(239, 27);
- this.label1.Margin = new System.Windows.Forms.Padding(44, 0, 44, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(286, 37);
- this.label1.TabIndex = 1;
- this.label1.Text = "Принятие товара";
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Location = new System.Drawing.Point(11, 94);
- this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(861, 468);
- this.tabControl1.TabIndex = 5;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.btnDelCloth);
- this.tabPage1.Controls.Add(this.dgvCloth);
- this.tabPage1.Controls.Add(this.btnAddCloth);
- this.tabPage1.Controls.Add(this.btnClearPhoto);
- this.tabPage1.Controls.Add(this.btnLoadPhoto);
- this.tabPage1.Controls.Add(this.pbxPhotoCloth);
- this.tabPage1.Controls.Add(this.label6);
- this.tabPage1.Controls.Add(this.label5);
- this.tabPage1.Controls.Add(this.label4);
- this.tabPage1.Controls.Add(this.label3);
- this.tabPage1.Controls.Add(this.label2);
- this.tabPage1.Controls.Add(this.tbxDescr);
- this.tabPage1.Controls.Add(this.tbxColor);
- this.tabPage1.Controls.Add(this.tbxLenght);
- this.tabPage1.Controls.Add(this.tbxWidth);
- this.tabPage1.Controls.Add(this.tbxTitle);
- this.tabPage1.Location = new System.Drawing.Point(4, 31);
- 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(853, 433);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "Добавить в документ ткани";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // btnDelCloth
- //
- this.btnDelCloth.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.btnDelCloth.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnDelCloth.Location = new System.Drawing.Point(8, 385);
- this.btnDelCloth.Margin = new System.Windows.Forms.Padding(2);
- this.btnDelCloth.Name = "btnDelCloth";
- this.btnDelCloth.Size = new System.Drawing.Size(407, 32);
- this.btnDelCloth.TabIndex = 15;
- this.btnDelCloth.Text = "Удалить выделенную ткань из документа";
- this.btnDelCloth.UseVisualStyleBackColor = false;
- this.btnDelCloth.Click += new System.EventHandler(this.btnDelCloth_Click);
- //
- // dgvCloth
- //
- this.dgvCloth.AllowUserToAddRows = false;
- this.dgvCloth.AllowUserToDeleteRows = false;
- this.dgvCloth.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvCloth.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column1,
- this.Column2,
- this.Column3,
- this.Column4,
- this.Column5});
- this.dgvCloth.Location = new System.Drawing.Point(8, 143);
- this.dgvCloth.Margin = new System.Windows.Forms.Padding(2);
- this.dgvCloth.MultiSelect = false;
- this.dgvCloth.Name = "dgvCloth";
- this.dgvCloth.ReadOnly = true;
- this.dgvCloth.RowTemplate.Height = 24;
- this.dgvCloth.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvCloth.Size = new System.Drawing.Size(841, 238);
- this.dgvCloth.TabIndex = 14;
- //
- // btnAddCloth
- //
- this.btnAddCloth.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.btnAddCloth.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnAddCloth.Location = new System.Drawing.Point(8, 111);
- this.btnAddCloth.Margin = new System.Windows.Forms.Padding(2);
- this.btnAddCloth.Name = "btnAddCloth";
- this.btnAddCloth.Size = new System.Drawing.Size(313, 29);
- this.btnAddCloth.TabIndex = 13;
- this.btnAddCloth.Text = "Добавить эту ткань в документ";
- this.btnAddCloth.UseVisualStyleBackColor = false;
- this.btnAddCloth.Click += new System.EventHandler(this.btnAddCloth_Click);
- //
- // btnClearPhoto
- //
- this.btnClearPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.btnClearPhoto.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnClearPhoto.Location = new System.Drawing.Point(717, 67);
- this.btnClearPhoto.Margin = new System.Windows.Forms.Padding(2);
- this.btnClearPhoto.Name = "btnClearPhoto";
- this.btnClearPhoto.Size = new System.Drawing.Size(120, 36);
- this.btnClearPhoto.TabIndex = 12;
- this.btnClearPhoto.Text = "Очистить фото";
- this.btnClearPhoto.UseVisualStyleBackColor = false;
- this.btnClearPhoto.Click += new System.EventHandler(this.btnClearPhoto_Click);
- //
- // btnLoadPhoto
- //
- this.btnLoadPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.btnLoadPhoto.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnLoadPhoto.Location = new System.Drawing.Point(717, 14);
- this.btnLoadPhoto.Margin = new System.Windows.Forms.Padding(2);
- this.btnLoadPhoto.Name = "btnLoadPhoto";
- this.btnLoadPhoto.Size = new System.Drawing.Size(120, 38);
- this.btnLoadPhoto.TabIndex = 11;
- this.btnLoadPhoto.Text = "Загрузить фото";
- this.btnLoadPhoto.UseVisualStyleBackColor = false;
- this.btnLoadPhoto.Click += new System.EventHandler(this.btnLoadPhoto_Click);
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(340, 12);
- this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(100, 22);
- this.label6.TabIndex = 9;
- this.label6.Text = "Описание:";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(47, 81);
- this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(57, 22);
- this.label5.TabIndex = 8;
- this.label5.Text = "Цвет:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(188, 48);
- this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(68, 22);
- this.label4.TabIndex = 7;
- this.label4.Text = "Длина:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(21, 53);
- this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(83, 22);
- this.label3.TabIndex = 6;
- this.label3.Text = "Ширина:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(6, 15);
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(98, 22);
- this.label2.TabIndex = 5;
- this.label2.Text = "Название:";
- //
- // tbxDescr
- //
- this.tbxDescr.Location = new System.Drawing.Point(340, 36);
- this.tbxDescr.Margin = new System.Windows.Forms.Padding(2);
- this.tbxDescr.Multiline = true;
- this.tbxDescr.Name = "tbxDescr";
- this.tbxDescr.Size = new System.Drawing.Size(202, 103);
- this.tbxDescr.TabIndex = 4;
- //
- // tbxColor
- //
- this.tbxColor.Location = new System.Drawing.Point(108, 78);
- this.tbxColor.Margin = new System.Windows.Forms.Padding(2);
- this.tbxColor.Name = "tbxColor";
- this.tbxColor.Size = new System.Drawing.Size(102, 29);
- this.tbxColor.TabIndex = 3;
- //
- // tbxLenght
- //
- this.tbxLenght.Location = new System.Drawing.Point(260, 45);
- this.tbxLenght.Margin = new System.Windows.Forms.Padding(2);
- this.tbxLenght.Name = "tbxLenght";
- this.tbxLenght.Size = new System.Drawing.Size(76, 29);
- this.tbxLenght.TabIndex = 2;
- //
- // tbxWidth
- //
- this.tbxWidth.Location = new System.Drawing.Point(108, 45);
- this.tbxWidth.Margin = new System.Windows.Forms.Padding(2);
- this.tbxWidth.Name = "tbxWidth";
- this.tbxWidth.Size = new System.Drawing.Size(76, 29);
- this.tbxWidth.TabIndex = 1;
- //
- // tbxTitle
- //
- this.tbxTitle.Location = new System.Drawing.Point(108, 12);
- this.tbxTitle.Margin = new System.Windows.Forms.Padding(2);
- this.tbxTitle.Name = "tbxTitle";
- this.tbxTitle.Size = new System.Drawing.Size(228, 29);
- this.tbxTitle.TabIndex = 0;
- //
- // tabPage2
- //
- this.tabPage2.Location = new System.Drawing.Point(4, 31);
- this.tabPage2.Margin = new System.Windows.Forms.Padding(2);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(2);
- this.tabPage2.Size = new System.Drawing.Size(853, 433);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "Добавить в документ фурнитуру";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // pbxPhotoCloth
- //
- this.pbxPhotoCloth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.pbxPhotoCloth.Location = new System.Drawing.Point(575, 12);
- this.pbxPhotoCloth.Margin = new System.Windows.Forms.Padding(2);
- this.pbxPhotoCloth.Name = "pbxPhotoCloth";
- this.pbxPhotoCloth.Size = new System.Drawing.Size(138, 127);
- this.pbxPhotoCloth.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pbxPhotoCloth.TabIndex = 10;
- this.pbxPhotoCloth.TabStop = false;
- //
- // pbxPhoto
- //
- this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
- this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
- this.pbxPhoto.Location = new System.Drawing.Point(695, 0);
- this.pbxPhoto.Margin = new System.Windows.Forms.Padding(44, 20, 44, 20);
- this.pbxPhoto.Name = "pbxPhoto";
- this.pbxPhoto.Size = new System.Drawing.Size(188, 85);
- this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pbxPhoto.TabIndex = 0;
- this.pbxPhoto.TabStop = false;
- //
- // ofdPhoto
- //
- this.ofdPhoto.FileName = "openFileDialog1";
- //
- // btnOk
- //
- this.btnOk.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnOk.Location = new System.Drawing.Point(11, 566);
- this.btnOk.Margin = new System.Windows.Forms.Padding(2);
- this.btnOk.Name = "btnOk";
- this.btnOk.Size = new System.Drawing.Size(142, 32);
- this.btnOk.TabIndex = 16;
- this.btnOk.Text = "OK";
- this.btnOk.UseVisualStyleBackColor = false;
- this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnClose.Location = new System.Drawing.Point(726, 561);
- this.btnClose.Margin = new System.Windows.Forms.Padding(2);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(142, 32);
- this.btnClose.TabIndex = 17;
- this.btnClose.Text = "Отменить";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // Column1
- //
- this.Column1.HeaderText = "Название";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- this.Column1.Width = 150;
- //
- // Column2
- //
- this.Column2.HeaderText = "Цвет";
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- //
- // Column3
- //
- this.Column3.HeaderText = "Ширина";
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- //
- // Column4
- //
- this.Column4.HeaderText = "Длина";
- this.Column4.Name = "Column4";
- this.Column4.ReadOnly = true;
- //
- // Column5
- //
- this.Column5.HeaderText = "Описание";
- this.Column5.Name = "Column5";
- this.Column5.ReadOnly = true;
- this.Column5.Width = 200;
- //
- // FormAddTovar
- //
- 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(883, 604);
- this.Controls.Add(this.btnClose);
- this.Controls.Add(this.btnOk);
- this.Controls.Add(this.tabControl1);
- 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.MaximizeBox = false;
- this.Name = "FormAddTovar";
- this.Text = "СУБД Швейная фабрика";
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvCloth)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbxPhotoCloth)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pbxPhoto;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.Button btnDelCloth;
- private System.Windows.Forms.DataGridView dgvCloth;
- private System.Windows.Forms.Button btnAddCloth;
- private System.Windows.Forms.Button btnClearPhoto;
- private System.Windows.Forms.Button btnLoadPhoto;
- private System.Windows.Forms.PictureBox pbxPhotoCloth;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox tbxDescr;
- private System.Windows.Forms.TextBox tbxColor;
- private System.Windows.Forms.TextBox tbxLenght;
- private System.Windows.Forms.TextBox tbxWidth;
- private System.Windows.Forms.TextBox tbxTitle;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.OpenFileDialog ofdPhoto;
- private System.Windows.Forms.Button btnOk;
- private System.Windows.Forms.Button btnClose;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
- }
- }
|