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