⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 untscore.dfm

📁 这是一个扑克牌游戏。 1.抓有黑桃7 的玩家首先出黑桃7。 2.然后按逆时针方向出牌。每位玩家依次出牌
💻 DFM
字号:
object frmScore: TfrmScore
  Left = 320
  Top = 206
  BorderStyle = bsDialog
  Caption = 'frmScore'
  ClientHeight = 305
  ClientWidth = 335
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object imgEnd: TImage
    Left = 280
    Top = 48
    Width = 32
    Height = 32
    ParentShowHint = False
    ShowHint = False
  end
  object imgScore: TImage
    Left = 0
    Top = 0
    Width = 265
    Height = 305
  end
  object btnOK: TButton
    Left = 272
    Top = 8
    Width = 57
    Height = 22
    Cancel = True
    Caption = #30830#23450'(&O)'
    Default = True
    TabOrder = 0
    OnClick = btnOKClick
  end
end

⌨️ 快捷键说明

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