home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 186 / DPCS0803.ISO / Café / Dev-C++ / devcpp4980.exe / $INSTDIR / devcpp.exe / 0 / RCDATA / TCVSFORM / TCVSFORM.txt
Encoding:
Text File  |  2003-05-15  |  24.6 KB  |  1,056 lines

  1. object CVSForm: TCVSForm
  2.   Left = 238
  3.   Top = 155
  4.   Width = 562
  5.   Height = 460
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'CVS'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 414
  10.   Constraints.MinWidth = 407
  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 = poOwnerFormCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   DesignSize = (
  23.     554
  24.     433)
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object devPages1: TdevPages
  28.     Left = 8
  29.     Top = 8
  30.     Width = 538
  31.     Height = 382
  32.     ActivePage = tabFiles
  33.     Anchors = [akLeft, akTop, akRight, akBottom]
  34.     object tabImport: TdevPage
  35.       Left = 0
  36.       Top = 23
  37.       Width = 538
  38.       Height = 359
  39.       HorzScrollBar.Smooth = True
  40.       HorzScrollBar.Tracking = True
  41.       VertScrollBar.Smooth = True
  42.       VertScrollBar.Tracking = True
  43.       Align = alClient
  44.       BevelKind = bkTile
  45.       TabOrder = 0
  46.       Visible = False
  47.       Caption = 'Import'
  48.       DesignSize = (
  49.         534
  50.         355)
  51.       object lblCVSImportDir: TLabel
  52.         Left = 12
  53.         Top = 16
  54.         Width = 75
  55.         Height = 13
  56.         Caption = 'Import directory:'
  57.       end
  58.       object lblImpAction: TLabel
  59.         Left = 12
  60.         Top = 232
  61.         Width = 33
  62.         Height = 13
  63.         Caption = 'Action:'
  64.       end
  65.       object lblImpVendor: TLabel
  66.         Left = 12
  67.         Top = 72
  68.         Width = 37
  69.         Height = 13
  70.         Caption = 'Vendor:'
  71.       end
  72.       object lblImpRelease: TLabel
  73.         Left = 12
  74.         Top = 96
  75.         Width = 42
  76.         Height = 13
  77.         Caption = 'Release:'
  78.       end
  79.       object lblImpMsg: TLabel
  80.         Left = 12
  81.         Top = 120
  82.         Width = 66
  83.         Height = 13
  84.         Caption = 'Log message:'
  85.       end
  86.       object lblImpModule: TLabel
  87.         Left = 12
  88.         Top = 44
  89.         Width = 67
  90.         Height = 13
  91.         Caption = 'Module name:'
  92.       end
  93.       object txtCVSImportDir: TEdit
  94.         Left = 116
  95.         Top = 12
  96.         Width = 384
  97.         Height = 21
  98.         Anchors = [akLeft, akTop, akRight]
  99.         ReadOnly = True
  100.         TabOrder = 0
  101.         Text = 'txtCVSImportDir'
  102.       end
  103.       object btnCVSImportBrws: TButton
  104.         Tag = 6
  105.         Left = 501
  106.         Top = 12
  107.         Width = 20
  108.         Height = 21
  109.         Anchors = [akTop, akRight]
  110.         Caption = '. . .'
  111.         TabOrder = 1
  112.         OnClick = btnCVSImportBrwsClick
  113.       end
  114.       object vle: TValueListEditor
  115.         Left = 116
  116.         Top = 220
  117.         Width = 404
  118.         Height = 124
  119.         Anchors = [akLeft, akRight, akBottom]
  120.         FixedCols = 1
  121.         Options = [goVertLine, goHorzLine, goColSizing, goEditing, goAlwaysShowEditor, goThumbTracking]
  122.         TabOrder = 6
  123.         TitleCaptions.Strings = (
  124.           'Extension'
  125.           'Action')
  126.         OnGetPickList = vleGetPickList
  127.         ColWidths = (
  128.           94
  129.           304)
  130.       end
  131.       object txtImpVendor: TEdit
  132.         Left = 116
  133.         Top = 68
  134.         Width = 121
  135.         Height = 21
  136.         TabOrder = 3
  137.         Text = 'txtImpVendor'
  138.         OnChange = txtImpModuleChange
  139.       end
  140.       object txtImpRelease: TEdit
  141.         Left = 116
  142.         Top = 92
  143.         Width = 121
  144.         Height = 21
  145.         TabOrder = 4
  146.         Text = 'txtImpRelease'
  147.         OnChange = txtImpModuleChange
  148.       end
  149.       object memImpMsg: TMemo
  150.         Left = 116
  151.         Top = 120
  152.         Width = 404
  153.         Height = 89
  154.         Anchors = [akLeft, akTop, akRight, akBottom]
  155.         Lines.Strings = (
  156.           'memImpMsg')
  157.         ScrollBars = ssBoth
  158.         TabOrder = 5
  159.         WantTabs = True
  160.         WordWrap = False
  161.       end
  162.       object txtImpModule: TEdit
  163.         Left = 116
  164.         Top = 40
  165.         Width = 121
  166.         Height = 21
  167.         TabOrder = 2
  168.         Text = 'txtImpModule'
  169.         OnChange = txtImpModuleChange
  170.       end
  171.     end
  172.     object tabCheckout: TdevPage
  173.       Left = 0
  174.       Top = 23
  175.       Width = 538
  176.       Height = 359
  177.       HorzScrollBar.Smooth = True
  178.       HorzScrollBar.Tracking = True
  179.       VertScrollBar.Smooth = True
  180.       VertScrollBar.Tracking = True
  181.       Align = alClient
  182.       BevelKind = bkTile
  183.       TabOrder = 3
  184.       Visible = False
  185.       Caption = 'Checkout'
  186.       DesignSize = (
  187.         534
  188.         355)
  189.       object lblCOModule: TLabel
  190.         Left = 12
  191.         Top = 16
  192.         Width = 67
  193.         Height = 13
  194.         Caption = 'Module name:'
  195.       end
  196.       object lblCODir: TLabel
  197.         Left = 12
  198.         Top = 104
  199.         Width = 92
  200.         Height = 13
  201.         Caption = 'Checkout directory:'
  202.       end
  203.       object txtCOmodule: TEdit
  204.         Left = 116
  205.         Top = 12
  206.         Width = 213
  207.         Height = 21
  208.         TabOrder = 0
  209.         Text = 'txtCOmodule'
  210.         OnChange = txtCOmoduleChange
  211.       end
  212.       object txtCOdir: TEdit
  213.         Left = 116
  214.         Top = 100
  215.         Width = 344
  216.         Height = 21
  217.         Anchors = [akLeft, akTop, akRight]
  218.         ReadOnly = True
  219.         TabOrder = 3
  220.         Text = 'txtCOdir'
  221.         OnChange = txtCOmoduleChange
  222.       end
  223.       object btnCOBrws: TButton
  224.         Tag = 6
  225.         Left = 461
  226.         Top = 100
  227.         Width = 20
  228.         Height = 21
  229.         Anchors = [akTop, akRight]
  230.         Caption = '. . .'
  231.         TabOrder = 4
  232.         OnClick = btnCOBrwsClick
  233.       end
  234.       object chkCOrecurse: TCheckBox
  235.         Left = 12
  236.         Top = 136
  237.         Width = 468
  238.         Height = 17
  239.         Anchors = [akLeft, akTop, akRight]
  240.         Caption = 'Recurse into sub-directories'
  241.         Checked = True
  242.         State = cbChecked
  243.         TabOrder = 5
  244.       end
  245.       object txtCOModuleAs: TEdit
  246.         Left = 116
  247.         Top = 36
  248.         Width = 213
  249.         Height = 21
  250.         Enabled = False
  251.         TabOrder = 2
  252.         Text = 'txtCOModuleAs'
  253.       end
  254.       object chkCOModuleAs: TCheckBox
  255.         Left = 12
  256.         Top = 40
  257.         Width = 97
  258.         Height = 17
  259.         Caption = 'Checkout as:'
  260.         TabOrder = 1
  261.         OnClick = chkCOModuleAsClick
  262.       end
  263.     end
  264.     object tabCommit: TdevPage
  265.       Left = 0
  266.       Top = 23
  267.       Width = 538
  268.       Height = 359
  269.       HorzScrollBar.Smooth = True
  270.       HorzScrollBar.Tracking = True
  271.       VertScrollBar.Smooth = True
  272.       VertScrollBar.Tracking = True
  273.       Align = alClient
  274.       BevelKind = bkTile
  275.       TabOrder = 4
  276.       Visible = False
  277.       Caption = 'Commit'
  278.       DesignSize = (
  279.         534
  280.         355)
  281.       object lblCommitMsg: TLabel
  282.         Left = 12
  283.         Top = 16
  284.         Width = 46
  285.         Height = 13
  286.         Caption = 'Message:'
  287.       end
  288.       object memCommitMsg: TMemo
  289.         Left = 116
  290.         Top = 12
  291.         Width = 364
  292.         Height = 289
  293.         Anchors = [akLeft, akTop, akRight, akBottom]
  294.         ScrollBars = ssBoth
  295.         TabOrder = 0
  296.         WantTabs = True
  297.         WordWrap = False
  298.       end
  299.     end
  300.     object tabUpdate: TdevPage
  301.       Left = 0
  302.       Top = 23
  303.       Width = 538
  304.       Height = 359
  305.       HorzScrollBar.Smooth = True
  306.       HorzScrollBar.Tracking = True
  307.       VertScrollBar.Smooth = True
  308.       VertScrollBar.Tracking = True
  309.       Align = alClient
  310.       BevelKind = bkTile
  311.       TabOrder = 5
  312.       Visible = False
  313.       Caption = 'Update'
  314.       DesignSize = (
  315.         534
  316.         355)
  317.       object chkUpdRecurse: TCheckBox
  318.         Left = 12
  319.         Top = 16
  320.         Width = 444
  321.         Height = 17
  322.         Anchors = [akLeft, akTop, akRight]
  323.         Caption = 'Recurse into sub-directories'
  324.         Checked = True
  325.         State = cbChecked
  326.         TabOrder = 0
  327.       end
  328.       object chkUpdResetSticky: TCheckBox
  329.         Left = 12
  330.         Top = 44
  331.         Width = 444
  332.         Height = 17
  333.         Anchors = [akLeft, akTop, akRight]
  334.         Caption = 'Reset any sticky options'
  335.         TabOrder = 1
  336.       end
  337.       object chkUpdCreateDirs: TCheckBox
  338.         Left = 12
  339.         Top = 72
  340.         Width = 444
  341.         Height = 17
  342.         Anchors = [akLeft, akTop, akRight]
  343.         Caption = 'Create missing directories'
  344.         Checked = True
  345.         State = cbChecked
  346.         TabOrder = 2
  347.       end
  348.       object chkUpdCleanCopy: TCheckBox
  349.         Left = 12
  350.         Top = 128
  351.         Width = 444
  352.         Height = 17
  353.         Anchors = [akLeft, akTop, akRight]
  354.         Caption = 'Drop changes made locally'
  355.         TabOrder = 4
  356.       end
  357.       object grpUpdRevisions: TGroupBox
  358.         Left = 12
  359.         Top = 184
  360.         Width = 472
  361.         Height = 113
  362.         Anchors = [akLeft, akTop, akRight]
  363.         Caption = 'Other revisions:'
  364.         TabOrder = 5
  365.         object chkBeforeDate: TCheckBox
  366.           Left = 12
  367.           Top = 24
  368.           Width = 161
  369.           Height = 17
  370.           Caption = 'Before date:'
  371.           TabOrder = 0
  372.           OnClick = chkBeforeDateClick
  373.         end
  374.         object chkRevision: TCheckBox
  375.           Left = 12
  376.           Top = 48
  377.           Width = 161
  378.           Height = 17
  379.           Caption = 'Revision/branch/tag:'
  380.           TabOrder = 1
  381.           OnClick = chkRevisionClick
  382.         end
  383.         object chkMostRecent: TCheckBox
  384.           Left = 12
  385.           Top = 84
  386.           Width = 337
  387.           Height = 17
  388.           Caption = 'If not found, get the most recent'
  389.           TabOrder = 2
  390.         end
  391.         object cmbBeforeDate: TComboBox
  392.           Left = 180
  393.           Top = 20
  394.           Width = 165
  395.           Height = 21
  396.           ItemHeight = 13
  397.           TabOrder = 3
  398.           Text = 'cmbBeforeDate'
  399.         end
  400.         object cmbRevision: TComboBox
  401.           Left = 180
  402.           Top = 44
  403.           Width = 165
  404.           Height = 21
  405.           ItemHeight = 13
  406.           TabOrder = 4
  407.           Text = 'cmbRevision'
  408.         end
  409.       end
  410.       object chkUpdPrune: TCheckBox
  411.         Left = 12
  412.         Top = 100
  413.         Width = 444
  414.         Height = 17
  415.         Anchors = [akLeft, akTop, akRight]
  416.         Caption = 'Remove empty directories'
  417.         Checked = True
  418.         State = cbChecked
  419.         TabOrder = 3
  420.       end
  421.     end
  422.     object tabDiff: TdevPage
  423.       Left = 0
  424.       Top = 23
  425.       Width = 538
  426.       Height = 359
  427.       HorzScrollBar.Smooth = True
  428.       HorzScrollBar.Tracking = True
  429.       VertScrollBar.Smooth = True
  430.       VertScrollBar.Tracking = True
  431.       Align = alClient
  432.       BevelKind = bkTile
  433.       TabOrder = 6
  434.       Visible = False
  435.       Caption = 'Diff'
  436.       DesignSize = (
  437.         534
  438.         355)
  439.       object chkDiffRecurse: TCheckBox
  440.         Left = 12
  441.         Top = 16
  442.         Width = 444
  443.         Height = 17
  444.         Anchors = [akLeft, akTop, akRight]
  445.         Caption = 'Recurse into sub-directories'
  446.         Checked = True
  447.         State = cbChecked
  448.         TabOrder = 0
  449.       end
  450.       object chkDiffUnified: TCheckBox
  451.         Left = 12
  452.         Top = 44
  453.         Width = 444
  454.         Height = 17
  455.         Anchors = [akLeft, akTop, akRight]
  456.         Caption = 'Perform a unified diff'
  457.         TabOrder = 1
  458.       end
  459.       object grpDiff: TGroupBox
  460.         Left = 12
  461.         Top = 76
  462.         Width = 472
  463.         Height = 157
  464.         Anchors = [akLeft, akTop, akRight]
  465.         Caption = 'Diff revisions'
  466.         TabOrder = 2
  467.         object lblDiffRev1: TLabel
  468.           Left = 32
  469.           Top = 100
  470.           Width = 111
  471.           Height = 13
  472.           Caption = 'Revision/branch/tag 1:'
  473.         end
  474.         object lblDiffRev2: TLabel
  475.           Left = 32
  476.           Top = 124
  477.           Width = 111
  478.           Height = 13
  479.           Caption = 'Revision/branch/tag 2:'
  480.         end
  481.         object txtDiffRev1: TEdit
  482.           Left = 172
  483.           Top = 96
  484.           Width = 85
  485.           Height = 21
  486.           Enabled = False
  487.           TabOrder = 0
  488.           Text = 'txtDiffRev1'
  489.         end
  490.         object txtDiffRev2: TEdit
  491.           Left = 172
  492.           Top = 120
  493.           Width = 85
  494.           Height = 21
  495.           Enabled = False
  496.           TabOrder = 2
  497.           Text = 'txtDiffRev2'
  498.         end
  499.         object chkDiffDate1: TCheckBox
  500.           Left = 260
  501.           Top = 96
  502.           Width = 93
  503.           Height = 17
  504.           Caption = 'Is date'
  505.           Enabled = False
  506.           TabOrder = 1
  507.         end
  508.         object chkDiffDate2: TCheckBox
  509.           Left = 260
  510.           Top = 120
  511.           Width = 93
  512.           Height = 17
  513.           Caption = 'Is date'
  514.           Enabled = False
  515.           TabOrder = 3
  516.         end
  517.         object rgbDiff: TRadioButton
  518.           Left = 12
  519.           Top = 24
  520.           Width = 333
  521.           Height = 17
  522.           Caption = 'Compare local file with the same remote revision/tag'
  523.           Checked = True
  524.           TabOrder = 4
  525.           TabStop = True
  526.           OnClick = rgbDiff1Click
  527.         end
  528.         object rgbDiff1: TRadioButton
  529.           Left = 12
  530.           Top = 48
  531.           Width = 333
  532.           Height = 17
  533.           Caption = 'Compare local file with another remote revision'
  534.           TabOrder = 5
  535.           OnClick = rgbDiff1Click
  536.         end
  537.         object rgbDiff2: TRadioButton
  538.           Left = 12
  539.           Top = 72
  540.           Width = 333
  541.           Height = 17
  542.           Caption = 'Compare two remote revisions'
  543.           TabOrder = 6
  544.           OnClick = rgbDiff1Click
  545.         end
  546.       end
  547.     end
  548.     object tabLog: TdevPage
  549.       Left = 0
  550.       Top = 23
  551.       Width = 538
  552.       Height = 359
  553.       HorzScrollBar.Smooth = True
  554.       HorzScrollBar.Tracking = True
  555.       VertScrollBar.Smooth = True
  556.       VertScrollBar.Tracking = True
  557.       Align = alClient
  558.       BevelKind = bkTile
  559.       TabOrder = 7
  560.       Visible = False
  561.       Caption = 'Log'
  562.       DesignSize = (
  563.         534
  564.         355)
  565.       object chkLogRecurse: TCheckBox
  566.         Left = 12
  567.         Top = 16
  568.         Width = 484
  569.         Height = 17
  570.         Anchors = [akLeft, akTop, akRight]
  571.         Caption = 'Recurse into sub-directories'
  572.         Checked = True
  573.         State = cbChecked
  574.         TabOrder = 0
  575.       end
  576.       object chkLogDefBranch: TCheckBox
  577.         Left = 12
  578.         Top = 44
  579.         Width = 484
  580.         Height = 17
  581.         Anchors = [akLeft, akTop, akRight]
  582.         Caption = 'Log the default branch'
  583.         TabOrder = 1
  584.       end
  585.       object chkLogRCS: TCheckBox
  586.         Left = 12
  587.         Top = 72
  588.         Width = 484
  589.         Height = 17
  590.         Anchors = [akLeft, akTop, akRight]
  591.         Caption = 'List only the RCS filenames'
  592.         TabOrder = 2
  593.       end
  594.       object chkLogNoTag: TCheckBox
  595.         Left = 12
  596.         Top = 96
  597.         Width = 484
  598.         Height = 17
  599.         Anchors = [akLeft, akTop, akRight]
  600.         Caption = 'Don'#39't print tag names'
  601.         TabOrder = 3
  602.       end
  603.       object grpLogFilter: TGroupBox
  604.         Left = 12
  605.         Top = 132
  606.         Width = 508
  607.         Height = 101
  608.         Anchors = [akLeft, akTop, akRight]
  609.         Caption = 'Filter'
  610.         TabOrder = 4
  611.         object chkLogFbyRev: TCheckBox
  612.           Left = 16
  613.           Top = 24
  614.           Width = 121
  615.           Height = 17
  616.           Caption = 'By revision/tag:'
  617.           TabOrder = 0
  618.           OnClick = chkLogFbyRevClick
  619.         end
  620.         object chkLogFbyDate: TCheckBox
  621.           Left = 16
  622.           Top = 48
  623.           Width = 121
  624.           Height = 17
  625.           Caption = 'By date:'
  626.           TabOrder = 2
  627.           OnClick = chkLogFbyDateClick
  628.         end
  629.         object chkLogFbyUser: TCheckBox
  630.           Left = 16
  631.           Top = 72
  632.           Width = 121
  633.           Height = 17
  634.           Caption = 'By user:'
  635.           TabOrder = 4
  636.           OnClick = chkLogFbyUserClick
  637.         end
  638.         object cmbLogFbyRev: TComboBox
  639.           Left = 140
  640.           Top = 20
  641.           Width = 201
  642.           Height = 21
  643.           Enabled = False
  644.           ItemHeight = 13
  645.           TabOrder = 1
  646.           Text = 'cmbLogFbyRev'
  647.           Items.Strings = (
  648.             '1.18'
  649.             ':1.24'
  650.             '1.24:'
  651.             '1.18:1.24'
  652.             'release1-0'
  653.             'HEAD')
  654.         end
  655.         object cmbLogFbyDate: TComboBox
  656.           Left = 140
  657.           Top = 44
  658.           Width = 201
  659.           Height = 21
  660.           Enabled = False
  661.           ItemHeight = 13
  662.           TabOrder = 3
  663.           Text = 'cmbLogFbyDate'
  664.         end
  665.         object cmbLogFbyUser: TComboBox
  666.           Left = 140
  667.           Top = 68
  668.           Width = 201
  669.           Height = 21
  670.           Enabled = False
  671.           ItemHeight = 13
  672.           TabOrder = 5
  673.           Text = 'cmbLogFbyUser'
  674.           Items.Strings = (
  675.             'joe'
  676.             'doe'
  677.             'joe,doe')
  678.         end
  679.       end
  680.     end
  681.     object tabAdd: TdevPage
  682.       Left = 0
  683.       Top = 23
  684.       Width = 538
  685.       Height = 359
  686.       HorzScrollBar.Smooth = True
  687.       HorzScrollBar.Tracking = True
  688.       VertScrollBar.Smooth = True
  689.       VertScrollBar.Tracking = True
  690.       Align = alClient
  691.       BevelKind = bkTile
  692.       TabOrder = 9
  693.       Visible = False
  694.       Caption = 'Add'
  695.       DesignSize = (
  696.         534
  697.         355)
  698.       object lblAddMsg: TLabel
  699.         Left = 12
  700.         Top = 16
  701.         Width = 46
  702.         Height = 13
  703.         Caption = 'Message:'
  704.       end
  705.       object memAddMsg: TMemo
  706.         Left = 116
  707.         Top = 12
  708.         Width = 364
  709.         Height = 289
  710.         Anchors = [akLeft, akTop, akRight, akBottom]
  711.         ScrollBars = ssBoth
  712.         TabOrder = 0
  713.         WantTabs = True
  714.         WordWrap = False
  715.       end
  716.     end
  717.     object tabRemove: TdevPage
  718.       Left = 0
  719.       Top = 23
  720.       Width = 538
  721.       Height = 359
  722.       HorzScrollBar.Smooth = True
  723.       HorzScrollBar.Tracking = True
  724.       VertScrollBar.Smooth = True
  725.       VertScrollBar.Tracking = True
  726.       Align = alClient
  727.       BevelKind = bkTile
  728.       TabOrder = 10
  729.       Visible = False
  730.       Caption = 'Remove'
  731.       DesignSize = (
  732.         534
  733.         355)
  734.       object chkRemove: TCheckBox
  735.         Left = 12
  736.         Top = 16
  737.         Width = 444
  738.         Height = 17
  739.         Anchors = [akLeft, akTop, akRight]
  740.         Caption = 'Remove the file from disk also...'
  741.         TabOrder = 0
  742.       end
  743.     end
  744.     object tabFiles: TdevPage
  745.       Left = 0
  746.       Top = 23
  747.       Width = 538
  748.       Height = 359
  749.       HorzScrollBar.Smooth = True
  750.       HorzScrollBar.Tracking = True
  751.       VertScrollBar.Smooth = True
  752.       VertScrollBar.Tracking = True
  753.       Align = alClient
  754.       BevelKind = bkTile
  755.       TabOrder = 11
  756.       Caption = 'Files'
  757.       DesignSize = (
  758.         534
  759.         355)
  760.       object lblFiles: TLabel
  761.         Left = 12
  762.         Top = 16
  763.         Width = 24
  764.         Height = 13
  765.         Caption = 'Files:'
  766.       end
  767.       object lstFiles: TCheckListBox
  768.         Left = 116
  769.         Top = 12
  770.         Width = 403
  771.         Height = 329
  772.         Anchors = [akLeft, akTop, akRight, akBottom]
  773.         Font.Charset = DEFAULT_CHARSET
  774.         Font.Color = clWindowText
  775.         Font.Height = -11
  776.         Font.Name = 'Courier New'
  777.         Font.Style = []
  778.         ItemHeight = 14
  779.         ParentFont = False
  780.         Sorted = True
  781.         Style = lbOwnerDrawFixed
  782.         TabOrder = 0
  783.         OnDrawItem = lstFilesDrawItem
  784.       end
  785.     end
  786.     object tabRepos: TdevPage
  787.       Left = 0
  788.       Top = 23
  789.       Width = 538
  790.       Height = 359
  791.       HorzScrollBar.Smooth = True
  792.       HorzScrollBar.Tracking = True
  793.       VertScrollBar.Smooth = True
  794.       VertScrollBar.Tracking = True
  795.       Align = alClient
  796.       BevelKind = bkTile
  797.       TabOrder = 1
  798.       Visible = False
  799.       Caption = 'Repository'
  800.       DesignSize = (
  801.         534
  802.         355)
  803.       object lblRep: TLabel
  804.         Left = 12
  805.         Top = 16
  806.         Width = 76
  807.         Height = 13
  808.         Caption = 'Access method:'
  809.       end
  810.       object grpRepDetails: TGroupBox
  811.         Left = 12
  812.         Top = 44
  813.         Width = 512
  814.         Height = 149
  815.         Anchors = [akLeft, akTop, akRight]
  816.         Caption = 'Repository details'
  817.         TabOrder = 0
  818.         object lblMethod: TLabel
  819.           Left = 16
  820.           Top = 20
  821.           Width = 76
  822.           Height = 13
  823.           Caption = 'Access method:'
  824.         end
  825.         object lblUser: TLabel
  826.           Left = 16
  827.           Top = 44
  828.           Width = 25
  829.           Height = 13
  830.           Caption = 'User:'
  831.         end
  832.         object lblServer: TLabel
  833.           Left = 16
  834.           Top = 68
  835.           Width = 34
  836.           Height = 13
  837.           Caption = 'Server:'
  838.         end
  839.         object lblDir: TLabel
  840.           Left = 16
  841.           Top = 92
  842.           Width = 83
  843.           Height = 13
  844.           Caption = 'Remote directory:'
  845.         end
  846.         object lblRepos: TLabel
  847.           Left = 16
  848.           Top = 124
  849.           Width = 329
  850.           Height = 17
  851.           AutoSize = False
  852.           Caption = 'lblRepos'
  853.           Font.Charset = DEFAULT_CHARSET
  854.           Font.Color = clWindowText
  855.           Font.Height = -11
  856.           Font.Name = 'MS Sans Serif'
  857.           Font.Style = [fsBold]
  858.           ParentFont = False
  859.         end
  860.         object txtUser: TEdit
  861.           Left = 120
  862.           Top = 40
  863.           Width = 225
  864.           Height = 21
  865.           TabOrder = 0
  866.           Text = 'txtUser'
  867.           OnChange = cmbMethodChange
  868.         end
  869.         object txtServer: TEdit
  870.           Left = 120
  871.           Top = 64
  872.           Width = 225
  873.           Height = 21
  874.           TabOrder = 1
  875.           Text = 'txtServer'
  876.           OnChange = cmbMethodChange
  877.         end
  878.         object txtDir: TEdit
  879.           Left = 120
  880.           Top = 88
  881.           Width = 225
  882.           Height = 21
  883.           TabOrder = 2
  884.           Text = 'txtDir'
  885.           OnChange = cmbMethodChange
  886.         end
  887.         object cmbMethod: TComboBox
  888.           Left = 120
  889.           Top = 16
  890.           Width = 105
  891.           Height = 21
  892.           Style = csDropDownList
  893.           ItemHeight = 13
  894.           ItemIndex = 1
  895.           TabOrder = 3
  896.           Text = 'pserver'
  897.           OnChange = cmbMethodChange
  898.           Items.Strings = (
  899.             'local'
  900.             'pserver'
  901.             'ext')
  902.         end
  903.       end
  904.       object cmbRepos: TComboBox
  905.         Left = 116
  906.         Top = 12
  907.         Width = 408
  908.         Height = 21
  909.         AutoDropDown = True
  910.         Anchors = [akLeft, akTop, akRight]
  911.         ItemHeight = 13
  912.         TabOrder = 1
  913.         Text = 'cmbRepos'
  914.         OnChange = cmbReposChange
  915.       end
  916.     end
  917.     object tabGlobal: TdevPage
  918.       Left = 0
  919.       Top = 23
  920.       Width = 538
  921.       Height = 359
  922.       HorzScrollBar.Smooth = True
  923.       HorzScrollBar.Tracking = True
  924.       VertScrollBar.Smooth = True
  925.       VertScrollBar.Tracking = True
  926.       Align = alClient
  927.       BevelKind = bkTile
  928.       TabOrder = 2
  929.       Visible = False
  930.       Caption = 'Global Options'
  931.       DesignSize = (
  932.         534
  933.         355)
  934.       object lblCompression: TLabel
  935.         Left = 12
  936.         Top = 16
  937.         Width = 63
  938.         Height = 13
  939.         Caption = 'Compression:'
  940.       end
  941.       object spnCompression: TSpinEdit
  942.         Left = 172
  943.         Top = 12
  944.         Width = 49
  945.         Height = 22
  946.         MaxLength = 1
  947.         MaxValue = 9
  948.         MinValue = 0
  949.         TabOrder = 0
  950.         Value = 0
  951.       end
  952.       object chkUseSSH: TCheckBox
  953.         Left = 12
  954.         Top = 44
  955.         Width = 468
  956.         Height = 17
  957.         Anchors = [akLeft, akTop, akRight]
  958.         Caption = 'Use SSH instead of RSH'
  959.         Checked = True
  960.         State = cbChecked
  961.         TabOrder = 1
  962.       end
  963.     end
  964.     object tabOutput: TdevPage
  965.       Left = 0
  966.       Top = 23
  967.       Width = 538
  968.       Height = 359
  969.       HorzScrollBar.Smooth = True
  970.       HorzScrollBar.Tracking = True
  971.       VertScrollBar.Smooth = True
  972.       VertScrollBar.Tracking = True
  973.       Align = alClient
  974.       BevelKind = bkTile
  975.       TabOrder = 8
  976.       Visible = False
  977.       Caption = 'CVS Output'
  978.       DesignSize = (
  979.         534
  980.         355)
  981.       object memOutput: TRichEdit
  982.         Left = 4
  983.         Top = 4
  984.         Width = 526
  985.         Height = 344
  986.         Anchors = [akLeft, akTop, akRight, akBottom]
  987.         Font.Charset = DEFAULT_CHARSET
  988.         Font.Color = clWindowText
  989.         Font.Height = -11
  990.         Font.Name = 'Courier New'
  991.         Font.Style = []
  992.         Lines.Strings = (
  993.           'memOutput')
  994.         ParentFont = False
  995.         ReadOnly = True
  996.         ScrollBars = ssBoth
  997.         TabOrder = 0
  998.         WantReturns = False
  999.         WordWrap = False
  1000.       end
  1001.     end
  1002.   end
  1003.   object btnOK: TButton
  1004.     Left = 357
  1005.     Top = 396
  1006.     Width = 91
  1007.     Height = 25
  1008.     Anchors = [akRight, akBottom]
  1009.     Caption = 'OK'
  1010.     Default = True
  1011.     TabOrder = 1
  1012.     OnClick = btnOKClick
  1013.   end
  1014.   object btnCancel: TButton
  1015.     Left = 453
  1016.     Top = 396
  1017.     Width = 91
  1018.     Height = 25
  1019.     Anchors = [akRight, akBottom]
  1020.     Cancel = True
  1021.     Caption = 'Cancel'
  1022.     TabOrder = 2
  1023.     OnClick = btnCancelClick
  1024.   end
  1025.   object XPMenu: TXPMenu
  1026.     DimLevel = 30
  1027.     GrayLevel = 10
  1028.     Font.Charset = ANSI_CHARSET
  1029.     Font.Color = clMenuText
  1030.     Font.Height = -11
  1031.     Font.Name = 'Microsoft Sans Serif'
  1032.     Font.Style = []
  1033.     Color = clBtnFace
  1034.     DrawMenuBar = False
  1035.     IconBackColor = clBtnFace
  1036.     MenuBarColor = clBtnFace
  1037.     SelectColor = clHighlight
  1038.     SelectBorderColor = clHighlight
  1039.     SelectFontColor = clMenuText
  1040.     DisabledColor = clInactiveCaption
  1041.     SeparatorColor = clBtnFace
  1042.     CheckedColor = clHighlight
  1043.     IconWidth = 24
  1044.     DrawSelect = True
  1045.     UseSystemColors = True
  1046.     UseDimColor = False
  1047.     OverrideOwnerDraw = False
  1048.     Gradient = False
  1049.     FlatMenu = False
  1050.     AutoDetect = True
  1051.     Active = False
  1052.     Left = 168
  1053.     Top = 288
  1054.   end
  1055. end
  1056.