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

📄 unit2.dfm

📁 在自己的程序中完成SQK2K中的数据库的备份和恢复。虽然调用外部程序来完成
💻 DFM
字号:
object Form2: TForm2
  Left = 58
  Top = 165
  Width = 696
  Height = 480
  Caption = 'Form2'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 8
    Top = 352
    Width = 113
    Height = 25
    Caption = 'get backup device '
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 8
    Top = 8
    Width = 385
    Height = 337
    TabOrder = 1
  end
  object Button2: TButton
    Left = 224
    Top = 360
    Width = 75
    Height = 25
    Caption = 'get svc status'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 352
    Top = 360
    Width = 75
    Height = 25
    Caption = 'shutdown svc'
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 456
    Top = 360
    Width = 75
    Height = 25
    Caption = 'boot svc'
    TabOrder = 4
    OnClick = Button4Click
  end
  object Edit1: TEdit
    Left = 400
    Top = 48
    Width = 281
    Height = 21
    TabOrder = 5
  end
  object Button5: TButton
    Left = 496
    Top = 96
    Width = 75
    Height = 25
    Caption = 'DO SQL'
    TabOrder = 6
    OnClick = Button5Click
  end
  object CheckBox1: TCheckBox
    Left = 552
    Top = 368
    Width = 97
    Height = 17
    Caption = 'Single Admin'
    TabOrder = 7
  end
end

⌨️ 快捷键说明

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