📄 unit8.dfm
字号:
object Formget: TFormget
Left = 273
Top = 98
Width = 310
Height = 447
BorderIcons = []
Caption = '组长收款'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 15
object TGroupBox
Left = 0
Top = -3
Width = 297
Height = 140
TabOrder = 0
object Label1: TLabel
Left = 32
Top = 24
Width = 60
Height = 15
Caption = '收款人:'
end
object Label2: TLabel
Left = 32
Top = 64
Width = 60
Height = 15
Caption = '交款人:'
end
object Label3: TLabel
Left = 32
Top = 105
Width = 45
Height = 15
Caption = '日期:'
end
object Editreceive: TEdit
Left = 96
Top = 19
Width = 121
Height = 23
TabStop = False
ReadOnly = True
TabOrder = 0
end
object Editgive: TEdit
Left = 96
Top = 61
Width = 121
Height = 23
TabOrder = 1
OnChange = EditgiveChange
OnKeyDown = EditgiveKeyDown
end
object Editdate: TEdit
Left = 96
Top = 102
Width = 122
Height = 23
TabStop = False
ReadOnly = True
TabOrder = 2
end
end
object GroupBox1: TGroupBox
Left = 0
Top = 141
Width = 297
Height = 276
Caption = '交款分类'
TabOrder = 1
object Label4: TLabel
Left = 26
Top = 66
Width = 30
Height = 15
Caption = '现金'
end
object Label5: TLabel
Left = 26
Top = 102
Width = 30
Height = 15
Caption = '支票'
end
object Label6: TLabel
Left = 26
Top = 133
Width = 45
Height = 15
Caption = '信用卡'
end
object Label7: TLabel
Left = 26
Top = 168
Width = 60
Height = 15
Caption = '其他票据'
end
object Label8: TLabel
Left = 26
Top = 207
Width = 60
Height = 15
Caption = '店内票据'
end
object Label9: TLabel
Left = 26
Top = 242
Width = 30
Height = 15
Caption = '挂帐'
end
object Label10: TLabel
Left = 24
Top = 24
Width = 30
Height = 15
Caption = '总计'
end
object Edit1: TEdit
Left = 98
Top = 58
Width = 121
Height = 23
TabStop = False
ReadOnly = True
TabOrder = 0
end
object Edit2: TEdit
Left = 98
Top = 98
Width = 121
Height = 23
TabStop = False
ReadOnly = True
TabOrder = 1
end
object Edit3: TEdit
Left = 98
Top = 130
Width = 121
Height = 23
TabStop = False
ReadOnly = True
TabOrder = 2
end
object Edit4: TEdit
Left = 98
Top = 162
Width = 121
Height = 23
TabStop = False
ReadOnly = True
TabOrder = 3
end
object Edit5: TEdit
Left = 98
Top = 202
Width = 121
Height = 23
TabStop = False
ReadOnly = True
TabOrder = 4
end
object Edit6: TEdit
Left = 98
Top = 242
Width = 121
Height = 23
TabStop = False
ReadOnly = True
TabOrder = 5
end
object Edittotal: TEdit
Left = 98
Top = 16
Width = 121
Height = 23
TabStop = False
ReadOnly = True
TabOrder = 6
end
end
object Query1: TQuery
DatabaseName = 'pos'
Left = 259
Top = 21
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -