home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95edi / edi.exe / 0 / RCDATA / TFRMEDIOPT / TFRMEDIOPT.txt
Text File  |  1997-09-23  |  3KB  |  156 lines

  1. object frmEdiOpt: TfrmEdiOpt
  2.   Left = 282
  3.   Top = 174
  4.   HelpContext = 20
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Einstellungen'
  8.   ClientHeight = 293
  9.   ClientWidth = 392
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 16
  20.     Top = 96
  21.     Width = 361
  22.     Height = 57
  23.   end
  24.   object Bevel2: TBevel
  25.     Left = 16
  26.     Top = 16
  27.     Width = 361
  28.     Height = 73
  29.   end
  30.   object Label1: TLabel
  31.     Left = 32
  32.     Top = 8
  33.     Width = 102
  34.     Height = 13
  35.     Caption = ' Schriftart ausw∩┐╜hlen '
  36.   end
  37.   object Bevel3: TBevel
  38.     Left = 16
  39.     Top = 160
  40.     Width = 361
  41.     Height = 81
  42.   end
  43.   object Panel1: TPanel
  44.     Left = 32
  45.     Top = 32
  46.     Width = 329
  47.     Height = 41
  48.     BevelOuter = bvLowered
  49.     Color = clWhite
  50.     TabOrder = 2
  51.     object lblSchrift: TLabel
  52.       Left = 104
  53.       Top = 8
  54.       Width = 185
  55.       Height = 25
  56.       AutoSize = False
  57.       Caption = 'Schrift'
  58.       Color = clWhite
  59.       Font.Color = clBlack
  60.       Font.Height = -19
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = []
  63.       ParentColor = False
  64.       ParentFont = False
  65.       Transparent = True
  66.     end
  67.     object btnSchrift: TButton
  68.       Left = 8
  69.       Top = 8
  70.       Width = 75
  71.       Height = 25
  72.       HelpContext = 20
  73.       Caption = 'Schriftart...'
  74.       TabOrder = 0
  75.       OnClick = btnSchriftClick
  76.     end
  77.   end
  78.   object btnOk: TButton
  79.     Left = 200
  80.     Top = 256
  81.     Width = 83
  82.     Height = 25
  83.     HelpContext = 20
  84.     Caption = 'Ok'
  85.     Default = True
  86.     ModalResult = 1
  87.     TabOrder = 0
  88.     OnClick = btnOkClick
  89.   end
  90.   object cbKommaTausch: TCheckBox
  91.     Left = 40
  92.     Top = 104
  93.     Width = 329
  94.     Height = 17
  95.     HelpContext = 20
  96.     Caption = 'Komma auf dem Ziffernblock gegen Punkt tauschen.'
  97.     TabOrder = 1
  98.   end
  99.   object btnAbbrechen: TButton
  100.     Left = 288
  101.     Top = 256
  102.     Width = 81
  103.     Height = 25
  104.     HelpContext = 20
  105.     Caption = 'Abbrechen'
  106.     ModalResult = 2
  107.     TabOrder = 3
  108.   end
  109.   object cbLeerseite: TCheckBox
  110.     Left = 40
  111.     Top = 128
  112.     Width = 329
  113.     Height = 17
  114.     HelpContext = 20
  115.     Caption = 'Mit einer leeren Seite starten.'
  116.     TabOrder = 4
  117.   end
  118.   object cbHauptstatus: TCheckBox
  119.     Left = 40
  120.     Top = 192
  121.     Width = 329
  122.     Height = 17
  123.     HelpContext = 20
  124.     Caption = 'Hauptfenster-Statusleiste anzeigen.'
  125.     TabOrder = 5
  126.   end
  127.   object cbTextstatus: TCheckBox
  128.     Left = 40
  129.     Top = 216
  130.     Width = 329
  131.     Height = 17
  132.     HelpContext = 20
  133.     Caption = 'Textfenster-Statusleiste anzeigen.'
  134.     TabOrder = 6
  135.   end
  136.   object cbSchalter: TCheckBox
  137.     Left = 40
  138.     Top = 168
  139.     Width = 329
  140.     Height = 17
  141.     HelpContext = 20
  142.     Caption = 'Schalterleiste anzeigen.'
  143.     TabOrder = 7
  144.   end
  145.   object FontDialog2: TFontDialog
  146.     Font.Color = clWindowText
  147.     Font.Height = -11
  148.     Font.Name = 'MS Sans Serif'
  149.     Font.Style = []
  150.     MinFontSize = 0
  151.     MaxFontSize = 0
  152.     Left = 16
  153.     Top = 256
  154.   end
  155. end
  156.