usettlepay.~dfm
来自「DELPHI编程入门篇.从基础入手,浅显易懂,一定物有所值.」· ~DFM 代码 · 共 129 行
~DFM
129 行
object frmsettlepay: Tfrmsettlepay
Left = 373
Top = 317
Width = 329
Height = 221
Caption = #32467#31639#20184#27454
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label2: TLabel
Left = 10
Top = 41
Width = 60
Height = 13
Caption = #20379' '#24212' '#21830#65306
end
object Label1: TLabel
Left = 10
Top = 70
Width = 60
Height = 13
Caption = #24212#20184#37329#39069#65306
end
object Label3: TLabel
Left = 10
Top = 95
Width = 60
Height = 13
Caption = #26412#27425#25903#20184#65306
end
object Label4: TLabel
Left = 10
Top = 122
Width = 60
Height = 13
Caption = #32463' '#25163' '#20154#65306
end
object Label5: TLabel
Left = 10
Top = 12
Width = 60
Height = 13
Caption = #21333' '#21495#65306
end
object Edit1: TEdit
Left = 70
Top = 37
Width = 89
Height = 21
Color = cl3DLight
ReadOnly = True
TabOrder = 0
end
object ComboBox1: TComboBox
Left = 160
Top = 37
Width = 147
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
OnSelect = ComboBox1Select
end
object Edit2: TEdit
Left = 70
Top = 64
Width = 151
Height = 21
Color = cl3DLight
ReadOnly = True
TabOrder = 2
end
object Edit3: TEdit
Left = 70
Top = 91
Width = 151
Height = 21
TabOrder = 3
OnKeyPress = Edit3KeyPress
end
object Edit4: TEdit
Left = 70
Top = 118
Width = 151
Height = 21
TabOrder = 4
end
object BitBtn1: TBitBtn
Left = 42
Top = 151
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 5
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 204
Top = 151
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 6
OnClick = BitBtn2Click
end
object Edit5: TEdit
Left = 70
Top = 8
Width = 151
Height = 21
Color = cl3DLight
ReadOnly = True
TabOrder = 7
end
object ADOQuery1: TADOQuery
Connection = DataModule2.filialeConnect
Parameters = <>
Left = 234
Top = 66
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?