Files
AUTS_Desktop_Prod/AUTS_Vendor/FrmMain.Designer.vb

541 lines
21 KiB
VB.net
Raw Normal View History

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmMain
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.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.NudRemotePort = New System.Windows.Forms.NumericUpDown()
Me.Label8 = New System.Windows.Forms.Label()
Me.TxtRemotePublicDb = New System.Windows.Forms.TextBox()
Me.Label7 = New System.Windows.Forms.Label()
Me.TxtRemotePrivateDb = New System.Windows.Forms.TextBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.TxtRemotePwd = New System.Windows.Forms.TextBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.TxtRemoteUser = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.TxtRemoteServer = New System.Windows.Forms.TextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.BtnLoad = New System.Windows.Forms.Button()
Me.BtnCommit = New System.Windows.Forms.Button()
Me.TxtLocalPwd = New System.Windows.Forms.TextBox()
Me.Label9 = New System.Windows.Forms.Label()
Me.TxtLocalFileName = New System.Windows.Forms.TextBox()
Me.Label14 = New System.Windows.Forms.Label()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.NudFtpPort = New System.Windows.Forms.NumericUpDown()
Me.Label10 = New System.Windows.Forms.Label()
Me.TxtFtpPwd = New System.Windows.Forms.TextBox()
Me.Label13 = New System.Windows.Forms.Label()
Me.TxtFtpUser = New System.Windows.Forms.TextBox()
Me.Label15 = New System.Windows.Forms.Label()
Me.TxtFtpHost = New System.Windows.Forms.TextBox()
Me.Label16 = New System.Windows.Forms.Label()
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
Me.TxtRemard = New System.Windows.Forms.TextBox()
Me.Label11 = New System.Windows.Forms.Label()
Me.TxtMac = New System.Windows.Forms.TextBox()
Me.Label12 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.DtpExpirationDate = New System.Windows.Forms.DateTimePicker()
Me.TxtVendorName = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.GroupBox5 = New System.Windows.Forms.GroupBox()
Me.RtxTip = New System.Windows.Forms.RichTextBox()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.TsPrgInstall = New System.Windows.Forms.ToolStripProgressBar()
Me.GroupBox1.SuspendLayout
CType(Me.NudRemotePort,System.ComponentModel.ISupportInitialize).BeginInit
Me.GroupBox2.SuspendLayout
Me.GroupBox3.SuspendLayout
CType(Me.NudFtpPort,System.ComponentModel.ISupportInitialize).BeginInit
Me.GroupBox4.SuspendLayout
Me.GroupBox5.SuspendLayout
Me.StatusStrip1.SuspendLayout
Me.SuspendLayout
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.NudRemotePort)
Me.GroupBox1.Controls.Add(Me.Label8)
Me.GroupBox1.Controls.Add(Me.TxtRemotePublicDb)
Me.GroupBox1.Controls.Add(Me.Label7)
Me.GroupBox1.Controls.Add(Me.TxtRemotePrivateDb)
Me.GroupBox1.Controls.Add(Me.Label6)
Me.GroupBox1.Controls.Add(Me.TxtRemotePwd)
Me.GroupBox1.Controls.Add(Me.Label5)
Me.GroupBox1.Controls.Add(Me.TxtRemoteUser)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Controls.Add(Me.TxtRemoteServer)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Location = New System.Drawing.Point(9, 160)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(240, 199)
Me.GroupBox1.TabIndex = 4
Me.GroupBox1.TabStop = false
Me.GroupBox1.Text = "远程数据库"
'
'NudRemotePort
'
Me.NudRemotePort.Location = New System.Drawing.Point(63, 61)
Me.NudRemotePort.Maximum = New Decimal(New Integer() {65535, 0, 0, 0})
Me.NudRemotePort.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
Me.NudRemotePort.Name = "NudRemotePort"
Me.NudRemotePort.Size = New System.Drawing.Size(171, 21)
Me.NudRemotePort.TabIndex = 13
Me.NudRemotePort.Value = New Decimal(New Integer() {3307, 0, 0, 0})
'
'Label8
'
Me.Label8.AutoSize = true
Me.Label8.Location = New System.Drawing.Point(23, 65)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(29, 12)
Me.Label8.TabIndex = 12
Me.Label8.Text = "端口"
'
'TxtRemotePublicDb
'
Me.TxtRemotePublicDb.Location = New System.Drawing.Point(63, 169)
Me.TxtRemotePublicDb.Name = "TxtRemotePublicDb"
Me.TxtRemotePublicDb.Size = New System.Drawing.Size(171, 21)
Me.TxtRemotePublicDb.TabIndex = 11
'
'Label7
'
Me.Label7.AutoSize = true
Me.Label7.Location = New System.Drawing.Point(11, 172)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(41, 12)
Me.Label7.TabIndex = 10
Me.Label7.Text = "公共库"
'
'TxtRemotePrivateDb
'
Me.TxtRemotePrivateDb.Location = New System.Drawing.Point(63, 142)
Me.TxtRemotePrivateDb.Name = "TxtRemotePrivateDb"
Me.TxtRemotePrivateDb.Size = New System.Drawing.Size(171, 21)
Me.TxtRemotePrivateDb.TabIndex = 9
'
'Label6
'
Me.Label6.AutoSize = true
Me.Label6.Location = New System.Drawing.Point(11, 145)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(41, 12)
Me.Label6.TabIndex = 8
Me.Label6.Text = "私有库"
'
'TxtRemotePwd
'
Me.TxtRemotePwd.Location = New System.Drawing.Point(63, 115)
Me.TxtRemotePwd.Name = "TxtRemotePwd"
Me.TxtRemotePwd.Size = New System.Drawing.Size(171, 21)
Me.TxtRemotePwd.TabIndex = 7
'
'Label5
'
Me.Label5.AutoSize = true
Me.Label5.Location = New System.Drawing.Point(23, 119)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(29, 12)
Me.Label5.TabIndex = 6
Me.Label5.Text = "密码"
'
'TxtRemoteUser
'
Me.TxtRemoteUser.Location = New System.Drawing.Point(63, 88)
Me.TxtRemoteUser.Name = "TxtRemoteUser"
Me.TxtRemoteUser.Size = New System.Drawing.Size(171, 21)
Me.TxtRemoteUser.TabIndex = 5
'
'Label4
'
Me.Label4.AutoSize = true
Me.Label4.Location = New System.Drawing.Point(23, 92)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(29, 12)
Me.Label4.TabIndex = 4
Me.Label4.Text = "账号"
'
'TxtRemoteServer
'
Me.TxtRemoteServer.Location = New System.Drawing.Point(63, 34)
Me.TxtRemoteServer.Name = "TxtRemoteServer"
Me.TxtRemoteServer.Size = New System.Drawing.Size(171, 21)
Me.TxtRemoteServer.TabIndex = 3
'
'Label3
'
Me.Label3.AutoSize = true
Me.Label3.Location = New System.Drawing.Point(23, 38)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(29, 12)
Me.Label3.TabIndex = 2
Me.Label3.Text = "地址"
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.BtnLoad)
Me.GroupBox2.Controls.Add(Me.BtnCommit)
Me.GroupBox2.Controls.Add(Me.TxtLocalPwd)
Me.GroupBox2.Controls.Add(Me.Label9)
Me.GroupBox2.Controls.Add(Me.TxtLocalFileName)
Me.GroupBox2.Controls.Add(Me.Label14)
Me.GroupBox2.Location = New System.Drawing.Point(276, 160)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(240, 199)
Me.GroupBox2.TabIndex = 5
Me.GroupBox2.TabStop = false
Me.GroupBox2.Text = "本地数据库"
'
'BtnLoad
'
Me.BtnLoad.Font = New System.Drawing.Font("黑体", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
Me.BtnLoad.ForeColor = System.Drawing.Color.ForestGreen
Me.BtnLoad.Location = New System.Drawing.Point(6, 144)
Me.BtnLoad.Name = "BtnLoad"
Me.BtnLoad.Size = New System.Drawing.Size(109, 49)
Me.BtnLoad.TabIndex = 15
Me.BtnLoad.Text = "提取"
Me.BtnLoad.UseVisualStyleBackColor = true
'
'BtnCommit
'
Me.BtnCommit.Font = New System.Drawing.Font("黑体", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
Me.BtnCommit.ForeColor = System.Drawing.Color.ForestGreen
Me.BtnCommit.Location = New System.Drawing.Point(125, 144)
Me.BtnCommit.Name = "BtnCommit"
Me.BtnCommit.Size = New System.Drawing.Size(109, 49)
Me.BtnCommit.TabIndex = 14
Me.BtnCommit.Text = "提交"
Me.BtnCommit.UseVisualStyleBackColor = true
'
'TxtLocalPwd
'
Me.TxtLocalPwd.Location = New System.Drawing.Point(45, 56)
Me.TxtLocalPwd.Name = "TxtLocalPwd"
Me.TxtLocalPwd.Size = New System.Drawing.Size(189, 21)
Me.TxtLocalPwd.TabIndex = 13
'
'Label9
'
Me.Label9.AutoSize = true
Me.Label9.Location = New System.Drawing.Point(5, 60)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(29, 12)
Me.Label9.TabIndex = 12
Me.Label9.Text = "密码"
'
'TxtLocalFileName
'
Me.TxtLocalFileName.Location = New System.Drawing.Point(45, 29)
Me.TxtLocalFileName.Name = "TxtLocalFileName"
Me.TxtLocalFileName.Size = New System.Drawing.Size(189, 21)
Me.TxtLocalFileName.TabIndex = 3
'
'Label14
'
Me.Label14.AutoSize = true
Me.Label14.Location = New System.Drawing.Point(5, 32)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(29, 12)
Me.Label14.TabIndex = 2
Me.Label14.Text = "名称"
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.NudFtpPort)
Me.GroupBox3.Controls.Add(Me.Label10)
Me.GroupBox3.Controls.Add(Me.TxtFtpPwd)
Me.GroupBox3.Controls.Add(Me.Label13)
Me.GroupBox3.Controls.Add(Me.TxtFtpUser)
Me.GroupBox3.Controls.Add(Me.Label15)
Me.GroupBox3.Controls.Add(Me.TxtFtpHost)
Me.GroupBox3.Controls.Add(Me.Label16)
Me.GroupBox3.Location = New System.Drawing.Point(276, 8)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(240, 143)
Me.GroupBox3.TabIndex = 6
Me.GroupBox3.TabStop = false
Me.GroupBox3.Text = "Ftp信息"
'
'NudFtpPort
'
Me.NudFtpPort.Location = New System.Drawing.Point(45, 56)
Me.NudFtpPort.Maximum = New Decimal(New Integer() {65535, 0, 0, 0})
Me.NudFtpPort.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
Me.NudFtpPort.Name = "NudFtpPort"
Me.NudFtpPort.Size = New System.Drawing.Size(189, 21)
Me.NudFtpPort.TabIndex = 14
Me.NudFtpPort.Value = New Decimal(New Integer() {50, 0, 0, 0})
'
'Label10
'
Me.Label10.AutoSize = true
Me.Label10.Location = New System.Drawing.Point(5, 60)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(29, 12)
Me.Label10.TabIndex = 12
Me.Label10.Text = "端口"
'
'TxtFtpPwd
'
Me.TxtFtpPwd.Location = New System.Drawing.Point(45, 110)
Me.TxtFtpPwd.Name = "TxtFtpPwd"
Me.TxtFtpPwd.Size = New System.Drawing.Size(189, 21)
Me.TxtFtpPwd.TabIndex = 7
'
'Label13
'
Me.Label13.AutoSize = true
Me.Label13.Location = New System.Drawing.Point(5, 114)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(29, 12)
Me.Label13.TabIndex = 6
Me.Label13.Text = "密码"
'
'TxtFtpUser
'
Me.TxtFtpUser.Location = New System.Drawing.Point(45, 83)
Me.TxtFtpUser.Name = "TxtFtpUser"
Me.TxtFtpUser.Size = New System.Drawing.Size(189, 21)
Me.TxtFtpUser.TabIndex = 5
'
'Label15
'
Me.Label15.AutoSize = true
Me.Label15.Location = New System.Drawing.Point(5, 87)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(29, 12)
Me.Label15.TabIndex = 4
Me.Label15.Text = "账号"
'
'TxtFtpHost
'
Me.TxtFtpHost.Location = New System.Drawing.Point(45, 29)
Me.TxtFtpHost.Name = "TxtFtpHost"
Me.TxtFtpHost.Size = New System.Drawing.Size(189, 21)
Me.TxtFtpHost.TabIndex = 3
'
'Label16
'
Me.Label16.AutoSize = true
Me.Label16.Location = New System.Drawing.Point(5, 33)
Me.Label16.Name = "Label16"
Me.Label16.Size = New System.Drawing.Size(29, 12)
Me.Label16.TabIndex = 2
Me.Label16.Text = "地址"
'
'GroupBox4
'
Me.GroupBox4.Controls.Add(Me.TxtRemard)
Me.GroupBox4.Controls.Add(Me.Label11)
Me.GroupBox4.Controls.Add(Me.TxtMac)
Me.GroupBox4.Controls.Add(Me.Label12)
Me.GroupBox4.Controls.Add(Me.Label2)
Me.GroupBox4.Controls.Add(Me.DtpExpirationDate)
Me.GroupBox4.Controls.Add(Me.TxtVendorName)
Me.GroupBox4.Controls.Add(Me.Label1)
Me.GroupBox4.Location = New System.Drawing.Point(9, 8)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(240, 143)
Me.GroupBox4.TabIndex = 7
Me.GroupBox4.TabStop = false
Me.GroupBox4.Text = "基本信息"
'
'TxtRemard
'
Me.TxtRemard.Location = New System.Drawing.Point(58, 108)
Me.TxtRemard.Name = "TxtRemard"
Me.TxtRemard.Size = New System.Drawing.Size(176, 21)
Me.TxtRemard.TabIndex = 17
'
'Label11
'
Me.Label11.AutoSize = true
Me.Label11.Location = New System.Drawing.Point(23, 113)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(29, 12)
Me.Label11.TabIndex = 16
Me.Label11.Text = "备注"
'
'TxtMac
'
Me.TxtMac.Location = New System.Drawing.Point(58, 81)
Me.TxtMac.Name = "TxtMac"
Me.TxtMac.Size = New System.Drawing.Size(176, 21)
Me.TxtMac.TabIndex = 15
'
'Label12
'
Me.Label12.AutoSize = true
Me.Label12.Location = New System.Drawing.Point(29, 84)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(23, 12)
Me.Label12.TabIndex = 14
Me.Label12.Text = "MAC"
'
'Label2
'
Me.Label2.AutoSize = true
Me.Label2.Location = New System.Drawing.Point(11, 56)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(41, 12)
Me.Label2.TabIndex = 7
Me.Label2.Text = "有效期"
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'DtpExpirationDate
'
Me.DtpExpirationDate.Location = New System.Drawing.Point(58, 54)
Me.DtpExpirationDate.Name = "DtpExpirationDate"
Me.DtpExpirationDate.Size = New System.Drawing.Size(176, 21)
Me.DtpExpirationDate.TabIndex = 6
'
'TxtVendorName
'
Me.TxtVendorName.Location = New System.Drawing.Point(58, 27)
Me.TxtVendorName.Name = "TxtVendorName"
Me.TxtVendorName.Size = New System.Drawing.Size(176, 21)
Me.TxtVendorName.TabIndex = 5
'
'Label1
'
Me.Label1.AutoSize = true
Me.Label1.Location = New System.Drawing.Point(17, 32)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(35, 12)
Me.Label1.TabIndex = 4
Me.Label1.Text = " 厂商"
'
'GroupBox5
'
Me.GroupBox5.Controls.Add(Me.RtxTip)
Me.GroupBox5.Location = New System.Drawing.Point(9, 365)
Me.GroupBox5.Name = "GroupBox5"
Me.GroupBox5.Size = New System.Drawing.Size(507, 187)
Me.GroupBox5.TabIndex = 8
Me.GroupBox5.TabStop = false
Me.GroupBox5.Text = "日志"
'
'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(501, 167)
Me.RtxTip.TabIndex = 0
Me.RtxTip.Text = ""
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TsPrgInstall})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 560)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(531, 22)
Me.StatusStrip1.TabIndex = 9
Me.StatusStrip1.Text = "StatusStrip1"
'
'TsPrgInstall
'
Me.TsPrgInstall.AutoSize = false
Me.TsPrgInstall.Name = "TsPrgInstall"
Me.TsPrgInstall.Size = New System.Drawing.Size(200, 16)
'
'FrmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(531, 582)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.GroupBox5)
Me.Controls.Add(Me.GroupBox4)
Me.Controls.Add(Me.GroupBox3)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.Name = "FrmMain"
Me.Text = "注册厂商"
Me.GroupBox1.ResumeLayout(false)
Me.GroupBox1.PerformLayout
CType(Me.NudRemotePort,System.ComponentModel.ISupportInitialize).EndInit
Me.GroupBox2.ResumeLayout(false)
Me.GroupBox2.PerformLayout
Me.GroupBox3.ResumeLayout(false)
Me.GroupBox3.PerformLayout
CType(Me.NudFtpPort,System.ComponentModel.ISupportInitialize).EndInit
Me.GroupBox4.ResumeLayout(false)
Me.GroupBox4.PerformLayout
Me.GroupBox5.ResumeLayout(false)
Me.StatusStrip1.ResumeLayout(false)
Me.StatusStrip1.PerformLayout
Me.ResumeLayout(false)
Me.PerformLayout
End Sub
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents Label8 As Label
Friend WithEvents TxtRemotePublicDb As TextBox
Friend WithEvents Label7 As Label
Friend WithEvents TxtRemotePrivateDb As TextBox
Friend WithEvents Label6 As Label
Friend WithEvents TxtRemotePwd As TextBox
Friend WithEvents Label5 As Label
Friend WithEvents TxtRemoteUser As TextBox
Friend WithEvents Label4 As Label
Friend WithEvents TxtRemoteServer As TextBox
Friend WithEvents Label3 As Label
Friend WithEvents GroupBox2 As GroupBox
Friend WithEvents TxtLocalPwd As TextBox
Friend WithEvents Label9 As Label
Friend WithEvents TxtLocalFileName As TextBox
Friend WithEvents Label14 As Label
Friend WithEvents GroupBox3 As GroupBox
Friend WithEvents Label10 As Label
Friend WithEvents TxtFtpPwd As TextBox
Friend WithEvents Label13 As Label
Friend WithEvents TxtFtpUser As TextBox
Friend WithEvents Label15 As Label
Friend WithEvents TxtFtpHost As TextBox
Friend WithEvents Label16 As Label
Friend WithEvents GroupBox4 As GroupBox
Friend WithEvents TxtRemard As TextBox
Friend WithEvents Label11 As Label
Friend WithEvents TxtMac As TextBox
Friend WithEvents Label12 As Label
Friend WithEvents Label2 As Label
Friend WithEvents DtpExpirationDate As DateTimePicker
Friend WithEvents TxtVendorName As TextBox
Friend WithEvents Label1 As Label
Friend WithEvents BtnCommit As Button
Friend WithEvents GroupBox5 As GroupBox
Friend WithEvents RtxTip As RichTextBox
Friend WithEvents NudRemotePort As NumericUpDown
Friend WithEvents NudFtpPort As NumericUpDown
Friend WithEvents BtnLoad As Button
Friend WithEvents StatusStrip1 As StatusStrip
Friend WithEvents TsPrgInstall As ToolStripProgressBar
End Class