Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/17/08 14:24:16 (15 years ago)
Author:
whackl
Message:

added new features (#397)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.Designer.cs

    r973 r1002  
    7474      this.chMessage = new System.Windows.Forms.ColumnHeader();
    7575      this.chDate = new System.Windows.Forms.ColumnHeader();
    76       this.chTime = new System.Windows.Forms.ColumnHeader();
    7776      this.ilEventLog = new System.Windows.Forms.ImageList(this.components);
    7877      this.tabPage2 = new System.Windows.Forms.TabPage();
    7978      this.gbOnlineTime = new System.Windows.Forms.GroupBox();
     79      this.label1 = new System.Windows.Forms.Label();
    8080      this.gbServerConnection = new System.Windows.Forms.GroupBox();
    8181      this.lbStatus = new System.Windows.Forms.Label();
     
    8787      this.lbServerIPCaption = new System.Windows.Forms.Label();
    8888      this.lbPortCaption = new System.Windows.Forms.Label();
    89       this.label1 = new System.Windows.Forms.Label();
    9089      this.tcClientConsole.SuspendLayout();
    9190      this.tpConnection.SuspendLayout();
     
    155154      //
    156155      this.chSince.Text = "Since";
    157       this.chSince.Width = 74;
     156      this.chSince.Width = 120;
    158157      //
    159158      // chProgress
    160159      //
    161160      this.chProgress.Text = "Progress";
    162       this.chProgress.Width = 260;
     161      this.chProgress.Width = 200;
    163162      //
    164163      // gbCommon
     
    189188      this.lbJobsAborted.Location = new System.Drawing.Point(195, 114);
    190189      this.lbJobsAborted.Name = "lbJobsAborted";
    191       this.lbJobsAborted.Size = new System.Drawing.Size(54, 13);
     190      this.lbJobsAborted.Size = new System.Drawing.Size(50, 13);
    192191      this.lbJobsAborted.TabIndex = 20;
    193       this.lbJobsAborted.Text = "undefined";
     192      this.lbJobsAborted.Text = "loading...";
    194193      //
    195194      // lbJobdone
     
    198197      this.lbJobdone.Location = new System.Drawing.Point(62, 114);
    199198      this.lbJobdone.Name = "lbJobdone";
    200       this.lbJobdone.Size = new System.Drawing.Size(54, 13);
     199      this.lbJobdone.Size = new System.Drawing.Size(50, 13);
    201200      this.lbJobdone.TabIndex = 19;
    202       this.lbJobdone.Text = "undefined";
     201      this.lbJobdone.Text = "loading...";
    203202      //
    204203      // lbJobsFetched
     
    207206      this.lbJobsFetched.Location = new System.Drawing.Point(74, 90);
    208207      this.lbJobsFetched.Name = "lbJobsFetched";
    209       this.lbJobsFetched.Size = new System.Drawing.Size(54, 13);
     208      this.lbJobsFetched.Size = new System.Drawing.Size(50, 13);
    210209      this.lbJobsFetched.TabIndex = 18;
    211       this.lbJobsFetched.Text = "undefined";
     210      this.lbJobsFetched.Text = "loading...";
    212211      //
    213212      // lbGuid
     
    216215      this.lbGuid.Location = new System.Drawing.Point(41, 16);
    217216      this.lbGuid.Name = "lbGuid";
    218       this.lbGuid.Size = new System.Drawing.Size(39, 13);
     217      this.lbGuid.Size = new System.Drawing.Size(50, 13);
    219218      this.lbGuid.TabIndex = 15;
    220       this.lbGuid.Text = "not set";
     219      this.lbGuid.Text = "loading...";
    221220      //
    222221      // lbGuidCaption
     
    234233      this.lbCs.Location = new System.Drawing.Point(94, 40);
    235234      this.lbCs.Name = "lbCs";
    236       this.lbCs.Size = new System.Drawing.Size(54, 13);
     235      this.lbCs.Size = new System.Drawing.Size(50, 13);
    237236      this.lbCs.TabIndex = 17;
    238       this.lbCs.Text = "undefined";
     237      this.lbCs.Text = "loading...";
    239238      //
    240239      // lbConnectionStatus
     
    243242      this.lbConnectionStatus.Location = new System.Drawing.Point(97, 66);
    244243      this.lbConnectionStatus.Name = "lbConnectionStatus";
    245       this.lbConnectionStatus.Size = new System.Drawing.Size(54, 13);
     244      this.lbConnectionStatus.Size = new System.Drawing.Size(50, 13);
    246245      this.lbConnectionStatus.TabIndex = 16;
    247       this.lbConnectionStatus.Text = "undefined";
     246      this.lbConnectionStatus.Text = "loading...";
    248247      //
    249248      // zGJobs
    250249      //
    251       this.zGJobs.Location = new System.Drawing.Point(277, 16);
     250      this.zGJobs.BackColor = System.Drawing.SystemColors.Control;
     251      this.zGJobs.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     252      this.zGJobs.Location = new System.Drawing.Point(255, 14);
    252253      this.zGJobs.Name = "zGJobs";
    253254      this.zGJobs.ScrollGrace = 0;
     
    258259      this.zGJobs.ScrollMinY = 0;
    259260      this.zGJobs.ScrollMinY2 = 0;
    260       this.zGJobs.Size = new System.Drawing.Size(127, 103);
     261      this.zGJobs.Size = new System.Drawing.Size(149, 111);
    261262      this.zGJobs.TabIndex = 14;
    262263      //
     
    322323            this.chId,
    323324            this.chMessage,
    324             this.chDate,
    325             this.chTime});
     325            this.chDate});
    326326      this.lvLog.FullRowSelect = true;
    327327      this.lvLog.GridLines = true;
     
    336336      this.lvLog.View = System.Windows.Forms.View.Details;
    337337      this.lvLog.DoubleClick += new System.EventHandler(this.lvLog_DoubleClick);
     338      this.lvLog.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvLog_ColumnClick);
    338339      //
    339340      // chType
     
    345346      //
    346347      this.chId.Text = "ID";
     348      this.chId.Width = 50;
    347349      //
    348350      // chMessage
     
    354356      //
    355357      this.chDate.Text = "Date";
    356       this.chDate.Width = 63;
    357       //
    358       // chTime
    359       //
    360       this.chTime.Text = "Time";
    361       this.chTime.Width = 65;
     358      this.chDate.Width = 125;
    362359      //
    363360      // ilEventLog
     
    389386      this.gbOnlineTime.TabStop = false;
    390387      this.gbOnlineTime.Text = "Online time";
     388      //
     389      // label1
     390      //
     391      this.label1.AutoSize = true;
     392      this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     393      this.label1.Location = new System.Drawing.Point(116, 169);
     394      this.label1.Name = "label1";
     395      this.label1.Size = new System.Drawing.Size(184, 25);
     396      this.label1.TabIndex = 0;
     397      this.label1.Text = "comming soon...";
    391398      //
    392399      // gbServerConnection
     
    412419      this.lbStatus.Location = new System.Drawing.Point(74, 80);
    413420      this.lbStatus.Name = "lbStatus";
    414       this.lbStatus.Size = new System.Drawing.Size(54, 13);
     421      this.lbStatus.Size = new System.Drawing.Size(50, 13);
    415422      this.lbStatus.TabIndex = 7;
    416       this.lbStatus.Text = "undefined";
     423      this.lbStatus.Text = "loading...";
    417424      //
    418425      // lbStatusCaption
     
    477484      this.lbPortCaption.Text = "Port:";
    478485      //
    479       // label1
    480       //
    481       this.label1.AutoSize = true;
    482       this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    483       this.label1.Location = new System.Drawing.Point(98, 154);
    484       this.label1.Name = "label1";
    485       this.label1.Size = new System.Drawing.Size(184, 25);
    486       this.label1.TabIndex = 0;
    487       this.label1.Text = "comming soon...";
    488       //
    489486      // HiveClientConsole
    490487      //
     
    494491      this.Controls.Add(this.tcClientConsole);
    495492      this.Name = "HiveClientConsole";
    496       this.Text = "Client Console";
     493      this.Text = "Client Console (loading...)";
    497494      this.Load += new System.EventHandler(this.HiveClientConsole_Load);
    498495      this.Resize += new System.EventHandler(this.HiveClientConsole_Resize);
     
    521518    private System.Windows.Forms.ColumnHeader chMessage;
    522519    private System.Windows.Forms.ColumnHeader chDate;
    523     private System.Windows.Forms.ColumnHeader chTime;
    524520    private System.Windows.Forms.Label lbJobdoneCaption;
    525521    private System.Windows.Forms.Label lbCsCaption;
Note: See TracChangeset for help on using the changeset viewer.