|
@@ -28,12 +28,360 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- this.components = new System.ComponentModel.Container();
|
|
|
+ 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.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
+ this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
|
+ this.BtnDelTkan = new System.Windows.Forms.Button();
|
|
|
+ this.DgvTkan = new System.Windows.Forms.DataGridView();
|
|
|
+ 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.BtnAddTkan = new System.Windows.Forms.Button();
|
|
|
+ this.BtnClearPhotoTkan = new System.Windows.Forms.Button();
|
|
|
+ this.BtnLoadPhotoTkan = new System.Windows.Forms.Button();
|
|
|
+ this.PbxPhotoTkan = new System.Windows.Forms.PictureBox();
|
|
|
+ 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.TbxCommentTkan = new System.Windows.Forms.TextBox();
|
|
|
+ this.TbxColorTkan = new System.Windows.Forms.TextBox();
|
|
|
+ this.TbxLengthTkan = new System.Windows.Forms.TextBox();
|
|
|
+ this.TbxWithTkan = new System.Windows.Forms.TextBox();
|
|
|
+ this.TbxTitleTkan = new System.Windows.Forms.TextBox();
|
|
|
+ this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
|
+ this.panel1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
+ this.tabControl1.SuspendLayout();
|
|
|
+ this.tabPage1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.PbxPhotoTkan)).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(772, 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(196, 50);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(340, 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;
|
|
|
+ //
|
|
|
+ // tabControl1
|
|
|
+ //
|
|
|
+ this.tabControl1.Controls.Add(this.tabPage1);
|
|
|
+ this.tabControl1.Controls.Add(this.tabPage2);
|
|
|
+ this.tabControl1.Location = new System.Drawing.Point(12, 136);
|
|
|
+ this.tabControl1.Name = "tabControl1";
|
|
|
+ this.tabControl1.SelectedIndex = 0;
|
|
|
+ this.tabControl1.Size = new System.Drawing.Size(753, 473);
|
|
|
+ this.tabControl1.TabIndex = 6;
|
|
|
+ //
|
|
|
+ // tabPage1
|
|
|
+ //
|
|
|
+ this.tabPage1.Controls.Add(this.BtnDelTkan);
|
|
|
+ this.tabPage1.Controls.Add(this.DgvTkan);
|
|
|
+ this.tabPage1.Controls.Add(this.BtnAddTkan);
|
|
|
+ this.tabPage1.Controls.Add(this.BtnClearPhotoTkan);
|
|
|
+ this.tabPage1.Controls.Add(this.BtnLoadPhotoTkan);
|
|
|
+ this.tabPage1.Controls.Add(this.PbxPhotoTkan);
|
|
|
+ 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.TbxCommentTkan);
|
|
|
+ this.tabPage1.Controls.Add(this.TbxColorTkan);
|
|
|
+ this.tabPage1.Controls.Add(this.TbxLengthTkan);
|
|
|
+ this.tabPage1.Controls.Add(this.TbxWithTkan);
|
|
|
+ this.tabPage1.Controls.Add(this.TbxTitleTkan);
|
|
|
+ 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(745, 444);
|
|
|
+ this.tabPage1.TabIndex = 0;
|
|
|
+ this.tabPage1.Text = "Добавить в документ ткани";
|
|
|
+ this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // BtnDelTkan
|
|
|
+ //
|
|
|
+ this.BtnDelTkan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnDelTkan.Location = new System.Drawing.Point(9, 398);
|
|
|
+ this.BtnDelTkan.Name = "BtnDelTkan";
|
|
|
+ this.BtnDelTkan.Size = new System.Drawing.Size(363, 28);
|
|
|
+ this.BtnDelTkan.TabIndex = 15;
|
|
|
+ this.BtnDelTkan.Text = "Удалить выделенную ткань из документа";
|
|
|
+ this.BtnDelTkan.UseVisualStyleBackColor = false;
|
|
|
+ //
|
|
|
+ // DgvTkan
|
|
|
+ //
|
|
|
+ this.DgvTkan.AllowUserToAddRows = false;
|
|
|
+ this.DgvTkan.AllowUserToDeleteRows = false;
|
|
|
+ this.DgvTkan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.DgvTkan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.Column1,
|
|
|
+ this.Column2,
|
|
|
+ this.Column3,
|
|
|
+ this.Column4,
|
|
|
+ this.Column5});
|
|
|
+ this.DgvTkan.Location = new System.Drawing.Point(9, 176);
|
|
|
+ this.DgvTkan.MultiSelect = false;
|
|
|
+ this.DgvTkan.Name = "DgvTkan";
|
|
|
+ this.DgvTkan.ReadOnly = true;
|
|
|
+ this.DgvTkan.RowHeadersWidth = 51;
|
|
|
+ this.DgvTkan.RowTemplate.Height = 24;
|
|
|
+ this.DgvTkan.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
+ this.DgvTkan.Size = new System.Drawing.Size(718, 207);
|
|
|
+ this.DgvTkan.TabIndex = 14;
|
|
|
+ //
|
|
|
+ // Column1
|
|
|
+ //
|
|
|
+ this.Column1.HeaderText = "Название";
|
|
|
+ this.Column1.MinimumWidth = 6;
|
|
|
+ this.Column1.Name = "Column1";
|
|
|
+ this.Column1.ReadOnly = true;
|
|
|
+ this.Column1.Width = 150;
|
|
|
+ //
|
|
|
+ // Column2
|
|
|
+ //
|
|
|
+ this.Column2.HeaderText = "Цвет";
|
|
|
+ this.Column2.MinimumWidth = 6;
|
|
|
+ this.Column2.Name = "Column2";
|
|
|
+ this.Column2.ReadOnly = true;
|
|
|
+ this.Column2.Width = 125;
|
|
|
+ //
|
|
|
+ // Column3
|
|
|
+ //
|
|
|
+ this.Column3.HeaderText = "Ширина";
|
|
|
+ this.Column3.MinimumWidth = 6;
|
|
|
+ this.Column3.Name = "Column3";
|
|
|
+ this.Column3.ReadOnly = true;
|
|
|
+ this.Column3.Width = 125;
|
|
|
+ //
|
|
|
+ // Column4
|
|
|
+ //
|
|
|
+ this.Column4.HeaderText = "Длина";
|
|
|
+ this.Column4.MinimumWidth = 6;
|
|
|
+ this.Column4.Name = "Column4";
|
|
|
+ this.Column4.ReadOnly = true;
|
|
|
+ this.Column4.Width = 125;
|
|
|
+ //
|
|
|
+ // Column5
|
|
|
+ //
|
|
|
+ this.Column5.HeaderText = "Описание";
|
|
|
+ this.Column5.MinimumWidth = 6;
|
|
|
+ this.Column5.Name = "Column5";
|
|
|
+ this.Column5.ReadOnly = true;
|
|
|
+ this.Column5.Width = 200;
|
|
|
+ //
|
|
|
+ // BtnAddTkan
|
|
|
+ //
|
|
|
+ this.BtnAddTkan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnAddTkan.Location = new System.Drawing.Point(9, 132);
|
|
|
+ this.BtnAddTkan.Name = "BtnAddTkan";
|
|
|
+ this.BtnAddTkan.Size = new System.Drawing.Size(363, 28);
|
|
|
+ this.BtnAddTkan.TabIndex = 13;
|
|
|
+ this.BtnAddTkan.Text = "Добавить эту ткань в документ";
|
|
|
+ this.BtnAddTkan.UseVisualStyleBackColor = false;
|
|
|
+ //
|
|
|
+ // BtnClearPhotoTkan
|
|
|
+ //
|
|
|
+ this.BtnClearPhotoTkan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnClearPhotoTkan.Location = new System.Drawing.Point(567, 63);
|
|
|
+ this.BtnClearPhotoTkan.Name = "BtnClearPhotoTkan";
|
|
|
+ this.BtnClearPhotoTkan.Size = new System.Drawing.Size(160, 28);
|
|
|
+ this.BtnClearPhotoTkan.TabIndex = 12;
|
|
|
+ this.BtnClearPhotoTkan.Text = "Очистить фото";
|
|
|
+ this.BtnClearPhotoTkan.UseVisualStyleBackColor = false;
|
|
|
+ //
|
|
|
+ // BtnLoadPhotoTkan
|
|
|
+ //
|
|
|
+ this.BtnLoadPhotoTkan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnLoadPhotoTkan.Location = new System.Drawing.Point(567, 18);
|
|
|
+ this.BtnLoadPhotoTkan.Name = "BtnLoadPhotoTkan";
|
|
|
+ this.BtnLoadPhotoTkan.Size = new System.Drawing.Size(160, 28);
|
|
|
+ this.BtnLoadPhotoTkan.TabIndex = 11;
|
|
|
+ this.BtnLoadPhotoTkan.Text = "Загрузить фото";
|
|
|
+ this.BtnLoadPhotoTkan.UseVisualStyleBackColor = false;
|
|
|
+ //
|
|
|
+ // PbxPhotoTkan
|
|
|
+ //
|
|
|
+ this.PbxPhotoTkan.Location = new System.Drawing.Point(397, 15);
|
|
|
+ this.PbxPhotoTkan.Name = "PbxPhotoTkan";
|
|
|
+ this.PbxPhotoTkan.Size = new System.Drawing.Size(154, 145);
|
|
|
+ this.PbxPhotoTkan.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
+ this.PbxPhotoTkan.TabIndex = 10;
|
|
|
+ this.PbxPhotoTkan.TabStop = false;
|
|
|
+ //
|
|
|
+ // label6
|
|
|
+ //
|
|
|
+ this.label6.AutoSize = true;
|
|
|
+ this.label6.Location = new System.Drawing.Point(6, 102);
|
|
|
+ this.label6.Name = "label6";
|
|
|
+ this.label6.Size = new System.Drawing.Size(75, 16);
|
|
|
+ this.label6.TabIndex = 9;
|
|
|
+ this.label6.Text = "Описание:";
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Location = new System.Drawing.Point(35, 74);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(42, 16);
|
|
|
+ this.label5.TabIndex = 8;
|
|
|
+ this.label5.Text = "Цвет:";
|
|
|
+ //
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Location = new System.Drawing.Point(215, 46);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(51, 16);
|
|
|
+ this.label4.TabIndex = 7;
|
|
|
+ this.label4.Text = "Длина:";
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Location = new System.Drawing.Point(17, 46);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(61, 16);
|
|
|
+ this.label3.TabIndex = 6;
|
|
|
+ this.label3.Text = "Ширина:";
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Location = new System.Drawing.Point(4, 18);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(76, 16);
|
|
|
+ this.label2.TabIndex = 5;
|
|
|
+ this.label2.Text = "Название:";
|
|
|
+ //
|
|
|
+ // TbxCommentTkan
|
|
|
+ //
|
|
|
+ this.TbxCommentTkan.Location = new System.Drawing.Point(86, 99);
|
|
|
+ this.TbxCommentTkan.Name = "TbxCommentTkan";
|
|
|
+ this.TbxCommentTkan.Size = new System.Drawing.Size(286, 22);
|
|
|
+ this.TbxCommentTkan.TabIndex = 4;
|
|
|
+ //
|
|
|
+ // TbxColorTkan
|
|
|
+ //
|
|
|
+ this.TbxColorTkan.Location = new System.Drawing.Point(86, 71);
|
|
|
+ this.TbxColorTkan.Name = "TbxColorTkan";
|
|
|
+ this.TbxColorTkan.Size = new System.Drawing.Size(100, 22);
|
|
|
+ this.TbxColorTkan.TabIndex = 3;
|
|
|
+ //
|
|
|
+ // TbxLengthTkan
|
|
|
+ //
|
|
|
+ this.TbxLengthTkan.Location = new System.Drawing.Point(272, 43);
|
|
|
+ this.TbxLengthTkan.Name = "TbxLengthTkan";
|
|
|
+ this.TbxLengthTkan.Size = new System.Drawing.Size(100, 22);
|
|
|
+ this.TbxLengthTkan.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // TbxWithTkan
|
|
|
+ //
|
|
|
+ this.TbxWithTkan.Location = new System.Drawing.Point(86, 43);
|
|
|
+ this.TbxWithTkan.Name = "TbxWithTkan";
|
|
|
+ this.TbxWithTkan.Size = new System.Drawing.Size(100, 22);
|
|
|
+ this.TbxWithTkan.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // TbxTitleTkan
|
|
|
+ //
|
|
|
+ this.TbxTitleTkan.Location = new System.Drawing.Point(86, 15);
|
|
|
+ this.TbxTitleTkan.Name = "TbxTitleTkan";
|
|
|
+ this.TbxTitleTkan.Size = new System.Drawing.Size(286, 22);
|
|
|
+ this.TbxTitleTkan.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // tabPage2
|
|
|
+ //
|
|
|
+ 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(745, 444);
|
|
|
+ this.tabPage2.TabIndex = 1;
|
|
|
+ this.tabPage2.Text = "Добавить в документ фурнитуру";
|
|
|
+ this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // FormGetMaterial
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
- this.Text = "FormGetMaterial";
|
|
|
+ this.ClientSize = new System.Drawing.Size(772, 615);
|
|
|
+ this.Controls.Add(this.tabControl1);
|
|
|
+ this.Controls.Add(this.panel1);
|
|
|
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
+ this.Name = "FormGetMaterial";
|
|
|
+ this.Text = "СУБД \"Швейная фабрика\"";
|
|
|
+ this.panel1.ResumeLayout(false);
|
|
|
+ this.panel1.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
+ this.tabControl1.ResumeLayout(false);
|
|
|
+ this.tabPage1.ResumeLayout(false);
|
|
|
+ this.tabPage1.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.PbxPhotoTkan)).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.TabControl tabControl1;
|
|
|
+ private System.Windows.Forms.TabPage tabPage1;
|
|
|
+ private System.Windows.Forms.Button BtnDelTkan;
|
|
|
+ private System.Windows.Forms.DataGridView DgvTkan;
|
|
|
+ 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;
|
|
|
+ private System.Windows.Forms.Button BtnAddTkan;
|
|
|
+ private System.Windows.Forms.Button BtnClearPhotoTkan;
|
|
|
+ private System.Windows.Forms.Button BtnLoadPhotoTkan;
|
|
|
+ private System.Windows.Forms.PictureBox PbxPhotoTkan;
|
|
|
+ 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 TbxCommentTkan;
|
|
|
+ private System.Windows.Forms.TextBox TbxColorTkan;
|
|
|
+ private System.Windows.Forms.TextBox TbxLengthTkan;
|
|
|
+ private System.Windows.Forms.TextBox TbxWithTkan;
|
|
|
+ private System.Windows.Forms.TextBox TbxTitleTkan;
|
|
|
+ private System.Windows.Forms.TabPage tabPage2;
|
|
|
}
|
|
|
}
|