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

📄 restore.dfm

📁 工廠採購管理系統
💻 DFM
字号:
object RestoreForm: TRestoreForm
  Left = 216
  Top = 127
  BorderStyle = bsSingle
  Caption = #25968#25454#24211#24674#22797
  ClientHeight = 307
  ClientWidth = 383
  Color = 16248814
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 15
    Top = 94
    Width = 353
    Height = 89
    Caption = #24674#22797#36873#39033
    TabOrder = 0
    object RadioButton1: TRadioButton
      Left = 16
      Top = 16
      Width = 177
      Height = 17
      Caption = #24674#22797#19978#19968#27425#22791#20221#30340#25968#25454'.'
      Checked = True
      TabOrder = 0
      TabStop = True
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 16
      Top = 39
      Width = 193
      Height = 17
      Caption = #24674#22797#25351#23450#26102#38388#30340#22791#20221#25968#25454':'
      TabOrder = 1
      OnClick = RadioButton2Click
    end
    object RadioButton3: TRadioButton
      Left = 16
      Top = 61
      Width = 185
      Height = 17
      Caption = #24674#22797#25351#23450#21517#31216#30340#22791#20221#25968#25454':'
      TabOrder = 2
      OnClick = RadioButton3Click
    end
    object ComboBox1: TComboBox
      Left = 226
      Top = 56
      Width = 86
      Height = 21
      BevelKind = bkFlat
      Style = csDropDownList
      ItemHeight = 13
      Sorted = True
      TabOrder = 3
      OnChange = RadioButton3Click
      OnKeyPress = ComboBox1KeyPress
    end
    object MaskEdit1: TMaskEdit
      Left = 226
      Top = 32
      Width = 85
      Height = 21
      BevelOuter = bvRaised
      BevelKind = bkFlat
      BorderStyle = bsNone
      EditMask = '!0000/00/00;1;_'
      MaxLength = 10
      TabOrder = 4
      Text = '2004-01-01'
      OnKeyPress = MaskEdit1KeyPress
    end
  end
  object GroupBox2: TGroupBox
    Left = 15
    Top = 190
    Width = 353
    Height = 105
    Caption = #22791#20221#32426#24405#20449#24687#36873#25321
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 2
      Top = 15
      Width = 349
      Height = 88
      Align = alClient
      Color = 16632508
      FixedColor = clGradientInactiveCaption
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      OnCellClick = DBGrid1CellClick
      Columns = <
        item
          Expanded = False
          FieldName = 'backupname'
          Title.Caption = #22791#20221#21517#31216
          Width = 60
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'databasename'
          Title.Caption = #25968#25454#24211#21517#31216
          Width = 70
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'backupfinishdate'
          Title.Caption = #22791#20221#26102#38388
          Width = 80
          Visible = True
        end>
    end
  end
  object Panel1: TPanel
    Left = 16
    Top = 4
    Width = 352
    Height = 89
    BevelInner = bvRaised
    BevelOuter = bvLowered
    ParentColor = True
    TabOrder = 2
    object Label1: TLabel
      Left = 11
      Top = 27
      Width = 85
      Height = 17
      Caption = #36824#21407#25991#20214#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -17
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object SpeedButton1: TSpeedButton
      Left = 95
      Top = 60
      Width = 73
      Height = 25
      Caption = '&S'#24320#22987#36824#21407
      Flat = True
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsUnderline]
      ParentFont = False
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 183
      Top = 59
      Width = 73
      Height = 25
      Caption = '&X'#36864'   '#20986
      Flat = True
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsUnderline]
      ParentFont = False
      OnClick = SpeedButton2Click
    end
    object Edit1: TEdit
      Left = 90
      Top = 22
      Width = 216
      Height = 25
      BevelKind = bkFlat
      BevelOuter = bvRaised
      BorderStyle = bsNone
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 0
    end
    object StaticText1: TStaticText
      Left = 308
      Top = 22
      Width = 22
      Height = 25
      Hint = #20462#25913#25991#20214#30446#26631
      AutoSize = False
      BevelKind = bkFlat
      Caption = '......'
      TabOrder = 1
      OnClick = StaticText1Click
      OnMouseDown = StaticText1MouseDown
      OnMouseUp = StaticText1MouseUp
    end
    object ProgressBar1: TProgressBar
      Left = 8
      Top = 3
      Width = 337
      Height = 17
      Smooth = True
      TabOrder = 2
      Visible = False
    end
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = '.BAK'
    Filter = #25968#25454#22791#20221'(*.bak)|*.bak'
    Options = [ofHideReadOnly, ofExtensionDifferent, ofEnableSizing]
    Left = 336
    Top = 56
  end
end

⌨️ 快捷键说明

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