showmessageu.dfm

来自「关于图书馆管理的vfp程序」· DFM 代码 · 共 39 行

DFM
39
字号
object ShowMessageF: TShowMessageF
  Left = 412
  Top = 318
  Width = 350
  Height = 100
  Caption = 'ShowMessageF'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object StaticText1: TStaticText
    Left = 56
    Top = 25
    Width = 95
    Height = 28
    Caption = 'StaticText1'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 248
    Top = 24
    Width = 75
    Height = 25
    TabOrder = 1
    Kind = bkOK
  end
end

⌨️ 快捷键说明

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