home *** CD-ROM | disk | FTP | other *** search
/ Do It Yourself Pak / Do_ItPak1.iso / aftd / _SETUP.1 / FamTree.exe / 0 / RCDATA / TOPENCOATFORM / TOPENCOATFORM.txt
Text File  |  1999-07-07  |  3KB  |  167 lines

  1. object OpenCoatForm: TOpenCoatForm
  2.   Left = 355
  3.   Top = 288
  4.   Width = 522
  5.   Height = 265
  6.   HelpContext = 4300
  7.   Caption = 'Open Coat Of Arms'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 59
  26.     Height = 13
  27.     Caption = 'File &name:'
  28.     FocusControl = FileEdit
  29.   end
  30.   object TLabel
  31.     Left = 8
  32.     Top = 145
  33.     Width = 95
  34.     Height = 13
  35.     Caption = 'List files of &type:'
  36.     FocusControl = FilterList
  37.   end
  38.   object TLabel
  39.     Left = 179
  40.     Top = 8
  41.     Width = 46
  42.     Height = 13
  43.     Caption = '&Folders:'
  44.     FocusControl = DirectoryList
  45.   end
  46.   object Directory: TLabel
  47.     Left = 172
  48.     Top = 28
  49.     Width = 111
  50.     Height = 13
  51.     Caption = 'D:\Cosmi\Famtree2'
  52.   end
  53.   object TLabel
  54.     Left = 172
  55.     Top = 145
  56.     Width = 41
  57.     Height = 13
  58.     Caption = 'Dri&ves:'
  59.     FocusControl = DriveList
  60.   end
  61.   object TLabel
  62.     Left = 355
  63.     Top = 8
  64.     Width = 50
  65.     Height = 13
  66.     Caption = 'Preview:'
  67.   end
  68.   object DirectoryList: TDirectoryListBox
  69.     Left = 172
  70.     Top = 52
  71.     Width = 169
  72.     Height = 84
  73.     DirLabel = Directory
  74.     FileList = FileList
  75.     IntegralHeight = True
  76.     ItemHeight = 16
  77.     TabOrder = 2
  78.   end
  79.   object FileEdit: TEdit
  80.     Left = 8
  81.     Top = 24
  82.     Width = 158
  83.     Height = 21
  84.     TabOrder = 0
  85.     Text = '*.coa'
  86.     OnChange = FileEditChange
  87.   end
  88.   object FileList: TFileListBox
  89.     Left = 8
  90.     Top = 52
  91.     Width = 158
  92.     Height = 82
  93.     FileEdit = FileEdit
  94.     IntegralHeight = True
  95.     ItemHeight = 13
  96.     Mask = '*.coa'
  97.     TabOrder = 1
  98.     OnClick = FileListClick
  99.     OnDblClick = FileListDblClick
  100.   end
  101.   object FilterList: TFilterComboBox
  102.     Left = 8
  103.     Top = 161
  104.     Width = 155
  105.     Height = 21
  106.     FileList = FileList
  107.     Filter = 'Coat Of Arms files|*.coa'
  108.     TabOrder = 3
  109.   end
  110.   object DriveList: TDriveComboBox
  111.     Left = 172
  112.     Top = 161
  113.     Width = 169
  114.     Height = 19
  115.     DirList = DirectoryList
  116.     TabOrder = 4
  117.   end
  118.   object Help: TBitBtn
  119.     Left = 202
  120.     Top = 203
  121.     Width = 87
  122.     Height = 23
  123.     TabOrder = 7
  124.     OnClick = HelpClick
  125.     Kind = bkHelp
  126.     Style = bsWin31
  127.   end
  128.   object Cancel: TBitBtn
  129.     Left = 104
  130.     Top = 203
  131.     Width = 88
  132.     Height = 24
  133.     TabOrder = 6
  134.     Kind = bkCancel
  135.     Style = bsWin31
  136.   end
  137.   object OK: TBitBtn
  138.     Left = 7
  139.     Top = 203
  140.     Width = 87
  141.     Height = 24
  142.     TabOrder = 5
  143.     Kind = bkOK
  144.     Style = bsWin31
  145.   end
  146.   object Panel: TPanel
  147.     Left = 351
  148.     Top = 24
  149.     Width = 157
  150.     Height = 208
  151.     BevelOuter = bvNone
  152.     BorderStyle = bsSingle
  153.     Color = clWhite
  154.     TabOrder = 8
  155.     object ZCanvas: TZoomableCanvas
  156.       Left = 0
  157.       Top = 0
  158.       Width = 153
  159.       Height = 204
  160.       Align = alClient
  161.       DrawBackground = False
  162.       ZoomFactor = 56
  163.       OnPaint = ZCanvasPaint
  164.     end
  165.   end
  166. end
  167.