home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / code / setup.exe / CodePad.exe / 0 / RCDATA / TDEFEDITORLINEFORM / TDEFEDITORLINEFORM.txt
Encoding:
Text File  |  2003-02-24  |  1.2 KB  |  67 lines

  1. object DefEditorLineForm: TDefEditorLineForm
  2.   Left = 322
  3.   Top = 204
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Keyword'
  7.   ClientHeight = 83
  8.   ClientWidth = 232
  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 = poOwnerFormCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bOK: TButton
  22.     Tag = 100
  23.     Left = 52
  24.     Top = 54
  25.     Width = 83
  26.     Height = 24
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 1
  31.   end
  32.   object bCancel: TButton
  33.     Tag = 101
  34.     Left = 140
  35.     Top = 54
  36.     Width = 83
  37.     Height = 24
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 2
  42.   end
  43.   object GroupBox1: TGroupBox
  44.     Left = 9
  45.     Top = 2
  46.     Width = 214
  47.     Height = 46
  48.     TabOrder = 0
  49.     object lDefEditorLineText: TLabel
  50.       Tag = 171
  51.       Left = 10
  52.       Top = 18
  53.       Width = 41
  54.       Height = 13
  55.       Caption = 'Keyword'
  56.       Transparent = True
  57.     end
  58.     object eText: TEdit
  59.       Left = 85
  60.       Top = 15
  61.       Width = 117
  62.       Height = 21
  63.       TabOrder = 0
  64.     end
  65.   end
  66. end
  67.