home *** CD-ROM | disk | FTP | other *** search
/ Quaaake Level & Editor 2 / Quaaake_2.iso / Quakemap / QUAKEMAP.EXE / 0 / RCDATA / TNOUVEAUDLG / TNOUVEAUDLG.txt
Encoding:
Text File  |  1996-10-06  |  1.6 KB  |  80 lines

  1. object NouveauDlg: TNouveauDlg
  2.   Left = 194
  3.   Top = 148
  4.   Width = 482
  5.   Height = 415
  6.   Font.Color = clWindowText
  7.   Font.Height = -11
  8.   Font.Name = 'MS Sans Serif'
  9.   Font.Style = []
  10.   Position = poScreenCenter
  11.   Visible = True
  12.   OnActivate = FormActivate
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 0
  19.     Top = 0
  20.     Width = 75
  21.     Height = 25
  22.     Cancel = True
  23.     Caption = 'Button1'
  24.     TabOrder = 2
  25.     TabStop = False
  26.     OnClick = Button1Click
  27.   end
  28.   object TreeView1: TTreeView
  29.     Left = 0
  30.     Top = 0
  31.     Width = 474
  32.     Height = 352
  33.     ShowRoot = False
  34.     ReadOnly = True
  35.     HideSelection = False
  36.     Indent = 19
  37.     OnChange = TreeView1Change
  38.     OnGetSelectedIndex = TreeView1GetSelectedIndex
  39.     Align = alClient
  40.     ParentColor = False
  41.     TabOrder = 0
  42.     OnDblClick = TreeView1DblClick
  43.     OnKeyPress = TreeView1KeyPress
  44.     Images = Form4.ImageList1
  45.   end
  46.   object PanelTexture: TPanel
  47.     Left = 0
  48.     Top = 352
  49.     Width = 474
  50.     Height = 36
  51.     Align = alBottom
  52.     BevelOuter = bvLowered
  53.     TabOrder = 1
  54.     object Label1: TLabel
  55.       Left = 1
  56.       Top = 12
  57.       Width = 249
  58.       Height = 13
  59.       Alignment = taRightJustify
  60.       AutoSize = False
  61.     end
  62.     object SpeedButton1: TSpeedButton
  63.       Left = 376
  64.       Top = 10
  65.       Width = 17
  66.       Height = 17
  67.       Caption = '...'
  68.       OnClick = SpeedButton1Click
  69.     end
  70.     object Edit1: TEdit
  71.       Left = 257
  72.       Top = 8
  73.       Width = 113
  74.       Height = 21
  75.       TabOrder = 0
  76.       Text = 'bricka2_2'
  77.     end
  78.   end
  79. end
  80.