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

📄 w_sjbf.dfm

📁 系统管理程序的源码
💻 DFM
字号:
object sjbf: Tsjbf
  Left = 271
  Top = 227
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #25968#25454#22791#20221
  ClientHeight = 134
  ClientWidth = 375
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object label1: TLabel
    Left = 24
    Top = 16
    Width = 176
    Height = 20
    Caption = #35831#36755#20837#22791#20221#36335#24452#21450#25991#20214#21517
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object SpeedButton1: TSpeedButton
    Left = 320
    Top = 48
    Width = 23
    Height = 22
    Caption = '...'
    OnClick = SpeedButton1Click
  end
  object Edit1: TEdit
    Left = 48
    Top = 48
    Width = 273
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 160
    Top = 88
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 264
    Top = 88
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = Button2Click
  end
  object Query1: TQuery
    DatabaseName = 'xjgl'
    SQL.Strings = (
      'backup database xjgl'
      ' to disk='#39'c:\zz.bak'#39)
    Left = 224
    Top = 8
  end
  object OpenDialog1: TOpenDialog
    Left = 72
    Top = 96
  end
end

⌨️ 快捷键说明

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