⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言
💻 DFM
字号:
object Form1: TForm1
  Left = 183
  Top = 8
  Width = 808
  Height = 735
  Align = alLeft
  Caption = #32534#35793#22120#65288#26519#24198#36798#65293#35745#31639#26426'037'#29677'80'#21495#65289
  Color = clGradientInactiveCaption
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -7
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 7
  object Label1: TLabel
    Left = 616
    Top = 304
    Width = 84
    Height = 21
    Cursor = crArrow
    Caption = #28304#31243#24207#21517
    Constraints.MaxHeight = 50
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #40657#20307
    Font.Style = []
    ParentFont = False
  end
  object ButtonRun: TButton
    Left = 614
    Top = 373
    Width = 155
    Height = 76
    Caption = 'RUN'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = '@Gungsuh'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    OnClick = ButtonRunClick
  end
  object Memo1: TMemo
    Left = 10
    Top = 13
    Width = 599
    Height = 668
    HelpType = htKeyword
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -24
    Font.Name = 'Courier New'
    Font.Style = [fsBold]
    ImeName = #20013#25991' ('#31616#20307') - '#20840#25340
    Lines.Strings = (
      '***** PL/0 Compiler Demo *****')
    ParentFont = False
    ScrollBars = ssBoth
    TabOrder = 1
  end
  object EditName: TEdit
    Left = 616
    Top = 329
    Width = 105
    Height = 31
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = 'Courier New'
    Font.Style = [fsBold]
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    ParentFont = False
    TabOrder = 2
    Text = 'else'
  end
  object ListSwitch: TRadioGroup
    Left = 643
    Top = 112
    Width = 118
    Height = 121
    Caption = #30446#26631#20195#30721
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #40657#20307
    Font.Style = []
    ItemIndex = 0
    Items.Strings = (
      #26174#31034
      #19981#26174#31034)
    ParentFont = False
    TabOrder = 3
  end
  object Button1: TButton
    Left = 728
    Top = 328
    Width = 33
    Height = 33
    Caption = #25171#24320
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = Button1Click
  end
  object OpenDialog1: TOpenDialog
    Filter = 'PL0|*.PL0'
    Left = 744
    Top = 240
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -