[2520] | 1 | namespace HeuristicLab.Optimizer {
|
---|
[2546] | 2 | partial class NewItemDialog {
|
---|
[2520] | 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() {
|
---|
[2546] | 26 | this.components = new System.ComponentModel.Container();
|
---|
| 27 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewItemDialog));
|
---|
[2520] | 28 | this.okButton = new System.Windows.Forms.Button();
|
---|
| 29 | this.cancelButton = new System.Windows.Forms.Button();
|
---|
[2546] | 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);
|
---|
[2520] | 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;
|
---|
[2546] | 44 | this.okButton.Location = new System.Drawing.Point(456, 409);
|
---|
[2520] | 45 | this.okButton.Name = "okButton";
|
---|
| 46 | this.okButton.Size = new System.Drawing.Size(75, 23);
|
---|
[2546] | 47 | this.okButton.TabIndex = 2;
|
---|
[2520] | 48 | this.okButton.Text = "&OK";
|
---|
| 49 | this.okButton.UseVisualStyleBackColor = true;
|
---|
[2546] | 50 | this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
---|
[2520] | 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;
|
---|
[2546] | 56 | this.cancelButton.Location = new System.Drawing.Point(537, 409);
|
---|
[2520] | 57 | this.cancelButton.Name = "cancelButton";
|
---|
| 58 | this.cancelButton.Size = new System.Drawing.Size(75, 23);
|
---|
[2546] | 59 | this.cancelButton.TabIndex = 3;
|
---|
[2520] | 60 | this.cancelButton.Text = "&Cancel";
|
---|
| 61 | this.cancelButton.UseVisualStyleBackColor = true;
|
---|
| 62 | //
|
---|
[2546] | 63 | // itemsListView
|
---|
[2520] | 64 | //
|
---|
[2546] | 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 | //
|
---|
[2520] | 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;
|
---|
[2546] | 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);
|
---|
[2520] | 138 | this.Controls.Add(this.cancelButton);
|
---|
| 139 | this.Controls.Add(this.okButton);
|
---|
| 140 | this.MaximizeBox = false;
|
---|
| 141 | this.MinimizeBox = false;
|
---|
[2546] | 142 | this.Name = "NewItemDialog";
|
---|
| 143 | this.ShowIcon = false;
|
---|
[2520] | 144 | this.ShowInTaskbar = false;
|
---|
| 145 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
---|
| 146 | this.Text = "New Item";
|
---|
| 147 | this.TopMost = true;
|
---|
[2546] | 148 | this.Load += new System.EventHandler(this.NewItemDialog_Load);
|
---|
| 149 | this.Shown += new System.EventHandler(this.NewItemDialog_Shown);
|
---|
[2520] | 150 | this.ResumeLayout(false);
|
---|
[2546] | 151 | this.PerformLayout();
|
---|
[2520] | 152 |
|
---|
| 153 | }
|
---|
| 154 |
|
---|
| 155 | #endregion
|
---|
| 156 |
|
---|
| 157 | private System.Windows.Forms.Button okButton;
|
---|
| 158 | private System.Windows.Forms.Button cancelButton;
|
---|
[2546] | 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;
|
---|
[2520] | 166 | }
|
---|
| 167 | } |
---|