📄 maintainform.dfm
字号:
object frmMaintain: TfrmMaintain
Left = 303
Top = 148
Width = 289
Height = 256
Caption = 'frmMaintain'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 281
Height = 185
Align = alTop
TabOrder = 0
object Label1: TLabel
Left = 32
Top = 24
Width = 55
Height = 13
Caption = '当前余额:'
end
object Label2: TLabel
Left = 32
Top = 85
Width = 44
Height = 13
Caption = '维护额:'
end
object edtBalance: TEdit
Left = 32
Top = 48
Width = 145
Height = 21
Color = clScrollBar
Enabled = False
TabOrder = 0
Text = 'edtBalance'
end
object edtMaintain: TEdit
Left = 32
Top = 104
Width = 145
Height = 21
TabOrder = 1
Text = 'edtMaintain'
end
end
object bbnOk: TBitBtn
Left = 112
Top = 192
Width = 75
Height = 25
Caption = '确定'
ModalResult = 1
TabOrder = 1
OnClick = bbnOkClick
end
object bbnCancel: TBitBtn
Left = 192
Top = 192
Width = 75
Height = 25
Caption = '取消'
ModalResult = 2
TabOrder = 2
OnClick = bbnCancelClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -