가로등 통합 anycpu 로 변경

This commit is contained in:
Arin(asus)
2023-10-01 23:07:40 +09:00
parent 3fde205c2e
commit 32e56bb016
47 changed files with 6379 additions and 176 deletions

View File

@@ -28,32 +28,39 @@ Partial Class fPassword
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(20, 16)
Me.TextBox1.Dock = System.Windows.Forms.DockStyle.Top
Me.TextBox1.Location = New System.Drawing.Point(10, 10)
Me.TextBox1.Margin = New System.Windows.Forms.Padding(5, 7, 5, 7)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(345, 21)
Me.TextBox1.Size = New System.Drawing.Size(576, 34)
Me.TextBox1.TabIndex = 0
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(20, 45)
Me.Button1.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Button1.Location = New System.Drawing.Point(10, 51)
Me.Button1.Margin = New System.Windows.Forms.Padding(5, 7, 5, 7)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(345, 28)
Me.Button1.Size = New System.Drawing.Size(576, 65)
Me.Button1.TabIndex = 1
Me.Button1.Text = "Button1"
Me.Button1.Text = "확인"
Me.Button1.UseVisualStyleBackColor = True
'
'fPassword
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
Me.AutoScaleDimensions = New System.Drawing.SizeF(11.0!, 28.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(379, 85)
Me.ClientSize = New System.Drawing.Size(596, 126)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.TextBox1)
Me.Font = New System.Drawing.Font("맑은 고딕", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.Margin = New System.Windows.Forms.Padding(5, 7, 5, 7)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "fPassword"
Me.Padding = New System.Windows.Forms.Padding(10)
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "fPassword"
Me.Text = "암호 입력"
Me.ResumeLayout(False)
Me.PerformLayout()