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

📄 mainform1.~dfm

📁 《C++Builder程序设计范例--中国象棋》配书盘自述文件
💻 ~DFM
字号:
object MainForm: TMainForm
  Left = 210
  Top = 120
  HorzScrollBar.Style = ssFlat
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #20013#22269#35937#26827
  ClientHeight = 471
  ClientWidth = 731
  Color = clMenu
  Ctl3D = False
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Icon.Data = {
    0000010001002020100000000000E80200001600000028000000200000004000
    0000010004000000000000020000000000000000000000000000000000000000
    0000000080000080000000808000800000008000800080800000C0C0C0008080
    80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF009999
    9999999999999999999999999999999888888888888898888888888888999898
    8888888888889888888888888989988988888888888118888888888898899888
    9988888111111113888888898889988889988811111111118888889888899888
    8898811111111111118889888889988888811111111555551111988888899888
    88811111555555BB511118888889988888811115555555BB5511188888899888
    88111B55555555BB555111888889988888115BBBBB5555BB5555118888899888
    81115BBBBB5BB5BB5BB511188889988881155BB5BB5BB5BB5BB5511888899888
    01155BBBBB5BB5BB5BB551188889999991555BB5555BB5BB5BB5511999999888
    81155BBBBB5BB5BB5BB551188889988881155BBBBB5BB5BB5BB5511888899888
    81155BB5BB5BBBBBBBB551188889988881155BBBBB5BBBBBBBB5511888899888
    881555BBB55555BB55555188888998888815555BB55555BB5555188888899888
    8811555BB55555BB555198888889988888811555555555BB5511988888899888
    8998111555555555518889888889988889888811155511111188889888899888
    9888888811111111888888898889988988888888888898888888888898899899
    8888888888889888888888888989989888888888888898888888888888999988
    8888888888889888888888888889999999999999999999999999999999990000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000008000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    000000000000000000000000000000000000000000000000000000000000}
  Menu = TChessMenu
  OldCreateOrder = False
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnMouseDown = FormMouseDown
  OnMouseMove = FormMouseMove
  OnPaint = FormPaint
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object TChessMenu: TMainMenu
    AutoHotkeys = maManual
    Left = 32
    Top = 16
    object Game: TMenuItem
      Caption = #28216#25103
      object NewChessGame1: TMenuItem
        Caption = #26032#24314
        OnClick = NewChessGame1Click
      end
      object RestoreGame1: TMenuItem
        Caption = #24674#22797
        OnClick = RestoreGame1Click
      end
      object SaveGame1: TMenuItem
        Caption = #20445#23384
        OnClick = SaveGame1Click
      end
      object SaveGameAs1: TMenuItem
        Caption = #21478#23384#20026'...'
        OnClick = SaveGameAsClick
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object Exit1: TMenuItem
        Caption = #36864#20986
        OnClick = Exit1Click
      end
      object N2: TMenuItem
        Caption = '-'
      end
      object Pass: TMenuItem
        Caption = #23545#24328
        OnClick = PassClick
      end
      object Hint1: TMenuItem
        Caption = #25552#31034
        OnClick = Hint1Click
      end
      object About: TMenuItem
        Caption = #20851#20110
        OnClick = AboutClick
      end
    end
    object Edit: TMenuItem
      Caption = #32534#36753
      object UndoMove: TMenuItem
        Caption = #24724#26827
        Enabled = False
        OnClick = UndoMoveClick
      end
      object RedoUndo: TMenuItem
        Caption = #37325#19979
        Enabled = False
        OnClick = RedoUndoClick
      end
      object N3: TMenuItem
        Caption = '-'
      end
      object MovePiece: TMenuItem
        Caption = #25670#23376
        OnClick = MovePieceClick
      end
    end
    object Level1: TMenuItem
      Caption = #32423#21035
      object Easy: TMenuItem
        Caption = #23481#26131
        OnClick = EasyClick
      end
      object MoveTime: TMenuItem
        Caption = #27599#27425#31227#21160#26102#38388'...'
        OnClick = MoveTimeClick
      end
      object TotalTime: TMenuItem
        Caption = #24635#26102#38388
        OnClick = TotalTimeClick
      end
      object Matching: TMenuItem
        Caption = #21305#37197
        OnClick = MatchingClick
      end
      object Infinite: TMenuItem
        Caption = #26080#38480#21046
        OnClick = InfiniteClick
      end
      object Ply1: TMenuItem
        Caption = #22238#21512#25628#32034
        OnClick = Ply1Click
      end
      object Mate: TMenuItem
        Caption = #23558#27515#25628#32034
        OnClick = MateClick
      end
    end
    object Options: TMenuItem
      Caption = #36873#39033
      object TwoPlayer: TMenuItem
        Caption = #20004#20154#23545#24328
        OnClick = TwoPlayerClick
      end
      object Demo: TMenuItem
        Caption = #28436#31034#27169#24335
        OnClick = DemoClick
      end
      object PieceValues: TMenuItem
        Caption = #26827#23376#20540'...'
        OnClick = PieceValuesClick
      end
      object N30: TMenuItem
        Caption = '-'
      end
      object MouseMove: TMenuItem
        Caption = #31227#21160
        object MouseDrag: TMenuItem
          Caption = #25302#21160
          Checked = True
          OnClick = MouseDragClick
        end
        object MouseSelect: TMenuItem
          Caption = #36873#25321
          OnClick = MouseSelectClick
        end
      end
      object Sound: TMenuItem
        Caption = #22768#38899
        OnClick = SoundClick
      end
    end
    object Display: TMenuItem
      Caption = #26174#31034
      object Colors: TMenuItem
        Caption = #39068#33394'...'
        OnClick = ColorsClick
      end
      object Reverse: TMenuItem
        Caption = #21453#36716#26827#30424
        OnClick = ReverseClick
      end
      object BestPath: TMenuItem
        Caption = #26368#22909#36335#32447
        Checked = True
        OnClick = BestPathClick
      end
    end
  end
  object TChessEditMenu: TMainMenu
    AutoHotkeys = maManual
    Left = 80
    Top = 16
    object Done: TMenuItem
      Caption = #23436#25104
      OnClick = DoneClick
    end
    object Clear: TMenuItem
      Caption = #28165#38500
      OnClick = ClearClick
    end
    object Turn: TMenuItem
      Caption = #36718#27969
      object RedTurn: TMenuItem
        Caption = #32418#26041
        OnClick = RedTurnClick
      end
      object BlackTurn: TMenuItem
        Caption = #40657#26041
        OnClick = BlackTurnClick
      end
    end
    object Cancel: TMenuItem
      Caption = #24573#30053
      OnClick = CancelClick
    end
  end
  object TChessThinkMenu: TMainMenu
    AutoHotkeys = maManual
    Left = 128
    Top = 16
    object Stop: TMenuItem
      Caption = #20572#27490
    end
  end
  object OpenDialog1: TOpenDialog
    Filter = 'Chess  File(*.chs)|*.chs'
    Left = 224
    Top = 16
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = 'chs'
    Filter = 'Chess File(*.chs)|*.chs'
    Left = 272
    Top = 16
  end
  object Timer1: TTimer
    Tag = 1
    Enabled = False
    OnTimer = Timer1Timer
    Left = 176
    Top = 16
  end
end

⌨️ 快捷键说明

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