Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/Starter/AboutDialog.Designer.cs @ 3736

Last change on this file since 3736 was 3736, checked in by gkronber, 14 years ago

Added about dialog. #893

File size: 14.3 KB
Line 
1namespace HeuristicLab.PluginInfrastructure.Starter {
2  partial class AboutDialog {
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.components = new System.ComponentModel.Container();
27      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutDialog));
28      this.okButton = new System.Windows.Forms.Button();
29      this.pluginListView = new System.Windows.Forms.ListView();
30      this.pluginNameColumnHeader = new System.Windows.Forms.ColumnHeader();
31      this.pluginVersionColumnHeader = new System.Windows.Forms.ColumnHeader();
32      this.pluginDescriptionColumnHeader = new System.Windows.Forms.ColumnHeader();
33      this.imageList = new System.Windows.Forms.ImageList(this.components);
34      this.pictureBox = new System.Windows.Forms.PictureBox();
35      this.label = new System.Windows.Forms.Label();
36      this.label1 = new System.Windows.Forms.Label();
37      this.label3 = new System.Windows.Forms.Label();
38      this.productTextBox = new System.Windows.Forms.TextBox();
39      this.versionTextBox = new System.Windows.Forms.TextBox();
40      this.copyrightTextBox = new System.Windows.Forms.TextBox();
41      this.pluginsGroupBox = new System.Windows.Forms.GroupBox();
42      this.externalLibrariesTextBox = new System.Windows.Forms.RichTextBox();
43      this.label2 = new System.Windows.Forms.Label();
44      this.urlTextBox = new System.Windows.Forms.RichTextBox();
45      this.panel1 = new System.Windows.Forms.Panel();
46      this.label4 = new System.Windows.Forms.Label();
47      this.richTextBox1 = new System.Windows.Forms.RichTextBox();
48      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
49      this.pluginsGroupBox.SuspendLayout();
50      this.panel1.SuspendLayout();
51      this.SuspendLayout();
52      //
53      // okButton
54      //
55      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
56      this.okButton.Location = new System.Drawing.Point(538, 13);
57      this.okButton.Name = "okButton";
58      this.okButton.Size = new System.Drawing.Size(75, 23);
59      this.okButton.TabIndex = 0;
60      this.okButton.Text = "Close";
61      this.okButton.UseVisualStyleBackColor = true;
62      this.okButton.Click += new System.EventHandler(this.okButton_Click);
63      //
64      // pluginListView
65      //
66      this.pluginListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
67                  | System.Windows.Forms.AnchorStyles.Left)
68                  | System.Windows.Forms.AnchorStyles.Right)));
69      this.pluginListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
70            this.pluginNameColumnHeader,
71            this.pluginVersionColumnHeader,
72            this.pluginDescriptionColumnHeader});
73      this.pluginListView.Location = new System.Drawing.Point(6, 19);
74      this.pluginListView.Name = "pluginListView";
75      this.pluginListView.ShowGroups = false;
76      this.pluginListView.Size = new System.Drawing.Size(589, 159);
77      this.pluginListView.SmallImageList = this.imageList;
78      this.pluginListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
79      this.pluginListView.TabIndex = 1;
80      this.pluginListView.UseCompatibleStateImageBehavior = false;
81      this.pluginListView.View = System.Windows.Forms.View.Details;
82      //
83      // pluginNameColumnHeader
84      //
85      this.pluginNameColumnHeader.Text = "Name";
86      //
87      // pluginVersionColumnHeader
88      //
89      this.pluginVersionColumnHeader.Text = "Version";
90      //
91      // pluginDescriptionColumnHeader
92      //
93      this.pluginDescriptionColumnHeader.Text = "Description";
94      //
95      // imageList
96      //
97      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
98      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
99      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
100      //
101      // pictureBox
102      //
103      this.pictureBox.Location = new System.Drawing.Point(12, 12);
104      this.pictureBox.Name = "pictureBox";
105      this.pictureBox.Size = new System.Drawing.Size(165, 161);
106      this.pictureBox.TabIndex = 2;
107      this.pictureBox.TabStop = false;
108      //
109      // label
110      //
111      this.label.AutoSize = true;
112      this.label.Location = new System.Drawing.Point(183, 12);
113      this.label.Name = "label";
114      this.label.Size = new System.Drawing.Size(47, 13);
115      this.label.TabIndex = 3;
116      this.label.Text = "Product:";
117      //
118      // label1
119      //
120      this.label1.AutoSize = true;
121      this.label1.Location = new System.Drawing.Point(183, 31);
122      this.label1.Name = "label1";
123      this.label1.Size = new System.Drawing.Size(45, 13);
124      this.label1.TabIndex = 4;
125      this.label1.Text = "Version:";
126      //
127      // label3
128      //
129      this.label3.AutoSize = true;
130      this.label3.Location = new System.Drawing.Point(183, 50);
131      this.label3.Name = "label3";
132      this.label3.Size = new System.Drawing.Size(54, 13);
133      this.label3.TabIndex = 6;
134      this.label3.Text = "Copyright:";
135      //
136      // productTextBox
137      //
138      this.productTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
139      this.productTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
140      this.productTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
141      this.productTextBox.Location = new System.Drawing.Point(258, 12);
142      this.productTextBox.Name = "productTextBox";
143      this.productTextBox.ReadOnly = true;
144      this.productTextBox.Size = new System.Drawing.Size(355, 13);
145      this.productTextBox.TabIndex = 7;
146      this.productTextBox.Text = "HeuristicLab";
147      //
148      // versionTextBox
149      //
150      this.versionTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
151      this.versionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
152      this.versionTextBox.Location = new System.Drawing.Point(258, 31);
153      this.versionTextBox.Name = "versionTextBox";
154      this.versionTextBox.ReadOnly = true;
155      this.versionTextBox.Size = new System.Drawing.Size(355, 13);
156      this.versionTextBox.TabIndex = 8;
157      this.versionTextBox.Text = "1.0";
158      //
159      // copyrightTextBox
160      //
161      this.copyrightTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
162      this.copyrightTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
163      this.copyrightTextBox.Location = new System.Drawing.Point(258, 50);
164      this.copyrightTextBox.Name = "copyrightTextBox";
165      this.copyrightTextBox.ReadOnly = true;
166      this.copyrightTextBox.Size = new System.Drawing.Size(355, 13);
167      this.copyrightTextBox.TabIndex = 9;
168      this.copyrightTextBox.Text = "(C)";
169      //
170      // pluginsGroupBox
171      //
172      this.pluginsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
173                  | System.Windows.Forms.AnchorStyles.Left)
174                  | System.Windows.Forms.AnchorStyles.Right)));
175      this.pluginsGroupBox.Controls.Add(this.pluginListView);
176      this.pluginsGroupBox.Location = new System.Drawing.Point(12, 348);
177      this.pluginsGroupBox.Name = "pluginsGroupBox";
178      this.pluginsGroupBox.Size = new System.Drawing.Size(601, 184);
179      this.pluginsGroupBox.TabIndex = 10;
180      this.pluginsGroupBox.TabStop = false;
181      this.pluginsGroupBox.Text = "Plugins";
182      //
183      // externalLibrariesTextBox
184      //
185      this.externalLibrariesTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
186                  | System.Windows.Forms.AnchorStyles.Right)));
187      this.externalLibrariesTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
188      this.externalLibrariesTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
189      this.externalLibrariesTextBox.Location = new System.Drawing.Point(186, 115);
190      this.externalLibrariesTextBox.Name = "externalLibrariesTextBox";
191      this.externalLibrariesTextBox.ReadOnly = true;
192      this.externalLibrariesTextBox.Size = new System.Drawing.Size(427, 227);
193      this.externalLibrariesTextBox.TabIndex = 11;
194      this.externalLibrariesTextBox.Text = resources.GetString("externalLibrariesTextBox.Text");
195      this.externalLibrariesTextBox.WordWrap = false;
196      //
197      // label2
198      //
199      this.label2.AutoSize = true;
200      this.label2.Location = new System.Drawing.Point(183, 69);
201      this.label2.Name = "label2";
202      this.label2.Size = new System.Drawing.Size(49, 13);
203      this.label2.TabIndex = 12;
204      this.label2.Text = "Website:";
205      //
206      // urlTextBox
207      //
208      this.urlTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
209      this.urlTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
210      this.urlTextBox.Location = new System.Drawing.Point(258, 69);
211      this.urlTextBox.Multiline = false;
212      this.urlTextBox.Name = "urlTextBox";
213      this.urlTextBox.ReadOnly = true;
214      this.urlTextBox.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
215      this.urlTextBox.Size = new System.Drawing.Size(355, 13);
216      this.urlTextBox.TabIndex = 13;
217      this.urlTextBox.Text = "www.heuristiclab.com";
218      //
219      // panel1
220      //
221      this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
222                  | System.Windows.Forms.AnchorStyles.Right)));
223      this.panel1.BackColor = System.Drawing.SystemColors.Control;
224      this.panel1.Controls.Add(this.okButton);
225      this.panel1.Location = new System.Drawing.Point(0, 538);
226      this.panel1.Name = "panel1";
227      this.panel1.Size = new System.Drawing.Size(626, 48);
228      this.panel1.TabIndex = 14;
229      //
230      // label4
231      //
232      this.label4.AutoSize = true;
233      this.label4.Location = new System.Drawing.Point(183, 88);
234      this.label4.Name = "label4";
235      this.label4.Size = new System.Drawing.Size(47, 13);
236      this.label4.TabIndex = 15;
237      this.label4.Text = "Contact:";
238      //
239      // richTextBox1
240      //
241      this.richTextBox1.BackColor = System.Drawing.SystemColors.HighlightText;
242      this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
243      this.richTextBox1.Location = new System.Drawing.Point(258, 88);
244      this.richTextBox1.Multiline = false;
245      this.richTextBox1.Name = "richTextBox1";
246      this.richTextBox1.ReadOnly = true;
247      this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
248      this.richTextBox1.Size = new System.Drawing.Size(355, 13);
249      this.richTextBox1.TabIndex = 16;
250      this.richTextBox1.Text = "developers@heuristiclab.com";
251      //
252      // AboutDialog
253      //
254      this.AcceptButton = this.okButton;
255      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
256      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
257      this.BackColor = System.Drawing.SystemColors.Window;
258      this.ClientSize = new System.Drawing.Size(625, 586);
259      this.Controls.Add(this.richTextBox1);
260      this.Controls.Add(this.label4);
261      this.Controls.Add(this.panel1);
262      this.Controls.Add(this.urlTextBox);
263      this.Controls.Add(this.label2);
264      this.Controls.Add(this.externalLibrariesTextBox);
265      this.Controls.Add(this.pluginsGroupBox);
266      this.Controls.Add(this.copyrightTextBox);
267      this.Controls.Add(this.versionTextBox);
268      this.Controls.Add(this.productTextBox);
269      this.Controls.Add(this.label3);
270      this.Controls.Add(this.label1);
271      this.Controls.Add(this.label);
272      this.Controls.Add(this.pictureBox);
273      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
274      this.MaximizeBox = false;
275      this.MinimizeBox = false;
276      this.Name = "AboutDialog";
277      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
278      this.Text = "About HeuristicLab";
279      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
280      this.pluginsGroupBox.ResumeLayout(false);
281      this.panel1.ResumeLayout(false);
282      this.ResumeLayout(false);
283      this.PerformLayout();
284
285    }
286
287    #endregion
288
289    private System.Windows.Forms.Button okButton;
290    private System.Windows.Forms.ListView pluginListView;
291    private System.Windows.Forms.ImageList imageList;
292    private System.Windows.Forms.ColumnHeader pluginNameColumnHeader;
293    private System.Windows.Forms.ColumnHeader pluginVersionColumnHeader;
294    private System.Windows.Forms.ColumnHeader pluginDescriptionColumnHeader;
295    private System.Windows.Forms.PictureBox pictureBox;
296    private System.Windows.Forms.Label label;
297    private System.Windows.Forms.Label label1;
298    private System.Windows.Forms.Label label3;
299    private System.Windows.Forms.TextBox productTextBox;
300    private System.Windows.Forms.TextBox versionTextBox;
301    private System.Windows.Forms.TextBox copyrightTextBox;
302    private System.Windows.Forms.GroupBox pluginsGroupBox;
303    private System.Windows.Forms.RichTextBox externalLibrariesTextBox;
304    private System.Windows.Forms.Label label2;
305    private System.Windows.Forms.RichTextBox urlTextBox;
306    private System.Windows.Forms.Panel panel1;
307    private System.Windows.Forms.Label label4;
308    private System.Windows.Forms.RichTextBox richTextBox1;
309  }
310}
Note: See TracBrowser for help on using the repository browser.