home *** CD-ROM | disk | FTP | other *** search
- object SyntaxDefinitionForm: TSyntaxDefinitionForm
- Left = 523
- Top = 181
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Syntax Definition'
- ClientHeight = 118
- ClientWidth = 322
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object bOK: TButton
- Tag = 100
- Left = 142
- Top = 87
- Width = 83
- Height = 24
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = bOKClick
- end
- object bCancel: TButton
- Tag = 101
- Left = 230
- Top = 87
- Width = 83
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object GroupBox1: TGroupBox
- Left = 9
- Top = 2
- Width = 305
- Height = 78
- TabOrder = 0
- object lFileTypes: TLabel
- Tag = 347
- Left = 10
- Top = 13
- Width = 44
- Height = 13
- Caption = 'File types'
- Transparent = True
- end
- object lIeExt: TLabel
- Tag = 348
- Left = 10
- Top = 27
- Width = 84
- Height = 13
- Caption = '(e.g. *.ext1;*.ext2)'
- Transparent = True
- end
- object lSyntaxDefinition2: TLabel
- Tag = 346
- Left = 10
- Top = 47
- Width = 77
- Height = 13
- Caption = 'Syntax definition'
- Transparent = True
- end
- object ToolBar9: TToolBar
- Left = 270
- Top = 43
- Width = 23
- Height = 22
- Align = alNone
- AutoSize = True
- Caption = 'ToolBar1'
- EdgeBorders = []
- Flat = True
- Images = CodePadMainForm.ImageList1
- TabOrder = 1
- Transparent = True
- object ToolButton1: TToolButton
- Left = 0
- Top = 0
- Hint = 'Select Syntax definition file'
- Caption = 'ToolButton1'
- ImageIndex = 99
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton1Click
- end
- end
- object eFileTypes: TEdit
- Left = 111
- Top = 16
- Width = 182
- Height = 21
- MaxLength = 64
- TabOrder = 0
- OnChange = eFileTypesChange
- end
- object eSyntaxDefinition: TEdit
- Left = 111
- Top = 44
- Width = 154
- Height = 21
- Color = clBtnFace
- MaxLength = 64
- ReadOnly = True
- TabOrder = 2
- OnChange = eFileTypesChange
- OnDblClick = eSyntaxDefinitionDblClick
- end
- end
- object JvOpenDialog20001: TJvOpenDialog2000
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Left = 416
- Top = 240
- end
- object OpenDialog: TJvOpenDialog2000
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Left = 44
- Top = 79
- end
- end
-