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

📄 mainform.dfm

📁 C++ BUILDER精彩编程实例集锦(源码) 第一部分 界面设计 第二部分 程序设置
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #27880#20876#21644#21462#28040#27880#20876'DLL'#26381#21153#31243#24207
  ClientHeight = 132
  ClientWidth = 383
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 16
    Top = 16
    Width = 350
    Height = 65
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 16
      Width = 231
      Height = 13
      Caption = #38656#35201#27880#20876#21644#21462#28040#27880#20876#30340'DLL,OCX'#26381#21153#31243#24207'  '#65306
    end
    object Edit1: TEdit
      Left = 16
      Top = 32
      Width = 321
      Height = 21
      Color = clScrollBar
      ReadOnly = True
      TabOrder = 0
    end
  end
  object BitBtn1: TBitBtn
    Left = 16
    Top = 88
    Width = 118
    Height = 25
    Caption = #27983#35272'DLL'#26381#21153#31243#24207
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 132
    Top = 88
    Width = 118
    Height = 25
    Caption = #27880#20876'DLL'#26381#21153#31243#24207
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 248
    Top = 88
    Width = 118
    Height = 25
    Caption = #21462#28040#27880#20876'DLL'#26381#21153#31243#24207
    TabOrder = 3
    OnClick = BitBtn3Click
  end
  object OpenDialog1: TOpenDialog
    Filter = 'DLL'#26381#21153#31243#24207#25991#20214'|*.dll|OCX'#26381#21153#31243#24207#25991#20214'|*.ocx'
    Left = 48
    Top = 8
  end
end

⌨️ 快捷键说明

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