home *** CD-ROM | disk | FTP | other *** search
- object TempletForm: TTempletForm
- Left = 145
- Top = 159
- BorderStyle = bsDialog
- Caption = 'Code Templet'
- ClientHeight = 276
- ClientWidth = 427
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object TempletOK: TBitBtn
- Left = 71
- Top = 240
- Width = 75
- Height = 25
- TabOrder = 1
- OnClick = TempletOKClick
- Kind = bkOK
- end
- object TempletCancel: TBitBtn
- Left = 176
- Top = 240
- Width = 75
- Height = 25
- TabOrder = 2
- Kind = bkCancel
- end
- object TempletHelp: TBitBtn
- Left = 281
- Top = 240
- Width = 75
- Height = 25
- TabOrder = 3
- Kind = bkHelp
- end
- object PageControl1: TPageControl
- Left = 5
- Top = 5
- Width = 418
- Height = 223
- ActivePage = TabSheet2
- TabOrder = 0
- object TabSheet1: TTabSheet
- Caption = 'Components'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- object Label1: TLabel
- Left = 10
- Top = 14
- Width = 33
- Height = 13
- Caption = '&Type : '
- FocusControl = CompoCombo
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object TempletMemo: TMemo
- Left = 10
- Top = 41
- Width = 390
- Height = 144
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ImeName = '�ѱ���(�ѱ�)'
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- end
- object CompoCombo: TComboBox
- Left = 45
- Top = 10
- Width = 145
- Height = 22
- Style = csDropDownList
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ImeName = '�ѱ���(�ѱ�)'
- ItemHeight = 14
- Items.Strings = (
- 'Frame'
- 'Applet'
- 'Panel'
- 'Button'
- 'Edit'
- 'Memo'
- 'Label'
- 'ListBox'
- 'ComboBox'
- 'Scrollbar'
- 'CheckBox'
- 'RadioButton'
- 'MainMenu'
- 'OpenDialog'
- 'SaveDialog'
- 'Image')
- ParentFont = False
- TabOrder = 1
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Keyboard map'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- object Label2: TLabel
- Left = 10
- Top = 14
- Width = 25
- Height = 14
- Caption = '&Key :'
- FocusControl = KM_Combo
- end
- object KM_Memo: TMemo
- Left = 10
- Top = 41
- Width = 390
- Height = 144
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ImeName = '�ѱ���(�ѱ�)'
- ParentFont = False
- TabOrder = 0
- OnExit = KM_MemoExit
- end
- object KM_Combo: TComboBox
- Left = 39
- Top = 10
- Width = 145
- Height = 22
- Style = csDropDownList
- ImeName = '�ѱ���(�ѱ�)'
- ItemHeight = 14
- Items.Strings = (
- 'Ctrl-Shift-A'
- 'Ctrl-Shift-B'
- 'Ctrl-Shift-C'
- 'Ctrl-Shift-D'
- 'Ctrl-Shift-E'
- 'Ctrl-Shift-F'
- 'Ctrl-Shift-G'
- 'Ctrl-Shift-H'
- 'Ctrl-Shift-I'
- 'Ctrl-Shift-J'
- 'Ctrl-Shift-K'
- 'Ctrl-Shift-L'
- 'Ctrl-Shift-M'
- 'Ctrl-Shift-N'
- 'Ctrl-Shift-O'
- 'Ctrl-Shift-P'
- 'Ctrl-Shift-Q'
- 'Ctrl-Shift-R'
- 'Ctrl-Shift-S'
- 'Ctrl-Shift-T'
- 'Ctrl-Shift-U'
- 'Ctrl-Shift-V'
- 'Ctrl-Shift-W'
- 'Ctrl-Shift-X'
- 'Ctrl-Shift-Y'
- 'Ctrl-Shift-Z')
- TabOrder = 1
- OnClick = KM_ComboClick
- end
- end
- object TabSheet3: TTabSheet
- Caption = 'Save option'
- object GroupBox1: TGroupBox
- Left = 10
- Top = 3
- Width = 391
- Height = 88
- Caption = ' Component Code Templet '
- TabOrder = 0
- object Label3: TLabel
- Left = 20
- Top = 21
- Width = 25
- Height = 13
- Caption = 'File : '
- end
- object CompoCodeLabel: TLabel
- Left = 45
- Top = 21
- Width = 333
- Height = 29
- AutoSize = False
- WordWrap = True
- end
- object CC_ReloadButton: TButton
- Left = 245
- Top = 56
- Width = 54
- Height = 21
- Caption = 'Reload'
- TabOrder = 0
- end
- object CC_ClearButton: TButton
- Left = 315
- Top = 56
- Width = 54
- Height = 21
- Caption = 'Clear'
- TabOrder = 1
- end
- end
- object GroupBox2: TGroupBox
- Left = 10
- Top = 99
- Width = 391
- Height = 88
- Caption = ' Keyboard Map Templet '
- TabOrder = 1
- object Label5: TLabel
- Left = 20
- Top = 21
- Width = 25
- Height = 13
- Caption = 'File : '
- end
- object KM_Label: TLabel
- Left = 45
- Top = 21
- Width = 333
- Height = 29
- AutoSize = False
- WordWrap = True
- end
- object KM_ReloadButton: TButton
- Left = 245
- Top = 56
- Width = 54
- Height = 21
- Caption = 'Reload'
- TabOrder = 0
- OnClick = KM_ReloadButtonClick
- end
- object KM_ClearButton: TButton
- Left = 315
- Top = 56
- Width = 54
- Height = 21
- Caption = 'Clear'
- TabOrder = 1
- OnClick = KM_ClearButtonClick
- end
- end
- end
- object CodeInsight: TTabSheet
- Caption = 'Code Insight'
- object Label4: TLabel
- Left = 10
- Top = 14
- Width = 31
- Height = 13
- Caption = '&Items :'
- Enabled = False
- FocusControl = KM_Combo
- end
- object Memo1: TMemo
- Left = 10
- Top = 41
- Width = 390
- Height = 144
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ImeName = '�ѱ���(�ѱ�)'
- Lines.Strings = (
- 'not implemented yet')
- ParentFont = False
- TabOrder = 0
- OnExit = KM_MemoExit
- end
- object ComboBox1: TComboBox
- Left = 47
- Top = 10
- Width = 145
- Height = 21
- Style = csDropDownList
- Enabled = False
- ImeName = '�ѱ���(�ѱ�)'
- ItemHeight = 13
- Items.Strings = (
- 'array declaration'
- 'try - catch'
- 'for statement'
- 'while statement')
- TabOrder = 1
- OnClick = KM_ComboClick
- end
- end
- end
- object OpenDialog1: TOpenDialog
- Left = 10
- Top = 240
- end
- object SaveDialog1: TSaveDialog
- Left = 390
- Top = 240
- end
- end
-