home *** CD-ROM | disk | FTP | other *** search
- object EmxDemoSolveForm: TEmxDemoSolveForm
- Left = 40
- Top = 225
- Width = 725
- Height = 107
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSizeToolWin
- Caption = 'Acrostic Clue A'
- Color = clSilver
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClose = FormClose
- OnDeactivate = FormDeactivate
- OnKeyPress = FormKeyPress
- OnMouseDown = FormMouseDown
- OnPaint = FormPaint
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object SolveGrid: TPaintBox
- Left = 8
- Top = 44
- Width = 689
- Height = 23
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- OnMouseDown = SolveGridMouseDown
- OnPaint = SolveGridPaint
- end
- object ClueLbl: TLabel
- Left = 8
- Top = 16
- Width = 46
- Height = 17
- Caption = 'ClueLbl'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- end
-