dataview.dfm

来自「delphi+access,水位控制系统」· DFM 代码 · 共 62 行

DFM
62
字号
object FormDataView: TFormDataView
  Left = 348
  Top = 188
  Width = 136
  Height = 168
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #27700#31665#25511#21046#31995#32479
  Color = clBlack
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object BTN_A_OK: TButton
    Left = 24
    Top = 16
    Width = 75
    Height = 25
    Caption = #27700#31665'A'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = BTN_A_OKClick
  end
  object BTN_B_OK: TButton
    Left = 24
    Top = 56
    Width = 75
    Height = 25
    Caption = #27700#31665'B'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
  object BTN_Close: TButton
    Left = 24
    Top = 96
    Width = 75
    Height = 25
    Caption = #20851#38381'(&C)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = BTN_CloseClick
  end
end

⌨️ 快捷键说明

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