unit1.dfm
来自「C++builder编写的遗传算法程序」· DFM 代码 · 共 40 行
DFM
40 行
object Form1: TForm1
Left = 178
Top = -5
Width = 797
Height = 746
Caption = 'Form1'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #21326#25991#26999#20307
Font.Style = [fsBold]
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 18
object Button1: TButton
Left = 8
Top = 16
Width = 75
Height = 25
Caption = 'Run'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = '@Fixedsys'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
object ListBox1: TListBox
Left = 112
Top = 16
Width = 697
Height = 673
ItemHeight = 18
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?