This repository has been archived on 2025-11-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
AUTS_OLD/AUTS_ServiceControler/FrmUpdateConfig.Designer.vb
2024-03-11 16:34:21 +08:00

380 lines
17 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 FrmUpdateConfig
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.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.TBoRootPath = New System.Windows.Forms.TextBox()
Me.TBoLicnese = New System.Windows.Forms.TextBox()
Me.BtnLicense = New System.Windows.Forms.Button()
Me.BtnRootPath = New System.Windows.Forms.Button()
Me.BtnCancel = New System.Windows.Forms.Button()
Me.BtnStartUpdate = New System.Windows.Forms.Button()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.TsPrgInstall = New System.Windows.Forms.ToolStripProgressBar()
Me.TsLblInstallTip = New System.Windows.Forms.ToolStripStatusLabel()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.RtxTip = New System.Windows.Forms.RichTextBox()
Me.TxtAlias = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.TxtGroup = New System.Windows.Forms.TextBox()
Me.TxtRoles = New System.Windows.Forms.TextBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label7 = New System.Windows.Forms.Label()
Me.tb_SyncFolder_BySelected = New System.Windows.Forms.TextBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.同步目录 = New System.Windows.Forms.GroupBox()
Me.lab_SyncPath = New System.Windows.Forms.Label()
Me.rb_SyncFloder_FollowRootPath = New System.Windows.Forms.RadioButton()
Me.rb_SyncFloder_Spicfied = New System.Windows.Forms.RadioButton()
Me.StatusStrip1.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.同步目录.SuspendLayout()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("宋体", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label1.Location = New System.Drawing.Point(216, 19)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(186, 21)
Me.Label1.TabIndex = 0
Me.Label1.Text = "配置更新发布信息"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label2.Location = New System.Drawing.Point(28, 56)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(80, 16)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Root路径:"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label3.Location = New System.Drawing.Point(28, 87)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(72, 16)
Me.Label3.TabIndex = 2
Me.Label3.Text = "License:"
'
'TBoRootPath
'
Me.TBoRootPath.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.TBoRootPath.Location = New System.Drawing.Point(130, 53)
Me.TBoRootPath.Name = "TBoRootPath"
Me.TBoRootPath.Size = New System.Drawing.Size(360, 26)
Me.TBoRootPath.TabIndex = 21
'
'TBoLicnese
'
Me.TBoLicnese.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.TBoLicnese.Location = New System.Drawing.Point(130, 84)
Me.TBoLicnese.Name = "TBoLicnese"
Me.TBoLicnese.Size = New System.Drawing.Size(360, 26)
Me.TBoLicnese.TabIndex = 16
'
'BtnLicense
'
Me.BtnLicense.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.BtnLicense.Location = New System.Drawing.Point(496, 85)
Me.BtnLicense.Name = "BtnLicense"
Me.BtnLicense.Size = New System.Drawing.Size(66, 25)
Me.BtnLicense.TabIndex = 18
Me.BtnLicense.Text = "自定义"
Me.BtnLicense.UseVisualStyleBackColor = True
'
'BtnRootPath
'
Me.BtnRootPath.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.BtnRootPath.Location = New System.Drawing.Point(496, 53)
Me.BtnRootPath.Name = "BtnRootPath"
Me.BtnRootPath.Size = New System.Drawing.Size(66, 26)
Me.BtnRootPath.TabIndex = 23
Me.BtnRootPath.Text = "自定义"
Me.BtnRootPath.UseVisualStyleBackColor = True
'
'BtnCancel
'
Me.BtnCancel.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.BtnCancel.Location = New System.Drawing.Point(469, 449)
Me.BtnCancel.Name = "BtnCancel"
Me.BtnCancel.Size = New System.Drawing.Size(90, 37)
Me.BtnCancel.TabIndex = 27
Me.BtnCancel.Text = "关闭"
Me.BtnCancel.UseVisualStyleBackColor = True
'
'BtnStartUpdate
'
Me.BtnStartUpdate.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.BtnStartUpdate.Location = New System.Drawing.Point(373, 449)
Me.BtnStartUpdate.Name = "BtnStartUpdate"
Me.BtnStartUpdate.Size = New System.Drawing.Size(90, 37)
Me.BtnStartUpdate.TabIndex = 26
Me.BtnStartUpdate.Text = "开始更新"
Me.BtnStartUpdate.UseVisualStyleBackColor = True
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TsPrgInstall, Me.TsLblInstallTip})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 489)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(592, 22)
Me.StatusStrip1.TabIndex = 28
Me.StatusStrip1.Text = "StatusStrip1"
'
'TsPrgInstall
'
Me.TsPrgInstall.AutoSize = False
Me.TsPrgInstall.Name = "TsPrgInstall"
Me.TsPrgInstall.Size = New System.Drawing.Size(160, 16)
'
'TsLblInstallTip
'
Me.TsLblInstallTip.AutoSize = False
Me.TsLblInstallTip.Name = "TsLblInstallTip"
Me.TsLblInstallTip.Size = New System.Drawing.Size(300, 17)
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.RtxTip)
Me.GroupBox1.Location = New System.Drawing.Point(31, 267)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(531, 176)
Me.GroupBox1.TabIndex = 29
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Tip"
'
'RtxTip
'
Me.RtxTip.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.RtxTip.Dock = System.Windows.Forms.DockStyle.Fill
Me.RtxTip.Location = New System.Drawing.Point(3, 17)
Me.RtxTip.Name = "RtxTip"
Me.RtxTip.Size = New System.Drawing.Size(525, 156)
Me.RtxTip.TabIndex = 0
Me.RtxTip.Text = ""
'
'TxtAlias
'
Me.TxtAlias.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.TxtAlias.Location = New System.Drawing.Point(130, 115)
Me.TxtAlias.Name = "TxtAlias"
Me.TxtAlias.Size = New System.Drawing.Size(432, 26)
Me.TxtAlias.TabIndex = 31
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label4.Location = New System.Drawing.Point(28, 118)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(56, 16)
Me.Label4.TabIndex = 30
Me.Label4.Text = "Alias:"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label5.Location = New System.Drawing.Point(28, 155)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(80, 16)
Me.Label5.TabIndex = 32
Me.Label5.Text = "子网名称:"
'
'TxtGroup
'
Me.TxtGroup.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.TxtGroup.Location = New System.Drawing.Point(130, 151)
Me.TxtGroup.Name = "TxtGroup"
Me.TxtGroup.Size = New System.Drawing.Size(150, 26)
Me.TxtGroup.TabIndex = 33
Me.TxtGroup.Text = "Group1"
'
'TxtRoles
'
Me.TxtRoles.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.TxtRoles.Location = New System.Drawing.Point(412, 152)
Me.TxtRoles.Name = "TxtRoles"
Me.TxtRoles.Size = New System.Drawing.Size(150, 26)
Me.TxtRoles.TabIndex = 35
Me.TxtRoles.Text = "0"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label6.Location = New System.Drawing.Point(322, 155)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(80, 16)
Me.Label6.TabIndex = 34
Me.Label6.Text = "设备角色:"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label7.Location = New System.Drawing.Point(0, 450)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(80, 16)
Me.Label7.TabIndex = 36
Me.Label7.Text = "同步目录:"
'
'tb_SyncFolder_BySelected
'
Me.tb_SyncFolder_BySelected.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.tb_SyncFolder_BySelected.Location = New System.Drawing.Point(99, 14)
Me.tb_SyncFolder_BySelected.Name = "tb_SyncFolder_BySelected"
Me.tb_SyncFolder_BySelected.Size = New System.Drawing.Size(350, 26)
Me.tb_SyncFolder_BySelected.TabIndex = 37
Me.tb_SyncFolder_BySelected.Text = "d:\"
'
'Button1
'
Me.Button1.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Button1.Location = New System.Drawing.Point(455, 14)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(66, 26)
Me.Button1.TabIndex = 38
Me.Button1.Text = "自定义"
Me.Button1.UseVisualStyleBackColor = True
'
'同步目录
'
Me.同步目录.Controls.Add(Me.lab_SyncPath)
Me.同步目录.Controls.Add(Me.rb_SyncFloder_FollowRootPath)
Me.同步目录.Controls.Add(Me.rb_SyncFloder_Spicfied)
Me.同步目录.Controls.Add(Me.Button1)
Me.同步目录.Controls.Add(Me.tb_SyncFolder_BySelected)
Me.同步目录.Location = New System.Drawing.Point(31, 194)
Me.同步目录.Name = "同步目录"
Me.同步目录.Size = New System.Drawing.Size(527, 73)
Me.同步目录.TabIndex = 39
Me.同步目录.TabStop = False
Me.同步目录.Text = "同步目录"
'
'lab_SyncPath
'
Me.lab_SyncPath.AutoSize = True
Me.lab_SyncPath.Font = New System.Drawing.Font("Consolas", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lab_SyncPath.ForeColor = System.Drawing.Color.Blue
Me.lab_SyncPath.Location = New System.Drawing.Point(135, 47)
Me.lab_SyncPath.Name = "lab_SyncPath"
Me.lab_SyncPath.Size = New System.Drawing.Size(91, 14)
Me.lab_SyncPath.TabIndex = 40
Me.lab_SyncPath.Text = "d:\AUTS_Sync"
'
'rb_SyncFloder_FollowRootPath
'
Me.rb_SyncFloder_FollowRootPath.AutoSize = True
Me.rb_SyncFloder_FollowRootPath.Checked = True
Me.rb_SyncFloder_FollowRootPath.Location = New System.Drawing.Point(22, 46)
Me.rb_SyncFloder_FollowRootPath.Name = "rb_SyncFloder_FollowRootPath"
Me.rb_SyncFloder_FollowRootPath.Size = New System.Drawing.Size(107, 16)
Me.rb_SyncFloder_FollowRootPath.TabIndex = 39
Me.rb_SyncFloder_FollowRootPath.TabStop = True
Me.rb_SyncFloder_FollowRootPath.Text = "跟随 Root 路径"
Me.rb_SyncFloder_FollowRootPath.UseVisualStyleBackColor = True
'
'rb_SyncFloder_Spicfied
'
Me.rb_SyncFloder_Spicfied.AutoSize = True
Me.rb_SyncFloder_Spicfied.Location = New System.Drawing.Point(22, 20)
Me.rb_SyncFloder_Spicfied.Name = "rb_SyncFloder_Spicfied"
Me.rb_SyncFloder_Spicfied.Size = New System.Drawing.Size(71, 16)
Me.rb_SyncFloder_Spicfied.TabIndex = 0
Me.rb_SyncFloder_Spicfied.Text = "用户设定"
Me.rb_SyncFloder_Spicfied.UseVisualStyleBackColor = True
'
'FrmUpdateConfig
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(592, 511)
Me.Controls.Add(Me.同步目录)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.TxtRoles)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.TxtGroup)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.TxtAlias)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.BtnCancel)
Me.Controls.Add(Me.BtnStartUpdate)
Me.Controls.Add(Me.BtnRootPath)
Me.Controls.Add(Me.TBoRootPath)
Me.Controls.Add(Me.TBoLicnese)
Me.Controls.Add(Me.BtnLicense)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Name = "FrmUpdateConfig"
Me.Text = "FrmUpdateConfig"
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
Me.GroupBox1.ResumeLayout(False)
Me.同步目录.ResumeLayout(False)
Me.同步目录.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label3 As Label
Friend WithEvents TBoRootPath As TextBox
Friend WithEvents TBoLicnese As TextBox
Friend WithEvents BtnLicense As Button
Friend WithEvents BtnRootPath As Button
Friend WithEvents BtnCancel As Button
Friend WithEvents BtnStartUpdate As Button
Friend WithEvents StatusStrip1 As StatusStrip
Friend WithEvents TsLblInstallTip As ToolStripStatusLabel
Friend WithEvents TsPrgInstall As ToolStripProgressBar
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents RtxTip As RichTextBox
Friend WithEvents TxtAlias As TextBox
Friend WithEvents Label4 As Label
Friend WithEvents Label5 As Label
Friend WithEvents TxtGroup As TextBox
Friend WithEvents TxtRoles As TextBox
Friend WithEvents Label6 As Label
Friend WithEvents Label7 As Label
Friend WithEvents tb_SyncFolder_BySelected As TextBox
Friend WithEvents Button1 As Button
Friend WithEvents 同步目录 As GroupBox
Friend WithEvents rb_SyncFloder_FollowRootPath As RadioButton
Friend WithEvents rb_SyncFloder_Spicfied As RadioButton
Friend WithEvents lab_SyncPath As Label
End Class