?? mainfrm.dfm
字號:
object Form1: TForm1
Left = 313
Top = 184
Width = 579
Height = 408
Caption = 'TString'#21450#30456#20851#32452#20214#28436#31034
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
object ComboBox1: TComboBox
Left = 16
Top = 16
Width = 193
Height = 22
Style = csOwnerDrawVariable
ItemHeight = 16
TabOrder = 0
OnDrawItem = ComboBox1DrawItem
OnMeasureItem = ComboBox1MeasureItem
end
object ListBox1: TListBox
Left = 336
Top = 16
Width = 225
Height = 345
Style = lbOwnerDrawVariable
ItemHeight = 16
TabOrder = 1
OnDrawItem = ListBox1DrawItem
OnMeasureItem = ListBox1MeasureItem
end
object btnAdd: TButton
Left = 232
Top = 16
Width = 75
Height = 25
Caption = #21152#20837' ->'
TabOrder = 2
OnClick = btnAddClick
end
object btnDelete: TButton
Left = 232
Top = 64
Width = 75
Height = 25
Caption = '<- '#21024#38500
TabOrder = 3
OnClick = btnDeleteClick
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -