home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kompon / d13456 / FINDFILE.ZIP / Demo16 / MAIN16.DFM / MAIN16.txt
Text File  |  2001-12-26  |  8KB  |  357 lines

  1. object MainForm: TMainForm
  2.   Left = 153
  3.   Top = 97
  4.   BorderStyle = bsDialog
  5.   Caption = 'TFindFile Component Demo (16 bit)'
  6.   ClientHeight = 398
  7.   ClientWidth = 408
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object FoundFiles: TListBox
  17.     Left = 8
  18.     Top = 227
  19.     Width = 392
  20.     Height = 145
  21.     IntegralHeight = True
  22.     ItemHeight = 13
  23.     TabOrder = 2
  24.     OnDblClick = FoundFilesDblClick
  25.   end
  26.   object FindButton: TButton
  27.     Left = 318
  28.     Top = 29
  29.     Width = 75
  30.     Height = 25
  31.     Caption = '&Find'
  32.     TabOrder = 0
  33.     OnClick = FindButtonClick
  34.   end
  35.   object StopButton: TButton
  36.     Left = 318
  37.     Top = 77
  38.     Width = 75
  39.     Height = 25
  40.     Caption = '&Stop'
  41.     Enabled = False
  42.     TabOrder = 1
  43.     OnClick = StopButtonClick
  44.   end
  45.   object Status: TPanel
  46.     Left = 0
  47.     Top = 381
  48.     Width = 408
  49.     Height = 17
  50.     Align = alBottom
  51.     Alignment = taLeftJustify
  52.     BevelOuter = bvLowered
  53.     TabOrder = 3
  54.   end
  55.   object TabbedNotebook: TTabbedNotebook
  56.     Left = 8
  57.     Top = 8
  58.     Width = 305
  59.     Height = 209
  60.     TabFont.Color = clBtnText
  61.     TabFont.Height = -11
  62.     TabFont.Name = 'MS Sans Serif'
  63.     TabFont.Style = []
  64.     TabOrder = 4
  65.     object TTabPage
  66.       Left = 5
  67.       Top = 26
  68.       Caption = 'Name && Loc.'
  69.       object Label1: TLabel
  70.         Left = 10
  71.         Top = 8
  72.         Width = 45
  73.         Height = 13
  74.         Caption = 'File&name:'
  75.         FocusControl = Filename
  76.       end
  77.       object Label2: TLabel
  78.         Left = 10
  79.         Top = 103
  80.         Width = 44
  81.         Height = 13
  82.         Caption = '&Location:'
  83.         FocusControl = Location
  84.       end
  85.       object Label3: TLabel
  86.         Left = 10
  87.         Top = 54
  88.         Width = 77
  89.         Height = 13
  90.         Caption = '&Containing Text:'
  91.         FocusControl = Filename
  92.       end
  93.       object Filename: TEdit
  94.         Left = 11
  95.         Top = 24
  96.         Width = 275
  97.         Height = 21
  98.         TabOrder = 0
  99.         Text = '*.txt'
  100.       end
  101.       object Location: TEdit
  102.         Left = 11
  103.         Top = 119
  104.         Width = 275
  105.         Height = 21
  106.         TabOrder = 3
  107.         Text = 'C:\'
  108.       end
  109.       object Subfolders: TCheckBox
  110.         Left = 10
  111.         Top = 141
  112.         Width = 129
  113.         Height = 17
  114.         Caption = '&Include subfolders'
  115.         State = cbChecked
  116.         TabOrder = 4
  117.       end
  118.       object BrowseButton: TButton
  119.         Left = 211
  120.         Top = 143
  121.         Width = 75
  122.         Height = 25
  123.         Caption = '&Browse...'
  124.         TabOrder = 5
  125.         OnClick = BrowseButtonClick
  126.       end
  127.       object Containing: TEdit
  128.         Left = 11
  129.         Top = 70
  130.         Width = 275
  131.         Height = 21
  132.         TabOrder = 1
  133.       end
  134.       object IgnoreCase: TCheckBox
  135.         Left = 193
  136.         Top = 92
  137.         Width = 93
  138.         Height = 17
  139.         Caption = 'C&ase Insensitive'
  140.         State = cbChecked
  141.         TabOrder = 2
  142.       end
  143.     end
  144.     object TTabPage
  145.       Left = 5
  146.       Top = 26
  147.       Caption = 'Date'
  148.       object GroupBox1: TGroupBox
  149.         Left = 11
  150.         Top = 24
  151.         Width = 273
  152.         Height = 129
  153.         Caption = ' Files Modified '
  154.         TabOrder = 0
  155.         object AD: TCheckBox
  156.           Left = 19
  157.           Top = 29
  158.           Width = 74
  159.           Height = 17
  160.           Caption = 'After Date:'
  161.           TabOrder = 0
  162.           OnClick = ADClick
  163.         end
  164.         object AfterDate: TEdit
  165.           Left = 20
  166.           Top = 47
  167.           Width = 121
  168.           Height = 20
  169.           Enabled = False
  170.           TabOrder = 1
  171.         end
  172.         object AT: TCheckBox
  173.           Left = 164
  174.           Top = 29
  175.           Width = 82
  176.           Height = 17
  177.           Caption = 'After Time:'
  178.           TabOrder = 2
  179.           OnClick = ATClick
  180.         end
  181.         object AfterTime: TEdit
  182.           Left = 165
  183.           Top = 47
  184.           Width = 89
  185.           Height = 20
  186.           Enabled = False
  187.           TabOrder = 3
  188.         end
  189.         object BT: TCheckBox
  190.           Left = 164
  191.           Top = 76
  192.           Width = 82
  193.           Height = 17
  194.           Caption = 'Before Time:'
  195.           TabOrder = 6
  196.           OnClick = BTClick
  197.         end
  198.         object BeforeTime: TEdit
  199.           Left = 165
  200.           Top = 94
  201.           Width = 89
  202.           Height = 20
  203.           Enabled = False
  204.           TabOrder = 7
  205.         end
  206.         object BeforeDate: TEdit
  207.           Left = 20
  208.           Top = 94
  209.           Width = 121
  210.           Height = 20
  211.           Enabled = False
  212.           TabOrder = 5
  213.         end
  214.         object BD: TCheckBox
  215.           Left = 19
  216.           Top = 76
  217.           Width = 82
  218.           Height = 17
  219.           Caption = 'Before Date:'
  220.           TabOrder = 4
  221.           OnClick = BDClick
  222.         end
  223.       end
  224.     end
  225.     object TTabPage
  226.       Left = 5
  227.       Top = 26
  228.       Caption = 'Advanced'
  229.       object Attributes: TGroupBox
  230.         Left = 16
  231.         Top = 8
  232.         Width = 262
  233.         Height = 69
  234.         Caption = ' Attribute: '
  235.         TabOrder = 0
  236.         object System: TCheckBox
  237.           Left = 97
  238.           Top = 20
  239.           Width = 67
  240.           Height = 17
  241.           Caption = 'Sys&tem'
  242.           State = cbChecked
  243.           TabOrder = 2
  244.         end
  245.         object Hidden: TCheckBox
  246.           Left = 97
  247.           Top = 43
  248.           Width = 67
  249.           Height = 17
  250.           Caption = '&Hidden'
  251.           State = cbChecked
  252.           TabOrder = 3
  253.         end
  254.         object Readonly: TCheckBox
  255.           Left = 16
  256.           Top = 43
  257.           Width = 67
  258.           Height = 17
  259.           Caption = '&Readonly'
  260.           State = cbChecked
  261.           TabOrder = 1
  262.         end
  263.         object Archive: TCheckBox
  264.           Left = 16
  265.           Top = 20
  266.           Width = 67
  267.           Height = 17
  268.           Caption = '&Archive'
  269.           State = cbChecked
  270.           TabOrder = 0
  271.         end
  272.         object Directory: TCheckBox
  273.           Left = 178
  274.           Top = 43
  275.           Width = 67
  276.           Height = 17
  277.           Caption = '&Directory'
  278.           TabOrder = 4
  279.         end
  280.       end
  281.       object ExactAttr: TCheckBox
  282.         Left = 16
  283.         Top = 79
  284.         Width = 222
  285.         Height = 17
  286.         Caption = 'Select files only if attribute &exactly matched '
  287.         TabOrder = 1
  288.       end
  289.       object FileSize: TGroupBox
  290.         Left = 16
  291.         Top = 101
  292.         Width = 262
  293.         Height = 65
  294.         Caption = ' Size '
  295.         TabOrder = 2
  296.         object Label8: TLabel
  297.           Left = 230
  298.           Top = 35
  299.           Width = 14
  300.           Height = 13
  301.           Caption = 'KB'
  302.         end
  303.         object Label9: TLabel
  304.           Left = 105
  305.           Top = 35
  306.           Width = 14
  307.           Height = 13
  308.           Caption = 'KB'
  309.         end
  310.         object Label10: TLabel
  311.           Left = 143
  312.           Top = 17
  313.           Width = 39
  314.           Height = 13
  315.           Caption = 'At &Most:'
  316.           FocusControl = SizeMax
  317.         end
  318.         object Label11: TLabel
  319.           Left = 17
  320.           Top = 17
  321.           Width = 42
  322.           Height = 13
  323.           Caption = 'At &Least:'
  324.           FocusControl = SizeMin
  325.         end
  326.         object SizeMax: TSpinEdit
  327.           Left = 142
  328.           Top = 30
  329.           Width = 86
  330.           Height = 22
  331.           MaxValue = 0
  332.           MinValue = 0
  333.           TabOrder = 1
  334.           Value = 0
  335.         end
  336.         object SizeMin: TSpinEdit
  337.           Left = 17
  338.           Top = 30
  339.           Width = 86
  340.           Height = 22
  341.           MaxValue = 0
  342.           MinValue = 0
  343.           TabOrder = 0
  344.           Value = 0
  345.         end
  346.       end
  347.     end
  348.   end
  349.   object FindFile: TFindFile
  350.     Filename = '*.*'
  351.     OnFound = FindFileFound
  352.     OnNewFolder = FindFileNewFolder
  353.     Left = 345
  354.     Top = 144
  355.   end
  356. end
  357.