?? option.dfm
字號:
object frmOption: TfrmOption
Left = 154
Top = 100
BorderStyle = bsDialog
Caption = '選項設置'
ClientHeight = 193
ClientWidth = 458
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object gbInterFace: TGroupBox
Left = 8
Top = 8
Width = 441
Height = 137
Caption = ' 程序界面設置 '
TabOrder = 0
object DRLabel1: TDRLabel
Left = 24
Top = 30
Width = 96
Height = 12
Caption = '程序主界面背景:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
HiColor = clBlue
LoColor = clNavy
Border = boNone
Ctl3D = True
BlinkInterval = 300
Blink = blNone
Deep = 1
end
object DRLabel2: TDRLabel
Left = 24
Top = 62
Width = 96
Height = 12
Caption = '程序啟動時畫面:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
HiColor = clBlue
LoColor = clNavy
Border = boNone
Ctl3D = True
BlinkInterval = 300
Blink = blNone
Deep = 1
end
object DRLabel3: TDRLabel
Left = 24
Top = 94
Width = 96
Height = 12
Caption = '最喜愛的輸入法:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
HiColor = clBlue
LoColor = clNavy
Border = boNone
Ctl3D = True
BlinkInterval = 300
Blink = blNone
Deep = 1
end
object edtBackGround: TEditN
Left = 120
Top = 26
Width = 300
Height = 21
Color = clSilver
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
TabOrder = 0
ColorOnFocus = clWhite
ColorOnNotFocus = clSilver
FontColorOnFocus = clRed
FontColorOnNotFocus = clBlack
FontColorOnOverWrite = clBlue
EditType = etString
EditKeyByTab = #13
EditAlign = etAlignNone
EditLengthAlign = 0
EditPrecision = 0
ValueInteger = 0
ValueDate = 36943
ValueTime = 0.0380053240740741
TimeSeconds = False
FirstCharUpper = False
FirstCharUpList = ' ('
WidthOnFocus = 0
TextHint = True
end
object edtSplashPath: TEditN
Left = 120
Top = 58
Width = 300
Height = 21
Color = clSilver
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
TabOrder = 2
ColorOnFocus = clWhite
ColorOnNotFocus = clSilver
FontColorOnFocus = clRed
FontColorOnNotFocus = clBlack
FontColorOnOverWrite = clBlue
EditType = etString
EditKeyByTab = #13
EditAlign = etAlignNone
EditLengthAlign = 0
EditPrecision = 0
ValueInteger = 0
ValueDate = 36943
ValueTime = 0.0380612268518518
TimeSeconds = False
FirstCharUpper = False
FirstCharUpList = ' ('
WidthOnFocus = 0
TextHint = True
end
object cbbImeName: TComboBox
Left = 120
Top = 90
Width = 300
Height = 20
Color = clSilver
ItemHeight = 12
TabOrder = 4
end
object btnSplashPath: TButton
Left = 400
Top = 60
Width = 18
Height = 17
Caption = '...'
TabOrder = 3
OnClick = btnSplashPathClick
end
object btnBackGroud: TButton
Left = 400
Top = 28
Width = 18
Height = 17
Caption = '...'
TabOrder = 1
OnClick = btnBackGroudClick
end
end
object bbtnOK: TBitBtn
Left = 278
Top = 156
Width = 75
Height = 30
Caption = '確定'
TabOrder = 1
OnClick = bbtnOKClick
Kind = bkOK
end
object bbtnCancel: TBitBtn
Left = 374
Top = 156
Width = 75
Height = 30
Caption = '取消'
TabOrder = 2
Kind = bkCancel
end
object OpenPictureDialog: TOpenPictureDialog
DefaultExt = 'bmp'
InitialDir = 'C:\My Documents'
Title = '請選擇一張圖片:'
Left = 272
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -