123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359 |
- namespace СУБД_Швейная_фабрика
- {
- partial class FormSpisMatreial
- {
- /// <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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.BtnCancel = new System.Windows.Forms.Button();
- this.BtnToExcel = new System.Windows.Forms.Button();
- this.BtnSpisMaterial = new System.Windows.Forms.Button();
- this.DgvTkan = new System.Windows.Forms.DataGridView();
- this.width = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.iDClothDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.clothessBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.svFabricDataSet = new СУБД_Швейная_фабрика.SvFabricDataSet();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.DgvFurnitura = new System.Windows.Forms.DataGridView();
- this.furnituresBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.clothessTableAdapter = new СУБД_Швейная_фабрика.SvFabricDataSetTableAdapters.ClothessTableAdapter();
- this.tableAdapterManager = new СУБД_Швейная_фабрика.SvFabricDataSetTableAdapters.TableAdapterManager();
- this.furnituresTableAdapter = new СУБД_Швейная_фабрика.SvFabricDataSetTableAdapters.FurnituresTableAdapter();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.iDFurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.nameFurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.clothessBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.svFabricDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvFurnitura)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.furnituresBindingSource)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // BtnCancel
- //
- this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnCancel.Font = new System.Drawing.Font("Yu Gothic UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.BtnCancel.Location = new System.Drawing.Point(1115, 792);
- this.BtnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.BtnCancel.Name = "BtnCancel";
- this.BtnCancel.Size = new System.Drawing.Size(205, 56);
- this.BtnCancel.TabIndex = 23;
- this.BtnCancel.Text = "Отменить";
- this.BtnCancel.UseVisualStyleBackColor = false;
- this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
- //
- // BtnToExcel
- //
- this.BtnToExcel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnToExcel.Font = new System.Drawing.Font("Yu Gothic UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.BtnToExcel.Location = new System.Drawing.Point(12, 792);
- this.BtnToExcel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.BtnToExcel.Name = "BtnToExcel";
- this.BtnToExcel.Size = new System.Drawing.Size(311, 56);
- this.BtnToExcel.TabIndex = 21;
- this.BtnToExcel.Text = "Сформировать документ";
- this.BtnToExcel.UseVisualStyleBackColor = false;
- this.BtnToExcel.Click += new System.EventHandler(this.BtnToExcel_Click);
- //
- // BtnSpisMaterial
- //
- this.BtnSpisMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnSpisMaterial.Font = new System.Drawing.Font("Yu Gothic UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.BtnSpisMaterial.Location = new System.Drawing.Point(329, 792);
- this.BtnSpisMaterial.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.BtnSpisMaterial.Name = "BtnSpisMaterial";
- this.BtnSpisMaterial.Size = new System.Drawing.Size(259, 56);
- this.BtnSpisMaterial.TabIndex = 22;
- this.BtnSpisMaterial.Text = "Списать материалы";
- this.BtnSpisMaterial.UseVisualStyleBackColor = false;
- this.BtnSpisMaterial.Click += new System.EventHandler(this.BtnSpisMaterial_Click);
- //
- // DgvTkan
- //
- this.DgvTkan.AllowUserToAddRows = false;
- this.DgvTkan.AllowUserToDeleteRows = false;
- this.DgvTkan.AutoGenerateColumns = false;
- this.DgvTkan.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
- this.DgvTkan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DgvTkan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.width,
- this.Column1,
- this.Column4,
- this.iDClothDataGridViewTextBoxColumn,
- this.nameDataGridViewTextBoxColumn});
- this.DgvTkan.DataSource = this.clothessBindingSource;
- this.DgvTkan.Location = new System.Drawing.Point(19, 121);
- this.DgvTkan.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.DgvTkan.Name = "DgvTkan";
- this.DgvTkan.Size = new System.Drawing.Size(745, 613);
- this.DgvTkan.TabIndex = 17;
- //
- // width
- //
- this.width.DataPropertyName = "Name";
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
- this.width.DefaultCellStyle = dataGridViewCellStyle1;
- this.width.HeaderText = "Название";
- this.width.Name = "width";
- this.width.ReadOnly = true;
- this.width.Width = 150;
- //
- // Column1
- //
- this.Column1.DataPropertyName = "Width";
- dataGridViewCellStyle2.NullValue = null;
- this.Column1.DefaultCellStyle = dataGridViewCellStyle2;
- this.Column1.HeaderText = "Ширина";
- this.Column1.Name = "Column1";
- //
- // Column4
- //
- this.Column4.DataPropertyName = "Length";
- this.Column4.HeaderText = "Длина";
- this.Column4.Name = "Column4";
- this.Column4.Width = 150;
- //
- // iDClothDataGridViewTextBoxColumn
- //
- this.iDClothDataGridViewTextBoxColumn.HeaderText = "Сколько списать";
- this.iDClothDataGridViewTextBoxColumn.Name = "iDClothDataGridViewTextBoxColumn";
- this.iDClothDataGridViewTextBoxColumn.Width = 150;
- //
- // nameDataGridViewTextBoxColumn
- //
- this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
- this.nameDataGridViewTextBoxColumn.HeaderText = "Причина";
- this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
- this.nameDataGridViewTextBoxColumn.Width = 150;
- //
- // clothessBindingSource
- //
- this.clothessBindingSource.DataMember = "Clothess";
- this.clothessBindingSource.DataSource = this.svFabricDataSet;
- //
- // svFabricDataSet
- //
- this.svFabricDataSet.DataSetName = "SvFabricDataSet";
- this.svFabricDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Yu Gothic UI Semilight", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.Location = new System.Drawing.Point(820, 87);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(115, 30);
- this.label2.TabIndex = 20;
- this.label2.Text = "Фурнитура";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Yu Gothic UI Semilight", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label3.Location = new System.Drawing.Point(14, 87);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(69, 30);
- this.label3.TabIndex = 19;
- this.label3.Text = "Ткани";
- //
- // DgvFurnitura
- //
- this.DgvFurnitura.AllowUserToAddRows = false;
- this.DgvFurnitura.AllowUserToDeleteRows = false;
- this.DgvFurnitura.AutoGenerateColumns = false;
- this.DgvFurnitura.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
- this.DgvFurnitura.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DgvFurnitura.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column2,
- this.Column3,
- this.iDFurDataGridViewTextBoxColumn,
- this.nameFurDataGridViewTextBoxColumn});
- this.DgvFurnitura.DataSource = this.furnituresBindingSource;
- this.DgvFurnitura.Location = new System.Drawing.Point(825, 121);
- this.DgvFurnitura.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.DgvFurnitura.Name = "DgvFurnitura";
- this.DgvFurnitura.Size = new System.Drawing.Size(493, 613);
- this.DgvFurnitura.TabIndex = 18;
- //
- // furnituresBindingSource
- //
- this.furnituresBindingSource.DataMember = "Furnitures";
- this.furnituresBindingSource.DataSource = this.svFabricDataSet;
- //
- // 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.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1332, 85);
- this.panel1.TabIndex = 16;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Yu Gothic UI Light", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(795, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(525, 65);
- this.label1.TabIndex = 1;
- this.label1.Text = "СПИСАТЬ МАТЕРИАЛЫ";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBox1.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo1;
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(133, 85);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // clothessTableAdapter
- //
- this.clothessTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.ClothessTableAdapter = this.clothessTableAdapter;
- this.tableAdapterManager.ColorsTableAdapter = null;
- this.tableAdapterManager.FurnituresTableAdapter = this.furnituresTableAdapter;
- this.tableAdapterManager.IzdelieTableAdapter = null;
- this.tableAdapterManager.OrdersTableAdapter = null;
- this.tableAdapterManager.RolesTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = СУБД_Швейная_фабрика.SvFabricDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.UsersTableAdapter = null;
- //
- // furnituresTableAdapter
- //
- this.furnituresTableAdapter.ClearBeforeFill = true;
- //
- // Column2
- //
- this.Column2.DataPropertyName = "Name_Fur";
- this.Column2.HeaderText = "Название";
- this.Column2.Name = "Column2";
- //
- // Column3
- //
- this.Column3.DataPropertyName = "Count_Fur";
- this.Column3.HeaderText = "Кол-во";
- this.Column3.Name = "Column3";
- this.Column3.Width = 150;
- //
- // iDFurDataGridViewTextBoxColumn
- //
- this.iDFurDataGridViewTextBoxColumn.HeaderText = "Сколько списать";
- this.iDFurDataGridViewTextBoxColumn.Name = "iDFurDataGridViewTextBoxColumn";
- //
- // nameFurDataGridViewTextBoxColumn
- //
- this.nameFurDataGridViewTextBoxColumn.HeaderText = "Причина";
- this.nameFurDataGridViewTextBoxColumn.Name = "nameFurDataGridViewTextBoxColumn";
- //
- // FormSpisMatreial
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
- this.ClientSize = new System.Drawing.Size(1332, 859);
- this.Controls.Add(this.BtnCancel);
- this.Controls.Add(this.BtnToExcel);
- this.Controls.Add(this.BtnSpisMaterial);
- this.Controls.Add(this.DgvTkan);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.DgvFurnitura);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.Name = "FormSpisMatreial";
- this.Text = "Списать материалы";
- this.Load += new System.EventHandler(this.FormSpisMatreial_Load);
- ((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.clothessBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.svFabricDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvFurnitura)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.furnituresBindingSource)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button BtnCancel;
- private System.Windows.Forms.Button BtnToExcel;
- private System.Windows.Forms.Button BtnSpisMaterial;
- private System.Windows.Forms.DataGridView DgvTkan;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.DataGridView DgvFurnitura;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private SvFabricDataSet svFabricDataSet;
- private System.Windows.Forms.BindingSource clothessBindingSource;
- private SvFabricDataSetTableAdapters.ClothessTableAdapter clothessTableAdapter;
- private SvFabricDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private SvFabricDataSetTableAdapters.FurnituresTableAdapter furnituresTableAdapter;
- private System.Windows.Forms.BindingSource furnituresBindingSource;
- private System.Windows.Forms.DataGridViewTextBoxColumn width;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
- private System.Windows.Forms.DataGridViewTextBoxColumn iDClothDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- private System.Windows.Forms.DataGridViewTextBoxColumn iDFurDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn nameFurDataGridViewTextBoxColumn;
- }
- }
|