unitmain.dfm.~4~

来自「词法.语法编译器 to 汇编语言 附带一个测试程序」· ~4~ 代码 · 共 159 行

~4~
159
字号
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 = 223
    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 = 318
    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 = 445
    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 = 208
    Height = 388
    ItemHeight = 13
    TabOrder = 0
  end
  object ListBox2: TListBox
    Left = 223
    Top = 39
    Width = 89
    Height = 340
    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 = 445
    Top = 39
    Width = 239
    Height = 380
    ItemHeight = 13
    TabOrder = 2
    OnDblClick = ListBox3DblClick
  end
  object Button1: TButton
    Left = 222
    Top = 385
    Width = 89
    Height = 34
    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 = 512
    Top = 425
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 5
    Visible = False
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 609
    Top = 425
    Width = 75
    Height = 25
    Caption = 'Button3'
    TabOrder = 6
    Visible = False
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 333
    Top = 385
    Width = 92
    Height = 34
    Caption = 'Run'
    TabOrder = 7
    OnClick = Button4Click
  end
  object ListBox1: TListBox
    Left = 318
    Top = 39
    Width = 121
    Height = 340
    ItemHeight = 13
    TabOrder = 8
  end
end

⌨️ 快捷键说明

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