?? unit1.dfm
字號:
object Form1: TForm1
Left = 94
Top = 184
Width = 916
Height = 688
Align = alLeft
Caption = 'PL0'
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 = 704
Top = 24
Width = 160
Height = 40
Caption = '源程序名'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -40
Font.Name = '黑體'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 720
Top = 507
Width = 169
Height = 25
AutoSize = False
Caption = '06級計科6班'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 720
Top = 539
Width = 57
Height = 33
AutoSize = False
Caption = '馬漢軍'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 720
Top = 579
Width = 89
Height = 28
AutoSize = False
Caption = '3106006669'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label5: TLabel
Left = 720
Top = 611
Width = 121
Height = 20
AutoSize = False
Caption = '完成于08-12-08'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object ButtonRun: TButton
Left = 724
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 = 40
Top = 0
Width = 601
Height = 708
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -29
Font.Name = 'Courier New'
Font.Style = [fsBold]
ImeName = '紫光拼音輸入法'
Lines.Strings = (
'*** PL/0 Compiler ***'
'測試用例:E01,E010,E011,E012,E013')
ParentFont = False
ScrollBars = ssBoth
TabOrder = 1
end
object EditName: TEdit
Left = 711
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 = 712
Top = 160
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -