home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 June / Freesoft_1997-06_cd.bin / nerecenz / programmers / SSW / SSW.EXE / 0 / RCDATA / TEDITOROPTIONSFORM / TEDITOROPTIONSFORM.txt
Text File  |  1997-05-06  |  2KB  |  96 lines

  1. object EditorOptionsForm: TEditorOptionsForm
  2.   Left = 387
  3.   Top = 306
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Editor Options'
  7.   ClientHeight = 159
  8.   ClientWidth = 228
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object TabsGroup: TGroupBox
  16.     Left = 6
  17.     Top = 8
  18.     Width = 211
  19.     Height = 49
  20.     Caption = 'Tab Settings'
  21.     TabOrder = 0
  22.     object Label1: TLabel
  23.       Left = 10
  24.       Top = 23
  25.       Width = 42
  26.       Height = 13
  27.       Caption = 'Tab Size'
  28.     end
  29.     object AutoIndentCheck: TCheckBox
  30.       Left = 130
  31.       Top = 21
  32.       Width = 73
  33.       Height = 17
  34.       Caption = 'Auto-indent'
  35.       TabOrder = 2
  36.     end
  37.     object TabSizeEdit: TEdit
  38.       Left = 66
  39.       Top = 20
  40.       Width = 41
  41.       Height = 21
  42.       ReadOnly = True
  43.       TabOrder = 0
  44.       Text = '1'
  45.     end
  46.     object TabUpDown: TUpDown
  47.       Left = 107
  48.       Top = 20
  49.       Width = 12
  50.       Height = 21
  51.       Associate = TabSizeEdit
  52.       Min = 1
  53.       Max = 8
  54.       Position = 1
  55.       TabOrder = 1
  56.       Wrap = False
  57.     end
  58.   end
  59.   object SQLCompletionCheck: TCheckBox
  60.     Left = 8
  61.     Top = 67
  62.     Width = 97
  63.     Height = 17
  64.     Caption = 'SQL Completion'
  65.     TabOrder = 1
  66.   end
  67.   object Button1: TButton
  68.     Left = 40
  69.     Top = 120
  70.     Width = 60
  71.     Height = 25
  72.     Caption = '&OK'
  73.     Default = True
  74.     ModalResult = 1
  75.     TabOrder = 3
  76.   end
  77.   object Button2: TButton
  78.     Left = 128
  79.     Top = 120
  80.     Width = 60
  81.     Height = 25
  82.     Cancel = True
  83.     Caption = '&Cancel'
  84.     ModalResult = 2
  85.     TabOrder = 4
  86.   end
  87.   object AbbCheck: TCheckBox
  88.     Left = 8
  89.     Top = 91
  90.     Width = 129
  91.     Height = 17
  92.     Caption = 'Macro &Abbreviations'
  93.     TabOrder = 2
  94.   end
  95. end
  96.