297 lines
12 KiB
VB.net
297 lines
12 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class Frm485Update
|
||
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.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
||
Me.TSSLbl1 = New System.Windows.Forms.ToolStripStatusLabel()
|
||
Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
|
||
Me.TSPBar1 = New System.Windows.Forms.ToolStripProgressBar()
|
||
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
||
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
||
Me.ComboBox2 = New System.Windows.Forms.ComboBox()
|
||
Me.Label4 = New System.Windows.Forms.Label()
|
||
Me.Button1 = New System.Windows.Forms.Button()
|
||
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
||
Me.BtnUpdateFile = New System.Windows.Forms.Button()
|
||
Me.BtnSelectFile = New System.Windows.Forms.Button()
|
||
Me.BtnSearch = New System.Windows.Forms.Button()
|
||
Me.Label3 = New System.Windows.Forms.Label()
|
||
Me.NumericUpDown2 = New System.Windows.Forms.NumericUpDown()
|
||
Me.Label2 = New System.Windows.Forms.Label()
|
||
Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
|
||
Me.Label1 = New System.Windows.Forms.Label()
|
||
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
||
Me.GrdTypeInfo = New FlexCell.Grid()
|
||
Me.StatusStrip1.SuspendLayout
|
||
CType(Me.SplitContainer1,System.ComponentModel.ISupportInitialize).BeginInit
|
||
Me.SplitContainer1.Panel1.SuspendLayout
|
||
Me.SplitContainer1.Panel2.SuspendLayout
|
||
Me.SplitContainer1.SuspendLayout
|
||
Me.GroupBox1.SuspendLayout
|
||
CType(Me.NumericUpDown2,System.ComponentModel.ISupportInitialize).BeginInit
|
||
CType(Me.NumericUpDown1,System.ComponentModel.ISupportInitialize).BeginInit
|
||
Me.SuspendLayout
|
||
'
|
||
'StatusStrip1
|
||
'
|
||
Me.StatusStrip1.Font = New System.Drawing.Font("微软雅黑", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSSLbl1, Me.ToolStripStatusLabel1, Me.TSPBar1})
|
||
Me.StatusStrip1.Location = New System.Drawing.Point(0, 456)
|
||
Me.StatusStrip1.Name = "StatusStrip1"
|
||
Me.StatusStrip1.Size = New System.Drawing.Size(404, 26)
|
||
Me.StatusStrip1.TabIndex = 0
|
||
Me.StatusStrip1.Text = "StatusStrip1"
|
||
'
|
||
'TSSLbl1
|
||
'
|
||
Me.TSSLbl1.Name = "TSSLbl1"
|
||
Me.TSSLbl1.RightToLeft = System.Windows.Forms.RightToLeft.No
|
||
Me.TSSLbl1.Size = New System.Drawing.Size(187, 21)
|
||
Me.TSSLbl1.Spring = true
|
||
Me.TSSLbl1.Text = "等待解析"
|
||
Me.TSSLbl1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||
'
|
||
'ToolStripStatusLabel1
|
||
'
|
||
Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
|
||
Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(20, 21)
|
||
Me.ToolStripStatusLabel1.Text = " "
|
||
'
|
||
'TSPBar1
|
||
'
|
||
Me.TSPBar1.Name = "TSPBar1"
|
||
Me.TSPBar1.Size = New System.Drawing.Size(180, 20)
|
||
'
|
||
'SplitContainer1
|
||
'
|
||
Me.SplitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
|
||
Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
|
||
Me.SplitContainer1.Name = "SplitContainer1"
|
||
Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
|
||
'
|
||
'SplitContainer1.Panel1
|
||
'
|
||
Me.SplitContainer1.Panel1.Controls.Add(Me.GroupBox1)
|
||
'
|
||
'SplitContainer1.Panel2
|
||
'
|
||
Me.SplitContainer1.Panel2.Controls.Add(Me.GrdTypeInfo)
|
||
Me.SplitContainer1.Size = New System.Drawing.Size(404, 456)
|
||
Me.SplitContainer1.SplitterDistance = 224
|
||
Me.SplitContainer1.TabIndex = 1
|
||
'
|
||
'GroupBox1
|
||
'
|
||
Me.GroupBox1.Controls.Add(Me.ComboBox2)
|
||
Me.GroupBox1.Controls.Add(Me.Label4)
|
||
Me.GroupBox1.Controls.Add(Me.Button1)
|
||
Me.GroupBox1.Controls.Add(Me.TextBox1)
|
||
Me.GroupBox1.Controls.Add(Me.BtnUpdateFile)
|
||
Me.GroupBox1.Controls.Add(Me.BtnSelectFile)
|
||
Me.GroupBox1.Controls.Add(Me.BtnSearch)
|
||
Me.GroupBox1.Controls.Add(Me.Label3)
|
||
Me.GroupBox1.Controls.Add(Me.NumericUpDown2)
|
||
Me.GroupBox1.Controls.Add(Me.Label2)
|
||
Me.GroupBox1.Controls.Add(Me.NumericUpDown1)
|
||
Me.GroupBox1.Controls.Add(Me.Label1)
|
||
Me.GroupBox1.Controls.Add(Me.ComboBox1)
|
||
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill
|
||
Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
|
||
Me.GroupBox1.Name = "GroupBox1"
|
||
Me.GroupBox1.Size = New System.Drawing.Size(402, 222)
|
||
Me.GroupBox1.TabIndex = 0
|
||
Me.GroupBox1.TabStop = false
|
||
Me.GroupBox1.Text = "升级信息"
|
||
'
|
||
'ComboBox2
|
||
'
|
||
Me.ComboBox2.FormattingEnabled = true
|
||
Me.ComboBox2.Location = New System.Drawing.Point(95, 124)
|
||
Me.ComboBox2.Name = "ComboBox2"
|
||
Me.ComboBox2.Size = New System.Drawing.Size(85, 20)
|
||
Me.ComboBox2.TabIndex = 12
|
||
'
|
||
'Label4
|
||
'
|
||
Me.Label4.AutoSize = true
|
||
Me.Label4.Location = New System.Drawing.Point(12, 127)
|
||
Me.Label4.Name = "Label4"
|
||
Me.Label4.Size = New System.Drawing.Size(77, 12)
|
||
Me.Label4.TabIndex = 11
|
||
Me.Label4.Text = "单包字节数:"
|
||
'
|
||
'Button1
|
||
'
|
||
Me.Button1.ForeColor = System.Drawing.Color.Green
|
||
Me.Button1.Location = New System.Drawing.Point(206, 168)
|
||
Me.Button1.Name = "Button1"
|
||
Me.Button1.Size = New System.Drawing.Size(65, 29)
|
||
Me.Button1.TabIndex = 10
|
||
Me.Button1.Text = "测试"
|
||
Me.Button1.UseVisualStyleBackColor = true
|
||
'
|
||
'TextBox1
|
||
'
|
||
Me.TextBox1.Location = New System.Drawing.Point(14, 89)
|
||
Me.TextBox1.Name = "TextBox1"
|
||
Me.TextBox1.Size = New System.Drawing.Size(257, 21)
|
||
Me.TextBox1.TabIndex = 9
|
||
'
|
||
'BtnUpdateFile
|
||
'
|
||
Me.BtnUpdateFile.ForeColor = System.Drawing.Color.Green
|
||
Me.BtnUpdateFile.Location = New System.Drawing.Point(292, 119)
|
||
Me.BtnUpdateFile.Name = "BtnUpdateFile"
|
||
Me.BtnUpdateFile.Size = New System.Drawing.Size(65, 29)
|
||
Me.BtnUpdateFile.TabIndex = 8
|
||
Me.BtnUpdateFile.Text = "开始升级"
|
||
Me.BtnUpdateFile.UseVisualStyleBackColor = true
|
||
'
|
||
'BtnSelectFile
|
||
'
|
||
Me.BtnSelectFile.Location = New System.Drawing.Point(292, 84)
|
||
Me.BtnSelectFile.Name = "BtnSelectFile"
|
||
Me.BtnSelectFile.Size = New System.Drawing.Size(65, 29)
|
||
Me.BtnSelectFile.TabIndex = 7
|
||
Me.BtnSelectFile.Text = "选择文件"
|
||
Me.BtnSelectFile.UseVisualStyleBackColor = true
|
||
'
|
||
'BtnSearch
|
||
'
|
||
Me.BtnSearch.Location = New System.Drawing.Point(292, 49)
|
||
Me.BtnSearch.Name = "BtnSearch"
|
||
Me.BtnSearch.Size = New System.Drawing.Size(65, 29)
|
||
Me.BtnSearch.TabIndex = 6
|
||
Me.BtnSearch.Text = "搜索"
|
||
Me.BtnSearch.UseVisualStyleBackColor = true
|
||
'
|
||
'Label3
|
||
'
|
||
Me.Label3.AutoSize = true
|
||
Me.Label3.Location = New System.Drawing.Point(153, 59)
|
||
Me.Label3.Name = "Label3"
|
||
Me.Label3.Size = New System.Drawing.Size(17, 12)
|
||
Me.Label3.TabIndex = 5
|
||
Me.Label3.Text = "—"
|
||
'
|
||
'NumericUpDown2
|
||
'
|
||
Me.NumericUpDown2.Location = New System.Drawing.Point(176, 55)
|
||
Me.NumericUpDown2.Name = "NumericUpDown2"
|
||
Me.NumericUpDown2.Size = New System.Drawing.Size(64, 21)
|
||
Me.NumericUpDown2.TabIndex = 4
|
||
'
|
||
'Label2
|
||
'
|
||
Me.Label2.AutoSize = true
|
||
Me.Label2.Location = New System.Drawing.Point(12, 57)
|
||
Me.Label2.Name = "Label2"
|
||
Me.Label2.Size = New System.Drawing.Size(65, 12)
|
||
Me.Label2.TabIndex = 3
|
||
Me.Label2.Text = "搜索范围:"
|
||
'
|
||
'NumericUpDown1
|
||
'
|
||
Me.NumericUpDown1.Location = New System.Drawing.Point(83, 55)
|
||
Me.NumericUpDown1.Name = "NumericUpDown1"
|
||
Me.NumericUpDown1.Size = New System.Drawing.Size(64, 21)
|
||
Me.NumericUpDown1.TabIndex = 2
|
||
'
|
||
'Label1
|
||
'
|
||
Me.Label1.AutoSize = true
|
||
Me.Label1.Location = New System.Drawing.Point(12, 23)
|
||
Me.Label1.Name = "Label1"
|
||
Me.Label1.Size = New System.Drawing.Size(41, 12)
|
||
Me.Label1.TabIndex = 1
|
||
Me.Label1.Text = "设备:"
|
||
'
|
||
'ComboBox1
|
||
'
|
||
Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.ComboBox1.FormattingEnabled = true
|
||
Me.ComboBox1.Location = New System.Drawing.Point(59, 20)
|
||
Me.ComboBox1.Name = "ComboBox1"
|
||
Me.ComboBox1.Size = New System.Drawing.Size(121, 20)
|
||
Me.ComboBox1.TabIndex = 0
|
||
'
|
||
'GrdTypeInfo
|
||
'
|
||
Me.GrdTypeInfo.CheckedImage = Nothing
|
||
Me.GrdTypeInfo.DefaultFont = New System.Drawing.Font("宋体", 9!)
|
||
Me.GrdTypeInfo.Dock = System.Windows.Forms.DockStyle.Fill
|
||
Me.GrdTypeInfo.Font = New System.Drawing.Font("宋体", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134,Byte))
|
||
Me.GrdTypeInfo.GridColor = System.Drawing.Color.FromArgb(CType(CType(192,Byte),Integer), CType(CType(192,Byte),Integer), CType(CType(192,Byte),Integer))
|
||
Me.GrdTypeInfo.Location = New System.Drawing.Point(0, 0)
|
||
Me.GrdTypeInfo.Name = "GrdTypeInfo"
|
||
Me.GrdTypeInfo.Size = New System.Drawing.Size(402, 226)
|
||
Me.GrdTypeInfo.TabIndex = 0
|
||
Me.GrdTypeInfo.UncheckedImage = Nothing
|
||
'
|
||
'Frm485Update
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 12!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(404, 482)
|
||
Me.Controls.Add(Me.SplitContainer1)
|
||
Me.Controls.Add(Me.StatusStrip1)
|
||
Me.Name = "Frm485Update"
|
||
Me.Text = "Frm485Update"
|
||
Me.StatusStrip1.ResumeLayout(false)
|
||
Me.StatusStrip1.PerformLayout
|
||
Me.SplitContainer1.Panel1.ResumeLayout(false)
|
||
Me.SplitContainer1.Panel2.ResumeLayout(false)
|
||
CType(Me.SplitContainer1,System.ComponentModel.ISupportInitialize).EndInit
|
||
Me.SplitContainer1.ResumeLayout(false)
|
||
Me.GroupBox1.ResumeLayout(false)
|
||
Me.GroupBox1.PerformLayout
|
||
CType(Me.NumericUpDown2,System.ComponentModel.ISupportInitialize).EndInit
|
||
CType(Me.NumericUpDown1,System.ComponentModel.ISupportInitialize).EndInit
|
||
Me.ResumeLayout(false)
|
||
Me.PerformLayout
|
||
|
||
End Sub
|
||
|
||
Friend WithEvents StatusStrip1 As StatusStrip
|
||
Friend WithEvents SplitContainer1 As SplitContainer
|
||
Friend WithEvents GrdTypeInfo As FlexCell.Grid
|
||
Friend WithEvents GroupBox1 As GroupBox
|
||
Friend WithEvents Label1 As Label
|
||
Friend WithEvents ComboBox1 As ComboBox
|
||
Friend WithEvents BtnUpdateFile As Button
|
||
Friend WithEvents BtnSelectFile As Button
|
||
Friend WithEvents BtnSearch As Button
|
||
Friend WithEvents Label3 As Label
|
||
Friend WithEvents NumericUpDown2 As NumericUpDown
|
||
Friend WithEvents Label2 As Label
|
||
Friend WithEvents NumericUpDown1 As NumericUpDown
|
||
Friend WithEvents TextBox1 As TextBox
|
||
Friend WithEvents TSSLbl1 As ToolStripStatusLabel
|
||
Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel
|
||
Friend WithEvents TSPBar1 As ToolStripProgressBar
|
||
Friend WithEvents Button1 As Button
|
||
Friend WithEvents ComboBox2 As ComboBox
|
||
Friend WithEvents Label4 As Label
|
||
End Class
|