home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 9 / Chip_Hitware_Vol_09.iso / chiphit9 / tools / 95dtwist / dsktwist.exe / 0 / RCDATA / TFMOPTIONEN / TFMOPTIONEN.txt
Text File  |  1997-06-11  |  9KB  |  347 lines

  1. object fmOptionen: TfmOptionen
  2.   Left = 722
  3.   Top = 233
  4.   ActiveControl = udNumDesks
  5.   BorderStyle = bsDialog
  6.   Caption = 'Optionen'
  7.   ClientHeight = 232
  8.   ClientWidth = 409
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCloseQuery = fmOptionenCloseQuery
  15.   OnCreate = fmOptionenCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object btnOK: TButton
  19.     Left = 9
  20.     Top = 192
  21.     Width = 89
  22.     Height = 33
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 1
  27.   end
  28.   object btnAbbrechen: TButton
  29.     Left = 105
  30.     Top = 192
  31.     Width = 89
  32.     Height = 33
  33.     Cancel = True
  34.     Caption = 'Abbrechen'
  35.     ModalResult = 2
  36.     TabOrder = 2
  37.   end
  38.   object pctOptionen: TPageControl
  39.     Left = 8
  40.     Top = 8
  41.     Width = 393
  42.     Height = 177
  43.     ActivePage = tsPrgStart
  44.     TabOrder = 0
  45.     object tsPrgStart: TTabSheet
  46.       Caption = 'Allgemein'
  47.       object pnPrgStart: TPanel
  48.         Left = 8
  49.         Top = 8
  50.         Width = 361
  51.         Height = 121
  52.         BevelInner = bvRaised
  53.         BevelOuter = bvLowered
  54.         TabOrder = 0
  55.         object Label4: TLabel
  56.           Left = 8
  57.           Top = 17
  58.           Width = 129
  59.           Height = 24
  60.           AutoSize = False
  61.           Caption = '&Anzahl Desktops'
  62.         end
  63.         object Label5: TLabel
  64.           Left = 8
  65.           Top = 49
  66.           Width = 113
  67.           Height = 24
  68.           AutoSize = False
  69.           Caption = '&Fenster-Position'
  70.         end
  71.         object lbSichtbar: TLabel
  72.           Left = 8
  73.           Top = 80
  74.           Width = 121
  75.           Height = 25
  76.           AutoSize = False
  77.           Caption = '&Sichtbar'
  78.           FocusControl = cbAFenster
  79.         end
  80.         object edNumDesks: TEdit
  81.           Left = 144
  82.           Top = 17
  83.           Width = 193
  84.           Height = 24
  85.           Hint = 'Anzahl der wechselbaren Desktops'
  86.           TabStop = False
  87.           ParentShowHint = False
  88.           ReadOnly = True
  89.           ShowHint = True
  90.           TabOrder = 0
  91.           Text = '2'
  92.         end
  93.         object udNumDesks: TUpDown
  94.           Left = 337
  95.           Top = 17
  96.           Width = 12
  97.           Height = 24
  98.           Associate = edNumDesks
  99.           Min = 2
  100.           Max = 9
  101.           Position = 2
  102.           TabOrder = 1
  103.           TabStop = True
  104.           Wrap = False
  105.         end
  106.         object cbStartPos: TComboBox
  107.           Left = 144
  108.           Top = 49
  109.           Width = 209
  110.           Height = 24
  111.           Hint = 'Automatische Fensterposition beim Programmstart'
  112.           Style = csDropDownList
  113.           ItemHeight = 16
  114.           Items.Strings = (
  115.             'Oben links'
  116.             'Oben rechts'
  117.             'Unten links'
  118.             'Unten rechts'
  119.             'Letzter Start')
  120.           ParentShowHint = False
  121.           ShowHint = True
  122.           TabOrder = 2
  123.         end
  124.         object cbAFenster: TCheckBox
  125.           Left = 144
  126.           Top = 80
  127.           Width = 145
  128.           Height = 25
  129.           Hint = 'Fenster (Desktop) anzeigen ?'
  130.           Caption = 'Desktop-Fenster'
  131.           ParentShowHint = False
  132.           ShowHint = True
  133.           TabOrder = 3
  134.           OnClick = cbAFensterClick
  135.         end
  136.       end
  137.     end
  138.     object tsSichtbar: TTabSheet
  139.       Caption = 'Taskleiste'
  140.       object pnSichtbar: TPanel
  141.         Left = 8
  142.         Top = 8
  143.         Width = 361
  144.         Height = 105
  145.         BevelInner = bvRaised
  146.         BevelOuter = bvLowered
  147.         TabOrder = 0
  148.         object cbATaskButtons: TCheckBox
  149.           Left = 16
  150.           Top = 16
  151.           Width = 257
  152.           Height = 25
  153.           Hint = 'Desktop-Wahl-Buttons in Taskleiste anzeigen ?'
  154.           Caption = 'Desktop-&Buttons'
  155.           ParentShowHint = False
  156.           ShowHint = True
  157.           TabOrder = 0
  158.         end
  159.         object cbATaskMini: TCheckBox
  160.           Left = 16
  161.           Top = 40
  162.           Width = 257
  163.           Height = 25
  164.           Hint = '"Fenster minimieren"-Button in Taskleiste anzeigen ?'
  165.           Caption = 'Fenster &minimieren'
  166.           ParentShowHint = False
  167.           ShowHint = True
  168.           TabOrder = 1
  169.         end
  170.         object cbATaskMaxi: TCheckBox
  171.           Left = 16
  172.           Top = 64
  173.           Width = 257
  174.           Height = 25
  175.           Hint = '"Fenster wiederherstellen"-Button in Taskleiste anzeigen ?'
  176.           Caption = 'Fenster &wiederherstellen '
  177.           ParentShowHint = False
  178.           ShowHint = True
  179.           TabOrder = 2
  180.         end
  181.       end
  182.     end
  183.     object tsHotkeys: TTabSheet
  184.       Caption = 'Hotkeys'
  185.       object pnHotkeys: TPanel
  186.         Left = 8
  187.         Top = 8
  188.         Width = 361
  189.         Height = 121
  190.         BevelInner = bvRaised
  191.         BevelOuter = bvLowered
  192.         TabOrder = 0
  193.         object lbDskNext: TLabel
  194.           Left = 8
  195.           Top = 17
  196.           Width = 113
  197.           Height = 24
  198.           AutoSize = False
  199.           Caption = 'Desktop &weiter'
  200.           FocusControl = hkDskNext
  201.           Transparent = True
  202.         end
  203.         object lbDskPrev: TLabel
  204.           Left = 8
  205.           Top = 48
  206.           Width = 113
  207.           Height = 25
  208.           AutoSize = False
  209.           Caption = 'Desktop &zur∩┐╜ck'
  210.           FocusControl = hkDskPrev
  211.           Transparent = True
  212.         end
  213.         object lbDsk1: TLabel
  214.           Left = 8
  215.           Top = 81
  216.           Width = 113
  217.           Height = 24
  218.           AutoSize = False
  219.           Caption = 'Desktop &1 (bis 9)'
  220.           FocusControl = hkDsk1
  221.         end
  222.         object cbDskNext: TCheckBox
  223.           Left = 121
  224.           Top = 17
  225.           Width = 24
  226.           Height = 24
  227.           Hint = 'Hotkey f∩┐╜r "Desktop vor" aktiv ?'
  228.           ParentShowHint = False
  229.           ShowHint = True
  230.           State = cbChecked
  231.           TabOrder = 0
  232.           OnClick = cbDskNextClick
  233.         end
  234.         object cbDskPrev: TCheckBox
  235.           Left = 121
  236.           Top = 48
  237.           Width = 24
  238.           Height = 25
  239.           Hint = 'Hotkey f∩┐╜r "Desktop zur∩┐╜ck" aktiv ?'
  240.           ParentShowHint = False
  241.           ShowHint = True
  242.           State = cbChecked
  243.           TabOrder = 2
  244.           OnClick = cbDskPrevClick
  245.         end
  246.         object cbDsk1: TCheckBox
  247.           Left = 121
  248.           Top = 81
  249.           Width = 24
  250.           Height = 24
  251.           Hint = 'Hotkey f∩┐╜r direkte Desktop-Wahl aktiv ?'
  252.           ParentShowHint = False
  253.           ShowHint = True
  254.           State = cbChecked
  255.           TabOrder = 4
  256.           OnClick = cbDsk1Click
  257.         end
  258.         object hkDskNext: THotKey
  259.           Left = 152
  260.           Top = 17
  261.           Width = 200
  262.           Height = 24
  263.           Hint = 'Hotkey f∩┐╜r "Desktop vor"'
  264.           HotKey = 0
  265.           InvalidKeys = [hcNone, hcShift]
  266.           Modifiers = []
  267.           ParentShowHint = False
  268.           ShowHint = True
  269.           TabOrder = 1
  270.         end
  271.         object hkDskPrev: THotKey
  272.           Left = 152
  273.           Top = 48
  274.           Width = 200
  275.           Height = 25
  276.           Hint = 'Hotkey f∩┐╜r "Desktop zur∩┐╜ck"'
  277.           HotKey = 0
  278.           InvalidKeys = [hcNone, hcShift]
  279.           Modifiers = []
  280.           ParentShowHint = False
  281.           ShowHint = True
  282.           TabOrder = 3
  283.         end
  284.         object hkDsk1: THotKey
  285.           Left = 152
  286.           Top = 81
  287.           Width = 200
  288.           Height = 24
  289.           Hint = 'Hotkey f∩┐╜r direkte Desktop-Wahl'
  290.           HotKey = 0
  291.           InvalidKeys = [hcNone, hcShift]
  292.           Modifiers = []
  293.           ParentShowHint = False
  294.           ShowHint = True
  295.           TabOrder = 5
  296.         end
  297.       end
  298.     end
  299.     object tsRegistry: TTabSheet
  300.       Caption = 'Registrierung'
  301.       object pnRegistry: TPanel
  302.         Left = 8
  303.         Top = 8
  304.         Width = 361
  305.         Height = 89
  306.         BevelInner = bvRaised
  307.         BevelOuter = bvLowered
  308.         TabOrder = 0
  309.         object lbPrivate: TLabel
  310.           Left = 8
  311.           Top = 16
  312.           Width = 105
  313.           Height = 25
  314.           AutoSize = False
  315.           Caption = 'Ihr &Text'
  316.         end
  317.         object lbCode: TLabel
  318.           Left = 8
  319.           Top = 48
  320.           Width = 105
  321.           Height = 25
  322.           AutoSize = False
  323.           Caption = '&Codewort'
  324.         end
  325.         object edPrivate: TEdit
  326.           Left = 121
  327.           Top = 16
  328.           Width = 232
  329.           Height = 24
  330.           TabOrder = 0
  331.           OnChange = edRegistryChange
  332.           OnKeyDown = edPrivateKeyDown
  333.         end
  334.         object edCode: TEdit
  335.           Left = 121
  336.           Top = 48
  337.           Width = 232
  338.           Height = 24
  339.           CharCase = ecUpperCase
  340.           TabOrder = 1
  341.           OnChange = edRegistryChange
  342.         end
  343.       end
  344.     end
  345.   end
  346. end
  347.