初始化项目
This commit is contained in:
169
BLV_Studio/VersionHistory.Designer.vb
generated
Normal file
169
BLV_Studio/VersionHistory.Designer.vb
generated
Normal file
@@ -0,0 +1,169 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class VersionHistory
|
||||
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.HVTab = New FlexCell.Grid()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.DownFile_btn = New System.Windows.Forms.Button()
|
||||
Me.OpenFile = New System.Windows.Forms.Button()
|
||||
Me.ReleaseFile = New System.Windows.Forms.Button()
|
||||
Me.LabelX1 = New System.Windows.Forms.Label()
|
||||
Me.xml_lab = New System.Windows.Forms.Label()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.Label1 = New System.Windows.Forms.TextBox()
|
||||
Me.Panel1.SuspendLayout
|
||||
Me.SuspendLayout
|
||||
'
|
||||
'HVTab
|
||||
'
|
||||
Me.HVTab.AutoSize = true
|
||||
Me.HVTab.CheckedImage = Nothing
|
||||
Me.HVTab.Cols = 8
|
||||
Me.HVTab.DefaultFont = New System.Drawing.Font("宋体", 9!)
|
||||
Me.HVTab.DisplayFocusRect = false
|
||||
Me.HVTab.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.HVTab.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||||
Me.HVTab.GridColor = System.Drawing.Color.FromArgb(CType(CType(192,Byte),Integer), CType(CType(192,Byte),Integer), CType(CType(192,Byte),Integer))
|
||||
Me.HVTab.Location = New System.Drawing.Point(0, 0)
|
||||
Me.HVTab.Name = "HVTab"
|
||||
Me.HVTab.Size = New System.Drawing.Size(884, 400)
|
||||
Me.HVTab.TabIndex = 0
|
||||
Me.HVTab.UncheckedImage = Nothing
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.Controls.Add(Me.HVTab)
|
||||
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(884, 400)
|
||||
Me.Panel1.TabIndex = 2
|
||||
'
|
||||
'DownFile_btn
|
||||
'
|
||||
Me.DownFile_btn.BackColor = System.Drawing.SystemColors.Control
|
||||
Me.DownFile_btn.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||||
Me.DownFile_btn.Location = New System.Drawing.Point(733, 419)
|
||||
Me.DownFile_btn.Name = "DownFile_btn"
|
||||
Me.DownFile_btn.Size = New System.Drawing.Size(130, 57)
|
||||
Me.DownFile_btn.TabIndex = 6
|
||||
Me.DownFile_btn.Text = "下载选中行"
|
||||
Me.DownFile_btn.UseVisualStyleBackColor = False
|
||||
Me.DownFile_btn.Visible = False
|
||||
'
|
||||
'OpenFile
|
||||
'
|
||||
Me.OpenFile.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||||
Me.OpenFile.Location = New System.Drawing.Point(733, 542)
|
||||
Me.OpenFile.Name = "OpenFile"
|
||||
Me.OpenFile.Size = New System.Drawing.Size(130, 57)
|
||||
Me.OpenFile.TabIndex = 7
|
||||
Me.OpenFile.Text = "打开选中文件"
|
||||
Me.OpenFile.UseVisualStyleBackColor = True
|
||||
Me.OpenFile.Visible = False
|
||||
'
|
||||
'ReleaseFile
|
||||
'
|
||||
Me.ReleaseFile.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||||
Me.ReleaseFile.Location = New System.Drawing.Point(733, 480)
|
||||
Me.ReleaseFile.Name = "ReleaseFile"
|
||||
Me.ReleaseFile.Size = New System.Drawing.Size(130, 57)
|
||||
Me.ReleaseFile.TabIndex = 8
|
||||
Me.ReleaseFile.Text = "更新选中为最新"
|
||||
Me.ReleaseFile.UseVisualStyleBackColor = True
|
||||
Me.ReleaseFile.Visible = False
|
||||
'
|
||||
'LabelX1
|
||||
'
|
||||
Me.LabelX1.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||||
Me.LabelX1.ForeColor = System.Drawing.Color.CornflowerBlue
|
||||
Me.LabelX1.Location = New System.Drawing.Point(-2, 419)
|
||||
Me.LabelX1.Name = "LabelX1"
|
||||
Me.LabelX1.Size = New System.Drawing.Size(73, 25)
|
||||
Me.LabelX1.TabIndex = 9
|
||||
Me.LabelX1.Text = "文件名:"
|
||||
Me.LabelX1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'xml_lab
|
||||
'
|
||||
Me.xml_lab.BackColor = System.Drawing.SystemColors.ButtonFace
|
||||
Me.xml_lab.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||||
Me.xml_lab.ForeColor = System.Drawing.Color.CornflowerBlue
|
||||
Me.xml_lab.Location = New System.Drawing.Point(77, 419)
|
||||
Me.xml_lab.Name = "xml_lab"
|
||||
Me.xml_lab.Size = New System.Drawing.Size(632, 25)
|
||||
Me.xml_lab.TabIndex = 10
|
||||
Me.xml_lab.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||||
Me.Label3.ForeColor = System.Drawing.Color.CornflowerBlue
|
||||
Me.Label3.Location = New System.Drawing.Point(-2, 451)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(86, 25)
|
||||
Me.Label3.TabIndex = 11
|
||||
Me.Label3.Text = "版本说明:"
|
||||
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.BackColor = System.Drawing.SystemColors.Control
|
||||
Me.Label1.Location = New System.Drawing.Point(65, 480)
|
||||
Me.Label1.Multiline = true
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(644, 111)
|
||||
Me.Label1.TabIndex = 13
|
||||
'
|
||||
'VersionHistory
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 12!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(884, 611)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Controls.Add(Me.Label3)
|
||||
Me.Controls.Add(Me.xml_lab)
|
||||
Me.Controls.Add(Me.LabelX1)
|
||||
Me.Controls.Add(Me.ReleaseFile)
|
||||
Me.Controls.Add(Me.OpenFile)
|
||||
Me.Controls.Add(Me.DownFile_btn)
|
||||
Me.Controls.Add(Me.Panel1)
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
||||
Me.Name = "VersionHistory"
|
||||
Me.Text = "历史版本"
|
||||
Me.Panel1.ResumeLayout(false)
|
||||
Me.Panel1.PerformLayout
|
||||
Me.ResumeLayout(false)
|
||||
Me.PerformLayout
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents HVTab As FlexCell.Grid
|
||||
Friend WithEvents Panel1 As Panel
|
||||
Friend WithEvents DownFile_btn As Button
|
||||
Friend WithEvents OpenFile As Button
|
||||
Friend WithEvents ReleaseFile As Button
|
||||
Friend WithEvents LabelX1 As Label
|
||||
Friend WithEvents xml_lab As Label
|
||||
Friend WithEvents Label3 As Label
|
||||
Friend WithEvents Label1 As TextBox
|
||||
End Class
|
||||
Reference in New Issue
Block a user