📄 frmclientman.frm
字号:
End
Begin MSComCtl2.DTPicker DTFoundDateEnd
Height = 315
Left = 7260
TabIndex = 27
Top = 2280
Width = 1935
_ExtentX = 3413
_ExtentY = 556
_Version = 393216
Format = 207749121
CurrentDate = 39282
End
Begin VB.Label Label2
BackColor = &H00FFFFFF&
Caption = "至"
Height = 195
Index = 3
Left = 6120
TabIndex = 48
Top = 2340
Width = 615
End
Begin VB.Label Label6
BackColor = &H00FFFFFF&
Caption = "入库单号"
Height = 255
Left = 1020
TabIndex = 47
Top = 2760
Width = 1035
End
Begin VB.Label Label4
BackColor = &H00FFFFFF&
Caption = "出库日期"
Height = 255
Left = 1020
TabIndex = 46
Top = 2340
Width = 1035
End
Begin VB.Label Label14
BackColor = &H00FFFFFF&
Caption = "订购单号"
Height = 255
Left = 6120
TabIndex = 45
Top = 2760
Width = 1035
End
Begin VB.Label Label7
BackColor = &H00FFFFFF&
Caption = "内部编号"
Height = 255
Left = 1020
TabIndex = 44
Top = 3600
Width = 795
End
Begin VB.Label Label8
BackColor = &H00FFFFFF&
Caption = "品牌"
Height = 255
Left = 1020
TabIndex = 43
Top = 3180
Width = 675
End
Begin VB.Label Label2
BackColor = &H00FFFFFF&
Caption = "系列"
Height = 255
Index = 2
Left = 6120
TabIndex = 42
Top = 3180
Width = 735
End
Begin VB.Label Label9
BackColor = &H00FFFFFF&
Caption = "品名"
Height = 255
Left = 6120
TabIndex = 41
Top = 3600
Width = 675
End
Begin VB.Label Label10
BackColor = &H00FFFFFF&
Caption = "规格"
Height = 255
Left = 1020
TabIndex = 40
Top = 4020
Width = 675
End
Begin VB.Label Label3
BackColor = &H00FFFFFF&
Caption = "业务员"
Height = 255
Index = 4
Left = 1020
TabIndex = 39
Top = 240
Width = 1035
End
Begin VB.Label Label16
BackColor = &H00FFFFFF&
Caption = "所属部门"
Height = 255
Left = 6120
TabIndex = 38
Top = 240
Width = 1035
End
Begin VB.Label Label1
BackColor = &H00FFFFFF&
Caption = "出库单号"
Height = 255
Left = 6120
TabIndex = 37
Top = 1920
Width = 1035
End
Begin VB.Label Label5
BackColor = &H00FFFFFF&
Caption = "发票类型"
Height = 255
Left = 6120
TabIndex = 36
Top = 1080
Width = 1035
End
Begin VB.Label Label3
BackColor = &H00FFFFFF&
Caption = "出库方式"
Height = 255
Index = 1
Left = 1020
TabIndex = 35
Top = 1080
Width = 1035
End
Begin VB.Label Label2
BackColor = &H00FFFFFF&
Caption = "客户简称"
Height = 255
Index = 1
Left = 6120
TabIndex = 34
Top = 660
Width = 1035
End
Begin VB.Label Label11
BackColor = &H00FFFFFF&
Caption = "客户编号"
Height = 255
Left = 1020
TabIndex = 33
Top = 660
Width = 1035
End
Begin VB.Label Label3
BackColor = &H00FFFFFF&
Caption = "出库公司"
Height = 255
Index = 2
Left = 1020
TabIndex = 32
Top = 1500
Width = 1035
End
Begin VB.Label Label13
BackColor = &H00FFFFFF&
Caption = "出库仓库"
Height = 255
Left = 6120
TabIndex = 31
Top = 1500
Width = 1035
End
Begin VB.Label Label3
BackColor = &H00FFFFFF&
Caption = "业务类型"
Height = 255
Index = 3
Left = 1020
TabIndex = 30
Top = 1920
Width = 1035
End
Begin VB.Image Image1
Height = 480
Left = 360
Picture = "frmClientMan.frx":3458
Top = 600
Width = 480
End
Begin VB.Label Label12
BackColor = &H00FFFFFF&
Caption = "模糊查询项"
Height = 255
Left = 900
TabIndex = 29
Top = 4440
Width = 915
End
Begin VB.Label Label15
BackColor = &H00C0FFC0&
Height = 195
Left = 480
TabIndex = 28
Top = 4440
Width = 375
End
End
Begin MSHierarchicalFlexGridLib.MSHFlexGrid MSHF1
Height = 8115
Left = 120
TabIndex = 49
Top = 240
Width = 14775
_ExtentX = 26061
_ExtentY = 14314
_Version = 393216
AllowUserResizing= 1
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_NumberOfBands = 1
_Band(0).Cols = 2
End
End
End
End
Attribute VB_Name = "frmClientMan"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
'设置窗口大小
FormInit Me, True
MSHF1.FormatString = "客戶編號|客戶名稱|修改日期"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -