123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323 |
- namespace СУБД_Фабрика
- {
- partial class FormSpisMaterial
- {
- /// <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(FormSpisMaterial));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.DgvTkan = new System.Windows.Forms.DataGridView();
- this.DgvFurn = new System.Windows.Forms.DataGridView();
- this.BtnExcel = new System.Windows.Forms.Button();
- this.BtnSpisMaterial = new System.Windows.Forms.Button();
- this.BtnCancel = new System.Windows.Forms.Button();
- this.sewingFactoryMURDataSet1 = new СУБД_Фабрика.SewingFactoryMURDataSet();
- this.BsClothes = new System.Windows.Forms.BindingSource(this.components);
- this.clothTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.ClothTableAdapter();
- this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.widthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.lengthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BsFurn = new System.Windows.Forms.BindingSource(this.components);
- this.furnituraTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.FurnituraTableAdapter();
- this.namefurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.countfurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvFurn)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsClothes)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsFurn)).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.Margin = new System.Windows.Forms.Padding(4);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(792, 91);
- this.panel1.TabIndex = 2;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(179, 37);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(158, 23);
- this.label1.TabIndex = 1;
- this.label1.Text = "Списать материалы";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
- this.pictureBox1.Image = global::СУБД_Фабрика.Properties.Resources.fabric_logo;
- this.pictureBox1.Location = new System.Drawing.Point(691, 0);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(101, 91);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(12, 95);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(47, 20);
- this.label2.TabIndex = 3;
- this.label2.Text = "Ткани:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(12, 336);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(79, 20);
- this.label3.TabIndex = 4;
- this.label3.Text = "Фурнитура:";
- //
- // 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.titleDataGridViewTextBoxColumn,
- this.widthDataGridViewTextBoxColumn,
- this.lengthDataGridViewTextBoxColumn,
- this.Column4,
- this.Column5});
- this.DgvTkan.DataSource = this.BsClothes;
- this.DgvTkan.Location = new System.Drawing.Point(16, 118);
- this.DgvTkan.Name = "DgvTkan";
- this.DgvTkan.Size = new System.Drawing.Size(548, 198);
- this.DgvTkan.TabIndex = 5;
- //
- // DgvFurn
- //
- this.DgvFurn.AllowUserToAddRows = false;
- this.DgvFurn.AllowUserToDeleteRows = false;
- this.DgvFurn.AutoGenerateColumns = false;
- this.DgvFurn.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DgvFurn.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.namefurDataGridViewTextBoxColumn,
- this.countfurDataGridViewTextBoxColumn,
- this.Column1,
- this.Column2});
- this.DgvFurn.DataSource = this.BsFurn;
- this.DgvFurn.Location = new System.Drawing.Point(16, 359);
- this.DgvFurn.Name = "DgvFurn";
- this.DgvFurn.Size = new System.Drawing.Size(449, 223);
- this.DgvFurn.TabIndex = 6;
- //
- // BtnExcel
- //
- this.BtnExcel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnExcel.Location = new System.Drawing.Point(592, 477);
- this.BtnExcel.Name = "BtnExcel";
- this.BtnExcel.Size = new System.Drawing.Size(188, 31);
- this.BtnExcel.TabIndex = 41;
- this.BtnExcel.Text = "Сформировать документ";
- this.BtnExcel.UseVisualStyleBackColor = false;
- this.BtnExcel.Click += new System.EventHandler(this.BtnExcel_Click);
- //
- // BtnSpisMaterial
- //
- this.BtnSpisMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnSpisMaterial.Location = new System.Drawing.Point(592, 514);
- this.BtnSpisMaterial.Name = "BtnSpisMaterial";
- this.BtnSpisMaterial.Size = new System.Drawing.Size(188, 31);
- this.BtnSpisMaterial.TabIndex = 42;
- this.BtnSpisMaterial.Text = "Списать материалы";
- this.BtnSpisMaterial.UseVisualStyleBackColor = false;
- this.BtnSpisMaterial.Click += new System.EventHandler(this.BtnSpisMaterial_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(592, 551);
- this.BtnCancel.Name = "BtnCancel";
- this.BtnCancel.Size = new System.Drawing.Size(188, 31);
- this.BtnCancel.TabIndex = 43;
- this.BtnCancel.Text = "Отмена";
- this.BtnCancel.UseVisualStyleBackColor = false;
- //
- // sewingFactoryMURDataSet1
- //
- this.sewingFactoryMURDataSet1.DataSetName = "SewingFactoryMURDataSet";
- this.sewingFactoryMURDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // BsClothes
- //
- this.BsClothes.DataMember = "Cloth";
- this.BsClothes.DataSource = this.sewingFactoryMURDataSet1;
- //
- // clothTableAdapter
- //
- this.clothTableAdapter.ClearBeforeFill = true;
- //
- // titleDataGridViewTextBoxColumn
- //
- this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title";
- this.titleDataGridViewTextBoxColumn.HeaderText = "Название";
- this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
- //
- // widthDataGridViewTextBoxColumn
- //
- this.widthDataGridViewTextBoxColumn.DataPropertyName = "Width";
- this.widthDataGridViewTextBoxColumn.HeaderText = "Ширина";
- this.widthDataGridViewTextBoxColumn.Name = "widthDataGridViewTextBoxColumn";
- //
- // lengthDataGridViewTextBoxColumn
- //
- this.lengthDataGridViewTextBoxColumn.DataPropertyName = "Length";
- this.lengthDataGridViewTextBoxColumn.DividerWidth = 4;
- this.lengthDataGridViewTextBoxColumn.HeaderText = "Длина";
- this.lengthDataGridViewTextBoxColumn.Name = "lengthDataGridViewTextBoxColumn";
- //
- // Column4
- //
- this.Column4.HeaderText = "Сколько списать";
- this.Column4.Name = "Column4";
- //
- // Column5
- //
- this.Column5.HeaderText = "Причина";
- this.Column5.Name = "Column5";
- //
- // BsFurn
- //
- this.BsFurn.DataMember = "Furnitura";
- this.BsFurn.DataSource = this.sewingFactoryMURDataSet1;
- //
- // furnituraTableAdapter
- //
- this.furnituraTableAdapter.ClearBeforeFill = true;
- //
- // namefurDataGridViewTextBoxColumn
- //
- this.namefurDataGridViewTextBoxColumn.DataPropertyName = "namefur";
- this.namefurDataGridViewTextBoxColumn.HeaderText = "Название";
- this.namefurDataGridViewTextBoxColumn.Name = "namefurDataGridViewTextBoxColumn";
- //
- // countfurDataGridViewTextBoxColumn
- //
- this.countfurDataGridViewTextBoxColumn.DataPropertyName = "countfur";
- this.countfurDataGridViewTextBoxColumn.DividerWidth = 4;
- this.countfurDataGridViewTextBoxColumn.HeaderText = "Количество";
- this.countfurDataGridViewTextBoxColumn.Name = "countfurDataGridViewTextBoxColumn";
- //
- // Column1
- //
- this.Column1.HeaderText = "Сколько списать";
- this.Column1.Name = "Column1";
- //
- // Column2
- //
- this.Column2.HeaderText = "Причина";
- this.Column2.Name = "Column2";
- //
- // FormSpisMaterial
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(792, 610);
- this.Controls.Add(this.BtnCancel);
- this.Controls.Add(this.BtnSpisMaterial);
- this.Controls.Add(this.BtnExcel);
- this.Controls.Add(this.DgvFurn);
- this.Controls.Add(this.DgvTkan);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Arial Narrow", 12F, 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(4, 5, 4, 5);
- this.Name = "FormSpisMaterial";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "СУБД \"Швейная фабрика\"";
- this.Load += new System.EventHandler(this.FormSpisMaterial_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvFurn)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsClothes)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsFurn)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.DataGridView DgvTkan;
- private System.Windows.Forms.DataGridView DgvFurn;
- private System.Windows.Forms.Button BtnExcel;
- private System.Windows.Forms.Button BtnSpisMaterial;
- private System.Windows.Forms.Button BtnCancel;
- private SewingFactoryMURDataSet sewingFactoryMURDataSet1;
- private System.Windows.Forms.BindingSource BsClothes;
- private SewingFactoryMURDataSetTableAdapters.ClothTableAdapter clothTableAdapter;
- private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn widthDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn lengthDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
- private System.Windows.Forms.BindingSource BsFurn;
- private SewingFactoryMURDataSetTableAdapters.FurnituraTableAdapter furnituraTableAdapter;
- private System.Windows.Forms.DataGridViewTextBoxColumn namefurDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn countfurDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- }
- }
|