Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimizer/3.3/MainFormTypeSelectionDialog.Designer.cs @ 7070

Last change on this file since 7070 was 7070, checked in by ascheibe, 12 years ago

#1652 made the note that you have to restart the optimizer more visible in the MainFormTypeSelectionDialog

File size: 7.8 KB
Line 
1namespace HeuristicLab.Optimizer {
2  partial class MainFormTypeSelectionDialog {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Windows Form Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.components = new System.ComponentModel.Container();
27      this.cancelButton = new System.Windows.Forms.Button();
28      this.okButton = new System.Windows.Forms.Button();
29      this.groupBox = new System.Windows.Forms.GroupBox();
30      this.rbSingleDocumentMainForm = new System.Windows.Forms.RadioButton();
31      this.rbMultipleDocumentMainForm = new System.Windows.Forms.RadioButton();
32      this.rbDockingMainForm = new System.Windows.Forms.RadioButton();
33      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
34      this.labelRestart = new System.Windows.Forms.Label();
35      this.groupBox.SuspendLayout();
36      this.SuspendLayout();
37      //
38      // cancelButton
39      //
40      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
41      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
42      this.cancelButton.Location = new System.Drawing.Point(173, 167);
43      this.cancelButton.Name = "cancelButton";
44      this.cancelButton.Size = new System.Drawing.Size(75, 23);
45      this.cancelButton.TabIndex = 9;
46      this.cancelButton.Text = "&Cancel";
47      this.cancelButton.UseVisualStyleBackColor = true;
48      //
49      // okButton
50      //
51      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
52      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
53      this.okButton.Location = new System.Drawing.Point(92, 167);
54      this.okButton.Name = "okButton";
55      this.okButton.Size = new System.Drawing.Size(75, 23);
56      this.okButton.TabIndex = 8;
57      this.okButton.Text = "&OK";
58      this.okButton.UseVisualStyleBackColor = true;
59      this.okButton.Click += new System.EventHandler(this.okButton_Click);
60      //
61      // groupBox
62      //
63      this.groupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
64                  | System.Windows.Forms.AnchorStyles.Right)));
65      this.groupBox.Controls.Add(this.rbSingleDocumentMainForm);
66      this.groupBox.Controls.Add(this.rbMultipleDocumentMainForm);
67      this.groupBox.Controls.Add(this.rbDockingMainForm);
68      this.groupBox.Location = new System.Drawing.Point(12, 12);
69      this.groupBox.Name = "groupBox";
70      this.groupBox.Size = new System.Drawing.Size(234, 93);
71      this.groupBox.TabIndex = 10;
72      this.groupBox.TabStop = false;
73      this.groupBox.Text = "MainForm Types";
74      //
75      // rbSingleDocumentMainForm
76      //
77      this.rbSingleDocumentMainForm.AutoSize = true;
78      this.rbSingleDocumentMainForm.Location = new System.Drawing.Point(6, 65);
79      this.rbSingleDocumentMainForm.Name = "rbSingleDocumentMainForm";
80      this.rbSingleDocumentMainForm.Size = new System.Drawing.Size(106, 17);
81      this.rbSingleDocumentMainForm.TabIndex = 2;
82      this.rbSingleDocumentMainForm.TabStop = true;
83      this.rbSingleDocumentMainForm.Text = "&Single Document";
84      this.toolTip.SetToolTip(this.rbSingleDocumentMainForm, "Creates for each open document an own window");
85      this.rbSingleDocumentMainForm.UseVisualStyleBackColor = true;
86      //
87      // rbMultipleDocumentMainForm
88      //
89      this.rbMultipleDocumentMainForm.AutoSize = true;
90      this.rbMultipleDocumentMainForm.Location = new System.Drawing.Point(6, 42);
91      this.rbMultipleDocumentMainForm.Name = "rbMultipleDocumentMainForm";
92      this.rbMultipleDocumentMainForm.Size = new System.Drawing.Size(113, 17);
93      this.rbMultipleDocumentMainForm.TabIndex = 1;
94      this.rbMultipleDocumentMainForm.TabStop = true;
95      this.rbMultipleDocumentMainForm.Text = "&Multiple Document";
96      this.toolTip.SetToolTip(this.rbMultipleDocumentMainForm, "Shows for each open document an own, nested window");
97      this.rbMultipleDocumentMainForm.UseVisualStyleBackColor = true;
98      //
99      // rbDockingMainForm
100      //
101      this.rbDockingMainForm.AutoSize = true;
102      this.rbDockingMainForm.Location = new System.Drawing.Point(6, 19);
103      this.rbDockingMainForm.Name = "rbDockingMainForm";
104      this.rbDockingMainForm.Size = new System.Drawing.Size(65, 17);
105      this.rbDockingMainForm.TabIndex = 0;
106      this.rbDockingMainForm.TabStop = true;
107      this.rbDockingMainForm.Text = "&Docking";
108      this.toolTip.SetToolTip(this.rbDockingMainForm, "Displays open documents as tab pages. \r\nIf you have resizing issues in the user i" +
109              "nterface, please try the other options.");
110      this.rbDockingMainForm.UseVisualStyleBackColor = true;
111      //
112      // labelRestart
113      //
114      this.labelRestart.AutoSize = true;
115      this.labelRestart.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
116      this.labelRestart.ForeColor = System.Drawing.Color.Red;
117      this.labelRestart.Location = new System.Drawing.Point(9, 123);
118      this.labelRestart.Name = "labelRestart";
119      this.labelRestart.Size = new System.Drawing.Size(241, 26);
120      this.labelRestart.TabIndex = 11;
121      this.labelRestart.Text = "Please note that you have to restart the \r\nOptimizer for the changes to take effe" +
122          "ct. ";
123      //
124      // MainFormTypeSelectionDialog
125      //
126      this.AcceptButton = this.okButton;
127      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
128      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
129      this.CancelButton = this.cancelButton;
130      this.ClientSize = new System.Drawing.Size(260, 202);
131      this.Controls.Add(this.labelRestart);
132      this.Controls.Add(this.groupBox);
133      this.Controls.Add(this.cancelButton);
134      this.Controls.Add(this.okButton);
135      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
136      this.MaximizeBox = false;
137      this.MinimizeBox = false;
138      this.Name = "MainFormTypeSelectionDialog";
139      this.ShowIcon = false;
140      this.ShowInTaskbar = false;
141      this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
142      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
143      this.Text = "Change MainForm Type";
144      this.Load += new System.EventHandler(this.MainFormTypeSelectionDialog_Load);
145      this.groupBox.ResumeLayout(false);
146      this.groupBox.PerformLayout();
147      this.ResumeLayout(false);
148      this.PerformLayout();
149
150    }
151
152    #endregion
153
154    private System.Windows.Forms.Button cancelButton;
155    private System.Windows.Forms.Button okButton;
156    private System.Windows.Forms.GroupBox groupBox;
157    private System.Windows.Forms.RadioButton rbMultipleDocumentMainForm;
158    private System.Windows.Forms.RadioButton rbDockingMainForm;
159    private System.Windows.Forms.ToolTip toolTip;
160    private System.Windows.Forms.RadioButton rbSingleDocumentMainForm;
161    private System.Windows.Forms.Label labelRestart;
162  }
163}
Note: See TracBrowser for help on using the repository browser.