Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/18/10 22:16:04 (14 years ago)
Author:
kgrading
Message:

#828 added various improvements to the plugin cache manager, the execution engine, the transaction handling on the serverside and the server console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/sources/HeuristicLab.Hive.Server/3.2/MainForm.Designer.cs

    r2067 r4042  
    3737          this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
    3838          this.tsExit = new System.Windows.Forms.ToolStripMenuItem();
    39           this.btnClose = new System.Windows.Forms.Button();
    4039          this.ctxNotifyMenu.SuspendLayout();
    4140          this.SuspendLayout();
     
    7271            this.tsExit});
    7372          this.ctxNotifyMenu.Name = "ctxNotifyMenu";
    74           this.ctxNotifyMenu.Size = new System.Drawing.Size(106, 54);
     73          this.ctxNotifyMenu.Size = new System.Drawing.Size(96, 54);
    7574          //
    7675          // tsShowInfo
    7776          //
    7877          this.tsShowInfo.Name = "tsShowInfo";
    79           this.tsShowInfo.Size = new System.Drawing.Size(105, 22);
     78          this.tsShowInfo.Size = new System.Drawing.Size(95, 22);
    8079          this.tsShowInfo.Text = "&Info";
    8180          this.tsShowInfo.Click += new System.EventHandler(this.ShowInfo);
     
    8483          //
    8584          this.toolStripSeparator1.Name = "toolStripSeparator1";
    86           this.toolStripSeparator1.Size = new System.Drawing.Size(102, 6);
     85          this.toolStripSeparator1.Size = new System.Drawing.Size(92, 6);
    8786          //
    8887          // tsExit
    8988          //
    9089          this.tsExit.Name = "tsExit";
    91           this.tsExit.Size = new System.Drawing.Size(105, 22);
     90          this.tsExit.Size = new System.Drawing.Size(95, 22);
    9291          this.tsExit.Text = "E&xit";
    9392          this.tsExit.Click += new System.EventHandler(this.CloseApp);
    9493          //
    95           // btnClose
    96           //
    97           this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    98           this.btnClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    99           this.btnClose.Location = new System.Drawing.Point(279, 1);
    100           this.btnClose.Name = "btnClose";
    101           this.btnClose.Size = new System.Drawing.Size(22, 21);
    102           this.btnClose.TabIndex = 2;
    103           this.btnClose.Text = "X";
    104           this.btnClose.UseVisualStyleBackColor = true;
    105           this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
    106           //
    10794          // MainForm
    10895          //
    109           this.AcceptButton = this.btnClose;
    11096          this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    11197          this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    112           this.CancelButton = this.btnClose;
    11398          this.ClientSize = new System.Drawing.Size(304, 166);
    114           this.ControlBox = false;
    115           this.Controls.Add(this.btnClose);
    11699          this.Controls.Add(this.rtfServices);
    117100          this.Controls.Add(this.label1);
    118           this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     101          this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
    119102          this.Name = "MainForm";
    120           this.ShowInTaskbar = false;
    121103          this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    122104          this.Text = "Hive Server";
    123           this.TopMost = true;
     105          this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
    124106          this.ctxNotifyMenu.ResumeLayout(false);
    125107          this.ResumeLayout(false);
     
    137119        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
    138120        private System.Windows.Forms.ToolStripMenuItem tsExit;
    139         private System.Windows.Forms.Button btnClose;
    140121    }
    141122}
Note: See TracChangeset for help on using the changeset viewer.