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

📄 untoption.dfm

📁 这是一个扑克牌游戏。 1.抓有黑桃7 的玩家首先出黑桃7。 2.然后按逆时针方向出牌。每位玩家依次出牌
💻 DFM
字号:
object frmOption: TfrmOption
  Left = 317
  Top = 226
  BorderStyle = bsDialog
  Caption = #36873#39033
  ClientHeight = 236
  ClientWidth = 284
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object grpSpeed: TGroupBox
    Left = 16
    Top = 8
    Width = 81
    Height = 89
    Caption = #21160#30011#36895#24230
    TabOrder = 0
    object rbFast: TRadioButton
      Left = 16
      Top = 16
      Width = 55
      Height = 17
      Caption = #24555
      TabOrder = 0
    end
    object rbNormal: TRadioButton
      Left = 16
      Top = 40
      Width = 55
      Height = 17
      Caption = #20013
      Checked = True
      TabOrder = 1
      TabStop = True
    end
    object rbSlow: TRadioButton
      Left = 16
      Top = 64
      Width = 55
      Height = 17
      Caption = #24930
      TabOrder = 2
    end
  end
  object grpSound: TGroupBox
    Left = 104
    Top = 8
    Width = 89
    Height = 89
    Caption = #20986#29260#38899#25928
    TabOrder = 1
    object chkComputerSound: TCheckBox
      Left = 16
      Top = 40
      Width = 57
      Height = 17
      Caption = #30005#33041
      TabOrder = 0
    end
    object chkHumanSound: TCheckBox
      Left = 16
      Top = 16
      Width = 57
      Height = 17
      Caption = #29609#23478
      TabOrder = 1
    end
  end
  object btnOK: TButton
    Left = 208
    Top = 12
    Width = 61
    Height = 23
    Caption = #30830#23450'(&O)'
    Default = True
    ModalResult = 1
    TabOrder = 2
    OnClick = btnOKClick
  end
  object btnCancel: TButton
    Left = 208
    Top = 40
    Width = 61
    Height = 23
    Cancel = True
    Caption = #21462#28040'(&C)'
    ModalResult = 2
    TabOrder = 3
  end
  object grpPlayer: TGroupBox
    Left = 16
    Top = 104
    Width = 177
    Height = 121
    Caption = #29609#23478#22995#21517
    TabOrder = 4
    object lblPlayer1: TLabel
      Left = 16
      Top = 44
      Width = 42
      Height = 12
      Caption = #30005#33041#19968':'
    end
    object lblPlayer2: TLabel
      Left = 16
      Top = 68
      Width = 42
      Height = 12
      Caption = #30005#33041#20108':'
    end
    object lblPlayer3: TLabel
      Left = 16
      Top = 92
      Width = 42
      Height = 12
      Caption = #30005#33041#19977':'
    end
    object lblPlayer0: TLabel
      Left = 16
      Top = 20
      Width = 30
      Height = 12
      Caption = #29609#23478':'
    end
    object edtPlayer0: TEdit
      Left = 64
      Top = 16
      Width = 97
      Height = 20
      TabOrder = 0
      Text = #29609#23478
    end
    object edtPlayer1: TEdit
      Left = 64
      Top = 40
      Width = 97
      Height = 20
      TabOrder = 1
      Text = #24352#19977
    end
    object edtPlayer2: TEdit
      Left = 64
      Top = 64
      Width = 97
      Height = 20
      TabOrder = 2
      Text = #26446#22235
    end
    object edtPlayer3: TEdit
      Left = 64
      Top = 88
      Width = 97
      Height = 20
      TabOrder = 3
      Text = #29579#20116
    end
  end
end

⌨️ 快捷键说明

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