Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/27/11 17:46:25 (13 years ago)
Author:
ascheibe
Message:

#1652

  • added keyboard shortcuts
  • set dialog to a fixed size
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/MainFormTypeSelectionDialog.Designer.cs

    r6827 r6841  
    8181      this.rbSingleDocumentMainForm.TabIndex = 2;
    8282      this.rbSingleDocumentMainForm.TabStop = true;
    83       this.rbSingleDocumentMainForm.Text = "Single Document";
     83      this.rbSingleDocumentMainForm.Text = "&Single Document";
    8484      this.toolTip.SetToolTip(this.rbSingleDocumentMainForm, "Creates for each open document an own window");
    8585      this.rbSingleDocumentMainForm.UseVisualStyleBackColor = true;
     
    9393      this.rbMultipleDocumentMainForm.TabIndex = 1;
    9494      this.rbMultipleDocumentMainForm.TabStop = true;
    95       this.rbMultipleDocumentMainForm.Text = "Multiple Document";
     95      this.rbMultipleDocumentMainForm.Text = "&Multiple Document";
    9696      this.toolTip.SetToolTip(this.rbMultipleDocumentMainForm, "Shows for each open document an own, nested window");
    9797      this.rbMultipleDocumentMainForm.UseVisualStyleBackColor = true;
     
    105105      this.rbDockingMainForm.TabIndex = 0;
    106106      this.rbDockingMainForm.TabStop = true;
    107       this.rbDockingMainForm.Text = "Docking";
     107      this.rbDockingMainForm.Text = "&Docking";
    108108      this.toolTip.SetToolTip(this.rbDockingMainForm, "Displays open documents as tab pages. \r\nIf you have resizing issues in the user i" +
    109109              "nterface, please try the other options.");
     
    131131      this.Controls.Add(this.cancelButton);
    132132      this.Controls.Add(this.okButton);
     133      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
    133134      this.MaximizeBox = false;
    134135      this.MinimizeBox = false;
     
    136137      this.ShowIcon = false;
    137138      this.ShowInTaskbar = false;
     139      this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
    138140      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    139141      this.Text = "Change MainForm Type";
Note: See TracChangeset for help on using the changeset viewer.