Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/18/09 17:04:22 (15 years ago)
Author:
whackl
Message:

refactoring hive client console #663

File:
1 edited

Legend:

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

    r2023 r2062  
    4646    private void InitializeComponent() {
    4747        this.components = new System.ComponentModel.Container();
    48         Calendar.DrawTool drawTool2 = new Calendar.DrawTool();
     48        Calendar.DrawTool drawTool6 = new Calendar.DrawTool();
    4949        System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveClientConsole));
    5050        this.dvOnline = new Calendar.DayView();
     
    8282        this.txtLog = new System.Windows.Forms.TextBox();
    8383        this.tabPage2 = new System.Windows.Forms.TabPage();
     84        this.btnSaveCal = new System.Windows.Forms.Button();
    8485        this.pictureBox1 = new System.Windows.Forms.PictureBox();
    8586        this.groupBox1 = new System.Windows.Forms.GroupBox();
    86         this.btnSaveCal = new System.Windows.Forms.Button();
    8787        this.txttimeTo = new System.Windows.Forms.DateTimePicker();
    8888        this.txttimeFrom = new System.Windows.Forms.DateTimePicker();
     
    112112        // dvOnline
    113113        //
    114         drawTool2.DayView = this.dvOnline;
    115         this.dvOnline.ActiveTool = drawTool2;
     114        drawTool6.DayView = this.dvOnline;
     115        this.dvOnline.ActiveTool = drawTool6;
    116116        this.dvOnline.AmPmDisplay = false;
    117117        this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;
     
    137137        // tcClientConsole
    138138        //
    139         this.tcClientConsole.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
    140139        this.tcClientConsole.Controls.Add(this.tpConnection);
    141140        this.tcClientConsole.Controls.Add(this.tabPage2);
     
    257256        //
    258257        this.gbJobCommon.Controls.Add(this.lvJobDetail);
    259         this.gbJobCommon.Location = new System.Drawing.Point(8, 152);
     258        this.gbJobCommon.Location = new System.Drawing.Point(8, 139);
    260259        this.gbJobCommon.Name = "gbJobCommon";
    261         this.gbJobCommon.Size = new System.Drawing.Size(412, 252);
     260        this.gbJobCommon.Size = new System.Drawing.Size(269, 265);
    262261        this.gbJobCommon.TabIndex = 13;
    263262        this.gbJobCommon.TabStop = false;
     
    270269            this.chSince,
    271270            this.chProgress});
     271        this.lvJobDetail.Dock = System.Windows.Forms.DockStyle.Fill;
    272272        this.lvJobDetail.FullRowSelect = true;
    273273        this.lvJobDetail.GridLines = true;
    274         this.lvJobDetail.Location = new System.Drawing.Point(6, 14);
     274        this.lvJobDetail.Location = new System.Drawing.Point(3, 16);
    275275        this.lvJobDetail.Name = "lvJobDetail";
    276         this.lvJobDetail.Size = new System.Drawing.Size(398, 232);
     276        this.lvJobDetail.Size = new System.Drawing.Size(263, 246);
    277277        this.lvJobDetail.TabIndex = 0;
    278278        this.lvJobDetail.UseCompatibleStateImageBehavior = false;
     
    291291        //
    292292        this.chProgress.Text = "Progress";
    293         this.chProgress.Width = 200;
    294293        //
    295294        // gbCommon
     
    435434        //
    436435        this.gbEventLog.Controls.Add(this.txtLog);
    437         this.gbEventLog.Location = new System.Drawing.Point(426, 152);
     436        this.gbEventLog.Location = new System.Drawing.Point(283, 139);
    438437        this.gbEventLog.Name = "gbEventLog";
    439         this.gbEventLog.Size = new System.Drawing.Size(412, 252);
     438        this.gbEventLog.Size = new System.Drawing.Size(555, 265);
    440439        this.gbEventLog.TabIndex = 7;
    441440        this.gbEventLog.TabStop = false;
     
    444443        // txtLog
    445444        //
    446         this.txtLog.Location = new System.Drawing.Point(4, 14);
     445        this.txtLog.Location = new System.Drawing.Point(6, 14);
    447446        this.txtLog.Multiline = true;
    448447        this.txtLog.Name = "txtLog";
    449448        this.txtLog.ReadOnly = true;
    450449        this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
    451         this.txtLog.Size = new System.Drawing.Size(402, 232);
     450        this.txtLog.Size = new System.Drawing.Size(543, 248);
    452451        this.txtLog.TabIndex = 0;
    453452        //
     
    466465        this.tabPage2.Text = "Schedule";
    467466        this.tabPage2.UseVisualStyleBackColor = true;
     467        //
     468        // btnSaveCal
     469        //
     470        this.btnSaveCal.Location = new System.Drawing.Point(633, 138);
     471        this.btnSaveCal.Name = "btnSaveCal";
     472        this.btnSaveCal.Size = new System.Drawing.Size(199, 23);
     473        this.btnSaveCal.TabIndex = 41;
     474        this.btnSaveCal.Text = "Save calender";
     475        this.btnSaveCal.UseVisualStyleBackColor = true;
     476        this.btnSaveCal.Click += new System.EventHandler(this.btnSaveCal_Click);
    468477        //
    469478        // pictureBox1
     
    495504        this.groupBox1.TabStop = false;
    496505        //
    497         // btnSaveCal
    498         //
    499         this.btnSaveCal.Location = new System.Drawing.Point(633, 138);
    500         this.btnSaveCal.Name = "btnSaveCal";
    501         this.btnSaveCal.Size = new System.Drawing.Size(199, 23);
    502         this.btnSaveCal.TabIndex = 41;
    503         this.btnSaveCal.Text = "Save calender";
    504         this.btnSaveCal.UseVisualStyleBackColor = true;
    505         this.btnSaveCal.Click += new System.EventHandler(this.btnSaveCal_Click);
    506         //
    507506        // txttimeTo
    508507        //
     
    627626        this.Name = "HiveClientConsole";
    628627        this.Text = "Client Console (loading...)";
    629         this.Load += new System.EventHandler(this.HiveClientConsole_Load);
    630628        this.tcClientConsole.ResumeLayout(false);
    631629        this.tpConnection.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.