?? newfolder_frm.dfm
字號:
object fmNewFolder: TfmNewFolder
Left = 326
Top = 313
BorderStyle = bsDialog
Caption = 'fmNewFolder'
ClientHeight = 113
ClientWidth = 265
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 InfoLabel: TJvHTLabel
Left = 8
Top = 8
Width = 249
Height = 27
AutoSize = False
end
object Edit1: TEdit
Left = 8
Top = 48
Width = 249
Height = 21
TabOrder = 0
Text = 'Edit1'
end
object BtnOK: TButton
Left = 48
Top = 80
Width = 81
Height = 25
Caption = '&OK'
Default = True
TabOrder = 1
OnClick = BtnOKClick
end
object BtnCannel: TButton
Left = 136
Top = 80
Width = 81
Height = 25
Cancel = True
Caption = '&Cannel'
TabOrder = 2
OnClick = BtnCannelClick
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -