summaryrefslogtreecommitdiff
path: root/Native/EmuKeyboardDesigner/MainForm.Designer.cs
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2012-04-28 23:13:45 +0000
committerIan C <ianc@noddybox.co.uk>2012-04-28 23:13:45 +0000
commit6b9f0d6bd993eed988a643918103099d8d021327 (patch)
tree7d66f678dd38c6b9e4bc4cb2d449f97148929047 /Native/EmuKeyboardDesigner/MainForm.Designer.cs
parent0191a758903099bdd39dddb2ef456333eee04fe3 (diff)
Added box drawing and zoom.
Diffstat (limited to 'Native/EmuKeyboardDesigner/MainForm.Designer.cs')
-rw-r--r--Native/EmuKeyboardDesigner/MainForm.Designer.cs24
1 files changed, 13 insertions, 11 deletions
diff --git a/Native/EmuKeyboardDesigner/MainForm.Designer.cs b/Native/EmuKeyboardDesigner/MainForm.Designer.cs
index a43a21d..44e2b6a 100644
--- a/Native/EmuKeyboardDesigner/MainForm.Designer.cs
+++ b/Native/EmuKeyboardDesigner/MainForm.Designer.cs
@@ -53,8 +53,8 @@ namespace EmuKeyboardDesigner
this.loadButton = new System.Windows.Forms.Button();
this.saveButton = new System.Windows.Forms.Button();
this.setButton = new System.Windows.Forms.Button();
- this.imageControl = new EmuKeyboardDesigner.ImageControl();
this.removeButton = new System.Windows.Forms.Button();
+ this.imageControl = new EmuKeyboardDesigner.ImageControl();
this.SuspendLayout();
//
// keyList
@@ -107,6 +107,7 @@ namespace EmuKeyboardDesigner
//
// loadButton
//
+ this.loadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.loadButton.Location = new System.Drawing.Point(501, 434);
this.loadButton.Name = "loadButton";
this.loadButton.Size = new System.Drawing.Size(75, 23);
@@ -117,6 +118,7 @@ namespace EmuKeyboardDesigner
//
// saveButton
//
+ this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.saveButton.Location = new System.Drawing.Point(605, 434);
this.saveButton.Name = "saveButton";
this.saveButton.Size = new System.Drawing.Size(75, 23);
@@ -135,6 +137,16 @@ namespace EmuKeyboardDesigner
this.setButton.UseVisualStyleBackColor = true;
this.setButton.Click += new System.EventHandler(this.OnSetKey);
//
+ // removeButton
+ //
+ this.removeButton.Location = new System.Drawing.Point(322, 9);
+ this.removeButton.Name = "removeButton";
+ this.removeButton.Size = new System.Drawing.Size(78, 23);
+ this.removeButton.TabIndex = 9;
+ this.removeButton.Text = "Remove Key";
+ this.removeButton.UseVisualStyleBackColor = true;
+ this.removeButton.Click += new System.EventHandler(this.OnRemoveKey);
+ //
// imageControl
//
this.imageControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
@@ -151,16 +163,6 @@ namespace EmuKeyboardDesigner
this.imageControl.Size = new System.Drawing.Size(482, 423);
this.imageControl.TabIndex = 5;
//
- // removeButton
- //
- this.removeButton.Location = new System.Drawing.Point(322, 9);
- this.removeButton.Name = "removeButton";
- this.removeButton.Size = new System.Drawing.Size(78, 23);
- this.removeButton.TabIndex = 9;
- this.removeButton.Text = "Remove Key";
- this.removeButton.UseVisualStyleBackColor = true;
- this.removeButton.Click += new System.EventHandler(this.OnRemoveKey);
- //
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);