home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / ysfl12.zip / FILES1.ZIP / idrsmf.dfm / idrsmf.txt next >
Text File  |  1995-07-13  |  3KB  |  120 lines

  1. object dlgRS: TdlgRS
  2.   Left = 72
  3.   Top = 125
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Install ReportSmith Connections'
  7.   ClientHeight = 206
  8.   ClientWidth = 488
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 488
  20.     Height = 206
  21.     Align = alClient
  22.     Font.Color = clBlack
  23.     Font.Height = -13
  24.     Font.Name = 'Arial'
  25.     Font.Style = []
  26.     ParentFont = False
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 72
  30.       Top = 16
  31.       Width = 199
  32.       Height = 16
  33.       Caption = 'The following Connections will now'
  34.     end
  35.     object Label2: TLabel
  36.       Left = 64
  37.       Top = 32
  38.       Width = 208
  39.       Height = 16
  40.       Caption = 'be added to ReportSmith.  You may'
  41.     end
  42.     object Label3: TLabel
  43.       Left = 64
  44.       Top = 48
  45.       Width = 154
  46.       Height = 16
  47.       Caption = 'choose not to install them.'
  48.     end
  49.     object Image1: TImage
  50.       Left = 8
  51.       Top = 8
  52.       Width = 57
  53.       Height = 41
  54.       Picture.Data = {<image000.bmp>}
  55.     end
  56.     object btnInstall: TBitBtn
  57.       Left = 304
  58.       Top = 16
  59.       Width = 161
  60.       Height = 33
  61.       Caption = '&Install Connections'
  62.       Font.Color = clBlack
  63.       Font.Height = -13
  64.       Font.Name = 'Arial'
  65.       Font.Style = [fsBold]
  66.       ModalResult = 1
  67.       ParentFont = False
  68.       TabOrder = 0
  69.     end
  70.     object btnSkip: TBitBtn
  71.       Left = 304
  72.       Top = 61
  73.       Width = 161
  74.       Height = 33
  75.       Caption = '&Skip'
  76.       Font.Color = clBlack
  77.       Font.Height = -13
  78.       Font.Name = 'Arial'
  79.       Font.Style = [fsBold]
  80.       ModalResult = 7
  81.       ParentFont = False
  82.       TabOrder = 1
  83.     end
  84.     object btnCustom1: TBitBtn
  85.       Left = 304
  86.       Top = 107
  87.       Width = 161
  88.       Height = 33
  89.       Font.Color = clBlack
  90.       Font.Height = -13
  91.       Font.Name = 'Arial'
  92.       Font.Style = [fsBold]
  93.       ParentFont = False
  94.       TabOrder = 2
  95.       Visible = False
  96.     end
  97.     object btnCustom2: TBitBtn
  98.       Left = 304
  99.       Top = 152
  100.       Width = 161
  101.       Height = 33
  102.       Font.Color = clBlack
  103.       Font.Height = -13
  104.       Font.Name = 'Arial'
  105.       Font.Style = [fsBold]
  106.       ParentFont = False
  107.       TabOrder = 3
  108.       Visible = False
  109.     end
  110.     object lbConnections: TListBox
  111.       Left = 24
  112.       Top = 72
  113.       Width = 249
  114.       Height = 121
  115.       ItemHeight = 16
  116.       TabOrder = 4
  117.     end
  118.   end
  119. end
  120.