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

  1. object ConfigDlg: TConfigDlg
  2.   Left = 278
  3.   Top = 113
  4.   BorderStyle = bsDialog
  5.   Caption = 'ConfigDlg'
  6.   ClientHeight = 245
  7.   ClientWidth = 405
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PageControl1: TPageControl
  17.     Left = 0
  18.     Top = 0
  19.     Width = 405
  20.     Height = 204
  21.     ActivePage = TabSheet1
  22.     Align = alClient
  23.     TabOrder = 0
  24.     object TabSheet1: TTabSheet
  25.       Caption = 'TabSheet1'
  26.       object Label1: TLabel
  27.         Left = 16
  28.         Top = 24
  29.         Width = 32
  30.         Height = 13
  31.         Caption = 'Label1'
  32.       end
  33.       object Label2: TLabel
  34.         Left = 16
  35.         Top = 84
  36.         Width = 32
  37.         Height = 13
  38.         Caption = 'Label2'
  39.       end
  40.       object Edit1: TEdit
  41.         Left = 24
  42.         Top = 40
  43.         Width = 345
  44.         Height = 21
  45.         TabOrder = 0
  46.         Text = 'Edit1'
  47.       end
  48.       object Edit2: TEdit
  49.         Left = 24
  50.         Top = 100
  51.         Width = 345
  52.         Height = 21
  53.         TabOrder = 1
  54.         Text = 'Edit2'
  55.       end
  56.     end
  57.     object TabSheet2: TTabSheet
  58.       Caption = 'TabSheet2'
  59.       object Label4: TLabel
  60.         Left = 16
  61.         Top = 16
  62.         Width = 32
  63.         Height = 13
  64.         Caption = 'Label4'
  65.       end
  66.       object Label5: TLabel
  67.         Left = 0
  68.         Top = 48
  69.         Width = 45
  70.         Height = 13
  71.         Alignment = taRightJustify
  72.         AutoSize = False
  73.         Caption = 'darker'
  74.       end
  75.       object Label6: TLabel
  76.         Left = 201
  77.         Top = 48
  78.         Width = 35
  79.         Height = 13
  80.         Caption = 'brighter'
  81.       end
  82.       object Label7: TLabel
  83.         Left = 16
  84.         Top = 120
  85.         Width = 32
  86.         Height = 13
  87.         Caption = 'Label7'
  88.       end
  89.       object Label8: TLabel
  90.         Left = 104
  91.         Top = 88
  92.         Width = 280
  93.         Height = 13
  94.         Alignment = taRightJustify
  95.         AutoSize = False
  96.         Caption = 'Label8'
  97.       end
  98.       object TrackBar1: TTrackBar
  99.         Left = 48
  100.         Top = 40
  101.         Width = 150
  102.         Height = 45
  103.         Max = 24
  104.         Min = 8
  105.         Orientation = trHorizontal
  106.         Frequency = 1
  107.         Position = 12
  108.         SelEnd = 0
  109.         SelStart = 0
  110.         TabOrder = 0
  111.         TickMarks = tmBottomRight
  112.         TickStyle = tsAuto
  113.       end
  114.       object SpinEdit2: TSpinEdit
  115.         Left = 40
  116.         Top = 136
  117.         Width = 121
  118.         Height = 22
  119.         Increment = 5
  120.         MaxValue = 80
  121.         MinValue = 5
  122.         TabOrder = 1
  123.         Value = 40
  124.       end
  125.       object Panel3: TPanel
  126.         Left = 264
  127.         Top = 104
  128.         Width = 105
  129.         Height = 28
  130.         Caption = 'Panel3'
  131.         Font.Color = clBlack
  132.         Font.Height = -11
  133.         Font.Name = 'MS Sans Serif'
  134.         Font.Style = []
  135.         ParentFont = False
  136.         TabOrder = 2
  137.         OnClick = PanelColorClick
  138.       end
  139.       object Panel2: TPanel
  140.         Left = 264
  141.         Top = 136
  142.         Width = 105
  143.         Height = 33
  144.         Caption = 'Panel2'
  145.         Font.Color = clBlack
  146.         Font.Height = -11
  147.         Font.Name = 'MS Sans Serif'
  148.         Font.Style = []
  149.         ParentFont = False
  150.         TabOrder = 3
  151.         OnClick = PanelColorClick
  152.       end
  153.     end
  154.     object TabSheet3: TTabSheet
  155.       Caption = 'TabSheet3'
  156.       object Label9: TLabel
  157.         Left = 128
  158.         Top = 88
  159.         Width = 119
  160.         Height = 13
  161.         Caption = 'This page is not done yet'
  162.       end
  163.     end
  164.     object TabSheet4: TTabSheet
  165.       Caption = 'TabSheet4'
  166.       object Label3: TLabel
  167.         Left = 96
  168.         Top = 64
  169.         Width = 32
  170.         Height = 13
  171.         Caption = 'Label3'
  172.       end
  173.       object SpinEdit1: TSpinEdit
  174.         Left = 104
  175.         Top = 80
  176.         Width = 121
  177.         Height = 22
  178.         MaxValue = 0
  179.         MinValue = 0
  180.         TabOrder = 0
  181.         Value = 25
  182.       end
  183.     end
  184.   end
  185.   object Panel1: TPanel
  186.     Left = 0
  187.     Top = 204
  188.     Width = 405
  189.     Height = 41
  190.     Align = alBottom
  191.     BevelOuter = bvNone
  192.     TabOrder = 1
  193.     object OKBtn: TBitBtn
  194.       Left = 184
  195.       Top = 9
  196.       Width = 75
  197.       Height = 26
  198.       Caption = 'OK'
  199.       Default = True
  200.       TabOrder = 0
  201.       OnClick = OKBtnClick
  202.       Glyph.Data = {
  203.         CE070000424DCE07000000000000360000002800000024000000120000000100
  204.         1800000000009807000000000000000000000000000000000000008080008080
  205.         0080800080800080800080800080800080800080800080800080800080800080
  206.         8000808000808000808000808000808000808000808000808000808000808000
  207.         8080008080008080008080008080008080008080008080008080008080008080
  208.         0080800080800080800080800080800080800080800080800080800080800080
  209.         8000808000808000808000808000808000808000808000808000808000808000
  210.         8080008080008080008080008080FFFFFF008080008080008080008080008080
  211.         0080800080800080800080800080800080800080800080800080800080800080
  212.         8080000080000000808000808000808000808000808000808000808000808000
  213.         8080008080008080008080008080008080008080008080808080808080FFFFFF
  214.         0080800080800080800080800080800080800080800080800080800080800080
  215.         8000808000808000808080000000800000800080000000808000808000808000
  216.         8080008080008080008080008080008080008080008080008080008080008080
  217.         808080008080008080808080FFFFFF0080800080800080800080800080800080
  218.         8000808000808000808000808000808000808080000000800000800000800000
  219.         8000800000008080008080008080008080008080008080008080008080008080
  220.         008080008080008080808080008080008080008080008080808080FFFFFF0080
  221.         8000808000808000808000808000808000808000808000808000808080000000
  222.         8000008000008000008000008000008000800000008080008080008080008080
  223.         0080800080800080800080800080800080808080800080800080800080800080
  224.         80008080008080808080FFFFFF00808000808000808000808000808000808000
  225.         808000808080000000800000800000800000FF00008000008000008000008000
  226.         800000008080008080008080008080008080008080008080008080808080FFFF
  227.         FF008080008080808080FFFFFF008080008080008080808080FFFFFF00808000
  228.         808000808000808000808000808000808000800000800000800000FF00008080
  229.         00FF000080000080000080008000000080800080800080800080800080800080
  230.         80008080008080808080FFFFFF008080808080008080808080FFFFFF00808000
  231.         8080808080FFFFFF00808000808000808000808000808000808000808000FF00
  232.         00800000FF0000808000808000808000FF000080000080000080008000000080
  233.         80008080008080008080008080008080008080808080FFFFFF80808000808000
  234.         8080008080808080FFFFFF008080008080808080FFFFFF008080008080008080
  235.         00808000808000808000808000FF0000808000808000808000808000808000FF
  236.         0000800000800000800080000000808000808000808000808000808000808000
  237.         8080808080008080008080008080008080008080808080FFFFFF008080008080
  238.         808080FFFFFF0080800080800080800080800080800080800080800080800080
  239.         8000808000808000808000808000FF0000800000800000800080000000808000
  240.         8080008080008080008080008080008080008080008080008080008080008080
  241.         008080808080FFFFFF008080008080808080FFFFFF0080800080800080800080
  242.         8000808000808000808000808000808000808000808000808000808000FF0000
  243.         8000008000008000800000008080008080008080008080008080008080008080
  244.         008080008080008080008080008080008080808080FFFFFF0080800080808080
  245.         80FFFFFF00808000808000808000808000808000808000808000808000808000
  246.         808000808000808000808000FF00008000008000008000800000008080008080
  247.         0080800080800080800080800080800080800080800080800080800080800080
  248.         80808080FFFFFF008080008080808080FFFFFF00808000808000808000808000
  249.         808000808000808000808000808000808000808000808000808000FF00008000
  250.         0080000080008000000080800080800080800080800080800080800080800080
  251.         80008080008080008080008080008080808080FFFFFF008080008080808080FF
  252.         FFFF008080008080008080008080008080008080008080008080008080008080
  253.         00808000808000808000FF000080000080008000000080800080800080800080
  254.         8000808000808000808000808000808000808000808000808000808000808080
  255.         8080FFFFFF008080808080FFFFFF008080008080008080008080008080008080
  256.         00808000808000808000808000808000808000808000808000FF000080000080
  257.         0000808000808000808000808000808000808000808000808000808000808000
  258.         8080008080008080008080008080808080FFFFFF808080008080008080008080
  259.         0080800080800080800080800080800080800080800080800080800080800080
  260.         8000808000808000FF0000808000808000808000808000808000808000808000
  261.         8080008080008080008080008080008080008080008080008080008080808080
  262.         0080800080800080800080800080800080800080800080800080800080800080
  263.         8000808000808000808000808000808000808000808000808000808000808000
  264.         8080008080008080008080008080008080008080008080008080008080008080
  265.         008080008080008080008080008080008080}
  266.       NumGlyphs = 2
  267.     end
  268.     object CancelBtn: TBitBtn
  269.       Left = 280
  270.       Top = 9
  271.       Width = 75
  272.       Height = 26
  273.       TabOrder = 1
  274.       Kind = bkCancel
  275.     end
  276.   end
  277.   object ColorDialog1: TColorDialog
  278.     Ctl3D = True
  279.     Left = 16
  280.     Top = 196
  281.   end
  282. end
  283.