home *** CD-ROM | disk | FTP | other *** search
/ At Home with Your PC: Starter / AtHomeStarter.bin / AtHomeStarter.exe / 0 / RCDATA / TFRMCOPY / TFRMCOPY.txt
Text File  |  2001-10-25  |  6KB  |  253 lines

  1. object frmCopy: TfrmCopy
  2.   Left = 967
  3.   Top = 864
  4.   BorderStyle = bsDialog
  5.   Caption = 'At home with YOUR PC'
  6.   ClientHeight = 247
  7.   ClientWidth = 397
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Notebook: TNotebook
  21.     Left = 3
  22.     Top = 2
  23.     Width = 390
  24.     Height = 241
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -12
  28.     Font.Name = 'Arial'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     object TPage
  33.       Left = 0
  34.       Top = 0
  35.       Caption = 'PageOne'
  36.       object Sentence1: TLabel
  37.         Left = 14
  38.         Top = 11
  39.         Width = 355
  40.         Height = 14
  41.         AutoSize = False
  42.         Caption = 'To open this document, it needs to be copied to your hard drive.'
  43.         Font.Charset = ANSI_CHARSET
  44.         Font.Color = clWindowText
  45.         Font.Height = -12
  46.         Font.Name = 'Arial'
  47.         Font.Style = []
  48.         ParentFont = False
  49.         WordWrap = True
  50.       end
  51.       object Sentence2: TLabel
  52.         Left = 14
  53.         Top = 41
  54.         Width = 355
  55.         Height = 18
  56.         AutoSize = False
  57.         Caption = 'The program can copy it for you to the location displayed below.'
  58.         Font.Charset = ANSI_CHARSET
  59.         Font.Color = clWindowText
  60.         Font.Height = -12
  61.         Font.Name = 'Arial'
  62.         Font.Style = []
  63.         ParentFont = False
  64.         WordWrap = True
  65.       end
  66.       object TLabel
  67.         Left = 14
  68.         Top = 70
  69.         Width = 353
  70.         Height = 15
  71.         Caption = 
  72.           'If you wish to choose a different location click the '#39'Browse'#39' bu' +
  73.           'tton.'
  74.         Font.Charset = ANSI_CHARSET
  75.         Font.Color = clWindowText
  76.         Font.Height = -12
  77.         Font.Name = 'Arial'
  78.         Font.Style = []
  79.         ParentFont = False
  80.         WordWrap = True
  81.       end
  82.       object btnCancel: TButton
  83.         Left = 26
  84.         Top = 194
  85.         Width = 160
  86.         Height = 30
  87.         Caption = 'Cancel and return to CD'
  88.         Font.Charset = ANSI_CHARSET
  89.         Font.Color = clWindowText
  90.         Font.Height = -12
  91.         Font.Name = 'Arial'
  92.         Font.Style = [fsBold]
  93.         ModalResult = 2
  94.         ParentFont = False
  95.         TabOrder = 1
  96.       end
  97.       object btnCopy: TButton
  98.         Left = 205
  99.         Top = 194
  100.         Width = 160
  101.         Height = 30
  102.         Caption = 'Copy the document'
  103.         Font.Charset = ANSI_CHARSET
  104.         Font.Color = clWindowText
  105.         Font.Height = -12
  106.         Font.Name = 'Arial'
  107.         Font.Style = [fsBold]
  108.         ModalResult = 1
  109.         ParentFont = False
  110.         TabOrder = 0
  111.         OnClick = btnCopyClick
  112.         OnMouseDown = btnCopyMouseDown
  113.       end
  114.       object GroupBox1: TGroupBox
  115.         Left = 7
  116.         Top = 112
  117.         Width = 377
  118.         Height = 54
  119.         Caption = ' Copy to: '
  120.         Font.Charset = DEFAULT_CHARSET
  121.         Font.Color = clWindowText
  122.         Font.Height = -11
  123.         Font.Name = 'MS Sans Serif'
  124.         Font.Style = []
  125.         ParentFont = False
  126.         TabOrder = 2
  127.         object lblPath: TLabel
  128.           Left = 10
  129.           Top = 24
  130.           Width = 295
  131.           Height = 17
  132.           AutoSize = False
  133.           Caption = 'C:\AtHome\Disk03\'
  134.         end
  135.         object btnBrowse: TSpeedButton
  136.           Left = 315
  137.           Top = 16
  138.           Width = 55
  139.           Height = 28
  140.           Caption = 'Browse...'
  141.           OnClick = btnBrowseClick
  142.         end
  143.       end
  144.     end
  145.     object TPage
  146.       Left = 0
  147.       Top = 0
  148.       Caption = 'PageTwo'
  149.       object Label1: TLabel
  150.         Left = 16
  151.         Top = 12
  152.         Width = 333
  153.         Height = 32
  154.         Caption = 
  155.           'The program could not find the templates in the expected locatio' +
  156.           'n on your hard drive.'
  157.         Font.Charset = ANSI_CHARSET
  158.         Font.Color = clWindowText
  159.         Font.Height = -13
  160.         Font.Name = 'Arial'
  161.         Font.Style = []
  162.         ParentFont = False
  163.         WordWrap = True
  164.       end
  165.       object Label2: TLabel
  166.         Left = 53
  167.         Top = 99
  168.         Width = 204
  169.         Height = 15
  170.         Caption = '1. Cancel and return to the CD.............'
  171.       end
  172.       object Label3: TLabel
  173.         Left = 53
  174.         Top = 147
  175.         Width = 203
  176.         Height = 15
  177.         Caption = '2. Find the templates yourself..............'
  178.       end
  179.       object Label4: TLabel
  180.         Left = 53
  181.         Top = 194
  182.         Width = 204
  183.         Height = 15
  184.         Caption = '3. Copy the templates again.................'
  185.       end
  186.       object Label5: TLabel
  187.         Left = 16
  188.         Top = 51
  189.         Width = 203
  190.         Height = 16
  191.         Caption = 'The following actions can be taken:'
  192.         Font.Charset = ANSI_CHARSET
  193.         Font.Color = clWindowText
  194.         Font.Height = -13
  195.         Font.Name = 'Arial'
  196.         Font.Style = []
  197.         ParentFont = False
  198.       end
  199.       object btnCancelToo: TButton
  200.         Left = 258
  201.         Top = 87
  202.         Width = 65
  203.         Height = 30
  204.         Caption = 'Cancel'
  205.         Font.Charset = ANSI_CHARSET
  206.         Font.Color = clWindowText
  207.         Font.Height = -12
  208.         Font.Name = 'Arial'
  209.         Font.Style = [fsBold]
  210.         ModalResult = 2
  211.         ParentFont = False
  212.         TabOrder = 0
  213.       end
  214.       object btnBrowseToo: TButton
  215.         Left = 258
  216.         Top = 135
  217.         Width = 65
  218.         Height = 30
  219.         Caption = 'Browse'
  220.         Font.Charset = ANSI_CHARSET
  221.         Font.Color = clWindowText
  222.         Font.Height = -12
  223.         Font.Name = 'Arial'
  224.         Font.Style = [fsBold]
  225.         ParentFont = False
  226.         TabOrder = 1
  227.         OnClick = btnBrowseTooClick
  228.       end
  229.       object btnCopyToo: TButton
  230.         Left = 258
  231.         Top = 182
  232.         Width = 65
  233.         Height = 30
  234.         Caption = 'Copy'
  235.         Font.Charset = ANSI_CHARSET
  236.         Font.Color = clWindowText
  237.         Font.Height = -12
  238.         Font.Name = 'Arial'
  239.         Font.Style = [fsBold]
  240.         ParentFont = False
  241.         TabOrder = 2
  242.         OnClick = btnCopyTooClick
  243.       end
  244.     end
  245.   end
  246.   object dlgOpen: TOpenDialog
  247.     Filter = 'Access 7 template|*.mdb'
  248.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  249.     Left = 340
  250.     Top = 172
  251.   end
  252. end
  253.