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

📄 u_point24.dfm

📁 用delphi做的速算24点扑克。实现功能齐全
💻 DFM
字号:
object Frm_Point: TFrm_Point
  Left = 178
  Top = 211
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #36895#31639'24'#28857#25169#20811#28216#25103
  ClientHeight = 338
  ClientWidth = 647
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = Menu_Point
  OldCreateOrder = False
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Image1: TImage
    Left = 493
    Top = 6
    Width = 140
    Height = 190
    Stretch = True
  end
  object Image2: TImage
    Left = 333
    Top = 6
    Width = 140
    Height = 190
    Stretch = True
  end
  object Image3: TImage
    Left = 173
    Top = 6
    Width = 140
    Height = 190
    Stretch = True
  end
  object Image4: TImage
    Left = 13
    Top = 6
    Width = 140
    Height = 190
    Stretch = True
  end
  object Label1: TLabel
    Left = 16
    Top = 312
    Width = 72
    Height = 12
    Caption = #20351#29992#26102#38388'/'#31186':'
    Transparent = True
  end
  object Label2: TLabel
    Left = 128
    Top = 251
    Width = 90
    Height = 12
    Caption = #36755#20837#25968#23398#34920#36798#24335':'
  end
  object Lab_Time: TLabel
    Left = 93
    Top = 312
    Width = 8
    Height = 13
    Caption = '0'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object E_Point: TEdit
    Left = 221
    Top = 247
    Width = 297
    Height = 20
    ImeName = #26497#21697#20116#31508#36755#20837#27861
    TabOrder = 0
    OnKeyDown = E_PointKeyDown
    OnKeyPress = E_PointKeyPress
  end
  object Btn_Calc: TButton
    Left = 286
    Top = 280
    Width = 75
    Height = 25
    Caption = #35745#31639
    Enabled = False
    TabOrder = 1
    OnClick = Btn_CalcClick
  end
  object But_ReSet: TButton
    Left = 535
    Top = 304
    Width = 75
    Height = 25
    Caption = #24320#22987#28216#25103
    TabOrder = 2
    OnClick = But_ReSetClick
  end
  object Menu_Point: TMainMenu
    AutoHotkeys = maManual
    Left = 544
    Top = 240
    object F1: TMenuItem
      Caption = #25991#20214'(&F)'
      object N_Start: TMenuItem
        Caption = #24320#22987#28216#25103'     '
        ShortCut = 113
        OnClick = N_StartClick
      end
      object N_GameRu: TMenuItem
        Caption = #28216#25103#35268#21017
        ShortCut = 112
        OnClick = N_GameRuClick
      end
      object N_Exit: TMenuItem
        Caption = #36864#20986'(&X)'
        OnClick = N_ExitClick
      end
    end
  end
  object Tim_Point: TTimer
    Enabled = False
    OnTimer = Tim_PointTimer
    Left = 576
    Top = 240
  end
end

⌨️ 快捷键说明

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