Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/09/10 02:57:16 (14 years ago)
Author:
swagner
Message:

Loaded samples asynchronously in start page (#964).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/StartPage.Designer.cs

    r3202 r3291  
    5050      this.titleLabel = new System.Windows.Forms.Label();
    5151      this.samplesGroupBox = new System.Windows.Forms.GroupBox();
     52      this.loadingPanel = new System.Windows.Forms.Panel();
     53      this.loadingProgressBar = new System.Windows.Forms.ProgressBar();
     54      this.loadingLabel = new System.Windows.Forms.Label();
    5255      this.samplesListView = new System.Windows.Forms.ListView();
    5356      this.nameColumnHeader = new System.Windows.Forms.ColumnHeader();
     
    5558      this.imageList = new System.Windows.Forms.ImageList(this.components);
    5659      this.samplesGroupBox.SuspendLayout();
     60      this.loadingPanel.SuspendLayout();
    5761      this.SuspendLayout();
    5862      //
     
    6266      this.showStartPageCheckBox.AutoSize = true;
    6367      this.showStartPageCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
    64       this.showStartPageCheckBox.Location = new System.Drawing.Point(3, 491);
     68      this.showStartPageCheckBox.Location = new System.Drawing.Point(3, 542);
    6569      this.showStartPageCheckBox.Name = "showStartPageCheckBox";
    6670      this.showStartPageCheckBox.Size = new System.Drawing.Size(158, 17);
     
    8185      this.firstStepsRichTextBox.Name = "firstStepsRichTextBox";
    8286      this.firstStepsRichTextBox.ReadOnly = true;
    83       this.firstStepsRichTextBox.Size = new System.Drawing.Size(815, 268);
     87      this.firstStepsRichTextBox.Size = new System.Drawing.Size(760, 319);
    8488      this.firstStepsRichTextBox.TabIndex = 1;
    8589      this.firstStepsRichTextBox.Text = "First Steps";
     
    9397      this.titleLabel.Location = new System.Drawing.Point(3, 0);
    9498      this.titleLabel.Name = "titleLabel";
    95       this.titleLabel.Size = new System.Drawing.Size(815, 30);
     99      this.titleLabel.Size = new System.Drawing.Size(760, 30);
    96100      this.titleLabel.TabIndex = 0;
    97101      this.titleLabel.Text = "Title";
     
    102106      this.samplesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    103107                  | System.Windows.Forms.AnchorStyles.Right)));
     108      this.samplesGroupBox.Controls.Add(this.loadingPanel);
    104109      this.samplesGroupBox.Controls.Add(this.samplesListView);
    105       this.samplesGroupBox.Location = new System.Drawing.Point(3, 307);
     110      this.samplesGroupBox.Location = new System.Drawing.Point(3, 358);
    106111      this.samplesGroupBox.Name = "samplesGroupBox";
    107       this.samplesGroupBox.Size = new System.Drawing.Size(815, 178);
     112      this.samplesGroupBox.Size = new System.Drawing.Size(760, 178);
    108113      this.samplesGroupBox.TabIndex = 2;
    109114      this.samplesGroupBox.TabStop = false;
    110115      this.samplesGroupBox.Text = "Samples";
     116      //
     117      // loadingPanel
     118      //
     119      this.loadingPanel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     120      this.loadingPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     121      this.loadingPanel.Controls.Add(this.loadingProgressBar);
     122      this.loadingPanel.Controls.Add(this.loadingLabel);
     123      this.loadingPanel.Enabled = false;
     124      this.loadingPanel.Location = new System.Drawing.Point(205, 74);
     125      this.loadingPanel.Name = "loadingPanel";
     126      this.loadingPanel.Size = new System.Drawing.Size(350, 62);
     127      this.loadingPanel.TabIndex = 1;
     128      //
     129      // loadingProgressBar
     130      //
     131      this.loadingProgressBar.Anchor = System.Windows.Forms.AnchorStyles.None;
     132      this.loadingProgressBar.Location = new System.Drawing.Point(101, 19);
     133      this.loadingProgressBar.Name = "loadingProgressBar";
     134      this.loadingProgressBar.Size = new System.Drawing.Size(229, 23);
     135      this.loadingProgressBar.Step = 1;
     136      this.loadingProgressBar.TabIndex = 1;
     137      //
     138      // loadingLabel
     139      //
     140      this.loadingLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
     141      this.loadingLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     142      this.loadingLabel.Location = new System.Drawing.Point(12, 19);
     143      this.loadingLabel.Name = "loadingLabel";
     144      this.loadingLabel.Size = new System.Drawing.Size(83, 23);
     145      this.loadingLabel.TabIndex = 0;
     146      this.loadingLabel.Text = "Loading ...";
    111147      //
    112148      // samplesListView
     
    121157      this.samplesListView.Name = "samplesListView";
    122158      this.samplesListView.ShowItemToolTips = true;
    123       this.samplesListView.Size = new System.Drawing.Size(809, 159);
     159      this.samplesListView.Size = new System.Drawing.Size(754, 159);
    124160      this.samplesListView.SmallImageList = this.imageList;
    125161      this.samplesListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
     
    154190      this.Controls.Add(this.showStartPageCheckBox);
    155191      this.Name = "StartPage";
    156       this.Size = new System.Drawing.Size(821, 511);
     192      this.Size = new System.Drawing.Size(766, 562);
    157193      this.samplesGroupBox.ResumeLayout(false);
     194      this.loadingPanel.ResumeLayout(false);
    158195      this.ResumeLayout(false);
    159196      this.PerformLayout();
     
    171208    private System.Windows.Forms.ImageList imageList;
    172209    private System.Windows.Forms.ColumnHeader descriptionColumnHeader;
     210    private System.Windows.Forms.Panel loadingPanel;
     211    private System.Windows.Forms.ProgressBar loadingProgressBar;
     212    private System.Windows.Forms.Label loadingLabel;
    173213  }
    174214}
Note: See TracChangeset for help on using the changeset viewer.