mrsybfhf.dfm

来自「Delphi数据库开发系统例子」· DFM 代码 · 共 44 行

DFM
44
字号
object FRM_SYBFHF: TFRM_SYBFHF
  Left = 372
  Top = 286
  Width = 310
  Height = 171
  Caption = #25968#25454#22791#20221#19982#25968#25454#24674#22797
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object BitBtn1: TBitBtn
    Left = 48
    Top = 56
    Width = 75
    Height = 25
    Caption = #22791#20221
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 168
    Top = 56
    Width = 75
    Height = 25
    Caption = #24674#22797
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object SaveDialog1: TSaveDialog
    Left = 72
    Top = 8
  end
  object OpenDialog1: TOpenDialog
    Left = 152
    Top = 8
  end
end

⌨️ 快捷键说明

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