home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / software / Vyzkuste / Painter / Painter17.exe / 0 / RCDATA / TGRAPHF / TGRAPHF.txt
Text File  |  1999-04-23  |  9KB  |  435 lines

  1. object GraphF: TGraphF
  2.   Left = 172
  3.   Top = 70
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Jans Graph '
  7.   ClientHeight = 409
  8.   ClientWidth = 477
  9.   Color = clMaroon
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Label2: TLabel
  22.     Left = 8
  23.     Top = 280
  24.     Width = 35
  25.     Height = 16
  26.     Caption = 'y=f(t)'
  27.     Color = clMaroon
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clYellow
  30.     Font.Height = -13
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentColor = False
  34.     ParentFont = False
  35.   end
  36.   object Label5: TLabel
  37.     Left = 8
  38.     Top = 312
  39.     Width = 34
  40.     Height = 16
  41.     Caption = 'x=f(t)'
  42.     Color = clMaroon
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clYellow
  45.     Font.Height = -13
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = [fsBold]
  48.     ParentColor = False
  49.     ParentFont = False
  50.   end
  51.   object Label19: TLabel
  52.     Left = 280
  53.     Top = 184
  54.     Width = 36
  55.     Height = 16
  56.     Caption = 'From'
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clYellow
  59.     Font.Height = -13
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.   end
  64.   object Label20: TLabel
  65.     Left = 280
  66.     Top = 216
  67.     Width = 20
  68.     Height = 16
  69.     Caption = 'To'
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clYellow
  72.     Font.Height = -13
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.   end
  77.   object Label21: TLabel
  78.     Left = 280
  79.     Top = 248
  80.     Width = 33
  81.     Height = 16
  82.     Caption = 'Step'
  83.     Font.Charset = DEFAULT_CHARSET
  84.     Font.Color = clYellow
  85.     Font.Height = -13
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = [fsBold]
  88.     ParentFont = False
  89.   end
  90.   object Image1: TImage
  91.     Left = 8
  92.     Top = 8
  93.     Width = 256
  94.     Height = 256
  95.   end
  96.   object Label1: TLabel
  97.     Left = 8
  98.     Top = 344
  99.     Width = 54
  100.     Height = 16
  101.     Caption = 'Presets'
  102.     Color = clMaroon
  103.     Font.Charset = DEFAULT_CHARSET
  104.     Font.Color = clYellow
  105.     Font.Height = -13
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = [fsBold]
  108.     ParentColor = False
  109.     ParentFont = False
  110.   end
  111.   object goCLS: TSpeedButton
  112.     Left = 320
  113.     Top = 376
  114.     Width = 65
  115.     Height = 22
  116.     Hint = 'Clear Graph'
  117.     Caption = 'Clear'
  118.     Flat = True
  119.     Font.Charset = DEFAULT_CHARSET
  120.     Font.Color = clYellow
  121.     Font.Height = -13
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = [fsBold]
  124.     ParentFont = False
  125.     ParentShowHint = False
  126.     ShowHint = True
  127.     OnClick = goCLSClick
  128.   end
  129.   object goGraph: TSpeedButton
  130.     Left = 392
  131.     Top = 376
  132.     Width = 65
  133.     Height = 22
  134.     Hint = 'Draw Graph'
  135.     Caption = 'Go'
  136.     Flat = True
  137.     Font.Charset = DEFAULT_CHARSET
  138.     Font.Color = clYellow
  139.     Font.Height = -13
  140.     Font.Name = 'MS Sans Serif'
  141.     Font.Style = [fsBold]
  142.     ParentFont = False
  143.     ParentShowHint = False
  144.     ShowHint = True
  145.     OnClick = goGraphClick
  146.   end
  147.   object goHelp: TSpeedButton
  148.     Left = 72
  149.     Top = 376
  150.     Width = 49
  151.     Height = 22
  152.     Caption = 'Help'
  153.     Flat = True
  154.     Font.Charset = DEFAULT_CHARSET
  155.     Font.Color = clYellow
  156.     Font.Height = -13
  157.     Font.Name = 'MS Sans Serif'
  158.     Font.Style = [fsBold]
  159.     ParentFont = False
  160.     OnClick = Contents1Click
  161.   end
  162.   object goSave: TSpeedButton
  163.     Left = 184
  164.     Top = 376
  165.     Width = 49
  166.     Height = 22
  167.     Hint = 'Save Graph as bmp, gif or jpg file.'
  168.     Caption = 'Save'
  169.     Flat = True
  170.     Font.Charset = DEFAULT_CHARSET
  171.     Font.Color = clYellow
  172.     Font.Height = -13
  173.     Font.Name = 'MS Sans Serif'
  174.     Font.Style = [fsBold]
  175.     ParentFont = False
  176.     ParentShowHint = False
  177.     ShowHint = True
  178.   end
  179.   object goAbout: TSpeedButton
  180.     Left = 128
  181.     Top = 376
  182.     Width = 49
  183.     Height = 22
  184.     Caption = 'About'
  185.     Flat = True
  186.     Font.Charset = DEFAULT_CHARSET
  187.     Font.Color = clYellow
  188.     Font.Height = -13
  189.     Font.Name = 'MS Sans Serif'
  190.     Font.Style = [fsBold]
  191.     ParentFont = False
  192.     OnClick = About1Click
  193.   end
  194.   object goCopy: TSpeedButton
  195.     Left = 240
  196.     Top = 376
  197.     Width = 49
  198.     Height = 22
  199.     Caption = 'Copy'
  200.     Flat = True
  201.     Font.Charset = DEFAULT_CHARSET
  202.     Font.Color = clYellow
  203.     Font.Height = -13
  204.     Font.Name = 'MS Sans Serif'
  205.     Font.Style = [fsBold]
  206.     ParentFont = False
  207.     OnClick = goCopyClick
  208.   end
  209.   object F1from: TEdit
  210.     Left = 320
  211.     Top = 184
  212.     Width = 49
  213.     Height = 24
  214.     BorderStyle = bsNone
  215.     TabOrder = 0
  216.     Text = '-1'
  217.   end
  218.   object F1to: TEdit
  219.     Left = 320
  220.     Top = 216
  221.     Width = 49
  222.     Height = 24
  223.     BorderStyle = bsNone
  224.     TabOrder = 1
  225.     Text = '1'
  226.   end
  227.   object F1step: TEdit
  228.     Left = 320
  229.     Top = 248
  230.     Width = 49
  231.     Height = 24
  232.     BorderStyle = bsNone
  233.     TabOrder = 2
  234.     Text = '0.1'
  235.   end
  236.   object penwidth: TListBox
  237.     Left = 288
  238.     Top = 8
  239.     Width = 25
  240.     Height = 97
  241.     Hint = 'Pen Width'
  242.     BorderStyle = bsNone
  243.     Color = clMaroon
  244.     Ctl3D = False
  245.     Font.Charset = DEFAULT_CHARSET
  246.     Font.Color = clYellow
  247.     Font.Height = -13
  248.     Font.Name = 'MS Sans Serif'
  249.     Font.Style = [fsBold]
  250.     ItemHeight = 16
  251.     Items.Strings = (
  252.       '1'
  253.       '2'
  254.       '3'
  255.       '4'
  256.       '5'
  257.       '6')
  258.     ParentCtl3D = False
  259.     ParentFont = False
  260.     ParentShowHint = False
  261.     ShowHint = True
  262.     TabOrder = 3
  263.     OnClick = penwidthClick
  264.   end
  265.   object ColorGrid1: TColorGrid
  266.     Left = 328
  267.     Top = 8
  268.     Width = 100
  269.     Height = 100
  270.     Hint = 'left-click Graph color'#13#10'right-click Back color'
  271.     BackgroundIndex = 15
  272.     ParentShowHint = False
  273.     ShowHint = True
  274.     TabOrder = 4
  275.     OnClick = ColorGrid1Click
  276.   end
  277.   object func1: TEdit
  278.     Left = 72
  279.     Top = 280
  280.     Width = 385
  281.     Height = 22
  282.     BorderStyle = bsNone
  283.     Ctl3D = False
  284.     ParentCtl3D = False
  285.     TabOrder = 5
  286.     OnKeyPress = func1KeyPress
  287.   end
  288.   object func2: TEdit
  289.     Left = 72
  290.     Top = 312
  291.     Width = 385
  292.     Height = 24
  293.     BorderStyle = bsNone
  294.     Ctl3D = False
  295.     ParentCtl3D = False
  296.     TabOrder = 6
  297.     OnKeyPress = func2KeyPress
  298.   end
  299.   object Presets: TComboBox
  300.     Left = 72
  301.     Top = 344
  302.     Width = 385
  303.     Height = 22
  304.     Hint = 'click-select'#13#10'right-click to add/delete'
  305.     Style = csOwnerDrawFixed
  306.     Color = 12639424
  307.     ItemHeight = 16
  308.     ParentShowHint = False
  309.     PopupMenu = presetspop
  310.     ShowHint = True
  311.     Sorted = True
  312.     TabOrder = 7
  313.     OnClick = PresetsClick
  314.     OnDrawItem = PresetsDrawItem
  315.   end
  316.   object graphtype: TRadioGroup
  317.     Left = 280
  318.     Top = 120
  319.     Width = 113
  320.     Height = 49
  321.     Caption = 'graphtype'
  322.     Columns = 2
  323.     Font.Charset = DEFAULT_CHARSET
  324.     Font.Color = clYellow
  325.     Font.Height = -13
  326.     Font.Name = 'MS Sans Serif'
  327.     Font.Style = []
  328.     ItemIndex = 0
  329.     Items.Strings = (
  330.       'y'
  331.       'x,y')
  332.     ParentFont = False
  333.     TabOrder = 8
  334.   end
  335.   object doAxis: TCheckBox
  336.     Left = 400
  337.     Top = 128
  338.     Width = 57
  339.     Height = 17
  340.     Caption = 'Axis'
  341.     Font.Charset = DEFAULT_CHARSET
  342.     Font.Color = clYellow
  343.     Font.Height = -13
  344.     Font.Name = 'MS Sans Serif'
  345.     Font.Style = []
  346.     ParentFont = False
  347.     TabOrder = 9
  348.   end
  349.   object Limits: TListBox
  350.     Left = 392
  351.     Top = 184
  352.     Width = 65
  353.     Height = 89
  354.     Hint = 'Preset Limits'
  355.     BorderStyle = bsNone
  356.     Color = clMaroon
  357.     Ctl3D = False
  358.     Font.Charset = DEFAULT_CHARSET
  359.     Font.Color = clYellow
  360.     Font.Height = -13
  361.     Font.Name = 'Symbol'
  362.     Font.Style = [fsBold]
  363.     ItemHeight = 16
  364.     Items.Strings = (
  365.       '0..2p'
  366.       '-p..+p'
  367.       '-10..+10'
  368.       '0..10')
  369.     ParentCtl3D = False
  370.     ParentFont = False
  371.     ParentShowHint = False
  372.     ShowHint = True
  373.     TabOrder = 10
  374.     OnClick = LimitsClick
  375.   end
  376.   object doft: TCheckBox
  377.     Left = 400
  378.     Top = 152
  379.     Width = 57
  380.     Height = 17
  381.     Caption = 'f(t)'
  382.     Font.Charset = DEFAULT_CHARSET
  383.     Font.Color = clYellow
  384.     Font.Height = -13
  385.     Font.Name = 'MS Sans Serif'
  386.     Font.Style = []
  387.     ParentFont = False
  388.     TabOrder = 11
  389.   end
  390.   object Parser1: TParser
  391.     OnParserError = Parser1ParserError
  392.     Left = 208
  393.     Top = 88
  394.   end
  395.   object Parser2: TParser
  396.     Left = 224
  397.     Top = 136
  398.   end
  399.   object SaveDialog1: TSaveDialog
  400.     DefaultExt = 'gif'
  401.     Filter = 'GIF, BMP or JPG Files|*.gif;*.bmp;*.jpg;*.jpeg'
  402.     Left = 128
  403.     Top = 88
  404.   end
  405.   object MSOfficeCaption1: TMSOfficeCaption
  406.     AppNameText.Caption = 'Graph'
  407.     AppNameText.FontKind = fkSystemB
  408.     AppNameText.Visible = True
  409.     CaptionText.FontKind = fkSystem
  410.     CaptionText.Visible = True
  411.     CompanyText.Caption = 'Jans'
  412.     CompanyText.FontKind = fkSystemBI
  413.     CompanyText.Visible = True
  414.     Left = 144
  415.     Top = 176
  416.   end
  417.   object presetspop: TPopupMenu
  418.     Left = 168
  419.     Top = 344
  420.     object Add1: TMenuItem
  421.       Caption = '&Add'
  422.       OnClick = Add1Click
  423.     end
  424.     object Delete1: TMenuItem
  425.       Caption = '&Delete'
  426.       OnClick = Delete1Click
  427.     end
  428.   end
  429.   object pw: TjansPasswordDialog
  430.     Password = '1022am'
  431.     Left = 72
  432.     Top = 232
  433.   end
  434. end
  435.