가로등 통합 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

@@ -37,13 +37,13 @@ Partial Class DemoDlg
Me.LabelCopyright = New System.Windows.Forms.Label()
Me.LabelCompanyName = New System.Windows.Forms.Label()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Button3 = New System.Windows.Forms.Button()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
Me.lb_expiredate = New System.Windows.Forms.Label()
Me.lb_msg = New System.Windows.Forms.Label()
Me.Button3 = New System.Windows.Forms.Button()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.TableLayoutPanel.SuspendLayout()
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout()
@@ -149,6 +149,27 @@ Partial Class DemoDlg
Me.Panel1.Size = New System.Drawing.Size(348, 24)
Me.Panel1.TabIndex = 2
'
'Button3
'
Me.Button3.BackColor = System.Drawing.Color.Transparent
Me.Button3.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.Button3.Dock = System.Windows.Forms.DockStyle.Right
Me.Button3.Font = New System.Drawing.Font("굴림", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.Button3.Location = New System.Drawing.Point(174, 0)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(99, 24)
Me.Button3.TabIndex = 3
Me.Button3.Text = "인증키입력"
Me.Button3.UseVisualStyleBackColor = False
'
'Panel2
'
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Right
Me.Panel2.Location = New System.Drawing.Point(273, 0)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(11, 24)
Me.Panel2.TabIndex = 4
'
'Button2
'
Me.Button2.BackColor = System.Drawing.Color.Transparent
@@ -210,27 +231,6 @@ Partial Class DemoDlg
Me.lb_msg.Text = "."
Me.lb_msg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Button3
'
Me.Button3.BackColor = System.Drawing.Color.Transparent
Me.Button3.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.Button3.Dock = System.Windows.Forms.DockStyle.Right
Me.Button3.Font = New System.Drawing.Font("굴림", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.Button3.Location = New System.Drawing.Point(174, 0)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(99, 24)
Me.Button3.TabIndex = 3
Me.Button3.Text = "인증키입력"
Me.Button3.UseVisualStyleBackColor = False
'
'Panel2
'
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Right
Me.Panel2.Location = New System.Drawing.Point(273, 0)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(11, 24)
Me.Panel2.TabIndex = 4
'
'DemoDlg
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)