|
@@ -0,0 +1,527 @@
|
|
|
+namespace FactoryLVS
|
|
|
+{
|
|
|
+ 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()
|
|
|
+ {
|
|
|
+ this.components = new System.ComponentModel.Container();
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAddTovar));
|
|
|
+ this.btnClose = new System.Windows.Forms.Button();
|
|
|
+ this.btnOk = new System.Windows.Forms.Button();
|
|
|
+ this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
+ this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
|
+ this.btnDelCloth = new System.Windows.Forms.Button();
|
|
|
+ this.dgvTkan = 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.pbxPhotoCloth = 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.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.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.pbxPhoto = new System.Windows.Forms.PictureBox();
|
|
|
+ this.ofdPhoto = new System.Windows.Forms.OpenFileDialog();
|
|
|
+ this.BsTkan = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.factoryLVSDataSet = new FactoryLVS.FactoryLVSDataSet();
|
|
|
+ this.tkanTableAdapter = new FactoryLVS.FactoryLVSDataSetTableAdapters.TkanTableAdapter();
|
|
|
+ this.fKOrdersTkanBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.ordersTableAdapter = new FactoryLVS.FactoryLVSDataSetTableAdapters.OrdersTableAdapter();
|
|
|
+ this.namePhotoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.commentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.widthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.lengthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.idcolorDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.idTkanDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.tkanBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.tabControl1.SuspendLayout();
|
|
|
+ this.tabPage1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvTkan)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbxPhotoCloth)).BeginInit();
|
|
|
+ this.panel1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.BsTkan)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.factoryLVSDataSet)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.fKOrdersTkanBindingSource)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.tkanBindingSource)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // 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, 560);
|
|
|
+ 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 = 21;
|
|
|
+ this.btnClose.Text = "Отменить";
|
|
|
+ this.btnClose.UseVisualStyleBackColor = false;
|
|
|
+ this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
|
+ //
|
|
|
+ // 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, 565);
|
|
|
+ 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 = 20;
|
|
|
+ this.btnOk.Text = "OK";
|
|
|
+ this.btnOk.UseVisualStyleBackColor = false;
|
|
|
+ this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
|
|
+ //
|
|
|
+ // tabControl1
|
|
|
+ //
|
|
|
+ this.tabControl1.Controls.Add(this.tabPage1);
|
|
|
+ this.tabControl1.Controls.Add(this.tabPage2);
|
|
|
+ this.tabControl1.Location = new System.Drawing.Point(11, 93);
|
|
|
+ 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 = 19;
|
|
|
+ //
|
|
|
+ // tabPage1
|
|
|
+ //
|
|
|
+ this.tabPage1.Controls.Add(this.btnDelCloth);
|
|
|
+ this.tabPage1.Controls.Add(this.dgvTkan);
|
|
|
+ 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, 22);
|
|
|
+ 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, 442);
|
|
|
+ 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);
|
|
|
+ //
|
|
|
+ // dgvTkan
|
|
|
+ //
|
|
|
+ this.dgvTkan.AllowUserToAddRows = false;
|
|
|
+ this.dgvTkan.AllowUserToDeleteRows = false;
|
|
|
+ this.dgvTkan.AutoGenerateColumns = false;
|
|
|
+ this.dgvTkan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.dgvTkan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.idTkanDataGridViewTextBoxColumn,
|
|
|
+ this.titleDataGridViewTextBoxColumn,
|
|
|
+ this.idcolorDataGridViewTextBoxColumn,
|
|
|
+ this.lengthDataGridViewTextBoxColumn,
|
|
|
+ this.widthDataGridViewTextBoxColumn,
|
|
|
+ this.commentDataGridViewTextBoxColumn,
|
|
|
+ this.namePhotoDataGridViewTextBoxColumn});
|
|
|
+ this.dgvTkan.DataSource = this.tkanBindingSource;
|
|
|
+ this.dgvTkan.Location = new System.Drawing.Point(8, 143);
|
|
|
+ this.dgvTkan.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.dgvTkan.MultiSelect = false;
|
|
|
+ this.dgvTkan.Name = "dgvTkan";
|
|
|
+ this.dgvTkan.ReadOnly = true;
|
|
|
+ this.dgvTkan.RowTemplate.Height = 24;
|
|
|
+ this.dgvTkan.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
+ this.dgvTkan.Size = new System.Drawing.Size(841, 238);
|
|
|
+ this.dgvTkan.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);
|
|
|
+ //
|
|
|
+ // 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;
|
|
|
+ //
|
|
|
+ // 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(60, 13);
|
|
|
+ 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(35, 13);
|
|
|
+ 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(43, 13);
|
|
|
+ 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(49, 13);
|
|
|
+ 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(60, 13);
|
|
|
+ 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, 20);
|
|
|
+ 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, 20);
|
|
|
+ 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, 20);
|
|
|
+ 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, 20);
|
|
|
+ this.tbxTitle.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // tabPage2
|
|
|
+ //
|
|
|
+ this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
|
+ 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, 442);
|
|
|
+ this.tabPage2.TabIndex = 1;
|
|
|
+ this.tabPage2.Text = "Добавить в документ фурнитуру";
|
|
|
+ this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // 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(879, 85);
|
|
|
+ this.panel1.TabIndex = 18;
|
|
|
+ //
|
|
|
+ // 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 = "Принятие товара";
|
|
|
+ //
|
|
|
+ // pbxPhoto
|
|
|
+ //
|
|
|
+ this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
+ this.pbxPhoto.Image = global::FactoryLVS.Properties.Resources.fabric_logo;
|
|
|
+ this.pbxPhoto.Location = new System.Drawing.Point(691, 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";
|
|
|
+ //
|
|
|
+ // BsTkan
|
|
|
+ //
|
|
|
+ this.BsTkan.DataMember = "Tkan";
|
|
|
+ this.BsTkan.DataSource = this.factoryLVSDataSet;
|
|
|
+ //
|
|
|
+ // factoryLVSDataSet
|
|
|
+ //
|
|
|
+ this.factoryLVSDataSet.DataSetName = "FactoryLVSDataSet";
|
|
|
+ this.factoryLVSDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
+ //
|
|
|
+ // tkanTableAdapter
|
|
|
+ //
|
|
|
+ this.tkanTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
+ // fKOrdersTkanBindingSource
|
|
|
+ //
|
|
|
+ this.fKOrdersTkanBindingSource.DataMember = "FK_Orders_Tkan";
|
|
|
+ this.fKOrdersTkanBindingSource.DataSource = this.BsTkan;
|
|
|
+ //
|
|
|
+ // ordersTableAdapter
|
|
|
+ //
|
|
|
+ this.ordersTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
+ // namePhotoDataGridViewTextBoxColumn
|
|
|
+ //
|
|
|
+ this.namePhotoDataGridViewTextBoxColumn.DataPropertyName = "NamePhoto";
|
|
|
+ this.namePhotoDataGridViewTextBoxColumn.HeaderText = "NamePhoto";
|
|
|
+ this.namePhotoDataGridViewTextBoxColumn.Name = "namePhotoDataGridViewTextBoxColumn";
|
|
|
+ this.namePhotoDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
+ this.namePhotoDataGridViewTextBoxColumn.Visible = false;
|
|
|
+ //
|
|
|
+ // commentDataGridViewTextBoxColumn
|
|
|
+ //
|
|
|
+ this.commentDataGridViewTextBoxColumn.DataPropertyName = "Comment";
|
|
|
+ this.commentDataGridViewTextBoxColumn.HeaderText = "Описание";
|
|
|
+ this.commentDataGridViewTextBoxColumn.Name = "commentDataGridViewTextBoxColumn";
|
|
|
+ this.commentDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // widthDataGridViewTextBoxColumn
|
|
|
+ //
|
|
|
+ this.widthDataGridViewTextBoxColumn.DataPropertyName = "Width";
|
|
|
+ this.widthDataGridViewTextBoxColumn.HeaderText = "Ширина";
|
|
|
+ this.widthDataGridViewTextBoxColumn.Name = "widthDataGridViewTextBoxColumn";
|
|
|
+ this.widthDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // lengthDataGridViewTextBoxColumn
|
|
|
+ //
|
|
|
+ this.lengthDataGridViewTextBoxColumn.DataPropertyName = "Length";
|
|
|
+ this.lengthDataGridViewTextBoxColumn.HeaderText = "Длина";
|
|
|
+ this.lengthDataGridViewTextBoxColumn.Name = "lengthDataGridViewTextBoxColumn";
|
|
|
+ this.lengthDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // idcolorDataGridViewTextBoxColumn
|
|
|
+ //
|
|
|
+ this.idcolorDataGridViewTextBoxColumn.DataPropertyName = "id_color";
|
|
|
+ this.idcolorDataGridViewTextBoxColumn.HeaderText = "id_color";
|
|
|
+ this.idcolorDataGridViewTextBoxColumn.Name = "idcolorDataGridViewTextBoxColumn";
|
|
|
+ this.idcolorDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
+ this.idcolorDataGridViewTextBoxColumn.Visible = false;
|
|
|
+ //
|
|
|
+ // titleDataGridViewTextBoxColumn
|
|
|
+ //
|
|
|
+ this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title";
|
|
|
+ this.titleDataGridViewTextBoxColumn.HeaderText = "Название";
|
|
|
+ this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
|
|
|
+ this.titleDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // idTkanDataGridViewTextBoxColumn
|
|
|
+ //
|
|
|
+ this.idTkanDataGridViewTextBoxColumn.DataPropertyName = "id_Tkan";
|
|
|
+ this.idTkanDataGridViewTextBoxColumn.HeaderText = "id_Tkan";
|
|
|
+ this.idTkanDataGridViewTextBoxColumn.Name = "idTkanDataGridViewTextBoxColumn";
|
|
|
+ this.idTkanDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
+ this.idTkanDataGridViewTextBoxColumn.Visible = false;
|
|
|
+ //
|
|
|
+ // tkanBindingSource
|
|
|
+ //
|
|
|
+ this.tkanBindingSource.DataMember = "Tkan";
|
|
|
+ this.tkanBindingSource.DataSource = this.factoryLVSDataSet;
|
|
|
+ //
|
|
|
+ // FormAddTovar
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(879, 608);
|
|
|
+ this.Controls.Add(this.btnClose);
|
|
|
+ this.Controls.Add(this.btnOk);
|
|
|
+ this.Controls.Add(this.tabControl1);
|
|
|
+ this.Controls.Add(this.panel1);
|
|
|
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
+ this.Name = "FormAddTovar";
|
|
|
+ this.Text = "СУБД \"Швейная фабрика\"";
|
|
|
+ this.Load += new System.EventHandler(this.FormAddTovar_Load);
|
|
|
+ this.tabControl1.ResumeLayout(false);
|
|
|
+ this.tabPage1.ResumeLayout(false);
|
|
|
+ this.tabPage1.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvTkan)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbxPhotoCloth)).EndInit();
|
|
|
+ this.panel1.ResumeLayout(false);
|
|
|
+ this.panel1.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.BsTkan)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.factoryLVSDataSet)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.fKOrdersTkanBindingSource)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.tkanBindingSource)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.Button btnClose;
|
|
|
+ private System.Windows.Forms.Button btnOk;
|
|
|
+ private System.Windows.Forms.TabControl tabControl1;
|
|
|
+ private System.Windows.Forms.TabPage tabPage1;
|
|
|
+ private System.Windows.Forms.Button btnDelCloth;
|
|
|
+ private System.Windows.Forms.DataGridView dgvTkan;
|
|
|
+ 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.Panel panel1;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.PictureBox pbxPhoto;
|
|
|
+ private System.Windows.Forms.OpenFileDialog ofdPhoto;
|
|
|
+ private System.Windows.Forms.BindingSource BsTkan;
|
|
|
+ private FactoryLVSDataSet factoryLVSDataSet;
|
|
|
+ private FactoryLVSDataSetTableAdapters.TkanTableAdapter tkanTableAdapter;
|
|
|
+ private System.Windows.Forms.BindingSource fKOrdersTkanBindingSource;
|
|
|
+ private FactoryLVSDataSetTableAdapters.OrdersTableAdapter ordersTableAdapter;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn idTkanDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn idcolorDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn lengthDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn widthDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn commentDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn namePhotoDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.BindingSource tkanBindingSource;
|
|
|
+ }
|
|
|
+}
|