home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / vulcan / vconv97.exe / 0 / RCDATA / TFRMCONV / TFRMCONV.txt < prev   
Text File  |  1997-01-16  |  10KB  |  390 lines

  1. object frmConv: TfrmConv
  2.   Tag = 8
  3.   Left = 10
  4.   Top = 92
  5.   Width = 578
  6.   Height = 379
  7.   HorzScrollBar.Visible = False
  8.   VertScrollBar.Visible = False
  9.   ActiveControl = txtValue
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   Menu = mnuMain
  17.   Position = poDefault
  18.   ShowHint = True
  19.   Visible = True
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnKeyDown = FormKeyDown
  23.   OnKeyPress = FormKeyPress
  24.   OnMouseUp = FormMouseUp
  25.   OnResize = FormResize
  26.   OnShow = FormShow
  27.   PixelsPerInch = 96
  28.   TextHeight = 13
  29.   object tabMain: TTabControl
  30.     Left = 9
  31.     Top = 6
  32.     Width = 550
  33.     Height = 316
  34.     MultiLine = True
  35.     TabIndex = 0
  36.     TabOrder = 0
  37.     Tabs.Strings = (
  38.       'Length'
  39.       'Area'
  40.       'Volume'
  41.       'Time'
  42.       'Mass'
  43.       'Liquid'
  44.       'Pressure'
  45.       'Power'
  46.       'Energy'
  47.       'Force'
  48.       'Density'
  49.       'Velocity'
  50.       'Acceleration'
  51.       'Temperature'
  52.       'SI Prefixes')
  53.     OnChange = tabMainChange
  54.     object panMain: TPanel
  55.       Left = 4
  56.       Top = 42
  57.       Width = 257
  58.       Height = 139
  59.       BevelOuter = bvNone
  60.       BevelWidth = 2
  61.       ParentColor = True
  62.       TabOrder = 0
  63.       object lblDimension: TLabel
  64.         Left = 13
  65.         Top = 38
  66.         Width = 49
  67.         Height = 13
  68.         Alignment = taRightJustify
  69.         Caption = '&Dimension'
  70.         FocusControl = cboDimension
  71.         Transparent = True
  72.         OnClick = labelClick
  73.       end
  74.       object lblValue: TLabel
  75.         Left = 37
  76.         Top = 14
  77.         Width = 27
  78.         Height = 13
  79.         Alignment = taRightJustify
  80.         Caption = '&Value'
  81.         FocusControl = txtValue
  82.         Transparent = True
  83.         OnClick = labelClick
  84.       end
  85.       object sgrMeas: TStringGrid
  86.         Left = 7
  87.         Top = 71
  88.         Width = 240
  89.         Height = 57
  90.         ColCount = 2
  91.         DefaultColWidth = 303
  92.         DefaultDrawing = False
  93.         FixedCols = 0
  94.         RowCount = 1
  95.         FixedRows = 0
  96.         Font.Color = clWindowText
  97.         Font.Height = -12
  98.         Font.Name = 'MS Sans Serif'
  99.         Font.Style = []
  100.         Options = [goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goRowSelect, goThumbTracking]
  101.         ParentFont = False
  102.         ScrollBars = ssVertical
  103.         TabOrder = 2
  104.         OnDrawCell = sgrMeasDrawCell
  105.       end
  106.       object cboDimension: TComboBox
  107.         Left = 71
  108.         Top = 37
  109.         Width = 150
  110.         Height = 21
  111.         Style = csDropDownList
  112.         DropDownCount = 20
  113.         ItemHeight = 13
  114.         TabOrder = 1
  115.         OnClick = cboDimensionClick
  116.       end
  117.       object txtValue: TEdit
  118.         Left = 71
  119.         Top = 12
  120.         Width = 150
  121.         Height = 21
  122.         MaxLength = 30
  123.         TabOrder = 0
  124.         OnChange = txtValueChange
  125.       end
  126.     end
  127.   end
  128.   object mnuMain: TMainMenu
  129.     Left = 3
  130.     object mnuFile: TMenuItem
  131.       Caption = '&File'
  132.       ShortCut = 0
  133.       OnClick = mnuFileClick
  134.       object mnuSaveAsText: TMenuItem
  135.         Caption = 'Save As &Text'
  136.         ShortCut = 0
  137.         OnClick = mnuFileClick
  138.       end
  139.       object mnuSaveAsBitmap: TMenuItem
  140.         Caption = 'Save As &Bitmap'
  141.         ShortCut = 0
  142.         OnClick = mnuFileClick
  143.       end
  144.       object N2: TMenuItem
  145.         Caption = '-'
  146.         ShortCut = 0
  147.       end
  148.       object mnuPrint: TMenuItem
  149.         Caption = 'P&rint'
  150.         ShortCut = 0
  151.         OnClick = mnuFileClick
  152.       end
  153.       object N4: TMenuItem
  154.         Caption = '-'
  155.         ShortCut = 0
  156.       end
  157.       object mnuSetAsWallpaperTiled: TMenuItem
  158.         Caption = 'Set As &Wallpaper (Tiled)'
  159.         ShortCut = 0
  160.         OnClick = mnuFileClick
  161.       end
  162.       object mnuSetAsWallpaperCentered: TMenuItem
  163.         Caption = 'Set As Wa&llpaper (Centered)'
  164.         ShortCut = 0
  165.         OnClick = mnuFileClick
  166.       end
  167.       object N5: TMenuItem
  168.         Caption = '-'
  169.         ShortCut = 0
  170.       end
  171.       object mnuExit: TMenuItem
  172.         Caption = 'E&xit'
  173.         ShortCut = 0
  174.         OnClick = mnuFileClick
  175.       end
  176.     end
  177.     object mnuEdit: TMenuItem
  178.       Caption = '&Edit'
  179.       ShortCut = 0
  180.       OnClick = mnuEditClick
  181.       object mnuCut: TMenuItem
  182.         Caption = 'Cu&t'
  183.         ShortCut = 16472
  184.         OnClick = mnuEditClick
  185.       end
  186.       object mnuCopy: TMenuItem
  187.         Caption = '&Copy'
  188.         ShortCut = 16451
  189.         OnClick = mnuEditClick
  190.       end
  191.       object mnuPaste: TMenuItem
  192.         Caption = '&Paste'
  193.         ShortCut = 16470
  194.         OnClick = mnuEditClick
  195.       end
  196.       object N8: TMenuItem
  197.         Caption = '-'
  198.         ShortCut = 0
  199.       end
  200.       object mnuSelectAll: TMenuItem
  201.         Caption = 'Select &All'
  202.         ShortCut = 0
  203.         OnClick = mnuEditClick
  204.       end
  205.     end
  206.     object mnuSetup: TMenuItem
  207.       Caption = '&Setup'
  208.       ShortCut = 0
  209.       object mnuHorGridlines: TMenuItem
  210.         Caption = '&Horizontal Gridlines'
  211.         ShortCut = 0
  212.         OnClick = setupChanged
  213.       end
  214.       object mnuVerGridlines: TMenuItem
  215.         Caption = '&Vertical Gridlines'
  216.         ShortCut = 0
  217.         OnClick = setupChanged
  218.       end
  219.       object mnuStretched: TMenuItem
  220.         Caption = '&Stretch Cells Vertically'
  221.         ShortCut = 0
  222.         OnClick = setupChanged
  223.       end
  224.       object mnuHideAbout: TMenuItem
  225.         Caption = 'Hide &About Window on Startup'
  226.         ShortCut = 0
  227.         OnClick = setupChanged
  228.       end
  229.       object N3: TMenuItem
  230.         Caption = '-'
  231.         ShortCut = 0
  232.       end
  233.       object mnuPrecision: TMenuItem
  234.         Caption = '&Precision'
  235.         ShortCut = 0
  236.         object mnuScientific: TMenuItem
  237.           Caption = '&Scientific'
  238.           ShortCut = 0
  239.           OnClick = setupChanged
  240.         end
  241.         object mnu0Dec: TMenuItem
  242.           Caption = '&Integers Only'
  243.           ShortCut = 0
  244.           OnClick = setupChanged
  245.         end
  246.         object mnu1Dec: TMenuItem
  247.           Caption = '&1 Decimal'
  248.           ShortCut = 0
  249.           OnClick = setupChanged
  250.         end
  251.         object mnu2Dec: TMenuItem
  252.           Caption = '&2 Decimals'
  253.           ShortCut = 0
  254.           OnClick = setupChanged
  255.         end
  256.         object mnu3Dec: TMenuItem
  257.           Caption = '&3 Decimals'
  258.           ShortCut = 0
  259.           OnClick = setupChanged
  260.         end
  261.         object mnu4Dec: TMenuItem
  262.           Caption = '&4 Decimals'
  263.           ShortCut = 0
  264.           OnClick = setupChanged
  265.         end
  266.         object mnu5Dec: TMenuItem
  267.           Caption = '&5 Decimals'
  268.           ShortCut = 0
  269.           OnClick = setupChanged
  270.         end
  271.         object mnu6Dec: TMenuItem
  272.           Caption = '&6 Decimals'
  273.           ShortCut = 0
  274.           OnClick = setupChanged
  275.         end
  276.         object mnu7Dec: TMenuItem
  277.           Caption = '&7 Decimals'
  278.           ShortCut = 0
  279.           OnClick = setupChanged
  280.         end
  281.         object mnu8Dec: TMenuItem
  282.           Caption = '&8 Decimals'
  283.           ShortCut = 0
  284.           OnClick = setupChanged
  285.         end
  286.         object mnu9Dec: TMenuItem
  287.           Caption = '&9 Decimals'
  288.           ShortCut = 0
  289.           OnClick = setupChanged
  290.         end
  291.         object mnu10Dec: TMenuItem
  292.           Caption = '10 Decimals'
  293.           ShortCut = 0
  294.           OnClick = setupChanged
  295.         end
  296.         object mnu11Dec: TMenuItem
  297.           Caption = '11 Decimals'
  298.           ShortCut = 0
  299.           OnClick = setupChanged
  300.         end
  301.         object mnu12Dec: TMenuItem
  302.           Caption = '12 Decimals'
  303.           ShortCut = 0
  304.           OnClick = setupChanged
  305.         end
  306.         object mnu13Dec: TMenuItem
  307.           Caption = '13 Decimals'
  308.           ShortCut = 0
  309.           OnClick = setupChanged
  310.         end
  311.       end
  312.       object N7: TMenuItem
  313.         Caption = '-'
  314.         ShortCut = 0
  315.       end
  316.       object mnuFont: TMenuItem
  317.         Caption = '&Font ...'
  318.         ShortCut = 0
  319.         OnClick = setupChanged
  320.       end
  321.     end
  322.     object mnuRegister: TMenuItem
  323.       Caption = '&Register'
  324.       ShortCut = 0
  325.       object mnuRegistrationForm: TMenuItem
  326.         Caption = '&Registration Guide'
  327.         ShortCut = 0
  328.         OnClick = mnuRegistrationFormClick
  329.       end
  330.       object mnuRegCode: TMenuItem
  331.         Caption = '&Enter Registration Code'
  332.         ShortCut = 0
  333.         OnClick = mnuRegCodeClick
  334.       end
  335.       object mnuExtendTrial: TMenuItem
  336.         Caption = 'Extend &Trial Period'
  337.         ShortCut = 0
  338.         Visible = False
  339.         OnClick = mnuExtendTrialClick
  340.       end
  341.     end
  342.     object mnuHelp: TMenuItem
  343.       Caption = '&Help'
  344.       ShortCut = 0
  345.       object mnuHelpContents: TMenuItem
  346.         Caption = '&Help'
  347.         ShortCut = 112
  348.         OnClick = mnuHelpContentsClick
  349.       end
  350.       object N6: TMenuItem
  351.         Caption = '-'
  352.         ShortCut = 0
  353.       end
  354.       object mnuCopyProgram: TMenuItem
  355.         Caption = '&Copy Program for a Friend'
  356.         ShortCut = 0
  357.         OnClick = mnuCopyProgramClick
  358.       end
  359.       object N1: TMenuItem
  360.         Caption = '-'
  361.         ShortCut = 0
  362.       end
  363.       object mnuProducts: TMenuItem
  364.         Caption = '&Latest VulcanSoft Products'
  365.         ShortCut = 0
  366.         OnClick = mnuProductsClick
  367.       end
  368.       object mnuAbout: TMenuItem
  369.         Caption = '&About'
  370.         ShortCut = 0
  371.         OnClick = mnuAboutClick
  372.       end
  373.     end
  374.   end
  375.   object dlgSave: TSaveDialog
  376.     FileEditStyle = fsEdit
  377.     Options = [ofOverwritePrompt, ofHideReadOnly, ofExtensionDifferent, ofPathMustExist, ofNoTestFileCreate]
  378.     Left = 33
  379.   end
  380.   object dlgFont: TFontDialog
  381.     Font.Color = clWindowText
  382.     Font.Height = -11
  383.     Font.Name = 'MS Sans Serif'
  384.     Font.Style = []
  385.     MinFontSize = 0
  386.     MaxFontSize = 0
  387.     Left = 63
  388.   end
  389. end
  390.