unit1.dfm

来自「一个关于DELPHI的CARD辕马 一个关于DELPHI的CARD辕马一个」· DFM 代码 · 共 46 行

DFM
46
字号
object Form1: TForm1
  Left = 231
  Top = 288
  Width = 553
  Height = 188
  Caption = #25169#20811#29260#28436#31034' write by 2ccc.com'
  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 Card1: TCard
    Left = 8
    Top = 8
    Width = 71
    Height = 96
    Value = 1
    Suit = Hearts
    ShowDeck = True
    DeckType = Beach
    OnClick = Card1Click
  end
  object Button1: TButton
    Left = 96
    Top = 120
    Width = 75
    Height = 25
    Caption = #29983#25104#25169#20811
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 200
    Top = 120
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 1
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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