71 lines
3.1 KiB
VB.net
71 lines
3.1 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class Form_SysLog
|
||
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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form_SysLog))
|
||
Me.Grid1 = New FlexCell.Grid()
|
||
Me.btRefresh = New System.Windows.Forms.Button()
|
||
Me.SuspendLayout()
|
||
'
|
||
'Grid1
|
||
'
|
||
Me.Grid1.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.Grid1.CheckedImage = CType(resources.GetObject("Grid1.CheckedImage"), System.Drawing.Bitmap)
|
||
Me.Grid1.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
|
||
Me.Grid1.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||
Me.Grid1.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
|
||
Me.Grid1.Location = New System.Drawing.Point(12, 41)
|
||
Me.Grid1.MultiSelect = False
|
||
Me.Grid1.Name = "Grid1"
|
||
Me.Grid1.Size = New System.Drawing.Size(699, 443)
|
||
Me.Grid1.TabIndex = 1
|
||
Me.Grid1.UncheckedImage = CType(resources.GetObject("Grid1.UncheckedImage"), System.Drawing.Bitmap)
|
||
'
|
||
'btRefresh
|
||
'
|
||
Me.btRefresh.Location = New System.Drawing.Point(12, 12)
|
||
Me.btRefresh.Name = "btRefresh"
|
||
Me.btRefresh.Size = New System.Drawing.Size(105, 23)
|
||
Me.btRefresh.TabIndex = 6
|
||
Me.btRefresh.Text = "刷新"
|
||
Me.btRefresh.UseVisualStyleBackColor = True
|
||
'
|
||
'Form_SysLog
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(723, 496)
|
||
Me.Controls.Add(Me.btRefresh)
|
||
Me.Controls.Add(Me.Grid1)
|
||
Me.MinimumSize = New System.Drawing.Size(100, 100)
|
||
Me.Name = "Form_SysLog"
|
||
Me.Text = "系统记录"
|
||
Me.ResumeLayout(False)
|
||
|
||
End Sub
|
||
Friend WithEvents Grid1 As FlexCell.Grid
|
||
Friend WithEvents btRefresh As System.Windows.Forms.Button
|
||
End Class
|