home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd1.bin / zkuste / delphi / kompon / d13456 / FINDFILE.ZIP / Demo / Main.dfm / Main.txt
Text File  |  2002-08-01  |  10KB  |  467 lines

  1. object MainForm: TMainForm
  2.   Left = 207
  3.   Top = 74
  4.   AutoScroll = False
  5.   Caption = 'TFindFile Component Demo'
  6.   ClientHeight = 392
  7.   ClientWidth = 423
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 220
  10.   Constraints.MinWidth = 420
  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.   DesignSize = (
  21.     423
  22.     392)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object PageControl: TPageControl
  26.     Left = 8
  27.     Top = 8
  28.     Width = 289
  29.     Height = 201
  30.     ActivePage = TabSheet1
  31.     Anchors = [akLeft, akTop, akRight]
  32.     MultiLine = True
  33.     TabIndex = 0
  34.     TabOrder = 2
  35.     TabStop = False
  36.     object TabSheet1: TTabSheet
  37.       Caption = 'Name && Location'
  38.       DesignSize = (
  39.         281
  40.         173)
  41.       object Label1: TLabel
  42.         Left = 13
  43.         Top = 6
  44.         Width = 45
  45.         Height = 13
  46.         Caption = 'File&name:'
  47.         FocusControl = Filename
  48.       end
  49.       object Label2: TLabel
  50.         Left = 13
  51.         Top = 102
  52.         Width = 44
  53.         Height = 13
  54.         Caption = '&Location:'
  55.         FocusControl = Location
  56.       end
  57.       object Label3: TLabel
  58.         Left = 13
  59.         Top = 54
  60.         Width = 77
  61.         Height = 13
  62.         Caption = '&Containing Text:'
  63.         FocusControl = Containing
  64.       end
  65.       object Filename: TEdit
  66.         Left = 13
  67.         Top = 22
  68.         Width = 254
  69.         Height = 21
  70.         Anchors = [akLeft, akTop, akRight]
  71.         TabOrder = 0
  72.         Text = '*.txt'
  73.       end
  74.       object Location: TEdit
  75.         Left = 13
  76.         Top = 118
  77.         Width = 254
  78.         Height = 21
  79.         Anchors = [akLeft, akTop, akRight]
  80.         TabOrder = 3
  81.         Text = 'C:\'
  82.       end
  83.       object Subfolders: TCheckBox
  84.         Left = 13
  85.         Top = 145
  86.         Width = 129
  87.         Height = 17
  88.         Caption = '&Include subfolders'
  89.         Checked = True
  90.         State = cbChecked
  91.         TabOrder = 4
  92.       end
  93.       object BrowseButton: TButton
  94.         Left = 192
  95.         Top = 141
  96.         Width = 75
  97.         Height = 25
  98.         Anchors = [akTop, akRight]
  99.         Caption = '&Browse...'
  100.         TabOrder = 5
  101.         OnClick = BrowseButtonClick
  102.       end
  103.       object Containing: TEdit
  104.         Left = 13
  105.         Top = 70
  106.         Width = 254
  107.         Height = 21
  108.         Anchors = [akLeft, akTop, akRight]
  109.         TabOrder = 1
  110.       end
  111.       object IgnoreCase: TCheckBox
  112.         Left = 169
  113.         Top = 91
  114.         Width = 97
  115.         Height = 17
  116.         Anchors = [akTop, akRight]
  117.         Caption = 'C&ase Insensitive'
  118.         Checked = True
  119.         State = cbChecked
  120.         TabOrder = 2
  121.       end
  122.     end
  123.     object TabSheet3: TTabSheet
  124.       Caption = 'Date'
  125.       ImageIndex = 2
  126.       DesignSize = (
  127.         281
  128.         173)
  129.       object BeforeDate: TDateTimePicker
  130.         Left = 15
  131.         Top = 141
  132.         Width = 130
  133.         Height = 21
  134.         CalAlignment = dtaLeft
  135.         Date = 36578.000000000000000000
  136.         Time = 36578.000000000000000000
  137.         DateFormat = dfShort
  138.         DateMode = dmComboBox
  139.         Enabled = False
  140.         Kind = dtkDate
  141.         ParseInput = False
  142.         TabOrder = 6
  143.       end
  144.       object DateRangeChoice: TRadioGroup
  145.         Left = 16
  146.         Top = 15
  147.         Width = 249
  148.         Height = 53
  149.         Anchors = [akLeft, akTop, akRight]
  150.         Caption = ' Find files '
  151.         Columns = 3
  152.         ItemIndex = 0
  153.         Items.Strings = (
  154.           '&Created'
  155.           '&Modified'
  156.           '&Accessed')
  157.         TabOrder = 0
  158.       end
  159.       object AfterDate: TDateTimePicker
  160.         Left = 15
  161.         Top = 95
  162.         Width = 130
  163.         Height = 21
  164.         CalAlignment = dtaLeft
  165.         Date = 36578.000000000000000000
  166.         Time = 36578.000000000000000000
  167.         DateFormat = dfShort
  168.         DateMode = dmComboBox
  169.         Enabled = False
  170.         Kind = dtkDate
  171.         ParseInput = False
  172.         TabOrder = 2
  173.       end
  174.       object BeforeTime: TDateTimePicker
  175.         Left = 160
  176.         Top = 141
  177.         Width = 105
  178.         Height = 21
  179.         CalAlignment = dtaLeft
  180.         Date = 36579.998521296290000000
  181.         Time = 36579.998521296290000000
  182.         DateFormat = dfShort
  183.         DateMode = dmComboBox
  184.         Enabled = False
  185.         Kind = dtkTime
  186.         ParseInput = False
  187.         TabOrder = 8
  188.       end
  189.       object AfterTime: TDateTimePicker
  190.         Left = 160
  191.         Top = 95
  192.         Width = 105
  193.         Height = 21
  194.         CalAlignment = dtaLeft
  195.         Date = 36579.998521296290000000
  196.         Time = 36579.998521296290000000
  197.         DateFormat = dfShort
  198.         DateMode = dmComboBox
  199.         Enabled = False
  200.         Kind = dtkTime
  201.         ParseInput = False
  202.         TabOrder = 4
  203.       end
  204.       object BD: TCheckBox
  205.         Left = 15
  206.         Top = 124
  207.         Width = 82
  208.         Height = 17
  209.         Caption = 'Before Date:'
  210.         TabOrder = 5
  211.         OnClick = BDClick
  212.       end
  213.       object BT: TCheckBox
  214.         Left = 160
  215.         Top = 124
  216.         Width = 82
  217.         Height = 17
  218.         Caption = 'Before Time:'
  219.         TabOrder = 7
  220.         OnClick = BTClick
  221.       end
  222.       object AD: TCheckBox
  223.         Left = 15
  224.         Top = 78
  225.         Width = 74
  226.         Height = 17
  227.         Caption = 'After Date:'
  228.         TabOrder = 1
  229.         OnClick = ADClick
  230.       end
  231.       object AT: TCheckBox
  232.         Left = 160
  233.         Top = 78
  234.         Width = 82
  235.         Height = 17
  236.         Caption = 'After Time:'
  237.         TabOrder = 3
  238.         OnClick = ATClick
  239.       end
  240.     end
  241.     object TabSheet2: TTabSheet
  242.       Caption = 'Advanced'
  243.       ImageIndex = 1
  244.       DesignSize = (
  245.         281
  246.         173)
  247.       object Attributes: TGroupBox
  248.         Left = 14
  249.         Top = 7
  250.         Width = 253
  251.         Height = 66
  252.         Anchors = [akLeft, akTop, akRight]
  253.         Caption = ' Attributes '
  254.         TabOrder = 0
  255.         object System: TCheckBox
  256.           Left = 91
  257.           Top = 19
  258.           Width = 67
  259.           Height = 17
  260.           Caption = 'Sys&tem'
  261.           Checked = True
  262.           State = cbChecked
  263.           TabOrder = 2
  264.         end
  265.         object Hidden: TCheckBox
  266.           Left = 91
  267.           Top = 39
  268.           Width = 67
  269.           Height = 17
  270.           Caption = '&Hidden'
  271.           Checked = True
  272.           State = cbChecked
  273.           TabOrder = 3
  274.         end
  275.         object Readonly: TCheckBox
  276.           Left = 10
  277.           Top = 39
  278.           Width = 67
  279.           Height = 17
  280.           Caption = '&Readonly'
  281.           Checked = True
  282.           State = cbChecked
  283.           TabOrder = 1
  284.         end
  285.         object Archive: TCheckBox
  286.           Left = 10
  287.           Top = 19
  288.           Width = 67
  289.           Height = 17
  290.           Caption = '&Archive'
  291.           Checked = True
  292.           State = cbChecked
  293.           TabOrder = 0
  294.         end
  295.         object Directory: TCheckBox
  296.           Left = 172
  297.           Top = 39
  298.           Width = 67
  299.           Height = 17
  300.           Caption = '&Directory'
  301.           TabOrder = 4
  302.         end
  303.       end
  304.       object ExactAttr: TCheckBox
  305.         Left = 14
  306.         Top = 76
  307.         Width = 227
  308.         Height = 17
  309.         Caption = 'Select files only if attribute &exactly matched '
  310.         TabOrder = 1
  311.       end
  312.       object FileSize: TGroupBox
  313.         Left = 14
  314.         Top = 100
  315.         Width = 253
  316.         Height = 65
  317.         Anchors = [akLeft, akTop, akRight]
  318.         Caption = ' Size '
  319.         TabOrder = 2
  320.         object Label8: TLabel
  321.           Left = 223
  322.           Top = 38
  323.           Width = 14
  324.           Height = 13
  325.           Caption = 'KB'
  326.         end
  327.         object Label9: TLabel
  328.           Left = 98
  329.           Top = 38
  330.           Width = 14
  331.           Height = 13
  332.           Caption = 'KB'
  333.         end
  334.         object Label10: TLabel
  335.           Left = 136
  336.           Top = 20
  337.           Width = 39
  338.           Height = 13
  339.           Caption = 'At &Most:'
  340.           FocusControl = SizeMax
  341.         end
  342.         object Label11: TLabel
  343.           Left = 10
  344.           Top = 20
  345.           Width = 42
  346.           Height = 13
  347.           Caption = 'At &Least:'
  348.           FocusControl = SizeMin
  349.         end
  350.         object SizeMax: TSpinEdit
  351.           Left = 135
  352.           Top = 33
  353.           Width = 86
  354.           Height = 22
  355.           MaxValue = 0
  356.           MinValue = 0
  357.           TabOrder = 1
  358.           Value = 0
  359.         end
  360.         object SizeMin: TSpinEdit
  361.           Left = 10
  362.           Top = 33
  363.           Width = 86
  364.           Height = 22
  365.           MaxValue = 0
  366.           MinValue = 0
  367.           TabOrder = 0
  368.           Value = 0
  369.         end
  370.       end
  371.     end
  372.   end
  373.   object FindButton: TButton
  374.     Left = 311
  375.     Top = 28
  376.     Width = 97
  377.     Height = 25
  378.     Anchors = [akTop, akRight]
  379.     Caption = '&Find'
  380.     Default = True
  381.     TabOrder = 0
  382.     OnClick = FindButtonClick
  383.   end
  384.   object StopButton: TButton
  385.     Left = 311
  386.     Top = 62
  387.     Width = 97
  388.     Height = 25
  389.     Anchors = [akTop, akRight]
  390.     Cancel = True
  391.     Caption = '&Stop'
  392.     Enabled = False
  393.     TabOrder = 1
  394.     OnClick = StopButtonClick
  395.   end
  396.   object Animate: TAnimate
  397.     Left = 335
  398.     Top = 116
  399.     Width = 48
  400.     Height = 50
  401.     Active = False
  402.     Anchors = [akTop, akRight]
  403.     AutoSize = False
  404.     CommonAVI = aviFindFile
  405.     StopFrame = 23
  406.   end
  407.   object FoundFiles: TListView
  408.     Left = 8
  409.     Top = 219
  410.     Width = 408
  411.     Height = 148
  412.     Anchors = [akLeft, akTop, akRight, akBottom]
  413.     Columns = <
  414.       item
  415.         Caption = 'Name'
  416.         Width = 100
  417.       end
  418.       item
  419.         Caption = 'Location'
  420.         Width = 303
  421.       end
  422.       item
  423.         Caption = 'Size'
  424.         Width = 60
  425.       end
  426.       item
  427.         Caption = 'Modified'
  428.         Width = 120
  429.       end>
  430.     FullDrag = True
  431.     ReadOnly = True
  432.     RowSelect = True
  433.     TabOrder = 4
  434.     ViewStyle = vsReport
  435.     OnColumnClick = FoundFilesColumnClick
  436.     OnCompare = FoundFilesCompare
  437.     OnDblClick = FoundFilesDblClick
  438.   end
  439.   object StatusBar: TStatusBar
  440.     Left = 0
  441.     Top = 373
  442.     Width = 423
  443.     Height = 19
  444.     Panels = <>
  445.     SimplePanel = True
  446.   end
  447.   object Threaded: TCheckBox
  448.     Left = 311
  449.     Top = 193
  450.     Width = 104
  451.     Height = 17
  452.     Anchors = [akTop, akRight]
  453.     Caption = '&Threaded Search'
  454.     Checked = True
  455.     State = cbChecked
  456.     TabOrder = 3
  457.   end
  458.   object FindFile: TFindFile
  459.     OnFileMatch = FindFileFileMatch
  460.     OnFolderChange = FindFileFolderChange
  461.     OnSearchBegin = FindFileSearchBegin
  462.     OnSearchFinish = FindFileSerachFinish
  463.     Left = 17
  464.     Top = 247
  465.   end
  466. end
  467.