mryhxg.dfm

来自「客户管理系统主要是以客户为基础」· DFM 代码 · 共 46 行

DFM
46
字号
object FRM_YHXG: TFRM_YHXG
  Left = 371
  Top = 259
  Width = 215
  Height = 183
  Caption = #20462#25913#36873#25321
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 55
    Top = 19
    Width = 97
    Height = 25
    Caption = #20462#25913#23494#30721
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 55
    Top = 59
    Width = 97
    Height = 25
    Caption = #20462#25913#26435#38480
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 55
    Top = 99
    Width = 97
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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