Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimizer/3.3/NewItemDialog.Designer.cs @ 2708

Last change on this file since 2708 was 2546, checked in by swagner, 15 years ago

Continued work on Optimizer and on adapting all views to the new MainForm concept (#770)

File size: 8.1 KB
Line 
1namespace HeuristicLab.Optimizer {
2  partial class NewItemDialog {
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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewItemDialog));
28      this.okButton = new System.Windows.Forms.Button();
29      this.cancelButton = new System.Windows.Forms.Button();
30      this.itemsListView = new System.Windows.Forms.ListView();
31      this.nameColumnHeader = new System.Windows.Forms.ColumnHeader();
32      this.descriptioncolumnHeader = new System.Windows.Forms.ColumnHeader();
33      this.itemsLabel = new System.Windows.Forms.Label();
34      this.showIconsCheckBox = new System.Windows.Forms.CheckBox();
35      this.showDetailsCheckBox = new System.Windows.Forms.CheckBox();
36      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
37      this.SuspendLayout();
38      //
39      // okButton
40      //
41      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
42      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
43      this.okButton.Enabled = false;
44      this.okButton.Location = new System.Drawing.Point(456, 409);
45      this.okButton.Name = "okButton";
46      this.okButton.Size = new System.Drawing.Size(75, 23);
47      this.okButton.TabIndex = 2;
48      this.okButton.Text = "&OK";
49      this.okButton.UseVisualStyleBackColor = true;
50      this.okButton.Click += new System.EventHandler(this.okButton_Click);
51      //
52      // cancelButton
53      //
54      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
55      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
56      this.cancelButton.Location = new System.Drawing.Point(537, 409);
57      this.cancelButton.Name = "cancelButton";
58      this.cancelButton.Size = new System.Drawing.Size(75, 23);
59      this.cancelButton.TabIndex = 3;
60      this.cancelButton.Text = "&Cancel";
61      this.cancelButton.UseVisualStyleBackColor = true;
62      //
63      // itemsListView
64      //
65      this.itemsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
66                  | System.Windows.Forms.AnchorStyles.Left)
67                  | System.Windows.Forms.AnchorStyles.Right)));
68      this.itemsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
69            this.nameColumnHeader,
70            this.descriptioncolumnHeader});
71      this.itemsListView.HideSelection = false;
72      this.itemsListView.Location = new System.Drawing.Point(12, 33);
73      this.itemsListView.MultiSelect = false;
74      this.itemsListView.Name = "itemsListView";
75      this.itemsListView.Size = new System.Drawing.Size(600, 370);
76      this.itemsListView.TabIndex = 1;
77      this.itemsListView.UseCompatibleStateImageBehavior = false;
78      this.itemsListView.View = System.Windows.Forms.View.SmallIcon;
79      this.itemsListView.SelectedIndexChanged += new System.EventHandler(this.itemTypesListView_SelectedIndexChanged);
80      this.itemsListView.DoubleClick += new System.EventHandler(this.itemTypesListView_DoubleClick);
81      //
82      // nameColumnHeader
83      //
84      this.nameColumnHeader.Text = "Name";
85      //
86      // descriptioncolumnHeader
87      //
88      this.descriptioncolumnHeader.Text = "Description";
89      //
90      // itemsLabel
91      //
92      this.itemsLabel.AutoSize = true;
93      this.itemsLabel.Location = new System.Drawing.Point(12, 9);
94      this.itemsLabel.Name = "itemsLabel";
95      this.itemsLabel.Size = new System.Drawing.Size(35, 13);
96      this.itemsLabel.TabIndex = 0;
97      this.itemsLabel.Text = "&Items:";
98      //
99      // showIconsCheckBox
100      //
101      this.showIconsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
102      this.showIconsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
103      this.showIconsCheckBox.Checked = true;
104      this.showIconsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
105      this.showIconsCheckBox.Image = ((System.Drawing.Image)(resources.GetObject("showIconsCheckBox.Image")));
106      this.showIconsCheckBox.Location = new System.Drawing.Point(558, 3);
107      this.showIconsCheckBox.Name = "showIconsCheckBox";
108      this.showIconsCheckBox.Size = new System.Drawing.Size(24, 24);
109      this.showIconsCheckBox.TabIndex = 4;
110      this.toolTip.SetToolTip(this.showIconsCheckBox, "Show Icons");
111      this.showIconsCheckBox.UseVisualStyleBackColor = true;
112      this.showIconsCheckBox.Click += new System.EventHandler(this.showIconsCheckBox_Click);
113      //
114      // showDetailsCheckBox
115      //
116      this.showDetailsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
117      this.showDetailsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
118      this.showDetailsCheckBox.Image = ((System.Drawing.Image)(resources.GetObject("showDetailsCheckBox.Image")));
119      this.showDetailsCheckBox.Location = new System.Drawing.Point(588, 3);
120      this.showDetailsCheckBox.Name = "showDetailsCheckBox";
121      this.showDetailsCheckBox.Size = new System.Drawing.Size(24, 24);
122      this.showDetailsCheckBox.TabIndex = 5;
123      this.toolTip.SetToolTip(this.showDetailsCheckBox, "Show Details");
124      this.showDetailsCheckBox.UseVisualStyleBackColor = true;
125      this.showDetailsCheckBox.Click += new System.EventHandler(this.showDetailsCheckBox_Click);
126      //
127      // NewItemDialog
128      //
129      this.AcceptButton = this.okButton;
130      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
131      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
132      this.CancelButton = this.cancelButton;
133      this.ClientSize = new System.Drawing.Size(624, 444);
134      this.Controls.Add(this.showDetailsCheckBox);
135      this.Controls.Add(this.showIconsCheckBox);
136      this.Controls.Add(this.itemsLabel);
137      this.Controls.Add(this.itemsListView);
138      this.Controls.Add(this.cancelButton);
139      this.Controls.Add(this.okButton);
140      this.MaximizeBox = false;
141      this.MinimizeBox = false;
142      this.Name = "NewItemDialog";
143      this.ShowIcon = false;
144      this.ShowInTaskbar = false;
145      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
146      this.Text = "New Item";
147      this.TopMost = true;
148      this.Load += new System.EventHandler(this.NewItemDialog_Load);
149      this.Shown += new System.EventHandler(this.NewItemDialog_Shown);
150      this.ResumeLayout(false);
151      this.PerformLayout();
152
153    }
154
155    #endregion
156
157    private System.Windows.Forms.Button okButton;
158    private System.Windows.Forms.Button cancelButton;
159    private System.Windows.Forms.ListView itemsListView;
160    private System.Windows.Forms.Label itemsLabel;
161    private System.Windows.Forms.CheckBox showIconsCheckBox;
162    private System.Windows.Forms.CheckBox showDetailsCheckBox;
163    private System.Windows.Forms.ToolTip toolTip;
164    private System.Windows.Forms.ColumnHeader nameColumnHeader;
165    private System.Windows.Forms.ColumnHeader descriptioncolumnHeader;
166  }
167}
Note: See TracBrowser for help on using the repository browser.