Commented solution now working
This commit is contained in:
38
CobXmlSupport/frmSettings.Designer.cs
generated
38
CobXmlSupport/frmSettings.Designer.cs
generated
@ -49,13 +49,13 @@
|
||||
this.chkValues = new System.Windows.Forms.CheckBox();
|
||||
this.chkAnaTag = new System.Windows.Forms.CheckBox();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.txtExpPrefix = new System.Windows.Forms.TextBox();
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.txtLogPost = new System.Windows.Forms.TextBox();
|
||||
this.txtLogSection = new System.Windows.Forms.TextBox();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.txtExpPrefix = new System.Windows.Forms.TextBox();
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
@ -271,6 +271,23 @@
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "Utgångs inställningar";
|
||||
//
|
||||
// txtExpPrefix
|
||||
//
|
||||
this.txtExpPrefix.Location = new System.Drawing.Point(213, 51);
|
||||
this.txtExpPrefix.Name = "txtExpPrefix";
|
||||
this.txtExpPrefix.Size = new System.Drawing.Size(57, 20);
|
||||
this.txtExpPrefix.TabIndex = 40;
|
||||
this.txtExpPrefix.Text = "GWX_";
|
||||
//
|
||||
// label8
|
||||
//
|
||||
this.label8.AutoSize = true;
|
||||
this.label8.Location = new System.Drawing.Point(137, 52);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new System.Drawing.Size(70, 13);
|
||||
this.label8.TabIndex = 39;
|
||||
this.label8.Text = "export prefix :";
|
||||
//
|
||||
// groupBox2
|
||||
//
|
||||
this.groupBox2.Controls.Add(this.label6);
|
||||
@ -317,23 +334,6 @@
|
||||
this.label7.TabIndex = 37;
|
||||
this.label7.Text = "Namn log section";
|
||||
//
|
||||
// txtExpPrefix
|
||||
//
|
||||
this.txtExpPrefix.Location = new System.Drawing.Point(213, 51);
|
||||
this.txtExpPrefix.Name = "txtExpPrefix";
|
||||
this.txtExpPrefix.Size = new System.Drawing.Size(57, 20);
|
||||
this.txtExpPrefix.TabIndex = 40;
|
||||
this.txtExpPrefix.Text = "GWX_";
|
||||
//
|
||||
// label8
|
||||
//
|
||||
this.label8.AutoSize = true;
|
||||
this.label8.Location = new System.Drawing.Point(137, 52);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new System.Drawing.Size(70, 13);
|
||||
this.label8.TabIndex = 39;
|
||||
this.label8.Text = "export prefix :";
|
||||
//
|
||||
// frmSettings
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
|
||||
Reference in New Issue
Block a user