unitmain.dfm

来自「在delphi中实现windows核心编程.原书光盘代码核心编程.原书光盘代码」· DFM 代码 · 共 111 行

DFM
111
字号
object Form1: TForm1
  Left = 90
  Top = 143
  Width = 659
  Height = 267
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 43
    Top = 147
    Width = 52
    Height = 13
    Caption = #27573#22320#22336#65306
  end
  object Label2: TLabel
    Left = 18
    Top = 195
    Width = 78
    Height = 13
    Caption = #35835#21462#23383#33410#25968#65306
  end
  object Label4: TLabel
    Left = 43
    Top = 171
    Width = 52
    Height = 13
    Caption = #20559#31227#37327#65306
  end
  object Edit1: TEdit
    Left = 16
    Top = 40
    Width = 193
    Height = 24
    TabOrder = 0
    Text = '..\memory.VXD'
  end
  object Button1: TButton
    Left = 24
    Top = 80
    Width = 75
    Height = 25
    Caption = #24320#22987
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 208
    Top = 40
    Width = 25
    Height = 25
    Caption = '...'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 24
    Top = 112
    Width = 75
    Height = 25
    Caption = #35835#20889#20869#23384
    Enabled = False
    TabOrder = 3
    OnClick = Button3Click
  end
  object ListBox1: TListBox
    Left = 248
    Top = 16
    Width = 377
    Height = 201
    ItemHeight = 13
    TabOrder = 4
  end
  object Edit2: TEdit
    Left = 96
    Top = 144
    Width = 121
    Height = 24
    TabOrder = 5
    Text = 'F0'
  end
  object Edit4: TEdit
    Left = 96
    Top = 192
    Width = 121
    Height = 24
    TabOrder = 6
    Text = '100'
  end
  object Edit3: TEdit
    Left = 96
    Top = 168
    Width = 121
    Height = 24
    TabOrder = 7
    Text = '0'
  end
  object OpenDialog1: TOpenDialog
    Filter = '*.vxd|*.vxd'
    Left = 288
    Top = 32
  end
end

⌨️ 快捷键说明

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