home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 November / Net02.iso / Utility / extracti.exe / #setuppath# / ExtractIcon.exe / 0 / RCDATA / TFORM_SETTINGS / TFORM_SETTINGS.txt
Encoding:
Text File  |  2000-09-23  |  9.7 KB  |  330 lines

  1. object Form_Settings: TForm_Settings
  2.   Left = 323
  3.   Top = 219
  4.   HelpContext = 23
  5.   BorderStyle = bsSingle
  6.   Caption = 'Settings'
  7.   ClientHeight = 306
  8.   ClientWidth = 205
  9.   Color = clBtnFace
  10.   DefaultMonitor = dmMainForm
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel_Sep1: TBevel
  23.     Left = 48
  24.     Top = 260
  25.     Width = 109
  26.     Height = 9
  27.     Shape = bsTopLine
  28.   end
  29.   object GroupBox_SelectExt: TGroupBox
  30.     Left = 12
  31.     Top = 14
  32.     Width = 181
  33.     Height = 207
  34.     Caption = 'Select Extension'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clActiveCaption
  37.     Font.Height = -13
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.     TabOrder = 0
  42.     object CheckBox_Exe: TCheckBox
  43.       Left = 16
  44.       Top = 24
  45.       Width = 69
  46.       Height = 17
  47.       Caption = '*.Exe'
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clBlack
  50.       Font.Height = -13
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = [fsBold]
  53.       ParentFont = False
  54.       TabOrder = 0
  55.     end
  56.     object CheckBox_Dll: TCheckBox
  57.       Left = 16
  58.       Top = 47
  59.       Width = 67
  60.       Height = 17
  61.       Caption = '*.Dll'
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clBlack
  64.       Font.Height = -13
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = [fsBold]
  67.       ParentFont = False
  68.       TabOrder = 1
  69.     end
  70.     object CheckBox_Ico: TCheckBox
  71.       Left = 16
  72.       Top = 70
  73.       Width = 65
  74.       Height = 17
  75.       Caption = '*.Ico'
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clBlack
  78.       Font.Height = -13
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = [fsBold]
  81.       ParentFont = False
  82.       TabOrder = 2
  83.     end
  84.     object CheckBox_Ani: TCheckBox
  85.       Left = 16
  86.       Top = 94
  87.       Width = 65
  88.       Height = 17
  89.       Caption = '*.Ani'
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clBlack
  92.       Font.Height = -13
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = [fsBold]
  95.       ParentFont = False
  96.       TabOrder = 3
  97.     end
  98.     object CheckBox_Cur: TCheckBox
  99.       Left = 16
  100.       Top = 117
  101.       Width = 61
  102.       Height = 17
  103.       Caption = '*.Cur'
  104.       Font.Charset = DEFAULT_CHARSET
  105.       Font.Color = clBlack
  106.       Font.Height = -13
  107.       Font.Name = 'MS Sans Serif'
  108.       Font.Style = [fsBold]
  109.       ParentFont = False
  110.       TabOrder = 4
  111.     end
  112.     object CheckBox_Scr: TCheckBox
  113.       Left = 16
  114.       Top = 140
  115.       Width = 57
  116.       Height = 17
  117.       Caption = '*.Scr'
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = clBlack
  120.       Font.Height = -13
  121.       Font.Name = 'MS Sans Serif'
  122.       Font.Style = [fsBold]
  123.       ParentFont = False
  124.       TabOrder = 5
  125.     end
  126.     object CheckBox_Ocx: TCheckBox
  127.       Left = 110
  128.       Top = 24
  129.       Width = 59
  130.       Height = 17
  131.       Caption = '*.Ocx'
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = clBlack
  134.       Font.Height = -13
  135.       Font.Name = 'MS Sans Serif'
  136.       Font.Style = [fsBold]
  137.       ParentFont = False
  138.       TabOrder = 6
  139.     end
  140.     object CheckBox_Vbx: TCheckBox
  141.       Left = 110
  142.       Top = 47
  143.       Width = 63
  144.       Height = 17
  145.       Caption = '*.Vbx'
  146.       Font.Charset = DEFAULT_CHARSET
  147.       Font.Color = clBlack
  148.       Font.Height = -13
  149.       Font.Name = 'MS Sans Serif'
  150.       Font.Style = [fsBold]
  151.       ParentFont = False
  152.       TabOrder = 7
  153.     end
  154.     object CheckBox_Drv: TCheckBox
  155.       Left = 110
  156.       Top = 70
  157.       Width = 59
  158.       Height = 17
  159.       Caption = '*.Drv'
  160.       Font.Charset = DEFAULT_CHARSET
  161.       Font.Color = clBlack
  162.       Font.Height = -13
  163.       Font.Name = 'MS Sans Serif'
  164.       Font.Style = [fsBold]
  165.       ParentFont = False
  166.       TabOrder = 8
  167.     end
  168.     object CheckBox_Cpl: TCheckBox
  169.       Left = 110
  170.       Top = 94
  171.       Width = 63
  172.       Height = 17
  173.       Caption = '*.Cpl'
  174.       Font.Charset = DEFAULT_CHARSET
  175.       Font.Color = clBlack
  176.       Font.Height = -13
  177.       Font.Name = 'MS Sans Serif'
  178.       Font.Style = [fsBold]
  179.       ParentFont = False
  180.       TabOrder = 9
  181.     end
  182.     object CheckBox_Bmp: TCheckBox
  183.       Left = 110
  184.       Top = 117
  185.       Width = 63
  186.       Height = 17
  187.       Caption = '*.Bmp'
  188.       Font.Charset = DEFAULT_CHARSET
  189.       Font.Color = clBlack
  190.       Font.Height = -13
  191.       Font.Name = 'MS Sans Serif'
  192.       Font.Style = [fsBold]
  193.       ParentFont = False
  194.       TabOrder = 10
  195.     end
  196.     object CheckBox_Icn: TCheckBox
  197.       Left = 110
  198.       Top = 140
  199.       Width = 55
  200.       Height = 17
  201.       Caption = '*.Icn'
  202.       Font.Charset = DEFAULT_CHARSET
  203.       Font.Color = clBlack
  204.       Font.Height = -13
  205.       Font.Name = 'MS Sans Serif'
  206.       Font.Style = [fsBold]
  207.       ParentFont = False
  208.       TabOrder = 11
  209.     end
  210.     object Btn_SelAll: TButton
  211.       Left = 24
  212.       Top = 168
  213.       Width = 53
  214.       Height = 25
  215.       Caption = 'Select All'
  216.       Font.Charset = DEFAULT_CHARSET
  217.       Font.Color = clActiveCaption
  218.       Font.Height = -11
  219.       Font.Name = 'MS Sans Serif'
  220.       Font.Style = []
  221.       ParentFont = False
  222.       TabOrder = 12
  223.       OnClick = Btn_SelAllClick
  224.     end
  225.     object Btn_UnSelAll: TButton
  226.       Left = 104
  227.       Top = 168
  228.       Width = 53
  229.       Height = 25
  230.       Caption = 'UnSelect'
  231.       Font.Charset = DEFAULT_CHARSET
  232.       Font.Color = clActiveCaption
  233.       Font.Height = -11
  234.       Font.Name = 'MS Sans Serif'
  235.       Font.Style = []
  236.       ParentFont = False
  237.       TabOrder = 13
  238.       OnClick = Btn_UnSelAllClick
  239.     end
  240.   end
  241.   object Btn_Close: TButton
  242.     Left = 41
  243.     Top = 268
  244.     Width = 60
  245.     Height = 27
  246.     Caption = 'Close'
  247.     Font.Charset = DEFAULT_CHARSET
  248.     Font.Color = clWindowText
  249.     Font.Height = -11
  250.     Font.Name = 'MS Sans Serif'
  251.     Font.Style = [fsBold]
  252.     ParentFont = False
  253.     TabOrder = 1
  254.     OnClick = Btn_CloseClick
  255.   end
  256.   object CheckBox_AllFiles: TCheckBox
  257.     Left = 46
  258.     Top = 232
  259.     Width = 113
  260.     Height = 17
  261.     Caption = '*.* - All Files'
  262.     Font.Charset = DEFAULT_CHARSET
  263.     Font.Color = clWindowText
  264.     Font.Height = -13
  265.     Font.Name = 'MS Sans Serif'
  266.     Font.Style = [fsBold]
  267.     ParentFont = False
  268.     TabOrder = 2
  269.     OnClick = CheckBox_AllFilesClick
  270.   end
  271.   object BitBtn_Help: TBitBtn
  272.     Left = 120
  273.     Top = 268
  274.     Width = 43
  275.     Height = 27
  276.     TabOrder = 3
  277.     OnClick = BitBtn_HelpClick
  278.     Glyph.Data = {
  279.       0E060000424D0E06000000000000360000002800000016000000160000000100
  280.       180000000000D8050000120B0000120B00000000000000000000C0C0C0C0C0C0
  281.       C0C0C0C0C0C0BFC0BFCBC4CB93AA9388A38888A288A1B0A1CAC4CABFC0BFC0C0
  282.       C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0
  283.       C0C0C0C0C0C0C0C0C0C0CAC3CA87A98700C10000CC0000CB0010B610A3B0A3C7
  284.       C3C7C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  285.       0000C0C0C0C0C0C0C0C0C0C6BEC6A6CBA600F40000FF0000FF0000FF0000FE00
  286.       0DA60DBBB8BBC1C0C1C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  287.       C0C0C0C00000C0C0C0C0C0C0C0C0C0C6BEC692CC924BFF4B1FFF1F00FF0000FF
  288.       0000FF0001A801B8B6B8C1C0C1C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  289.       C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C5BEC597C89776FC76E8FFE826
  290.       FF2600FF0000F40017A617BDB9BDC1C0C1C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  291.       C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0CBBDCB8DCD8D
  292.       77FC774FFF4F00FF001CD91CB3AFB3C6C3C6C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  293.       C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0BFC0
  294.       BFCBBDCB9EC29E7BB87BA5C4A5C1CEC1CCC2CCBEBFBEC0C0C0C0C0C0C0C0C0C0
  295.       C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0
  296.       C0C0C0C0C0C6BFC671D07101AF0159CB59779A77B0B8B0C6C3C6C0C0C0C0C0C0
  297.       C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0
  298.       C0C0C0C0C0C0C0C0C0CBBDCB13F91300FF0000FF0000DB0021A221C6BCC6C0C0
  299.       C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0
  300.       C0C0C0C0C0C0C0C0C0C0C0C0C0C8BDC826F72667FF6707FF0700FF0000C4008E
  301.       A68ECCC4CCC0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  302.       0000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C3BEC381D481A3FFA3CDFFCD01FF01
  303.       00FF0007C20790A790C6BCC6C6C2C6BFC0BFC0C0C0C0C0C0C0C0C0C0C0C0C0C0
  304.       C0C0C0C00000C0C0C0C0C0C0BFC0BFC9BDC9CDC2CDBFC0BFCDBACD79D37984FE
  305.       8407FF0700FF0000FF0000C100259F25B8B6B8D1C7D1BFC0BFC0C0C0C0C0C0C0
  306.       C0C0C0C0C0C0C0C00000C0C0C0C0C0C0D0BBD076D87651AB51C7BDC7C5C1C5CD
  307.       BCCD77D47700FF0000FF0000FF0000FF0000F90021A921609960CBC0CBC2C1C2
  308.       C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C6BEC67BD67B00FF0000F50011CC11
  309.       84AA84C7C0C7C0C0C01CF61C00FF0000FF0000FF0000FF0000FB0000DF0053A5
  310.       53C3BFC3C1C0C1C0C0C0C0C0C0C0C0C00000C0C0C0BFC0BF02FE0200FF0000FF
  311.       0000FF00119A11CABFCACFBBCF80D58000FF0000FF0000FF0000FF0000FF0000
  312.       FF0000BC00A1ABA1C6C2C6C0C0C0C0C0C0C0C0C00000C0C0C0C8BDC883D48300
  313.       FF0000FF0000FF0015A915B9B4B9D4C7D4D3C0D335ED3500FF0000FF0000FF00
  314.       00FF0000FF0000F6002BA02BC6BFC6C0C0C0C0C0C0C0C0C00000C0C0C0CABDCA
  315.       94CE9400FF0000FF0000FF0000F80024AB2468926869B0691DF51D00FF0000FF
  316.       0000FF0000FF0000FF0000FF00169E16C6BEC6C0C0C0C0C0C0C0C0C00000C0C0
  317.       C0C2BFC2C3BFC352E45204FF042BFF2B00FF0000F90000E00000F00000FF0000
  318.       FF0000FF0000FF0000FF0000FF0000FF000F9D0FC6BEC6C0C0C0C0C0C0C0C0C0
  319.       0000C0C0C0C0C0C0C2C0C2C7BCC761E561CFFFCF87FF8700FF0000FF0000FF00
  320.       00FF0000FF0000FF0000FF0000FF0000FF0000E30053A453C6C0C6C0C0C0C0C0
  321.       C0C0C0C00000C0C0C0C0C0C0C0C0C0C2C0C2C4BCC45CE45CC4FFC4B8FFB84DFF
  322.       4D18FF1800FF0000FF0000FF0000FF0000FF0000FF0001B201AFAFAFC6C2C6C0
  323.       C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C3BFC3C5BDC552DF526E
  324.       F46E98FF985AFF5A00FF0000FF0000FF0000FF0000FF0000C80087A887CAC3CA
  325.       C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0BFC0BF
  326.       D3BAD3A8C5A874D37485CF8528F22800FF0000FF001FF51F90D09093AF93CBC3
  327.       CBBFC0BFC0C0C0C0C0C0C0C0C0C0C0C00000}
  328.   end
  329. end
  330.