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

📄 extension.dfm

📁 不错啊
💻 DFM
字号:
object frmExtension: TfrmExtension
  Left = 188
  Top = 131
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #20998#26426#35774#32622
  ClientHeight = 348
  ClientWidth = 459
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = [fsBold]
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object DBGrid1: TDBGrid
    Left = 24
    Top = 8
    Width = 409
    Height = 177
    DataSource = DataSource1
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -14
    TitleFont.Name = #23435#20307
    TitleFont.Style = [fsBold]
  end
  object Button1: TButton
    Left = 24
    Top = 304
    Width = 65
    Height = 25
    Caption = #20462#25913
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 94
    Top = 304
    Width = 65
    Height = 25
    Caption = #22686#21152
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 164
    Top = 304
    Width = 65
    Height = 25
    Caption = #21024#38500
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 235
    Top = 304
    Width = 65
    Height = 25
    Caption = #20445#23384
    TabOrder = 4
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 376
    Top = 304
    Width = 65
    Height = 25
    Caption = #36864#20986
    ModalResult = 2
    TabOrder = 5
  end
  object Panel1: TPanel
    Left = 24
    Top = 192
    Width = 409
    Height = 97
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 6
    object Label1: TLabel
      Left = 24
      Top = 24
      Width = 51
      Height = 16
      Caption = #20998#26426#21495
    end
    object Label3: TLabel
      Left = 200
      Top = 24
      Width = 34
      Height = 16
      Caption = #25551#36848
    end
    object Label4: TLabel
      Left = 40
      Top = 56
      Width = 34
      Height = 16
      Caption = #38480#39069
    end
    object DBEdit1: TDBEdit
      Left = 80
      Top = 20
      Width = 97
      Height = 24
      DataField = #20998#26426#21495
      DataSource = DataSource1
      TabOrder = 0
    end
    object DBEdit2: TDBEdit
      Left = 240
      Top = 20
      Width = 129
      Height = 24
      DataField = #25551#36848
      DataSource = DataSource1
      TabOrder = 1
    end
    object DBEdit4: TDBEdit
      Left = 80
      Top = 52
      Width = 97
      Height = 24
      DataField = #35805#36153#38480#39069
      DataSource = DataSource1
      TabOrder = 2
    end
    object DBCheckBox1: TDBCheckBox
      Left = 200
      Top = 56
      Width = 97
      Height = 17
      BiDiMode = bdLeftToRight
      Caption = #26159#21542#24320#36890
      DataField = #24320#36890#26631#24535
      DataSource = DataSource1
      ParentBiDiMode = False
      TabOrder = 3
      ValueChecked = 'y'
      ValueUnchecked = 'n'
    end
  end
  object Button6: TButton
    Left = 305
    Top = 304
    Width = 65
    Height = 25
    Caption = #21462#28040
    TabOrder = 7
    OnClick = Button6Click
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 224
    Top = 176
  end
  object Table1: TTable
    DatabaseName = 'jifei'
    TableName = 'extension.db'
    Left = 272
    Top = 176
  end
end

⌨️ 快捷键说明

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