home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / Bluette / Plastic / Plastic.exe / 0 / RCDATA / TOPTIONSFORM / TOPTIONSFORM.txt
Encoding:
Text File  |  1998-08-12  |  8.4 KB  |  358 lines

  1. object OptionsForm: TOptionsForm
  2.   Left = 192
  3.   Top = 105
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 360
  7.   ClientWidth = 416
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OKButton: TBitBtn
  19.     Left = 320
  20.     Top = 320
  21.     Width = 89
  22.     Height = 33
  23.     TabOrder = 0
  24.     Kind = bkOK
  25.   end
  26.   object CancelButton: TBitBtn
  27.     Left = 224
  28.     Top = 320
  29.     Width = 89
  30.     Height = 33
  31.     TabOrder = 1
  32.     Kind = bkCancel
  33.   end
  34.   object PageControl: TPageControl
  35.     Left = 8
  36.     Top = 8
  37.     Width = 401
  38.     Height = 305
  39.     ActivePage = EnvironmentSheet
  40.     TabOrder = 2
  41.     object EnvironmentSheet: TTabSheet
  42.       Caption = 'Environment'
  43.       object PathGroupBox: TGroupBox
  44.         Left = 8
  45.         Top = 8
  46.         Width = 377
  47.         Height = 89
  48.         Caption = 'Path'
  49.         TabOrder = 0
  50.         object JavaCompilerPathLabel: TLabel
  51.           Left = 8
  52.           Top = 24
  53.           Width = 72
  54.           Height = 13
  55.           Caption = 'Java Compiler :'
  56.         end
  57.         object JavaInterpreterLabel: TLabel
  58.           Left = 8
  59.           Top = 56
  60.           Width = 80
  61.           Height = 13
  62.           Caption = 'Java Interpreter :'
  63.         end
  64.         object JavaCompilerPathEdit: TEdit
  65.           Left = 96
  66.           Top = 24
  67.           Width = 209
  68.           Height = 21
  69.           ImeName = '∩┐╜╤▒∩┐╜∩┐╜∩┐╜(∩┐╜╤▒∩┐╜)'
  70.           TabOrder = 0
  71.           Text = 'javac.exe'
  72.         end
  73.         object JavaCompilerPathBrowseButton: TButton
  74.           Left = 312
  75.           Top = 24
  76.           Width = 57
  77.           Height = 22
  78.           Caption = 'Browse...'
  79.           TabOrder = 1
  80.           OnClick = JavaCompilerPathBrowseButtonClick
  81.         end
  82.         object JavaInterpreterPathEdit: TEdit
  83.           Left = 96
  84.           Top = 56
  85.           Width = 209
  86.           Height = 21
  87.           ImeName = '∩┐╜╤▒∩┐╜∩┐╜∩┐╜(∩┐╜╤▒∩┐╜)'
  88.           TabOrder = 2
  89.           Text = 'java.exe'
  90.         end
  91.         object JavaInterpreterPathBrowseButton: TButton
  92.           Left = 312
  93.           Top = 56
  94.           Width = 57
  95.           Height = 22
  96.           Caption = 'Browse...'
  97.           TabOrder = 3
  98.           OnClick = JavaInterpreterPathBrowseButtonClick
  99.         end
  100.       end
  101.       object GenerateGroupBox: TGroupBox
  102.         Left = 8
  103.         Top = 104
  104.         Width = 377
  105.         Height = 73
  106.         Caption = 'Java Code Generate'
  107.         TabOrder = 1
  108.         object IndentationLabel: TLabel
  109.           Left = 200
  110.           Top = 24
  111.           Width = 59
  112.           Height = 13
  113.           Caption = 'Indentation :'
  114.         end
  115.         object IncludeImplementationCheckBox: TCheckBox
  116.           Left = 8
  117.           Top = 24
  118.           Width = 137
  119.           Height = 17
  120.           Caption = 'Include Implementation'
  121.           TabOrder = 0
  122.         end
  123.         object IncludeCommentCheckBox: TCheckBox
  124.           Left = 8
  125.           Top = 48
  126.           Width = 113
  127.           Height = 17
  128.           Caption = 'Include Comment'
  129.           TabOrder = 1
  130.         end
  131.         object IndentationSpinEdit: TSpinEdit
  132.           Left = 264
  133.           Top = 24
  134.           Width = 105
  135.           Height = 22
  136.           MaxValue = 0
  137.           MinValue = 0
  138.           TabOrder = 2
  139.           Value = 0
  140.         end
  141.       end
  142.       object EnvironmentCodeViewerGroupBox: TGroupBox
  143.         Left = 8
  144.         Top = 184
  145.         Width = 377
  146.         Height = 81
  147.         Caption = 'Code Viewer'
  148.         TabOrder = 2
  149.         object EnvironmentBrowserFontButton: TButton
  150.           Left = 200
  151.           Top = 16
  152.           Width = 89
  153.           Height = 25
  154.           Caption = 'Font...'
  155.           TabOrder = 0
  156.           OnClick = EnvironmentBrowserFontButtonClick
  157.         end
  158.         object EnvironmentBrowserColorButton: TButton
  159.           Left = 200
  160.           Top = 48
  161.           Width = 89
  162.           Height = 25
  163.           Caption = 'Color...'
  164.           TabOrder = 1
  165.           OnClick = EnvironmentBrowserColorButtonClick
  166.         end
  167.         object EnvironmentBrowserMemo: TMemo
  168.           Left = 8
  169.           Top = 16
  170.           Width = 185
  171.           Height = 57
  172.           Alignment = taCenter
  173.           Ctl3D = False
  174.           ImeName = '∩┐╜╤▒∩┐╜∩┐╜∩┐╜(∩┐╜╤▒∩┐╜)'
  175.           Lines.Strings = (
  176.             ''
  177.             'AaBbCc123')
  178.           ParentCtl3D = False
  179.           ReadOnly = True
  180.           TabOrder = 2
  181.         end
  182.       end
  183.     end
  184.     object DiagramSheet: TTabSheet
  185.       Caption = 'Diagram'
  186.       object DiagramFontGroupBox: TGroupBox
  187.         Left = 8
  188.         Top = 8
  189.         Width = 377
  190.         Height = 81
  191.         Caption = 'Font'
  192.         TabOrder = 0
  193.         object DiagramFontNameLabel: TLabel
  194.           Left = 8
  195.           Top = 16
  196.           Width = 55
  197.           Height = 13
  198.           Caption = 'Font Name:'
  199.         end
  200.         object DiagramFontSizeLabel: TLabel
  201.           Left = 8
  202.           Top = 48
  203.           Width = 47
  204.           Height = 13
  205.           Caption = 'Font Size:'
  206.         end
  207.         object DiagramFontNameComboBox: TComboBox
  208.           Left = 72
  209.           Top = 17
  210.           Width = 297
  211.           Height = 21
  212.           Style = csDropDownList
  213.           ImeName = '∩┐╜╤▒∩┐╜∩┐╜∩┐╜(∩┐╜╤▒∩┐╜)'
  214.           ItemHeight = 13
  215.           Sorted = True
  216.           TabOrder = 0
  217.         end
  218.         object DiagramFontSizeSpinEdit: TSpinEdit
  219.           Left = 72
  220.           Top = 48
  221.           Width = 105
  222.           Height = 22
  223.           MaxValue = 127
  224.           MinValue = 0
  225.           TabOrder = 1
  226.           Value = 10
  227.         end
  228.         object DiagramBoldCheckBox: TCheckBox
  229.           Left = 192
  230.           Top = 48
  231.           Width = 49
  232.           Height = 17
  233.           Caption = 'Bold'
  234.           TabOrder = 2
  235.         end
  236.         object DiagramItalicCheckBox: TCheckBox
  237.           Left = 280
  238.           Top = 48
  239.           Width = 49
  240.           Height = 17
  241.           Caption = 'Italic'
  242.           TabOrder = 3
  243.         end
  244.       end
  245.       object DiagramSizeGroupBox: TGroupBox
  246.         Left = 8
  247.         Top = 96
  248.         Width = 377
  249.         Height = 49
  250.         Caption = 'Size'
  251.         TabOrder = 1
  252.         object DiagramSizeWidthLabel: TLabel
  253.           Left = 8
  254.           Top = 24
  255.           Width = 34
  256.           Height = 13
  257.           Caption = 'Width :'
  258.         end
  259.         object DiagramSizeHeightLabel: TLabel
  260.           Left = 200
  261.           Top = 24
  262.           Width = 37
  263.           Height = 13
  264.           Caption = 'Height :'
  265.         end
  266.         object DiagramWidthSpinEdit: TSpinEdit
  267.           Left = 56
  268.           Top = 16
  269.           Width = 121
  270.           Height = 22
  271.           MaxValue = 0
  272.           MinValue = 0
  273.           TabOrder = 0
  274.           Value = 0
  275.         end
  276.         object DiagramHeightSpinEdit: TSpinEdit
  277.           Left = 248
  278.           Top = 16
  279.           Width = 121
  280.           Height = 22
  281.           MaxValue = 0
  282.           MinValue = 0
  283.           TabOrder = 1
  284.           Value = 0
  285.         end
  286.       end
  287.     end
  288.     object EditorSheet: TTabSheet
  289.       Caption = 'Editor'
  290.       object EditorGroupBox: TGroupBox
  291.         Left = 8
  292.         Top = 8
  293.         Width = 377
  294.         Height = 81
  295.         Caption = 'Editor'
  296.         TabOrder = 0
  297.         object EditorMemo: TMemo
  298.           Left = 8
  299.           Top = 16
  300.           Width = 185
  301.           Height = 57
  302.           Alignment = taCenter
  303.           Ctl3D = False
  304.           ImeName = '∩┐╜╤▒∩┐╜∩┐╜∩┐╜(∩┐╜╤▒∩┐╜)'
  305.           Lines.Strings = (
  306.             ''
  307.             'AaBbCc123')
  308.           ParentCtl3D = False
  309.           ReadOnly = True
  310.           TabOrder = 0
  311.         end
  312.         object EditorFontButton: TButton
  313.           Left = 200
  314.           Top = 16
  315.           Width = 89
  316.           Height = 25
  317.           Caption = 'Font...'
  318.           TabOrder = 1
  319.           OnClick = EditorFontButtonClick
  320.         end
  321.         object EditorColorButton: TButton
  322.           Left = 200
  323.           Top = 48
  324.           Width = 89
  325.           Height = 25
  326.           Caption = 'Color...'
  327.           TabOrder = 2
  328.           OnClick = EditorColorButtonClick
  329.         end
  330.       end
  331.     end
  332.   end
  333.   object ColorDialog: TColorDialog
  334.     Ctl3D = True
  335.     Left = 8
  336.     Top = 320
  337.   end
  338.   object FontDialog: TFontDialog
  339.     Font.Charset = DEFAULT_CHARSET
  340.     Font.Color = clWindowText
  341.     Font.Height = -11
  342.     Font.Name = 'MS Sans Serif'
  343.     Font.Style = []
  344.     MinFontSize = 0
  345.     MaxFontSize = 0
  346.     Left = 40
  347.     Top = 320
  348.   end
  349.   object OpenDialog: TOpenDialog
  350.     DefaultExt = 'exe'
  351.     FileName = 'javac.exe'
  352.     Filter = 'Java Compiler (*.exe)|*.exe'
  353.     Title = 'Java Compiler Path'
  354.     Left = 72
  355.     Top = 320
  356.   end
  357. end
  358.