unitdatarestore.dfm

来自「一套宾馆管理系统」· DFM 代码 · 共 208 行

DFM
208
字号
object frmDataRestore: TfrmDataRestore
  Left = 248
  Top = 158
  Width = 565
  Height = 480
  Caption = #25968#25454#24674#22797
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 0
    Top = 97
    Width = 557
    Height = 5
    Cursor = crVSplit
    Align = alTop
  end
  object CoolBar1: TCoolBar
    Left = 0
    Top = 0
    Width = 557
    Height = 33
    Bands = <
      item
        Control = ToolBar1
        ImageIndex = -1
        Width = 553
      end>
    object ToolBar1: TToolBar
      Left = 9
      Top = 0
      Width = 540
      Height = 25
      ButtonHeight = 21
      ButtonWidth = 55
      Caption = 'ToolBar1'
      ShowCaptions = True
      TabOrder = 0
      object tbnRestore: TToolButton
        Left = 0
        Top = 2
        Caption = #25968#25454#24674#22797
        ImageIndex = 0
        OnClick = tbnRestoreClick
      end
      object tbnViewLog: TToolButton
        Left = 55
        Top = 2
        Caption = #25805#20316#26085#24535
        ImageIndex = 1
      end
      object tbnExit: TToolButton
        Left = 110
        Top = 2
        Caption = #36864#20986
        ImageIndex = 2
        OnClick = tbnExitClick
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 33
    Width = 557
    Height = 64
    Align = alTop
    Caption = 'Panel1'
    TabOrder = 1
    object GroupBox1: TGroupBox
      Left = 1
      Top = 1
      Width = 555
      Height = 62
      Align = alClient
      Caption = #25968#25454#24674#22797
      TabOrder = 0
      object Label1: TLabel
        Left = 16
        Top = 24
        Width = 72
        Height = 13
        Caption = #36873#25321#22791#20221#35774#22791
      end
      object Label2: TLabel
        Left = 248
        Top = 24
        Width = 72
        Height = 13
        Caption = #25968#25454#24674#22797#26085#26399
      end
      object EdtDate: TEdit
        Left = 336
        Top = 22
        Width = 129
        Height = 21
        TabOrder = 0
      end
      object cboDevice: TComboBox
        Left = 104
        Top = 24
        Width = 105
        Height = 21
        Style = csDropDownList
        ItemHeight = 13
        TabOrder = 1
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 102
    Width = 557
    Height = 351
    Align = alClient
    Caption = 'Panel2'
    TabOrder = 2
    object PageControl1: TPageControl
      Left = 1
      Top = 1
      Width = 555
      Height = 349
      ActivePage = TabSheet2
      Align = alClient
      TabOrder = 0
      TabPosition = tpBottom
      OnChange = PageControl1Change
      object TabSheet1: TTabSheet
        Caption = #25968#25454#24674#22797
        object lvwBackup: TListView
          Left = 0
          Top = 0
          Width = 547
          Height = 323
          Align = alClient
          Checkboxes = True
          Columns = <>
          GridLines = True
          Items.Data = {
            200000000100000000000000FFFFFFFFFFFFFFFF000000000000000003303031}
          ReadOnly = True
          RowSelect = True
          ShowWorkAreas = True
          TabOrder = 0
          ViewStyle = vsReport
        end
      end
      object TabSheet2: TTabSheet
        Caption = #25805#20316#26085#24535
        ImageIndex = 1
        object GroupBox2: TGroupBox
          Left = 0
          Top = 0
          Width = 547
          Height = 323
          Align = alClient
          Caption = #25968#25454#24674#22797#25805#20316#26085#24535
          TabOrder = 0
          object DBGrid: TDBGrid
            Left = 2
            Top = 15
            Width = 543
            Height = 306
            Align = alClient
            TabOrder = 0
            TitleFont.Charset = DEFAULT_CHARSET
            TitleFont.Color = clWindowText
            TitleFont.Height = -11
            TitleFont.Name = 'MS Sans Serif'
            TitleFont.Style = []
          end
        end
      end
    end
  end
  object ADOcmd: TADOCommand
    Parameters = <>
    Left = 101
    Top = 139
  end
  object ADOStored: TADOStoredProc
    Parameters = <>
    Left = 141
    Top = 147
  end
  object ADOQuery: TADOQuery
    Parameters = <>
    Left = 189
    Top = 147
  end
  object ADOViewLog: TADOQuery
    Parameters = <>
    Left = 181
    Top = 211
  end
  object DataSource: TDataSource
    Left = 229
    Top = 195
  end
end

⌨️ 快捷键说明

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