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

📄 main.~dfm

📁 Pskm 很简单的一个算命程序
💻 ~DFM
字号:
object frm_main: Tfrm_main
  Left = 190
  Top = 175
  BorderStyle = bsDialog
  Caption = '纸牌算命'
  ClientHeight = 515
  ClientWidth = 640
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Image1: TImage
    Left = 528
    Top = 24
    Width = 71
    Height = 96
    AutoSize = True
    Center = True
  end
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 60
    Height = 12
    Caption = '我的资料:'
  end
  object Label2: TLabel
    Left = 104
    Top = 8
    Width = 78
    Height = 12
    Caption = '他/她的资料:'
  end
  object Label3: TLabel
    Left = 536
    Top = 8
    Width = 48
    Height = 12
    Caption = '当前牌:'
  end
  object BB_Start: TBitBtn
    Left = 512
    Top = 296
    Width = 105
    Height = 25
    Caption = '开始'
    TabOrder = 0
    OnClick = BB_StartClick
  end
  object BB_Exit: TBitBtn
    Left = 512
    Top = 417
    Width = 105
    Height = 25
    Caption = '退出'
    TabOrder = 1
    OnClick = BB_ExitClick
  end
  object RadioGroup1: TRadioGroup
    Left = 504
    Top = 128
    Width = 121
    Height = 73
    ItemIndex = 0
    Items.Strings = (
      '大鬼代表我'
      '小鬼代表我')
    TabOrder = 2
  end
  object BB_Pause: TBitBtn
    Left = 512
    Top = 336
    Width = 105
    Height = 25
    Caption = '暂停'
    Enabled = False
    TabOrder = 3
    OnClick = BB_PauseClick
  end
  object BB_Reset: TBitBtn
    Left = 512
    Top = 376
    Width = 105
    Height = 25
    Caption = '复位'
    TabOrder = 4
    OnClick = BB_ResetClick
  end
  object BB_About: TBitBtn
    Left = 512
    Top = 457
    Width = 105
    Height = 25
    Caption = '关于'
    TabOrder = 5
    OnClick = BB_AboutClick
  end
  object ListBox1: TListBox
    Left = 192
    Top = 8
    Width = 297
    Height = 496
    IntegralHeight = True
    ItemHeight = 12
    Items.Strings = (
      '                ☆纸牌算命罗☆')
    TabOrder = 6
  end
  object RadioGroup2: TRadioGroup
    Left = 504
    Top = 216
    Width = 121
    Height = 33
    Columns = 3
    ItemIndex = 1
    Items.Strings = (
      '慢'
      '中'
      '快')
    TabOrder = 7
    OnClick = RadioGroup2Click
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 100
    OnTimer = Timer1Timer
    Left = 376
    Top = 200
  end
end

⌨️ 快捷键说明

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