Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/11/10 06:18:28 (14 years ago)
Author:
swagner
Message:

Replaced HeuristicLab logo and made some minor changes in AboutDialog (#989)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Starter/AboutDialog.Designer.cs

    r3749 r3761  
    4646    private void InitializeComponent() {
    4747      this.components = new System.ComponentModel.Container();
    48       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutDialog));
    4948      this.okButton = new System.Windows.Forms.Button();
    5049      this.pluginListView = new System.Windows.Forms.ListView();
     
    6564      this.panel1 = new System.Windows.Forms.Panel();
    6665      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();
    6968      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
    7069      this.pluginsGroupBox.SuspendLayout();
     
    7574      //
    7675      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;
    7777      this.okButton.Location = new System.Drawing.Point(538, 13);
    7878      this.okButton.Name = "okButton";
    7979      this.okButton.Size = new System.Drawing.Size(75, 23);
    8080      this.okButton.TabIndex = 0;
    81       this.okButton.Text = "Close";
     81      this.okButton.Text = "&Close";
    8282      this.okButton.UseVisualStyleBackColor = true;
    8383      this.okButton.Click += new System.EventHandler(this.okButton_Click);
     
    9898      this.pluginListView.SmallImageList = this.imageList;
    9999      this.pluginListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
    100       this.pluginListView.TabIndex = 1;
     100      this.pluginListView.TabIndex = 0;
    101101      this.pluginListView.UseCompatibleStateImageBehavior = false;
    102102      this.pluginListView.View = System.Windows.Forms.View.Details;
     
    125125      this.pictureBox.Location = new System.Drawing.Point(12, 12);
    126126      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;
    128129      this.pictureBox.TabIndex = 2;
    129130      this.pictureBox.TabStop = false;
     
    135136      this.label.Name = "label";
    136137      this.label.Size = new System.Drawing.Size(47, 13);
    137       this.label.TabIndex = 3;
     138      this.label.TabIndex = 1;
    138139      this.label.Text = "Product:";
    139140      //
     
    144145      this.label1.Name = "label1";
    145146      this.label1.Size = new System.Drawing.Size(45, 13);
    146       this.label1.TabIndex = 4;
     147      this.label1.TabIndex = 3;
    147148      this.label1.Text = "Version:";
    148149      //
     
    153154      this.label3.Name = "label3";
    154155      this.label3.Size = new System.Drawing.Size(54, 13);
    155       this.label3.TabIndex = 6;
     156      this.label3.TabIndex = 5;
    156157      this.label3.Text = "Copyright:";
    157158      //
     
    165166      this.productTextBox.ReadOnly = true;
    166167      this.productTextBox.Size = new System.Drawing.Size(355, 13);
    167       this.productTextBox.TabIndex = 7;
     168      this.productTextBox.TabIndex = 2;
    168169      this.productTextBox.Text = "HeuristicLab";
    169170      //
     
    176177      this.versionTextBox.ReadOnly = true;
    177178      this.versionTextBox.Size = new System.Drawing.Size(355, 13);
    178       this.versionTextBox.TabIndex = 8;
     179      this.versionTextBox.TabIndex = 4;
    179180      this.versionTextBox.Text = "1.0";
    180181      //
     
    187188      this.copyrightTextBox.ReadOnly = true;
    188189      this.copyrightTextBox.Size = new System.Drawing.Size(355, 13);
    189       this.copyrightTextBox.TabIndex = 9;
     190      this.copyrightTextBox.TabIndex = 6;
    190191      this.copyrightTextBox.Text = "(C)";
    191192      //
     
    199200      this.pluginsGroupBox.Name = "pluginsGroupBox";
    200201      this.pluginsGroupBox.Size = new System.Drawing.Size(601, 226);
    201       this.pluginsGroupBox.TabIndex = 10;
     202      this.pluginsGroupBox.TabIndex = 12;
    202203      this.pluginsGroupBox.TabStop = false;
    203204      this.pluginsGroupBox.Text = "Plugins";
     
    224225      this.label2.Name = "label2";
    225226      this.label2.Size = new System.Drawing.Size(49, 13);
    226       this.label2.TabIndex = 12;
     227      this.label2.TabIndex = 7;
    227228      this.label2.Text = "Website:";
    228229      //
     
    236237      this.panel1.Name = "panel1";
    237238      this.panel1.Size = new System.Drawing.Size(626, 48);
    238       this.panel1.TabIndex = 14;
     239      this.panel1.TabIndex = 0;
    239240      //
    240241      // label4
     
    244245      this.label4.Name = "label4";
    245246      this.label4.Size = new System.Drawing.Size(47, 13);
    246       this.label4.TabIndex = 15;
     247      this.label4.TabIndex = 9;
    247248      this.label4.Text = "Contact:";
    248249      //
    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);
    272271      //
    273272      // AboutDialog
     
    277276      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    278277      this.BackColor = System.Drawing.SystemColors.Window;
     278      this.CancelButton = this.okButton;
    279279      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);
    282282      this.Controls.Add(this.label4);
    283283      this.Controls.Add(this.panel1);
     
    292292      this.Controls.Add(this.label);
    293293      this.Controls.Add(this.pictureBox);
    294       this.Icon = HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;
     294      this.Icon = global::HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;
    295295      this.MaximizeBox = false;
    296296      this.MinimizeBox = false;
     
    326326    private System.Windows.Forms.Panel panel1;
    327327    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;
    330330  }
    331331}
Note: See TracChangeset for help on using the changeset viewer.