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

📄 untabout.dfm

📁 这是一个扑克牌游戏。 1.抓有黑桃7 的玩家首先出黑桃7。 2.然后按逆时针方向出牌。每位玩家依次出牌
💻 DFM
字号:
object frmAbout: TfrmAbout
  Left = 296
  Top = 221
  BorderStyle = bsDialog
  Caption = #20851#20110
  ClientHeight = 189
  ClientWidth = 263
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object lblTitle2: TLabel
    Left = 92
    Top = 10
    Width = 96
    Height = 24
    Caption = #25778#20811#25509#40845
    Font.Charset = GB2312_CHARSET
    Font.Color = clGray
    Font.Height = -24
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object lblTitle: TLabel
    Left = 93
    Top = 11
    Width = 96
    Height = 24
    Caption = #25778#20811#25509#40845
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -24
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object lblLink: TLabel
    Left = 16
    Top = 168
    Width = 48
    Height = 12
    Cursor = crHandPoint
    Caption = #32852#31995#20316#32773
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsItalic, fsUnderline]
    ParentFont = False
    OnClick = lblLinkClick
  end
  object imgICON: TImage
    Left = 16
    Top = 8
    Width = 32
    Height = 32
  end
  object btnOK: TButton
    Left = 184
    Top = 160
    Width = 62
    Height = 23
    Cancel = True
    Caption = #30830#23450'(&O)'
    Default = True
    ModalResult = 1
    TabOrder = 0
  end
  object pnlText: TPanel
    Left = 0
    Top = 48
    Width = 265
    Height = 105
    BevelOuter = bvNone
    BorderStyle = bsSingle
    Caption = 'pnlText'
    TabOrder = 1
    object imgText: TImage
      Left = 0
      Top = 0
      Width = 261
      Height = 101
      OnMouseDown = imgTextMouseDown
      OnMouseUp = imgTextMouseUp
    end
  end
  object tmrDraw: TTimer
    Enabled = False
    Interval = 50
    OnTimer = tmrDrawTimer
    Left = 216
    Top = 16
  end
end

⌨️ 快捷键说明

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