home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Edukacja / BKPERLIB / PERLIB32.EXE / 0 / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt
Text File  |  1997-10-19  |  14KB  |  565 lines

  1. object frmOptions: TfrmOptions
  2.   Left = 278
  3.   Top = 179
  4.   HelpContext = 2
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsDialog
  9.   Caption = 'Options'
  10.   ClientHeight = 517
  11.   ClientWidth = 441
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   Position = poDefaultPosOnly
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object butOK: TButton
  23.     Left = 336
  24.     Top = 480
  25.     Width = 97
  26.     Height = 29
  27.     Caption = '&OK'
  28.     Default = True
  29.     TabOrder = 3
  30.     OnClick = ButtonClick
  31.   end
  32.   object butCancel: TButton
  33.     Left = 232
  34.     Top = 480
  35.     Width = 97
  36.     Height = 29
  37.     Cancel = True
  38.     Caption = '&Cancel'
  39.     TabOrder = 2
  40.     OnClick = ButtonClick
  41.   end
  42.   object butHelp: TButton
  43.     Left = 128
  44.     Top = 480
  45.     Width = 97
  46.     Height = 29
  47.     Cancel = True
  48.     Caption = '&Help'
  49.     TabOrder = 1
  50.     OnClick = ButtonClick
  51.   end
  52.   object PageControl: TPageControl
  53.     Left = 8
  54.     Top = 8
  55.     Width = 425
  56.     Height = 465
  57.     ActivePage = TabMain
  58.     TabOrder = 0
  59.     TabStop = False
  60.     OnChanging = PageControlChanging
  61.     object TabMain: TTabSheet
  62.       Caption = 'Main Window'
  63.       object grpBackColor: TRadioGroup
  64.         Left = 8
  65.         Top = 8
  66.         Width = 241
  67.         Height = 89
  68.         Caption = '&Background Colour'
  69.         ItemIndex = 0
  70.         Items.Strings = (
  71.           'Use the current &Windows setting'
  72.           'Use the &silver (grey) colour')
  73.         TabOrder = 0
  74.         OnClick = grpBackColorClick
  75.       end
  76.       object grpPreview: TGroupBox
  77.         Left = 256
  78.         Top = 8
  79.         Width = 153
  80.         Height = 89
  81.         Caption = 'Preview'
  82.         TabOrder = 1
  83.         object lblMetals: TLabel
  84.           Left = 11
  85.           Top = 14
  86.           Width = 40
  87.           Height = 16
  88.           AutoSize = False
  89.           Caption = 'Metals'
  90.           Font.Color = clBlack
  91.           Font.Height = -13
  92.           Font.Name = 'MS Sans Serif'
  93.           Font.Style = []
  94.           ParentFont = False
  95.           Transparent = True
  96.         end
  97.         object lblNonMetals: TLabel
  98.           Left = 11
  99.           Top = 30
  100.           Width = 65
  101.           Height = 16
  102.           AutoSize = False
  103.           Caption = 'Nonmetals'
  104.           Font.Color = clBlack
  105.           Font.Height = -13
  106.           Font.Name = 'MS Sans Serif'
  107.           Font.Style = []
  108.           ParentFont = False
  109.           Transparent = True
  110.         end
  111.         object lblSemimetals: TLabel
  112.           Left = 11
  113.           Top = 46
  114.           Width = 71
  115.           Height = 16
  116.           AutoSize = False
  117.           Caption = 'Semimetals'
  118.           Font.Color = clBlack
  119.           Font.Height = -13
  120.           Font.Name = 'MS Sans Serif'
  121.           Font.Style = []
  122.           ParentFont = False
  123.           Transparent = True
  124.         end
  125.         object lblGases: TLabel
  126.           Left = 97
  127.           Top = 46
  128.           Width = 40
  129.           Height = 16
  130.           AutoSize = False
  131.           Caption = 'Gases'
  132.           Font.Color = clBlack
  133.           Font.Height = -13
  134.           Font.Name = 'MS Sans Serif'
  135.           Font.Style = []
  136.           ParentFont = False
  137.           Transparent = True
  138.         end
  139.         object lblLiquids: TLabel
  140.           Left = 97
  141.           Top = 30
  142.           Width = 43
  143.           Height = 16
  144.           AutoSize = False
  145.           Caption = 'Liquids'
  146.           Font.Color = clBlack
  147.           Font.Height = -13
  148.           Font.Name = 'MS Sans Serif'
  149.           Font.Style = []
  150.           ParentFont = False
  151.           Transparent = True
  152.         end
  153.         object lblSolids: TLabel
  154.           Left = 97
  155.           Top = 14
  156.           Width = 38
  157.           Height = 16
  158.           AutoSize = False
  159.           Caption = 'Solids'
  160.           Font.Color = clBlack
  161.           Font.Height = -13
  162.           Font.Name = 'MS Sans Serif'
  163.           Font.Style = []
  164.           ParentFont = False
  165.           Transparent = True
  166.         end
  167.         object lblUndefined: TLabel
  168.           Left = 43
  169.           Top = 61
  170.           Width = 62
  171.           Height = 16
  172.           AutoSize = False
  173.           Caption = 'Undefined'
  174.           Font.Color = clBlack
  175.           Font.Height = -13
  176.           Font.Name = 'MS Sans Serif'
  177.           Font.Style = []
  178.           ParentFont = False
  179.           Transparent = True
  180.         end
  181.       end
  182.       object grpForeColor: TGroupBox
  183.         Left = 8
  184.         Top = 104
  185.         Width = 401
  186.         Height = 137
  187.         Caption = '&Click on one of the below to choose its colour'
  188.         TabOrder = 2
  189.         object butMetals: TButton
  190.           Left = 12
  191.           Top = 28
  192.           Width = 117
  193.           Height = 29
  194.           Caption = '&Metals'
  195.           TabOrder = 0
  196.           OnClick = ButtonClick
  197.         end
  198.         object butNonmetals: TButton
  199.           Left = 12
  200.           Top = 60
  201.           Width = 117
  202.           Height = 29
  203.           Caption = '&Nonmetals'
  204.           TabOrder = 1
  205.           OnClick = ButtonClick
  206.         end
  207.         object butSemimetals: TButton
  208.           Left = 12
  209.           Top = 92
  210.           Width = 117
  211.           Height = 29
  212.           Caption = 'S&emimetals'
  213.           TabOrder = 2
  214.           OnClick = ButtonClick
  215.         end
  216.         object butSolids: TButton
  217.           Left = 140
  218.           Top = 28
  219.           Width = 117
  220.           Height = 29
  221.           Caption = 'Sol&ids'
  222.           TabOrder = 3
  223.           OnClick = ButtonClick
  224.         end
  225.         object butLiquids: TButton
  226.           Left = 140
  227.           Top = 60
  228.           Width = 117
  229.           Height = 29
  230.           Caption = '&Liquids'
  231.           TabOrder = 4
  232.           OnClick = ButtonClick
  233.         end
  234.         object butGases: TButton
  235.           Left = 140
  236.           Top = 92
  237.           Width = 117
  238.           Height = 29
  239.           Caption = '&Gases'
  240.           TabOrder = 5
  241.           OnClick = ButtonClick
  242.         end
  243.         object butUndefined: TButton
  244.           Left = 268
  245.           Top = 60
  246.           Width = 117
  247.           Height = 29
  248.           Caption = '&Undefined'
  249.           TabOrder = 6
  250.           OnClick = ButtonClick
  251.         end
  252.       end
  253.       object GroupBox1: TGroupBox
  254.         Left = 8
  255.         Top = 248
  256.         Width = 401
  257.         Height = 177
  258.         Caption = 'Background Image'
  259.         TabOrder = 3
  260.         object Button1: TButton
  261.           Left = 16
  262.           Top = 128
  263.           Width = 81
  264.           Height = 28
  265.           Caption = '&Browse...'
  266.           TabOrder = 0
  267.           OnClick = Button1Click
  268.         end
  269.         object panImage: TPanel
  270.           Left = 112
  271.           Top = 24
  272.           Width = 273
  273.           Height = 137
  274.           BevelOuter = bvNone
  275.           BorderStyle = bsSingle
  276.           TabOrder = 1
  277.           object imgBackground: TImage
  278.             Left = 0
  279.             Top = 0
  280.             Width = 269
  281.             Height = 133
  282.             Align = alClient
  283.             Center = True
  284.           end
  285.         end
  286.       end
  287.     end
  288.     object TabInfo: TTabSheet
  289.       Caption = 'Element Info'
  290.       object WinBevel1: TWinBevel
  291.         Left = 29
  292.         Top = 109
  293.         Width = 349
  294.         Height = 37
  295.         WinBevel = True
  296.       end
  297.       object ElementName: TLabel
  298.         Left = 25
  299.         Top = 112
  300.         Width = 359
  301.         Height = 29
  302.         Alignment = taCenter
  303.         AutoSize = False
  304.         Caption = 'Hydrogen'
  305.         Font.Color = clWindowText
  306.         Font.Height = -23
  307.         Font.Name = 'MS Sans Serif'
  308.         Font.Style = [fsBold]
  309.         ParentFont = False
  310.         Transparent = True
  311.         OnClick = ElementClick
  312.       end
  313.       object Symbol: TLabel
  314.         Left = 36
  315.         Top = 112
  316.         Width = 49
  317.         Height = 29
  318.         AutoSize = False
  319.         Caption = 'H'
  320.         Font.Color = clRed
  321.         Font.Height = -23
  322.         Font.Name = 'MS Sans Serif'
  323.         Font.Style = [fsBold]
  324.         ParentFont = False
  325.         Transparent = True
  326.         OnClick = ElementClick
  327.       end
  328.       object Number: TLabel
  329.         Left = 321
  330.         Top = 112
  331.         Width = 50
  332.         Height = 29
  333.         Alignment = taRightJustify
  334.         AutoSize = False
  335.         Caption = '1'
  336.         Font.Color = clBlue
  337.         Font.Height = -23
  338.         Font.Name = 'MS Sans Serif'
  339.         Font.Style = [fsBold]
  340.         ParentFont = False
  341.         Transparent = True
  342.         OnClick = ElementClick
  343.       end
  344.       object Property1: TLabel
  345.         Left = 26
  346.         Top = 152
  347.         Width = 170
  348.         Height = 16
  349.         Alignment = taRightJustify
  350.         AutoSize = False
  351.         Caption = 'Atomic Weight:'
  352.         Font.Color = clNavy
  353.         Font.Height = -13
  354.         Font.Name = 'MS Sans Serif'
  355.         Font.Style = []
  356.         ParentFont = False
  357.         Transparent = True
  358.         OnClick = ElementClick
  359.       end
  360.       object Property2: TLabel
  361.         Left = 26
  362.         Top = 168
  363.         Width = 170
  364.         Height = 16
  365.         Alignment = taRightJustify
  366.         AutoSize = False
  367.         Caption = 'Oxidation States:'
  368.         Font.Color = clMaroon
  369.         Font.Height = -13
  370.         Font.Name = 'MS Sans Serif'
  371.         Font.Style = []
  372.         ParentFont = False
  373.         Transparent = True
  374.         OnClick = ElementClick
  375.       end
  376.       object Label3: TLabel
  377.         Left = 8
  378.         Top = 8
  379.         Width = 401
  380.         Height = 65
  381.         AutoSize = False
  382.         Caption = 
  383.           'Click on the desired section below (symbol, name, number, proper' +
  384.           'ty, value) to change its display colour in the Element Informati' +
  385.           'on window:'
  386.         OnClick = ElementClick
  387.       end
  388.       object Value1: TLabel
  389.         Left = 200
  390.         Top = 152
  391.         Width = 177
  392.         Height = 16
  393.         AutoSize = False
  394.         Caption = '1.00794 g/mol'
  395.         OnClick = ElementClick
  396.       end
  397.       object Value2: TLabel
  398.         Left = 200
  399.         Top = 168
  400.         Width = 177
  401.         Height = 16
  402.         AutoSize = False
  403.         Caption = '1'
  404.         OnClick = ElementClick
  405.       end
  406.       object chkUseDefault: TCheckBox
  407.         Left = 24
  408.         Top = 240
  409.         Width = 353
  410.         Height = 17
  411.         Caption = '&Use default colours'
  412.         State = cbChecked
  413.         TabOrder = 0
  414.         OnClick = chkUseDefaultClick
  415.       end
  416.     end
  417.     object TabGraph: TTabSheet
  418.       Caption = 'Graph Trends'
  419.       object Label1: TLabel
  420.         Left = 8
  421.         Top = 8
  422.         Width = 401
  423.         Height = 65
  424.         AutoSize = False
  425.         Caption = 
  426.           'Click on the desired section below (value, axis, plot, element p' +
  427.           'osition) to change its display colour in the Trends Graph window' +
  428.           ':'
  429.       end
  430.       object Background: TPanel
  431.         Left = 24
  432.         Top = 80
  433.         Width = 369
  434.         Height = 225
  435.         BevelOuter = bvNone
  436.         BorderStyle = bsSingle
  437.         Color = clWindow
  438.         TabOrder = 0
  439.         OnMouseUp = GraphClick
  440.         object Axis1: TShape
  441.           Left = 33
  442.           Top = 16
  443.           Width = 5
  444.           Height = 177
  445.           Pen.Color = clBlue
  446.           Pen.Width = 5
  447.           OnMouseUp = GraphClick
  448.         end
  449.         object Axis2: TShape
  450.           Left = 33
  451.           Top = 192
  452.           Width = 312
  453.           Height = 5
  454.           Pen.Color = clBlue
  455.           Pen.Width = 5
  456.           OnMouseUp = GraphClick
  457.         end
  458.         object AxVal2: TLabel
  459.           Left = 24
  460.           Top = 195
  461.           Width = 7
  462.           Height = 16
  463.           Caption = '0'
  464.           Font.Color = clRed
  465.           Font.Height = -13
  466.           Font.Name = 'MS Sans Serif'
  467.           Font.Style = []
  468.           ParentFont = False
  469.           OnMouseUp = GraphClick
  470.         end
  471.         object AxVal3: TLabel
  472.           Left = 336
  473.           Top = 200
  474.           Width = 21
  475.           Height = 16
  476.           Caption = '109'
  477.           Font.Color = clRed
  478.           Font.Height = -13
  479.           Font.Name = 'MS Sans Serif'
  480.           Font.Style = []
  481.           ParentFont = False
  482.           OnMouseUp = GraphClick
  483.         end
  484.         object AxVal1: TLabel
  485.           Left = 16
  486.           Top = 13
  487.           Width = 14
  488.           Height = 16
  489.           Caption = '42'
  490.           Font.Color = clRed
  491.           Font.Height = -13
  492.           Font.Name = 'MS Sans Serif'
  493.           Font.Style = []
  494.           ParentFont = False
  495.           OnMouseUp = GraphClick
  496.         end
  497.         object Plot: TShape
  498.           Left = 96
  499.           Top = 80
  500.           Width = 169
  501.           Height = 5
  502.           Pen.Color = clWindowText
  503.           Pen.Width = 5
  504.           OnMouseUp = GraphClick
  505.         end
  506.         object Element1: TShape
  507.           Left = 104
  508.           Top = 78
  509.           Width = 9
  510.           Height = 9
  511.           Brush.Color = clGreen
  512.           Pen.Color = clGreen
  513.           Pen.Width = 2
  514.           Shape = stCircle
  515.           OnMouseUp = GraphClick
  516.         end
  517.         object Element2: TShape
  518.           Left = 152
  519.           Top = 78
  520.           Width = 9
  521.           Height = 9
  522.           Brush.Color = clGreen
  523.           Pen.Color = clGreen
  524.           Pen.Width = 2
  525.           Shape = stCircle
  526.           OnMouseUp = GraphClick
  527.         end
  528.         object Element3: TShape
  529.           Left = 216
  530.           Top = 78
  531.           Width = 9
  532.           Height = 9
  533.           Brush.Color = clGreen
  534.           Pen.Color = clGreen
  535.           Pen.Width = 2
  536.           Shape = stCircle
  537.           OnMouseUp = GraphClick
  538.         end
  539.       end
  540.       object chkUseDefaultGraph: TCheckBox
  541.         Left = 24
  542.         Top = 344
  543.         Width = 353
  544.         Height = 17
  545.         Caption = '&Use default colours'
  546.         State = cbChecked
  547.         TabOrder = 1
  548.         OnClick = chkUseDefaultGraphClick
  549.       end
  550.     end
  551.   end
  552.   object sysColour: TColorDialog
  553.     Ctl3D = True
  554.     Left = 44
  555.     Top = 480
  556.   end
  557.   object sysOpen: TOpenDialog
  558.     DefaultExt = 'bmp'
  559.     FileEditStyle = fsEdit
  560.     Filter = 'Bitmap Files (*.bmp)|*.bmp|All Files (*.*)|*.*'
  561.     Left = 16
  562.     Top = 480
  563.   end
  564. end
  565.