Free cookie consent management tool by TermsFeed Policy Generator

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

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

Display of Y-Axes can be individually switched on and off in the options dialog. (#433)

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