?? formuglicensepatch.designer.vb
字號:
?<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FormUGLicensePatch
Inherits System.Windows.Forms.Form
'Form 重寫 Dispose,以清理組件列表。
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Windows 窗體設(shè)計器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下過程是 Windows 窗體設(shè)計器所必需的
'可以使用 Windows 窗體設(shè)計器修改它。
'不要使用代碼編輯器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FormUGLicensePatch))
Me.LabelManager = New System.Windows.Forms.Label
Me.CheckBoxAutoRun = New System.Windows.Forms.CheckBox
Me.ButtonOK = New System.Windows.Forms.Button
Me.TextBoxManager = New System.Windows.Forms.TextBox
Me.ButtonManager = New System.Windows.Forms.Button
Me.ButtonAbout = New System.Windows.Forms.Button
Me.ButtonLog = New System.Windows.Forms.Button
Me.TextBoxLog = New System.Windows.Forms.TextBox
Me.LabelLog = New System.Windows.Forms.Label
Me.ButtonLicense = New System.Windows.Forms.Button
Me.TextBoxLicense = New System.Windows.Forms.TextBox
Me.LabelLicense = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'LabelManager
'
Me.LabelManager.AutoSize = True
Me.LabelManager.Location = New System.Drawing.Point(17, 25)
Me.LabelManager.Name = "LabelManager"
Me.LabelManager.Size = New System.Drawing.Size(65, 12)
Me.LabelManager.TabIndex = 0
Me.LabelManager.Text = "啟動程序:"
'
'CheckBoxAutoRun
'
Me.CheckBoxAutoRun.AutoSize = True
Me.CheckBoxAutoRun.Location = New System.Drawing.Point(123, 133)
Me.CheckBoxAutoRun.Name = "CheckBoxAutoRun"
Me.CheckBoxAutoRun.Size = New System.Drawing.Size(222, 16)
Me.CheckBoxAutoRun.TabIndex = 3
Me.CheckBoxAutoRun.Text = " 設(shè)定正確,請在系統(tǒng)啟動時自動運行"
Me.CheckBoxAutoRun.UseVisualStyleBackColor = True
'
'ButtonOK
'
Me.ButtonOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.ButtonOK.Location = New System.Drawing.Point(273, 164)
Me.ButtonOK.Name = "ButtonOK"
Me.ButtonOK.Size = New System.Drawing.Size(86, 32)
Me.ButtonOK.TabIndex = 4
Me.ButtonOK.Text = "確定"
Me.ButtonOK.UseVisualStyleBackColor = True
'
'TextBoxManager
'
Me.TextBoxManager.Location = New System.Drawing.Point(88, 22)
Me.TextBoxManager.Name = "TextBoxManager"
Me.TextBoxManager.Size = New System.Drawing.Size(304, 21)
Me.TextBoxManager.TabIndex = 5
'
'ButtonManager
'
Me.ButtonManager.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ButtonManager.Location = New System.Drawing.Point(398, 20)
Me.ButtonManager.Name = "ButtonManager"
Me.ButtonManager.Size = New System.Drawing.Size(27, 23)
Me.ButtonManager.TabIndex = 8
Me.ButtonManager.Text = "..."
Me.ButtonManager.UseVisualStyleBackColor = True
'
'ButtonAbout
'
Me.ButtonAbout.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.ButtonAbout.Location = New System.Drawing.Point(157, 165)
Me.ButtonAbout.Name = "ButtonAbout"
Me.ButtonAbout.Size = New System.Drawing.Size(86, 30)
Me.ButtonAbout.TabIndex = 11
Me.ButtonAbout.Text = "關(guān)于…"
Me.ButtonAbout.UseVisualStyleBackColor = True
'
'ButtonLog
'
Me.ButtonLog.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ButtonLog.Location = New System.Drawing.Point(398, 95)
Me.ButtonLog.Name = "ButtonLog"
Me.ButtonLog.Size = New System.Drawing.Size(27, 23)
Me.ButtonLog.TabIndex = 14
Me.ButtonLog.Text = "..."
Me.ButtonLog.UseVisualStyleBackColor = True
'
'TextBoxLog
'
Me.TextBoxLog.Location = New System.Drawing.Point(88, 95)
Me.TextBoxLog.Name = "TextBoxLog"
Me.TextBoxLog.Size = New System.Drawing.Size(304, 21)
Me.TextBoxLog.TabIndex = 13
'
'LabelLog
'
Me.LabelLog.AutoSize = True
Me.LabelLog.Location = New System.Drawing.Point(17, 100)
Me.LabelLog.Name = "LabelLog"
Me.LabelLog.Size = New System.Drawing.Size(65, 12)
Me.LabelLog.TabIndex = 12
Me.LabelLog.Text = "運行日志:"
'
'ButtonLicense
'
Me.ButtonLicense.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ButtonLicense.Location = New System.Drawing.Point(398, 57)
Me.ButtonLicense.Name = "ButtonLicense"
Me.ButtonLicense.Size = New System.Drawing.Size(27, 23)
Me.ButtonLicense.TabIndex = 17
Me.ButtonLicense.Text = "..."
Me.ButtonLicense.UseVisualStyleBackColor = True
'
'TextBoxLicense
'
Me.TextBoxLicense.Location = New System.Drawing.Point(88, 59)
Me.TextBoxLicense.Name = "TextBoxLicense"
Me.TextBoxLicense.Size = New System.Drawing.Size(304, 21)
Me.TextBoxLicense.TabIndex = 16
'
'LabelLicense
'
Me.LabelLicense.AutoSize = True
Me.LabelLicense.Location = New System.Drawing.Point(17, 62)
Me.LabelLicense.Name = "LabelLicense"
Me.LabelLicense.Size = New System.Drawing.Size(65, 12)
Me.LabelLicense.TabIndex = 15
Me.LabelLicense.Text = "授權(quán)文件:"
'
'FormUGLicensePatch
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(437, 216)
Me.Controls.Add(Me.ButtonLicense)
Me.Controls.Add(Me.TextBoxLicense)
Me.Controls.Add(Me.LabelLicense)
Me.Controls.Add(Me.ButtonLog)
Me.Controls.Add(Me.TextBoxLog)
Me.Controls.Add(Me.LabelLog)
Me.Controls.Add(Me.ButtonAbout)
Me.Controls.Add(Me.ButtonManager)
Me.Controls.Add(Me.TextBoxManager)
Me.Controls.Add(Me.ButtonOK)
Me.Controls.Add(Me.CheckBoxAutoRun)
Me.Controls.Add(Me.LabelManager)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FormUGLicensePatch"
Me.Opacity = 0.8
Me.Text = "UG NX4 License Patch"
Me.TopMost = True
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents LabelManager As System.Windows.Forms.Label
Friend WithEvents CheckBoxAutoRun As System.Windows.Forms.CheckBox
Friend WithEvents ButtonOK As System.Windows.Forms.Button
Friend WithEvents TextBoxManager As System.Windows.Forms.TextBox
Friend WithEvents ButtonManager As System.Windows.Forms.Button
Friend WithEvents ButtonAbout As System.Windows.Forms.Button
Friend WithEvents ButtonLog As System.Windows.Forms.Button
Friend WithEvents TextBoxLog As System.Windows.Forms.TextBox
Friend WithEvents LabelLog As System.Windows.Forms.Label
Friend WithEvents ButtonLicense As System.Windows.Forms.Button
Friend WithEvents TextBoxLicense As System.Windows.Forms.TextBox
Friend WithEvents LabelLicense As System.Windows.Forms.Label
End Class
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -