Free cookie consent management tool by TermsFeed Policy Generator

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

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

Legend implementation updated with position setting (#407)

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