unit1.dfm
来自「课程题目:对PL/0编译器作以下修改扩充」· DFM 代码 · 共 96 行
DFM
96 行
object Form1: TForm1
Left = 105
Top = 159
Width = 1017
Height = 767
Align = alLeft
Caption = 'Form1'
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 Label1: TLabel
Left = 832
Top = 32
Width = 160
Height = 40
Caption = '源程序名'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -40
Font.Name = '黑体'
Font.Style = []
ParentFont = False
end
object ButtonRun: TButton
Left = 844
Top = 395
Width = 139
Height = 54
Caption = 'RUN'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -40
Font.Name = 'Times New Roman MT Extra Bold'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = ButtonRunClick
end
object Memo1: TMemo
Left = 8
Top = 8
Width = 804
Height = 729
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -40
Font.Name = 'Courier New'
Font.Style = [fsBold]
ImeName = '紫光拼音输入法'
Lines.Strings = (
'***** PL/0 Compiler Demo *****')
ParentFont = False
ScrollBars = ssBoth
TabOrder = 1
end
object EditName: TEdit
Left = 831
Top = 74
Width = 162
Height = 54
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -40
Font.Name = 'Courier New'
Font.Style = [fsBold]
ImeName = '紫光拼音输入法'
ParentFont = False
TabOrder = 2
Text = 'E01'
end
object ListSwitch: TRadioGroup
Left = 824
Top = 168
Width = 177
Height = 163
Caption = '目标代码'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -40
Font.Name = '黑体'
Font.Style = []
ItemIndex = 0
Items.Strings = (
'显示'
'不显示')
ParentFont = False
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?