home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 November / Chip_1998-11_cd.bin / ctenari / Stedron / RENMR12 / Renamer.csy / RCDATA / TABOUTFORM / TABOUTFORM.txt
Text File  |  1997-10-28  |  2KB  |  79 lines

  1. object AboutForm: TAboutForm
  2.   Left = 213
  3.   Top = 113
  4.   BorderStyle = bsDialog
  5.   Caption = 'O aplikaci Renamer'
  6.   ClientHeight = 166
  7.   ClientWidth = 281
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Icon: TImage
  20.     Left = 16
  21.     Top = 8
  22.     Width = 32
  23.     Height = 32
  24.     AutoSize = True
  25.   end
  26.   object Title: TLabel
  27.     Left = 104
  28.     Top = 16
  29.     Width = 73
  30.     Height = 13
  31.     Caption = 'Renamer 1.2'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.   end
  39.   object Copyright: TLabel
  40.     Left = 52
  41.     Top = 48
  42.     Width = 176
  43.     Height = 13
  44.     Caption = 'Copyright ∩┐╜ Roman ∩┐╜t∩┐╜dronsk∩┐╜ 1998'
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clBlack
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.   end
  52.   object Report: TLabel
  53.     Left = 15
  54.     Top = 72
  55.     Width = 250
  56.     Height = 39
  57.     Caption = 
  58.       'Tento program je freeware. Budu velmi pot∩┐╜en, po∩┐╜lete-li sv∩┐╜ p∩┐╜' +
  59.       '∩┐╜pom∩┐╜nky ∩┐╜i n∩┐╜vrhy na internetovou adresu xster05@st.vse.cz.'
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     WordWrap = True
  67.   end
  68.   object OkBtn: TButton
  69.     Left = 103
  70.     Top = 128
  71.     Width = 75
  72.     Height = 25
  73.     Caption = '&OK'
  74.     Default = True
  75.     ModalResult = 1
  76.     TabOrder = 0
  77.   end
  78. end
  79.