home *** CD-ROM | disk | FTP | other *** search
/ Freelog 41 / Freelog041.iso / Bas / Bureautique / MdiNotepad / Mdipad.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  2002-09-25  |  2KB  |  108 lines

  1. object Form2: TForm2
  2.   Left = 313
  3.   Top = 398
  4.   BorderStyle = bsDialog
  5.   Caption = 'About mdiNotepad'
  6.   ClientHeight = 188
  7.   ClientWidth = 345
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 140
  25.     Height = 185
  26.     Picture.Data = {<image000.jpg>}
  27.   end
  28.   object Label1: TLabel
  29.     Left = 104
  30.     Top = 128
  31.     Width = 117
  32.     Height = 13
  33.     Cursor = crHandPoint
  34.     Caption = 'Go to download page >>'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = 14498082
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsUnderline]
  40.     ParentFont = False
  41.     OnClick = Label1Click
  42.   end
  43.   object Label2: TLabel
  44.     Left = 104
  45.     Top = 146
  46.     Width = 131
  47.     Height = 13
  48.     Cursor = crHandPoint
  49.     Caption = 'Comment or report a bug >>'
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = 14498082
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = [fsUnderline]
  55.     ParentFont = False
  56.     OnClick = Label2Click
  57.   end
  58.   object Label3: TLabel
  59.     Left = 104
  60.     Top = 24
  61.     Width = 97
  62.     Height = 13
  63.     Caption = 'mdiNotepad 2.4c'
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = [fsBold]
  69.     ParentFont = False
  70.     Transparent = True
  71.   end
  72.   object Button1: TButton
  73.     Left = 248
  74.     Top = 139
  75.     Width = 75
  76.     Height = 22
  77.     Caption = 'OK'
  78.     TabOrder = 0
  79.     OnClick = Button1Click
  80.   end
  81.   object Panel1: TPanel
  82.     Left = 104
  83.     Top = 48
  84.     Width = 233
  85.     Height = 69
  86.     BevelOuter = bvNone
  87.     Caption = 'Panel1'
  88.     Color = clWhite
  89.     Enabled = False
  90.     TabOrder = 1
  91.     object Memo1: TMemo
  92.       Left = 0
  93.       Top = 0
  94.       Width = 233
  95.       Height = 69
  96.       Align = alClient
  97.       BorderStyle = bsNone
  98.       Color = clWhite
  99.       Lines.Strings = (
  100.         'Copyright (C) 2001-2002 Tom Kostiainen,'
  101.         'All rights reserved.'
  102.         ''
  103.         'This product is freeware.')
  104.       TabOrder = 0
  105.     end
  106.   end
  107. end
  108.