version 1.1.16
This commit is contained in:
36
Mip/frmEditDopyt.Designer.cs
generated
36
Mip/frmEditDopyt.Designer.cs
generated
@@ -41,6 +41,8 @@
|
||||
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||||
this.label11 = new System.Windows.Forms.Label();
|
||||
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
||||
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
|
||||
this.label25 = 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();
|
||||
@@ -86,8 +88,6 @@
|
||||
this.button2 = new System.Windows.Forms.Button();
|
||||
this.comboBox3 = new System.Windows.Forms.ComboBox();
|
||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
|
||||
this.label25 = new System.Windows.Forms.Label();
|
||||
this.groupBox3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
||||
this.groupBox4.SuspendLayout();
|
||||
@@ -258,6 +258,22 @@
|
||||
this.groupBox4.TabStop = false;
|
||||
this.groupBox4.Text = "Informácie o zázname";
|
||||
//
|
||||
// dateTimePicker2
|
||||
//
|
||||
this.dateTimePicker2.CustomFormat = "YYYY-mm-DD";
|
||||
this.dateTimePicker2.Location = new System.Drawing.Point(158, 109);
|
||||
this.dateTimePicker2.Name = "dateTimePicker2";
|
||||
this.dateTimePicker2.Size = new System.Drawing.Size(174, 20);
|
||||
this.dateTimePicker2.TabIndex = 40;
|
||||
//
|
||||
// label25
|
||||
//
|
||||
this.label25.Location = new System.Drawing.Point(3, 111);
|
||||
this.label25.Name = "label25";
|
||||
this.label25.Size = new System.Drawing.Size(149, 18);
|
||||
this.label25.TabIndex = 39;
|
||||
this.label25.Text = "Dátum potvrdený zákazníkovi";
|
||||
//
|
||||
// label10
|
||||
//
|
||||
this.label10.AutoSize = true;
|
||||
@@ -695,22 +711,6 @@
|
||||
this.groupBox2.TabStop = false;
|
||||
this.groupBox2.Text = "Zákazník a výkres";
|
||||
//
|
||||
// dateTimePicker2
|
||||
//
|
||||
this.dateTimePicker2.CustomFormat = "YYYY-mm-DD";
|
||||
this.dateTimePicker2.Location = new System.Drawing.Point(158, 109);
|
||||
this.dateTimePicker2.Name = "dateTimePicker2";
|
||||
this.dateTimePicker2.Size = new System.Drawing.Size(174, 20);
|
||||
this.dateTimePicker2.TabIndex = 40;
|
||||
//
|
||||
// label25
|
||||
//
|
||||
this.label25.Location = new System.Drawing.Point(3, 111);
|
||||
this.label25.Name = "label25";
|
||||
this.label25.Size = new System.Drawing.Size(149, 18);
|
||||
this.label25.TabIndex = 39;
|
||||
this.label25.Text = "Dátum potvrdený zákazníkovi";
|
||||
//
|
||||
// frmEditDopyt
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
|
||||
Reference in New Issue
Block a user