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

  1. object TemplateEditorItemForm: TTemplateEditorItemForm
  2.   Left = 269
  3.   Top = 219
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Code Template Item'
  7.   ClientHeight = 197
  8.   ClientWidth = 356
  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.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lShortcutName: TLabel
  22.     Left = 9
  23.     Top = 7
  24.     Width = 69
  25.     Height = 13
  26.     Caption = 'Shortcut name'
  27.     Transparent = True
  28.   end
  29.   object lDescription: TLabel
  30.     Left = 152
  31.     Top = 7
  32.     Width = 53
  33.     Height = 13
  34.     Caption = 'Description'
  35.     Transparent = True
  36.   end
  37.   object lCode: TLabel
  38.     Left = 9
  39.     Top = 50
  40.     Width = 25
  41.     Height = 13
  42.     Caption = 'Code'
  43.     Transparent = True
  44.   end
  45.   object lUseCharForPosition: TLabel
  46.     Left = 80
  47.     Top = 50
  48.     Width = 138
  49.     Height = 13
  50.     Caption = '(use | char for cursor position)'
  51.     Transparent = True
  52.   end
  53.   object bOK: TButton
  54.     Left = 177
  55.     Top = 166
  56.     Width = 83
  57.     Height = 24
  58.     Caption = 'OK'
  59.     Default = True
  60.     ModalResult = 1
  61.     TabOrder = 3
  62.     OnClick = bOKClick
  63.   end
  64.   object bCancel: TButton
  65.     Left = 265
  66.     Top = 166
  67.     Width = 83
  68.     Height = 24
  69.     Cancel = True
  70.     Caption = 'Cancel'
  71.     ModalResult = 2
  72.     TabOrder = 4
  73.   end
  74.   object eCode: TMemo
  75.     Left = 9
  76.     Top = 66
  77.     Width = 338
  78.     Height = 92
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clWindowText
  81.     Font.Height = -11
  82.     Font.Name = 'Courier New'
  83.     Font.Style = []
  84.     ParentFont = False
  85.     ScrollBars = ssBoth
  86.     TabOrder = 2
  87.     WordWrap = False
  88.   end
  89.   object eShortcut: TEdit
  90.     Left = 9
  91.     Top = 24
  92.     Width = 121
  93.     Height = 21
  94.     TabOrder = 0
  95.     OnChange = eShortcutChange
  96.   end
  97.   object eDescription: TEdit
  98.     Left = 152
  99.     Top = 24
  100.     Width = 195
  101.     Height = 21
  102.     TabOrder = 1
  103.   end
  104. end
  105.