GameShark - reposition and resize things slightly, there was a bit too much unused space for no reason

This commit is contained in:
adelikat 2015-12-20 11:49:50 -05:00
parent fdc530626d
commit 13418e963b
1 changed files with 8 additions and 8 deletions

View File

@ -42,12 +42,12 @@
// //
this.mnuGameShark.Location = new System.Drawing.Point(0, 0); this.mnuGameShark.Location = new System.Drawing.Point(0, 0);
this.mnuGameShark.Name = "mnuGameShark"; this.mnuGameShark.Name = "mnuGameShark";
this.mnuGameShark.Size = new System.Drawing.Size(284, 24); this.mnuGameShark.Size = new System.Drawing.Size(281, 24);
this.mnuGameShark.TabIndex = 0; this.mnuGameShark.TabIndex = 0;
// //
// btnClear // btnClear
// //
this.btnClear.Location = new System.Drawing.Point(149, 92); this.btnClear.Location = new System.Drawing.Point(156, 90);
this.btnClear.Name = "btnClear"; this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(75, 23); this.btnClear.Size = new System.Drawing.Size(75, 23);
this.btnClear.TabIndex = 4; this.btnClear.TabIndex = 4;
@ -58,7 +58,7 @@
// lblCheat // lblCheat
// //
this.lblCheat.AutoSize = true; this.lblCheat.AutoSize = true;
this.lblCheat.Location = new System.Drawing.Point(155, 51); this.lblCheat.Location = new System.Drawing.Point(162, 49);
this.lblCheat.Name = "lblCheat"; this.lblCheat.Name = "lblCheat";
this.lblCheat.Size = new System.Drawing.Size(63, 13); this.lblCheat.Size = new System.Drawing.Size(63, 13);
this.lblCheat.TabIndex = 11; this.lblCheat.TabIndex = 11;
@ -66,14 +66,14 @@
// //
// txtCheat // txtCheat
// //
this.txtCheat.Location = new System.Drawing.Point(136, 66); this.txtCheat.Location = new System.Drawing.Point(143, 64);
this.txtCheat.Name = "txtCheat"; this.txtCheat.Name = "txtCheat";
this.txtCheat.Size = new System.Drawing.Size(100, 20); this.txtCheat.Size = new System.Drawing.Size(100, 20);
this.txtCheat.TabIndex = 2; this.txtCheat.TabIndex = 2;
// //
// btnGo // btnGo
// //
this.btnGo.Location = new System.Drawing.Point(43, 91); this.btnGo.Location = new System.Drawing.Point(50, 89);
this.btnGo.Name = "btnGo"; this.btnGo.Name = "btnGo";
this.btnGo.Size = new System.Drawing.Size(75, 24); this.btnGo.Size = new System.Drawing.Size(75, 24);
this.btnGo.TabIndex = 3; this.btnGo.TabIndex = 3;
@ -84,7 +84,7 @@
// lblDescription // lblDescription
// //
this.lblDescription.AutoSize = true; this.lblDescription.AutoSize = true;
this.lblDescription.Location = new System.Drawing.Point(50, 50); this.lblDescription.Location = new System.Drawing.Point(57, 48);
this.lblDescription.Name = "lblDescription"; this.lblDescription.Name = "lblDescription";
this.lblDescription.Size = new System.Drawing.Size(60, 13); this.lblDescription.Size = new System.Drawing.Size(60, 13);
this.lblDescription.TabIndex = 17; this.lblDescription.TabIndex = 17;
@ -92,7 +92,7 @@
// //
// txtDescription // txtDescription
// //
this.txtDescription.Location = new System.Drawing.Point(30, 66); this.txtDescription.Location = new System.Drawing.Point(37, 64);
this.txtDescription.Name = "txtDescription"; this.txtDescription.Name = "txtDescription";
this.txtDescription.Size = new System.Drawing.Size(100, 20); this.txtDescription.Size = new System.Drawing.Size(100, 20);
this.txtDescription.TabIndex = 1; this.txtDescription.TabIndex = 1;
@ -101,7 +101,7 @@
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 261); this.ClientSize = new System.Drawing.Size(281, 144);
this.Controls.Add(this.txtDescription); this.Controls.Add(this.txtDescription);
this.Controls.Add(this.lblDescription); this.Controls.Add(this.lblDescription);
this.Controls.Add(this.btnClear); this.Controls.Add(this.btnClear);