home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 279 / _SETUP.1 / UltraLogic.exe / 0 / RCDATA / TFRMCUSTOMBOARD / TFRMCUSTOMBOARD.txt
Text File  |  1996-12-23  |  4KB  |  186 lines

  1. object frmCustomBoard: TfrmCustomBoard
  2.   Left = 254
  3.   Top = 75
  4.   ActiveControl = btnOk
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Custom Board'
  8.   ClientHeight = 299
  9.   ClientWidth = 181
  10.   Font.Color = clBlack
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Bevel1: TBevel
  20.     Left = 7
  21.     Top = 259
  22.     Width = 168
  23.     Height = 6
  24.     Shape = bsBottomLine
  25.   end
  26.   object Bevel2: TBevel
  27.     Left = 7
  28.     Top = 44
  29.     Width = 168
  30.     Height = 9
  31.     Shape = bsBottomLine
  32.   end
  33.   object PreviewGrid: TDrawGrid
  34.     Left = 55
  35.     Top = 107
  36.     Width = 94
  37.     Height = 48
  38.     HelpContext = 4004
  39.     TabStop = False
  40.     Color = clNavy
  41.     ColCount = 10
  42.     DefaultColWidth = 8
  43.     DefaultRowHeight = 8
  44.     FixedColor = clNavy
  45.     FixedCols = 0
  46.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  47.     PopupMenu = pmenuWhatsThis
  48.     ScrollBars = ssNone
  49.     TabOrder = 0
  50.     ColWidths = (
  51.       8
  52.       8
  53.       8
  54.       8
  55.       8
  56.       8
  57.       8
  58.       8
  59.       8
  60.       8)
  61.   end
  62.   object tbarColumns: TTrackBar
  63.     Left = 52
  64.     Top = 61
  65.     Width = 108
  66.     Height = 47
  67.     HelpContext = 4001
  68.     Min = 1
  69.     Orientation = trHorizontal
  70.     PopupMenu = pmenuWhatsThis
  71.     Frequency = 1
  72.     Position = 1
  73.     SelEnd = 0
  74.     SelStart = 0
  75.     TabOrder = 1
  76.     TickMarks = tmBottomRight
  77.     TickStyle = tsAuto
  78.     OnChange = tbarColumnsChange
  79.   end
  80.   object tbarRows: TTrackBar
  81.     Left = 11
  82.     Top = 105
  83.     Width = 45
  84.     Height = 153
  85.     HelpContext = 4002
  86.     Max = 15
  87.     Min = 1
  88.     Orientation = trVertical
  89.     PopupMenu = pmenuWhatsThis
  90.     Frequency = 1
  91.     Position = 1
  92.     SelEnd = 0
  93.     SelStart = 0
  94.     TabOrder = 2
  95.     TickMarks = tmBottomRight
  96.     TickStyle = tsAuto
  97.     OnChange = tbarRowsChange
  98.   end
  99.   object btnCancel: TButton
  100.     Left = 94
  101.     Top = 271
  102.     Width = 75
  103.     Height = 25
  104.     HelpContext = 2
  105.     Cancel = True
  106.     Caption = 'Cancel'
  107.     Font.Color = clBlack
  108.     Font.Height = -11
  109.     Font.Name = 'MS Sans Serif'
  110.     Font.Style = []
  111.     ModalResult = 2
  112.     ParentFont = False
  113.     PopupMenu = pmenuWhatsThis
  114.     TabOrder = 4
  115.   end
  116.   object btnOk: TButton
  117.     Left = 11
  118.     Top = 271
  119.     Width = 75
  120.     Height = 25
  121.     HelpContext = 1
  122.     Caption = 'OK'
  123.     Default = True
  124.     Font.Color = clBlack
  125.     Font.Height = -11
  126.     Font.Name = 'MS Sans Serif'
  127.     Font.Style = []
  128.     ModalResult = 1
  129.     ParentFont = False
  130.     PopupMenu = pmenuWhatsThis
  131.     TabOrder = 3
  132.   end
  133.   object Panel1: TPanel
  134.     Left = 40
  135.     Top = 3
  136.     Width = 102
  137.     Height = 41
  138.     HelpContext = 4003
  139.     Font.Color = clBlack
  140.     Font.Height = -11
  141.     Font.Name = 'Arial'
  142.     Font.Style = []
  143.     ParentFont = False
  144.     PopupMenu = pmenuWhatsThis
  145.     TabOrder = 5
  146.     object Label1: TLabel
  147.       Left = 4
  148.       Top = 5
  149.       Width = 94
  150.       Height = 13
  151.       Alignment = taCenter
  152.       Caption = 'Board Dimensions:'
  153.       Font.Color = clWindowText
  154.       Font.Height = -11
  155.       Font.Name = 'MS Sans Serif'
  156.       Font.Style = []
  157.       ParentFont = False
  158.       Transparent = True
  159.     end
  160.     object GameDimensionsLabel: TLabel
  161.       Left = 5
  162.       Top = 23
  163.       Width = 92
  164.       Height = 13
  165.       Alignment = taCenter
  166.       AutoSize = False
  167.       Caption = '5 x 10'
  168.       Font.Color = clNavy
  169.       Font.Height = -11
  170.       Font.Name = 'MS Sans Serif'
  171.       Font.Style = [fsBold]
  172.       ParentFont = False
  173.       Transparent = True
  174.     end
  175.   end
  176.   object pmenuWhatsThis: TPopupMenu
  177.     Left = 145
  178.     Top = 227
  179.     object pmitemWhatsThis: TMenuItem
  180.       Caption = '&What'#39's This?'
  181.       ShortCut = 0
  182.       OnClick = pmitemWhatsThisClick
  183.     end
  184.   end
  185. end
  186.