home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / Iavadraw.exe / 0 / RCDATA / TSETDIRS / TSETDIRS.txt < prev   
Text File  |  1996-12-20  |  11KB  |  370 lines

  1. object SetDirs: TSetDirs
  2.   Left = 220
  3.   Top = 273
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options | Directories'
  6.   ClientHeight = 316
  7.   ClientWidth = 506
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Bevel1: TBevel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 487
  21.     Height = 259
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 24
  27.     Top = 24
  28.     Width = 282
  29.     Height = 16
  30.     Caption = 'Location of Java Developer Kit  (e.g.: C:\JDK1.1)'
  31.     Font.Color = clBlack
  32.     Font.Height = -13
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.   end
  37.   object Label3: TLabel
  38.     Left = 24
  39.     Top = 120
  40.     Width = 304
  41.     Height = 16
  42.     Caption = 'Location of OUTPUT directory (compiled Javafiles)'
  43.     Font.Color = clBlack
  44.     Font.Height = -13
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.   end
  49.   object Label4: TLabel
  50.     Left = 24
  51.     Top = 168
  52.     Width = 342
  53.     Height = 16
  54.     Caption = 'Location of www browser (e.g. C:\Netscape\netscape.exe)'
  55.     Font.Color = clBlack
  56.     Font.Height = -13
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.   end
  61.   object Label5: TLabel
  62.     Left = 24
  63.     Top = 216
  64.     Width = 340
  65.     Height = 16
  66.     Caption = 'Location of Bill Bercik'#39's Information Portafilter (e.g. C:\Port)'
  67.     Font.Color = clBlack
  68.     Font.Height = -13
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ParentFont = False
  72.   end
  73.   object Label6: TLabel
  74.     Left = 12
  75.     Top = 280
  76.     Width = 239
  77.     Height = 13
  78.     Caption = 'Note: Don'#39't set directories with spaces in.'
  79.     Font.Color = clBlack
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = [fsBold]
  83.     ParentFont = False
  84.   end
  85.   object Label7: TLabel
  86.     Left = 48
  87.     Top = 296
  88.     Width = 122
  89.     Height = 13
  90.     Caption = 'e.g.: C:\Program files'
  91.     Font.Color = clBlack
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = [fsBold]
  95.     ParentFont = False
  96.   end
  97.   object Label8: TLabel
  98.     Left = 24
  99.     Top = 72
  100.     Width = 328
  101.     Height = 16
  102.     Caption = 'Location of Bean Developer Kit (e.g.:C:\JDK1.1\BEANS)'
  103.     Font.Color = clBlack
  104.     Font.Height = -15
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = []
  107.     ParentFont = False
  108.   end
  109.   object Edit1: TEdit
  110.     Left = 24
  111.     Top = 40
  112.     Width = 369
  113.     Height = 24
  114.     CharCase = ecUpperCase
  115.     Font.Color = clBlack
  116.     Font.Height = -13
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = []
  119.     ParentFont = False
  120.     TabOrder = 0
  121.     Text = 'C:\JAVA\JDK1.1'
  122.   end
  123.   object Edit3: TEdit
  124.     Left = 24
  125.     Top = 136
  126.     Width = 369
  127.     Height = 24
  128.     CharCase = ecUpperCase
  129.     Font.Color = clBlack
  130.     Font.Height = -13
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ParentFont = False
  134.     TabOrder = 1
  135.     Text = 'C:\OUTPUT'
  136.   end
  137.   object Edit4: TEdit
  138.     Left = 24
  139.     Top = 184
  140.     Width = 369
  141.     Height = 24
  142.     CharCase = ecUpperCase
  143.     Font.Color = clBlack
  144.     Font.Height = -13
  145.     Font.Name = 'MS Sans Serif'
  146.     Font.Style = []
  147.     ParentFont = False
  148.     TabOrder = 2
  149.     Text = 'C:\NETSCAPE\NETSCAPE.EXE'
  150.   end
  151.   object Edit5: TEdit
  152.     Left = 24
  153.     Top = 232
  154.     Width = 369
  155.     Height = 24
  156.     CharCase = ecUpperCase
  157.     Font.Color = clBlack
  158.     Font.Height = -13
  159.     Font.Name = 'MS Sans Serif'
  160.     Font.Style = []
  161.     ParentFont = False
  162.     TabOrder = 3
  163.     Text = 'C:\PORTAFILTER'
  164.   end
  165.   object BitBtn1: TBitBtn
  166.     Left = 400
  167.     Top = 40
  168.     Width = 81
  169.     Height = 25
  170.     Caption = 'Browse'
  171.     Font.Color = clBlack
  172.     Font.Height = -13
  173.     Font.Name = 'MS Sans Serif'
  174.     Font.Style = []
  175.     ParentFont = False
  176.     TabOrder = 4
  177.     OnClick = BitBtn1Click
  178.     Glyph.Data = {
  179.       78010000424D7801000000000000760000002800000020000000100000000100
  180.       04000000000000000000120B0000120B00000000000000000000000000000000
  181.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  182.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  183.       5555555555555555555555555555555555555555555555555555555555555555
  184.       55555555FFFFFFFFFF5555500000000005555557777777777F55550BFBFBFBFB
  185.       0555557F555555557F55550FBFBFBFBF0555557F555555557F55550BFBFBFBFB
  186.       0555557F555555557F55550FBFBFBFBF0555557F555555557F55550BFBFBFBFB
  187.       0555557F555555557F55550FBFBFBFBF0555557FFFFFFFFF7555550000000000
  188.       555555777777777755555550FBFB0555555555575FFF75555555555700007555
  189.       5555555577775555555555555555555555555555555555555555555555555555
  190.       55555555555555555555555555555555555555555555555555550000}
  191.     NumGlyphs = 2
  192.   end
  193.   object BitBtn3: TBitBtn
  194.     Left = 400
  195.     Top = 136
  196.     Width = 81
  197.     Height = 25
  198.     Caption = 'Browse'
  199.     Font.Color = clBlack
  200.     Font.Height = -13
  201.     Font.Name = 'MS Sans Serif'
  202.     Font.Style = []
  203.     ParentFont = False
  204.     TabOrder = 5
  205.     OnClick = BitBtn3Click
  206.     Glyph.Data = {
  207.       78010000424D7801000000000000760000002800000020000000100000000100
  208.       04000000000000000000120B0000120B00000000000000000000000000000000
  209.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  210.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  211.       5555555555555555555555555555555555555555555555555555555555555555
  212.       55555555FFFFFFFFFF5555500000000005555557777777777F55550BFBFBFBFB
  213.       0555557F555555557F55550FBFBFBFBF0555557F555555557F55550BFBFBFBFB
  214.       0555557F555555557F55550FBFBFBFBF0555557F555555557F55550BFBFBFBFB
  215.       0555557F555555557F55550FBFBFBFBF0555557FFFFFFFFF7555550000000000
  216.       555555777777777755555550FBFB0555555555575FFF75555555555700007555
  217.       5555555577775555555555555555555555555555555555555555555555555555
  218.       55555555555555555555555555555555555555555555555555550000}
  219.     NumGlyphs = 2
  220.   end
  221.   object BitBtn4: TBitBtn
  222.     Left = 400
  223.     Top = 184
  224.     Width = 81
  225.     Height = 25
  226.     Caption = 'Browse'
  227.     Font.Color = clBlack
  228.     Font.Height = -13
  229.     Font.Name = 'MS Sans Serif'
  230.     Font.Style = []
  231.     ParentFont = False
  232.     TabOrder = 6
  233.     OnClick = BitBtn4Click
  234.     Glyph.Data = {
  235.       78010000424D7801000000000000760000002800000020000000100000000100
  236.       04000000000000000000120B0000120B00000000000000000000000000000000
  237.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  238.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  239.       555555FFFFFFFFFF55555000000000055555577777777775FFFF00B8B8B8B8B0
  240.       0000775F5555555777770B0B8B8B8B8B0FF07F75F555555575F70FB0B8B8B8B8
  241.       B0F07F575FFFFFFFF7F70BFB0000000000F07F557777777777570FBFBF0FFFFF
  242.       FFF07F55557F5FFFFFF70BFBFB0F000000F07F55557F777777570FBFBF0FFFFF
  243.       FFF075F5557F5FFFFFF750FBFB0F000000F0575FFF7F777777575700000FFFFF
  244.       FFF05577777F5FF55FF75555550F00FF00005555557F775577775555550FFFFF
  245.       0F055555557F55557F755555550FFFFF00555555557FFFFF7755555555000000
  246.       05555555557777777555555555555555555555555555555555550000}
  247.     NumGlyphs = 2
  248.   end
  249.   object BitBtn5: TBitBtn
  250.     Left = 400
  251.     Top = 232
  252.     Width = 81
  253.     Height = 25
  254.     Caption = 'Browse'
  255.     Font.Color = clBlack
  256.     Font.Height = -13
  257.     Font.Name = 'MS Sans Serif'
  258.     Font.Style = []
  259.     ParentFont = False
  260.     TabOrder = 7
  261.     OnClick = BitBtn5Click
  262.     Glyph.Data = {
  263.       78010000424D7801000000000000760000002800000020000000100000000100
  264.       04000000000000000000120B0000120B00000000000000000000000000000000
  265.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  266.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  267.       5555555555555555555555555555555555555555555555555555555555555555
  268.       55555555FFFFFFFFFF5555500000000005555557777777777F55550BFBFBFBFB
  269.       0555557F555555557F55550FBFBFBFBF0555557F555555557F55550BFBFBFBFB
  270.       0555557F555555557F55550FBFBFBFBF0555557F555555557F55550BFBFBFBFB
  271.       0555557F555555557F55550FBFBFBFBF0555557FFFFFFFFF7555550000000000
  272.       555555777777777755555550FBFB0555555555575FFF75555555555700007555
  273.       5555555577775555555555555555555555555555555555555555555555555555
  274.       55555555555555555555555555555555555555555555555555550000}
  275.     NumGlyphs = 2
  276.   end
  277.   object Button1: TButton
  278.     Left = 340
  279.     Top = 284
  280.     Width = 75
  281.     Height = 25
  282.     Caption = '&Cancel'
  283.     Font.Color = clBlack
  284.     Font.Height = -15
  285.     Font.Name = 'MS Sans Serif'
  286.     Font.Style = []
  287.     ModalResult = 2
  288.     ParentFont = False
  289.     TabOrder = 8
  290.   end
  291.   object Button2: TButton
  292.     Left = 260
  293.     Top = 284
  294.     Width = 75
  295.     Height = 25
  296.     Caption = '&Ok'
  297.     Font.Color = clBlack
  298.     Font.Height = -15
  299.     Font.Name = 'MS Sans Serif'
  300.     Font.Style = []
  301.     ParentFont = False
  302.     TabOrder = 9
  303.     OnClick = OKBtnClick
  304.   end
  305.   object Button3: TButton
  306.     Left = 424
  307.     Top = 284
  308.     Width = 75
  309.     Height = 25
  310.     Caption = '&Help'
  311.     Font.Color = clBlack
  312.     Font.Height = -15
  313.     Font.Name = 'MS Sans Serif'
  314.     Font.Style = []
  315.     ParentFont = False
  316.     TabOrder = 10
  317.     OnClick = Button3Click
  318.   end
  319.   object Edit6: TEdit
  320.     Left = 24
  321.     Top = 88
  322.     Width = 369
  323.     Height = 24
  324.     CharCase = ecUpperCase
  325.     Font.Color = clBlack
  326.     Font.Height = -15
  327.     Font.Name = 'MS Sans Serif'
  328.     Font.Style = []
  329.     ParentFont = False
  330.     TabOrder = 11
  331.     Text = 'C:\JAVA\JDK1.1\BEANS'
  332.   end
  333.   object BitBtn6: TBitBtn
  334.     Left = 400
  335.     Top = 88
  336.     Width = 81
  337.     Height = 25
  338.     Caption = 'Browse'
  339.     Font.Color = clBlack
  340.     Font.Height = -13
  341.     Font.Name = 'MS Sans Serif'
  342.     Font.Style = []
  343.     ParentFont = False
  344.     TabOrder = 12
  345.     OnClick = BitBtn6Click
  346.     Glyph.Data = {
  347.       78010000424D7801000000000000760000002800000020000000100000000100
  348.       04000000000000000000120B0000120B00000000000000000000000000000000
  349.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  350.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  351.       5555555555555555555555555555555555555555555555555555555555555555
  352.       55555555FFFFFFFFFF5555500000000005555557777777777F55550BFBFBFBFB
  353.       0555557F555555557F55550FBFBFBFBF0555557F555555557F55550BFBFBFBFB
  354.       0555557F555555557F55550FBFBFBFBF0555557F555555557F55550BFBFBFBFB
  355.       0555557F555555557F55550FBFBFBFBF0555557FFFFFFFFF7555550000000000
  356.       555555777777777755555550FBFB0555555555575FFF75555555555700007555
  357.       5555555577775555555555555555555555555555555555555555555555555555
  358.       55555555555555555555555555555555555555555555555555550000}
  359.     NumGlyphs = 2
  360.   end
  361.   object OpenDialog1: TOpenDialog
  362.     FileEditStyle = fsEdit
  363.     Filter = 
  364.       'Executable (*.exe;*.com;*.bat)|*.EXE; *.COM; *.BAT|All files (*.' +
  365.       '*)|*.*'
  366.     Left = 456
  367.     Top = 4
  368.   end
  369. end
  370.