fmmain.dfm

来自「多数代码可以直接在Delphi6和Delphi7环境下运行。部分涉及.NET技术」· DFM 代码 · 共 95 行

DFM
95
字号
object Form1: TForm1
  Left = 206
  Top = 253
  Width = 614
  Height = 381
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = CHINESEBIG5_CHARSET
  Font.Color = clWindowText
  Font.Height = -20
  Font.Name = #26032#32048#26126#39636
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 20
  object LabeledEdit1: TLabeledEdit
    Left = 32
    Top = 24
    Width = 425
    Height = 28
    EditLabel.Width = 97
    EditLabel.Height = 20
    EditLabel.Caption = 'LabeledEdit1'
    TabOrder = 0
  end
  object LabeledEdit2: TLabeledEdit
    Left = 32
    Top = 80
    Width = 425
    Height = 28
    EditLabel.Width = 97
    EditLabel.Height = 20
    EditLabel.Caption = 'LabeledEdit1'
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 16
    Top = 288
    Width = 201
    Height = 49
    Caption = 'Call Controller'
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkAll
  end
  object BitBtn2: TBitBtn
    Left = 432
    Top = 288
    Width = 169
    Height = 49
    TabOrder = 3
    Kind = bkClose
  end
  object LabeledEdit3: TLabeledEdit
    Left = 32
    Top = 136
    Width = 425
    Height = 28
    EditLabel.Width = 97
    EditLabel.Height = 20
    EditLabel.Caption = 'LabeledEdit1'
    TabOrder = 4
  end
  object LabeledEdit4: TLabeledEdit
    Left = 32
    Top = 192
    Width = 425
    Height = 28
    EditLabel.Width = 97
    EditLabel.Height = 20
    EditLabel.Caption = 'LabeledEdit1'
    TabOrder = 5
  end
  object LabeledEdit5: TLabeledEdit
    Left = 32
    Top = 248
    Width = 425
    Height = 28
    EditLabel.Width = 97
    EditLabel.Height = 20
    EditLabel.Caption = 'LabeledEdit1'
    TabOrder = 6
  end
  object BitBtn3: TBitBtn
    Left = 224
    Top = 288
    Width = 201
    Height = 49
    Caption = 'Call Contained'
    TabOrder = 7
    OnClick = BitBtn3Click
    Kind = bkAll
  end
end

⌨️ 快捷键说明

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