diff --git a/Form1.Designer.cs b/Form1.Designer.cs index 6532594..857f55d 100644 --- a/Form1.Designer.cs +++ b/Form1.Designer.cs @@ -43,9 +43,9 @@ // // btnSet // - this.btnSet.Location = new System.Drawing.Point(15, 141); + this.btnSet.Location = new System.Drawing.Point(15, 143); this.btnSet.Name = "btnSet"; - this.btnSet.Size = new System.Drawing.Size(126, 23); + this.btnSet.Size = new System.Drawing.Size(136, 23); this.btnSet.TabIndex = 21; this.btnSet.Text = "Set"; this.btnSet.UseVisualStyleBackColor = true; @@ -53,7 +53,7 @@ // // txtY // - this.txtY.Location = new System.Drawing.Point(70, 115); + this.txtY.Location = new System.Drawing.Point(80, 117); this.txtY.Name = "txtY"; this.txtY.Size = new System.Drawing.Size(71, 20); this.txtY.TabIndex = 20; @@ -62,7 +62,7 @@ // label4 // this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(12, 118); + this.label4.Location = new System.Drawing.Point(12, 120); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(17, 13); this.label4.TabIndex = 19; @@ -70,7 +70,7 @@ // // txtX // - this.txtX.Location = new System.Drawing.Point(70, 89); + this.txtX.Location = new System.Drawing.Point(80, 91); this.txtX.Name = "txtX"; this.txtX.Size = new System.Drawing.Size(71, 20); this.txtX.TabIndex = 18; @@ -79,7 +79,7 @@ // label5 // this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(12, 92); + this.label5.Location = new System.Drawing.Point(12, 94); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(17, 13); this.label5.TabIndex = 17; @@ -87,7 +87,7 @@ // // txtHeight // - this.txtHeight.Location = new System.Drawing.Point(70, 63); + this.txtHeight.Location = new System.Drawing.Point(80, 65); this.txtHeight.Name = "txtHeight"; this.txtHeight.Size = new System.Drawing.Size(71, 20); this.txtHeight.TabIndex = 16; @@ -96,7 +96,7 @@ // label3 // this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(12, 66); + this.label3.Location = new System.Drawing.Point(12, 68); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 13); this.label3.TabIndex = 15; @@ -104,7 +104,7 @@ // // txtWidth // - this.txtWidth.Location = new System.Drawing.Point(70, 37); + this.txtWidth.Location = new System.Drawing.Point(80, 39); this.txtWidth.Name = "txtWidth"; this.txtWidth.Size = new System.Drawing.Size(71, 20); this.txtWidth.TabIndex = 14; @@ -113,7 +113,7 @@ // label2 // this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(12, 40); + this.label2.Location = new System.Drawing.Point(12, 42); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(38, 13); this.label2.TabIndex = 13; @@ -124,25 +124,25 @@ this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 14); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(52, 13); + this.label1.Size = new System.Drawing.Size(62, 13); this.label1.TabIndex = 11; - this.label1.Text = "App Title:"; + this.label1.Text = "Application:"; // // comboBox1 // this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBox1.FormattingEnabled = true; - this.comboBox1.Location = new System.Drawing.Point(71, 13); + this.comboBox1.Location = new System.Drawing.Point(80, 14); this.comboBox1.Name = "comboBox1"; - this.comboBox1.Size = new System.Drawing.Size(251, 21); + this.comboBox1.Size = new System.Drawing.Size(247, 21); this.comboBox1.TabIndex = 22; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(334, 173); + this.ClientSize = new System.Drawing.Size(339, 178); this.Controls.Add(this.comboBox1); this.Controls.Add(this.btnSet); this.Controls.Add(this.txtY); diff --git a/img/main_window.png b/img/main_window.png index f4a2f75..36a5081 100644 Binary files a/img/main_window.png and b/img/main_window.png differ