home *** CD-ROM | disk | FTP | other *** search
- object Form_Settings: TForm_Settings
- Left = 323
- Top = 219
- HelpContext = 23
- BorderStyle = bsSingle
- Caption = 'Settings'
- ClientHeight = 306
- ClientWidth = 205
- Color = clBtnFace
- DefaultMonitor = dmMainForm
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel_Sep1: TBevel
- Left = 48
- Top = 260
- Width = 109
- Height = 9
- Shape = bsTopLine
- end
- object GroupBox_SelectExt: TGroupBox
- Left = 12
- Top = 14
- Width = 181
- Height = 207
- Caption = 'Select Extension'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clActiveCaption
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- object CheckBox_Exe: TCheckBox
- Left = 16
- Top = 24
- Width = 69
- Height = 17
- Caption = '*.Exe'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object CheckBox_Dll: TCheckBox
- Left = 16
- Top = 47
- Width = 67
- Height = 17
- Caption = '*.Dll'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- end
- object CheckBox_Ico: TCheckBox
- Left = 16
- Top = 70
- Width = 65
- Height = 17
- Caption = '*.Ico'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- end
- object CheckBox_Ani: TCheckBox
- Left = 16
- Top = 94
- Width = 65
- Height = 17
- Caption = '*.Ani'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- end
- object CheckBox_Cur: TCheckBox
- Left = 16
- Top = 117
- Width = 61
- Height = 17
- Caption = '*.Cur'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 4
- end
- object CheckBox_Scr: TCheckBox
- Left = 16
- Top = 140
- Width = 57
- Height = 17
- Caption = '*.Scr'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 5
- end
- object CheckBox_Ocx: TCheckBox
- Left = 110
- Top = 24
- Width = 59
- Height = 17
- Caption = '*.Ocx'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 6
- end
- object CheckBox_Vbx: TCheckBox
- Left = 110
- Top = 47
- Width = 63
- Height = 17
- Caption = '*.Vbx'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 7
- end
- object CheckBox_Drv: TCheckBox
- Left = 110
- Top = 70
- Width = 59
- Height = 17
- Caption = '*.Drv'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 8
- end
- object CheckBox_Cpl: TCheckBox
- Left = 110
- Top = 94
- Width = 63
- Height = 17
- Caption = '*.Cpl'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 9
- end
- object CheckBox_Bmp: TCheckBox
- Left = 110
- Top = 117
- Width = 63
- Height = 17
- Caption = '*.Bmp'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 10
- end
- object CheckBox_Icn: TCheckBox
- Left = 110
- Top = 140
- Width = 55
- Height = 17
- Caption = '*.Icn'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 11
- end
- object Btn_SelAll: TButton
- Left = 24
- Top = 168
- Width = 53
- Height = 25
- Caption = 'Select All'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clActiveCaption
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 12
- OnClick = Btn_SelAllClick
- end
- object Btn_UnSelAll: TButton
- Left = 104
- Top = 168
- Width = 53
- Height = 25
- Caption = 'UnSelect'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clActiveCaption
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 13
- OnClick = Btn_UnSelAllClick
- end
- end
- object Btn_Close: TButton
- Left = 41
- Top = 268
- Width = 60
- Height = 27
- Caption = 'Close'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnClick = Btn_CloseClick
- end
- object CheckBox_AllFiles: TCheckBox
- Left = 46
- Top = 232
- Width = 113
- Height = 17
- Caption = '*.* - All Files'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- OnClick = CheckBox_AllFilesClick
- end
- object BitBtn_Help: TBitBtn
- Left = 120
- Top = 268
- Width = 43
- Height = 27
- TabOrder = 3
- OnClick = BitBtn_HelpClick
- Glyph.Data = {
- 0E060000424D0E06000000000000360000002800000016000000160000000100
- 180000000000D8050000120B0000120B00000000000000000000C0C0C0C0C0C0
- C0C0C0C0C0C0BFC0BFCBC4CB93AA9388A38888A288A1B0A1CAC4CABFC0BFC0C0
- C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0
- C0C0C0C0C0C0C0C0C0C0CAC3CA87A98700C10000CC0000CB0010B610A3B0A3C7
- C3C7C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
- 0000C0C0C0C0C0C0C0C0C0C6BEC6A6CBA600F40000FF0000FF0000FF0000FE00
- 0DA60DBBB8BBC1C0C1C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
- C0C0C0C00000C0C0C0C0C0C0C0C0C0C6BEC692CC924BFF4B1FFF1F00FF0000FF
- 0000FF0001A801B8B6B8C1C0C1C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
- C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C5BEC597C89776FC76E8FFE826
- FF2600FF0000F40017A617BDB9BDC1C0C1C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
- C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0CBBDCB8DCD8D
- 77FC774FFF4F00FF001CD91CB3AFB3C6C3C6C0C0C0C0C0C0C0C0C0C0C0C0C0C0
- C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0BFC0
- BFCBBDCB9EC29E7BB87BA5C4A5C1CEC1CCC2CCBEBFBEC0C0C0C0C0C0C0C0C0C0
- C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0
- C0C0C0C0C0C6BFC671D07101AF0159CB59779A77B0B8B0C6C3C6C0C0C0C0C0C0
- C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0
- C0C0C0C0C0C0C0C0C0CBBDCB13F91300FF0000FF0000DB0021A221C6BCC6C0C0
- C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0
- C0C0C0C0C0C0C0C0C0C0C0C0C0C8BDC826F72667FF6707FF0700FF0000C4008E
- A68ECCC4CCC0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
- 0000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C3BEC381D481A3FFA3CDFFCD01FF01
- 00FF0007C20790A790C6BCC6C6C2C6BFC0BFC0C0C0C0C0C0C0C0C0C0C0C0C0C0
- C0C0C0C00000C0C0C0C0C0C0BFC0BFC9BDC9CDC2CDBFC0BFCDBACD79D37984FE
- 8407FF0700FF0000FF0000C100259F25B8B6B8D1C7D1BFC0BFC0C0C0C0C0C0C0
- C0C0C0C0C0C0C0C00000C0C0C0C0C0C0D0BBD076D87651AB51C7BDC7C5C1C5CD
- BCCD77D47700FF0000FF0000FF0000FF0000F90021A921609960CBC0CBC2C1C2
- C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C6BEC67BD67B00FF0000F50011CC11
- 84AA84C7C0C7C0C0C01CF61C00FF0000FF0000FF0000FF0000FB0000DF0053A5
- 53C3BFC3C1C0C1C0C0C0C0C0C0C0C0C00000C0C0C0BFC0BF02FE0200FF0000FF
- 0000FF00119A11CABFCACFBBCF80D58000FF0000FF0000FF0000FF0000FF0000
- FF0000BC00A1ABA1C6C2C6C0C0C0C0C0C0C0C0C00000C0C0C0C8BDC883D48300
- FF0000FF0000FF0015A915B9B4B9D4C7D4D3C0D335ED3500FF0000FF0000FF00
- 00FF0000FF0000F6002BA02BC6BFC6C0C0C0C0C0C0C0C0C00000C0C0C0CABDCA
- 94CE9400FF0000FF0000FF0000F80024AB2468926869B0691DF51D00FF0000FF
- 0000FF0000FF0000FF0000FF00169E16C6BEC6C0C0C0C0C0C0C0C0C00000C0C0
- C0C2BFC2C3BFC352E45204FF042BFF2B00FF0000F90000E00000F00000FF0000
- FF0000FF0000FF0000FF0000FF0000FF000F9D0FC6BEC6C0C0C0C0C0C0C0C0C0
- 0000C0C0C0C0C0C0C2C0C2C7BCC761E561CFFFCF87FF8700FF0000FF0000FF00
- 00FF0000FF0000FF0000FF0000FF0000FF0000E30053A453C6C0C6C0C0C0C0C0
- C0C0C0C00000C0C0C0C0C0C0C0C0C0C2C0C2C4BCC45CE45CC4FFC4B8FFB84DFF
- 4D18FF1800FF0000FF0000FF0000FF0000FF0000FF0001B201AFAFAFC6C2C6C0
- C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C3BFC3C5BDC552DF526E
- F46E98FF985AFF5A00FF0000FF0000FF0000FF0000FF0000C80087A887CAC3CA
- C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0BFC0BF
- D3BAD3A8C5A874D37485CF8528F22800FF0000FF001FF51F90D09093AF93CBC3
- CBBFC0BFC0C0C0C0C0C0C0C0C0C0C0C00000}
- end
- end
-