home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 8 / Chip_Hitware_Vol_08.iso / chiphit8 / business / 95tpetik / rckonver.exe / 0 / RCDATA / TINFODLG / TINFODLG.txt < prev   
Text File  |  1996-12-17  |  2KB  |  107 lines

  1. object infodlg: Tinfodlg
  2.   Left = 281
  3.   Top = 152
  4.   Hint = 'Info zum Programm'
  5.   BorderStyle = bsDialog
  6.   Caption = 'Info ∩┐╜ber RCKonverter'
  7.   ClientHeight = 222
  8.   ClientWidth = 308
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 64
  19.     Top = 133
  20.     Width = 237
  21.     Height = 9
  22.     Shape = bsBottomLine
  23.   end
  24.   object Label1: TLabel
  25.     Left = 64
  26.     Top = 148
  27.     Width = 136
  28.     Height = 13
  29.     Caption = 'Verf∩┐╜gbarer Arbeitsspeicher :'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 220
  33.     Top = 148
  34.     Width = 81
  35.     Height = 13
  36.     Caption = 'Label2'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 64
  40.     Top = 168
  41.     Width = 51
  42.     Height = 13
  43.     Caption = 'Computer :'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 220
  47.     Top = 168
  48.     Width = 81
  49.     Height = 13
  50.     Caption = 'Label4'
  51.   end
  52.   object Image1: TImage
  53.     Left = 8
  54.     Top = 8
  55.     Width = 32
  56.     Height = 32
  57.     AutoSize = True
  58.     Picture.Data = {<image000.ico>}
  59.   end
  60.   object Label5: TLabel
  61.     Left = 64
  62.     Top = 8
  63.     Width = 161
  64.     Height = 31
  65.     Caption = 'RCKonverter'
  66.     Font.Color = clNavy
  67.     Font.Height = -27
  68.     Font.Name = 'Times New Roman'
  69.     Font.Style = [fsBold]
  70.     ParentFont = False
  71.   end
  72.   object Label6: TLabel
  73.     Left = 64
  74.     Top = 42
  75.     Width = 53
  76.     Height = 13
  77.     Caption = 'Version 1.0'
  78.   end
  79.   object Label8: TLabel
  80.     Left = 64
  81.     Top = 123
  82.     Width = 148
  83.     Height = 13
  84.     Caption = 'Copyright  ∩┐╜  1996 R.Cadalbert'
  85.   end
  86.   object Label9: TLabel
  87.     Left = 64
  88.     Top = 67
  89.     Width = 215
  90.     Height = 39
  91.     Caption = 
  92.       'Konvertiert Textdateien in dBase III+ Dateien und dBase Dateien ' +
  93.       'in Textdatein.              Der RCKonverter ist Freeware.'
  94.     WordWrap = True
  95.   end
  96.   object OKButton: TButton
  97.     Left = 224
  98.     Top = 188
  99.     Width = 75
  100.     Height = 25
  101.     Caption = 'OK'
  102.     Default = True
  103.     ModalResult = 1
  104.     TabOrder = 0
  105.   end
  106. end
  107.