unitfrmmain.dfm

来自「DELPHI7编程百例 DELPHI7编程百例 DELPHI7编程百例」· DFM 代码 · 共 64 行

DFM
64
字号
object Form1: TForm1
  Left = 192
  Top = 106
  Width = 403
  Height = 299
  Caption = #23454#29616#25991#20214#26597#25214#21151#33021
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 32
    Width = 137
    Height = 13
    AutoSize = False
    Caption = #36755#20837#38656#35201#26597#35810#30340#25991#20214#21517#31216
  end
  object Label2: TLabel
    Left = 24
    Top = 64
    Width = 121
    Height = 13
    AutoSize = False
    Caption = #36755#20837#38656#35201#26597#35810#30340#30446#24405
  end
  object Button1: TButton
    Left = 304
    Top = 32
    Width = 75
    Height = 25
    Caption = #26597' '#35810
    TabOrder = 0
    OnClick = Button1Click
  end
  object ListBox1: TListBox
    Left = 16
    Top = 96
    Width = 361
    Height = 161
    ItemHeight = 12
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 160
    Top = 32
    Width = 121
    Height = 20
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 160
    Top = 64
    Width = 121
    Height = 20
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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