Files
MIP/Mip/frmNewEditOBJ.Designer.cs
Culak-HP\Culak cc7c23eca4 Initial commit
2020-10-10 18:25:36 +02:00

796 lines
38 KiB
C#

namespace Mip
{
partial class frmNewEditOBJ
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.label24 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.label4 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.rBzKontraktu = new System.Windows.Forms.RadioButton();
this.rBKontrakt = new System.Windows.Forms.RadioButton();
this.rBObjDoKontr = new System.Windows.Forms.RadioButton();
this.rBObj = new System.Windows.Forms.RadioButton();
this.rBdopyt = new System.Windows.Forms.RadioButton();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.lblAlias = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.label23 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.lblInynazov = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.comboBox7 = new System.Windows.Forms.ComboBox();
this.label18 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.textBox8 = new System.Windows.Forms.TextBox();
this.textBox7 = new System.Windows.Forms.TextBox();
this.textBox6 = new System.Windows.Forms.TextBox();
this.button3 = new System.Windows.Forms.Button();
this.comboBox4 = new System.Windows.Forms.ComboBox();
this.button4 = new System.Windows.Forms.Button();
this.comboBox5 = new System.Windows.Forms.ComboBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.btnZobrazVykres = new System.Windows.Forms.Button();
this.btnAddOBJ = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label24);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.checkBox2);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.comboBox1);
this.groupBox1.Controls.Add(this.rBzKontraktu);
this.groupBox1.Controls.Add(this.rBKontrakt);
this.groupBox1.Controls.Add(this.rBObjDoKontr);
this.groupBox1.Controls.Add(this.rBObj);
this.groupBox1.Controls.Add(this.rBdopyt);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(247, 144);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Typ záznamu";
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(130, 77);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(52, 13);
this.label24.TabIndex = 9;
this.label24.Text = "Odoslané";
this.label24.Visible = false;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(181, 74);
this.textBox1.MaxLength = 6;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(43, 20);
this.textBox1.TabIndex = 8;
this.textBox1.Text = "0";
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.textBox1.Visible = false;
this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Location = new System.Drawing.Point(227, 77);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(15, 14);
this.checkBox2.TabIndex = 7;
this.checkBox2.UseVisualStyleBackColor = true;
this.checkBox2.Visible = false;
this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
this.checkBox2.VisibleChanged += new System.EventHandler(this.checkBox2_VisibleChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label4.Location = new System.Drawing.Point(192, 102);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(47, 13);
this.label4.TabIndex = 6;
this.label4.Text = "Kontrakt";
this.label4.Visible = false;
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(7, 115);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(232, 21);
this.comboBox1.TabIndex = 5;
this.comboBox1.Visible = false;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
this.comboBox1.SelectedValueChanged += new System.EventHandler(this.comboBox1_SelectedValueChanged);
//
// rBzKontraktu
//
this.rBzKontraktu.AutoSize = true;
this.rBzKontraktu.Location = new System.Drawing.Point(7, 95);
this.rBzKontraktu.Name = "rBzKontraktu";
this.rBzKontraktu.Size = new System.Drawing.Size(57, 17);
this.rBzKontraktu.TabIndex = 4;
this.rBzKontraktu.Text = "Call off";
this.rBzKontraktu.UseVisualStyleBackColor = true;
this.rBzKontraktu.CheckedChanged += new System.EventHandler(this.rBzKontraktu_CheckedChanged);
//
// rBKontrakt
//
this.rBKontrakt.AutoSize = true;
this.rBKontrakt.Location = new System.Drawing.Point(7, 75);
this.rBKontrakt.Name = "rBKontrakt";
this.rBKontrakt.Size = new System.Drawing.Size(65, 17);
this.rBKontrakt.TabIndex = 3;
this.rBKontrakt.Text = "Kontrakt";
this.rBKontrakt.UseVisualStyleBackColor = true;
this.rBKontrakt.CheckedChanged += new System.EventHandler(this.bBKontrakt_CheckedChanged);
//
// rBObjDoKontr
//
this.rBObjDoKontr.AutoSize = true;
this.rBObjDoKontr.Location = new System.Drawing.Point(7, 55);
this.rBObjDoKontr.Name = "rBObjDoKontr";
this.rBObjDoKontr.Size = new System.Drawing.Size(146, 17);
this.rBObjDoKontr.TabIndex = 2;
this.rBObjDoKontr.Text = "Objednávka do kontraktu";
this.rBObjDoKontr.UseVisualStyleBackColor = true;
this.rBObjDoKontr.CheckedChanged += new System.EventHandler(this.rBObjDoKontr_CheckedChanged);
//
// rBObj
//
this.rBObj.AutoSize = true;
this.rBObj.Location = new System.Drawing.Point(7, 35);
this.rBObj.Name = "rBObj";
this.rBObj.Size = new System.Drawing.Size(83, 17);
this.rBObj.TabIndex = 1;
this.rBObj.Text = "Objednávka";
this.rBObj.UseVisualStyleBackColor = true;
this.rBObj.CheckedChanged += new System.EventHandler(this.rBObj_CheckedChanged);
//
// rBdopyt
//
this.rBdopyt.AutoSize = true;
this.rBdopyt.Location = new System.Drawing.Point(7, 15);
this.rBdopyt.Name = "rBdopyt";
this.rBdopyt.Size = new System.Drawing.Size(101, 17);
this.rBdopyt.TabIndex = 0;
this.rBdopyt.Text = "Cenová ponuka";
this.rBdopyt.UseVisualStyleBackColor = true;
this.rBdopyt.CheckedChanged += new System.EventHandler(this.rBdopyt_CheckedChanged);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.lblAlias);
this.groupBox2.Controls.Add(this.label20);
this.groupBox2.Controls.Add(this.button2);
this.groupBox2.Controls.Add(this.comboBox3);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.button1);
this.groupBox2.Controls.Add(this.comboBox2);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Location = new System.Drawing.Point(12, 156);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(247, 97);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Zákazník a výkres";
//
// lblAlias
//
this.lblAlias.AutoSize = true;
this.lblAlias.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.lblAlias.Location = new System.Drawing.Point(68, 74);
this.lblAlias.Name = "lblAlias";
this.lblAlias.Size = new System.Drawing.Size(0, 20);
this.lblAlias.TabIndex = 7;
//
// label20
//
this.label20.AutoSize = true;
this.label20.Enabled = false;
this.label20.Location = new System.Drawing.Point(6, 76);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(29, 13);
this.label20.TabIndex = 6;
this.label20.Text = "Alias";
//
// button2
//
this.button2.Enabled = false;
this.button2.Location = new System.Drawing.Point(212, 45);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(27, 23);
this.button2.TabIndex = 5;
this.button2.Text = "+";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// comboBox3
//
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox3.Enabled = false;
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Location = new System.Drawing.Point(65, 46);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(141, 21);
this.comboBox3.TabIndex = 4;
this.comboBox3.SelectedValueChanged += new System.EventHandler(this.comboBox3_SelectedValueChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Enabled = false;
this.label2.Location = new System.Drawing.Point(6, 49);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(46, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Výrobok";
//
// button1
//
this.button1.Enabled = false;
this.button1.Location = new System.Drawing.Point(212, 18);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(27, 23);
this.button1.TabIndex = 2;
this.button1.Text = "+";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// comboBox2
//
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox2.Enabled = false;
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Location = new System.Drawing.Point(65, 19);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(141, 21);
this.comboBox2.TabIndex = 1;
this.comboBox2.SelectedValueChanged += new System.EventHandler(this.comboBox2_SelectedValueChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Zákazník";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.dateTimePicker1);
this.groupBox4.Controls.Add(this.label23);
this.groupBox4.Controls.Add(this.label22);
this.groupBox4.Controls.Add(this.label21);
this.groupBox4.Controls.Add(this.numericUpDown1);
this.groupBox4.Controls.Add(this.checkBox1);
this.groupBox4.Controls.Add(this.label11);
this.groupBox4.Controls.Add(this.label10);
this.groupBox4.Controls.Add(this.label6);
this.groupBox4.Controls.Add(this.label5);
this.groupBox4.Controls.Add(this.lblInynazov);
this.groupBox4.Controls.Add(this.label19);
this.groupBox4.Controls.Add(this.comboBox7);
this.groupBox4.Controls.Add(this.label18);
this.groupBox4.Controls.Add(this.label17);
this.groupBox4.Controls.Add(this.textBox8);
this.groupBox4.Controls.Add(this.textBox7);
this.groupBox4.Controls.Add(this.textBox6);
this.groupBox4.Controls.Add(this.button3);
this.groupBox4.Controls.Add(this.comboBox4);
this.groupBox4.Controls.Add(this.button4);
this.groupBox4.Controls.Add(this.comboBox5);
this.groupBox4.Controls.Add(this.textBox5);
this.groupBox4.Controls.Add(this.label16);
this.groupBox4.Controls.Add(this.label15);
this.groupBox4.Controls.Add(this.label14);
this.groupBox4.Controls.Add(this.label13);
this.groupBox4.Controls.Add(this.label12);
this.groupBox4.Controls.Add(this.label9);
this.groupBox4.Controls.Add(this.label8);
this.groupBox4.Controls.Add(this.label7);
this.groupBox4.Enabled = false;
this.groupBox4.Location = new System.Drawing.Point(265, 12);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(278, 266);
this.groupBox4.TabIndex = 3;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Informácie o zázname";
//
// dateTimePicker1
//
this.dateTimePicker1.CustomFormat = "YYYY-mm-DD";
this.dateTimePicker1.Location = new System.Drawing.Point(98, 87);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(174, 20);
this.dateTimePicker1.TabIndex = 28;
//
// label23
//
this.label23.AutoSize = true;
this.label23.Enabled = false;
this.label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label23.Location = new System.Drawing.Point(150, 112);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(54, 13);
this.label23.TabIndex = 38;
this.label23.Text = "Zo skladu";
this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label22
//
this.label22.Location = new System.Drawing.Point(213, 142);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(55, 13);
this.label22.TabIndex = 37;
this.label22.Text = "0";
this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(213, 129);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(55, 13);
this.label21.TabIndex = 36;
this.label21.Text = "Do výroby";
//
// numericUpDown1
//
this.numericUpDown1.Enabled = false;
this.numericUpDown1.Location = new System.Drawing.Point(205, 109);
this.numericUpDown1.Maximum = new decimal(new int[] {
99999,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(50, 20);
this.numericUpDown1.TabIndex = 9;
this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged_1);
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(259, 112);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(15, 14);
this.checkBox1.TabIndex = 35;
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(155, 129);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(55, 13);
this.label11.TabIndex = 33;
this.label11.Text = "Na sklade";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(97, 129);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(55, 13);
this.label10.TabIndex = 32;
this.label10.Text = "Vo výrobe";
//
// label6
//
this.label6.Location = new System.Drawing.Point(3, 247);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(90, 14);
this.label6.TabIndex = 30;
this.label6.Text = "Počet segmentov";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label5.Location = new System.Drawing.Point(101, 243);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(0, 20);
this.label5.TabIndex = 9;
//
// lblInynazov
//
this.lblInynazov.AutoSize = true;
this.lblInynazov.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.lblInynazov.Location = new System.Drawing.Point(101, 153);
this.lblInynazov.Name = "lblInynazov";
this.lblInynazov.Size = new System.Drawing.Size(0, 20);
this.lblInynazov.TabIndex = 29;
//
// label19
//
this.label19.Location = new System.Drawing.Point(3, 201);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(90, 14);
this.label19.TabIndex = 25;
this.label19.Text = "Použité ceny";
//
// comboBox7
//
this.comboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox7.Enabled = false;
this.comboBox7.FormattingEnabled = true;
this.comboBox7.Location = new System.Drawing.Point(98, 198);
this.comboBox7.Name = "comboBox7";
this.comboBox7.Size = new System.Drawing.Size(174, 21);
this.comboBox7.TabIndex = 24;
this.comboBox7.SelectedValueChanged += new System.EventHandler(this.comboBox7_SelectedValueChanged);
//
// label18
//
this.label18.Location = new System.Drawing.Point(97, 142);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(55, 13);
this.label18.TabIndex = 23;
this.label18.Text = "0";
this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label17
//
this.label17.Location = new System.Drawing.Point(155, 142);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(55, 13);
this.label17.TabIndex = 22;
this.label17.Text = "0";
this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(98, 222);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(174, 20);
this.textBox8.TabIndex = 18;
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(98, 175);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(174, 20);
this.textBox7.TabIndex = 17;
this.textBox7.TextChanged += new System.EventHandler(this.textBox7_TextChanged_1);
this.textBox7.Enter += new System.EventHandler(this.textBox7_Enter);
this.textBox7.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox7_KeyPress);
this.textBox7.MouseHover += new System.EventHandler(this.textBox7_MouseHover);
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(98, 109);
this.textBox6.MaxLength = 6;
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(51, 20);
this.textBox6.TabIndex = 16;
this.textBox6.TextChanged += new System.EventHandler(this.textBox6_TextChanged);
this.textBox6.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox6_KeyPress);
//
// button3
//
this.button3.Location = new System.Drawing.Point(245, 62);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(27, 23);
this.button3.TabIndex = 13;
this.button3.Text = "+";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// comboBox4
//
this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Location = new System.Drawing.Point(98, 63);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new System.Drawing.Size(141, 21);
this.comboBox4.TabIndex = 12;
this.comboBox4.SelectedValueChanged += new System.EventHandler(this.comboBox4_SelectedValueChanged);
//
// button4
//
this.button4.Location = new System.Drawing.Point(245, 39);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(27, 23);
this.button4.TabIndex = 10;
this.button4.Text = "+";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// comboBox5
//
this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox5.FormattingEnabled = true;
this.comboBox5.Location = new System.Drawing.Point(98, 40);
this.comboBox5.Name = "comboBox5";
this.comboBox5.Size = new System.Drawing.Size(141, 21);
this.comboBox5.TabIndex = 9;
this.comboBox5.SelectedValueChanged += new System.EventHandler(this.comboBox5_SelectedValueChanged);
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(98, 17);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(174, 20);
this.textBox5.TabIndex = 8;
this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
//
// label16
//
this.label16.Location = new System.Drawing.Point(3, 224);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(90, 14);
this.label16.TabIndex = 7;
this.label16.Text = "Poznámka";
//
// label15
//
this.label15.Location = new System.Drawing.Point(3, 178);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(90, 14);
this.label15.TabIndex = 6;
this.label15.Text = "Cena";
//
// label14
//
this.label14.Location = new System.Drawing.Point(3, 155);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(90, 14);
this.label14.TabIndex = 5;
this.label14.Text = "Iný názov";
//
// label13
//
this.label13.Location = new System.Drawing.Point(3, 109);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(90, 45);
this.label13.TabIndex = 4;
this.label13.Text = "Objednaný počet kusov";
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label12
//
this.label12.Location = new System.Drawing.Point(3, 89);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(90, 14);
this.label12.TabIndex = 3;
this.label12.Text = "Potvrdený dátum";
//
// label9
//
this.label9.Location = new System.Drawing.Point(3, 66);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(90, 14);
this.label9.TabIndex = 2;
this.label9.Text = "Úprava materiálu";
//
// label8
//
this.label8.Location = new System.Drawing.Point(3, 43);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(90, 14);
this.label8.TabIndex = 1;
this.label8.Text = "Materiál";
//
// label7
//
this.label7.Location = new System.Drawing.Point(3, 20);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(90, 14);
this.label7.TabIndex = 0;
this.label7.Text = "Číslo objednávky";
//
// btnZobrazVykres
//
this.btnZobrazVykres.Enabled = false;
this.btnZobrazVykres.Location = new System.Drawing.Point(265, 284);
this.btnZobrazVykres.Name = "btnZobrazVykres";
this.btnZobrazVykres.Size = new System.Drawing.Size(93, 23);
this.btnZobrazVykres.TabIndex = 5;
this.btnZobrazVykres.Text = "Zobraziť výkresy";
this.btnZobrazVykres.UseVisualStyleBackColor = true;
this.btnZobrazVykres.Click += new System.EventHandler(this.btnZobrazVykres_Click);
//
// btnAddOBJ
//
this.btnAddOBJ.Enabled = false;
this.btnAddOBJ.Location = new System.Drawing.Point(363, 284);
this.btnAddOBJ.Name = "btnAddOBJ";
this.btnAddOBJ.Size = new System.Drawing.Size(91, 23);
this.btnAddOBJ.TabIndex = 6;
this.btnAddOBJ.Text = "Pridať záznam";
this.btnAddOBJ.UseVisualStyleBackColor = true;
this.btnAddOBJ.Click += new System.EventHandler(this.btnAddOBJ_Click);
//
// button8
//
this.button8.Location = new System.Drawing.Point(460, 284);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(83, 23);
this.button8.TabIndex = 7;
this.button8.Text = "Zavrieť";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label3.Location = new System.Drawing.Point(6, 16);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(0, 20);
this.label3.TabIndex = 8;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Enabled = false;
this.groupBox3.Location = new System.Drawing.Point(12, 254);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(247, 53);
this.groupBox3.TabIndex = 9;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Rozmery výrobku";
this.groupBox3.Enter += new System.EventHandler(this.groupBox3_Enter);
//
// frmNewEditOBJ
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(556, 319);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.button8);
this.Controls.Add(this.btnAddOBJ);
this.Controls.Add(this.btnZobrazVykres);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmNewEditOBJ";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Nový záznam";
this.Load += new System.EventHandler(this.frmNewEditOBJ_Load);
this.Shown += new System.EventHandler(this.frmNewEditOBJ_Shown);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RadioButton rBObjDoKontr;
private System.Windows.Forms.RadioButton rBObj;
private System.Windows.Forms.RadioButton rBdopyt;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.RadioButton rBzKontraktu;
private System.Windows.Forms.RadioButton rBKontrakt;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.ComboBox comboBox3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox comboBox7;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.ComboBox comboBox4;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.ComboBox comboBox5;
private System.Windows.Forms.Button btnZobrazVykres;
private System.Windows.Forms.Button btnAddOBJ;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label lblAlias;
private System.Windows.Forms.Label lblInynazov;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.Label label24;
}
}