?? unit1.dfm
字號:
object Form1: TForm1
Left = 234
Top = 131
Width = 650
Height = 581
Caption = 'Fire Color Creator Sample'
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 GroupBox1: TGroupBox
Left = 336
Top = 8
Width = 297
Height = 281
Caption = ' :: Liste de Colorisation :: '
TabOrder = 1
object ListBox1: TListBox
Left = 16
Top = 48
Width = 265
Height = 217
ItemHeight = 13
TabOrder = 0
OnClick = ListBox1Click
end
object ButtonSuppr: TButton
Left = 208
Top = 16
Width = 75
Height = 25
Caption = '[ &Supprimer ]'
Enabled = False
TabOrder = 1
OnClick = ButtonSupprClick
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 8
Width = 321
Height = 281
Caption = ' :: Cr'#233'ation d'#39'une nouvelle liste :: '
TabOrder = 0
object Label2: TLabel
Left = 16
Top = 22
Width = 28
Height = 13
Caption = 'Nom :'
end
object RichEdit1: TRichEdit
Left = 16
Top = 48
Width = 281
Height = 185
TabOrder = 2
end
object ButtonFont: TButton
Left = 224
Top = 16
Width = 75
Height = 25
Caption = '[ &Police]'
TabOrder = 1
OnClick = ButtonFontClick
end
object Edit1: TEdit
Left = 56
Top = 18
Width = 161
Height = 21
TabOrder = 0
end
object ButtonMemo: TButton
Left = 224
Top = 240
Width = 75
Height = 25
Caption = '[ &M'#233'moriser ]'
TabOrder = 4
OnClick = ButtonMemoClick
end
object CheckBoxComment: TCheckBox
Left = 16
Top = 244
Width = 97
Height = 17
Caption = '[ Commentaire ]'
TabOrder = 3
end
object Button2: TButton
Left = 128
Top = 240
Width = 75
Height = 25
Caption = '[ &Vider ]'
TabOrder = 5
OnClick = Button2Click
end
end
object GroupBox3: TGroupBox
Left = 8
Top = 296
Width = 625
Height = 249
Caption = ' :: Exemple :: '
TabOrder = 2
object FireColorSynth1: TFireColorSynth
Left = 16
Top = 56
Width = 593
Height = 153
TabOrder = 1
ExplodedWord = False
Items = <>
end
object ButtonSauver: TButton
Left = 536
Top = 216
Width = 75
Height = 25
Caption = '[ &Sauver ]'
TabOrder = 2
OnClick = ButtonSauverClick
end
object ButtonCharger: TButton
Left = 16
Top = 216
Width = 75
Height = 25
Caption = '[ &Charger ]'
TabOrder = 3
OnClick = ButtonChargerClick
end
object Button1: TButton
Left = 112
Top = 216
Width = 75
Height = 25
Caption = '[ &Vider ]'
TabOrder = 4
OnClick = Button1Click
end
object ButtonDefaultFont: TButton
Left = 16
Top = 24
Width = 105
Height = 25
Caption = '[ &Police par &d'#233'faut ]'
TabOrder = 0
OnClick = ButtonDefaultFontClick
end
end
object FontDialog1: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Left = 272
Top = 64
end
object SaveDialog1: TSaveDialog
Filter = 'INI File|*.INI'
Left = 584
Top = 320
end
object OpenDialog1: TOpenDialog
Filter = 'INI File|*.INI'
Left = 544
Top = 320
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -