Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 1345 was 1345, checked in by shofstad, 15 years ago

Legend implementation updated with position setting (#407)

File size: 16.9 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.Location = new System.Drawing.Point(96, 35);
152      this.cbLegendPosition.Name = "cbLegendPosition";
153      this.cbLegendPosition.Size = new System.Drawing.Size(121, 21);
154      this.cbLegendPosition.TabIndex = 0;
155      this.cbLegendPosition.SelectedIndexChanged += new System.EventHandler(this.cbLegendPosition_SelectedIndexChanged);
156      //
157      // tabPage1
158      //
159      this.tabPage1.Controls.Add(this.OptionsDialogSelectColorBt);
160      this.tabPage1.Controls.Add(this.ColorPreviewTB);
161      this.tabPage1.Controls.Add(this.label2);
162      this.tabPage1.Controls.Add(this.LinestyleCB);
163      this.tabPage1.Controls.Add(this.label1);
164      this.tabPage1.Controls.Add(this.LineSelectCB);
165      this.tabPage1.Controls.Add(this.groupBox1);
166      this.tabPage1.Location = new System.Drawing.Point(4, 22);
167      this.tabPage1.Name = "tabPage1";
168      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
169      this.tabPage1.Size = new System.Drawing.Size(284, 199);
170      this.tabPage1.TabIndex = 0;
171      this.tabPage1.Text = "Linestyle";
172      this.tabPage1.UseVisualStyleBackColor = true;
173      //
174      // OptionsDialogSelectColorBt
175      //
176      this.OptionsDialogSelectColorBt.Location = new System.Drawing.Point(217, 126);
177      this.OptionsDialogSelectColorBt.Name = "OptionsDialogSelectColorBt";
178      this.OptionsDialogSelectColorBt.Size = new System.Drawing.Size(50, 23);
179      this.OptionsDialogSelectColorBt.TabIndex = 7;
180      this.OptionsDialogSelectColorBt.Text = "Select";
181      this.OptionsDialogSelectColorBt.UseVisualStyleBackColor = true;
182      this.OptionsDialogSelectColorBt.Click += new System.EventHandler(this.OptionsDialogSelectColorBtn_Click);
183      //
184      // ColorPreviewTB
185      //
186      this.ColorPreviewTB.Location = new System.Drawing.Point(146, 127);
187      this.ColorPreviewTB.Name = "ColorPreviewTB";
188      this.ColorPreviewTB.ReadOnly = true;
189      this.ColorPreviewTB.Size = new System.Drawing.Size(64, 20);
190      this.ColorPreviewTB.TabIndex = 6;
191      //
192      // label2
193      //
194      this.label2.AutoSize = true;
195      this.label2.Location = new System.Drawing.Point(36, 80);
196      this.label2.Name = "label2";
197      this.label2.Size = new System.Drawing.Size(30, 13);
198      this.label2.TabIndex = 3;
199      this.label2.Text = "Style";
200      //
201      // LinestyleCB
202      //
203      this.LinestyleCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
204      this.LinestyleCB.FormattingEnabled = true;
205      this.LinestyleCB.Location = new System.Drawing.Point(146, 73);
206      this.LinestyleCB.Name = "LinestyleCB";
207      this.LinestyleCB.Size = new System.Drawing.Size(121, 21);
208      this.LinestyleCB.TabIndex = 2;
209      //
210      // label1
211      //
212      this.label1.AutoSize = true;
213      this.label1.Location = new System.Drawing.Point(7, 37);
214      this.label1.Name = "label1";
215      this.label1.Size = new System.Drawing.Size(72, 13);
216      this.label1.TabIndex = 1;
217      this.label1.Text = "Selected Line";
218      //
219      // LineSelectCB
220      //
221      this.LineSelectCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
222      this.LineSelectCB.FormattingEnabled = true;
223      this.LineSelectCB.Location = new System.Drawing.Point(146, 30);
224      this.LineSelectCB.Name = "LineSelectCB";
225      this.LineSelectCB.Size = new System.Drawing.Size(121, 21);
226      this.LineSelectCB.TabIndex = 0;
227      this.LineSelectCB.SelectedIndexChanged += new System.EventHandler(this.LineSelectCB_SelectedIndexChanged);
228      //
229      // groupBox1
230      //
231      this.groupBox1.Controls.Add(this.label4);
232      this.groupBox1.Controls.Add(this.LineThicknessCB);
233      this.groupBox1.Controls.Add(this.label3);
234      this.groupBox1.Location = new System.Drawing.Point(4, 54);
235      this.groupBox1.Name = "groupBox1";
236      this.groupBox1.Size = new System.Drawing.Size(274, 129);
237      this.groupBox1.TabIndex = 9;
238      this.groupBox1.TabStop = false;
239      this.groupBox1.Text = "Details";
240      //
241      // label4
242      //
243      this.label4.AutoSize = true;
244      this.label4.Location = new System.Drawing.Point(33, 77);
245      this.label4.Name = "label4";
246      this.label4.Size = new System.Drawing.Size(31, 13);
247      this.label4.TabIndex = 8;
248      this.label4.Text = "Color";
249      //
250      // LineThicknessCB
251      //
252      this.LineThicknessCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
253      this.LineThicknessCB.FormattingEnabled = true;
254      this.LineThicknessCB.Location = new System.Drawing.Point(142, 46);
255      this.LineThicknessCB.Name = "LineThicknessCB";
256      this.LineThicknessCB.Size = new System.Drawing.Size(121, 21);
257      this.LineThicknessCB.TabIndex = 4;
258      //
259      // label3
260      //
261      this.label3.AutoSize = true;
262      this.label3.Location = new System.Drawing.Point(32, 52);
263      this.label3.Name = "label3";
264      this.label3.Size = new System.Drawing.Size(56, 13);
265      this.label3.TabIndex = 5;
266      this.label3.Text = "Thickness";
267      //
268      // Optionstabs
269      //
270      this.Optionstabs.Controls.Add(this.tabPage1);
271      this.Optionstabs.Controls.Add(this.tabPage2);
272      this.Optionstabs.Controls.Add(this.tpTitle);
273      this.Optionstabs.Controls.Add(this.tpXAxis);
274      this.Optionstabs.Controls.Add(this.tpYAxes);
275      this.Optionstabs.Location = new System.Drawing.Point(0, 1);
276      this.Optionstabs.Name = "Optionstabs";
277      this.Optionstabs.SelectedIndex = 0;
278      this.Optionstabs.Size = new System.Drawing.Size(292, 225);
279      this.Optionstabs.TabIndex = 0;
280      //
281      // tpXAxis
282      //
283      this.tpXAxis.Controls.Add(this.btnChangeXAxisFont);
284      this.tpXAxis.Location = new System.Drawing.Point(4, 22);
285      this.tpXAxis.Name = "tpXAxis";
286      this.tpXAxis.Size = new System.Drawing.Size(284, 199);
287      this.tpXAxis.TabIndex = 3;
288      this.tpXAxis.Text = "X-Axis";
289      this.tpXAxis.UseVisualStyleBackColor = true;
290      //
291      // btnChangeXAxisFont
292      //
293      this.btnChangeXAxisFont.Location = new System.Drawing.Point(3, 3);
294      this.btnChangeXAxisFont.Name = "btnChangeXAxisFont";
295      this.btnChangeXAxisFont.Size = new System.Drawing.Size(94, 23);
296      this.btnChangeXAxisFont.TabIndex = 2;
297      this.btnChangeXAxisFont.Text = "Change Font";
298      this.btnChangeXAxisFont.UseVisualStyleBackColor = true;
299      this.btnChangeXAxisFont.Click += new System.EventHandler(this.btnChangeXAxisFont_Click);
300      //
301      // tpYAxes
302      //
303      this.tpYAxes.Controls.Add(this.dataRowsFlowLayout);
304      this.tpYAxes.Location = new System.Drawing.Point(4, 22);
305      this.tpYAxes.Name = "tpYAxes";
306      this.tpYAxes.Padding = new System.Windows.Forms.Padding(3);
307      this.tpYAxes.Size = new System.Drawing.Size(284, 199);
308      this.tpYAxes.TabIndex = 4;
309      this.tpYAxes.Text = "Y-Axes";
310      this.tpYAxes.UseVisualStyleBackColor = true;
311      //
312      // dataRowsFlowLayout
313      //
314      this.dataRowsFlowLayout.Dock = System.Windows.Forms.DockStyle.Fill;
315      this.dataRowsFlowLayout.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
316      this.dataRowsFlowLayout.Location = new System.Drawing.Point(3, 3);
317      this.dataRowsFlowLayout.Name = "dataRowsFlowLayout";
318      this.dataRowsFlowLayout.Size = new System.Drawing.Size(278, 193);
319      this.dataRowsFlowLayout.TabIndex = 0;
320      //
321      // OptionsDialog
322      //
323      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
324      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
325      this.ClientSize = new System.Drawing.Size(292, 266);
326      this.Controls.Add(this.OptionsDialogApplyBtn);
327      this.Controls.Add(this.OptionsDialogOkButton);
328      this.Controls.Add(this.OptionsDialogCancelButton);
329      this.Controls.Add(this.Optionstabs);
330      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
331      this.MaximizeBox = false;
332      this.Name = "OptionsDialog";
333      this.Text = "OptionsDialog";
334      this.Load += new System.EventHandler(this.OptionsDialog_Load);
335      this.tpTitle.ResumeLayout(false);
336      this.tabPage2.ResumeLayout(false);
337      this.tabPage2.PerformLayout();
338      this.tabPage1.ResumeLayout(false);
339      this.tabPage1.PerformLayout();
340      this.groupBox1.ResumeLayout(false);
341      this.groupBox1.PerformLayout();
342      this.Optionstabs.ResumeLayout(false);
343      this.tpXAxis.ResumeLayout(false);
344      this.tpYAxes.ResumeLayout(false);
345      this.ResumeLayout(false);
346
347    }
348
349    #endregion
350
351    private System.Windows.Forms.Button OptionsDialogCancelButton;
352    private System.Windows.Forms.Button OptionsDialogOkButton;
353    private System.Windows.Forms.Button OptionsDialogApplyBtn;
354    private System.Windows.Forms.FontDialog fdFont;
355    private System.Windows.Forms.TabPage tpTitle;
356    private System.Windows.Forms.Button btnChangeTitleFont;
357    private System.Windows.Forms.TabPage tabPage2;
358    private System.Windows.Forms.TabPage tabPage1;
359    private System.Windows.Forms.Button OptionsDialogSelectColorBt;
360    private System.Windows.Forms.TextBox ColorPreviewTB;
361    private System.Windows.Forms.Label label2;
362    private System.Windows.Forms.ComboBox LinestyleCB;
363    private System.Windows.Forms.Label label1;
364    private System.Windows.Forms.ComboBox LineSelectCB;
365    private System.Windows.Forms.GroupBox groupBox1;
366    private System.Windows.Forms.Label label4;
367    private System.Windows.Forms.ComboBox cbLegendPosition;
368    private System.Windows.Forms.Label legendposition;
369    private System.Windows.Forms.ComboBox LineThicknessCB;
370    private System.Windows.Forms.Label label3;
371    private System.Windows.Forms.TabControl Optionstabs;
372    private System.Windows.Forms.Button btnChangeLegendFont;
373    private System.Windows.Forms.TabPage tpXAxis;
374    private System.Windows.Forms.Button btnChangeXAxisFont;
375    private System.Windows.Forms.TabPage tpYAxes;
376    private System.Windows.Forms.FlowLayoutPanel dataRowsFlowLayout;
377  }
378}
Note: See TracBrowser for help on using the repository browser.