From 6b9f0d6bd993eed988a643918103099d8d021327 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 28 Apr 2012 23:13:45 +0000 Subject: Added box drawing and zoom. --- Native/EmuKeyboardDesigner/MainForm.Designer.cs | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'Native/EmuKeyboardDesigner/MainForm.Designer.cs') 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); -- cgit v1.2.3