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

  1. object OrientationDlg: TOrientationDlg
  2.   Left = 200
  3.   Top = 108
  4.   Width = 337
  5.   Height = 215
  6.   Font.Color = clWindowText
  7.   Font.Height = -11
  8.   Font.Name = 'MS Sans Serif'
  9.   Font.Style = []
  10.   Position = poScreenCenter
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 313
  18.     Height = 137
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 32
  23.     Top = 24
  24.     Width = 3
  25.     Height = 13
  26.   end
  27.   object Label2: TLabel
  28.     Left = 32
  29.     Top = 80
  30.     Width = 3
  31.     Height = 13
  32.   end
  33.   object BitBtn1: TBitBtn
  34.     Left = 120
  35.     Top = 160
  36.     Width = 75
  37.     Height = 25
  38.     TabOrder = 0
  39.     Kind = bkOK
  40.   end
  41.   object BitBtn2: TBitBtn
  42.     Left = 208
  43.     Top = 160
  44.     Width = 75
  45.     Height = 25
  46.     TabOrder = 1
  47.     Kind = bkCancel
  48.   end
  49.   object Direction: TUpDown
  50.     Left = 97
  51.     Top = 48
  52.     Width = 12
  53.     Height = 21
  54.     Associate = Edit1
  55.     Min = 0
  56.     Max = 360
  57.     Increment = 5
  58.     Position = 0
  59.     TabOrder = 2
  60.     Thousands = False
  61.     Wrap = False
  62.   end
  63.   object Edit1: TEdit
  64.     Left = 48
  65.     Top = 48
  66.     Width = 49
  67.     Height = 21
  68.     TabOrder = 3
  69.     Text = '0'
  70.   end
  71.   object Edit2: TEdit
  72.     Left = 48
  73.     Top = 104
  74.     Width = 49
  75.     Height = 21
  76.     TabOrder = 4
  77.     Text = '0'
  78.     OnChange = Edit2Change
  79.   end
  80.   object Inclinaison: TUpDown
  81.     Left = 97
  82.     Top = 104
  83.     Width = 12
  84.     Height = 21
  85.     Associate = Edit2
  86.     Min = 0
  87.     Max = 180
  88.     Increment = 5
  89.     Position = 0
  90.     TabOrder = 5
  91.     Thousands = False
  92.     Wrap = False
  93.   end
  94. end
  95.