w_sjhf.~dfm

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

~DFM
81
字号
object sjhf: Tsjhf
  Left = 359
  Top = 237
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #24674#22797#25968#25454
  ClientHeight = 118
  ClientWidth = 358
  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 = 16
    Top = 16
    Width = 110
    Height = 13
    Caption = #35831#36755#20837#35201#24674#22797#30340#25991#20214#65306
  end
  object SpeedButton1: TSpeedButton
    Left = 304
    Top = 40
    Width = 23
    Height = 22
    Caption = '...'
    OnClick = SpeedButton1Click
  end
  object Edit1: TEdit
    Left = 16
    Top = 40
    Width = 289
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 160
    Top = 80
    Width = 75
    Height = 25
    Caption = #24674#22797
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 264
    Top = 80
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = Button2Click
  end
  object Query1: TQuery
    DatabaseName = 'test'
    Left = 160
    Top = 8
  end
  object OpenDialog1: TOpenDialog
    Left = 32
    Top = 80
  end
  object Database1: TDatabase
    AliasName = 'test'
    DatabaseName = 'test'
    Exclusive = True
    LoginPrompt = False
    Params.Strings = (
      'USER NAME=sa')
    SessionName = 'Default'
    Left = 216
    Top = 8
  end
end

⌨️ 快捷键说明

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