Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 1222 was 1187, checked in by dwagner, 15 years ago

Added OptionsDialog, min and max lines and fixed bug in auto-adjust. (#478) (#345)

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