Files
AUTS_Desktop_Prod/AUTS_ServiceControler/FrmRegistry.Designer.vb
MomoWen 027d0f8024 初始化提交
仓库转移到Gitea,初始化提交,可能丢失以前的git版本日志
2025-11-27 16:41:05 +08:00

289 lines
12 KiB
VB.net
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmRegistry
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 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.Licnese = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.TBoLicnese = New System.Windows.Forms.TextBox()
Me.TBoDataSerPath = New System.Windows.Forms.TextBox()
Me.TBoUpDateSerPath = New System.Windows.Forms.TextBox()
Me.BtnLicense = New System.Windows.Forms.Button()
Me.BtnDataSerPath = New System.Windows.Forms.Button()
Me.BtnUpDateSerPath = New System.Windows.Forms.Button()
Me.BtnDefault = New System.Windows.Forms.Button()
Me.BtnSaveTheKeyValue = New System.Windows.Forms.Button()
Me.BtnCloseFrmRegistry = New System.Windows.Forms.Button()
Me.Label1 = New System.Windows.Forms.Label()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.TBoLocalDb = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.BtnLocalDb = New System.Windows.Forms.Button()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.TBoDataServiceVersion = New System.Windows.Forms.TextBox()
Me.TBoUpdateServiceVersion = New System.Windows.Forms.TextBox()
Me.Panel1.SuspendLayout()
Me.SuspendLayout()
'
'Licnese
'
Me.Licnese.AutoSize = True
Me.Licnese.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Licnese.Location = New System.Drawing.Point(14, 22)
Me.Licnese.Name = "Licnese"
Me.Licnese.Size = New System.Drawing.Size(56, 14)
Me.Licnese.TabIndex = 0
Me.Licnese.Text = "Licnese"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label2.Location = New System.Drawing.Point(14, 190)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(84, 14)
Me.Label2.TabIndex = 1
Me.Label2.Text = "DataSerPath"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label3.Location = New System.Drawing.Point(14, 232)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(98, 14)
Me.Label3.TabIndex = 2
Me.Label3.Text = "UpdateSerPath" & Global.Microsoft.VisualBasic.ChrW(9)
'
'TBoLicnese
'
Me.TBoLicnese.Location = New System.Drawing.Point(117, 21)
Me.TBoLicnese.Name = "TBoLicnese"
Me.TBoLicnese.Size = New System.Drawing.Size(159, 21)
Me.TBoLicnese.TabIndex = 3
'
'TBoDataSerPath
'
Me.TBoDataSerPath.Location = New System.Drawing.Point(118, 189)
Me.TBoDataSerPath.Name = "TBoDataSerPath"
Me.TBoDataSerPath.Size = New System.Drawing.Size(159, 21)
Me.TBoDataSerPath.TabIndex = 4
'
'TBoUpDateSerPath
'
Me.TBoUpDateSerPath.Location = New System.Drawing.Point(118, 231)
Me.TBoUpDateSerPath.Name = "TBoUpDateSerPath"
Me.TBoUpDateSerPath.Size = New System.Drawing.Size(159, 21)
Me.TBoUpDateSerPath.TabIndex = 5
'
'BtnLicense
'
Me.BtnLicense.Location = New System.Drawing.Point(283, 19)
Me.BtnLicense.Name = "BtnLicense"
Me.BtnLicense.Size = New System.Drawing.Size(52, 23)
Me.BtnLicense.TabIndex = 6
Me.BtnLicense.Text = "自定义"
Me.BtnLicense.UseVisualStyleBackColor = True
'
'BtnDataSerPath
'
Me.BtnDataSerPath.Location = New System.Drawing.Point(283, 187)
Me.BtnDataSerPath.Name = "BtnDataSerPath"
Me.BtnDataSerPath.Size = New System.Drawing.Size(52, 23)
Me.BtnDataSerPath.TabIndex = 7
Me.BtnDataSerPath.Text = "自定义"
Me.BtnDataSerPath.UseVisualStyleBackColor = True
'
'BtnUpDateSerPath
'
Me.BtnUpDateSerPath.Location = New System.Drawing.Point(283, 229)
Me.BtnUpDateSerPath.Name = "BtnUpDateSerPath"
Me.BtnUpDateSerPath.Size = New System.Drawing.Size(52, 23)
Me.BtnUpDateSerPath.TabIndex = 8
Me.BtnUpDateSerPath.Text = "自定义"
Me.BtnUpDateSerPath.UseVisualStyleBackColor = True
'
'BtnDefault
'
Me.BtnDefault.Location = New System.Drawing.Point(20, 326)
Me.BtnDefault.Name = "BtnDefault"
Me.BtnDefault.Size = New System.Drawing.Size(75, 30)
Me.BtnDefault.TabIndex = 9
Me.BtnDefault.Text = "默认值"
Me.BtnDefault.UseVisualStyleBackColor = True
'
'BtnSaveTheKeyValue
'
Me.BtnSaveTheKeyValue.Location = New System.Drawing.Point(204, 326)
Me.BtnSaveTheKeyValue.Name = "BtnSaveTheKeyValue"
Me.BtnSaveTheKeyValue.Size = New System.Drawing.Size(75, 30)
Me.BtnSaveTheKeyValue.TabIndex = 10
Me.BtnSaveTheKeyValue.Text = "应用"
Me.BtnSaveTheKeyValue.UseVisualStyleBackColor = True
'
'BtnCloseFrmRegistry
'
Me.BtnCloseFrmRegistry.Location = New System.Drawing.Point(296, 326)
Me.BtnCloseFrmRegistry.Name = "BtnCloseFrmRegistry"
Me.BtnCloseFrmRegistry.Size = New System.Drawing.Size(75, 30)
Me.BtnCloseFrmRegistry.TabIndex = 11
Me.BtnCloseFrmRegistry.Text = "取消"
Me.BtnCloseFrmRegistry.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label1.Location = New System.Drawing.Point(136, 21)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(93, 16)
Me.Label1.TabIndex = 12
Me.Label1.Text = "注册表信息"
'
'Panel1
'
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel1.Controls.Add(Me.Label5)
Me.Panel1.Controls.Add(Me.Label6)
Me.Panel1.Controls.Add(Me.TBoDataServiceVersion)
Me.Panel1.Controls.Add(Me.TBoUpdateServiceVersion)
Me.Panel1.Controls.Add(Me.TBoLocalDb)
Me.Panel1.Controls.Add(Me.Label4)
Me.Panel1.Controls.Add(Me.BtnLocalDb)
Me.Panel1.Controls.Add(Me.TBoLicnese)
Me.Panel1.Controls.Add(Me.Licnese)
Me.Panel1.Controls.Add(Me.Label2)
Me.Panel1.Controls.Add(Me.Label3)
Me.Panel1.Controls.Add(Me.TBoDataSerPath)
Me.Panel1.Controls.Add(Me.BtnUpDateSerPath)
Me.Panel1.Controls.Add(Me.TBoUpDateSerPath)
Me.Panel1.Controls.Add(Me.BtnDataSerPath)
Me.Panel1.Controls.Add(Me.BtnLicense)
Me.Panel1.Location = New System.Drawing.Point(12, 53)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(369, 267)
Me.Panel1.TabIndex = 13
'
'TBoLocalDb
'
Me.TBoLocalDb.Location = New System.Drawing.Point(117, 63)
Me.TBoLocalDb.Name = "TBoLocalDb"
Me.TBoLocalDb.Size = New System.Drawing.Size(159, 21)
Me.TBoLocalDb.TabIndex = 10
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label4.Location = New System.Drawing.Point(14, 64)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(56, 14)
Me.Label4.TabIndex = 9
Me.Label4.Text = "LocalDb"
'
'BtnLocalDb
'
Me.BtnLocalDb.Location = New System.Drawing.Point(283, 61)
Me.BtnLocalDb.Name = "BtnLocalDb"
Me.BtnLocalDb.Size = New System.Drawing.Size(52, 23)
Me.BtnLocalDb.TabIndex = 11
Me.BtnLocalDb.Text = "自定义"
Me.BtnLocalDb.UseVisualStyleBackColor = True
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label5.Location = New System.Drawing.Point(13, 106)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(70, 14)
Me.Label5.TabIndex = 12
Me.Label5.Text = "DSVersion"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label6.Location = New System.Drawing.Point(14, 148)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(70, 14)
Me.Label6.TabIndex = 13
Me.Label6.Text = "USVersion"
'
'TBoDataServiceVersion
'
Me.TBoDataServiceVersion.Location = New System.Drawing.Point(117, 105)
Me.TBoDataServiceVersion.Name = "TBoDataServiceVersion"
Me.TBoDataServiceVersion.Size = New System.Drawing.Size(159, 21)
Me.TBoDataServiceVersion.TabIndex = 14
'
'TBoUpdateServiceVersion
'
Me.TBoUpdateServiceVersion.Location = New System.Drawing.Point(118, 147)
Me.TBoUpdateServiceVersion.Name = "TBoUpdateServiceVersion"
Me.TBoUpdateServiceVersion.Size = New System.Drawing.Size(159, 21)
Me.TBoUpdateServiceVersion.TabIndex = 15
'
'FrmRegistry
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(395, 371)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.BtnCloseFrmRegistry)
Me.Controls.Add(Me.BtnSaveTheKeyValue)
Me.Controls.Add(Me.BtnDefault)
Me.Name = "FrmRegistry"
Me.Text = " "
Me.Panel1.ResumeLayout(false)
Me.Panel1.PerformLayout
Me.ResumeLayout(false)
Me.PerformLayout
End Sub
Friend WithEvents Licnese As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label3 As Label
Friend WithEvents TBoLicnese As TextBox
Friend WithEvents TBoDataSerPath As TextBox
Friend WithEvents TBoUpDateSerPath As TextBox
Friend WithEvents BtnLicense As Button
Friend WithEvents BtnDataSerPath As Button
Friend WithEvents BtnUpDateSerPath As Button
Friend WithEvents BtnDefault As Button
Friend WithEvents BtnSaveTheKeyValue As Button
Friend WithEvents BtnCloseFrmRegistry As Button
Friend WithEvents Label1 As Label
Friend WithEvents Panel1 As Panel
Friend WithEvents TBoLocalDb As TextBox
Friend WithEvents Label4 As Label
Friend WithEvents BtnLocalDb As Button
Friend WithEvents Label5 As Label
Friend WithEvents Label6 As Label
Friend WithEvents TBoDataServiceVersion As TextBox
Friend WithEvents TBoUpdateServiceVersion As TextBox
End Class