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

📄 moveball.dfm.~1~

📁 《Delphi 2005程序设计及其应用开发》源代码
💻 ~1~
字号:
object Form1: TForm1
  Left = 218
  Top = 186
  Width = 596
  Height = 390
  Caption = #181#175#215#211#199#242
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 588
    Height = 356
    Align = alClient
    BevelOuter = bvLowered
    Color = clInactiveCaption
    PopupMenu = PopupMenu1
    TabOrder = 0
    object Shape1: TShape
      Left = 16
      Top = 16
      Width = 41
      Height = 33
      Brush.Color = clRed
      Shape = stCircle
    end
  end
  object Timer1: TTimer
    Interval = 100
    OnTimer = Timer1Timer
    Left = 24
    Top = 224
  end
  object PopupMenu1: TPopupMenu
    BiDiMode = bdLeftToRight
    ParentBiDiMode = False
    Left = 216
    Top = 112
    object N1: TMenuItem
      Caption = #209#213#201#171
      object RedItem: TMenuItem
        Caption = #186#236#201#171
        OnClick = RedItemClick
      end
      object YellowItem: TMenuItem
        Caption = #187#198#201#171
        OnClick = YellowItemClick
      end
      object GreenItem: TMenuItem
        Caption = #194#204#201#171
        OnClick = GreenItemClick
      end
    end
    object N2: TMenuItem
      Caption = #208#206#215#180
      object CircleItem: TMenuItem
        Caption = #212#178#208#206
        OnClick = CircleItemClick
      end
      object RectangleItem: TMenuItem
        Caption = #190#216#208#206
        OnClick = RectangleItemClick
      end
      object EllipseItem: TMenuItem
        Caption = #205#214#212#178
        OnClick = EllipseItemClick
      end
      object SquareItem: TMenuItem
        Caption = #213#253#183#189#208#206
        OnClick = SquareItemClick
      end
      object RoundSquare: TMenuItem
        Caption = #212#178#189#199#213#253#183#189#208#206
        OnClick = RoundSquareClick
      end
      object RoundRect: TMenuItem
        Caption = #212#178#189#199#190#216#208#206
        OnClick = RoundRectClick
      end
    end
  end
end

⌨️ 快捷键说明

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