home *** CD-ROM | disk | FTP | other *** search
- object OptionsForm: TOptionsForm
- Left = 192
- Top = 105
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 360
- ClientWidth = 416
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object OKButton: TBitBtn
- Left = 320
- Top = 320
- Width = 89
- Height = 33
- TabOrder = 0
- Kind = bkOK
- end
- object CancelButton: TBitBtn
- Left = 224
- Top = 320
- Width = 89
- Height = 33
- TabOrder = 1
- Kind = bkCancel
- end
- object PageControl: TPageControl
- Left = 8
- Top = 8
- Width = 401
- Height = 305
- ActivePage = EnvironmentSheet
- TabOrder = 2
- object EnvironmentSheet: TTabSheet
- Caption = 'Environment'
- object PathGroupBox: TGroupBox
- Left = 8
- Top = 8
- Width = 377
- Height = 89
- Caption = 'Path'
- TabOrder = 0
- object JavaCompilerPathLabel: TLabel
- Left = 8
- Top = 24
- Width = 72
- Height = 13
- Caption = 'Java Compiler :'
- end
- object JavaInterpreterLabel: TLabel
- Left = 8
- Top = 56
- Width = 80
- Height = 13
- Caption = 'Java Interpreter :'
- end
- object JavaCompilerPathEdit: TEdit
- Left = 96
- Top = 24
- Width = 209
- Height = 21
- ImeName = '�ѱ���(�ѱ�)'
- TabOrder = 0
- Text = 'javac.exe'
- end
- object JavaCompilerPathBrowseButton: TButton
- Left = 312
- Top = 24
- Width = 57
- Height = 22
- Caption = 'Browse...'
- TabOrder = 1
- OnClick = JavaCompilerPathBrowseButtonClick
- end
- object JavaInterpreterPathEdit: TEdit
- Left = 96
- Top = 56
- Width = 209
- Height = 21
- ImeName = '�ѱ���(�ѱ�)'
- TabOrder = 2
- Text = 'java.exe'
- end
- object JavaInterpreterPathBrowseButton: TButton
- Left = 312
- Top = 56
- Width = 57
- Height = 22
- Caption = 'Browse...'
- TabOrder = 3
- OnClick = JavaInterpreterPathBrowseButtonClick
- end
- end
- object GenerateGroupBox: TGroupBox
- Left = 8
- Top = 104
- Width = 377
- Height = 73
- Caption = 'Java Code Generate'
- TabOrder = 1
- object IndentationLabel: TLabel
- Left = 200
- Top = 24
- Width = 59
- Height = 13
- Caption = 'Indentation :'
- end
- object IncludeImplementationCheckBox: TCheckBox
- Left = 8
- Top = 24
- Width = 137
- Height = 17
- Caption = 'Include Implementation'
- TabOrder = 0
- end
- object IncludeCommentCheckBox: TCheckBox
- Left = 8
- Top = 48
- Width = 113
- Height = 17
- Caption = 'Include Comment'
- TabOrder = 1
- end
- object IndentationSpinEdit: TSpinEdit
- Left = 264
- Top = 24
- Width = 105
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 2
- Value = 0
- end
- end
- object EnvironmentCodeViewerGroupBox: TGroupBox
- Left = 8
- Top = 184
- Width = 377
- Height = 81
- Caption = 'Code Viewer'
- TabOrder = 2
- object EnvironmentBrowserFontButton: TButton
- Left = 200
- Top = 16
- Width = 89
- Height = 25
- Caption = 'Font...'
- TabOrder = 0
- OnClick = EnvironmentBrowserFontButtonClick
- end
- object EnvironmentBrowserColorButton: TButton
- Left = 200
- Top = 48
- Width = 89
- Height = 25
- Caption = 'Color...'
- TabOrder = 1
- OnClick = EnvironmentBrowserColorButtonClick
- end
- object EnvironmentBrowserMemo: TMemo
- Left = 8
- Top = 16
- Width = 185
- Height = 57
- Alignment = taCenter
- Ctl3D = False
- ImeName = '�ѱ���(�ѱ�)'
- Lines.Strings = (
- ''
- 'AaBbCc123')
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 2
- end
- end
- end
- object DiagramSheet: TTabSheet
- Caption = 'Diagram'
- object DiagramFontGroupBox: TGroupBox
- Left = 8
- Top = 8
- Width = 377
- Height = 81
- Caption = 'Font'
- TabOrder = 0
- object DiagramFontNameLabel: TLabel
- Left = 8
- Top = 16
- Width = 55
- Height = 13
- Caption = 'Font Name:'
- end
- object DiagramFontSizeLabel: TLabel
- Left = 8
- Top = 48
- Width = 47
- Height = 13
- Caption = 'Font Size:'
- end
- object DiagramFontNameComboBox: TComboBox
- Left = 72
- Top = 17
- Width = 297
- Height = 21
- Style = csDropDownList
- ImeName = '�ѱ���(�ѱ�)'
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- end
- object DiagramFontSizeSpinEdit: TSpinEdit
- Left = 72
- Top = 48
- Width = 105
- Height = 22
- MaxValue = 127
- MinValue = 0
- TabOrder = 1
- Value = 10
- end
- object DiagramBoldCheckBox: TCheckBox
- Left = 192
- Top = 48
- Width = 49
- Height = 17
- Caption = 'Bold'
- TabOrder = 2
- end
- object DiagramItalicCheckBox: TCheckBox
- Left = 280
- Top = 48
- Width = 49
- Height = 17
- Caption = 'Italic'
- TabOrder = 3
- end
- end
- object DiagramSizeGroupBox: TGroupBox
- Left = 8
- Top = 96
- Width = 377
- Height = 49
- Caption = 'Size'
- TabOrder = 1
- object DiagramSizeWidthLabel: TLabel
- Left = 8
- Top = 24
- Width = 34
- Height = 13
- Caption = 'Width :'
- end
- object DiagramSizeHeightLabel: TLabel
- Left = 200
- Top = 24
- Width = 37
- Height = 13
- Caption = 'Height :'
- end
- object DiagramWidthSpinEdit: TSpinEdit
- Left = 56
- Top = 16
- Width = 121
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 0
- Value = 0
- end
- object DiagramHeightSpinEdit: TSpinEdit
- Left = 248
- Top = 16
- Width = 121
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 1
- Value = 0
- end
- end
- end
- object EditorSheet: TTabSheet
- Caption = 'Editor'
- object EditorGroupBox: TGroupBox
- Left = 8
- Top = 8
- Width = 377
- Height = 81
- Caption = 'Editor'
- TabOrder = 0
- object EditorMemo: TMemo
- Left = 8
- Top = 16
- Width = 185
- Height = 57
- Alignment = taCenter
- Ctl3D = False
- ImeName = '�ѱ���(�ѱ�)'
- Lines.Strings = (
- ''
- 'AaBbCc123')
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 0
- end
- object EditorFontButton: TButton
- Left = 200
- Top = 16
- Width = 89
- Height = 25
- Caption = 'Font...'
- TabOrder = 1
- OnClick = EditorFontButtonClick
- end
- object EditorColorButton: TButton
- Left = 200
- Top = 48
- Width = 89
- Height = 25
- Caption = 'Color...'
- TabOrder = 2
- OnClick = EditorColorButtonClick
- end
- end
- end
- end
- object ColorDialog: TColorDialog
- Ctl3D = True
- Left = 8
- Top = 320
- end
- object FontDialog: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Left = 40
- Top = 320
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'exe'
- FileName = 'javac.exe'
- Filter = 'Java Compiler (*.exe)|*.exe'
- Title = 'Java Compiler Path'
- Left = 72
- Top = 320
- end
- end
-