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

📄 unitmain.dfm

📁 词法.语法编译器 to 汇编语言 附带一个测试程序
💻 DFM
字号:
object MainForm: TMainForm
  Left = 234
  Top = 210
  Caption = 'plx'#32534#35793
  ClientHeight = 454
  ClientWidth = 691
  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 = 8
    Top = 8
    Width = 97
    Height = 13
    AutoSize = False
    Caption = 'plx-program'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 175
    Top = 8
    Width = 73
    Height = 13
    AutoSize = False
    Caption = 'code'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 270
    Top = 8
    Width = 89
    Height = 13
    AutoSize = False
    Caption = 'output'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 351
    Top = 8
    Width = 113
    Height = 13
    AutoSize = False
    Caption = 'error'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object ListText: TListBox
    Left = 9
    Top = 39
    Width = 160
    Height = 388
    ItemHeight = 13
    TabOrder = 0
  end
  object ListBox2: TListBox
    Left = 175
    Top = 39
    Width = 89
    Height = 388
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Arial'
    Font.Style = []
    ItemHeight = 14
    ParentFont = False
    TabOrder = 1
  end
  object ListBox3: TListBox
    Left = 351
    Top = 39
    Width = 301
    Height = 386
    ItemHeight = 13
    TabOrder = 2
    OnDblClick = ListBox3DblClick
  end
  object Button1: TButton
    Left = 223
    Top = 433
    Width = 89
    Height = 22
    Caption = 'Load'
    TabOrder = 3
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 520
    Top = 5
    Width = 121
    Height = 21
    TabOrder = 4
    Text = 'Edit1'
    Visible = False
  end
  object Button2: TButton
    Left = 496
    Top = 431
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 5
    Visible = False
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 577
    Top = 433
    Width = 75
    Height = 25
    Caption = 'Button3'
    TabOrder = 6
    Visible = False
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 318
    Top = 433
    Width = 92
    Height = 22
    Caption = 'Run'
    TabOrder = 7
    OnClick = Button4Click
  end
  object ListBox1: TListBox
    Left = 270
    Top = 39
    Width = 75
    Height = 388
    ItemHeight = 13
    TabOrder = 8
  end
end

⌨️ 快捷键说明

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