unit1.dfm

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

DFM
75
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 354
  Height = 275
  Caption = #38182#23665#25991#20214#35835#20889#36319#36394#36719#20214'1.0'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 120
  TextHeight = 16
  object Label1: TLabel
    Left = 20
    Top = 148
    Width = 128
    Height = 16
    Caption = #35835#25991#20214#26102#35760#24405#21040#65306
  end
  object Label2: TLabel
    Left = 20
    Top = 197
    Width = 128
    Height = 16
    Caption = #20889#25991#20214#26102#35760#24405#21040#65306
  end
  object Label3: TLabel
    Left = 16
    Top = 32
    Width = 56
    Height = 16
    Caption = #25991#20214#21517':'
  end
  object Button1: TButton
    Left = 108
    Top = 89
    Width = 93
    Height = 30
    Caption = #24320#22987
    TabOrder = 0
    OnClick = Button1Click
  end
  object ComboBox1: TComboBox
    Left = 88
    Top = 30
    Width = 218
    Height = 24
    ItemHeight = 16
    Sorted = True
    TabOrder = 1
    Text = 'ComboBox1'
  end
  object Edit1: TEdit
    Left = 148
    Top = 138
    Width = 168
    Height = 24
    TabOrder = 2
    Text = 'c:\SpyCom.dat'
  end
  object Edit2: TEdit
    Left = 148
    Top = 187
    Width = 168
    Height = 24
    TabOrder = 3
    Text = 'c:\SpyCom.dat'
  end
end

⌨️ 快捷键说明

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