Files
Desktop_WT_DMS/WT-DMS/Form_LogManage.Designer.vb
2025-12-11 11:43:00 +08:00

82 lines
3.5 KiB
VB.net
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form_LogManage
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_LogManage))
Me.Grid1 = New FlexCell.Grid()
Me.btAdd = New System.Windows.Forms.Button()
Me.btDelete = 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, 12)
Me.Grid1.MultiSelect = False
Me.Grid1.Name = "Grid1"
Me.Grid1.Size = New System.Drawing.Size(600, 503)
Me.Grid1.TabIndex = 1
Me.Grid1.UncheckedImage = CType(resources.GetObject("Grid1.UncheckedImage"), System.Drawing.Bitmap)
'
'btAdd
'
Me.btAdd.Location = New System.Drawing.Point(618, 12)
Me.btAdd.Name = "btAdd"
Me.btAdd.Size = New System.Drawing.Size(93, 23)
Me.btAdd.TabIndex = 2
Me.btAdd.Text = "Add"
Me.btAdd.UseVisualStyleBackColor = True
'
'btDelete
'
Me.btDelete.Location = New System.Drawing.Point(618, 41)
Me.btDelete.Name = "btDelete"
Me.btDelete.Size = New System.Drawing.Size(93, 23)
Me.btDelete.TabIndex = 2
Me.btDelete.Text = "Delete"
Me.btDelete.UseVisualStyleBackColor = True
'
'Form_LogManage
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(723, 527)
Me.Controls.Add(Me.btDelete)
Me.Controls.Add(Me.btAdd)
Me.Controls.Add(Me.Grid1)
Me.Name = "Form_LogManage"
Me.Text = "系统记录管理"
Me.ResumeLayout(False)
End Sub
Friend WithEvents Grid1 As FlexCell.Grid
Friend WithEvents btAdd As System.Windows.Forms.Button
Friend WithEvents btDelete As System.Windows.Forms.Button
End Class