Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 1867 was 1839, checked in by bspisic, 15 years ago

Model.Title is changeable in OptionsDialog now (#590)

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