home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / cdmage / CDmage.exe / 0 / RCDATA / TFINDMASKDLG / TFINDMASKDLG.txt
Text File  |  2001-03-01  |  15KB  |  633 lines

  1. object FindMaskDlg: TFindMaskDlg
  2.   Left = 309
  3.   Top = 223
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Find file'
  7.   ClientHeight = 224
  8.   ClientWidth = 380
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 380
  19.     Height = 190
  20.     Align = alClient
  21.     BevelOuter = bvNone
  22.     BorderWidth = 5
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object FindOptions: TPageControl
  26.       Left = 5
  27.       Top = 5
  28.       Width = 370
  29.       Height = 180
  30.       ActivePage = TabName
  31.       Align = alClient
  32.       HotTrack = True
  33.       TabOrder = 0
  34.       object TabName: TTabSheet
  35.         Caption = 'Name && Location'
  36.         object Label1: TLabel
  37.           Left = 8
  38.           Top = 8
  39.           Width = 28
  40.           Height = 13
  41.           Caption = 'Name'
  42.         end
  43.         object Label2: TLabel
  44.           Left = 8
  45.           Top = 56
  46.           Width = 48
  47.           Height = 13
  48.           Caption = 'Start from:'
  49.         end
  50.         object From1: TRadioButton
  51.           Left = 8
  52.           Top = 72
  53.           Width = 105
  54.           Height = 17
  55.           Caption = 'Root folder'
  56.           Checked = True
  57.           TabOrder = 1
  58.           TabStop = True
  59.         end
  60.         object From2: TRadioButton
  61.           Left = 8
  62.           Top = 88
  63.           Width = 105
  64.           Height = 17
  65.           Caption = 'Current folder'
  66.           TabOrder = 2
  67.         end
  68.         object FindName: TEdit
  69.           Left = 8
  70.           Top = 24
  71.           Width = 345
  72.           Height = 21
  73.           TabOrder = 0
  74.         end
  75.         object Subfolders: TCheckBox
  76.           Left = 8
  77.           Top = 120
  78.           Width = 113
  79.           Height = 17
  80.           Caption = 'Include subfolders'
  81.           Checked = True
  82.           State = cbChecked
  83.           TabOrder = 3
  84.         end
  85.       end
  86.       object TabDate: TTabSheet
  87.         Caption = 'Date && Time'
  88.         object Panel3: TPanel
  89.           Left = 8
  90.           Top = 8
  91.           Width = 153
  92.           Height = 41
  93.           BevelOuter = bvNone
  94.           TabOrder = 0
  95.           object Date1: TRadioButton
  96.             Left = 8
  97.             Top = 8
  98.             Width = 145
  99.             Height = 17
  100.             Caption = 'All files'
  101.             Checked = True
  102.             TabOrder = 0
  103.             TabStop = True
  104.             OnClick = DateClick
  105.           end
  106.           object Date2: TRadioButton
  107.             Left = 8
  108.             Top = 24
  109.             Width = 145
  110.             Height = 17
  111.             Caption = 'Files with date and time'
  112.             TabOrder = 1
  113.             OnClick = DateClick
  114.           end
  115.         end
  116.         object Panel4: TPanel
  117.           Left = 8
  118.           Top = 48
  119.           Width = 353
  120.           Height = 105
  121.           BevelOuter = bvNone
  122.           TabOrder = 1
  123.           object Label3: TLabel
  124.             Left = 180
  125.             Top = 27
  126.             Width = 18
  127.             Height = 13
  128.             Caption = 'and'
  129.           end
  130.           object Label4: TLabel
  131.             Left = 72
  132.             Top = 75
  133.             Width = 25
  134.             Height = 13
  135.             Caption = 'years'
  136.           end
  137.           object Label5: TLabel
  138.             Left = 152
  139.             Top = 75
  140.             Width = 34
  141.             Height = 13
  142.             Caption = 'months'
  143.           end
  144.           object Label6: TLabel
  145.             Left = 240
  146.             Top = 75
  147.             Width = 22
  148.             Height = 13
  149.             Caption = 'days'
  150.           end
  151.           object Label7: TLabel
  152.             Left = 320
  153.             Top = 75
  154.             Width = 26
  155.             Height = 13
  156.             Caption = 'hours'
  157.           end
  158.           object Date21: TRadioButton
  159.             Left = 16
  160.             Top = 8
  161.             Width = 81
  162.             Height = 17
  163.             Caption = 'Between'
  164.             Enabled = False
  165.             TabOrder = 0
  166.           end
  167.           object Date22: TRadioButton
  168.             Left = 16
  169.             Top = 56
  170.             Width = 105
  171.             Height = 17
  172.             Caption = 'During previous'
  173.             Enabled = False
  174.             TabOrder = 1
  175.           end
  176.           object DateFrom: TDateTimePicker
  177.             Left = 32
  178.             Top = 24
  179.             Width = 77
  180.             Height = 22
  181.             CalAlignment = dtaLeft
  182.             Date = 36539.437489120370000000
  183.             Time = 36539.437489120370000000
  184.             DateFormat = dfShort
  185.             DateMode = dmComboBox
  186.             Enabled = False
  187.             Kind = dtkDate
  188.             ParseInput = False
  189.             TabOrder = 2
  190.           end
  191.           object TimeFrom: TDateTimePicker
  192.             Left = 112
  193.             Top = 24
  194.             Width = 65
  195.             Height = 22
  196.             CalAlignment = dtaLeft
  197.             Date = 36539.438081018520000000
  198.             Time = 36539.438081018520000000
  199.             DateFormat = dfShort
  200.             DateMode = dmUpDown
  201.             Enabled = False
  202.             Kind = dtkTime
  203.             ParseInput = False
  204.             TabOrder = 3
  205.           end
  206.           object DateTo: TDateTimePicker
  207.             Left = 202
  208.             Top = 24
  209.             Width = 77
  210.             Height = 22
  211.             CalAlignment = dtaLeft
  212.             Date = 36539.440206134260000000
  213.             Time = 36539.440206134260000000
  214.             DateFormat = dfShort
  215.             DateMode = dmComboBox
  216.             Enabled = False
  217.             Kind = dtkDate
  218.             ParseInput = False
  219.             TabOrder = 4
  220.           end
  221.           object TimeTo: TDateTimePicker
  222.             Left = 282
  223.             Top = 24
  224.             Width = 65
  225.             Height = 22
  226.             CalAlignment = dtaLeft
  227.             Date = 36539.441162847220000000
  228.             Time = 36539.441162847220000000
  229.             DateFormat = dfShort
  230.             DateMode = dmUpDown
  231.             Enabled = False
  232.             Kind = dtkTime
  233.             ParseInput = False
  234.             TabOrder = 5
  235.           end
  236.           object YearsBefore: TSpinEdit
  237.             Left = 32
  238.             Top = 72
  239.             Width = 35
  240.             Height = 22
  241.             Enabled = False
  242.             MaxLength = 2
  243.             MaxValue = 0
  244.             MinValue = 0
  245.             TabOrder = 6
  246.             Value = 0
  247.             OnChange = SpinChange
  248.           end
  249.           object MonthsBefore: TSpinEdit
  250.             Left = 112
  251.             Top = 72
  252.             Width = 35
  253.             Height = 22
  254.             Enabled = False
  255.             MaxLength = 2
  256.             MaxValue = 0
  257.             MinValue = 0
  258.             TabOrder = 7
  259.             Value = 0
  260.             OnChange = SpinChange
  261.           end
  262.           object DaysBefore: TSpinEdit
  263.             Left = 200
  264.             Top = 72
  265.             Width = 35
  266.             Height = 22
  267.             Enabled = False
  268.             MaxLength = 2
  269.             MaxValue = 0
  270.             MinValue = 0
  271.             TabOrder = 8
  272.             Value = 0
  273.             OnChange = SpinChange
  274.           end
  275.           object HoursBefore: TSpinEdit
  276.             Left = 280
  277.             Top = 72
  278.             Width = 35
  279.             Height = 22
  280.             Enabled = False
  281.             MaxLength = 2
  282.             MaxValue = 0
  283.             MinValue = 0
  284.             TabOrder = 9
  285.             Value = 0
  286.             OnChange = SpinChange
  287.           end
  288.         end
  289.       end
  290.       object TabSize: TTabSheet
  291.         Caption = 'Size && Flags'
  292.         object Label8: TLabel
  293.           Left = 32
  294.           Top = 11
  295.           Width = 33
  296.           Height = 13
  297.           Caption = 'Size is:'
  298.         end
  299.         object Label9: TLabel
  300.           Left = 280
  301.           Top = 11
  302.           Width = 25
  303.           Height = 13
  304.           Caption = 'bytes'
  305.         end
  306.         object Label10: TLabel
  307.           Left = 8
  308.           Top = 40
  309.           Width = 28
  310.           Height = 13
  311.           Caption = 'Flags:'
  312.         end
  313.         object Label11: TLabel
  314.           Left = 48
  315.           Top = 48
  316.           Width = 43
  317.           Height = 13
  318.           Caption = 'D (folder)'
  319.         end
  320.         object Label12: TLabel
  321.           Left = 48
  322.           Top = 64
  323.           Width = 28
  324.           Height = 13
  325.           Caption = 'F (file)'
  326.         end
  327.         object Label13: TLabel
  328.           Left = 48
  329.           Top = 80
  330.           Width = 49
  331.           Height = 13
  332.           Caption = 'H (hidden)'
  333.         end
  334.         object Label14: TLabel
  335.           Left = 48
  336.           Top = 96
  337.           Width = 67
  338.           Height = 13
  339.           Caption = 'A (associated)'
  340.         end
  341.         object Label15: TLabel
  342.           Left = 48
  343.           Top = 112
  344.           Width = 63
  345.           Height = 13
  346.           Caption = 'E (EA record)'
  347.         end
  348.         object Label16: TLabel
  349.           Left = 48
  350.           Top = 128
  351.           Width = 67
  352.           Height = 13
  353.           Caption = 'M (multimedia)'
  354.         end
  355.         object SizeMode: TComboBox
  356.           Left = 80
  357.           Top = 8
  358.           Width = 81
  359.           Height = 21
  360.           Style = csDropDownList
  361.           ItemHeight = 13
  362.           TabOrder = 0
  363.           Items.Strings = (
  364.             ''
  365.             'At least'
  366.             'At Most'
  367.             'Exact')
  368.         end
  369.         object FileSize: TSpinEdit
  370.           Left = 176
  371.           Top = 8
  372.           Width = 89
  373.           Height = 22
  374.           MaxLength = 9
  375.           MaxValue = 0
  376.           MinValue = 0
  377.           TabOrder = 1
  378.           Value = 0
  379.           OnChange = SpinChange
  380.         end
  381.         object Panel5: TPanel
  382.           Left = 144
  383.           Top = 48
  384.           Width = 185
  385.           Height = 17
  386.           BevelOuter = bvNone
  387.           TabOrder = 2
  388.           object AnyD: TRadioButton
  389.             Left = 8
  390.             Top = 0
  391.             Width = 57
  392.             Height = 17
  393.             Caption = 'Any'
  394.             Checked = True
  395.             TabOrder = 0
  396.             TabStop = True
  397.           end
  398.           object SetD: TRadioButton
  399.             Left = 64
  400.             Top = 0
  401.             Width = 57
  402.             Height = 17
  403.             Caption = 'Set'
  404.             TabOrder = 1
  405.             OnClick = SetDClick
  406.           end
  407.           object ResetD: TRadioButton
  408.             Left = 120
  409.             Top = 0
  410.             Width = 57
  411.             Height = 17
  412.             Caption = 'Reset'
  413.             TabOrder = 2
  414.             OnClick = ResetDClick
  415.           end
  416.         end
  417.         object Panel6: TPanel
  418.           Left = 144
  419.           Top = 64
  420.           Width = 185
  421.           Height = 17
  422.           BevelOuter = bvNone
  423.           Caption = 'Panel6'
  424.           TabOrder = 3
  425.           object AnyF: TRadioButton
  426.             Left = 8
  427.             Top = 0
  428.             Width = 57
  429.             Height = 17
  430.             Caption = 'Any'
  431.             Checked = True
  432.             TabOrder = 0
  433.             TabStop = True
  434.           end
  435.           object SetF: TRadioButton
  436.             Left = 64
  437.             Top = 0
  438.             Width = 57
  439.             Height = 17
  440.             Caption = 'Set'
  441.             TabOrder = 1
  442.             OnClick = SetFClick
  443.           end
  444.           object ResetF: TRadioButton
  445.             Left = 120
  446.             Top = 0
  447.             Width = 57
  448.             Height = 17
  449.             Caption = 'Reset'
  450.             TabOrder = 2
  451.             OnClick = ResetFClick
  452.           end
  453.         end
  454.         object Panel7: TPanel
  455.           Left = 144
  456.           Top = 80
  457.           Width = 185
  458.           Height = 17
  459.           BevelOuter = bvNone
  460.           Caption = 'Panel7'
  461.           TabOrder = 4
  462.           object AnyH: TRadioButton
  463.             Left = 8
  464.             Top = 0
  465.             Width = 57
  466.             Height = 17
  467.             Caption = 'Any'
  468.             Checked = True
  469.             TabOrder = 0
  470.             TabStop = True
  471.           end
  472.           object SetH: TRadioButton
  473.             Left = 64
  474.             Top = 0
  475.             Width = 57
  476.             Height = 17
  477.             Caption = 'Set'
  478.             TabOrder = 1
  479.           end
  480.           object ResetH: TRadioButton
  481.             Left = 120
  482.             Top = 0
  483.             Width = 57
  484.             Height = 17
  485.             Caption = 'Reset'
  486.             TabOrder = 2
  487.           end
  488.         end
  489.         object Panel8: TPanel
  490.           Left = 144
  491.           Top = 96
  492.           Width = 185
  493.           Height = 17
  494.           BevelOuter = bvNone
  495.           Caption = 'Panel8'
  496.           TabOrder = 5
  497.           object AnyA: TRadioButton
  498.             Left = 8
  499.             Top = 0
  500.             Width = 57
  501.             Height = 17
  502.             Caption = 'Any'
  503.             Checked = True
  504.             TabOrder = 0
  505.             TabStop = True
  506.           end
  507.           object SetA: TRadioButton
  508.             Left = 64
  509.             Top = 0
  510.             Width = 57
  511.             Height = 17
  512.             Caption = 'Set'
  513.             TabOrder = 1
  514.             OnClick = SetAEMClick
  515.           end
  516.           object ResetA: TRadioButton
  517.             Left = 120
  518.             Top = 0
  519.             Width = 57
  520.             Height = 17
  521.             Caption = 'Reset'
  522.             TabOrder = 2
  523.           end
  524.         end
  525.         object Panel9: TPanel
  526.           Left = 144
  527.           Top = 112
  528.           Width = 185
  529.           Height = 17
  530.           BevelOuter = bvNone
  531.           Caption = 'Panel9'
  532.           TabOrder = 6
  533.           object AnyE: TRadioButton
  534.             Left = 8
  535.             Top = 0
  536.             Width = 57
  537.             Height = 17
  538.             Caption = 'Any'
  539.             Checked = True
  540.             TabOrder = 0
  541.             TabStop = True
  542.           end
  543.           object SetE: TRadioButton
  544.             Left = 64
  545.             Top = 0
  546.             Width = 57
  547.             Height = 17
  548.             Caption = 'Set'
  549.             TabOrder = 1
  550.             OnClick = SetAEMClick
  551.           end
  552.           object ResetE: TRadioButton
  553.             Left = 120
  554.             Top = 0
  555.             Width = 57
  556.             Height = 17
  557.             Caption = 'Reset'
  558.             TabOrder = 2
  559.           end
  560.         end
  561.         object Panel10: TPanel
  562.           Left = 144
  563.           Top = 128
  564.           Width = 185
  565.           Height = 17
  566.           BevelOuter = bvNone
  567.           Caption = 'Panel10'
  568.           TabOrder = 7
  569.           object AnyM: TRadioButton
  570.             Left = 8
  571.             Top = 0
  572.             Width = 57
  573.             Height = 17
  574.             Caption = 'Any'
  575.             Checked = True
  576.             TabOrder = 0
  577.             TabStop = True
  578.           end
  579.           object SetM: TRadioButton
  580.             Left = 64
  581.             Top = 0
  582.             Width = 57
  583.             Height = 17
  584.             Caption = 'Set'
  585.             TabOrder = 1
  586.             OnClick = SetAEMClick
  587.           end
  588.           object ResetM: TRadioButton
  589.             Left = 120
  590.             Top = 0
  591.             Width = 57
  592.             Height = 17
  593.             Caption = 'Reset'
  594.             TabOrder = 2
  595.           end
  596.         end
  597.       end
  598.     end
  599.   end
  600.   object Panel2: TPanel
  601.     Left = 0
  602.     Top = 190
  603.     Width = 380
  604.     Height = 34
  605.     Align = alBottom
  606.     BevelOuter = bvNone
  607.     ParentColor = True
  608.     TabOrder = 1
  609.     object OKBtn: TButton
  610.       Left = 221
  611.       Top = 2
  612.       Width = 75
  613.       Height = 25
  614.       Anchors = [akTop, akRight]
  615.       Caption = 'Find file'
  616.       Default = True
  617.       TabOrder = 0
  618.       OnClick = OKBtnClick
  619.     end
  620.     object CancelBtn: TButton
  621.       Left = 301
  622.       Top = 2
  623.       Width = 75
  624.       Height = 25
  625.       Anchors = [akTop, akRight]
  626.       Cancel = True
  627.       Caption = 'Cancel'
  628.       ModalResult = 2
  629.       TabOrder = 1
  630.     end
  631.   end
  632. end
  633.