home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / oddech / hry / click / click.exe / 0 / RCDATA / TFRMCFG / TFRMCFG.txt
Encoding:
Text File  |  1999-03-07  |  14.7 KB  |  660 lines

  1. object frmCfg: TfrmCfg
  2.   Left = 276
  3.   Top = 120
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   ClientHeight = 234
  9.   ClientWidth = 305
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object bttSave: TBitBtn
  20.     Left = 135
  21.     Top = 200
  22.     Width = 75
  23.     Height = 25
  24.     ParentShowHint = False
  25.     ShowHint = True
  26.     TabOrder = 2
  27.     OnClick = bttSaveClick
  28.   end
  29.   object bttAbort: TBitBtn
  30.     Left = 220
  31.     Top = 200
  32.     Width = 75
  33.     Height = 25
  34.     Cancel = True
  35.     Default = True
  36.     ModalResult = 2
  37.     ParentShowHint = False
  38.     ShowHint = True
  39.     TabOrder = 3
  40.     OnClick = bttAbortClick
  41.   end
  42.   object bttRestore: TBitBtn
  43.     Left = 10
  44.     Top = 200
  45.     Width = 65
  46.     Height = 25
  47.     ParentShowHint = False
  48.     ShowHint = True
  49.     TabOrder = 1
  50.     OnClick = bttRestoreClick
  51.   end
  52.   object pcMain: TPageControl
  53.     Left = 8
  54.     Top = 8
  55.     Width = 289
  56.     Height = 185
  57.     ActivePage = tsSpecial
  58.     TabOrder = 0
  59.     object tsField: TTabSheet
  60.       object lblTitSt: TLabel
  61.         Left = 3
  62.         Top = 80
  63.         Width = 5
  64.         Height = 13
  65.         Font.Charset = DEFAULT_CHARSET
  66.         Font.Color = clWindowText
  67.         Font.Height = -11
  68.         Font.Name = 'MS Sans Serif'
  69.         Font.Style = [fsBold]
  70.         ParentFont = False
  71.       end
  72.       object lblStH: TLabel
  73.         Left = 50
  74.         Top = 80
  75.         Width = 3
  76.         Height = 13
  77.         FocusControl = spinStH
  78.         Font.Charset = DEFAULT_CHARSET
  79.         Font.Color = clWindowText
  80.         Font.Height = -11
  81.         Font.Name = 'MS Sans Serif'
  82.         Font.Style = []
  83.         ParentFont = False
  84.       end
  85.       object lblStW: TLabel
  86.         Left = 50
  87.         Top = 108
  88.         Width = 3
  89.         Height = 13
  90.         FocusControl = spinStW
  91.         Font.Charset = DEFAULT_CHARSET
  92.         Font.Color = clWindowText
  93.         Font.Height = -11
  94.         Font.Name = 'MS Sans Serif'
  95.         Font.Style = []
  96.         ParentFont = False
  97.       end
  98.       object shapeStone: TShape
  99.         Left = 160
  100.         Top = 76
  101.         Width = 25
  102.         Height = 25
  103.         Brush.Color = clRed
  104.         ParentShowHint = False
  105.         ShowHint = True
  106.       end
  107.       object bevelLine1: TBevel
  108.         Left = -36
  109.         Top = 64
  110.         Width = 317
  111.         Height = 5
  112.         Shape = bsTopLine
  113.       end
  114.       object lblTitF: TLabel
  115.         Left = 3
  116.         Top = 12
  117.         Width = 5
  118.         Height = 13
  119.         Font.Charset = DEFAULT_CHARSET
  120.         Font.Color = clWindowText
  121.         Font.Height = -11
  122.         Font.Name = 'MS Sans Serif'
  123.         Font.Style = [fsBold]
  124.         ParentFont = False
  125.       end
  126.       object lblFRow: TLabel
  127.         Left = 50
  128.         Top = 12
  129.         Width = 3
  130.         Height = 13
  131.         FocusControl = spinFRow
  132.         Font.Charset = DEFAULT_CHARSET
  133.         Font.Color = clWindowText
  134.         Font.Height = -11
  135.         Font.Name = 'MS Sans Serif'
  136.         Font.Style = []
  137.         ParentFont = False
  138.       end
  139.       object lblFCols: TLabel
  140.         Left = 50
  141.         Top = 36
  142.         Width = 3
  143.         Height = 13
  144.         FocusControl = spinFCol
  145.         Font.Charset = DEFAULT_CHARSET
  146.         Font.Color = clWindowText
  147.         Font.Height = -11
  148.         Font.Name = 'MS Sans Serif'
  149.         Font.Style = []
  150.         ParentFont = False
  151.       end
  152.       object lblFITW: TLabel
  153.         Left = 160
  154.         Top = 36
  155.         Width = 3
  156.         Height = 13
  157.         ParentShowHint = False
  158.         ShowHint = True
  159.       end
  160.       object lblFITH: TLabel
  161.         Left = 160
  162.         Top = 12
  163.         Width = 3
  164.         Height = 13
  165.         ParentShowHint = False
  166.         ShowHint = True
  167.       end
  168.       object lblFIH: TLabel
  169.         Left = 223
  170.         Top = 12
  171.         Width = 50
  172.         Height = 13
  173.         AutoSize = False
  174.         ParentShowHint = False
  175.         ShowHint = True
  176.       end
  177.       object lblFIW: TLabel
  178.         Left = 223
  179.         Top = 36
  180.         Width = 50
  181.         Height = 13
  182.         AutoSize = False
  183.         ParentShowHint = False
  184.         ShowHint = True
  185.       end
  186.       object spinStH: TSpinEdit
  187.         Left = 100
  188.         Top = 76
  189.         Width = 53
  190.         Height = 22
  191.         MaxValue = 50
  192.         MinValue = 5
  193.         ParentShowHint = False
  194.         ShowHint = True
  195.         TabOrder = 2
  196.         Value = 5
  197.         OnChange = ShowStone
  198.       end
  199.       object spinStW: TSpinEdit
  200.         Left = 100
  201.         Top = 104
  202.         Width = 53
  203.         Height = 22
  204.         MaxValue = 50
  205.         MinValue = 5
  206.         ParentShowHint = False
  207.         ShowHint = True
  208.         TabOrder = 3
  209.         Value = 5
  210.         OnChange = ShowStone
  211.       end
  212.       object spinFRow: TSpinEdit
  213.         Left = 100
  214.         Top = 8
  215.         Width = 53
  216.         Height = 22
  217.         MaxValue = 40
  218.         MinValue = 6
  219.         ParentShowHint = False
  220.         ShowHint = True
  221.         TabOrder = 0
  222.         Value = 6
  223.         OnChange = CalcWindow
  224.       end
  225.       object spinFCol: TSpinEdit
  226.         Left = 100
  227.         Top = 32
  228.         Width = 53
  229.         Height = 22
  230.         MaxValue = 40
  231.         MinValue = 6
  232.         ParentShowHint = False
  233.         ShowHint = True
  234.         TabOrder = 1
  235.         Value = 6
  236.         OnChange = CalcWindow
  237.       end
  238.     end
  239.     object tsStones: TTabSheet
  240.       object lblTitC: TLabel
  241.         Left = 3
  242.         Top = 12
  243.         Width = 5
  244.         Height = 13
  245.         FocusControl = spinC
  246.         Font.Charset = DEFAULT_CHARSET
  247.         Font.Color = clWindowText
  248.         Font.Height = -11
  249.         Font.Name = 'MS Sans Serif'
  250.         Font.Style = [fsBold]
  251.         ParentFont = False
  252.       end
  253.       object lblCNb: TLabel
  254.         Left = 50
  255.         Top = 12
  256.         Width = 3
  257.         Height = 13
  258.         Font.Charset = DEFAULT_CHARSET
  259.         Font.Color = clWindowText
  260.         Font.Height = -11
  261.         Font.Name = 'MS Sans Serif'
  262.         Font.Style = []
  263.         ParentFont = False
  264.       end
  265.       object bev2: TBevel
  266.         Left = 3
  267.         Top = 108
  268.         Width = 274
  269.         Height = 13
  270.         Shape = bsTopLine
  271.       end
  272.       object bev1: TBevel
  273.         Left = 3
  274.         Top = 38
  275.         Width = 274
  276.         Height = 13
  277.         Shape = bsTopLine
  278.       end
  279.       object lblTitEff: TLabel
  280.         Left = 3
  281.         Top = 50
  282.         Width = 5
  283.         Height = 13
  284.         FocusControl = spinC
  285.         Font.Charset = DEFAULT_CHARSET
  286.         Font.Color = clWindowText
  287.         Font.Height = -11
  288.         Font.Name = 'MS Sans Serif'
  289.         Font.Style = [fsBold]
  290.         ParentFont = False
  291.       end
  292.       object lblTitSounds: TLabel
  293.         Left = 3
  294.         Top = 120
  295.         Width = 5
  296.         Height = 13
  297.         FocusControl = spinC
  298.         Font.Charset = DEFAULT_CHARSET
  299.         Font.Color = clWindowText
  300.         Font.Height = -11
  301.         Font.Name = 'MS Sans Serif'
  302.         Font.Style = [fsBold]
  303.         ParentFont = False
  304.       end
  305.       object spinC: TSpinEdit
  306.         Left = 100
  307.         Top = 8
  308.         Width = 53
  309.         Height = 22
  310.         MaxValue = 15
  311.         MinValue = 2
  312.         ParentShowHint = False
  313.         ShowHint = True
  314.         TabOrder = 0
  315.         Value = 5
  316.         OnChange = CalcWindow
  317.       end
  318.       object chkSounds: TCheckBox
  319.         Left = 50
  320.         Top = 120
  321.         Width = 150
  322.         Height = 17
  323.         ParentShowHint = False
  324.         ShowHint = True
  325.         TabOrder = 5
  326.       end
  327.       object chkTextured: TCheckBox
  328.         Left = 50
  329.         Top = 50
  330.         Width = 200
  331.         Height = 17
  332.         ParentShowHint = False
  333.         ShowHint = True
  334.         TabOrder = 2
  335.         OnClick = chkTexturedClick
  336.       end
  337.       object chkVoyeur: TCheckBox
  338.         Left = 67
  339.         Top = 68
  340.         Width = 200
  341.         Height = 17
  342.         ParentShowHint = False
  343.         ShowHint = True
  344.         TabOrder = 3
  345.       end
  346.       object chkDrawRect: TCheckBox
  347.         Left = 50
  348.         Top = 86
  349.         Width = 200
  350.         Height = 17
  351.         ParentShowHint = False
  352.         ShowHint = True
  353.         TabOrder = 4
  354.       end
  355.       object bttColSel: TButton
  356.         Left = 160
  357.         Top = 8
  358.         Width = 81
  359.         Height = 22
  360.         ParentShowHint = False
  361.         ShowHint = True
  362.         TabOrder = 1
  363.         OnClick = bttColSelClick
  364.       end
  365.     end
  366.     object tsBack: TTabSheet
  367.       object lblTitPic: TLabel
  368.         Left = 3
  369.         Top = 108
  370.         Width = 5
  371.         Height = 13
  372.         Font.Charset = DEFAULT_CHARSET
  373.         Font.Color = clWindowText
  374.         Font.Height = -11
  375.         Font.Name = 'MS Sans Serif'
  376.         Font.Style = [fsBold]
  377.         ParentFont = False
  378.       end
  379.       object lblPic: TLabel
  380.         Left = 110
  381.         Top = 108
  382.         Width = 150
  383.         Height = 13
  384.         AutoSize = False
  385.       end
  386.       object lblDir: TLabel
  387.         Left = 110
  388.         Top = 132
  389.         Width = 150
  390.         Height = 13
  391.         AutoSize = False
  392.       end
  393.       object lblTitSource: TLabel
  394.         Left = 3
  395.         Top = 8
  396.         Width = 5
  397.         Height = 13
  398.         Font.Charset = DEFAULT_CHARSET
  399.         Font.Color = clWindowText
  400.         Font.Height = -11
  401.         Font.Name = 'MS Sans Serif'
  402.         Font.Style = [fsBold]
  403.         ParentFont = False
  404.       end
  405.       object bev3: TBevel
  406.         Left = 3
  407.         Top = 92
  408.         Width = 275
  409.         Height = 3
  410.         Shape = bsTopLine
  411.       end
  412.       object radioPic: TRadioButton
  413.         Left = 70
  414.         Top = 8
  415.         Width = 200
  416.         Height = 17
  417.         ParentShowHint = False
  418.         ShowHint = True
  419.         TabOrder = 0
  420.         OnClick = SetBackMode
  421.         OnEnter = SetBackMode
  422.         OnExit = SetBackMode
  423.       end
  424.       object radioDir: TRadioButton
  425.         Left = 70
  426.         Top = 28
  427.         Width = 200
  428.         Height = 17
  429.         ParentShowHint = False
  430.         ShowHint = True
  431.         TabOrder = 1
  432.         OnClick = SetBackMode
  433.         OnEnter = SetBackMode
  434.         OnExit = SetBackMode
  435.       end
  436.       object radioNone: TRadioButton
  437.         Left = 70
  438.         Top = 48
  439.         Width = 115
  440.         Height = 17
  441.         ParentShowHint = False
  442.         ShowHint = True
  443.         TabOrder = 2
  444.         OnClick = SetBackMode
  445.       end
  446.       object chkResize: TCheckBox
  447.         Left = 70
  448.         Top = 68
  449.         Width = 200
  450.         Height = 17
  451.         ParentShowHint = False
  452.         ShowHint = True
  453.         TabOrder = 4
  454.       end
  455.       object bttChoose: TBitBtn
  456.         Left = 60
  457.         Top = 104
  458.         Width = 45
  459.         Height = 21
  460.         ParentShowHint = False
  461.         ShowHint = True
  462.         TabOrder = 5
  463.         OnClick = bttChooseClick
  464.       end
  465.       object bttchoose2: TBitBtn
  466.         Left = 60
  467.         Top = 128
  468.         Width = 45
  469.         Height = 21
  470.         ParentShowHint = False
  471.         ShowHint = True
  472.         TabOrder = 6
  473.         OnClick = bttchoose2Click
  474.       end
  475.       object radioGray: TRadioButton
  476.         Left = 192
  477.         Top = 48
  478.         Width = 85
  479.         Height = 17
  480.         ParentShowHint = False
  481.         ShowHint = True
  482.         TabOrder = 3
  483.         OnClick = SetBackMode
  484.       end
  485.     end
  486.     object tsAction: TTabSheet
  487.       object lblCountDown: TLabel
  488.         Left = 3
  489.         Top = 73
  490.         Width = 5
  491.         Height = 13
  492.         FocusControl = spinSecs
  493.         Font.Charset = DEFAULT_CHARSET
  494.         Font.Color = clWindowText
  495.         Font.Height = -11
  496.         Font.Name = 'MS Sans Serif'
  497.         Font.Style = [fsBold]
  498.         ParentFont = False
  499.       end
  500.       object lblSecs: TLabel
  501.         Left = 120
  502.         Top = 73
  503.         Width = 3
  504.         Height = 13
  505.       end
  506.       object chkAction: TCheckBox
  507.         Left = 3
  508.         Top = 8
  509.         Width = 180
  510.         Height = 17
  511.         ParentShowHint = False
  512.         ShowHint = True
  513.         TabOrder = 0
  514.       end
  515.       object chkAnimations: TCheckBox
  516.         Left = 3
  517.         Top = 28
  518.         Width = 180
  519.         Height = 17
  520.         ParentShowHint = False
  521.         ShowHint = True
  522.         TabOrder = 1
  523.       end
  524.       object chkAutoDrop: TCheckBox
  525.         Left = 3
  526.         Top = 48
  527.         Width = 266
  528.         Height = 17
  529.         ParentShowHint = False
  530.         ShowHint = True
  531.         TabOrder = 2
  532.         OnClick = chkAutoDropClick
  533.       end
  534.       object spinSecs: TSpinEdit
  535.         Left = 60
  536.         Top = 70
  537.         Width = 53
  538.         Height = 22
  539.         MaxValue = 999
  540.         MinValue = 10
  541.         ParentShowHint = False
  542.         ShowHint = True
  543.         TabOrder = 3
  544.         Value = 10
  545.       end
  546.     end
  547.     object tsSpecial: TTabSheet
  548.       object bev4: TBevel
  549.         Left = 3
  550.         Top = 94
  551.         Width = 275
  552.         Height = 3
  553.         Shape = bsTopLine
  554.       end
  555.       object lblLang: TLabel
  556.         Left = 3
  557.         Top = 106
  558.         Width = 5
  559.         Height = 13
  560.         Font.Charset = DEFAULT_CHARSET
  561.         Font.Color = clWindowText
  562.         Font.Height = -11
  563.         Font.Name = 'MS Sans Serif'
  564.         Font.Style = [fsBold]
  565.         ParentFont = False
  566.       end
  567.       object lblTranslator: TLabel
  568.         Left = 6
  569.         Top = 136
  570.         Width = 267
  571.         Height = 13
  572.         AutoSize = False
  573.       end
  574.       object Bevel1: TBevel
  575.         Left = 3
  576.         Top = 32
  577.         Width = 275
  578.         Height = 3
  579.         Shape = bsTopLine
  580.       end
  581.       object lblCStats: TLabel
  582.         Left = 3
  583.         Top = 42
  584.         Width = 62
  585.         Height = 13
  586.         AutoSize = False
  587.         Font.Charset = DEFAULT_CHARSET
  588.         Font.Color = clWindowText
  589.         Font.Height = -11
  590.         Font.Name = 'MS Sans Serif'
  591.         Font.Style = [fsBold]
  592.         ParentFont = False
  593.         ParentShowHint = False
  594.         ShowHint = True
  595.       end
  596.       object chkBackup: TCheckBox
  597.         Left = 3
  598.         Top = 8
  599.         Width = 170
  600.         Height = 17
  601.         ParentShowHint = False
  602.         ShowHint = True
  603.         TabOrder = 0
  604.       end
  605.       object comboLang: TComboBox
  606.         Left = 72
  607.         Top = 102
  608.         Width = 145
  609.         Height = 21
  610.         Style = csDropDownList
  611.         ItemHeight = 13
  612.         TabOrder = 4
  613.         OnChange = comboLangChange
  614.       end
  615.       object radioHigh: TRadioButton
  616.         Left = 72
  617.         Top = 42
  618.         Width = 113
  619.         Height = 17
  620.         ParentShowHint = False
  621.         ShowHint = True
  622.         TabOrder = 3
  623.         OnClick = bttHintState
  624.       end
  625.       object radioLow: TRadioButton
  626.         Left = 72
  627.         Top = 64
  628.         Width = 113
  629.         Height = 17
  630.         ParentShowHint = False
  631.         ShowHint = True
  632.         TabOrder = 1
  633.         OnClick = bttHintState
  634.       end
  635.       object bttHints: TButton
  636.         Left = 212
  637.         Top = 40
  638.         Width = 65
  639.         Height = 21
  640.         ParentShowHint = False
  641.         ShowHint = True
  642.         TabOrder = 2
  643.         OnClick = bttHintsClick
  644.       end
  645.     end
  646.   end
  647.   object dlgOpen: TOpenPictureDialog
  648.     DefaultExt = '*.jpg'
  649.     FileName = ' '
  650.     Filter = 
  651.       'Alle Dateien (*.bmp;*.ico;*.emf;*.wmf)|*.bmp;*.ico;*.emf;*.wmf|B' +
  652.       'itmaps (*.bmp)|*.bmp|Symbole (*.ico)|*.ico|Erweiterte Metadateie' +
  653.       'n (*.emf)|*.emf|Metadateien (*.wmf)|*.wmf'
  654.     FilterIndex = 3
  655.     Options = [ofHideReadOnly, ofFileMustExist]
  656.     Left = 84
  657.     Top = 200
  658.   end
  659. end
  660.