615 lines
31 KiB
C#
615 lines
31 KiB
C#
namespace Mip
|
|
{
|
|
partial class frmEditVyrobok
|
|
{
|
|
/// <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.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.textBox7 = new System.Windows.Forms.TextBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
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.label4 = new System.Windows.Forms.Label();
|
|
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.textBox6 = new System.Windows.Forms.TextBox();
|
|
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnVymazVykres = new System.Windows.Forms.Button();
|
|
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.btnAddVykres = new System.Windows.Forms.Button();
|
|
this.button7 = new System.Windows.Forms.Button();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.btnAktualVykres = new System.Windows.Forms.Button();
|
|
this.btnIndexDwn = new System.Windows.Forms.Button();
|
|
this.btnIndexUp = new System.Windows.Forms.Button();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
this.groupBox3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox5.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.label1);
|
|
this.groupBox3.Controls.Add(this.textBox7);
|
|
this.groupBox3.Controls.Add(this.label12);
|
|
this.groupBox3.Controls.Add(this.label8);
|
|
this.groupBox3.Controls.Add(this.textBox4);
|
|
this.groupBox3.Controls.Add(this.textBox5);
|
|
this.groupBox3.Controls.Add(this.textBox3);
|
|
this.groupBox3.Controls.Add(this.textBox2);
|
|
this.groupBox3.Controls.Add(this.textBox1);
|
|
this.groupBox3.Controls.Add(this.label11);
|
|
this.groupBox3.Controls.Add(this.label10);
|
|
this.groupBox3.Controls.Add(this.label6);
|
|
this.groupBox3.Controls.Add(this.label5);
|
|
this.groupBox3.Controls.Add(this.label4);
|
|
this.groupBox3.Controls.Add(this.numericUpDown1);
|
|
this.groupBox3.Controls.Add(this.label3);
|
|
this.groupBox3.Location = new System.Drawing.Point(234, 2);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(239, 140);
|
|
this.groupBox3.TabIndex = 18;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Tvar a rozmery výrobku";
|
|
this.groupBox3.Enter += new System.EventHandler(this.groupBox3_Enter);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(116, 121);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(93, 13);
|
|
this.label1.TabIndex = 15;
|
|
this.label1.Text = "Počet segmentov:";
|
|
//
|
|
// textBox7
|
|
//
|
|
this.textBox7.Location = new System.Drawing.Point(212, 118);
|
|
this.textBox7.Name = "textBox7";
|
|
this.textBox7.Size = new System.Drawing.Size(25, 20);
|
|
this.textBox7.TabIndex = 16;
|
|
this.textBox7.Text = "1";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.label12.Location = new System.Drawing.Point(6, 16);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(24, 20);
|
|
this.label12.TabIndex = 14;
|
|
this.label12.Text = "---";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(3, 121);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(32, 13);
|
|
this.label8.TabIndex = 2;
|
|
this.label8.Text = "Alias:";
|
|
//
|
|
// textBox4
|
|
//
|
|
this.textBox4.Location = new System.Drawing.Point(177, 54);
|
|
this.textBox4.Name = "textBox4";
|
|
this.textBox4.Size = new System.Drawing.Size(60, 20);
|
|
this.textBox4.TabIndex = 13;
|
|
this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged);
|
|
//
|
|
// textBox5
|
|
//
|
|
this.textBox5.Location = new System.Drawing.Point(34, 118);
|
|
this.textBox5.Name = "textBox5";
|
|
this.textBox5.Size = new System.Drawing.Size(83, 20);
|
|
this.textBox5.TabIndex = 3;
|
|
//
|
|
// textBox3
|
|
//
|
|
this.textBox3.Location = new System.Drawing.Point(112, 54);
|
|
this.textBox3.Name = "textBox3";
|
|
this.textBox3.Size = new System.Drawing.Size(60, 20);
|
|
this.textBox3.TabIndex = 12;
|
|
this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(47, 54);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(60, 20);
|
|
this.textBox2.TabIndex = 11;
|
|
this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(3, 94);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(234, 20);
|
|
this.textBox1.TabIndex = 10;
|
|
this.textBox1.TextAlignChanged += new System.EventHandler(this.textBox1_TextAlignChanged);
|
|
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(2, 78);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(177, 13);
|
|
this.label11.TabIndex = 9;
|
|
this.label11.Text = "Konečná operácia, rozlišovací znak";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(24, 58);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(15, 13);
|
|
this.label10.TabIndex = 5;
|
|
this.label10.Text = "Ø";
|
|
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(189, 38);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(35, 13);
|
|
this.label6.TabIndex = 4;
|
|
this.label6.Text = "Dĺžka";
|
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(126, 38);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(31, 13);
|
|
this.label5.TabIndex = 3;
|
|
this.label5.Text = "Ømin";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(60, 38);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(34, 13);
|
|
this.label4.TabIndex = 2;
|
|
this.label4.Text = "Ømax";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// numericUpDown1
|
|
//
|
|
this.numericUpDown1.Location = new System.Drawing.Point(3, 53);
|
|
this.numericUpDown1.Maximum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDown1.Name = "numericUpDown1";
|
|
this.numericUpDown1.Size = new System.Drawing.Size(18, 20);
|
|
this.numericUpDown1.TabIndex = 1;
|
|
this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(9, 38);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(29, 13);
|
|
this.label3.TabIndex = 0;
|
|
this.label3.Text = "Tvar";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(203, 38);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(27, 22);
|
|
this.button2.TabIndex = 8;
|
|
this.button2.Text = "+";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Enabled = false;
|
|
this.button1.Location = new System.Drawing.Point(203, 17);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(27, 22);
|
|
this.button1.TabIndex = 7;
|
|
this.button1.Text = "+";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// textBox6
|
|
//
|
|
this.textBox6.Location = new System.Drawing.Point(82, 18);
|
|
this.textBox6.Name = "textBox6";
|
|
this.textBox6.Size = new System.Drawing.Size(121, 20);
|
|
this.textBox6.TabIndex = 6;
|
|
this.textBox6.TextChanged += new System.EventHandler(this.textBox6_TextChanged);
|
|
//
|
|
// comboBox2
|
|
//
|
|
this.comboBox2.FormattingEnabled = true;
|
|
this.comboBox2.Location = new System.Drawing.Point(82, 39);
|
|
this.comboBox2.Name = "comboBox2";
|
|
this.comboBox2.Size = new System.Drawing.Size(121, 21);
|
|
this.comboBox2.TabIndex = 5;
|
|
this.comboBox2.SelectedValueChanged += new System.EventHandler(this.comboBox2_SelectedValueChanged);
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(15, 42);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(53, 13);
|
|
this.label9.TabIndex = 4;
|
|
this.label9.Text = "Iný názov";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(5, 21);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(79, 13);
|
|
this.label7.TabIndex = 0;
|
|
this.label7.Text = "Názov výrobku";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.label2.Location = new System.Drawing.Point(6, 16);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(24, 20);
|
|
this.label2.TabIndex = 8;
|
|
this.label2.Text = "---";
|
|
//
|
|
// btnVymazVykres
|
|
//
|
|
this.btnVymazVykres.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnVymazVykres.Enabled = false;
|
|
this.btnVymazVykres.Location = new System.Drawing.Point(103, 115);
|
|
this.btnVymazVykres.Name = "btnVymazVykres";
|
|
this.btnVymazVykres.Size = new System.Drawing.Size(58, 23);
|
|
this.btnVymazVykres.TabIndex = 8;
|
|
this.btnVymazVykres.Text = "Vymazať";
|
|
this.btnVymazVykres.UseVisualStyleBackColor = true;
|
|
this.btnVymazVykres.Click += new System.EventHandler(this.btnVymazVykres_Click);
|
|
//
|
|
// openFileDialog1
|
|
//
|
|
this.openFileDialog1.FileName = "openFileDialog1";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.panel1.AutoScroll = true;
|
|
this.panel1.Controls.Add(this.pictureBox1);
|
|
this.panel1.Location = new System.Drawing.Point(3, 17);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(815, 390);
|
|
this.panel1.TabIndex = 9;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.ErrorImage = global::Mip.Properties.Resources.error;
|
|
this.pictureBox1.InitialImage = global::Mip.Properties.Resources.Image;
|
|
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(30, 30);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.pictureBox1.TabIndex = 7;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.Location = new System.Drawing.Point(2, 14);
|
|
this.dataGridView1.MultiSelect = false;
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.ReadOnly = true;
|
|
this.dataGridView1.RowHeadersVisible = false;
|
|
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dataGridView1.ShowCellErrors = false;
|
|
this.dataGridView1.ShowCellToolTips = false;
|
|
this.dataGridView1.ShowEditingIcon = false;
|
|
this.dataGridView1.ShowRowErrors = false;
|
|
this.dataGridView1.Size = new System.Drawing.Size(274, 100);
|
|
this.dataGridView1.TabIndex = 4;
|
|
this.dataGridView1.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_RowEnter);
|
|
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
|
|
this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
|
|
this.dataGridView1.Paint += new System.Windows.Forms.PaintEventHandler(this.dataGridView1_Paint);
|
|
//
|
|
// btnAddVykres
|
|
//
|
|
this.btnAddVykres.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnAddVykres.Location = new System.Drawing.Point(46, 115);
|
|
this.btnAddVykres.Name = "btnAddVykres";
|
|
this.btnAddVykres.Size = new System.Drawing.Size(58, 23);
|
|
this.btnAddVykres.TabIndex = 5;
|
|
this.btnAddVykres.Text = "Pridať";
|
|
this.btnAddVykres.UseVisualStyleBackColor = true;
|
|
this.btnAddVykres.Click += new System.EventHandler(this.btnAddVykres_Click);
|
|
//
|
|
// button7
|
|
//
|
|
this.button7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.button7.Location = new System.Drawing.Point(180, 108);
|
|
this.button7.Name = "button7";
|
|
this.button7.Size = new System.Drawing.Size(51, 34);
|
|
this.button7.TabIndex = 26;
|
|
this.button7.Text = "Zoom -";
|
|
this.button7.UseVisualStyleBackColor = true;
|
|
this.button7.Click += new System.EventHandler(this.button7_Click);
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.button3.Location = new System.Drawing.Point(752, 117);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(75, 23);
|
|
this.button3.TabIndex = 23;
|
|
this.button3.Text = "Zavrieť";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.button5.Enabled = false;
|
|
this.button5.Location = new System.Drawing.Point(752, 95);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(75, 23);
|
|
this.button5.TabIndex = 24;
|
|
this.button5.Text = "Uložiť zmeny";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox1.Controls.Add(this.panel1);
|
|
this.groupBox1.Location = new System.Drawing.Point(2, 145);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(825, 413);
|
|
this.groupBox1.TabIndex = 19;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Zobraziť výkres";
|
|
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.button2);
|
|
this.groupBox5.Controls.Add(this.button1);
|
|
this.groupBox5.Controls.Add(this.textBox6);
|
|
this.groupBox5.Controls.Add(this.comboBox2);
|
|
this.groupBox5.Controls.Add(this.label9);
|
|
this.groupBox5.Controls.Add(this.label7);
|
|
this.groupBox5.Location = new System.Drawing.Point(1, 44);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(232, 62);
|
|
this.groupBox5.TabIndex = 22;
|
|
this.groupBox5.TabStop = false;
|
|
this.groupBox5.Text = "Názov výrobku";
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox4.Controls.Add(this.btnAktualVykres);
|
|
this.groupBox4.Controls.Add(this.btnIndexDwn);
|
|
this.groupBox4.Controls.Add(this.btnIndexUp);
|
|
this.groupBox4.Controls.Add(this.dataGridView1);
|
|
this.groupBox4.Controls.Add(this.btnAddVykres);
|
|
this.groupBox4.Controls.Add(this.btnVymazVykres);
|
|
this.groupBox4.Location = new System.Drawing.Point(474, 2);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(278, 140);
|
|
this.groupBox4.TabIndex = 21;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Načítané výkresy";
|
|
//
|
|
// btnAktualVykres
|
|
//
|
|
this.btnAktualVykres.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnAktualVykres.Location = new System.Drawing.Point(160, 115);
|
|
this.btnAktualVykres.Name = "btnAktualVykres";
|
|
this.btnAktualVykres.Size = new System.Drawing.Size(72, 23);
|
|
this.btnAktualVykres.TabIndex = 28;
|
|
this.btnAktualVykres.Text = "Akt./Neakt.";
|
|
this.btnAktualVykres.UseVisualStyleBackColor = true;
|
|
this.btnAktualVykres.Click += new System.EventHandler(this.btnAktualVykres_Click);
|
|
//
|
|
// btnIndexDwn
|
|
//
|
|
this.btnIndexDwn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnIndexDwn.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.btnIndexDwn.Location = new System.Drawing.Point(24, 115);
|
|
this.btnIndexDwn.Name = "btnIndexDwn";
|
|
this.btnIndexDwn.Size = new System.Drawing.Size(23, 23);
|
|
this.btnIndexDwn.TabIndex = 29;
|
|
this.btnIndexDwn.Text = "↓";
|
|
this.btnIndexDwn.UseVisualStyleBackColor = true;
|
|
this.btnIndexDwn.Click += new System.EventHandler(this.btnIndexDwn_Click);
|
|
//
|
|
// btnIndexUp
|
|
//
|
|
this.btnIndexUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnIndexUp.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.btnIndexUp.Location = new System.Drawing.Point(2, 115);
|
|
this.btnIndexUp.Name = "btnIndexUp";
|
|
this.btnIndexUp.Size = new System.Drawing.Size(23, 23);
|
|
this.btnIndexUp.TabIndex = 28;
|
|
this.btnIndexUp.Text = "↑";
|
|
this.btnIndexUp.UseVisualStyleBackColor = true;
|
|
this.btnIndexUp.Click += new System.EventHandler(this.btnIndexUp_Click);
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.label2);
|
|
this.groupBox2.Location = new System.Drawing.Point(1, 2);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(232, 41);
|
|
this.groupBox2.TabIndex = 20;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Zákazník";
|
|
//
|
|
// button6
|
|
//
|
|
this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.button6.Location = new System.Drawing.Point(130, 108);
|
|
this.button6.Name = "button6";
|
|
this.button6.Size = new System.Drawing.Size(51, 34);
|
|
this.button6.TabIndex = 25;
|
|
this.button6.Text = "Zoom +";
|
|
this.button6.UseVisualStyleBackColor = true;
|
|
this.button6.Click += new System.EventHandler(this.button6_Click);
|
|
//
|
|
// frmEditVyrobok
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(829, 562);
|
|
this.Controls.Add(this.groupBox4);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.button7);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.button5);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.groupBox5);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.button6);
|
|
this.MinimumSize = new System.Drawing.Size(800, 600);
|
|
this.Name = "frmEditVyrobok";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "frmEditVyrobok";
|
|
this.Load += new System.EventHandler(this.frmEditVyrobok_Load);
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox5.ResumeLayout(false);
|
|
this.groupBox5.PerformLayout();
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox textBox7;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox textBox4;
|
|
private System.Windows.Forms.TextBox textBox5;
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.TextBox textBox6;
|
|
private System.Windows.Forms.ComboBox comboBox2;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button btnVymazVykres;
|
|
private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.Button btnAddVykres;
|
|
private System.Windows.Forms.Button button7;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Button button6;
|
|
private System.Windows.Forms.Button btnIndexUp;
|
|
private System.Windows.Forms.Button btnIndexDwn;
|
|
private System.Windows.Forms.Button btnAktualVykres;
|
|
}
|
|
} |