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