home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / javadraw.arj / DATA.Z / Javadraw.exe / 0 / RCDATA / TGETNEWPROFILENAME / TGETNEWPROFILENAME.txt
Encoding:
Text File  |  1996-08-11  |  1.0 KB  |  57 lines

  1. object GetNewProFileName: TGetNewProFileName
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Enter filename...'
  6.   ClientHeight = 120
  7.   ClientWidth = 267
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Bevel1: TBevel
  16.     Left = 10
  17.     Top = 10
  18.     Width = 247
  19.     Height = 71
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 24
  24.     Top = 24
  25.     Width = 213
  26.     Height = 16
  27.     Caption = 'Please enter a name for the new file:'
  28.   end
  29.   object Edit1: TEdit
  30.     Left = 32
  31.     Top = 40
  32.     Width = 121
  33.     Height = 24
  34.     MaxLength = 8
  35.     TabOrder = 0
  36.     Text = 'NONAME'
  37.   end
  38.   object Button1: TButton
  39.     Left = 56
  40.     Top = 88
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'OK'
  44.     TabOrder = 1
  45.     OnClick = Button1Click
  46.   end
  47.   object Button2: TButton
  48.     Left = 136
  49.     Top = 88
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Cancel'
  53.     TabOrder = 2
  54.     OnClick = Button2Click
  55.   end
  56. end
  57.