home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 028A / NPPLUS.ZIP / Notepad.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  1996-10-31  |  3KB  |  154 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 203
  3.   Top = 125
  4.   ActiveControl = cmdOK
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'About NotePad+'
  8.   ClientHeight = 296
  9.   ClientWidth = 340
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poDefault
  16.   OnKeyDown = FormKeyDown
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object imgIcon: TImage
  21.     Left = 10
  22.     Top = 10
  23.     Width = 32
  24.     Height = 32
  25.     Picture.Data = {<image000.ico>}
  26.   end
  27.   object bev1: TBevel
  28.     Left = 77
  29.     Top = 177
  30.     Width = 250
  31.     Height = 2
  32.   end
  33.   object lblPhys: TLabel
  34.     Left = 77
  35.     Top = 216
  36.     Width = 188
  37.     Height = 13
  38.     Caption = 'Physical Memory Available to Windows:'
  39.   end
  40.   object lblPhysical: TLabel
  41.     Left = 275
  42.     Top = 216
  43.     Width = 57
  44.     Height = 13
  45.   end
  46.   object lblApp: TLabel
  47.     Left = 77
  48.     Top = 17
  49.     Width = 254
  50.     Height = 13
  51.     Transparent = True
  52.   end
  53.   object lblWindows: TLabel
  54.     Left = 77
  55.     Top = 34
  56.     Width = 254
  57.     Height = 13
  58.     Transparent = True
  59.   end
  60.   object lblCopyright: TLabel
  61.     Left = 77
  62.     Top = 51
  63.     Width = 149
  64.     Height = 13
  65.     Caption = 'Copyright ∩┐╜ 1996 Rogier Meurs'
  66.     Transparent = True
  67.   end
  68.   object lblReg: TLabel
  69.     Left = 77
  70.     Top = 79
  71.     Width = 208
  72.     Height = 13
  73.     Caption = 'Free Windows 95/NT Notepad replacement'
  74.   end
  75.   object Label1: TLabel
  76.     Left = 77
  77.     Top = 109
  78.     Width = 86
  79.     Height = 13
  80.     Caption = 'Contact Author at:'
  81.     FocusControl = Edit1
  82.   end
  83.   object lblOSVersion: TLabel
  84.     Left = 77
  85.     Top = 188
  86.     Width = 254
  87.     Height = 13
  88.   end
  89.   object Label2: TLabel
  90.     Left = 77
  91.     Top = 132
  92.     Width = 234
  93.     Height = 13
  94.     Caption = 'The RogSoft NotePad+ Home Page is located at:'
  95.     FocusControl = Edit2
  96.   end
  97.   object lblSysRes: TLabel
  98.     Left = 77
  99.     Top = 233
  100.     Width = 188
  101.     Height = 13
  102.   end
  103.   object lblResFree: TLabel
  104.     Left = 275
  105.     Top = 233
  106.     Width = 57
  107.     Height = 13
  108.   end
  109.   object cmdOK: TButton
  110.     Left = 256
  111.     Top = 264
  112.     Width = 75
  113.     Height = 23
  114.     Caption = 'OK'
  115.     Default = True
  116.     ModalResult = 1
  117.     TabOrder = 0
  118.   end
  119.   object Edit1: TEdit
  120.     Left = 170
  121.     Top = 106
  122.     Width = 154
  123.     Height = 21
  124.     Color = clWhite
  125.     Font.Color = clGray
  126.     Font.Height = -11
  127.     Font.Name = 'MS Sans Serif'
  128.     Font.Style = []
  129.     HideSelection = False
  130.     ParentFont = False
  131.     ReadOnly = True
  132.     TabOrder = 1
  133.     Text = '0meurs01@lelystad.flnet.nl'
  134.     OnEnter = Edit1Enter
  135.   end
  136.   object Edit2: TEdit
  137.     Left = 80
  138.     Top = 149
  139.     Width = 244
  140.     Height = 21
  141.     Color = clWhite
  142.     Font.Color = clGray
  143.     Font.Height = -11
  144.     Font.Name = 'MS Sans Serif'
  145.     Font.Style = []
  146.     HideSelection = False
  147.     ParentFont = False
  148.     ReadOnly = True
  149.     TabOrder = 2
  150.     Text = 'http://lelystad.flnet.nl/~0meurs01/'
  151.     OnEnter = Edit2Enter
  152.   end
  153. end
  154.