From e5556c850cfbf3e80141e7bb15e0b2e9171b8c6d Mon Sep 17 00:00:00 2001 From: ttp Date: Sun, 11 Oct 2009 14:56:37 +0900 Subject: [PATCH] =?utf8?q?AppliStation-GUI,=E8=A8=AD=E5=AE=9A=E3=83=80?= =?utf8?q?=E3=82=A4=E3=82=A2=E3=83=AD=E3=82=B0=E3=81=AE=E3=83=90=E3=83=A9?= =?utf8?q?=E3=83=B3=E3=82=B9=E3=82=92=E5=BE=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- AppliStation/UserPrefForm.Designer.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AppliStation/UserPrefForm.Designer.cs b/AppliStation/UserPrefForm.Designer.cs index c3fca45..c256b9e 100644 --- a/AppliStation/UserPrefForm.Designer.cs +++ b/AppliStation/UserPrefForm.Designer.cs @@ -270,14 +270,14 @@ // // repoUrlLabel // - this.repoUrlLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); - this.repoUrlLabel.AutoSize = true; + this.repoUrlLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.repoUrlLabel.Enabled = false; - this.repoUrlLabel.Location = new System.Drawing.Point(3, 190); + this.repoUrlLabel.Location = new System.Drawing.Point(3, 184); this.repoUrlLabel.Name = "repoUrlLabel"; - this.repoUrlLabel.Size = new System.Drawing.Size(113, 12); + this.repoUrlLabel.Size = new System.Drawing.Size(113, 25); this.repoUrlLabel.TabIndex = 2; this.repoUrlLabel.Text = "レポジトリのアドレス(&A):"; + this.repoUrlLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // repoListLabel // -- 2.11.0