Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Visualization/3.2/Options/Options.Designer.cs @ 1876

Last change on this file since 1876 was 1876, checked in by mstoeger, 15 years ago

x-axis grid can be enabled/disabled #629

File size: 19.5 KB
Line 
1namespace HeuristicLab.Visualization.Options {
2  partial class Options {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.Optionstabs = new System.Windows.Forms.TabControl();
27      this.tabPage1 = new System.Windows.Forms.TabPage();
28      this.OptionsDialogSelectColorBtn = new System.Windows.Forms.Button();
29      this.ColorPreviewTB = new System.Windows.Forms.TextBox();
30      this.label2 = new System.Windows.Forms.Label();
31      this.LinestyleCB = new System.Windows.Forms.ComboBox();
32      this.label1 = new System.Windows.Forms.Label();
33      this.LineSelectCB = new System.Windows.Forms.ComboBox();
34      this.groupBox1 = new System.Windows.Forms.GroupBox();
35      this.MarkercheckBox = new System.Windows.Forms.CheckBox();
36      this.label4 = new System.Windows.Forms.Label();
37      this.LineThicknessCB = new System.Windows.Forms.ComboBox();
38      this.label3 = new System.Windows.Forms.Label();
39      this.tabPage2 = new System.Windows.Forms.TabPage();
40      this.btnChangeLegendFont = new System.Windows.Forms.Button();
41      this.legendposition = new System.Windows.Forms.Label();
42      this.cbLegendPosition = new System.Windows.Forms.ComboBox();
43      this.tpTitle = new System.Windows.Forms.TabPage();
44      this.label5 = new System.Windows.Forms.Label();
45      this.tbxTitle = new System.Windows.Forms.TextBox();
46      this.btnChangeTitleFont = new System.Windows.Forms.Button();
47      this.tpXAxis = new System.Windows.Forms.TabPage();
48      this.btnChangeXAxisFont = new System.Windows.Forms.Button();
49      this.tpYAxes = new System.Windows.Forms.TabPage();
50      this.gbxYAxisClipChangeable = new System.Windows.Forms.GroupBox();
51      this.flpYAxisClipChangeable = new System.Windows.Forms.FlowLayoutPanel();
52      this.gbxShowYAxis = new System.Windows.Forms.GroupBox();
53      this.flpShowYAxis = new System.Windows.Forms.FlowLayoutPanel();
54      this.fdFont = new System.Windows.Forms.FontDialog();
55      this.chkShowXAxisGrid = new System.Windows.Forms.CheckBox();
56      this.Optionstabs.SuspendLayout();
57      this.tabPage1.SuspendLayout();
58      this.groupBox1.SuspendLayout();
59      this.tabPage2.SuspendLayout();
60      this.tpTitle.SuspendLayout();
61      this.tpXAxis.SuspendLayout();
62      this.tpYAxes.SuspendLayout();
63      this.gbxYAxisClipChangeable.SuspendLayout();
64      this.gbxShowYAxis.SuspendLayout();
65      this.SuspendLayout();
66      //
67      // Optionstabs
68      //
69      this.Optionstabs.Controls.Add(this.tabPage1);
70      this.Optionstabs.Controls.Add(this.tabPage2);
71      this.Optionstabs.Controls.Add(this.tpTitle);
72      this.Optionstabs.Controls.Add(this.tpXAxis);
73      this.Optionstabs.Controls.Add(this.tpYAxes);
74      this.Optionstabs.Dock = System.Windows.Forms.DockStyle.Fill;
75      this.Optionstabs.Location = new System.Drawing.Point(0, 0);
76      this.Optionstabs.Name = "Optionstabs";
77      this.Optionstabs.SelectedIndex = 0;
78      this.Optionstabs.Size = new System.Drawing.Size(298, 232);
79      this.Optionstabs.TabIndex = 1;
80      //
81      // tabPage1
82      //
83      this.tabPage1.Controls.Add(this.OptionsDialogSelectColorBtn);
84      this.tabPage1.Controls.Add(this.ColorPreviewTB);
85      this.tabPage1.Controls.Add(this.label2);
86      this.tabPage1.Controls.Add(this.LinestyleCB);
87      this.tabPage1.Controls.Add(this.label1);
88      this.tabPage1.Controls.Add(this.LineSelectCB);
89      this.tabPage1.Controls.Add(this.groupBox1);
90      this.tabPage1.Location = new System.Drawing.Point(4, 22);
91      this.tabPage1.Name = "tabPage1";
92      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
93      this.tabPage1.Size = new System.Drawing.Size(290, 206);
94      this.tabPage1.TabIndex = 0;
95      this.tabPage1.Text = "Linestyle";
96      this.tabPage1.UseVisualStyleBackColor = true;
97      //
98      // OptionsDialogSelectColorBtn
99      //
100      this.OptionsDialogSelectColorBtn.Location = new System.Drawing.Point(217, 126);
101      this.OptionsDialogSelectColorBtn.Name = "OptionsDialogSelectColorBtn";
102      this.OptionsDialogSelectColorBtn.Size = new System.Drawing.Size(50, 23);
103      this.OptionsDialogSelectColorBtn.TabIndex = 7;
104      this.OptionsDialogSelectColorBtn.Text = "Select";
105      this.OptionsDialogSelectColorBtn.UseVisualStyleBackColor = true;
106      this.OptionsDialogSelectColorBtn.Click += new System.EventHandler(this.OptionsDialogSelectColorBtn_Click);
107      //
108      // ColorPreviewTB
109      //
110      this.ColorPreviewTB.Location = new System.Drawing.Point(146, 127);
111      this.ColorPreviewTB.Name = "ColorPreviewTB";
112      this.ColorPreviewTB.ReadOnly = true;
113      this.ColorPreviewTB.Size = new System.Drawing.Size(64, 20);
114      this.ColorPreviewTB.TabIndex = 6;
115      //
116      // label2
117      //
118      this.label2.AutoSize = true;
119      this.label2.Location = new System.Drawing.Point(36, 80);
120      this.label2.Name = "label2";
121      this.label2.Size = new System.Drawing.Size(30, 13);
122      this.label2.TabIndex = 3;
123      this.label2.Text = "Style";
124      //
125      // LinestyleCB
126      //
127      this.LinestyleCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
128      this.LinestyleCB.FormattingEnabled = true;
129      this.LinestyleCB.Location = new System.Drawing.Point(146, 73);
130      this.LinestyleCB.Name = "LinestyleCB";
131      this.LinestyleCB.Size = new System.Drawing.Size(121, 21);
132      this.LinestyleCB.TabIndex = 2;
133      this.LinestyleCB.SelectedIndexChanged += new System.EventHandler(this.LinestyleCB_SelectedIndexChanged);
134      //
135      // label1
136      //
137      this.label1.AutoSize = true;
138      this.label1.Location = new System.Drawing.Point(7, 37);
139      this.label1.Name = "label1";
140      this.label1.Size = new System.Drawing.Size(72, 13);
141      this.label1.TabIndex = 1;
142      this.label1.Text = "Selected Line";
143      //
144      // LineSelectCB
145      //
146      this.LineSelectCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
147      this.LineSelectCB.FormattingEnabled = true;
148      this.LineSelectCB.Location = new System.Drawing.Point(146, 30);
149      this.LineSelectCB.Name = "LineSelectCB";
150      this.LineSelectCB.Size = new System.Drawing.Size(121, 21);
151      this.LineSelectCB.TabIndex = 0;
152      this.LineSelectCB.SelectedIndexChanged += new System.EventHandler(this.LineSelectCB_SelectedIndexChanged);
153      //
154      // groupBox1
155      //
156      this.groupBox1.Controls.Add(this.MarkercheckBox);
157      this.groupBox1.Controls.Add(this.label4);
158      this.groupBox1.Controls.Add(this.LineThicknessCB);
159      this.groupBox1.Controls.Add(this.label3);
160      this.groupBox1.Location = new System.Drawing.Point(4, 54);
161      this.groupBox1.Name = "groupBox1";
162      this.groupBox1.Size = new System.Drawing.Size(274, 129);
163      this.groupBox1.TabIndex = 9;
164      this.groupBox1.TabStop = false;
165      this.groupBox1.Text = "Details";
166      //
167      // MarkercheckBox
168      //
169      this.MarkercheckBox.AutoSize = true;
170      this.MarkercheckBox.Location = new System.Drawing.Point(142, 106);
171      this.MarkercheckBox.Name = "MarkercheckBox";
172      this.MarkercheckBox.Size = new System.Drawing.Size(59, 17);
173      this.MarkercheckBox.TabIndex = 9;
174      this.MarkercheckBox.Text = "Marker";
175      this.MarkercheckBox.UseVisualStyleBackColor = true;
176      this.MarkercheckBox.CheckedChanged += new System.EventHandler(this.MarkercheckBox_CheckedChanged);
177      //
178      // label4
179      //
180      this.label4.AutoSize = true;
181      this.label4.Location = new System.Drawing.Point(33, 77);
182      this.label4.Name = "label4";
183      this.label4.Size = new System.Drawing.Size(31, 13);
184      this.label4.TabIndex = 8;
185      this.label4.Text = "Color";
186      //
187      // LineThicknessCB
188      //
189      this.LineThicknessCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
190      this.LineThicknessCB.FormattingEnabled = true;
191      this.LineThicknessCB.Location = new System.Drawing.Point(142, 46);
192      this.LineThicknessCB.Name = "LineThicknessCB";
193      this.LineThicknessCB.Size = new System.Drawing.Size(121, 21);
194      this.LineThicknessCB.TabIndex = 4;
195      this.LineThicknessCB.SelectedIndexChanged += new System.EventHandler(this.LineThicknessCB_SelectedIndexChanged);
196      //
197      // label3
198      //
199      this.label3.AutoSize = true;
200      this.label3.Location = new System.Drawing.Point(32, 52);
201      this.label3.Name = "label3";
202      this.label3.Size = new System.Drawing.Size(56, 13);
203      this.label3.TabIndex = 5;
204      this.label3.Text = "Thickness";
205      //
206      // tabPage2
207      //
208      this.tabPage2.Controls.Add(this.btnChangeLegendFont);
209      this.tabPage2.Controls.Add(this.legendposition);
210      this.tabPage2.Controls.Add(this.cbLegendPosition);
211      this.tabPage2.Location = new System.Drawing.Point(4, 22);
212      this.tabPage2.Name = "tabPage2";
213      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
214      this.tabPage2.Size = new System.Drawing.Size(290, 206);
215      this.tabPage2.TabIndex = 1;
216      this.tabPage2.Text = "Legend";
217      this.tabPage2.UseVisualStyleBackColor = true;
218      //
219      // btnChangeLegendFont
220      //
221      this.btnChangeLegendFont.Location = new System.Drawing.Point(3, 6);
222      this.btnChangeLegendFont.Name = "btnChangeLegendFont";
223      this.btnChangeLegendFont.Size = new System.Drawing.Size(94, 23);
224      this.btnChangeLegendFont.TabIndex = 2;
225      this.btnChangeLegendFont.Text = "Change Font";
226      this.btnChangeLegendFont.UseVisualStyleBackColor = true;
227      this.btnChangeLegendFont.Click += new System.EventHandler(this.btnChangeLegendFont_Click);
228      //
229      // legendposition
230      //
231      this.legendposition.AutoSize = true;
232      this.legendposition.Location = new System.Drawing.Point(8, 38);
233      this.legendposition.Name = "legendposition";
234      this.legendposition.Size = new System.Drawing.Size(82, 13);
235      this.legendposition.TabIndex = 1;
236      this.legendposition.Text = "Legendposition:";
237      //
238      // cbLegendPosition
239      //
240      this.cbLegendPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
241      this.cbLegendPosition.FormattingEnabled = true;
242      this.cbLegendPosition.Location = new System.Drawing.Point(96, 35);
243      this.cbLegendPosition.Name = "cbLegendPosition";
244      this.cbLegendPosition.Size = new System.Drawing.Size(121, 21);
245      this.cbLegendPosition.TabIndex = 0;
246      this.cbLegendPosition.SelectedIndexChanged += new System.EventHandler(this.cbLegendPosition_SelectedIndexChanged);
247      //
248      // tpTitle
249      //
250      this.tpTitle.Controls.Add(this.label5);
251      this.tpTitle.Controls.Add(this.tbxTitle);
252      this.tpTitle.Controls.Add(this.btnChangeTitleFont);
253      this.tpTitle.Location = new System.Drawing.Point(4, 22);
254      this.tpTitle.Name = "tpTitle";
255      this.tpTitle.Size = new System.Drawing.Size(290, 206);
256      this.tpTitle.TabIndex = 2;
257      this.tpTitle.Text = "Title";
258      this.tpTitle.UseVisualStyleBackColor = true;
259      //
260      // label5
261      //
262      this.label5.AutoSize = true;
263      this.label5.Location = new System.Drawing.Point(3, 6);
264      this.label5.Name = "label5";
265      this.label5.Size = new System.Drawing.Size(30, 13);
266      this.label5.TabIndex = 3;
267      this.label5.Text = "Title:";
268      //
269      // tbxTitle
270      //
271      this.tbxTitle.Location = new System.Drawing.Point(39, 3);
272      this.tbxTitle.Name = "tbxTitle";
273      this.tbxTitle.Size = new System.Drawing.Size(151, 20);
274      this.tbxTitle.TabIndex = 2;
275      this.tbxTitle.TextChanged += new System.EventHandler(this.tbxTitle_TextChanged);
276      //
277      // btnChangeTitleFont
278      //
279      this.btnChangeTitleFont.Location = new System.Drawing.Point(193, 1);
280      this.btnChangeTitleFont.Name = "btnChangeTitleFont";
281      this.btnChangeTitleFont.Size = new System.Drawing.Size(94, 23);
282      this.btnChangeTitleFont.TabIndex = 1;
283      this.btnChangeTitleFont.Text = "Change Font";
284      this.btnChangeTitleFont.UseVisualStyleBackColor = true;
285      this.btnChangeTitleFont.Click += new System.EventHandler(this.btnChangeTitleFont_Click);
286      //
287      // tpXAxis
288      //
289      this.tpXAxis.Controls.Add(this.chkShowXAxisGrid);
290      this.tpXAxis.Controls.Add(this.btnChangeXAxisFont);
291      this.tpXAxis.Location = new System.Drawing.Point(4, 22);
292      this.tpXAxis.Name = "tpXAxis";
293      this.tpXAxis.Size = new System.Drawing.Size(290, 206);
294      this.tpXAxis.TabIndex = 3;
295      this.tpXAxis.Text = "X-Axis";
296      this.tpXAxis.UseVisualStyleBackColor = true;
297      //
298      // btnChangeXAxisFont
299      //
300      this.btnChangeXAxisFont.Location = new System.Drawing.Point(3, 3);
301      this.btnChangeXAxisFont.Name = "btnChangeXAxisFont";
302      this.btnChangeXAxisFont.Size = new System.Drawing.Size(94, 23);
303      this.btnChangeXAxisFont.TabIndex = 2;
304      this.btnChangeXAxisFont.Text = "Change Font";
305      this.btnChangeXAxisFont.UseVisualStyleBackColor = true;
306      this.btnChangeXAxisFont.Click += new System.EventHandler(this.btnChangeXAxisFont_Click);
307      //
308      // tpYAxes
309      //
310      this.tpYAxes.Controls.Add(this.gbxYAxisClipChangeable);
311      this.tpYAxes.Controls.Add(this.gbxShowYAxis);
312      this.tpYAxes.Location = new System.Drawing.Point(4, 22);
313      this.tpYAxes.Name = "tpYAxes";
314      this.tpYAxes.Padding = new System.Windows.Forms.Padding(3);
315      this.tpYAxes.Size = new System.Drawing.Size(290, 206);
316      this.tpYAxes.TabIndex = 4;
317      this.tpYAxes.Text = "Y-Axes";
318      this.tpYAxes.UseVisualStyleBackColor = true;
319      //
320      // gbxYAxisClipChangeable
321      //
322      this.gbxYAxisClipChangeable.AutoSize = true;
323      this.gbxYAxisClipChangeable.Controls.Add(this.flpYAxisClipChangeable);
324      this.gbxYAxisClipChangeable.Location = new System.Drawing.Point(0, 82);
325      this.gbxYAxisClipChangeable.Name = "gbxYAxisClipChangeable";
326      this.gbxYAxisClipChangeable.Size = new System.Drawing.Size(281, 76);
327      this.gbxYAxisClipChangeable.TabIndex = 1;
328      this.gbxYAxisClipChangeable.TabStop = false;
329      this.gbxYAxisClipChangeable.Text = "Y-Axis-Clip changeable";
330      //
331      // flpYAxisClipChangeable
332      //
333      this.flpYAxisClipChangeable.AutoSize = true;
334      this.flpYAxisClipChangeable.Dock = System.Windows.Forms.DockStyle.Fill;
335      this.flpYAxisClipChangeable.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
336      this.flpYAxisClipChangeable.Location = new System.Drawing.Point(3, 16);
337      this.flpYAxisClipChangeable.Name = "flpYAxisClipChangeable";
338      this.flpYAxisClipChangeable.Size = new System.Drawing.Size(275, 57);
339      this.flpYAxisClipChangeable.TabIndex = 0;
340      //
341      // gbxShowYAxis
342      //
343      this.gbxShowYAxis.AutoSize = true;
344      this.gbxShowYAxis.Controls.Add(this.flpShowYAxis);
345      this.gbxShowYAxis.Location = new System.Drawing.Point(0, 0);
346      this.gbxShowYAxis.Name = "gbxShowYAxis";
347      this.gbxShowYAxis.Size = new System.Drawing.Size(281, 76);
348      this.gbxShowYAxis.TabIndex = 0;
349      this.gbxShowYAxis.TabStop = false;
350      this.gbxShowYAxis.Text = "Show Y-Axis";
351      //
352      // flpShowYAxis
353      //
354      this.flpShowYAxis.AutoSize = true;
355      this.flpShowYAxis.Dock = System.Windows.Forms.DockStyle.Fill;
356      this.flpShowYAxis.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
357      this.flpShowYAxis.Location = new System.Drawing.Point(3, 16);
358      this.flpShowYAxis.Name = "flpShowYAxis";
359      this.flpShowYAxis.Size = new System.Drawing.Size(275, 57);
360      this.flpShowYAxis.TabIndex = 0;
361      //
362      // chkShowXAxisGrid
363      //
364      this.chkShowXAxisGrid.AutoSize = true;
365      this.chkShowXAxisGrid.Location = new System.Drawing.Point(3, 32);
366      this.chkShowXAxisGrid.Name = "chkShowXAxisGrid";
367      this.chkShowXAxisGrid.Size = new System.Drawing.Size(107, 17);
368      this.chkShowXAxisGrid.TabIndex = 3;
369      this.chkShowXAxisGrid.Text = "Show X-Axis Grid";
370      this.chkShowXAxisGrid.UseVisualStyleBackColor = true;
371      this.chkShowXAxisGrid.CheckedChanged += new System.EventHandler(this.chkShowXAxisGrid_CheckedChanged);
372      //
373      // Options
374      //
375      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
376      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
377      this.Controls.Add(this.Optionstabs);
378      this.Name = "Options";
379      this.Size = new System.Drawing.Size(298, 232);
380      this.Load += new System.EventHandler(this.Options_Load);
381      this.Optionstabs.ResumeLayout(false);
382      this.tabPage1.ResumeLayout(false);
383      this.tabPage1.PerformLayout();
384      this.groupBox1.ResumeLayout(false);
385      this.groupBox1.PerformLayout();
386      this.tabPage2.ResumeLayout(false);
387      this.tabPage2.PerformLayout();
388      this.tpTitle.ResumeLayout(false);
389      this.tpTitle.PerformLayout();
390      this.tpXAxis.ResumeLayout(false);
391      this.tpXAxis.PerformLayout();
392      this.tpYAxes.ResumeLayout(false);
393      this.tpYAxes.PerformLayout();
394      this.gbxYAxisClipChangeable.ResumeLayout(false);
395      this.gbxYAxisClipChangeable.PerformLayout();
396      this.gbxShowYAxis.ResumeLayout(false);
397      this.gbxShowYAxis.PerformLayout();
398      this.ResumeLayout(false);
399
400    }
401
402    #endregion
403
404    private System.Windows.Forms.TabControl Optionstabs;
405    private System.Windows.Forms.TabPage tabPage1;
406    private System.Windows.Forms.Button OptionsDialogSelectColorBtn;
407    private System.Windows.Forms.TextBox ColorPreviewTB;
408    private System.Windows.Forms.Label label2;
409    private System.Windows.Forms.ComboBox LinestyleCB;
410    private System.Windows.Forms.Label label1;
411    private System.Windows.Forms.ComboBox LineSelectCB;
412    private System.Windows.Forms.GroupBox groupBox1;
413    private System.Windows.Forms.CheckBox MarkercheckBox;
414    private System.Windows.Forms.Label label4;
415    private System.Windows.Forms.ComboBox LineThicknessCB;
416    private System.Windows.Forms.Label label3;
417    private System.Windows.Forms.TabPage tabPage2;
418    private System.Windows.Forms.Button btnChangeLegendFont;
419    private System.Windows.Forms.Label legendposition;
420    private System.Windows.Forms.ComboBox cbLegendPosition;
421    private System.Windows.Forms.TabPage tpTitle;
422    private System.Windows.Forms.Button btnChangeTitleFont;
423    private System.Windows.Forms.TabPage tpXAxis;
424    private System.Windows.Forms.Button btnChangeXAxisFont;
425    private System.Windows.Forms.TabPage tpYAxes;
426    private System.Windows.Forms.GroupBox gbxYAxisClipChangeable;
427    private System.Windows.Forms.FlowLayoutPanel flpYAxisClipChangeable;
428    private System.Windows.Forms.GroupBox gbxShowYAxis;
429    private System.Windows.Forms.FlowLayoutPanel flpShowYAxis;
430    private System.Windows.Forms.FontDialog fdFont;
431    private System.Windows.Forms.CheckBox chkShowXAxisGrid;
432    private System.Windows.Forms.TextBox tbxTitle;
433    private System.Windows.Forms.Label label5;
434  }
435}
Note: See TracBrowser for help on using the repository browser.