Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/01/10 13:58:24 (14 years ago)
Author:
kgrading
Message:

Removed References to HiveLogging and updated the default logging mechanism (#991)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Console/3.2/HiveServerManagementConsole.Designer.cs

    r3022 r3578  
    5555      this.chContent = new System.Windows.Forms.ColumnHeader();
    5656      this.chDetails = new System.Windows.Forms.ColumnHeader();
    57       this.lvSnapshots = new System.Windows.Forms.ListView();
    58       this.chClientCalculated = new System.Windows.Forms.ColumnHeader();
    59       this.chProgress = new System.Windows.Forms.ColumnHeader();
    60       this.chSnapshotTime = new System.Windows.Forms.ColumnHeader();
    6157      this.lblProgress = new System.Windows.Forms.Label();
    6258      this.lblStatus = new System.Windows.Forms.Label();
     
    8581      this.menuItemAddGroup = new System.Windows.Forms.ToolStripMenuItem();
    8682      this.menuItemDeleteGroup = new System.Windows.Forms.ToolStripMenuItem();
     83      this.menuItemOpenCalendar = new System.Windows.Forms.ToolStripMenuItem();
    8784      this.lvClientControl = new System.Windows.Forms.ListView();
    8885      this.tcManagementConsole = new System.Windows.Forms.TabControl();
    8986      this.checkBox1 = new System.Windows.Forms.CheckBox();
    90       this.menuItemOpenCalendar = new System.Windows.Forms.ToolStripMenuItem();
    9187      this.menuStrip1.SuspendLayout();
    9288      this.plClientDetails.SuspendLayout();
     
    350346      this.plJobDetails.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
    351347      this.plJobDetails.Controls.Add(this.lvJobDetails);
    352       this.plJobDetails.Controls.Add(this.lvSnapshots);
    353348      this.plJobDetails.Controls.Add(this.lblProgress);
    354349      this.plJobDetails.Controls.Add(this.lblStatus);
     
    372367      this.lvJobDetails.Location = new System.Drawing.Point(17, 124);
    373368      this.lvJobDetails.Name = "lvJobDetails";
    374       this.lvJobDetails.Size = new System.Drawing.Size(382, 175);
     369      this.lvJobDetails.Size = new System.Drawing.Size(382, 243);
    375370      this.lvJobDetails.TabIndex = 17;
    376371      this.lvJobDetails.UseCompatibleStateImageBehavior = false;
     
    386381      this.chDetails.Text = "Details";
    387382      this.chDetails.Width = 255;
    388       //
    389       // lvSnapshots
    390       //
    391       this.lvSnapshots.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
    392             this.chClientCalculated,
    393             this.chProgress,
    394             this.chSnapshotTime});
    395       this.lvSnapshots.Enabled = false;
    396       this.lvSnapshots.FullRowSelect = true;
    397       this.lvSnapshots.GridLines = true;
    398       this.lvSnapshots.Location = new System.Drawing.Point(17, 310);
    399       this.lvSnapshots.Name = "lvSnapshots";
    400       this.lvSnapshots.Size = new System.Drawing.Size(382, 69);
    401       this.lvSnapshots.TabIndex = 16;
    402       this.lvSnapshots.UseCompatibleStateImageBehavior = false;
    403       this.lvSnapshots.View = System.Windows.Forms.View.Details;
    404       //
    405       // chClientCalculated
    406       //
    407       this.chClientCalculated.Text = "Client Calculated";
    408       this.chClientCalculated.Width = 112;
    409       //
    410       // chProgress
    411       //
    412       this.chProgress.Text = "Progress";
    413       this.chProgress.Width = 100;
    414       //
    415       // chSnapshotTime
    416       //
    417       this.chSnapshotTime.Text = "Snapshot request";
    418       this.chSnapshotTime.Width = 166;
    419383      //
    420384      // lblProgress
     
    657621            this.menuItemOpenCalendar});
    658622      this.contextMenuGroup.Name = "contextMenuJob";
    659       this.contextMenuGroup.Size = new System.Drawing.Size(154, 92);
     623      this.contextMenuGroup.Size = new System.Drawing.Size(154, 70);
    660624      //
    661625      // menuItemAddGroup
     
    670634      this.menuItemDeleteGroup.Size = new System.Drawing.Size(153, 22);
    671635      this.menuItemDeleteGroup.Text = "Delete Group";
     636      //
     637      // menuItemOpenCalendar
     638      //
     639      this.menuItemOpenCalendar.Name = "menuItemOpenCalendar";
     640      this.menuItemOpenCalendar.Size = new System.Drawing.Size(153, 22);
     641      this.menuItemOpenCalendar.Text = "Open Calendar";
    672642      //
    673643      // lvClientControl
     
    705675      this.checkBox1.Text = "checkBox1";
    706676      this.checkBox1.UseVisualStyleBackColor = true;
    707       //
    708       // menuItemOpenCalendar
    709       //
    710       this.menuItemOpenCalendar.Name = "menuItemOpenCalendar";
    711       this.menuItemOpenCalendar.Size = new System.Drawing.Size(153, 22);
    712       this.menuItemOpenCalendar.Text = "Open Calendar";
    713677      //
    714678      // HiveServerManagementConsole
     
    782746    private System.Windows.Forms.Label lblStatus;
    783747    private System.Windows.Forms.Label lblProgress;
    784     private System.Windows.Forms.ListView lvSnapshots;
    785     private System.Windows.Forms.ColumnHeader chClientCalculated;
    786     private System.Windows.Forms.ColumnHeader chProgress;
    787748    private System.Windows.Forms.Label lblStateClient;
    788749    private System.Windows.Forms.Label lblState;
     
    796757    private System.Windows.Forms.ListView lvJobControl;
    797758    private System.Windows.Forms.CheckBox checkBox1;
    798     private System.Windows.Forms.ColumnHeader chSnapshotTime;
    799759    private System.Windows.Forms.ContextMenuStrip contextMenuJob;
    800760    private System.Windows.Forms.ToolStripMenuItem menuItemAbortJob;
Note: See TracChangeset for help on using the changeset viewer.