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

📄 ucopytable.dfm

📁 AbsDataBase5.16 最新版
💻 DFM
字号:
object frmCopyTable: TfrmCopyTable
  Left = 335
  Top = 213
  BorderStyle = bsDialog
  Caption = 'Copy Table'
  ClientHeight = 235
  ClientWidth = 319
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  Scaled = False
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 303
    Height = 185
    Shape = bsFrame
  end
  object Label2: TLabel
    Left = 24
    Top = 29
    Width = 117
    Height = 13
    Caption = 'Destination Table Name:'
  end
  object lDbFile: TLabel
    Left = 47
    Top = 140
    Width = 68
    Height = 13
    Caption = 'Database File:'
  end
  object OKBtn: TButton
    Left = 83
    Top = 201
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 0
  end
  object CancelBtn: TButton
    Left = 163
    Top = 201
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 1
  end
  object eTableName: TEdit
    Left = 24
    Top = 44
    Width = 277
    Height = 21
    TabOrder = 2
  end
  object rbCurrentDb: TRadioButton
    Left = 24
    Top = 92
    Width = 177
    Height = 17
    Caption = 'Copy To Current Database'
    Checked = True
    TabOrder = 3
    TabStop = True
    OnClick = rbCurrentDbClick
  end
  object rbSelectedDb: TRadioButton
    Left = 24
    Top = 116
    Width = 177
    Height = 17
    Caption = 'Copy To Other Database:'
    TabOrder = 4
    OnClick = rbSelectedDbClick
  end
  object eDbFileName: TEdit
    Left = 48
    Top = 155
    Width = 230
    Height = 21
    TabOrder = 5
  end
  object btnDbFileSelect: TButton
    Left = 278
    Top = 155
    Width = 23
    Height = 21
    Caption = '...'
    TabOrder = 6
    OnClick = btnDbFileSelectClick
  end
  object odOpenDatabase: TOpenDialog
    DefaultExt = 'abs'
    Filter = 'Absolute Database File (*.abs)|*.ABS|All Files|*.*'
    Options = [ofReadOnly, ofHideReadOnly, ofEnableSizing]
    Left = 208
    Top = 88
  end
end

⌨️ 快捷键说明

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