summaryrefslogtreecommitdiff
path: root/Source/ModelViewer/Main.Designer.cs
diff options
context:
space:
mode:
authorGravatar MichalMoskal <unknown>2010-10-26 01:36:51 +0000
committerGravatar MichalMoskal <unknown>2010-10-26 01:36:51 +0000
commitcd2643c9f8b6069771e0e9ab5ff9f33f975ae4f8 (patch)
treef6c09e59862e53a014bc5384195fb068f44483e0 /Source/ModelViewer/Main.Designer.cs
parentdcd2453328f448dca66745701038e85563d72bb4 (diff)
Handle aliases better
Diffstat (limited to 'Source/ModelViewer/Main.Designer.cs')
-rw-r--r--Source/ModelViewer/Main.Designer.cs13
1 files changed, 7 insertions, 6 deletions
diff --git a/Source/ModelViewer/Main.Designer.cs b/Source/ModelViewer/Main.Designer.cs
index eae222aa..46125e74 100644
--- a/Source/ModelViewer/Main.Designer.cs
+++ b/Source/ModelViewer/Main.Designer.cs
@@ -30,12 +30,12 @@
this.currentStateView = new System.Windows.Forms.ListView();
this.name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.value = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
+ this.aliases = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.stateList = new System.Windows.Forms.ListView();
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.aliases = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
@@ -80,6 +80,11 @@
this.value.Text = "Value";
this.value.Width = 99;
//
+ // aliases
+ //
+ this.aliases.Text = "Aliases";
+ this.aliases.Width = 325;
+ //
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
@@ -107,6 +112,7 @@
this.stateList.FullRowSelect = true;
this.stateList.GridLines = true;
this.stateList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
+ this.stateList.HideSelection = false;
this.stateList.Location = new System.Drawing.Point(0, 0);
this.stateList.MultiSelect = false;
this.stateList.Name = "stateList";
@@ -132,11 +138,6 @@
this.columnHeader2.Text = "Value";
this.columnHeader2.Width = 116;
//
- // aliases
- //
- this.aliases.Text = "Aliases";
- this.aliases.Width = 325;
- //
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);