home *** CD-ROM | disk | FTP | other *** search
- object Main: TMain
- Left = 37
- Top = 145
- Width = 640
- Height = 480
- Caption = 'Edge Reversi'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- KeyPreview = True
- Menu = MainMenu
- Position = poScreenCenter
- WindowState = wsMaximized
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 14
- object LMDShadowFill1: TLMDShadowFill
- Left = 16
- Top = 44
- Width = 320
- Height = 321
- end
- object Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 632
- Height = 2
- Align = alTop
- end
- object StatusBar: TPanel
- Left = 0
- Top = 415
- Width = 632
- Height = 19
- Align = alBottom
- Alignment = taLeftJustify
- BevelInner = bvLowered
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object LMDSimplePanel1: TLMDSimplePanel
- Left = 0
- Top = 2
- Width = 632
- Height = 26
- Align = alTop
- TabOrder = 1
- Transparent = False
- object LMDOfficeButton1: TLMDOfficeButton
- Left = 4
- Top = 2
- Width = 23
- Height = 22
- Hint = '|Open a game file'
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77777777777777777777000000000007777700333333333077770B0333333333
- 07770FB03333333330770BFB0333333333070FBFB000000000000BFBFBFBFB07
- 77770FBFBFBFBF0777770BFB0000000777777000777777770007777777777777
- 7007777777770777070777777777700077777777777777777777}
- OnClick = LMDOfficeButton1Click
- end
- object LMDOfficeButton2: TLMDOfficeButton
- Left = 28
- Top = 2
- Width = 23
- Height = 22
- Hint = '|Save a game file'
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00222222222222
- 2222220000000000000220330000008803022033000000880302203300000088
- 0302203300000000030220333333333333022033000000003302203088888888
- 0302203088888888030220308888888803022030888888880302203088888888
- 0002203088888888080220000000000000022222222222222222}
- OnClick = LMDOfficeButton2Click
- end
- object LMDOfficeButton3: TLMDOfficeButton
- Left = 52
- Top = 2
- Width = 23
- Height = 22
- Hint = '|New game'
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 888888888888888888888800000000000888880FFFFFFFFF0888880FFFFFFFFF
- 0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF
- 0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFF0000888880FFFFFF0F0
- 8888880FFFFFF008888888000000008888888888888888888888}
- OnClick = LMDOfficeButton3Click
- end
- end
- object Reversi1: TReversi
- Left = 4
- Top = 32
- Width = 320
- Height = 320
- Gamma = 1500
- Level = TimeLevel
- MoveTime = 2
- ToMove = Black
- Nodes = 0
- Mode = Normal
- WhiteDiscs = 2
- BlackDiscs = 2
- ShowJustPlayed = True
- JustPlayedColour = clYellow
- ShowLegal = True
- ShowThinking = True
- ShowLegalColor = clRed
- ShowFlips = True
- Selective = True
- SelectiveDepth = 10
- Thinking = False
- Version = '1.0a'
- OnPlyChange = Reversi1PlyChange
- OnBestChange = Reversi1BestChange
- OnConsiderNew = Reversi1ConsiderNew
- OnBeginSearch = Reversi1BeginSearch
- OnEndSearch = Reversi1EndSearch
- OnEndGame = Reversi1EndGame
- OnMove = Reversi1Move
- Color = clGreen
- end
- object LMDSimplePanel2: TLMDSimplePanel
- Left = 344
- Top = 28
- Width = 288
- Height = 347
- Align = alRight
- TabOrder = 3
- Transparent = False
- object GroupBox1: TGroupBox
- Left = 0
- Top = 0
- Width = 288
- Height = 97
- Align = alTop
- Caption = 'Game'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- object Label1: TLabel
- Left = 12
- Top = 40
- Width = 26
- Height = 14
- Caption = 'Disks'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Shape1: TShape
- Left = 117
- Top = 15
- Width = 21
- Height = 17
- Shape = stCircle
- end
- object Shape2: TShape
- Left = 193
- Top = 15
- Width = 21
- Height = 17
- Brush.Color = clBlack
- Shape = stCircle
- end
- object Label2: TLabel
- Left = 12
- Top = 58
- Width = 41
- Height = 14
- Caption = 'To Move'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 12
- Top = 76
- Width = 26
- Height = 14
- Caption = 'Level'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 105
- Top = 40
- Width = 45
- Height = 14
- Alignment = taCenter
- AutoSize = False
- Caption = 'Label4'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label5: TLabel
- Left = 181
- Top = 40
- Width = 45
- Height = 14
- Alignment = taCenter
- AutoSize = False
- Caption = 'Label5'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object LMDNImage1: TLMDNImage
- Left = 120
- Top = 56
- Width = 17
- Height = 17
- TransparentStyle.Color = clYellow
- TransparentStyle.Mode = tpRBTranspColor
- Bitmap.Data = {
- 36030000424D3603000000000000360000002800000010000000100000000100
- 180000000000000300000000000000000000000000000000000000FFFF00FFFF
- 00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
- FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF84848484848400FFFF00
- FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
- 00FFFF84848484848484848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FF
- FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00840000840084848484848400
- FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
- 00840000840000840000840084848484848400FFFF00FFFF00FFFF00FFFF00FF
- FF00FFFF00FFFF00FFFF00FFFF84848400840000840000840000840084848484
- 848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF008400
- 00840000840000840000840000840084848484848400FFFF00FFFF00FFFF00FF
- FF00FFFF00FFFF00FFFF00840000840000840000840000FFFF00840000840000
- 840084848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF008400
- 00840000840000FFFF00840000840000840084848484848484848400FFFF00FF
- FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00840000
- 840000840084848484848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
- 00FFFF00FFFF00FFFF00FFFF00FFFF0084000084000084008484848484848484
- 8400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
- FFFF00840000840000840084848484848484848400FFFF00FFFF00FFFF00FFFF
- 00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00840000840000840000FF
- FF84848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
- FFFF00FFFF00FFFF00840000840000840000FFFF00FFFF00FFFF00FFFF00FFFF
- 00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF0084
- 0000840000FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
- FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF}
- end
- object LMDNImage2: TLMDNImage
- Left = 196
- Top = 56
- Width = 17
- Height = 17
- TransparentStyle.Color = clYellow
- TransparentStyle.Mode = tpRBTranspColor
- Bitmap.Data = {
- 36030000424D3603000000000000360000002800000010000000100000000100
- 180000000000000300000000000000000000000000000000000000FFFF00FFFF
- 00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
- FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF84848484848400FFFF00
- FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
- 00FFFF84848484848484848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FF
- FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00840000840084848484848400
- FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
- 00840000840000840000840084848484848400FFFF00FFFF00FFFF00FFFF00FF
- FF00FFFF00FFFF00FFFF00FFFF84848400840000840000840000840084848484
- 848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF008400
- 00840000840000840000840000840084848484848400FFFF00FFFF00FFFF00FF
- FF00FFFF00FFFF00FFFF00840000840000840000840000FFFF00840000840000
- 840084848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF008400
- 00840000840000FFFF00840000840000840084848484848484848400FFFF00FF
- FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00840000
- 840000840084848484848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
- 00FFFF00FFFF00FFFF00FFFF00FFFF0084000084000084008484848484848484
- 8400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
- FFFF00840000840000840084848484848484848400FFFF00FFFF00FFFF00FFFF
- 00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00840000840000840000FF
- FF84848484848400FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
- FFFF00FFFF00FFFF00840000840000840000FFFF00FFFF00FFFF00FFFF00FFFF
- 00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF0084
- 0000840000FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
- FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF}
- end
- object Label6: TLabel
- Left = 109
- Top = 76
- Width = 174
- Height = 14
- AutoSize = False
- Caption = 'Label6'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- end
- object GroupBox2: TGroupBox
- Left = 0
- Top = 97
- Width = 288
- Height = 84
- Align = alTop
- Caption = 'Statistics'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- object Label7: TLabel
- Left = 12
- Top = 24
- Width = 77
- Height = 14
- Caption = 'Candidate Move'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label8: TLabel
- Left = 12
- Top = 44
- Width = 57
- Height = 14
- Caption = 'Considering'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label9: TLabel
- Left = 176
- Top = 44
- Width = 28
- Height = 14
- Caption = 'Depth'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label10: TLabel
- Left = 176
- Top = 24
- Width = 49
- Height = 14
- Caption = 'Evaluation'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label11: TLabel
- Left = 109
- Top = 24
- Width = 38
- Height = 14
- Caption = 'Label11'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Label12: TLabel
- Left = 109
- Top = 44
- Width = 38
- Height = 14
- Caption = 'Label12'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Label13: TLabel
- Left = 237
- Top = 24
- Width = 38
- Height = 14
- Caption = 'Label13'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Label14: TLabel
- Left = 237
- Top = 44
- Width = 38
- Height = 14
- Caption = 'Label14'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Label15: TLabel
- Left = 252
- Top = 43
- Width = 3
- Height = 14
- Caption = ':'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label16: TLabel
- Left = 260
- Top = 44
- Width = 4
- Height = 14
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label17: TLabel
- Left = 12
- Top = 64
- Width = 31
- Height = 14
- Caption = 'Nodes'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label18: TLabel
- Left = 109
- Top = 64
- Width = 38
- Height = 14
- Caption = 'Label18'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- end
- object LMDSimplePanel4: TLMDSimplePanel
- Left = 0
- Top = 337
- Width = 288
- Height = 10
- Align = alBottom
- TabOrder = 2
- Transparent = False
- end
- object GroupBox3: TGroupBox
- Left = 0
- Top = 181
- Width = 288
- Height = 156
- Align = alClient
- Caption = 'Best Line'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- object LMDSimplePanel5: TLMDSimplePanel
- Left = 280
- Top = 21
- Width = 6
- Height = 127
- Align = alRight
- TabOrder = 0
- Transparent = False
- end
- object LMDSimplePanel6: TLMDSimplePanel
- Left = 2
- Top = 21
- Width = 7
- Height = 127
- Align = alLeft
- TabOrder = 1
- Transparent = False
- end
- object LMDSimplePanel7: TLMDSimplePanel
- Left = 2
- Top = 148
- Width = 284
- Height = 6
- Align = alBottom
- TabOrder = 2
- Transparent = False
- end
- object LMDSimplePanel8: TLMDSimplePanel
- Left = 2
- Top = 16
- Width = 284
- Height = 5
- Align = alTop
- TabOrder = 3
- Transparent = False
- end
- object ListBox1: TListBox
- Left = 9
- Top = 21
- Width = 271
- Height = 127
- Align = alClient
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 14
- ParentFont = False
- Style = lbOwnerDrawFixed
- TabOrder = 4
- OnDrawItem = ListBox1DrawItem
- end
- end
- end
- object LMDSimplePanel3: TLMDSimplePanel
- Left = 0
- Top = 375
- Width = 632
- Height = 40
- Align = alBottom
- TabOrder = 4
- Transparent = False
- object LMDOfficeButton4: TLMDOfficeButton
- Left = 112
- Top = 4
- Width = 97
- Height = 29
- Hint = '|Force the computer to play'
- Caption = 'edge'
- Color = clRed
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = LMDOfficeButton4Click
- end
- object LMDShapeButton1: TLMDShapeButton
- Left = 64
- Top = 4
- Width = 45
- Height = 33
- Hint = '|Take back a move'
- OnClick = LMDShapeButton1Click
- AllowTransparency = True
- AllowMouseOver = True
- MouseOver = False
- Shape.Shape = stDirectLeft
- Colors.Down = clRed
- Colors.MouseOver = clBlue
- Colors.Up = clBlue
- end
- object LMDShapeButton2: TLMDShapeButton
- Left = 212
- Top = 3
- Width = 45
- Height = 33
- Hint = '|Move forward one move'
- OnClick = LMDShapeButton2Click
- AllowTransparency = True
- AllowMouseOver = True
- MouseOver = False
- Shape.Shape = stDirectRight
- Colors.Down = clRed
- Colors.MouseOver = clBlue
- Colors.Up = clBlue
- end
- end
- object MainMenu: TMainMenu
- Left = 331
- Top = 382
- object FileMenu: TMenuItem
- Caption = '&File'
- object New1: TMenuItem
- Caption = '&New'
- Hint = 'New game'
- OnClick = New1Click
- end
- object OpenItem: TMenuItem
- Caption = '&Open...'
- Hint = 'Open a file'
- OnClick = OpenItemClick
- end
- object SaveItem: TMenuItem
- Caption = '&Save...'
- Hint = 'Save current file'
- OnClick = SaveItemClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object ExitItem: TMenuItem
- Caption = 'E&xit'
- Hint = 'Exit application'
- ShortCut = 32856
- OnClick = ExitItemClick
- end
- end
- object Edit1: TMenuItem
- Caption = '&Edit'
- OnClick = Edit1Click
- object Level1: TMenuItem
- Caption = 'Level...'
- Hint = 'Set level of play'
- ShortCut = 16460
- OnClick = Level1Click
- end
- object TwoPlayer1: TMenuItem
- Caption = 'Two Player'
- Hint = 'Two player mode'
- OnClick = TwoPlayer1Click
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object TakeBack1: TMenuItem
- Caption = 'Take Back'
- Hint = 'Take back a move'
- ShortCut = 46
- OnClick = TakeBack1Click
- end
- object MoveForward1: TMenuItem
- Caption = 'Move Forward'
- Hint = 'Move forward one move'
- ShortCut = 45
- OnClick = MoveForward1Click
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object Move1: TMenuItem
- Caption = 'Move Now'
- Hint = 'Force the computer to play'
- OnClick = Move1Click
- end
- end
- object View1: TMenuItem
- Caption = '&View'
- OnClick = View1Click
- object Thinking1: TMenuItem
- Caption = 'Show Thinking'
- Hint = 'Display the candidate move'
- OnClick = Thinking1Click
- end
- object LegalMoves1: TMenuItem
- Caption = 'Show Legal Moves'
- Hint = 'Display all legal moves'
- OnClick = LegalMoves1Click
- end
- object ShowFlipableSquares1: TMenuItem
- Caption = 'Show Flipable Discs'
- Hint = 'Diplay the disc that would be flipped'
- OnClick = ShowFlipableSquares1Click
- end
- object Statistics1: TMenuItem
- Caption = 'Statistics'
- Hint = 'Display the game statistics'
- OnClick = Statistics1Click
- end
- object BestLine1: TMenuItem
- Caption = 'Show Best Line'
- Hint = 'Display the best line of play'
- OnClick = BestLine1Click
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object Sound1: TMenuItem
- Caption = 'Sound'
- Hint = 'Make a sound after each move'
- OnClick = Sound1Click
- end
- object Selective1: TMenuItem
- Caption = 'Selective'
- Checked = True
- Hint = 'Selective search'
- OnClick = Selective1Click
- end
- end
- object Help1: TMenuItem
- Caption = '&Help'
- object About1: TMenuItem
- Caption = '&About...'
- Hint = 'Display about box'
- OnClick = About1Click
- end
- end
- end
- object OpenDialog: TOpenDialog
- Filter = 'Game Files (*.RGM)|*.RGM'
- Left = 391
- Top = 378
- end
- object SaveDialog: TSaveDialog
- Filter = 'Reversi Game Files (*.RGM)|*.RGM'
- Left = 359
- Top = 386
- end
- object LMDIniCtrl1: TLMDIniCtrl
- IniFile = 'Reversi.ini'
- IniPrefix = ppProgram
- Target = itIniFile
- Left = 428
- Top = 379
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- Left = 528
- Top = 379
- end
- object LMDWaveComp1: TLMDWaveComp
- Wave.Data = {
- 0001000052494646F800000057415645666D7420100000000100010022560000
- 225600000100080064617461D300000069766C7896978E9DA0847A816D596876
- 6B7795968E9D9F857A816F5A68756C7693968D9C9F857A81705A67756B759395
- 8D9B9F867B82705B67756C7492958D9B9F877B82725C67756C7490958C99A088
- 7B82735D66756D728F958C98A08A7B81755E65756E718D968C96A08C7B817760
- 647570708A968C949F8F7C807A626274716F87968D929F917D807C656172726E
- 84958E919E937E7F7D676072736E82958F8F9D957F7E7E686071746D80948F8F
- 9D95807E7F6A6070746D7E93908D9C97817E806C606F756E7C93908D9B98827D
- 806D6000}
- Left = 472
- Top = 383
- end
- object LMDSysInfo1: TLMDSysInfo
- Left = 308
- Top = 383
- end
- end
-