home *** CD-ROM | disk | FTP | other *** search
/ The Net Power 1997 February / NetPower_2-97.mdf / sponsors / aloha / @loha.exe / 0 / RCDATA / TWARNLONGFILENAME / TWARNLONGFILENAME.txt
Text File  |  1996-10-22  |  1KB  |  63 lines

  1. object WarnLongFilename: TWarnLongFilename
  2.   Left = 251
  3.   Top = 159
  4.   BorderStyle = bsDialog
  5.   Caption = 'Long Filename'
  6.   ClientHeight = 124
  7.   ClientWidth = 290
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object OKBtn: TButton
  17.     Left = 111
  18.     Top = 92
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'OK'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 0
  25.     OnClick = OKButtonClick
  26.   end
  27.   object Panel1: TPanel
  28.     Left = 8
  29.     Top = 8
  30.     Width = 273
  31.     Height = 49
  32.     BevelOuter = bvLowered
  33.     TabOrder = 1
  34.     object Label1: TLabel
  35.       Left = 8
  36.       Top = 8
  37.       Width = 253
  38.       Height = 13
  39.       Caption = 'Windows 3.x may not run the animation if the filename'
  40.       Font.Color = clBlack
  41.       Font.Height = -11
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = []
  44.       ParentFont = False
  45.     end
  46.     object Label2: TLabel
  47.       Left = 8
  48.       Top = 24
  49.       Width = 122
  50.       Height = 13
  51.       Caption = 'is more than 8 characters.'
  52.     end
  53.   end
  54.   object ShowWarningCB: TCheckBox
  55.     Left = 8
  56.     Top = 64
  57.     Width = 177
  58.     Height = 17
  59.     Caption = 'Do not show this warning again.'
  60.     TabOrder = 2
  61.   end
  62. end
  63.