home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / K_SYNCH.ZIP / K-SYNCH.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1998-04-28  |  11KB  |  507 lines

  1. object Form1: TForm1
  2.   Left = 106
  3.   Top = 160
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'K-Synch'
  7.   ClientHeight = 262
  8.   ClientWidth = 550
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PopupMenu = PopupMenu2
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 246
  20.     Top = 6
  21.     Width = 70
  22.     Height = 13
  23.     Caption = 'Folder 1 (From)'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 246
  27.     Top = 48
  28.     Width = 60
  29.     Height = 13
  30.     Caption = 'Folder 2 (To)'
  31.   end
  32.   object Label4: TLabel
  33.     Left = 252
  34.     Top = 114
  35.     Width = 84
  36.     Height = 13
  37.     AutoSize = False
  38.     Caption = 'File(s) Copied: '
  39.   end
  40.   object Label5: TLabel
  41.     Left = 366
  42.     Top = 96
  43.     Width = 115
  44.     Height = 13
  45.     AutoSize = False
  46.   end
  47.   object Label6: TLabel
  48.     Left = 516
  49.     Top = 156
  50.     Width = 3
  51.     Height = 13
  52.     Hint = 'Total Files (Hidden, System, etc...)'
  53.     ParentShowHint = False
  54.     ShowHint = True
  55.     Visible = False
  56.   end
  57.   object Label3: TLabel
  58.     Left = 252
  59.     Top = 96
  60.     Width = 84
  61.     Height = 13
  62.     AutoSize = False
  63.     Caption = 'Last Run On: '
  64.   end
  65.   object Label7: TLabel
  66.     Left = 252
  67.     Top = 132
  68.     Width = 84
  69.     Height = 13
  70.     AutoSize = False
  71.     Caption = 'Folder(s) Copied:'
  72.   end
  73.   object Label8: TLabel
  74.     Left = 366
  75.     Top = 132
  76.     Width = 70
  77.     Height = 13
  78.     AutoSize = False
  79.   end
  80.   object Label9: TLabel
  81.     Left = 252
  82.     Top = 168
  83.     Width = 84
  84.     Height = 13
  85.     AutoSize = False
  86.     Caption = 'Total Time:'
  87.   end
  88.   object Label10: TLabel
  89.     Left = 366
  90.     Top = 168
  91.     Width = 115
  92.     Height = 13
  93.     AutoSize = False
  94.   end
  95.   object Label11: TLabel
  96.     Left = 429
  97.     Top = 114
  98.     Width = 3
  99.     Height = 13
  100.     Hint = 'Total Size of Copied Files'
  101.     ParentShowHint = False
  102.     ShowHint = True
  103.   end
  104.   object Label12: TLabel
  105.     Left = 252
  106.     Top = 150
  107.     Width = 84
  108.     Height = 13
  109.     AutoSize = False
  110.     Caption = 'Error(s) Found:'
  111.   end
  112.   object Label13: TLabel
  113.     Left = 366
  114.     Top = 150
  115.     Width = 73
  116.     Height = 13
  117.     AutoSize = False
  118.   end
  119.   object Label15: TLabel
  120.     Left = 252
  121.     Top = 198
  122.     Width = 84
  123.     Height = 13
  124.     AutoSize = False
  125.     Caption = 'Working On'
  126.   end
  127.   object Label17: TLabel
  128.     Left = 366
  129.     Top = 198
  130.     Width = 6
  131.     Height = 13
  132.     Caption = '0'
  133.   end
  134.   object Label18: TLabel
  135.     Left = 378
  136.     Top = 198
  137.     Width = 13
  138.     Height = 13
  139.     Alignment = taCenter
  140.     AutoSize = False
  141.     Caption = 'of'
  142.   end
  143.   object Label19: TLabel
  144.     Left = 396
  145.     Top = 198
  146.     Width = 31
  147.     Height = 13
  148.     AutoSize = False
  149.     Caption = '0'
  150.   end
  151.   object Label20: TLabel
  152.     Left = 366
  153.     Top = 114
  154.     Width = 3
  155.     Height = 13
  156.     Hint = 'Files That Match Your Copy Pref (Config)'
  157.     ParentShowHint = False
  158.     ShowHint = True
  159.   end
  160.   object Label21: TLabel
  161.     Left = 522
  162.     Top = 144
  163.     Width = 13
  164.     Height = 13
  165.     Alignment = taCenter
  166.     AutoSize = False
  167.     Caption = '/'
  168.     Visible = False
  169.   end
  170.   object Button2: TButton
  171.     Left = 6
  172.     Top = 222
  173.     Width = 89
  174.     Height = 37
  175.     Hint = 'Delete Selected Scheme'
  176.     Caption = '&Delete Scheme'
  177.     ParentShowHint = False
  178.     ShowHint = True
  179.     TabOrder = 9
  180.     OnClick = Button2Click
  181.   end
  182.   object Edit1: TEdit
  183.     Left = 246
  184.     Top = 24
  185.     Width = 247
  186.     Height = 21
  187.     Hint = 'Enter Folder To Copy From'
  188.     ParentShowHint = False
  189.     ShowHint = True
  190.     TabOrder = 2
  191.     OnKeyDown = Edit1KeyDown
  192.   end
  193.   object Edit2: TEdit
  194.     Left = 246
  195.     Top = 66
  196.     Width = 247
  197.     Height = 21
  198.     Hint = 'Enter Folder To Copy To'
  199.     ParentShowHint = False
  200.     ShowHint = True
  201.     TabOrder = 5
  202.     OnKeyDown = Edit2KeyDown
  203.   end
  204.   object Button4: TButton
  205.     Left = 366
  206.     Top = 222
  207.     Width = 89
  208.     Height = 37
  209.     Hint = 'Start K-Synching Folders'
  210.     Caption = '&Synch (Go)'
  211.     ParentShowHint = False
  212.     ShowHint = True
  213.     TabOrder = 13
  214.     OnClick = Button4Click
  215.   end
  216.   object Button5: TButton
  217.     Left = 498
  218.     Top = 32
  219.     Width = 49
  220.     Height = 19
  221.     Hint = 'Browse For Folder 1'
  222.     Caption = 'Browse'
  223.     ParentShowHint = False
  224.     ShowHint = True
  225.     TabOrder = 4
  226.     OnClick = Button5Click
  227.   end
  228.   object Button6: TButton
  229.     Left = 498
  230.     Top = 80
  231.     Width = 49
  232.     Height = 19
  233.     Hint = 'Browse For Folder 2'
  234.     Caption = 'Browse'
  235.     ParentShowHint = False
  236.     ShowHint = True
  237.     TabOrder = 7
  238.     OnClick = Button6Click
  239.   end
  240.   object Button7: TButton
  241.     Left = 456
  242.     Top = 222
  243.     Width = 89
  244.     Height = 37
  245.     Hint = 'Exit Program'
  246.     Caption = '&Quit'
  247.     ParentShowHint = False
  248.     ShowHint = True
  249.     TabOrder = 14
  250.     OnClick = Button7Click
  251.   end
  252.   object SchemeList: TFileListBox
  253.     Left = 6
  254.     Top = 12
  255.     Width = 205
  256.     Height = 205
  257.     Hint = 'Saved Schemes To Select'
  258.     Font.Charset = DEFAULT_CHARSET
  259.     Font.Color = clWindowText
  260.     Font.Height = -15
  261.     Font.Name = 'MS Sans Serif'
  262.     Font.Style = []
  263.     ItemHeight = 16
  264.     Mask = '*.SCH'
  265.     ParentFont = False
  266.     ParentShowHint = False
  267.     PopupMenu = PopupMenu1
  268.     ShowHint = True
  269.     TabOrder = 0
  270.     OnChange = SchemeListChange
  271.     OnDblClick = SchemeListDblClick
  272.   end
  273.   object Button8: TButton
  274.     Left = 186
  275.     Top = 222
  276.     Width = 89
  277.     Height = 37
  278.     Hint = 'Show Finished File and Dir List'
  279.     Caption = 'Show &Work'
  280.     Enabled = False
  281.     ParentShowHint = False
  282.     ShowHint = True
  283.     TabOrder = 11
  284.     OnClick = Button8Click
  285.   end
  286.   object Button1: TButton95
  287.     Left = 216
  288.     Top = 12
  289.     Width = 25
  290.     Height = 79
  291.     Hint = 'Add Current Settings as a Scheme To List'
  292.     Caption = '<-  ADD '
  293.     Font.Charset = DEFAULT_CHARSET
  294.     Font.Color = clWindowText
  295.     Font.Height = -13
  296.     Font.Name = 'MS Sans Serif'
  297.     Font.Style = []
  298.     ParentFont = False
  299.     ParentShowHint = False
  300.     ShowHint = True
  301.     TabOrder = 1
  302.     OnClick = Button1Click
  303.     WordWrap = True
  304.   end
  305.   object btnAbout: TButton
  306.     Left = 96
  307.     Top = 222
  308.     Width = 89
  309.     Height = 37
  310.     Hint = 'About K-Synch'
  311.     Caption = '&About'
  312.     ParentShowHint = False
  313.     ShowHint = True
  314.     TabOrder = 10
  315.     OnClick = btnAboutClick
  316.   end
  317.   object Button9: TButton
  318.     Left = 498
  319.     Top = 12
  320.     Width = 49
  321.     Height = 19
  322.     Hint = 'Report Size of Folder 1'
  323.     Caption = 'Size'
  324.     ParentShowHint = False
  325.     ShowHint = True
  326.     TabOrder = 3
  327.     OnClick = Button9Click
  328.   end
  329.   object Button10: TButton
  330.     Left = 498
  331.     Top = 60
  332.     Width = 49
  333.     Height = 19
  334.     Hint = 'Show Free Space of Folder 2'
  335.     Caption = 'Free'
  336.     ParentShowHint = False
  337.     ShowHint = True
  338.     TabOrder = 6
  339.     OnClick = Button10Click
  340.   end
  341.   object Button11: TButton
  342.     Left = 276
  343.     Top = 222
  344.     Width = 89
  345.     Height = 37
  346.     Hint = 'Configure K-Synch (Stats)'
  347.     Caption = '&Config'
  348.     ParentShowHint = False
  349.     ShowHint = True
  350.     TabOrder = 12
  351.     OnClick = Button11Click
  352.   end
  353.   object Button951: TButton95
  354.     Left = 216
  355.     Top = 96
  356.     Width = 25
  357.     Height = 121
  358.     Hint = 'Show Stats and Current Queue'
  359.     Caption = ' I NFO'
  360.     Font.Charset = DEFAULT_CHARSET
  361.     Font.Color = clWindowText
  362.     Font.Height = -13
  363.     Font.Name = 'MS Sans Serif'
  364.     Font.Style = []
  365.     ParentFont = False
  366.     ParentShowHint = False
  367.     ShowHint = True
  368.     TabOrder = 8
  369.     OnClick = Button951Click
  370.     WordWrap = True
  371.   end
  372.   object Button952: TButton95
  373.     Left = 423
  374.     Top = 174
  375.     Width = 121
  376.     Height = 43
  377.     Hint = 'Stops Current Process'
  378.     Caption = 'Abort &Process'
  379.     Font.Charset = DEFAULT_CHARSET
  380.     Font.Color = clWindowText
  381.     Font.Height = -11
  382.     Font.Name = 'MS Sans Serif'
  383.     Font.Style = [fsBold]
  384.     ParentFont = False
  385.     ParentShowHint = False
  386.     ShowHint = True
  387.     TabOrder = 15
  388.     Visible = False
  389.     OnClick = Button952Click
  390.     WordWrap = True
  391.   end
  392.   object Timer1: TTimer
  393.     Interval = 100
  394.     OnTimer = Timer1Timer
  395.     Left = 570
  396.     Top = 12
  397.   end
  398.   object JustOne321: TJustOne32
  399.     Left = 570
  400.     Top = 60
  401.   end
  402.   object PopupMenu1: TPopupMenu
  403.     OnPopup = PopupMenu1Popup
  404.     Left = 570
  405.     Top = 108
  406.     object AddSchemeToQueue1: TMenuItem
  407.       Caption = '&Add Scheme To Queue'
  408.       OnClick = AddSchemeToQueue1Click
  409.     end
  410.     object DeleteScheme4: TMenuItem
  411.       Caption = '&Delete Scheme'
  412.       OnClick = DeleteScheme4Click
  413.     end
  414.     object Config1: TMenuItem
  415.       Caption = '-'
  416.     end
  417.     object KSynchInfo1: TMenuItem
  418.       Caption = '&Config K-Synch'
  419.       OnClick = KSynchInfo1Click
  420.     end
  421.     object QuitKSynch1: TMenuItem
  422.       Caption = 'K-Synch &Info'
  423.       OnClick = QuitKSynch1Click
  424.     end
  425.     object QuitKSynch2: TMenuItem
  426.       Caption = '-'
  427.     end
  428.     object QuitKSynch3: TMenuItem
  429.       Caption = '&Quit K-Synch'
  430.       OnClick = QuitKSynch3Click
  431.     end
  432.   end
  433.   object PopupMenu2: TPopupMenu
  434.     OnPopup = PopupMenu2Popup
  435.     Left = 570
  436.     Top = 156
  437.     object AddScheme1: TMenuItem
  438.       Caption = 'A&dd Scheme To Queue'
  439.       OnClick = AddScheme1Click
  440.     end
  441.     object DeleteScheme3: TMenuItem
  442.       Caption = '&Delete Scheme'
  443.       OnClick = DeleteScheme3Click
  444.     end
  445.     object SaveScheme1: TMenuItem
  446.       Caption = '&Save Scheme'
  447.       OnClick = SaveScheme1Click
  448.     end
  449.     object N6: TMenuItem
  450.       Caption = '-'
  451.     end
  452.     object AboutKSynch1: TMenuItem
  453.       Caption = '&About K-Synch'
  454.       OnClick = AboutKSynch1Click
  455.     end
  456.     object ConfigKSynch1: TMenuItem
  457.       Caption = '&Config K-Synch'
  458.       OnClick = ConfigKSynch1Click
  459.     end
  460.     object KSynchInfo2: TMenuItem
  461.       Caption = 'K-Synch &Info'
  462.       OnClick = KSynchInfo2Click
  463.     end
  464.     object N1: TMenuItem
  465.       Caption = '-'
  466.     end
  467.     object ShowWork2: TMenuItem
  468.       Caption = '&Show Work'
  469.       Enabled = False
  470.       OnClick = ShowWork2Click
  471.     end
  472.     object Quit1: TMenuItem
  473.       Caption = '&Abort Process'
  474.       Enabled = False
  475.     end
  476.     object N2: TMenuItem
  477.       Caption = '-'
  478.     end
  479.     object SizeOfFolder11: TMenuItem
  480.       Caption = 'Size Of Folder 1'
  481.       OnClick = SizeOfFolder11Click
  482.     end
  483.     object BrowseForFolder11: TMenuItem
  484.       Caption = 'Browse For Folder 1'
  485.       OnClick = BrowseForFolder11Click
  486.     end
  487.     object N4: TMenuItem
  488.       Caption = '-'
  489.     end
  490.     object FreeSpaceInFolder21: TMenuItem
  491.       Caption = 'Free Space In Folder 2'
  492.       OnClick = FreeSpaceInFolder21Click
  493.     end
  494.     object BrowseForFolder21: TMenuItem
  495.       Caption = 'Browse For Folder 2'
  496.       OnClick = BrowseForFolder21Click
  497.     end
  498.     object N5: TMenuItem
  499.       Caption = '-'
  500.     end
  501.     object Quit2: TMenuItem
  502.       Caption = '&Quit'
  503.       OnClick = Quit2Click
  504.     end
  505.   end
  506. end
  507.