home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Freeware / DDCLIP / SETUPSL.EX_ / SETUPSL.EX / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  1997-06-17  |  12KB  |  526 lines

  1. object MainForm: TMainForm
  2.   Left = 267
  3.   Top = 118
  4.   AutoScroll = False
  5.   Caption = 'Setup'
  6.   ClientHeight = 382
  7.   ClientWidth = 451
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poDefault
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnPaint = FormPaint
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object DialogPanel: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 433
  23.     Height = 337
  24.     Locked = True
  25.     TabOrder = 0
  26.     object DonkeyPanel: TPanel
  27.       Left = 8
  28.       Top = 32
  29.       Width = 417
  30.       Height = 249
  31.       Enabled = False
  32.       Locked = True
  33.       TabOrder = 4
  34.       Visible = False
  35.       object DonkeyImage: TImage
  36.         Left = 8
  37.         Top = 8
  38.         Width = 401
  39.         Height = 233
  40.         Center = True
  41.       end
  42.     end
  43.     object BackButton: TButton
  44.       Left = 164
  45.       Top = 297
  46.       Width = 75
  47.       Height = 25
  48.       Caption = '< Back'
  49.       ModalResult = 2
  50.       TabOrder = 0
  51.       OnClick = BackButtonClick
  52.     end
  53.     object NextButton: TButton
  54.       Left = 244
  55.       Top = 297
  56.       Width = 75
  57.       Height = 25
  58.       Caption = 'Next >'
  59.       Default = True
  60.       ModalResult = 1
  61.       TabOrder = 1
  62.       OnClick = NextButtonClick
  63.     end
  64.     object CancelButton: TButton
  65.       Left = 348
  66.       Top = 297
  67.       Width = 75
  68.       Height = 25
  69.       Caption = 'Cancel'
  70.       ModalResult = 2
  71.       TabOrder = 2
  72.       OnClick = CancelButtonClick
  73.     end
  74.     object WarningPanel: TPanel
  75.       Left = 8
  76.       Top = 32
  77.       Width = 417
  78.       Height = 249
  79.       Enabled = False
  80.       TabOrder = 5
  81.       Visible = False
  82.       object DnkImage1: TImage
  83.         Left = 8
  84.         Top = 8
  85.         Width = 129
  86.         Height = 233
  87.         Center = True
  88.       end
  89.       object WarningText: TMemo
  90.         Left = 144
  91.         Top = 8
  92.         Width = 265
  93.         Height = 233
  94.         TabStop = False
  95.         BorderStyle = bsNone
  96.         Color = clBtnFace
  97.         Lines.Strings = (
  98.           ''
  99.           'Welcome to the Z Setup program. '
  100.           'This program will install software on your computer.'
  101.           ''
  102.           'It is strongly recommendet that you exit all Windows '
  103.           'programs before runnig this Setup program.'
  104.           ''
  105.           'Click Cancel to quit Setup and then close any programs '
  106.           'you have running.'
  107.           'Click Next to continue with the Setup program.'
  108.           ''
  109.           ''
  110.           'WARNING: This program is protected by copyright law '
  111.           'and international treaties.')
  112.         ReadOnly = True
  113.         TabOrder = 0
  114.         WantReturns = False
  115.       end
  116.     end
  117.     object LicensePanel: TPanel
  118.       Left = 8
  119.       Top = 32
  120.       Width = 417
  121.       Height = 249
  122.       TabOrder = 6
  123.       Visible = False
  124.       object LicenseText: TMemo
  125.         Left = 8
  126.         Top = 8
  127.         Width = 401
  128.         Height = 233
  129.         Color = clBtnFace
  130.         ReadOnly = True
  131.         ScrollBars = ssVertical
  132.         TabOrder = 0
  133.         WantReturns = False
  134.       end
  135.     end
  136.     object StatusText: TPanel
  137.       Left = 8
  138.       Top = 8
  139.       Width = 417
  140.       Height = 24
  141.       Enabled = False
  142.       Caption = 'Action Name'
  143.       Font.Color = clWindowText
  144.       Font.Height = -11
  145.       Font.Name = 'MS Sans Serif'
  146.       Font.Style = [fsBold]
  147.       Locked = True
  148.       ParentFont = False
  149.       TabOrder = 3
  150.     end
  151.     object PathPanel: TPanel
  152.       Left = 8
  153.       Top = 32
  154.       Width = 417
  155.       Height = 249
  156.       TabOrder = 7
  157.       Visible = False
  158.       object DnkImage2: TImage
  159.         Left = 8
  160.         Top = 8
  161.         Width = 129
  162.         Height = 233
  163.         Center = True
  164.       end
  165.       object PathText: TMemo
  166.         Left = 144
  167.         Top = 16
  168.         Width = 265
  169.         Height = 145
  170.         TabStop = False
  171.         BorderStyle = bsNone
  172.         Color = clBtnFace
  173.         Lines.Strings = (
  174.           ''
  175.           'Setup will install Z in the following directory.'
  176.           ''
  177.           'To install to this directory, click Next.'
  178.           ''
  179.           'To install to different directory, click Browse and select '
  180.           'another directory.'
  181.           ''
  182.           'You can choose not to install program, by clicking '
  183.           'Cancel to exit Setup.')
  184.         ReadOnly = True
  185.         TabOrder = 1
  186.         WantReturns = False
  187.       end
  188.       object PathGroup: TGroupBox
  189.         Left = 144
  190.         Top = 176
  191.         Width = 265
  192.         Height = 49
  193.         Caption = 'Path'
  194.         TabOrder = 0
  195.         object PathButton: TButton
  196.           Left = 200
  197.           Top = 15
  198.           Width = 59
  199.           Height = 25
  200.           Caption = 'Browse'
  201.           TabOrder = 0
  202.           OnClick = PathButtonClick
  203.         end
  204.         object PathDir: TPanel
  205.           Left = 8
  206.           Top = 16
  207.           Width = 190
  208.           Height = 25
  209.           Alignment = taLeftJustify
  210.           BevelOuter = bvNone
  211.           Enabled = False
  212.           Caption = 'C:\Program Files\SoftLab\DDClip'
  213.           TabOrder = 1
  214.         end
  215.       end
  216.     end
  217.     object TypePanel: TPanel
  218.       Left = 8
  219.       Top = 32
  220.       Width = 417
  221.       Height = 249
  222.       Locked = True
  223.       TabOrder = 8
  224.       Visible = False
  225.       object TypeLabel: TLabel
  226.         Left = 152
  227.         Top = 24
  228.         Width = 203
  229.         Height = 13
  230.         Caption = 'Click the type of you prefer, then click Next'
  231.       end
  232.       object DnkImage3: TImage
  233.         Left = 8
  234.         Top = 8
  235.         Width = 129
  236.         Height = 233
  237.         Center = True
  238.       end
  239.       object TypeGroup2: TGroupBox
  240.         Left = 144
  241.         Top = 184
  242.         Width = 265
  243.         Height = 49
  244.         Caption = 'Path'
  245.         TabOrder = 1
  246.         object TypeButton: TButton
  247.           Left = 200
  248.           Top = 15
  249.           Width = 59
  250.           Height = 25
  251.           Caption = 'Browse'
  252.           TabOrder = 0
  253.           OnClick = PathButtonClick
  254.         end
  255.         object TypeDir: TPanel
  256.           Left = 8
  257.           Top = 16
  258.           Width = 190
  259.           Height = 25
  260.           Alignment = taLeftJustify
  261.           BevelOuter = bvNone
  262.           Enabled = False
  263.           Caption = 'C:\Program Files\SoftLab\DDClip'
  264.           TabOrder = 1
  265.         end
  266.       end
  267.       object TypeGroup: TGroupBox
  268.         Left = 144
  269.         Top = 56
  270.         Width = 265
  271.         Height = 113
  272.         Caption = 'Type'
  273.         TabOrder = 0
  274.         object TypicalLabel: TLabel
  275.           Left = 80
  276.           Top = 16
  277.           Width = 177
  278.           Height = 49
  279.           AutoSize = False
  280.           Caption = 
  281.             'Program wll be installed with the most common options. Recomende' +
  282.             't for most users.'
  283.           WordWrap = True
  284.         end
  285.         object CompactLabel: TLabel
  286.           Left = 80
  287.           Top = 72
  288.           Width = 177
  289.           Height = 33
  290.           AutoSize = False
  291.           Caption = 'Program wll be installed with minimum required options.'
  292.           WordWrap = True
  293.         end
  294.         object TypicalButton: TRadioButton
  295.           Left = 8
  296.           Top = 24
  297.           Width = 73
  298.           Height = 17
  299.           Caption = 'Typical'
  300.           Checked = True
  301.           TabOrder = 0
  302.           TabStop = True
  303.           OnClick = TypicalButtonClick
  304.         end
  305.         object CompactButton: TRadioButton
  306.           Left = 8
  307.           Top = 72
  308.           Width = 73
  309.           Height = 17
  310.           Caption = 'Compact'
  311.           TabOrder = 1
  312.           OnClick = CompactButtonClick
  313.         end
  314.       end
  315.     end
  316.     object GroupPanel: TPanel
  317.       Left = 8
  318.       Top = 32
  319.       Width = 417
  320.       Height = 249
  321.       TabOrder = 9
  322.       Visible = False
  323.       object FolderLabel: TLabel
  324.         Left = 144
  325.         Top = 64
  326.         Width = 71
  327.         Height = 13
  328.         Caption = 'Program Folder'
  329.       end
  330.       object OtherLabel: TLabel
  331.         Left = 144
  332.         Top = 112
  333.         Width = 73
  334.         Height = 13
  335.         Caption = 'Existing Folders'
  336.       end
  337.       object GroupText: TLabel
  338.         Left = 144
  339.         Top = 16
  340.         Width = 265
  341.         Height = 49
  342.         AutoSize = False
  343.         Caption = 
  344.           'Setup wll add program icons to the Program Folder listed below. ' +
  345.           'You may type a new folder name, or select one from the existing ' +
  346.           'Folder list. Click Next to continue.'
  347.         WordWrap = True
  348.       end
  349.       object DnkImage4: TImage
  350.         Left = 8
  351.         Top = 8
  352.         Width = 129
  353.         Height = 233
  354.         Center = True
  355.       end
  356.       object FolderEdit: TEdit
  357.         Left = 144
  358.         Top = 80
  359.         Width = 257
  360.         Height = 21
  361.         TabOrder = 0
  362.         Text = 'DDClip'
  363.       end
  364.       object FolderList: TListBox
  365.         Left = 144
  366.         Top = 128
  367.         Width = 257
  368.         Height = 108
  369.         IntegralHeight = True
  370.         ItemHeight = 13
  371.         Sorted = True
  372.         TabOrder = 1
  373.         OnClick = FolderListClick
  374.       end
  375.     end
  376.     object CopyPanel: TPanel
  377.       Left = 8
  378.       Top = 32
  379.       Width = 417
  380.       Height = 249
  381.       Enabled = False
  382.       TabOrder = 10
  383.       Visible = False
  384.       object CopyText3: TLabel
  385.         Left = 144
  386.         Top = 96
  387.         Width = 53
  388.         Height = 13
  389.         Caption = 'Copy From:'
  390.       end
  391.       object CopyText1: TLabel
  392.         Left = 144
  393.         Top = 32
  394.         Width = 216
  395.         Height = 13
  396.         Caption = 'Setup copying files from source to destination.'
  397.         WordWrap = True
  398.       end
  399.       object CopyText2: TLabel
  400.         Left = 144
  401.         Top = 56
  402.         Width = 125
  403.         Height = 13
  404.         Caption = 'Click Cancel to quit Setup.'
  405.         WordWrap = True
  406.       end
  407.       object CopyText5: TLabel
  408.         Left = 144
  409.         Top = 176
  410.         Width = 50
  411.         Height = 13
  412.         Caption = 'Progress...'
  413.       end
  414.       object FromLabel: TLabel
  415.         Left = 144
  416.         Top = 112
  417.         Width = 257
  418.         Height = 13
  419.         AutoSize = False
  420.         Caption = 'From Name'
  421.       end
  422.       object CopyText4: TLabel
  423.         Left = 144
  424.         Top = 128
  425.         Width = 43
  426.         Height = 13
  427.         Caption = 'Copy To:'
  428.       end
  429.       object ToLabel: TLabel
  430.         Left = 144
  431.         Top = 144
  432.         Width = 257
  433.         Height = 13
  434.         AutoSize = False
  435.         Caption = 'To Name'
  436.       end
  437.       object DnkImage5: TImage
  438.         Left = 8
  439.         Top = 8
  440.         Width = 129
  441.         Height = 233
  442.         Center = True
  443.       end
  444.       object CopyProgress: TProgressBar
  445.         Left = 144
  446.         Top = 192
  447.         Width = 257
  448.         Height = 25
  449.         Min = 0
  450.         Max = 100
  451.         TabOrder = 0
  452.       end
  453.     end
  454.     object IniFile: TMemo
  455.       Left = 24
  456.       Top = 800
  457.       Width = 401
  458.       Height = 25
  459.       TabStop = False
  460.       Enabled = False
  461.       ReadOnly = True
  462.       ScrollBars = ssVertical
  463.       TabOrder = 11
  464.       Visible = False
  465.       WantReturns = False
  466.       WordWrap = False
  467.     end
  468.     object CopyFromList: TMemo
  469.       Left = 24
  470.       Top = 800
  471.       Width = 800
  472.       Height = 25
  473.       TabStop = False
  474.       Enabled = False
  475.       ReadOnly = True
  476.       ScrollBars = ssVertical
  477.       TabOrder = 12
  478.       Visible = False
  479.       WantReturns = False
  480.       WordWrap = False
  481.     end
  482.     object CopyToList: TMemo
  483.       Left = 24
  484.       Top = 800
  485.       Width = 800
  486.       Height = 25
  487.       TabStop = False
  488.       Enabled = False
  489.       ReadOnly = True
  490.       ScrollBars = ssVertical
  491.       TabOrder = 13
  492.       Visible = False
  493.       WantReturns = False
  494.       WordWrap = False
  495.     end
  496.   end
  497.   object UnsetupInfo: TMemo
  498.     Left = 24
  499.     Top = 800
  500.     Width = 800
  501.     Height = 25
  502.     TabStop = False
  503.     Enabled = False
  504.     ReadOnly = True
  505.     ScrollBars = ssVertical
  506.     TabOrder = 1
  507.     Visible = False
  508.     WantReturns = False
  509.     WordWrap = False
  510.   end
  511.   object DdeClientConvProgMan: TDdeClientConv
  512.     DdeService = 'ProgMan'
  513.     DdeTopic = 'ProgMan'
  514.     Top = 352
  515.     LinkInfo = (
  516.       'Service ProgMan'
  517.       'Topic ProgMan')
  518.   end
  519.   object WaitTimer: TTimer
  520.     Enabled = False
  521.     OnTimer = WaitTimerTimer
  522.     Left = 32
  523.     Top = 352
  524.   end
  525. end
  526.