mrrz.dfm

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

DFM
47
字号
object FRM_RZ: TFRM_RZ
  Left = 394
  Top = 290
  Width = 374
  Height = 278
  Caption = #26597#30475#26085#24535
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 24
    Top = 16
    Width = 313
    Height = 169
    Lines.Strings = (
      'Memo1')
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 152
    Top = 200
    Width = 75
    Height = 25
    Caption = #26597#30475
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 256
    Top = 200
    Width = 75
    Height = 25
    Caption = #28040#31354
    TabOrder = 2
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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