Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/25/10 03:32:18 (14 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/AlgorithmView.Designer.cs

    r4481 r4492  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlgorithmView));
    4847      this.platformLabel = new System.Windows.Forms.Label();
    4948      this.platformComboBox = new System.Windows.Forms.ComboBox();
     
    5756      this.dataTabPage = new System.Windows.Forms.TabPage();
    5857      this.algorithmDataView = new HeuristicLab.Clients.OKB.AlgorithmDataView();
    59       ((System.ComponentModel.ISupportInitialize)(this.modifiedPictureBox)).BeginInit();
    6058      this.tabControl.SuspendLayout();
    6159      this.usersTabPage.SuspendLayout();
     
    6664      //
    6765      this.nameTextBox.Location = new System.Drawing.Point(90, 29);
    68       this.nameTextBox.Size = new System.Drawing.Size(495, 20);
     66      this.nameTextBox.Size = new System.Drawing.Size(543, 20);
    6967      //
    7068      // descriptionTextBox
    7169      //
    7270      this.descriptionTextBox.Location = new System.Drawing.Point(90, 55);
    73       this.descriptionTextBox.Size = new System.Drawing.Size(495, 20);
     71      this.descriptionTextBox.Size = new System.Drawing.Size(543, 20);
    7472      //
    7573      // storeButton
    7674      //
    7775      this.toolTip.SetToolTip(this.storeButton, "Store Data");
    78       //
    79       // modifiedPictureBox
    80       //
    81       this.modifiedPictureBox.Location = new System.Drawing.Point(591, 3);
    8276      //
    8377      // platformLabel
     
    9892      this.platformComboBox.Location = new System.Drawing.Point(90, 81);
    9993      this.platformComboBox.Name = "platformComboBox";
    100       this.platformComboBox.Size = new System.Drawing.Size(495, 21);
     94      this.platformComboBox.Size = new System.Drawing.Size(543, 21);
    10195      this.platformComboBox.TabIndex = 6;
    10296      this.platformComboBox.SelectedValueChanged += new System.EventHandler(this.platformComboBox_SelectedValueChanged);
     
    119113      this.algorithmClassComboBox.Location = new System.Drawing.Point(90, 108);
    120114      this.algorithmClassComboBox.Name = "algorithmClassComboBox";
    121       this.algorithmClassComboBox.Size = new System.Drawing.Size(495, 21);
     115      this.algorithmClassComboBox.Size = new System.Drawing.Size(543, 21);
    122116      this.algorithmClassComboBox.TabIndex = 8;
    123117      this.algorithmClassComboBox.SelectedValueChanged += new System.EventHandler(this.algorithmClassComboBox_SelectedValueChanged);
     
    165159      // storeUsersButton
    166160      //
    167       this.storeUsersButton.Image = ((System.Drawing.Image)(resources.GetObject("storeUsersButton.Image")));
     161      this.storeUsersButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.PublishToWeb;
    168162      this.storeUsersButton.Location = new System.Drawing.Point(36, 6);
    169163      this.storeUsersButton.Name = "storeUsersButton";
     
    176170      // refreshUsersButton
    177171      //
    178       this.refreshUsersButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshUsersButton.Image")));
     172      this.refreshUsersButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Refresh;
    179173      this.refreshUsersButton.Location = new System.Drawing.Point(6, 6);
    180174      this.refreshUsersButton.Name = "refreshUsersButton";
     
    198192      // algorithmDataView
    199193      //
     194      this.algorithmDataView.AlgorithmId = ((long)(0));
    200195      this.algorithmDataView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    201196                  | System.Windows.Forms.AnchorStyles.Left)
     
    224219      this.Controls.SetChildIndex(this.platformComboBox, 0);
    225220      this.Controls.SetChildIndex(this.tabControl, 0);
    226       this.Controls.SetChildIndex(this.modifiedPictureBox, 0);
    227221      this.Controls.SetChildIndex(this.storeButton, 0);
    228222      this.Controls.SetChildIndex(this.nameTextBox, 0);
     
    230224      this.Controls.SetChildIndex(this.descriptionLabel, 0);
    231225      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    232       ((System.ComponentModel.ISupportInitialize)(this.modifiedPictureBox)).EndInit();
    233226      this.tabControl.ResumeLayout(false);
    234227      this.usersTabPage.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.