Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 1328 was 1328, checked in by bspisic, 15 years ago

#520 Started to implement font changes in options dialog

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