Changeset 3761 for trunk/sources/HeuristicLab.PluginInfrastructure/Starter
- Timestamp:
- 05/11/10 06:18:28 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure/Starter
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Starter/AboutDialog.Designer.cs
r3749 r3761 46 46 private void InitializeComponent() { 47 47 this.components = new System.ComponentModel.Container(); 48 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutDialog));49 48 this.okButton = new System.Windows.Forms.Button(); 50 49 this.pluginListView = new System.Windows.Forms.ListView(); … … 65 64 this.panel1 = new System.Windows.Forms.Panel(); 66 65 this.label4 = new System.Windows.Forms.Label(); 67 this. richTextBox1 = new System.Windows.Forms.RichTextBox();68 this. linkLabel = new System.Windows.Forms.LinkLabel();66 this.webLinkLabel = new System.Windows.Forms.LinkLabel(); 67 this.mailLinkLabel = new System.Windows.Forms.LinkLabel(); 69 68 ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit(); 70 69 this.pluginsGroupBox.SuspendLayout(); … … 75 74 // 76 75 this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 76 this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; 77 77 this.okButton.Location = new System.Drawing.Point(538, 13); 78 78 this.okButton.Name = "okButton"; 79 79 this.okButton.Size = new System.Drawing.Size(75, 23); 80 80 this.okButton.TabIndex = 0; 81 this.okButton.Text = " Close";81 this.okButton.Text = "&Close"; 82 82 this.okButton.UseVisualStyleBackColor = true; 83 83 this.okButton.Click += new System.EventHandler(this.okButton_Click); … … 98 98 this.pluginListView.SmallImageList = this.imageList; 99 99 this.pluginListView.Sorting = System.Windows.Forms.SortOrder.Ascending; 100 this.pluginListView.TabIndex = 1;100 this.pluginListView.TabIndex = 0; 101 101 this.pluginListView.UseCompatibleStateImageBehavior = false; 102 102 this.pluginListView.View = System.Windows.Forms.View.Details; … … 125 125 this.pictureBox.Location = new System.Drawing.Point(12, 12); 126 126 this.pictureBox.Name = "pictureBox"; 127 this.pictureBox.Size = new System.Drawing.Size(165, 161); 127 this.pictureBox.Size = new System.Drawing.Size(165, 183); 128 this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; 128 129 this.pictureBox.TabIndex = 2; 129 130 this.pictureBox.TabStop = false; … … 135 136 this.label.Name = "label"; 136 137 this.label.Size = new System.Drawing.Size(47, 13); 137 this.label.TabIndex = 3;138 this.label.TabIndex = 1; 138 139 this.label.Text = "Product:"; 139 140 // … … 144 145 this.label1.Name = "label1"; 145 146 this.label1.Size = new System.Drawing.Size(45, 13); 146 this.label1.TabIndex = 4;147 this.label1.TabIndex = 3; 147 148 this.label1.Text = "Version:"; 148 149 // … … 153 154 this.label3.Name = "label3"; 154 155 this.label3.Size = new System.Drawing.Size(54, 13); 155 this.label3.TabIndex = 6;156 this.label3.TabIndex = 5; 156 157 this.label3.Text = "Copyright:"; 157 158 // … … 165 166 this.productTextBox.ReadOnly = true; 166 167 this.productTextBox.Size = new System.Drawing.Size(355, 13); 167 this.productTextBox.TabIndex = 7;168 this.productTextBox.TabIndex = 2; 168 169 this.productTextBox.Text = "HeuristicLab"; 169 170 // … … 176 177 this.versionTextBox.ReadOnly = true; 177 178 this.versionTextBox.Size = new System.Drawing.Size(355, 13); 178 this.versionTextBox.TabIndex = 8;179 this.versionTextBox.TabIndex = 4; 179 180 this.versionTextBox.Text = "1.0"; 180 181 // … … 187 188 this.copyrightTextBox.ReadOnly = true; 188 189 this.copyrightTextBox.Size = new System.Drawing.Size(355, 13); 189 this.copyrightTextBox.TabIndex = 9;190 this.copyrightTextBox.TabIndex = 6; 190 191 this.copyrightTextBox.Text = "(C)"; 191 192 // … … 199 200 this.pluginsGroupBox.Name = "pluginsGroupBox"; 200 201 this.pluginsGroupBox.Size = new System.Drawing.Size(601, 226); 201 this.pluginsGroupBox.TabIndex = 1 0;202 this.pluginsGroupBox.TabIndex = 12; 202 203 this.pluginsGroupBox.TabStop = false; 203 204 this.pluginsGroupBox.Text = "Plugins"; … … 224 225 this.label2.Name = "label2"; 225 226 this.label2.Size = new System.Drawing.Size(49, 13); 226 this.label2.TabIndex = 12;227 this.label2.TabIndex = 7; 227 228 this.label2.Text = "Website:"; 228 229 // … … 236 237 this.panel1.Name = "panel1"; 237 238 this.panel1.Size = new System.Drawing.Size(626, 48); 238 this.panel1.TabIndex = 14;239 this.panel1.TabIndex = 0; 239 240 // 240 241 // label4 … … 244 245 this.label4.Name = "label4"; 245 246 this.label4.Size = new System.Drawing.Size(47, 13); 246 this.label4.TabIndex = 15;247 this.label4.TabIndex = 9; 247 248 this.label4.Text = "Contact:"; 248 249 // 249 // richTextBox1 250 // 251 this.richTextBox1.BackColor = System.Drawing.SystemColors.HighlightText; 252 this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; 253 this.richTextBox1.Location = new System.Drawing.Point(258, 88); 254 this.richTextBox1.Multiline = false; 255 this.richTextBox1.Name = "richTextBox1"; 256 this.richTextBox1.ReadOnly = true; 257 this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; 258 this.richTextBox1.Size = new System.Drawing.Size(355, 13); 259 this.richTextBox1.TabIndex = 16; 260 this.richTextBox1.Text = "support@heuristiclab.com"; 261 // 262 // linkLabel 263 // 264 this.linkLabel.AutoSize = true; 265 this.linkLabel.Location = new System.Drawing.Point(255, 69); 266 this.linkLabel.Name = "linkLabel"; 267 this.linkLabel.Size = new System.Drawing.Size(135, 13); 268 this.linkLabel.TabIndex = 17; 269 this.linkLabel.TabStop = true; 270 this.linkLabel.Text = "http://dev.heuristiclab.com"; 271 this.linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked); 250 // webLinkLabel 251 // 252 this.webLinkLabel.AutoSize = true; 253 this.webLinkLabel.Location = new System.Drawing.Point(255, 69); 254 this.webLinkLabel.Name = "webLinkLabel"; 255 this.webLinkLabel.Size = new System.Drawing.Size(135, 13); 256 this.webLinkLabel.TabIndex = 8; 257 this.webLinkLabel.TabStop = true; 258 this.webLinkLabel.Text = "http://dev.heuristiclab.com"; 259 this.webLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.webLinkLabel_LinkClicked); 260 // 261 // mailLinkLabel 262 // 263 this.mailLinkLabel.AutoSize = true; 264 this.mailLinkLabel.Location = new System.Drawing.Point(255, 88); 265 this.mailLinkLabel.Name = "mailLinkLabel"; 266 this.mailLinkLabel.Size = new System.Drawing.Size(129, 13); 267 this.mailLinkLabel.TabIndex = 10; 268 this.mailLinkLabel.TabStop = true; 269 this.mailLinkLabel.Text = "support@heuristiclab.com"; 270 this.mailLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.mailLinkLabel_LinkClicked); 272 271 // 273 272 // AboutDialog … … 277 276 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 278 277 this.BackColor = System.Drawing.SystemColors.Window; 278 this.CancelButton = this.okButton; 279 279 this.ClientSize = new System.Drawing.Size(625, 586); 280 this.Controls.Add(this. linkLabel);281 this.Controls.Add(this. richTextBox1);280 this.Controls.Add(this.mailLinkLabel); 281 this.Controls.Add(this.webLinkLabel); 282 282 this.Controls.Add(this.label4); 283 283 this.Controls.Add(this.panel1); … … 292 292 this.Controls.Add(this.label); 293 293 this.Controls.Add(this.pictureBox); 294 this.Icon = HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;294 this.Icon = global::HeuristicLab.PluginInfrastructure.Resources.HeuristicLab; 295 295 this.MaximizeBox = false; 296 296 this.MinimizeBox = false; … … 326 326 private System.Windows.Forms.Panel panel1; 327 327 private System.Windows.Forms.Label label4; 328 private System.Windows.Forms. RichTextBox richTextBox1;329 private System.Windows.Forms.LinkLabel linkLabel;328 private System.Windows.Forms.LinkLabel webLinkLabel; 329 private System.Windows.Forms.LinkLabel mailLinkLabel; 330 330 } 331 331 } -
trunk/sources/HeuristicLab.PluginInfrastructure/Starter/AboutDialog.cs
r3752 r3761 47 47 copyrightTextBox.Text = GetCopyright(curAssembly); 48 48 imageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Plugin); 49 pictureBox.Image = HeuristicLab.PluginInfrastructure.Resources. Logo_white;49 pictureBox.Image = HeuristicLab.PluginInfrastructure.Resources.HeuristicLabLogo; 50 50 licenseTextBox.Text = HeuristicLab.PluginInfrastructure.Resources.LicenseText; 51 51 UpdatePluginList(ApplicationManager.Manager.Plugins); … … 111 111 } 112 112 113 private void linkLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { 114 System.Diagnostics.Process.Start(linkLabel.Text); 113 private void webLinkLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { 114 System.Diagnostics.Process.Start(webLinkLabel.Text); 115 } 116 117 private void mailLinkLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { 118 System.Diagnostics.Process.Start("mailto:" + mailLinkLabel.Text); 115 119 } 116 120 } -
trunk/sources/HeuristicLab.PluginInfrastructure/Starter/SplashScreen.Designer.cs
r3752 r3761 181 181 this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 182 182 | System.Windows.Forms.AnchorStyles.Left))); 183 this.pictureBox.Image = global::HeuristicLab.PluginInfrastructure.Resources. Logo_white;183 this.pictureBox.Image = global::HeuristicLab.PluginInfrastructure.Resources.HeuristicLabLogo; 184 184 this.pictureBox.Location = new System.Drawing.Point(-1, -1); 185 185 this.pictureBox.Name = "pictureBox"; 186 186 this.pictureBox.Size = new System.Drawing.Size(165, 161); 187 this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode. CenterImage;187 this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; 188 188 this.pictureBox.TabIndex = 0; 189 189 this.pictureBox.TabStop = false;
Note: See TracChangeset
for help on using the changeset viewer.