From 389121791f08d285550c25247562a3688126937e Mon Sep 17 00:00:00 2001 From: Kazuhiro Fujieda Date: Thu, 1 Feb 2018 23:01:02 +0900 Subject: [PATCH 1/1] =?utf8?q?=E9=80=9A=E7=9F=A5=E3=81=AE=E8=A9=B3?= =?utf8?q?=E7=B4=B0=E8=A8=AD=E5=AE=9A=E3=81=A7=E7=A7=92=E6=95=B0=E3=81=AE?= =?utf8?q?=E5=85=A5=E5=8A=9B=E6=AC=84=E3=82=92=E5=BA=83=E3=81=92=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- KancolleSniffer/NotificationConfigDialog.Designer.cs | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/KancolleSniffer/NotificationConfigDialog.Designer.cs b/KancolleSniffer/NotificationConfigDialog.Designer.cs index a04702f..070bf07 100644 --- a/KancolleSniffer/NotificationConfigDialog.Designer.cs +++ b/KancolleSniffer/NotificationConfigDialog.Designer.cs @@ -125,14 +125,15 @@ // this.textBoxRepeat.Location = new System.Drawing.Point(67, 131); this.textBoxRepeat.Name = "textBoxRepeat"; - this.textBoxRepeat.Size = new System.Drawing.Size(26, 19); + this.textBoxRepeat.Size = new System.Drawing.Size(36, 19); this.textBoxRepeat.TabIndex = 9; + this.textBoxRepeat.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.textBoxRepeat.TextChanged += new System.EventHandler(this.textBoxRepeat_TextChanged); // // labelRepeat // this.labelRepeat.AutoSize = true; - this.labelRepeat.Location = new System.Drawing.Point(96, 134); + this.labelRepeat.Location = new System.Drawing.Point(104, 134); this.labelRepeat.Name = "labelRepeat"; this.labelRepeat.Size = new System.Drawing.Size(29, 12); this.labelRepeat.TabIndex = 10; @@ -141,7 +142,7 @@ // checkBoxCont // this.checkBoxCont.AutoSize = true; - this.checkBoxCont.Location = new System.Drawing.Point(67, 155); + this.checkBoxCont.Location = new System.Drawing.Point(66, 155); this.checkBoxCont.Name = "checkBoxCont"; this.checkBoxCont.Size = new System.Drawing.Size(48, 16); this.checkBoxCont.TabIndex = 11; @@ -151,16 +152,17 @@ // // textBoxPreliminary // - this.textBoxPreliminary.Location = new System.Drawing.Point(180, 131); + this.textBoxPreliminary.Location = new System.Drawing.Point(187, 131); this.textBoxPreliminary.Name = "textBoxPreliminary"; - this.textBoxPreliminary.Size = new System.Drawing.Size(26, 19); + this.textBoxPreliminary.Size = new System.Drawing.Size(36, 19); this.textBoxPreliminary.TabIndex = 12; + this.textBoxPreliminary.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.textBoxPreliminary.TextChanged += new System.EventHandler(this.textBoxpreliminary_TextChanged); // // labelPreliminary // this.labelPreliminary.AutoSize = true; - this.labelPreliminary.Location = new System.Drawing.Point(208, 134); + this.labelPreliminary.Location = new System.Drawing.Point(224, 134); this.labelPreliminary.Name = "labelPreliminary"; this.labelPreliminary.Size = new System.Drawing.Size(29, 12); this.labelPreliminary.TabIndex = 13; @@ -169,7 +171,7 @@ // checkBoxPreliminary // this.checkBoxPreliminary.AutoSize = true; - this.checkBoxPreliminary.Location = new System.Drawing.Point(134, 133); + this.checkBoxPreliminary.Location = new System.Drawing.Point(142, 133); this.checkBoxPreliminary.Name = "checkBoxPreliminary"; this.checkBoxPreliminary.Size = new System.Drawing.Size(48, 16); this.checkBoxPreliminary.TabIndex = 14; -- 2.11.0