NTP Analyzer  0.8.2
Analyze the operation of time servers
Validator.Designer.cs
Go to the documentation of this file.
1 namespace Ntp.Analyzer.Validate.Gui
2 {
3  partial class FormValidator
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Windows Form Designer generated code
24 
29  private void InitializeComponent()
30  {
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();
47  this.SuspendLayout();
48  //
49  // panelTop
50  //
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;
60  //
61  // groupBoxOptions
62  //
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";
74  //
75  // checkBoxValidate
76  //
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);
85  //
86  // checkBoxDefaultValues
87  //
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);
96  //
97  // checkBoxTabulator
98  //
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);
107  //
108  // groupBoxFile
109  //
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";
119  //
120  // buttonSelect
121  //
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);
129  //
130  // labelFile
131  //
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";
138  //
139  // textBoxFile
140  //
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;
145  //
146  // panelButtom
147  //
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;
156  //
157  // textBoxOutput
158  //
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;
166  //
167  // FormValidator
168  //
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();
185 
186  }
187 
188  #endregion
189 
190  private System.Windows.Forms.Panel panelTop;
191  private System.Windows.Forms.GroupBox groupBoxFile;
192  private System.Windows.Forms.Button buttonSelect;
193  private System.Windows.Forms.Label labelFile;
194  private System.Windows.Forms.TextBox textBoxFile;
195  private System.Windows.Forms.Panel panelButtom;
196  private System.Windows.Forms.TextBox textBoxOutput;
197  private System.Windows.Forms.OpenFileDialog openFileDialog;
198  private System.Windows.Forms.GroupBox groupBoxOptions;
199  private System.Windows.Forms.CheckBox checkBoxValidate;
200  private System.Windows.Forms.CheckBox checkBoxDefaultValues;
201  private System.Windows.Forms.CheckBox checkBoxTabulator;
202  }
203 }
204 
System.Windows.Forms.CheckBox checkBoxTabulator
System.Windows.Forms.GroupBox groupBoxFile
System.Windows.Forms.TextBox textBoxOutput
System.Windows.Forms.OpenFileDialog openFileDialog
System.Windows.Forms.GroupBox groupBoxOptions
System.Windows.Forms.CheckBox checkBoxValidate
System.Windows.Forms.TextBox textBoxFile
override void Dispose(bool disposing)
Clean up any resources being used.
System.Windows.Forms.CheckBox checkBoxDefaultValues
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
System.Windows.Forms.Button buttonSelect