📄 unit3.dfm
字号:
object Form2: TForm2
Left = 357
Top = 147
Width = 304
Height = 153
BorderStyle = bsSizeToolWin
Caption = 'New Project...'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 0
Top = 0
Width = 296
Height = 22
Align = alTop
Alignment = taCenter
Caption = 'Please Choose a Language:'
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -19
Font.Name = 'Times New Roman'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Button1: TButton
Left = 176
Top = 32
Width = 113
Height = 28
Cursor = crDrag
Caption = '&Create Project'
Default = True
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 176
Top = 64
Width = 113
Height = 25
Caption = '&Open Existing Project'
TabOrder = 1
OnClick = Button2Click
end
object GroupBox1: TGroupBox
Left = 8
Top = 24
Width = 153
Height = 100
Caption = 'BASIC Languages Available:'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Default'
Font.Style = []
ParentFont = False
TabOrder = 2
object RadioButton1: TRadioButton
Left = 8
Top = 24
Width = 113
Height = 17
Caption = 'KoolBASIC'
Checked = True
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clGreen
Font.Height = -16
Font.Name = 'Arial'
Font.Style = []
ParentColor = False
ParentFont = False
TabOrder = 0
TabStop = True
end
object RadioButton2: TRadioButton
Left = 8
Top = 48
Width = 113
Height = 17
Caption = 'Rapid-Q'
Font.Charset = ANSI_CHARSET
Font.Color = clBlue
Font.Height = -16
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object RadioButton3: TRadioButton
Left = 8
Top = 72
Width = 113
Height = 17
Caption = 'B++'
Font.Charset = ANSI_CHARSET
Font.Color = clMaroon
Font.Height = -16
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 2
end
end
object Button3: TButton
Left = 176
Top = 96
Width = 113
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 3
OnClick = Button3Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -