unitfrmmain.dfm

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

DFM
61
字号
object Form1: TForm1
  Left = 78
  Top = 156
  Width = 350
  Height = 221
  Caption = #33719#21462#27721#23383#25340#38899
  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 Button1: TButton
    Left = 128
    Top = 136
    Width = 75
    Height = 25
    Caption = #26174#31034#25340#38899
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 32
    Top = 80
    Width = 121
    Height = 20
    TabOrder = 1
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 192
    Top = 80
    Width = 121
    Height = 20
    Enabled = False
    TabOrder = 2
    Text = 'Edit2'
  end
  object RadioButton1: TRadioButton
    Left = 32
    Top = 32
    Width = 137
    Height = 17
    Caption = #33719#21462#21333#20010#27721#23383#30340#25340#38899
    Checked = True
    TabOrder = 3
    TabStop = True
  end
  object RadioButton2: TRadioButton
    Left = 192
    Top = 32
    Width = 145
    Height = 17
    Caption = #33719#21462#27721#23383#23383#31526#20018#30340#25340#38899
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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