home *** CD-ROM | disk | FTP | other *** search
/ Freelog 1 / Freelog001.iso / Logs / Graphism / FreeView / _SETUP.1 / Freeview.exe / 0 / RCDATA / TPAGESDLG / TPAGESDLG.txt < prev   
Text File  |  1997-06-04  |  4KB  |  184 lines

  1. object PagesDlg: TPagesDlg
  2.   Left = 631
  3.   Top = 199
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 276
  7.   ClientWidth = 136
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 136
  20.     Height = 242
  21.     Align = alClient
  22.     BevelOuter = bvNone
  23.     BorderWidth = 5
  24.     ParentColor = True
  25.     TabOrder = 0
  26.     object PageControl1: TPageControl
  27.       Left = 5
  28.       Top = 5
  29.       Width = 126
  30.       Height = 232
  31.       ActivePage = TabSheet2
  32.       Align = alClient
  33.       TabOrder = 0
  34.       object TabSheet2: TTabSheet
  35.         Caption = 'File Types'
  36.         object BMP1: TCheckBox
  37.           Left = 8
  38.           Top = 5
  39.           Width = 60
  40.           Height = 17
  41.           Caption = 'BMP'
  42.           State = cbChecked
  43.           TabOrder = 0
  44.         end
  45.         object DIB1: TCheckBox
  46.           Left = 8
  47.           Top = 22
  48.           Width = 57
  49.           Height = 17
  50.           Caption = 'DIB'
  51.           State = cbChecked
  52.           TabOrder = 1
  53.         end
  54.         object GIF1: TCheckBox
  55.           Left = 8
  56.           Top = 56
  57.           Width = 49
  58.           Height = 17
  59.           Caption = 'GIF'
  60.           State = cbChecked
  61.           TabOrder = 2
  62.         end
  63.         object JIF1: TCheckBox
  64.           Left = 8
  65.           Top = 89
  66.           Width = 41
  67.           Height = 17
  68.           Caption = 'JIF'
  69.           State = cbChecked
  70.           TabOrder = 4
  71.         end
  72.         object JPG1: TCheckBox
  73.           Left = 8
  74.           Top = 108
  75.           Width = 60
  76.           Height = 17
  77.           Caption = 'JPG'
  78.           State = cbChecked
  79.           TabOrder = 5
  80.         end
  81.         object PCX1: TCheckBox
  82.           Left = 8
  83.           Top = 125
  84.           Width = 60
  85.           Height = 17
  86.           Caption = 'PCX'
  87.           State = cbChecked
  88.           TabOrder = 6
  89.         end
  90.         object RLE1: TCheckBox
  91.           Left = 8
  92.           Top = 143
  93.           Width = 60
  94.           Height = 17
  95.           Caption = 'RLE'
  96.           State = cbChecked
  97.           TabOrder = 7
  98.         end
  99.         object TGA1: TCheckBox
  100.           Left = 8
  101.           Top = 160
  102.           Width = 60
  103.           Height = 17
  104.           Caption = 'TGA'
  105.           State = cbChecked
  106.           TabOrder = 8
  107.         end
  108.         object ICO1: TCheckBox
  109.           Left = 8
  110.           Top = 72
  111.           Width = 50
  112.           Height = 17
  113.           Caption = 'ICO'
  114.           State = cbChecked
  115.           TabOrder = 3
  116.         end
  117.         object AllBtn: TButton
  118.           Left = 64
  119.           Top = 32
  120.           Width = 50
  121.           Height = 25
  122.           Hint = 'Check all check boxes.'
  123.           Caption = 'ALL'
  124.           ParentShowHint = False
  125.           ShowHint = True
  126.           TabOrder = 9
  127.           OnClick = AllBtnClick
  128.         end
  129.         object NoneBtn: TButton
  130.           Left = 64
  131.           Top = 64
  132.           Width = 50
  133.           Height = 25
  134.           Hint = 'Clear all check boxes.'
  135.           Caption = 'None'
  136.           ParentShowHint = False
  137.           ShowHint = True
  138.           TabOrder = 10
  139.           OnClick = NoneBtnClick
  140.         end
  141.         object EMF1: TCheckBox
  142.           Left = 8
  143.           Top = 40
  144.           Width = 49
  145.           Height = 17
  146.           Caption = 'EMF'
  147.           State = cbChecked
  148.           TabOrder = 11
  149.         end
  150.         object WMF1: TCheckBox
  151.           Left = 8
  152.           Top = 176
  153.           Width = 57
  154.           Height = 17
  155.           Caption = 'WMF'
  156.           State = cbChecked
  157.           TabOrder = 12
  158.         end
  159.       end
  160.     end
  161.   end
  162.   object Panel2: TPanel
  163.     Left = 0
  164.     Top = 242
  165.     Width = 136
  166.     Height = 34
  167.     Align = alBottom
  168.     BevelOuter = bvNone
  169.     ParentColor = True
  170.     TabOrder = 1
  171.     object OKBtn: TButton
  172.       Left = 32
  173.       Top = 2
  174.       Width = 75
  175.       Height = 25
  176.       Caption = 'Close'
  177.       Default = True
  178.       ModalResult = 1
  179.       TabOrder = 0
  180.       OnClick = OKBtnClick
  181.     end
  182.   end
  183. end
  184.