누락파일 추가
This commit is contained in:
34
Epole/dialogForm/DemoDlg.Designer.vb
generated
34
Epole/dialogForm/DemoDlg.Designer.vb
generated
@@ -42,6 +42,8 @@ Partial Class DemoDlg
|
||||
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()
|
||||
@@ -137,6 +139,8 @@ Partial Class DemoDlg
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Panel1.Controls.Add(Me.Button3)
|
||||
Me.Panel1.Controls.Add(Me.Panel2)
|
||||
Me.Panel1.Controls.Add(Me.Button2)
|
||||
Me.Panel1.Controls.Add(Me.Button1)
|
||||
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
@@ -159,13 +163,13 @@ Partial Class DemoDlg
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.Button1.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Button1.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
||||
Me.Button1.Dock = System.Windows.Forms.DockStyle.Right
|
||||
Me.Button1.Font = New System.Drawing.Font("굴림", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.Button1.Location = New System.Drawing.Point(284, -1)
|
||||
Me.Button1.Location = New System.Drawing.Point(284, 0)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(64, 25)
|
||||
Me.Button1.Size = New System.Drawing.Size(64, 24)
|
||||
Me.Button1.TabIndex = 1
|
||||
Me.Button1.Text = "확인(&O)"
|
||||
Me.Button1.UseVisualStyleBackColor = False
|
||||
@@ -206,6 +210,27 @@ 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!)
|
||||
@@ -234,5 +259,6 @@ Partial Class DemoDlg
|
||||
Friend WithEvents Button2 As System.Windows.Forms.Button
|
||||
Friend WithEvents lb_expiredate As System.Windows.Forms.Label
|
||||
Friend WithEvents lb_msg As System.Windows.Forms.Label
|
||||
|
||||
Friend WithEvents Button3 As Button
|
||||
Friend WithEvents Panel2 As Panel
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user