初始化
This commit is contained in:
291
RS485Loader/ReadFlash.Designer.vb
generated
Normal file
291
RS485Loader/ReadFlash.Designer.vb
generated
Normal file
@@ -0,0 +1,291 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class ReadFlash
|
||||
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()
|
||||
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
|
||||
Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Column8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Column9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Column10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Column11 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Column12 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Column13 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Column14 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Column15 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Column16 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Column17 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
||||
Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.ToolStripProgressBar1 = New System.Windows.Forms.ToolStripProgressBar()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.tb_Address = New System.Windows.Forms.TextBox()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.StatusStrip1.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'DataGridView1
|
||||
'
|
||||
Me.DataGridView1.AllowUserToAddRows = False
|
||||
Me.DataGridView1.AllowUserToResizeColumns = False
|
||||
Me.DataGridView1.AllowUserToResizeRows = False
|
||||
Me.DataGridView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||||
Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.DataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None
|
||||
DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
|
||||
DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
|
||||
DataGridViewCellStyle1.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||||
DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
|
||||
DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||
DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||
DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
||||
Me.DataGridView1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
|
||||
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column4, Me.Column5, Me.Column6, Me.Column7, Me.Column8, Me.Column9, Me.Column10, Me.Column11, Me.Column12, Me.Column13, Me.Column14, Me.Column15, Me.Column16, Me.Column17})
|
||||
Me.DataGridView1.Location = New System.Drawing.Point(0, 36)
|
||||
Me.DataGridView1.Name = "DataGridView1"
|
||||
DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
|
||||
DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control
|
||||
DataGridViewCellStyle2.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||||
DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
|
||||
DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
||||
DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
||||
DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
||||
Me.DataGridView1.RowHeadersDefaultCellStyle = DataGridViewCellStyle2
|
||||
Me.DataGridView1.RowHeadersWidth = 80
|
||||
DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
|
||||
DataGridViewCellStyle3.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||||
Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle3
|
||||
Me.DataGridView1.RowTemplate.Height = 23
|
||||
Me.DataGridView1.Size = New System.Drawing.Size(800, 387)
|
||||
Me.DataGridView1.TabIndex = 0
|
||||
'
|
||||
'Column1
|
||||
'
|
||||
Me.Column1.HeaderText = "0"
|
||||
Me.Column1.Name = "Column1"
|
||||
Me.Column1.Width = 32
|
||||
'
|
||||
'Column2
|
||||
'
|
||||
Me.Column2.HeaderText = "1"
|
||||
Me.Column2.Name = "Column2"
|
||||
Me.Column2.Width = 32
|
||||
'
|
||||
'Column3
|
||||
'
|
||||
Me.Column3.HeaderText = "2"
|
||||
Me.Column3.Name = "Column3"
|
||||
Me.Column3.Width = 32
|
||||
'
|
||||
'Column4
|
||||
'
|
||||
Me.Column4.HeaderText = "3"
|
||||
Me.Column4.Name = "Column4"
|
||||
Me.Column4.Width = 32
|
||||
'
|
||||
'Column5
|
||||
'
|
||||
Me.Column5.HeaderText = "4"
|
||||
Me.Column5.Name = "Column5"
|
||||
Me.Column5.Width = 32
|
||||
'
|
||||
'Column6
|
||||
'
|
||||
Me.Column6.HeaderText = "5"
|
||||
Me.Column6.Name = "Column6"
|
||||
Me.Column6.Width = 32
|
||||
'
|
||||
'Column7
|
||||
'
|
||||
Me.Column7.HeaderText = "6"
|
||||
Me.Column7.Name = "Column7"
|
||||
Me.Column7.Width = 32
|
||||
'
|
||||
'Column8
|
||||
'
|
||||
Me.Column8.HeaderText = "7"
|
||||
Me.Column8.Name = "Column8"
|
||||
Me.Column8.Width = 32
|
||||
'
|
||||
'Column9
|
||||
'
|
||||
Me.Column9.HeaderText = "8"
|
||||
Me.Column9.Name = "Column9"
|
||||
Me.Column9.Width = 32
|
||||
'
|
||||
'Column10
|
||||
'
|
||||
Me.Column10.HeaderText = "9"
|
||||
Me.Column10.Name = "Column10"
|
||||
Me.Column10.Width = 32
|
||||
'
|
||||
'Column11
|
||||
'
|
||||
Me.Column11.HeaderText = "A"
|
||||
Me.Column11.Name = "Column11"
|
||||
Me.Column11.Width = 32
|
||||
'
|
||||
'Column12
|
||||
'
|
||||
Me.Column12.HeaderText = "B"
|
||||
Me.Column12.Name = "Column12"
|
||||
Me.Column12.Width = 32
|
||||
'
|
||||
'Column13
|
||||
'
|
||||
Me.Column13.HeaderText = "C"
|
||||
Me.Column13.Name = "Column13"
|
||||
Me.Column13.Width = 32
|
||||
'
|
||||
'Column14
|
||||
'
|
||||
Me.Column14.HeaderText = "D"
|
||||
Me.Column14.Name = "Column14"
|
||||
Me.Column14.Width = 32
|
||||
'
|
||||
'Column15
|
||||
'
|
||||
Me.Column15.HeaderText = "E"
|
||||
Me.Column15.Name = "Column15"
|
||||
Me.Column15.Width = 32
|
||||
'
|
||||
'Column16
|
||||
'
|
||||
Me.Column16.HeaderText = "F"
|
||||
Me.Column16.Name = "Column16"
|
||||
Me.Column16.Width = 32
|
||||
'
|
||||
'Column17
|
||||
'
|
||||
Me.Column17.HeaderText = "ASCII"
|
||||
Me.Column17.Name = "Column17"
|
||||
Me.Column17.Width = 206
|
||||
'
|
||||
'StatusStrip1
|
||||
'
|
||||
Me.StatusStrip1.Font = New System.Drawing.Font("微软雅黑", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||||
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1, Me.ToolStripProgressBar1})
|
||||
Me.StatusStrip1.Location = New System.Drawing.Point(0, 426)
|
||||
Me.StatusStrip1.Name = "StatusStrip1"
|
||||
Me.StatusStrip1.Size = New System.Drawing.Size(806, 24)
|
||||
Me.StatusStrip1.TabIndex = 1
|
||||
Me.StatusStrip1.Text = "StatusStrip1"
|
||||
'
|
||||
'ToolStripStatusLabel1
|
||||
'
|
||||
Me.ToolStripStatusLabel1.AutoSize = False
|
||||
Me.ToolStripStatusLabel1.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||||
Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
|
||||
Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(600, 19)
|
||||
Me.ToolStripStatusLabel1.Text = " "
|
||||
Me.ToolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
'
|
||||
'ToolStripProgressBar1
|
||||
'
|
||||
Me.ToolStripProgressBar1.AutoSize = False
|
||||
Me.ToolStripProgressBar1.Name = "ToolStripProgressBar1"
|
||||
Me.ToolStripProgressBar1.Size = New System.Drawing.Size(185, 18)
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(12, 13)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(53, 12)
|
||||
Me.Label1.TabIndex = 2
|
||||
Me.Label1.Text = "Address:"
|
||||
'
|
||||
'tb_Address
|
||||
'
|
||||
Me.tb_Address.Location = New System.Drawing.Point(71, 10)
|
||||
Me.tb_Address.Name = "tb_Address"
|
||||
Me.tb_Address.Size = New System.Drawing.Size(78, 21)
|
||||
Me.tb_Address.TabIndex = 3
|
||||
Me.tb_Address.Text = "0X"
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Font = New System.Drawing.Font("微软雅黑", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||||
Me.Button1.Location = New System.Drawing.Point(751, 4)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(43, 29)
|
||||
Me.Button1.TabIndex = 5
|
||||
Me.Button1.Text = "保存"
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'ReadFlash
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(806, 450)
|
||||
Me.Controls.Add(Me.Button1)
|
||||
Me.Controls.Add(Me.tb_Address)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Controls.Add(Me.StatusStrip1)
|
||||
Me.Controls.Add(Me.DataGridView1)
|
||||
Me.Name = "ReadFlash"
|
||||
Me.Text = "ReadFlash"
|
||||
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.StatusStrip1.ResumeLayout(False)
|
||||
Me.StatusStrip1.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents DataGridView1 As DataGridView
|
||||
Friend WithEvents StatusStrip1 As StatusStrip
|
||||
Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel
|
||||
Friend WithEvents ToolStripProgressBar1 As ToolStripProgressBar
|
||||
Friend WithEvents Column1 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column2 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column3 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column4 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column5 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column6 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column7 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column8 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column9 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column10 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column11 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column12 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column13 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column14 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column15 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column16 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Column17 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents Label1 As Label
|
||||
Friend WithEvents tb_Address As TextBox
|
||||
Friend WithEvents Button1 As Button
|
||||
End Class
|
||||
Reference in New Issue
Block a user