Skip to content

Commit

Permalink
adjusting GUI positions
Browse files Browse the repository at this point in the history
  • Loading branch information
d0vgan committed Feb 15, 2022
1 parent 1c84319 commit 15c5b8e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions SharpKeys/Dialog_KeyItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,17 +187,17 @@ private void InitializeComponent()
// stFilterFrom
//
this.stFilterFrom.AutoSize = true;
this.stFilterFrom.Location = new System.Drawing.Point(8, 300);
this.stFilterFrom.Location = new System.Drawing.Point(12, 554);
this.stFilterFrom.Name = "stFilterFrom";
this.stFilterFrom.Size = new System.Drawing.Size(32, 13);
this.stFilterFrom.Size = new System.Drawing.Size(50, 13);
this.stFilterFrom.TabIndex = 1;
this.stFilterFrom.Text = "Filter:";
//
// edFilterFrom
//
this.edFilterFrom.Location = new System.Drawing.Point(11, 317);
this.edFilterFrom.Location = new System.Drawing.Point(18, 586);
this.edFilterFrom.Name = "edFilterFrom";
this.edFilterFrom.Size = new System.Drawing.Size(100, 20);
this.edFilterFrom.Size = new System.Drawing.Size(200, 20);
this.edFilterFrom.TabIndex = 2;
this.edFilterFrom.TextChanged += new System.EventHandler(this.edFilterFrom_TextChanged);
this.edFilterFrom.KeyDown += new System.Windows.Forms.KeyEventHandler(this.edFilterFrom_KeyDown);
Expand Down Expand Up @@ -237,17 +237,17 @@ private void InitializeComponent()
// stFilterTo
//
this.stFilterTo.AutoSize = true;
this.stFilterTo.Location = new System.Drawing.Point(8, 300);
this.stFilterTo.Location = new System.Drawing.Point(12, 554);
this.stFilterTo.Name = "stFilterTo";
this.stFilterTo.Size = new System.Drawing.Size(32, 13);
this.stFilterTo.Size = new System.Drawing.Size(50, 13);
this.stFilterTo.TabIndex = 5;
this.stFilterTo.Text = "Filter:";
//
// edFilterTo
//
this.edFilterTo.Location = new System.Drawing.Point(11, 317);
this.edFilterTo.Location = new System.Drawing.Point(18, 586);
this.edFilterTo.Name = "edFilterTo";
this.edFilterTo.Size = new System.Drawing.Size(100, 20);
this.edFilterTo.Size = new System.Drawing.Size(200, 20);
this.edFilterTo.TabIndex = 6;
this.edFilterTo.TextChanged += new System.EventHandler(this.edFilterTo_TextChanged);
this.edFilterTo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.edFilterTo_KeyDown);
Expand Down

0 comments on commit 15c5b8e

Please sign in to comment.