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

📄 ibrestoreeditor.dfm

📁 多数代码可以直接在Delphi6和Delphi7环境下运行。部分涉及.NET技术内容的代码
💻 DFM
字号:
object frmIBRestoreEditor: TfrmIBRestoreEditor
  Left = 225
  Top = 107
  BorderStyle = bsDialog
  Caption = 'Restore Database Files'
  ClientHeight = 216
  ClientWidth = 269
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object sgDatabaseFiles: TStringGrid
    Left = 0
    Top = 0
    Width = 269
    Height = 180
    Align = alClient
    ColCount = 2
    DefaultRowHeight = 18
    FixedCols = 0
    RowCount = 2
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goEditing]
    TabOrder = 0
    OnDrawCell = sgDatabaseFilesDrawCell
    OnKeyDown = sgDatabaseFilesKeyDown
    OnSelectCell = sgDatabaseFilesSelectCell
    ColWidths = (
      181
      68)
  end
  object Panel1: TPanel
    Left = 0
    Top = 180
    Width = 269
    Height = 36
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    object OKBtn: TButton
      Left = 24
      Top = 7
      Width = 75
      Height = 24
      Caption = 'OK'
      Default = True
      ModalResult = 1
      TabOrder = 0
    end
    object CancelBtn: TButton
      Left = 105
      Top = 7
      Width = 74
      Height = 24
      Cancel = True
      Caption = 'Cancel'
      ModalResult = 2
      TabOrder = 1
    end
    object HelpBtn: TButton
      Left = 186
      Top = 7
      Width = 75
      Height = 24
      Caption = '&Help'
      TabOrder = 2
    end
  end
end

⌨️ 快捷键说明

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