home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / Bluette / Bluette.exe / 0 / RCDATA / TEDITORFORM / TEDITORFORM.txt < prev   
Encoding:
Text File  |  1998-11-17  |  4.9 KB  |  239 lines

  1. object EditorForm: TEditorForm
  2.   Left = 148
  3.   Top = 215
  4.   Width = 528
  5.   Height = 387
  6.   Caption = 'EditorForm'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   KeyPreview = True
  14.   Scaled = False
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnDragOver = FormDragOver
  20.   OnResize = FormResize
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object StatusBar: TStatusBar
  25.     Left = 0
  26.     Top = 341
  27.     Width = 520
  28.     Height = 19
  29.     Panels = <
  30.       item
  31.         Alignment = taCenter
  32.         Text = '1:1'
  33.         Width = 70
  34.       end
  35.       item
  36.         Alignment = taCenter
  37.         Width = 70
  38.       end
  39.       item
  40.         Width = 70
  41.       end
  42.       item
  43.         Width = 100
  44.       end>
  45.     SimplePanel = False
  46.   end
  47.   object Page: TPageControl
  48.     Left = 0
  49.     Top = 0
  50.     Width = 520
  51.     Height = 292
  52.     Align = alClient
  53.     DragCursor = crDefault
  54.     PopupMenu = PopupMenu1
  55.     TabOrder = 2
  56.     OnChange = PageChange
  57.     OnMouseDown = PageMouseDown
  58.   end
  59.   object SplitPanel: TPanel
  60.     Left = 0
  61.     Top = 292
  62.     Width = 520
  63.     Height = 3
  64.     Cursor = crVSplit
  65.     Align = alBottom
  66.     DragCursor = crVSplit
  67.     DragMode = dmAutomatic
  68.     TabOrder = 3
  69.     Visible = False
  70.     OnDragOver = SplitPanelDragOver
  71.     OnEndDrag = SplitPanelEndDrag
  72.   end
  73.   object KeyCodeList: TListBox
  74.     Left = 328
  75.     Top = 184
  76.     Width = 169
  77.     Height = 89
  78.     Cursor = crArrow
  79.     TabStop = False
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clBlack
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ImeName = '∩┐╜╤▒∩┐╜∩┐╜∩┐╜(∩┐╜╤▒∩┐╜)'
  86.     ItemHeight = 13
  87.     Items.Strings = (
  88.       'array[]'
  89.       'bool '
  90.       'class '
  91.       'do'
  92.       'e'
  93.       'f'
  94.       'g'
  95.       'h'
  96.       'Interface'
  97.       'j'
  98.       'k'
  99.       'l'
  100.       'm'
  101.       'n'
  102.       'o'
  103.       'public '
  104.       'q'
  105.       'r'
  106.       's'
  107.       'try'
  108.       'u'
  109.       'void '
  110.       'w'
  111.       'x'
  112.       'y'
  113.       'z')
  114.     ParentFont = False
  115.     Sorted = True
  116.     TabOrder = 0
  117.     Visible = False
  118.     OnClick = KeyCodeListClick
  119.     OnExit = KeyCodeListExit
  120.     OnKeyDown = KeyCodeListKeyDown
  121.   end
  122.   object MessageWindow: TListBox
  123.     Left = 0
  124.     Top = 295
  125.     Width = 520
  126.     Height = 46
  127.     Align = alBottom
  128.     Font.Charset = DEFAULT_CHARSET
  129.     Font.Color = clBlack
  130.     Font.Height = -13
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ImeName = '∩┐╜╤▒∩┐╜∩┐╜∩┐╜(∩┐╜╤▒∩┐╜)'
  134.     ItemHeight = 16
  135.     ParentFont = False
  136.     TabOrder = 4
  137.     Visible = False
  138.     OnDblClick = MessageWindowDblClick
  139.     OnDragOver = MessageWindowDragOver
  140.   end
  141.   object OpenDialog1: TOpenDialog
  142.     Filter = 
  143.       'Java files (*.java)|*.java|HTML files (*.html)|*.html|Text files' +
  144.       ' (*.txt)|*.txt|Any file (*.*)|*.*'
  145.     Options = [ofOverwritePrompt, ofPathMustExist]
  146.     Left = 7
  147.     Top = 212
  148.   end
  149.   object SaveDialog1: TSaveDialog
  150.     Filter = 
  151.       'Java files (*.java)|*.java|HTML files (*.html)|*.html|Text files' +
  152.       ' (*.txt)|*.txt|Any file (*.*)|*.*'
  153.     Options = [ofPathMustExist]
  154.     Left = 36
  155.     Top = 212
  156.   end
  157.   object PopupMenu1: TPopupMenu
  158.     OnPopup = PopupMenu1Popup
  159.     Left = 65
  160.     Top = 212
  161.     object CodeAssistant: TMenuItem
  162.       Enabled = False
  163.       ShortCut = 16458
  164.       Visible = False
  165.       OnClick = CodeAssistantClick
  166.     end
  167.     object Open1: TMenuItem
  168.       Caption = 'Ope&n'
  169.       ShortCut = 16463
  170.       OnClick = Open1Click
  171.     end
  172.     object Close1: TMenuItem
  173.       Caption = 'Clo&se'
  174.       ShortCut = 16499
  175.       OnClick = Close1Click
  176.     end
  177.     object RefreshEditor1: TMenuItem
  178.       Caption = '&Refresh Editor'
  179.       OnClick = RefreshEditor1Click
  180.     end
  181.     object FindFrame1: TMenuItem
  182.       Caption = '&Find Frame'
  183.       ShortCut = 123
  184.       OnClick = FindFrame1Click
  185.     end
  186.     object HelpTopics1: TMenuItem
  187.       Caption = '&Help Topics'
  188.       ShortCut = 112
  189.       OnClick = HelpTopics1Click
  190.     end
  191.     object N1: TMenuItem
  192.       Caption = '-'
  193.     end
  194.     object Copy1: TMenuItem
  195.       Caption = '&Copy'
  196.       ShortCut = 16451
  197.       OnClick = Copy1Click
  198.     end
  199.     object Cut1: TMenuItem
  200.       Caption = 'Cu&t'
  201.       ShortCut = 16472
  202.       OnClick = Cut1Click
  203.     end
  204.     object Paste1: TMenuItem
  205.       Caption = '&Paste'
  206.       ShortCut = 16470
  207.       OnClick = Paste1Click
  208.     end
  209.     object Undo1: TMenuItem
  210.       Caption = '&Undo'
  211.       ShortCut = 16474
  212.       OnClick = Undo1Click
  213.     end
  214.     object N2: TMenuItem
  215.       Caption = '-'
  216.     end
  217.     object ReadOnly1: TMenuItem
  218.       Caption = 'Read &Only'
  219.       OnClick = ReadOnly1Click
  220.     end
  221.     object MessageWindow1: TMenuItem
  222.       Caption = '&Message Window'
  223.       OnClick = MessageWindow1Click
  224.     end
  225.   end
  226.   object ReplaceDialog1: TReplaceDialog
  227.     OnFind = ReplaceDialog1Find
  228.     OnReplace = ReplaceDialog1Replace
  229.     Left = 94
  230.     Top = 212
  231.   end
  232.   object FindDialog1: TFindDialog
  233.     Options = [frDown, frDisableUpDown]
  234.     OnFind = FindDialog1Find
  235.     Left = 123
  236.     Top = 212
  237.   end
  238. end
  239.