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

📄 mainform.dfm

📁 描述了根据五子规则做出相应的分步预测和胜负判断!也对DELPHI的面向对象的程序开发系统做了相应的阐述!
💻 DFM
📖 第 1 页 / 共 4 页
字号:
object Form1: TForm1
  Left = 200
  Top = 73
  Width = 573
  Height = 589
  Caption = '04123016'#39640#26494#30340#20116#23376#26827
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object StatusBar1: TStatusBar
    Left = 0
    Top = 516
    Width = 565
    Height = 19
    Panels = <
      item
        Width = 100
      end
      item
        Width = 50
      end
      item
        Width = 200
      end
      item
        Width = 200
      end
      item
        Width = 50
      end>
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 565
    Height = 516
    Align = alClient
    BevelInner = bvRaised
    Caption = 'Panel1'
    TabOrder = 1
    object Panel2: TPanel
      Left = 2
      Top = 2
      Width = 561
      Height = 512
      Align = alClient
      BevelInner = bvLowered
      BevelOuter = bvLowered
      Caption = 'Panel2'
      TabOrder = 0
      object ScrollBox1: TScrollBox
        Left = 2
        Top = 2
        Width = 557
        Height = 508
        Align = alClient
        TabOrder = 0
        object Image1: TImage
          Left = 0
          Top = 0
          Width = 553
          Height = 504
          Align = alClient
          AutoSize = True
          ParentShowHint = False
          Proportional = True
          ShowHint = True
          OnMouseDown = Image1MouseDown
          OnMouseMove = Image1MouseMove
        end
      end
    end
  end
  object MainMenu1: TMainMenu
    Images = ImageList1
    Left = 272
    Top = 64
    object N1: TMenuItem
      Caption = #28216#25103
      object N2: TMenuItem
        Action = Action1
      end
      object N17: TMenuItem
        Action = Action7
      end
      object N18: TMenuItem
        Action = Action6
      end
      object N3: TMenuItem
        Caption = '-'
      end
      object N4: TMenuItem
        Action = Action2
        SubMenuImages = ImageList1
      end
    end
    object N7: TMenuItem
      Caption = #36873#39033
      object N8: TMenuItem
        Caption = #26174#31034#27493#25968
        OnClick = N8Click
      end
      object N22: TMenuItem
        Action = Action9
      end
      object N19: TMenuItem
        Caption = '-'
      end
      object N20: TMenuItem
        Action = Action4
      end
      object N21: TMenuItem
        Action = Action5
      end
      object N9: TMenuItem
        Caption = '-'
      end
      object N10: TMenuItem
        Caption = #28216#25103#27169#24335
        object N11: TMenuItem
          Caption = #20154#26426#23545#25112
          Checked = True
          GroupIndex = 1
          RadioItem = True
          OnClick = N11Click
        end
        object N12: TMenuItem
          Caption = #21452#20154#23545#25112
          GroupIndex = 1
          RadioItem = True
          OnClick = N12Click
        end
      end
      object N16: TMenuItem
        AutoCheck = True
        Caption = #30005#33041#20808#36208
        OnClick = N16Click
      end
      object N15: TMenuItem
        Caption = '-'
      end
      object N13: TMenuItem
        Caption = #26174#31034#29366#24577#26639
        Checked = True
        OnClick = N13Click
      end
      object N14: TMenuItem
        Caption = #26174#31034#24037#20855#26639
        Checked = True
        OnClick = N14Click
      end
    end
    object N5: TMenuItem
      Caption = #24110#21161
      object N6: TMenuItem
        Action = Action3
      end
    end
  end
  object ActionManager1: TActionManager
    ActionBars = <
      item
        ContextItems = <
          item
            Caption = 'ActionClientItem0'
          end>
        Items = <
          item
            Caption = '-'
          end
          item
            Action = Action1
            Caption = #26032#28216#25103'(&Z)'
          end
          item
            ContextItems = <
              item
                Caption = 'ActionClientItem0'
              end>
            Action = Action3
          end>
      end>
    Images = ImageList1
    Left = 320
    Top = 64
    StyleName = 'XP Style'
    object Action1: TAction
      Caption = #26032#28216#25103
      Hint = #26032#24314#28216#25103
      ImageIndex = 3
      OnExecute = Action1Execute
    end
    object Action7: TAction
      Caption = #25171#24320
      Hint = #25171#24320#26827#23616
      ImageIndex = 0
      OnExecute = Action7Execute
    end
    object Action6: TAction
      Caption = #20445#23384
      Hint = #20445#23384#26827#23616
      ImageIndex = 1
      OnExecute = Action6Execute
    end
    object Action2: TAction
      Caption = #36864#20986#28216#25103
      Hint = #36864#20986#28216#25103
      ImageIndex = 19
      OnExecute = Action2Execute
    end
    object Action3: TAction
      Caption = #20851#20110
      Hint = #20851#20110
      OnExecute = Action3Execute
    end

⌨️ 快捷键说明

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