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

  1. object TextureDlg: TTextureDlg
  2.   Left = 200
  3.   Top = 108
  4.   Width = 546
  5.   Height = 432
  6.   Font.Color = clWindowText
  7.   Font.Height = -11
  8.   Font.Name = 'MS Sans Serif'
  9.   Font.Style = []
  10.   Position = poDefault
  11.   ShowHint = True
  12.   WindowState = wsMaximized
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnDeactivate = FormDeactivate
  17.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Button1: TButton
  22.     Left = 0
  23.     Top = 0
  24.     Width = 75
  25.     Height = 25
  26.     Cancel = True
  27.     Caption = 'Button1'
  28.     ModalResult = 2
  29.     TabOrder = 1
  30.     TabStop = False
  31.   end
  32.   object TabControl1: TTabControl
  33.     Left = 0
  34.     Top = 0
  35.     Width = 538
  36.     Height = 405
  37.     Align = alClient
  38.     MultiLine = True
  39.     TabOrder = 0
  40.     OnChange = TabControl1Change
  41.     object Notebook1: TNotebook
  42.       Left = 4
  43.       Top = 6
  44.       Width = 530
  45.       Height = 395
  46.       Align = alClient
  47.       TabOrder = 1
  48.       object TPage
  49.         Left = 0
  50.         Top = 0
  51.         Caption = 'Default'
  52.         object ListView1: TListView
  53.           Left = 0
  54.           Top = 0
  55.           Width = 530
  56.           Height = 395
  57.           Align = alClient
  58.           Color = clBlack
  59.           OnDblClick = ListView1DblClick
  60.           Columns = <>
  61.           ReadOnly = True
  62.           Font.Color = clGray
  63.           Font.Height = -11
  64.           Font.Name = 'MS Sans Serif'
  65.           Font.Style = []
  66.           AllocBy = 8
  67.           TabOrder = 0
  68.           OnKeyPress = ListView1KeyPress
  69.           LargeImages = ImageList1
  70.         end
  71.       end
  72.       object TPage
  73.         Left = 0
  74.         Top = 0
  75.         Caption = 'Text'
  76.         object ListBox1: TListBox
  77.           Left = 384
  78.           Top = 0
  79.           Width = 146
  80.           Height = 395
  81.           Align = alRight
  82.           Color = clGray
  83.           Font.Color = clBlack
  84.           Font.Height = -11
  85.           Font.Name = 'MS Sans Serif'
  86.           Font.Style = []
  87.           ItemHeight = 13
  88.           ParentFont = False
  89.           TabOrder = 0
  90.           OnClick = ListBox1Click
  91.         end
  92.         object Panel1: TPanel
  93.           Left = 0
  94.           Top = 0
  95.           Width = 384
  96.           Height = 395
  97.           Align = alClient
  98.           BevelOuter = bvNone
  99.           BorderStyle = bsSingle
  100.           Caption = 'Panel1'
  101.           Color = clBlack
  102.           TabOrder = 1
  103.           object PaintBox1: TPaintBox
  104.             Left = 0
  105.             Top = 0
  106.             Width = 380
  107.             Height = 391
  108.             Align = alClient
  109.             OnPaint = PaintBox1Paint
  110.           end
  111.         end
  112.       end
  113.     end
  114.     object Button2: TButton
  115.       Left = 0
  116.       Top = 384
  117.       Width = 25
  118.       Height = 21
  119.       Hint = '417'
  120.       Caption = '<->'
  121.       TabOrder = 0
  122.       OnClick = Button2Click
  123.     end
  124.   end
  125.   object ImageList1: TImageList
  126.     AllocBy = 8
  127.     Height = 64
  128.     Masked = False
  129.     Width = 64
  130.     Left = 456
  131.     Top = 328
  132.   end
  133. end
  134.