Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 1195 was 1195, checked in by shofstad, 16 years ago

Legend implementation changed (#407)

File size: 11.2 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.Optionstabs = new System.Windows.Forms.TabControl();
27      this.tabPage1 = new System.Windows.Forms.TabPage();
28      this.OptionsDialogSelectColorBt = 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.label4 = new System.Windows.Forms.Label();
36      this.LineThicknessCB = new System.Windows.Forms.ComboBox();
37      this.label3 = new System.Windows.Forms.Label();
38      this.tabPage2 = new System.Windows.Forms.TabPage();
39      this.cbLabelPosition = new System.Windows.Forms.ComboBox();
40      this.OptionsDialogCancelButton = new System.Windows.Forms.Button();
41      this.OptionsDialogOkButton = new System.Windows.Forms.Button();
42      this.labelposition = new System.Windows.Forms.Label();
43      this.Optionstabs.SuspendLayout();
44      this.tabPage1.SuspendLayout();
45      this.groupBox1.SuspendLayout();
46      this.tabPage2.SuspendLayout();
47      this.SuspendLayout();
48      //
49      // Optionstabs
50      //
51      this.Optionstabs.Controls.Add(this.tabPage1);
52      this.Optionstabs.Controls.Add(this.tabPage2);
53      this.Optionstabs.Location = new System.Drawing.Point(0, 1);
54      this.Optionstabs.Name = "Optionstabs";
55      this.Optionstabs.SelectedIndex = 0;
56      this.Optionstabs.Size = new System.Drawing.Size(292, 225);
57      this.Optionstabs.TabIndex = 0;
58      //
59      // tabPage1
60      //
61      this.tabPage1.Controls.Add(this.OptionsDialogSelectColorBt);
62      this.tabPage1.Controls.Add(this.ColorPreviewTB);
63      this.tabPage1.Controls.Add(this.label2);
64      this.tabPage1.Controls.Add(this.LinestyleCB);
65      this.tabPage1.Controls.Add(this.label1);
66      this.tabPage1.Controls.Add(this.LineSelectCB);
67      this.tabPage1.Controls.Add(this.groupBox1);
68      this.tabPage1.Location = new System.Drawing.Point(4, 22);
69      this.tabPage1.Name = "tabPage1";
70      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
71      this.tabPage1.Size = new System.Drawing.Size(284, 199);
72      this.tabPage1.TabIndex = 0;
73      this.tabPage1.Text = "Linestyle";
74      this.tabPage1.UseVisualStyleBackColor = true;
75      //
76      // OptionsDialogSelectColorBt
77      //
78      this.OptionsDialogSelectColorBt.Location = new System.Drawing.Point(217, 126);
79      this.OptionsDialogSelectColorBt.Name = "OptionsDialogSelectColorBt";
80      this.OptionsDialogSelectColorBt.Size = new System.Drawing.Size(50, 23);
81      this.OptionsDialogSelectColorBt.TabIndex = 7;
82      this.OptionsDialogSelectColorBt.Text = "Select";
83      this.OptionsDialogSelectColorBt.UseVisualStyleBackColor = true;
84      this.OptionsDialogSelectColorBt.Click += new System.EventHandler(this.button1_Click);
85      //
86      // ColorPreviewTB
87      //
88      this.ColorPreviewTB.Location = new System.Drawing.Point(146, 127);
89      this.ColorPreviewTB.Name = "ColorPreviewTB";
90      this.ColorPreviewTB.ReadOnly = true;
91      this.ColorPreviewTB.Size = new System.Drawing.Size(64, 20);
92      this.ColorPreviewTB.TabIndex = 6;
93      //
94      // label2
95      //
96      this.label2.AutoSize = true;
97      this.label2.Location = new System.Drawing.Point(36, 80);
98      this.label2.Name = "label2";
99      this.label2.Size = new System.Drawing.Size(30, 13);
100      this.label2.TabIndex = 3;
101      this.label2.Text = "Style";
102      //
103      // LinestyleCB
104      //
105      this.LinestyleCB.FormattingEnabled = true;
106      this.LinestyleCB.Location = new System.Drawing.Point(146, 73);
107      this.LinestyleCB.Name = "LinestyleCB";
108      this.LinestyleCB.Size = new System.Drawing.Size(121, 21);
109      this.LinestyleCB.TabIndex = 2;
110      //
111      // label1
112      //
113      this.label1.AutoSize = true;
114      this.label1.Location = new System.Drawing.Point(7, 37);
115      this.label1.Name = "label1";
116      this.label1.Size = new System.Drawing.Size(72, 13);
117      this.label1.TabIndex = 1;
118      this.label1.Text = "Selected Line";
119      //
120      // LineSelectCB
121      //
122      this.LineSelectCB.FormattingEnabled = true;
123      this.LineSelectCB.Location = new System.Drawing.Point(146, 30);
124      this.LineSelectCB.Name = "LineSelectCB";
125      this.LineSelectCB.Size = new System.Drawing.Size(121, 21);
126      this.LineSelectCB.TabIndex = 0;
127      this.LineSelectCB.SelectedIndexChanged += new System.EventHandler(this.LineSelectCB_SelectedIndexChanged);
128      //
129      // groupBox1
130      //
131      this.groupBox1.Controls.Add(this.label4);
132      this.groupBox1.Controls.Add(this.LineThicknessCB);
133      this.groupBox1.Controls.Add(this.label3);
134      this.groupBox1.Location = new System.Drawing.Point(4, 54);
135      this.groupBox1.Name = "groupBox1";
136      this.groupBox1.Size = new System.Drawing.Size(274, 129);
137      this.groupBox1.TabIndex = 9;
138      this.groupBox1.TabStop = false;
139      this.groupBox1.Text = "Details";
140      //
141      // label4
142      //
143      this.label4.AutoSize = true;
144      this.label4.Location = new System.Drawing.Point(33, 77);
145      this.label4.Name = "label4";
146      this.label4.Size = new System.Drawing.Size(31, 13);
147      this.label4.TabIndex = 8;
148      this.label4.Text = "Color";
149      //
150      // LineThicknessCB
151      //
152      this.LineThicknessCB.FormattingEnabled = true;
153      this.LineThicknessCB.Location = new System.Drawing.Point(142, 46);
154      this.LineThicknessCB.Name = "LineThicknessCB";
155      this.LineThicknessCB.Size = new System.Drawing.Size(121, 21);
156      this.LineThicknessCB.TabIndex = 4;
157      //
158      // label3
159      //
160      this.label3.AutoSize = true;
161      this.label3.Location = new System.Drawing.Point(32, 52);
162      this.label3.Name = "label3";
163      this.label3.Size = new System.Drawing.Size(56, 13);
164      this.label3.TabIndex = 5;
165      this.label3.Text = "Thickness";
166      //
167      // tabPage2
168      //
169      this.tabPage2.Controls.Add(this.labelposition);
170      this.tabPage2.Controls.Add(this.cbLabelPosition);
171      this.tabPage2.Location = new System.Drawing.Point(4, 22);
172      this.tabPage2.Name = "tabPage2";
173      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
174      this.tabPage2.Size = new System.Drawing.Size(284, 199);
175      this.tabPage2.TabIndex = 1;
176      this.tabPage2.Text = "Legend";
177      this.tabPage2.UseVisualStyleBackColor = true;
178      //
179      // cbLabelPosition
180      //
181      this.cbLabelPosition.FormattingEnabled = true;
182      this.cbLabelPosition.Items.AddRange(new object[] {
183            "left",
184            "right",
185            "top",
186            "bottom"});
187      this.cbLabelPosition.Location = new System.Drawing.Point(86, 34);
188      this.cbLabelPosition.Name = "cbLabelPosition";
189      this.cbLabelPosition.Size = new System.Drawing.Size(121, 21);
190      this.cbLabelPosition.TabIndex = 0;
191      //
192      // OptionsDialogCancelButton
193      //
194      this.OptionsDialogCancelButton.Location = new System.Drawing.Point(213, 232);
195      this.OptionsDialogCancelButton.Name = "OptionsDialogCancelButton";
196      this.OptionsDialogCancelButton.Size = new System.Drawing.Size(75, 23);
197      this.OptionsDialogCancelButton.TabIndex = 1;
198      this.OptionsDialogCancelButton.Text = "Cancel";
199      this.OptionsDialogCancelButton.UseVisualStyleBackColor = true;
200      this.OptionsDialogCancelButton.Click += new System.EventHandler(this.OptionsDialogCancelButton_Click);
201      //
202      // OptionsDialogOkButton
203      //
204      this.OptionsDialogOkButton.Location = new System.Drawing.Point(132, 232);
205      this.OptionsDialogOkButton.Name = "OptionsDialogOkButton";
206      this.OptionsDialogOkButton.Size = new System.Drawing.Size(75, 23);
207      this.OptionsDialogOkButton.TabIndex = 2;
208      this.OptionsDialogOkButton.Text = "OK";
209      this.OptionsDialogOkButton.UseVisualStyleBackColor = true;
210      this.OptionsDialogOkButton.Click += new System.EventHandler(this.OptionsDialogOkButton_Click);
211      //
212      // labelposition
213      //
214      this.labelposition.AutoSize = true;
215      this.labelposition.Location = new System.Drawing.Point(8, 38);
216      this.labelposition.Name = "labelposition";
217      this.labelposition.Size = new System.Drawing.Size(72, 13);
218      this.labelposition.TabIndex = 1;
219      this.labelposition.Text = "Labelposition:";
220      //
221      // OptionsDialog
222      //
223      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
224      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
225      this.ClientSize = new System.Drawing.Size(292, 266);
226      this.Controls.Add(this.OptionsDialogOkButton);
227      this.Controls.Add(this.OptionsDialogCancelButton);
228      this.Controls.Add(this.Optionstabs);
229      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
230      this.MaximizeBox = false;
231      this.Name = "OptionsDialog";
232      this.Text = "OptionsDialog";
233      this.Load += new System.EventHandler(this.OptionsDialog_Load);
234      this.Optionstabs.ResumeLayout(false);
235      this.tabPage1.ResumeLayout(false);
236      this.tabPage1.PerformLayout();
237      this.groupBox1.ResumeLayout(false);
238      this.groupBox1.PerformLayout();
239      this.tabPage2.ResumeLayout(false);
240      this.tabPage2.PerformLayout();
241      this.ResumeLayout(false);
242
243    }
244
245    #endregion
246
247    private System.Windows.Forms.TabControl Optionstabs;
248    private System.Windows.Forms.TabPage tabPage1;
249    private System.Windows.Forms.TabPage tabPage2;
250    private System.Windows.Forms.Label label1;
251    private System.Windows.Forms.ComboBox LineSelectCB;
252    private System.Windows.Forms.Button OptionsDialogSelectColorBt;
253    private System.Windows.Forms.TextBox ColorPreviewTB;
254    private System.Windows.Forms.Label label3;
255    private System.Windows.Forms.ComboBox LineThicknessCB;
256    private System.Windows.Forms.Label label2;
257    private System.Windows.Forms.ComboBox LinestyleCB;
258    private System.Windows.Forms.Label label4;
259    private System.Windows.Forms.GroupBox groupBox1;
260    private System.Windows.Forms.Button OptionsDialogCancelButton;
261    private System.Windows.Forms.Button OptionsDialogOkButton;
262    private System.Windows.Forms.ComboBox cbLabelPosition;
263    private System.Windows.Forms.Label labelposition;
264  }
265}
Note: See TracBrowser for help on using the repository browser.