Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/19/09 13:15:10 (15 years ago)
Author:
mbecirov
Message:

#586: Changed some permissions.

File:
1 edited

Legend:

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

    r2065 r2067  
    9595          // btnClose
    9696          //
     97          this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    9798          this.btnClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    9899          this.btnClose.Location = new System.Drawing.Point(279, 1);
     
    117118          this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
    118119          this.Name = "MainForm";
     120          this.ShowInTaskbar = false;
    119121          this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    120122          this.Text = "Hive Server";
Note: See TracChangeset for help on using the changeset viewer.