home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / software / poco / setup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMAUTOCOMPLETE / TFRMAUTOCOMPLETE.txt
Encoding:
Text File  |  2004-05-18  |  3.9 KB  |  180 lines

  1. object FrmAutoComplete: TFrmAutoComplete
  2.   Left = 402
  3.   Top = 128
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Message Shortcuts and Auto-Complete'
  7.   ClientHeight = 380
  8.   ClientWidth = 592
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDefaultPosOnly
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object GroupBox1: TElGroupBox
  23.     Left = 8
  24.     Top = 10
  25.     Width = 576
  26.     Height = 54
  27.     AutoDisableChildren = False
  28.     BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  29.     Caption = ' Message Body Auto-Complete '
  30.     Flat = False
  31.     FlatAlways = False
  32.     ShowFocus = False
  33.     TabOrder = 0
  34.     object cbEnable: TElCheckBox
  35.       Left = 38
  36.       Top = 22
  37.       Width = 233
  38.       Height = 20
  39.       Cursor = crDefault
  40.       Flat = True
  41.       Caption = 'Enable auto-complete after pressing'
  42.       TabOrder = 0
  43.       Color = clBtnFace
  44.       ParentColor = False
  45.       DoubleBuffered = False
  46.     end
  47.     object cbCharacter: TElComboBox
  48.       Left = 312
  49.       Top = 20
  50.       Width = 103
  51.       Height = 24
  52.       Cursor = crIBeam
  53.       UseCustomScrollBars = True
  54.       NotifyUserChangeOnly = True
  55.       BorderStyle = bsSingle
  56.       BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  57.       BtnArrowColor = clBlack
  58.       AltBtnWidth = 21
  59.       AutoCompletion = False
  60.       Items.Strings = (
  61.         '<space>'
  62.         '.'
  63.         ','
  64.         '#'
  65.         '*'
  66.         '/'
  67.         ';'
  68.         #39
  69.         '\')
  70.       ListSelectedColor = clHighlight
  71.       AutoSelect = True
  72.       TopMargin = 2
  73.       RightMargin = 5
  74.       LineBorderActiveColor = clBlack
  75.       LineBorderInactiveColor = clBlack
  76.       ParentColor = False
  77.       ReadOnly = True
  78.       TabOrder = 1
  79.       OnChange = cbCharacterChange
  80.       AltButtonShortcut = 0
  81.       ButtonShortcut = 0
  82.       Style = csDropDownList
  83.       ItemHeight = 16
  84.     end
  85.   end
  86.   object GroupBox2: TElGroupBox
  87.     Left = 8
  88.     Top = 76
  89.     Width = 576
  90.     Height = 249
  91.     AutoDisableChildren = False
  92.     BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  93.     Caption = ' Defined Auto-Complete Shortcuts '
  94.     Flat = False
  95.     FlatAlways = False
  96.     ShowFocus = False
  97.     TabOrder = 1
  98.     object Label1: TLabel
  99.       Left = 14
  100.       Top = 24
  101.       Width = 60
  102.       Height = 16
  103.       Caption = 'Shortcuts:'
  104.     end
  105.     object Label2: TLabel
  106.       Left = 132
  107.       Top = 24
  108.       Width = 99
  109.       Height = 16
  110.       Caption = 'Loaded Shortcut:'
  111.     end
  112.     object LblText: TLabel
  113.       Left = 132
  114.       Top = 50
  115.       Width = 239
  116.       Height = 16
  117.       Caption = 'Typing "" will instead insert following text:'
  118.     end
  119.     object lbShortcuts: TElAdvancedListBox
  120.       Left = 14
  121.       Top = 44
  122.       Width = 101
  123.       Height = 169
  124.       ItemHeight = 16
  125.       TabOrder = 0
  126.       OnClick = lbShortcutsClick
  127.       SelectedFont.Charset = DEFAULT_CHARSET
  128.       SelectedFont.Color = clHighlightText
  129.       SelectedFont.Height = -13
  130.       SelectedFont.Name = 'Arial'
  131.       SelectedFont.Style = []
  132.       HorizontalScroll = False
  133.     end
  134.     object EditShortcut: TElAdvancedEdit
  135.       Left = 260
  136.       Top = 20
  137.       Width = 129
  138.       Height = 24
  139.       TabOrder = 1
  140.       OnChange = EditShortcutChange
  141.     end
  142.     object MemoText: TElAdvancedMemo
  143.       Left = 130
  144.       Top = 68
  145.       Width = 435
  146.       Height = 171
  147.       TabOrder = 3
  148.     end
  149.     object BtnSave: TButton
  150.       Left = 403
  151.       Top = 21
  152.       Width = 92
  153.       Height = 23
  154.       Caption = '&Save'
  155.       TabOrder = 2
  156.       OnClick = BtnSaveClick
  157.     end
  158.     object BtnDelete: TButton
  159.       Left = 14
  160.       Top = 217
  161.       Width = 101
  162.       Height = 23
  163.       Caption = '&Delete'
  164.       TabOrder = 4
  165.       OnClick = BtnDeleteClick
  166.     end
  167.   end
  168.   object BtnClose: TButton
  169.     Left = 480
  170.     Top = 337
  171.     Width = 100
  172.     Height = 30
  173.     Cancel = True
  174.     Caption = 'Close'
  175.     Default = True
  176.     TabOrder = 2
  177.     OnClick = BtnCloseClick
  178.   end
  179. end
  180.