www.pudn.com > 扑克牌游戏源码PlayingCard.rar > pukeGamewin.dfm


object Form1: TForm1 
  Left = -4 
  Top = -4 
  Width = 648 
  Height = 460 
  HorzScrollBar.Smooth = True 
  Caption = '纸牌游戏' 
  Color = clBtnFace 
  DockSite = True 
  Font.Charset = GB2312_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -12 
  Font.Name = '宋体' 
  Font.Style = [] 
  Menu = MainMenu1 
  OldCreateOrder = False 
  OnCreate = FormCreate 
  OnDestroy = FormDestroy 
  OnPaint = FormPaint 
  PixelsPerInch = 96 
  TextHeight = 12 
  object Shape5: TShape 
    Left = 17 
    Top = 131 
    Width = 70 
    Height = 95 
    Brush.Color = clBlack 
    Brush.Style = bsDiagCross 
    Visible = False 
  end 
  object Shape4: TShape 
    Left = 510 
    Top = 16 
    Width = 71 
    Height = 96 
    Brush.Color = clBlack 
    Brush.Style = bsDiagCross 
    Visible = False 
  end 
  object Shape3: TShape 
    Left = 420 
    Top = 16 
    Width = 71 
    Height = 96 
    Brush.Color = clBlack 
    Brush.Style = bsDiagCross 
    Visible = False 
  end 
  object Shape2: TShape 
    Left = 330 
    Top = 16 
    Width = 71 
    Height = 96 
    Brush.Color = clBlack 
    Brush.Style = bsDiagCross 
    Visible = False 
  end 
  object Shape1: TShape 
    Left = 240 
    Top = 16 
    Width = 71 
    Height = 96 
    Brush.Color = clBlack 
    Brush.Style = bsDiagCross 
    Visible = False 
  end 
  object ClickBmp: TImage 
    Left = 12 
    Top = 12 
    Width = 76 
    Height = 101 
    Cursor = crHandPoint 
    AutoSize = True 
    Transparent = True 
    OnClick = ClickBmpDblClick 
    OnDblClick = ClickBmpDblClick 
  end 
  object Label1: TLabel 
    Left = 14 
    Top = 113 
    Width = 6 
    Height = 12 
    Color = clBtnFace 
    Font.Charset = GB2312_CHARSET 
    Font.Color = clMaroon 
    Font.Height = -12 
    Font.Name = '宋体' 
    Font.Style = [] 
    ParentColor = False 
    ParentFont = False 
    Transparent = True 
  end 
  object Label2: TLabel 
    Left = 14 
    Top = 227 
    Width = 6 
    Height = 12 
    Color = clBtnFace 
    Font.Charset = GB2312_CHARSET 
    Font.Color = clMaroon 
    Font.Height = -12 
    Font.Name = '宋体' 
    Font.Style = [] 
    ParentColor = False 
    ParentFont = False 
    Transparent = True 
  end 
  object Shape6: TShape 
    Left = 16 
    Top = 17 
    Width = 71 
    Height = 96 
    Brush.Color = clBlack 
    Brush.Style = bsDiagCross 
    Visible = False 
  end 
  object Label3: TLabel 
    Left = 168 
    Top = 192 
    Width = 186 
    Height = 12 
    Caption = '你好,欢迎你参与本游戏,祝你好运.' 
    Font.Charset = GB2312_CHARSET 
    Font.Color = clBlue 
    Font.Height = -12 
    Font.Name = '宋体' 
    Font.Style = [] 
    ParentFont = False 
    Transparent = True 
  end 
  object Button1: TButton 
    Left = 15 
    Top = 245 
    Width = 75 
    Height = 25 
    Caption = '查看底牌' 
    TabOrder = 0 
    Visible = False 
    OnClick = Button1Click 
  end 
  object MainMenu1: TMainMenu 
    Left = 168 
    Top = 296 
    object N1: TMenuItem 
      Caption = '游戏(&G)' 
      object N3: TMenuItem 
        Caption = '发牌(&D)' 
        OnClick = N3Click 
      end 
      object U1: TMenuItem 
        Caption = '撤消(&U)' 
        Enabled = False 
      end 
      object S1: TMenuItem 
        Caption = '查看底牌(&S)' 
        OnClick = S1Click 
      end 
      object C1: TMenuItem 
        Caption = '关闭字幕(&C)' 
        OnClick = C1Click 
      end 
      object N4: TMenuItem 
        Caption = '-' 
      end 
      object N9: TMenuItem 
        Caption = '退出(&X)' 
        OnClick = N9Click 
      end 
    end 
    object N2: TMenuItem 
      Caption = '帮助(&H)' 
      object N10: TMenuItem 
        Caption = '帮助主题(&H)' 
        OnClick = N10Click 
      end 
      object N11: TMenuItem 
        Caption = '-' 
      end 
      object A1: TMenuItem 
        Caption = '关于纸牌(&A)' 
        OnClick = A1Click 
      end 
    end 
  end 
  object Timer1: TTimer 
    OnTimer = Timer1Timer 
    Left = 520 
    Top = 240 
  end 
end