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

📄 umakeexedb.dfm

📁 AbsDataBase5.16 最新版
💻 DFM
字号:
object frmMakeExeDB: TfrmMakeExeDB
  Left = 487
  Top = 328
  Width = 400
  Height = 220
  Caption = 'Make Exe Database'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  Scaled = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 24
    Width = 99
    Height = 13
    Caption = 'Database File Name:'
  end
  object Label2: TLabel
    Left = 8
    Top = 56
    Width = 106
    Height = 13
    Caption = 'Executable File Name:'
  end
  object Label3: TLabel
    Left = 8
    Top = 88
    Width = 120
    Height = 13
    Caption = 'Exe Database File Name:'
  end
  object SpeedButton2: TSpeedButton
    Left = 360
    Top = 51
    Width = 23
    Height = 22
    Caption = '...'
    OnClick = SpeedButton2Click
  end
  object SpeedButton3: TSpeedButton
    Left = 360
    Top = 83
    Width = 23
    Height = 22
    Caption = '...'
    OnClick = SpeedButton3Click
  end
  object edDBFileName: TEdit
    Left = 139
    Top = 19
    Width = 206
    Height = 21
    Color = clInactiveCaptionText
    Enabled = False
    TabOrder = 0
  end
  object edExeFileName: TEdit
    Left = 139
    Top = 51
    Width = 206
    Height = 21
    TabOrder = 1
  end
  object edExeDBFileName: TEdit
    Left = 139
    Top = 83
    Width = 206
    Height = 21
    TabOrder = 2
  end
  object BitBtn1: TBitBtn
    Left = 8
    Top = 144
    Width = 75
    Height = 25
    TabOrder = 3
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 104
    Top = 144
    Width = 75
    Height = 25
    TabOrder = 4
    Kind = bkCancel
  end
  object odStub: TOpenDialog
    DefaultExt = 'abs'
    Filter = 'Executable File (*.exe; *.com)|*.exe; *.com|All Files|*.*'
    Options = [ofReadOnly, ofHideReadOnly, ofEnableSizing]
    Left = 360
    Top = 24
  end
  object sdExeDatabase: TSaveDialog
    DefaultExt = 'abs'
    Filter = 'Executable File (*.exe)|*.exe|All Files|*.*'
    Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
    Left = 360
    Top = 104
  end
end

⌨️ 快捷键说明

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