home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9EDU / PROKON84.ZIP / SETUP.EXE / 0 / RCDATA / TDRIVESDLG / TDRIVESDLG.txt < prev   
Text File  |  1998-05-02  |  4KB  |  209 lines

  1. object DrivesDlg: TDrivesDlg
  2.   Left = 298
  3.   Top = 176
  4.   HelpContext = 55
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Installation'
  8.   ClientHeight = 423
  9.   ClientWidth = 577
  10.   Color = clNavy
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -13
  14.   Font.Name = 'Arial'
  15.   Font.Style = [fsBold]
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnPaint = FormPaint
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Bevel1: TBevel
  22.     Left = 12
  23.     Top = 14
  24.     Width = 553
  25.     Height = 349
  26.     Shape = bsFrame
  27.     IsControl = True
  28.   end
  29.   object Label2: TLabel
  30.     Left = 30
  31.     Top = 296
  32.     Width = 509
  33.     Height = 57
  34.     AutoSize = False
  35.     Caption = 
  36.       '  Setup is about to install ProKon, the Metric Conversion Utilit' +
  37.       'y on your system.      The default installation is shown above. ' +
  38.       ' If this is not correct, make the                necessary chang' +
  39.       'es before selecting '#39'OK'#39'.'
  40.     Color = clWhite
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clBlue
  43.     Font.Height = -13
  44.     Font.Name = 'Arial'
  45.     Font.Style = [fsBold]
  46.     ParentColor = False
  47.     ParentFont = False
  48.     WordWrap = True
  49.   end
  50.   object Label1: TLabel
  51.     Left = 54
  52.     Top = 186
  53.     Width = 95
  54.     Height = 16
  55.     Caption = 'Installing from:'
  56.     Color = clNavy
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clLime
  59.     Font.Height = -13
  60.     Font.Name = 'Arial'
  61.     Font.Style = [fsBold]
  62.     ParentColor = False
  63.     ParentFont = False
  64.   end
  65.   object Label3: TLabel
  66.     Left = 54
  67.     Top = 242
  68.     Width = 78
  69.     Height = 16
  70.     Caption = 'Installing to:'
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clLime
  73.     Font.Height = -13
  74.     Font.Name = 'Arial'
  75.     Font.Style = [fsBold]
  76.     ParentFont = False
  77.   end
  78.   object Label4: TLabel
  79.     Left = 233
  80.     Top = 28
  81.     Width = 110
  82.     Height = 36
  83.     Caption = 'ProKon'
  84.     Font.Charset = DEFAULT_CHARSET
  85.     Font.Color = clYellow
  86.     Font.Height = -32
  87.     Font.Name = 'Times New Roman'
  88.     Font.Style = [fsBold]
  89.     ParentFont = False
  90.   end
  91.   object Label5: TLabel
  92.     Left = 154
  93.     Top = 68
  94.     Width = 268
  95.     Height = 22
  96.     Caption = 'The Metric Conversion Utility'
  97.     Font.Charset = DEFAULT_CHARSET
  98.     Font.Color = clLime
  99.     Font.Height = -19
  100.     Font.Name = 'Arial'
  101.     Font.Style = [fsBold]
  102.     ParentFont = False
  103.   end
  104.   object Label6: TLabel
  105.     Left = 253
  106.     Top = 100
  107.     Width = 64
  108.     Height = 15
  109.     Alignment = taCenter
  110.     Caption = 'Version 8.4'
  111.     Font.Charset = DEFAULT_CHARSET
  112.     Font.Color = clLime
  113.     Font.Height = -12
  114.     Font.Name = 'Arial'
  115.     Font.Style = [fsBold]
  116.     ParentFont = False
  117.   end
  118.   object Label7: TLabel
  119.     Left = 171
  120.     Top = 124
  121.     Width = 234
  122.     Height = 15
  123.     Caption = 'Copyright (c) 1997-98 by Harold Schwartz'
  124.     Font.Charset = DEFAULT_CHARSET
  125.     Font.Color = clLime
  126.     Font.Height = -12
  127.     Font.Name = 'Arial'
  128.     Font.Style = [fsBold]
  129.     ParentFont = False
  130.   end
  131.   object Image1: TImage
  132.     Left = 96
  133.     Top = 372
  134.     Width = 114
  135.     Height = 41
  136.     AutoSize = True
  137.     Center = True
  138.     Picture.Data = {<image000.bmp>}
  139.   end
  140.   object OKBtn: TBitBtn
  141.     Left = 304
  142.     Top = 378
  143.     Width = 77
  144.     Height = 27
  145.     HelpContext = 55
  146.     TabOrder = 0
  147.     OnClick = OKBtnClick
  148.     Kind = bkOK
  149.     Margin = 2
  150.     Spacing = -1
  151.     IsControl = True
  152.   end
  153.   object CancelBtn: TBitBtn
  154.     Left = 392
  155.     Top = 378
  156.     Width = 77
  157.     Height = 27
  158.     HelpContext = 55
  159.     TabOrder = 1
  160.     OnClick = CancelBtnClick
  161.     Kind = bkAbort
  162.     Margin = 2
  163.     Spacing = -1
  164.     IsControl = True
  165.   end
  166.   object HelpBtn: TBitBtn
  167.     Left = 480
  168.     Top = 378
  169.     Width = 77
  170.     Height = 27
  171.     HelpContext = 55
  172.     TabOrder = 2
  173.     Kind = bkHelp
  174.     Margin = 2
  175.     Spacing = -1
  176.     IsControl = True
  177.   end
  178.   object Edit1: TEdit
  179.     Left = 52
  180.     Top = 208
  181.     Width = 333
  182.     Height = 23
  183.     HelpContext = 55
  184.     Font.Charset = DEFAULT_CHARSET
  185.     Font.Color = clBlack
  186.     Font.Height = -12
  187.     Font.Name = 'Arial'
  188.     Font.Style = [fsBold]
  189.     ParentFont = False
  190.     TabOrder = 3
  191.     Text = 'A:\'
  192.   end
  193.   object Edit2: TEdit
  194.     Left = 52
  195.     Top = 262
  196.     Width = 333
  197.     Height = 23
  198.     HelpContext = 55
  199.     Font.Charset = DEFAULT_CHARSET
  200.     Font.Color = clBlack
  201.     Font.Height = -12
  202.     Font.Name = 'Arial'
  203.     Font.Style = [fsBold]
  204.     ParentFont = False
  205.     TabOrder = 4
  206.     Text = 'C:\Prokon'
  207.   end
  208. end
  209.