📄 fmmain.dfm
字号:
object Form1: TForm1
Left = 175
Top = 127
Width = 696
Height = 432
Caption = 'ForEach'#35774#35745#27169#24335#33539#20363
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object ListBox1: TListBox
Left = 7
Top = 7
Width = 117
Height = 143
ItemHeight = 13
TabOrder = 0
end
object ListBox2: TListBox
Left = 204
Top = 7
Width = 111
Height = 143
ItemHeight = 13
TabOrder = 1
end
object ListBox3: TListBox
Left = 357
Top = 7
Width = 98
Height = 143
ItemHeight = 13
TabOrder = 2
end
object ListBox4: TListBox
Left = 512
Top = 7
Width = 111
Height = 143
ItemHeight = 13
TabOrder = 3
end
object Button1: TButton
Left = 20
Top = 241
Width = 111
Height = 33
Caption = 'Generate Data'
TabOrder = 4
OnClick = Button1Click
end
object Button2: TButton
Left = 137
Top = 240
Width = 111
Height = 33
Caption = 'Clear Data'
TabOrder = 5
OnClick = Button2Click
end
object Button3: TButton
Left = 260
Top = 240
Width = 111
Height = 33
Caption = 'Move'
TabOrder = 6
OnClick = Button3Click
end
object Button4: TButton
Left = 384
Top = 240
Width = 111
Height = 33
Caption = 'Same Size'
TabOrder = 7
OnClick = Button4Click
end
object Button5: TButton
Left = 98
Top = 286
Width = 130
Height = 33
Caption = 'Create Adapter'
TabOrder = 8
OnClick = Button5Click
end
object BitBtn1: TBitBtn
Left = 234
Top = 286
Width = 137
Height = 33
TabOrder = 9
Kind = bkClose
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -