初始化

This commit is contained in:
2025-12-11 11:43:00 +08:00
commit 3ccb7d9375
467 changed files with 32608 additions and 0 deletions

98
WT-DMS/form_SupplierManage.Designer.vb generated Normal file
View File

@@ -0,0 +1,98 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class form_SupplierManage
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_SupplierManage))
Me.Grid1 = New FlexCell.Grid()
Me.bt_Refresh = New System.Windows.Forms.Button()
Me.bt_Add = New System.Windows.Forms.Button()
Me.bt_Del = 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.ImeMode = System.Windows.Forms.ImeMode.[On]
Me.Grid1.Location = New System.Drawing.Point(12, 12)
Me.Grid1.MultiSelect = False
Me.Grid1.Name = "Grid1"
Me.Grid1.SelectionMode = FlexCell.SelectionModeEnum.ByRow
Me.Grid1.Size = New System.Drawing.Size(654, 352)
Me.Grid1.TabIndex = 3
Me.Grid1.UncheckedImage = CType(resources.GetObject("Grid1.UncheckedImage"), System.Drawing.Bitmap)
'
'bt_Refresh
'
Me.bt_Refresh.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.bt_Refresh.Location = New System.Drawing.Point(673, 12)
Me.bt_Refresh.Name = "bt_Refresh"
Me.bt_Refresh.Size = New System.Drawing.Size(75, 23)
Me.bt_Refresh.TabIndex = 0
Me.bt_Refresh.Text = "刷新"
Me.bt_Refresh.UseVisualStyleBackColor = True
'
'bt_Add
'
Me.bt_Add.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.bt_Add.Location = New System.Drawing.Point(673, 67)
Me.bt_Add.Name = "bt_Add"
Me.bt_Add.Size = New System.Drawing.Size(75, 23)
Me.bt_Add.TabIndex = 1
Me.bt_Add.Text = "添加"
Me.bt_Add.UseVisualStyleBackColor = True
'
'bt_Del
'
Me.bt_Del.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.bt_Del.Location = New System.Drawing.Point(672, 96)
Me.bt_Del.Name = "bt_Del"
Me.bt_Del.Size = New System.Drawing.Size(75, 23)
Me.bt_Del.TabIndex = 2
Me.bt_Del.Text = "删除"
Me.bt_Del.UseVisualStyleBackColor = True
'
'form_SupplierManage
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(760, 376)
Me.Controls.Add(Me.bt_Del)
Me.Controls.Add(Me.bt_Add)
Me.Controls.Add(Me.bt_Refresh)
Me.Controls.Add(Me.Grid1)
Me.Name = "form_SupplierManage"
Me.Text = "供应商管理"
Me.ResumeLayout(False)
End Sub
Friend WithEvents Grid1 As FlexCell.Grid
Friend WithEvents bt_Refresh As System.Windows.Forms.Button
Friend WithEvents bt_Add As System.Windows.Forms.Button
Friend WithEvents bt_Del As System.Windows.Forms.Button
End Class