⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fmmain.dfm

📁 这是不可多得的源代码
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -