Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 1462 was 1459, checked in by bspisic, 15 years ago

Make OptionsDialog modeless (#560)
Y-Axis-Tab in OptionsDialog reformatted

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