tbasunit.dfm

来自「工商收费系统,主要是管理非税收收入的费用的管理」· DFM 代码 · 共 41 行

DFM
41
字号
object TBas: TTBas
  Left = 202
  Top = 140
  BorderStyle = bsDialog
  Caption = #22522#26412#25805#20316#21709#24212#27169#22359
  ClientHeight = 348
  ClientWidth = 536
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poDesktopCenter
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 16
  object BaseClass: TEdit
    Left = 16
    Top = 16
    Width = 137
    Height = 17
    BorderStyle = bsNone
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsItalic, fsUnderline]
    ParentColor = True
    ParentFont = False
    TabOrder = 0
    Text = #19981#21487#35265#65292#22522#31867#19987#29992
    Visible = False
    OnEnter = BaseClassEnter
    OnExit = BaseClassExit
  end
end

⌨️ 快捷键说明

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