Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/10 19:15:41 (14 years ago)
Author:
gkronber
Message:

Implemented reviewer comments in plugin infrastructure. #989 (Implement review comments in plugin infrastructure)

File:
1 edited

Legend:

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

    r3573 r3600  
    4747      this.components = new System.ComponentModel.Container();
    4848      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StarterForm));
    49       System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Applications", System.Windows.Forms.HorizontalAlignment.Left);
    50       System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Plugin Management", System.Windows.Forms.HorizontalAlignment.Left);
     49      System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Applications", System.Windows.Forms.HorizontalAlignment.Left);
     50      System.Windows.Forms.ListViewGroup listViewGroup4 = new System.Windows.Forms.ListViewGroup("Plugin Management", System.Windows.Forms.HorizontalAlignment.Left);
    5151      this.startButton = new System.Windows.Forms.Button();
    5252      this.largeImageList = new System.Windows.Forms.ImageList(this.components);
     
    5757      this.smallImageList = new System.Windows.Forms.ImageList(this.components);
    5858      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    59       this.showListButton = new System.Windows.Forms.RadioButton();
     59      this.showLargeIconsButton = new System.Windows.Forms.RadioButton();
    6060      this.showDetailsButton = new System.Windows.Forms.RadioButton();
    61       this.groupBox = new System.Windows.Forms.GroupBox();
    62       this.groupBox.SuspendLayout();
    6361      this.SuspendLayout();
    6462      //
     
    6765      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    6866      this.startButton.Enabled = false;
    69       this.startButton.Location = new System.Drawing.Point(579, 507);
     67      this.startButton.Location = new System.Drawing.Point(579, 511);
    7068      this.startButton.Name = "startButton";
    7169      this.startButton.Size = new System.Drawing.Size(75, 23);
     
    9189            this.versionColumnHeader,
    9290            this.descriptionColumnHeader});
    93       listViewGroup1.Header = "Applications";
    94       listViewGroup1.Name = "Applications";
    95       listViewGroup2.Header = "Plugin Management";
    96       listViewGroup2.Name = "Plugin Management";
     91      listViewGroup3.Header = "Applications";
     92      listViewGroup3.Name = "Applications";
     93      listViewGroup4.Header = "Plugin Management";
     94      listViewGroup4.Name = "Plugin Management";
    9795      this.applicationsListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
    98             listViewGroup1,
    99             listViewGroup2});
     96            listViewGroup3,
     97            listViewGroup4});
    10098      this.applicationsListView.LargeImageList = this.largeImageList;
    10199      this.applicationsListView.Location = new System.Drawing.Point(12, 12);
     
    103101      this.applicationsListView.Name = "applicationsListView";
    104102      this.applicationsListView.ShowItemToolTips = true;
    105       this.applicationsListView.Size = new System.Drawing.Size(642, 479);
     103      this.applicationsListView.Size = new System.Drawing.Size(642, 493);
    106104      this.applicationsListView.SmallImageList = this.smallImageList;
    107       this.applicationsListView.TabIndex = 2;
     105      this.applicationsListView.TabIndex = 0;
    108106      this.applicationsListView.UseCompatibleStateImageBehavior = false;
    109107      this.applicationsListView.ItemActivate += new System.EventHandler(this.applicationsListView_ItemActivate);
     
    130128      this.smallImageList.Images.SetKeyName(0, "HeuristicLab.ico");
    131129      //
    132       // showListButton
     130      // showLargeIconsButton
    133131      //
    134       this.showListButton.Appearance = System.Windows.Forms.Appearance.Button;
    135       this.showListButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.show_icons;
    136       this.showListButton.Location = new System.Drawing.Point(6, 9);
    137       this.showListButton.Name = "showListButton";
    138       this.showListButton.Size = new System.Drawing.Size(25, 25);
    139       this.showListButton.TabIndex = 3;
    140       this.showListButton.TabStop = true;
    141       this.toolTip.SetToolTip(this.showListButton, "Show List");
    142       this.showListButton.UseVisualStyleBackColor = true;
    143       this.showListButton.Click += new System.EventHandler(this.largeIconsButton_Click);
     132      this.showLargeIconsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     133      this.showLargeIconsButton.Appearance = System.Windows.Forms.Appearance.Button;
     134      this.showLargeIconsButton.Checked = true;
     135      this.showLargeIconsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.show_icons;
     136      this.showLargeIconsButton.Location = new System.Drawing.Point(12, 511);
     137      this.showLargeIconsButton.Name = "showLargeIconsButton";
     138      this.showLargeIconsButton.Size = new System.Drawing.Size(23, 23);
     139      this.showLargeIconsButton.TabIndex = 2;
     140      this.toolTip.SetToolTip(this.showLargeIconsButton, "Show Large Icons");
     141      this.showLargeIconsButton.UseVisualStyleBackColor = false;
     142      this.showLargeIconsButton.Click += new System.EventHandler(this.largeIconsButton_Click);
    144143      //
    145144      // showDetailsButton
    146145      //
     146      this.showDetailsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    147147      this.showDetailsButton.Appearance = System.Windows.Forms.Appearance.Button;
    148148      this.showDetailsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.show_details;
    149       this.showDetailsButton.Location = new System.Drawing.Point(37, 9);
     149      this.showDetailsButton.Location = new System.Drawing.Point(41, 511);
    150150      this.showDetailsButton.Name = "showDetailsButton";
    151       this.showDetailsButton.Size = new System.Drawing.Size(25, 25);
    152       this.showDetailsButton.TabIndex = 4;
    153       this.showDetailsButton.TabStop = true;
     151      this.showDetailsButton.Size = new System.Drawing.Size(23, 23);
     152      this.showDetailsButton.TabIndex = 3;
    154153      this.toolTip.SetToolTip(this.showDetailsButton, "Show Details");
    155       this.showDetailsButton.UseVisualStyleBackColor = true;
     154      this.showDetailsButton.UseVisualStyleBackColor = false;
    156155      this.showDetailsButton.Click += new System.EventHandler(this.detailsButton_Click);
    157       //
    158       // groupBox
    159       //
    160       this.groupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    161       this.groupBox.Controls.Add(this.showListButton);
    162       this.groupBox.Controls.Add(this.showDetailsButton);
    163       this.groupBox.Location = new System.Drawing.Point(12, 497);
    164       this.groupBox.Name = "groupBox";
    165       this.groupBox.Size = new System.Drawing.Size(68, 37);
    166       this.groupBox.TabIndex = 5;
    167       this.groupBox.TabStop = false;
    168156      //
    169157      // StarterForm
     
    172160      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    173161      this.ClientSize = new System.Drawing.Size(666, 546);
    174       this.Controls.Add(this.groupBox);
     162      this.Controls.Add(this.showDetailsButton);
     163      this.Controls.Add(this.showLargeIconsButton);
    175164      this.Controls.Add(this.applicationsListView);
    176165      this.Controls.Add(this.startButton);
     
    179168      this.Text = "HeuristicLab Starter";
    180169      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
    181       this.groupBox.ResumeLayout(false);
    182170      this.ResumeLayout(false);
    183171
     
    194182    private System.Windows.Forms.ImageList smallImageList;
    195183    private System.Windows.Forms.ToolTip toolTip;
    196     private System.Windows.Forms.RadioButton showListButton;
     184    private System.Windows.Forms.RadioButton showLargeIconsButton;
    197185    private System.Windows.Forms.RadioButton showDetailsButton;
    198     private System.Windows.Forms.GroupBox groupBox;
    199186  }
    200187}
Note: See TracChangeset for help on using the changeset viewer.