w_sjbf.~dfm

来自「学生学籍管理源码」· ~DFM 代码 · 共 78 行

~DFM
78
字号
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
  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 + =
减小字号Ctrl + -
显示快捷键?