home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / Iavadraw.exe / 0 / RCDATA / TNEWPROPATH / TNEWPROPATH.txt < prev   
Text File  |  1996-12-20  |  1KB  |  67 lines

  1. object NewProPath: TNewProPath
  2.   Left = 256
  3.   Top = 298
  4.   BorderStyle = bsDialog
  5.   Caption = 'New Project'
  6.   ClientHeight = 185
  7.   ClientWidth = 385
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Bevel1: TBevel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 365
  21.     Height = 127
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 25
  26.     Top = 41
  27.     Width = 206
  28.     Height = 19
  29.     Caption = 'Choose path for new project:'
  30.   end
  31.   object Edit1: TEdit
  32.     Left = 41
  33.     Top = 57
  34.     Width = 320
  35.     Height = 24
  36.     CharCase = ecUpperCase
  37.     TabOrder = 0
  38.   end
  39.   object Button1: TButton
  40.     Left = 153
  41.     Top = 96
  42.     Width = 73
  43.     Height = 25
  44.     Caption = 'Browse'
  45.     TabOrder = 1
  46.     OnClick = Button1Click
  47.   end
  48.   object Button2: TButton
  49.     Left = 112
  50.     Top = 153
  51.     Width = 75
  52.     Height = 24
  53.     Caption = 'OK'
  54.     TabOrder = 2
  55.     OnClick = Button2Click
  56.   end
  57.   object Button3: TButton
  58.     Left = 201
  59.     Top = 153
  60.     Width = 73
  61.     Height = 24
  62.     Caption = 'Cancel'
  63.     TabOrder = 3
  64.     OnClick = Button3Click
  65.   end
  66. end
  67.