zuozhe.dfm

来自「考勤信息管理系统」· DFM 代码 · 共 50 行

DFM
50
字号
object zuozheForm: TzuozheForm
  Left = 398
  Top = 239
  Width = 224
  Height = 186
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSizeToolWin
  Caption = #20316#32773#20449#24687
  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 RichEdit1: TRichEdit
    Left = 0
    Top = 0
    Width = 216
    Height = 121
    Color = cl3DLight
    Font.Charset = ANSI_CHARSET
    Font.Color = clPurple
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = []
    Lines.Strings = (
      #26412#20154#40784#38182#21018#65292#29233#22909#24191#27867#65281
      #20154#27665#25945#24072#65292'Delphi'#23398#21592
      #33509#26377#20852#36259#65292#35831#19982#25105#32852#31995
      '  0416-8138902')
    ParentFont = False
    ReadOnly = True
    TabOrder = 0
    WantTabs = True
  end
  object BitBtn1: TBitBtn
    Left = 64
    Top = 128
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkRetry
  end
end

⌨️ 快捷键说明

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