Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 1561 was 1561, checked in by dwagner, 16 years ago

Added functionality: Checkbox to enable/disable Markers for every datapoint added to OptionsDialog. (#581)

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