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

📄 integration.dfm

📁 是个文档,和软件工程类似,如何实现一工程所需步骤
💻 DFM
字号:
object frmintegration: Tfrmintegration
  Left = 262
  Top = 124
  Width = 310
  Height = 386
  Caption = #31215#20998#35774#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox2: TGroupBox
    Left = 5
    Top = 8
    Width = 196
    Height = 177
    Caption = #20250#21592#31215#20998
    TabOrder = 0
    object Label6: TLabel
      Left = 8
      Top = 32
      Width = 48
      Height = 13
      Caption = #28040#36153#37329#39069
    end
    object Label7: TLabel
      Left = 8
      Top = 100
      Width = 48
      Height = 13
      Caption = #20250#21592#31561#32423
    end
    object Label8: TLabel
      Left = 90
      Top = 59
      Width = 12
      Height = 13
      Caption = '----'
    end
    object Label9: TLabel
      Left = 8
      Top = 141
      Width = 36
      Height = 13
      Caption = #25240#20215#29575
    end
    object Edit5: TEdit
      Left = 8
      Top = 56
      Width = 81
      Height = 21
      TabOrder = 0
    end
    object Edit6: TEdit
      Left = 104
      Top = 56
      Width = 81
      Height = 21
      TabOrder = 1
    end
    object Edit8: TEdit
      Left = 104
      Top = 136
      Width = 81
      Height = 21
      TabOrder = 2
    end
    object ComboBox1: TComboBox
      Left = 104
      Top = 96
      Width = 81
      Height = 21
      ItemHeight = 13
      TabOrder = 3
    end
  end
  object GroupBox4: TGroupBox
    Left = 207
    Top = 8
    Width = 89
    Height = 209
    Caption = #25805#20316
    TabOrder = 1
    object Button1: TButton
      Left = 8
      Top = 16
      Width = 73
      Height = 25
      Caption = #26597#35810'(&Q)'
      TabOrder = 0
    end
    object Button2: TButton
      Left = 8
      Top = 48
      Width = 73
      Height = 25
      Caption = #28155#21152'(&A)'
      TabOrder = 1
    end
    object Button3: TButton
      Left = 8
      Top = 80
      Width = 73
      Height = 25
      Caption = #20445#23384'(&M)'
      TabOrder = 2
    end
    object Button4: TButton
      Left = 8
      Top = 112
      Width = 73
      Height = 25
      Caption = #21024#38500'(&D)'
      TabOrder = 3
    end
    object Button5: TButton
      Left = 8
      Top = 144
      Width = 73
      Height = 25
      Caption = #28165#31354'(&C)'
      TabOrder = 4
    end
    object Button6: TButton
      Left = 8
      Top = 176
      Width = 73
      Height = 25
      Caption = #36864#20986'(&E)'
      TabOrder = 5
    end
  end
  object Panel1: TPanel
    Left = 8
    Top = 192
    Width = 193
    Height = 25
    TabOrder = 2
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 224
    Width = 289
    Height = 129
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #31561#32423
        Visible = True
      end
      item
        Expanded = False
        FieldName = #26368#23567#37329#39069
        Visible = True
      end
      item
        Expanded = False
        FieldName = #26368#22823#37329#39069
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25240#20215#29575
        Visible = True
      end>
  end
end

⌨️ 快捷键说明

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