1 namespace Ntp.Analyzer.Validate.Gui
3 partial class FormValidator
8 private System.ComponentModel.IContainer components = null;
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code 31 this.panelTop =
new System.Windows.Forms.Panel();
32 this.groupBoxOptions =
new System.Windows.Forms.GroupBox();
33 this.checkBoxValidate =
new System.Windows.Forms.CheckBox();
34 this.checkBoxDefaultValues =
new System.Windows.Forms.CheckBox();
35 this.checkBoxTabulator =
new System.Windows.Forms.CheckBox();
36 this.groupBoxFile =
new System.Windows.Forms.GroupBox();
37 this.buttonSelect =
new System.Windows.Forms.Button();
38 this.labelFile =
new System.Windows.Forms.Label();
39 this.textBoxFile =
new System.Windows.Forms.TextBox();
40 this.panelButtom =
new System.Windows.Forms.Panel();
41 this.textBoxOutput =
new System.Windows.Forms.TextBox();
42 this.openFileDialog =
new System.Windows.Forms.OpenFileDialog();
43 this.panelTop.SuspendLayout();
44 this.groupBoxOptions.SuspendLayout();
45 this.groupBoxFile.SuspendLayout();
46 this.panelButtom.SuspendLayout();
51 this.panelTop.Anchor = ((
System.Windows.Forms.AnchorStyles)(((
System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Left)
52 |
System.Windows.Forms.AnchorStyles.Right)));
53 this.panelTop.AutoSize =
true;
54 this.panelTop.Controls.Add(this.groupBoxOptions);
55 this.panelTop.Controls.Add(this.groupBoxFile);
56 this.panelTop.Location =
new System.Drawing.Point(0, 0);
57 this.panelTop.Name =
"panelTop";
58 this.panelTop.Size =
new System.Drawing.Size(654, 111);
59 this.panelTop.TabIndex = 0;
63 this.groupBoxOptions.Anchor = ((
System.Windows.Forms.AnchorStyles)(((
System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Left)
64 |
System.Windows.Forms.AnchorStyles.Right)));
65 this.groupBoxOptions.Controls.Add(this.checkBoxValidate);
66 this.groupBoxOptions.Controls.Add(this.checkBoxDefaultValues);
67 this.groupBoxOptions.Controls.Add(this.checkBoxTabulator);
68 this.groupBoxOptions.Location =
new System.Drawing.Point(493, 13);
69 this.groupBoxOptions.Name =
"groupBoxOptions";
70 this.groupBoxOptions.Size =
new System.Drawing.Size(149, 85);
71 this.groupBoxOptions.TabIndex = 1;
72 this.groupBoxOptions.TabStop =
false;
73 this.groupBoxOptions.Text =
"Options";
77 this.checkBoxValidate.AutoSize =
true;
78 this.checkBoxValidate.Location =
new System.Drawing.Point(18, 19);
79 this.checkBoxValidate.Name =
"checkBoxValidate";
80 this.checkBoxValidate.Size =
new System.Drawing.Size(86, 17);
81 this.checkBoxValidate.TabIndex = 7;
82 this.checkBoxValidate.Text =
"Validate only";
83 this.checkBoxValidate.UseVisualStyleBackColor =
true;
84 this.checkBoxValidate.CheckedChanged +=
new System.EventHandler(this.checkBoxValidate_CheckedChanged);
88 this.checkBoxDefaultValues.AutoSize =
true;
89 this.checkBoxDefaultValues.Location =
new System.Drawing.Point(18, 62);
90 this.checkBoxDefaultValues.Name =
"checkBoxDefaultValues";
91 this.checkBoxDefaultValues.Size =
new System.Drawing.Size(124, 17);
92 this.checkBoxDefaultValues.TabIndex = 6;
93 this.checkBoxDefaultValues.Text =
"Show Default values";
94 this.checkBoxDefaultValues.UseVisualStyleBackColor =
true;
95 this.checkBoxDefaultValues.CheckedChanged +=
new System.EventHandler(this.checkBoxDefaultValues_CheckedChanged);
99 this.checkBoxTabulator.AutoSize =
true;
100 this.checkBoxTabulator.Location =
new System.Drawing.Point(18, 41);
101 this.checkBoxTabulator.Name =
"checkBoxTabulator";
102 this.checkBoxTabulator.Size =
new System.Drawing.Size(89, 17);
103 this.checkBoxTabulator.TabIndex = 5;
104 this.checkBoxTabulator.Text =
"Use tabulator";
105 this.checkBoxTabulator.UseVisualStyleBackColor =
true;
106 this.checkBoxTabulator.CheckedChanged +=
new System.EventHandler(this.checkBoxTabulator_CheckedChanged);
110 this.groupBoxFile.Controls.Add(this.buttonSelect);
111 this.groupBoxFile.Controls.Add(this.labelFile);
112 this.groupBoxFile.Controls.Add(this.textBoxFile);
113 this.groupBoxFile.Location =
new System.Drawing.Point(13, 13);
114 this.groupBoxFile.Name =
"groupBoxFile";
115 this.groupBoxFile.Size =
new System.Drawing.Size(474, 85);
116 this.groupBoxFile.TabIndex = 0;
117 this.groupBoxFile.TabStop =
false;
118 this.groupBoxFile.Text =
"Configuration";
122 this.buttonSelect.Location =
new System.Drawing.Point(390, 21);
123 this.buttonSelect.Name =
"buttonSelect";
124 this.buttonSelect.Size =
new System.Drawing.Size(46, 20);
125 this.buttonSelect.TabIndex = 3;
126 this.buttonSelect.Text =
"Select";
127 this.buttonSelect.UseVisualStyleBackColor =
true;
128 this.buttonSelect.Click +=
new System.EventHandler(this.button1_Click);
132 this.labelFile.AutoSize =
true;
133 this.labelFile.Location =
new System.Drawing.Point(6, 23);
134 this.labelFile.Name =
"labelFile";
135 this.labelFile.Size =
new System.Drawing.Size(23, 13);
136 this.labelFile.TabIndex = 2;
137 this.labelFile.Text =
"File";
141 this.textBoxFile.Location =
new System.Drawing.Point(49, 23);
142 this.textBoxFile.Name =
"textBoxFile";
143 this.textBoxFile.Size =
new System.Drawing.Size(335, 20);
144 this.textBoxFile.TabIndex = 1;
148 this.panelButtom.Anchor = ((
System.Windows.Forms.AnchorStyles)((((
System.Windows.Forms.AnchorStyles.Top |
System.Windows.Forms.AnchorStyles.Bottom)
149 |
System.Windows.Forms.AnchorStyles.Left)
150 |
System.Windows.Forms.AnchorStyles.Right)));
151 this.panelButtom.Controls.Add(this.textBoxOutput);
152 this.panelButtom.Location =
new System.Drawing.Point(0, 117);
153 this.panelButtom.Name =
"panelButtom";
154 this.panelButtom.Size =
new System.Drawing.Size(653, 382);
155 this.panelButtom.TabIndex = 1;
159 this.textBoxOutput.Dock =
System.Windows.Forms.DockStyle.Fill;
160 this.textBoxOutput.Location =
new System.Drawing.Point(0, 0);
161 this.textBoxOutput.Multiline =
true;
162 this.textBoxOutput.Name =
"textBoxOutput";
163 this.textBoxOutput.ScrollBars =
System.Windows.Forms.ScrollBars.Vertical;
164 this.textBoxOutput.Size =
new System.Drawing.Size(653, 382);
165 this.textBoxOutput.TabIndex = 0;
169 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
170 this.AutoScaleMode =
System.Windows.Forms.AutoScaleMode.Font;
171 this.ClientSize =
new System.Drawing.Size(654, 499);
172 this.Controls.Add(this.panelButtom);
173 this.Controls.Add(this.panelTop);
174 this.Name =
"FormValidator";
175 this.Text =
"NTP Analyzer Validator";
176 this.panelTop.ResumeLayout(
false);
177 this.groupBoxOptions.ResumeLayout(
false);
178 this.groupBoxOptions.PerformLayout();
179 this.groupBoxFile.ResumeLayout(
false);
180 this.groupBoxFile.PerformLayout();
181 this.panelButtom.ResumeLayout(
false);
182 this.panelButtom.PerformLayout();
183 this.ResumeLayout(
false);
184 this.PerformLayout();