425 lines
21 KiB
C#
425 lines
21 KiB
C#
namespace Mip
|
|
{
|
|
partial class frmPrijemDoSkladu
|
|
{
|
|
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.gbVyrobok = new System.Windows.Forms.GroupBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.gbVstupudajov = new System.Windows.Forms.GroupBox();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.gbZobrazenieVstupov = new System.Windows.Forms.GroupBox();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.gbVyrobok.SuspendLayout();
|
|
this.gbVstupudajov.SuspendLayout();
|
|
this.gbZobrazenieVstupov.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(5, 23);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(82, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Názov výrobku:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.label2.Location = new System.Drawing.Point(85, 16);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(172, 27);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "výrobok";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.label3.ForeColor = System.Drawing.Color.Red;
|
|
this.label3.Location = new System.Drawing.Point(21, 35);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(65, 29);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "00000";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.label4.Location = new System.Drawing.Point(100, 35);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(65, 29);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "00000";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// gbVyrobok
|
|
//
|
|
this.gbVyrobok.Controls.Add(this.label9);
|
|
this.gbVyrobok.Controls.Add(this.label8);
|
|
this.gbVyrobok.Controls.Add(this.label1);
|
|
this.gbVyrobok.Controls.Add(this.label2);
|
|
this.gbVyrobok.Location = new System.Drawing.Point(2, 2);
|
|
this.gbVyrobok.Name = "gbVyrobok";
|
|
this.gbVyrobok.Size = new System.Drawing.Size(264, 77);
|
|
this.gbVyrobok.TabIndex = 4;
|
|
this.gbVyrobok.TabStop = false;
|
|
this.gbVyrobok.Text = "Výrobok a počet kusov";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.label9.Location = new System.Drawing.Point(53, 49);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(20, 24);
|
|
this.label9.TabIndex = 5;
|
|
this.label9.Text = "0";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(5, 54);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(47, 13);
|
|
this.label8.TabIndex = 4;
|
|
this.label8.Text = "Materiál:";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.label5.ForeColor = System.Drawing.Color.ForestGreen;
|
|
this.label5.Location = new System.Drawing.Point(179, 35);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(65, 29);
|
|
this.label5.TabIndex = 0;
|
|
this.label5.Text = "00000";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Location = new System.Drawing.Point(78, 66);
|
|
this.comboBox1.MaxLength = 4;
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(47, 21);
|
|
this.comboBox1.TabIndex = 1;
|
|
this.comboBox1.SelectedValueChanged += new System.EventHandler(this.comboBox1_SelectedValueChanged);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(5, 70);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(74, 13);
|
|
this.label6.TabIndex = 2;
|
|
this.label6.Text = "Do krabice č.:";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(78, 93);
|
|
this.textBox1.MaxLength = 6;
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(47, 20);
|
|
this.textBox1.TabIndex = 3;
|
|
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
|
this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(133, 64);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(126, 23);
|
|
this.button1.TabIndex = 5;
|
|
this.button1.Text = "Pridať novú krabicu";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Enabled = false;
|
|
this.button2.Location = new System.Drawing.Point(131, 91);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(128, 23);
|
|
this.button2.TabIndex = 6;
|
|
this.button2.Text = "Pridať do krabice";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// gbVstupudajov
|
|
//
|
|
this.gbVstupudajov.Controls.Add(this.label18);
|
|
this.gbVstupudajov.Controls.Add(this.label17);
|
|
this.gbVstupudajov.Controls.Add(this.label16);
|
|
this.gbVstupudajov.Controls.Add(this.label7);
|
|
this.gbVstupudajov.Controls.Add(this.button2);
|
|
this.gbVstupudajov.Controls.Add(this.label3);
|
|
this.gbVstupudajov.Controls.Add(this.textBox1);
|
|
this.gbVstupudajov.Controls.Add(this.button1);
|
|
this.gbVstupudajov.Controls.Add(this.label5);
|
|
this.gbVstupudajov.Controls.Add(this.label4);
|
|
this.gbVstupudajov.Controls.Add(this.comboBox1);
|
|
this.gbVstupudajov.Controls.Add(this.label6);
|
|
this.gbVstupudajov.Location = new System.Drawing.Point(2, 79);
|
|
this.gbVstupudajov.Name = "gbVstupudajov";
|
|
this.gbVstupudajov.Size = new System.Drawing.Size(264, 119);
|
|
this.gbVstupudajov.TabIndex = 5;
|
|
this.gbVstupudajov.TabStop = false;
|
|
this.gbVstupudajov.Text = "Vstup údajov - Príjem kusov";
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.Location = new System.Drawing.Point(181, 21);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(61, 13);
|
|
this.label18.TabIndex = 10;
|
|
this.label18.Text = "Prijaté kusy";
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Location = new System.Drawing.Point(95, 22);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(75, 13);
|
|
this.label17.TabIndex = 9;
|
|
this.label17.Text = "Celkový počet";
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Location = new System.Drawing.Point(18, 22);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(72, 13);
|
|
this.label16.TabIndex = 8;
|
|
this.label16.Text = "Zostáva prijať";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(5, 96);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(70, 13);
|
|
this.label7.TabIndex = 7;
|
|
this.label7.Text = "Počet kusov:";
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Enabled = false;
|
|
this.button3.Location = new System.Drawing.Point(1, 378);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(88, 23);
|
|
this.button3.TabIndex = 6;
|
|
this.button3.Text = "Prijať do skladu";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Enabled = false;
|
|
this.button4.Location = new System.Drawing.Point(90, 378);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(88, 23);
|
|
this.button4.TabIndex = 7;
|
|
this.button4.Text = "Reset";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Location = new System.Drawing.Point(179, 378);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(88, 23);
|
|
this.button5.TabIndex = 8;
|
|
this.button5.Text = "Zavrieť";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
//
|
|
// gbZobrazenieVstupov
|
|
//
|
|
this.gbZobrazenieVstupov.Controls.Add(this.label13);
|
|
this.gbZobrazenieVstupov.Controls.Add(this.label12);
|
|
this.gbZobrazenieVstupov.Controls.Add(this.label11);
|
|
this.gbZobrazenieVstupov.Controls.Add(this.label10);
|
|
this.gbZobrazenieVstupov.Controls.Add(this.dataGridView1);
|
|
this.gbZobrazenieVstupov.Location = new System.Drawing.Point(2, 198);
|
|
this.gbZobrazenieVstupov.Name = "gbZobrazenieVstupov";
|
|
this.gbZobrazenieVstupov.Size = new System.Drawing.Size(264, 180);
|
|
this.gbZobrazenieVstupov.TabIndex = 9;
|
|
this.gbZobrazenieVstupov.TabStop = false;
|
|
this.gbZobrazenieVstupov.Text = "Zobrazenie Vstupov";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(130, 30);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(13, 13);
|
|
this.label13.TabIndex = 4;
|
|
this.label13.Text = "0";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(130, 15);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(13, 13);
|
|
this.label12.TabIndex = 3;
|
|
this.label12.Text = "0";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(9, 30);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(112, 13);
|
|
this.label11.TabIndex = 2;
|
|
this.label11.Text = "Počet prijatých kusov:";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(9, 15);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(120, 13);
|
|
this.label10.TabIndex = 1;
|
|
this.label10.Text = "Počet použitých krabíc:";
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
this.dataGridView1.AllowUserToOrderColumns = true;
|
|
this.dataGridView1.AllowUserToResizeColumns = false;
|
|
this.dataGridView1.AllowUserToResizeRows = false;
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
|
this.dataGridView1.Location = new System.Drawing.Point(2, 47);
|
|
this.dataGridView1.MultiSelect = false;
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.ReadOnly = true;
|
|
this.dataGridView1.RowHeadersVisible = false;
|
|
this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dataGridView1.Size = new System.Drawing.Size(260, 130);
|
|
this.dataGridView1.TabIndex = 0;
|
|
this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
|
|
//
|
|
// frmPrijemDoSkladu
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(268, 402);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.gbZobrazenieVstupov);
|
|
this.Controls.Add(this.button5);
|
|
this.Controls.Add(this.button4);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.gbVstupudajov);
|
|
this.Controls.Add(this.gbVyrobok);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Name = "frmPrijemDoSkladu";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Príjem kusov do skladu";
|
|
this.Load += new System.EventHandler(this.frmPrijemDoSkladu_Load);
|
|
this.gbVyrobok.ResumeLayout(false);
|
|
this.gbVyrobok.PerformLayout();
|
|
this.gbVstupudajov.ResumeLayout(false);
|
|
this.gbVstupudajov.PerformLayout();
|
|
this.gbZobrazenieVstupov.ResumeLayout(false);
|
|
this.gbZobrazenieVstupov.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.GroupBox gbVyrobok;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.GroupBox gbVstupudajov;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.GroupBox gbZobrazenieVstupov;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.Label label16;
|
|
}
|
|
} |