home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 2001 January / CT_SW0101.ISO / mac / software / betrieb / desktop / klebe.exe / Klebez.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  2001-03-09  |  3KB  |  138 lines

  1. object Form3: TForm3
  2.   Left = 391
  3.   Top = 410
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Grundeinstellungen'
  7.   ClientHeight = 187
  8.   ClientWidth = 388
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button1: TButton
  21.     Left = 307
  22.     Top = 119
  23.     Width = 75
  24.     Height = 25
  25.     Caption = '&O.K.'
  26.     TabOrder = 0
  27.     OnClick = Button1Click
  28.   end
  29.   object Button2: TButton
  30.     Left = 307
  31.     Top = 155
  32.     Width = 75
  33.     Height = 25
  34.     Caption = '&abbrechen'
  35.     TabOrder = 1
  36.     OnClick = Button2Click
  37.   end
  38.   object check1: TCheckBox
  39.     Left = 8
  40.     Top = 82
  41.     Width = 125
  42.     Height = 17
  43.     Caption = 'Buttonleiste aktiv'
  44.     TabOrder = 2
  45.   end
  46.   object Check2: TCheckBox
  47.     Left = 8
  48.     Top = 106
  49.     Width = 97
  50.     Height = 17
  51.     Caption = 'Zeilenumbruch'
  52.     TabOrder = 3
  53.   end
  54.   object GroupBox1: TGroupBox
  55.     Left = 4
  56.     Top = 6
  57.     Width = 177
  58.     Height = 69
  59.     Caption = 'Standard-Schrift:'
  60.     TabOrder = 4
  61.     object schrift1: TFontComboBox
  62.       Left = 8
  63.       Top = 16
  64.       Width = 145
  65.       Height = 20
  66.       FontName = 'Arial'
  67.       TabOrder = 0
  68.     end
  69.     object spin1: TRxSpinEdit
  70.       Left = 76
  71.       Top = 40
  72.       Width = 77
  73.       Height = 21
  74.       MaxValue = 200.000000000000000000
  75.       MinValue = 6.000000000000000000
  76.       Value = 10.000000000000000000
  77.       TabOrder = 1
  78.     end
  79.   end
  80.   object Check3: TCheckBox
  81.     Left = 9
  82.     Top = 130
  83.     Width = 143
  84.     Height = 17
  85.     Caption = 'Startbildschirm anzeigen'
  86.     Checked = True
  87.     State = cbChecked
  88.     TabOrder = 5
  89.   end
  90.   object GroupBox2: TGroupBox
  91.     Left = 198
  92.     Top = 6
  93.     Width = 185
  94.     Height = 105
  95.     Caption = 'Hotkeys'
  96.     TabOrder = 6
  97.     object Label1: TLabel
  98.       Left = 8
  99.       Top = 21
  100.       Width = 146
  101.       Height = 13
  102.       Caption = 'neue Notiz: <STRG> <ALT> + '
  103.     end
  104.     object Label2: TLabel
  105.       Left = 10
  106.       Top = 40
  107.       Width = 93
  108.       Height = 26
  109.       Caption = 'in den Vordergrund:'#13#10'<STRG> <ALT> + '
  110.     end
  111.     object Edit1: TEdit
  112.       Left = 153
  113.       Top = 17
  114.       Width = 22
  115.       Height = 21
  116.       MaxLength = 1
  117.       TabOrder = 0
  118.       Text = 'K'
  119.     end
  120.     object Edit2: TEdit
  121.       Left = 101
  122.       Top = 50
  123.       Width = 20
  124.       Height = 21
  125.       MaxLength = 1
  126.       TabOrder = 1
  127.       Text = 'X'
  128.     end
  129.   end
  130.   object OpenDialog1: TOpenDialog
  131.     DefaultExt = 'wav'
  132.     Filter = 'WAV-Dateien|*.wav'
  133.     Title = 'WAV-Datei auswÔøΩhlen'
  134.     Left = 158
  135.     Top = 94
  136.   end
  137. end
  138.