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

  1. object SyntaxDefinitionForm: TSyntaxDefinitionForm
  2.   Left = 523
  3.   Top = 181
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Syntax Definition'
  7.   ClientHeight = 118
  8.   ClientWidth = 322
  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 bOK: TButton
  22.     Tag = 100
  23.     Left = 142
  24.     Top = 87
  25.     Width = 83
  26.     Height = 24
  27.     Caption = 'OK'
  28.     Default = True
  29.     TabOrder = 1
  30.     OnClick = bOKClick
  31.   end
  32.   object bCancel: TButton
  33.     Tag = 101
  34.     Left = 230
  35.     Top = 87
  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 = 305
  47.     Height = 78
  48.     TabOrder = 0
  49.     object lFileTypes: TLabel
  50.       Tag = 347
  51.       Left = 10
  52.       Top = 13
  53.       Width = 44
  54.       Height = 13
  55.       Caption = 'File types'
  56.       Transparent = True
  57.     end
  58.     object lIeExt: TLabel
  59.       Tag = 348
  60.       Left = 10
  61.       Top = 27
  62.       Width = 84
  63.       Height = 13
  64.       Caption = '(e.g. *.ext1;*.ext2)'
  65.       Transparent = True
  66.     end
  67.     object lSyntaxDefinition2: TLabel
  68.       Tag = 346
  69.       Left = 10
  70.       Top = 47
  71.       Width = 77
  72.       Height = 13
  73.       Caption = 'Syntax definition'
  74.       Transparent = True
  75.     end
  76.     object ToolBar9: TToolBar
  77.       Left = 270
  78.       Top = 43
  79.       Width = 23
  80.       Height = 22
  81.       Align = alNone
  82.       AutoSize = True
  83.       Caption = 'ToolBar1'
  84.       EdgeBorders = []
  85.       Flat = True
  86.       Images = CodePadMainForm.ImageList1
  87.       TabOrder = 1
  88.       Transparent = True
  89.       object ToolButton1: TToolButton
  90.         Left = 0
  91.         Top = 0
  92.         Hint = 'Select Syntax definition file'
  93.         Caption = 'ToolButton1'
  94.         ImageIndex = 99
  95.         ParentShowHint = False
  96.         ShowHint = True
  97.         OnClick = ToolButton1Click
  98.       end
  99.     end
  100.     object eFileTypes: TEdit
  101.       Left = 111
  102.       Top = 16
  103.       Width = 182
  104.       Height = 21
  105.       MaxLength = 64
  106.       TabOrder = 0
  107.       OnChange = eFileTypesChange
  108.     end
  109.     object eSyntaxDefinition: TEdit
  110.       Left = 111
  111.       Top = 44
  112.       Width = 154
  113.       Height = 21
  114.       Color = clBtnFace
  115.       MaxLength = 64
  116.       ReadOnly = True
  117.       TabOrder = 2
  118.       OnChange = eFileTypesChange
  119.       OnDblClick = eSyntaxDefinitionDblClick
  120.     end
  121.   end
  122.   object JvOpenDialog20001: TJvOpenDialog2000
  123.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  124.     Left = 416
  125.     Top = 240
  126.   end
  127.   object OpenDialog: TJvOpenDialog2000
  128.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  129.     Left = 44
  130.     Top = 79
  131.   end
  132. end
  133.