object frmGraphSettings: TfrmGraphSettings Left = 109 Top = 60 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Graph Settings' ClientHeight = 304 ClientWidth = 438 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow DesignSize = ( 438 304) PixelsPerInch = 96 TextHeight = 13 object lblMinGraphHeight: TLabel Left = 311 Top = 60 Width = 110 Height = 13 Caption = 'Minimum Graph Height:' ParentShowHint = False ShowHint = False end object lblMaxGraphs: TLabel Left = 311 Top = 4 Width = 108 Height = 13 Caption = 'Max Graphs in Display:' ParentShowHint = False ShowHint = False end object lblOptions: TLabel Left = 179 Top = 4 Width = 39 Height = 13 Caption = 'Options:' ParentShowHint = False ShowHint = False end object bvlBase: TBevel Left = 13 Top = 271 Width = 412 Height = 2 end object lblSources: TLabel Left = 16 Top = 4 Width = 91 Height = 13 Caption = 'Sources Displayed:' ParentShowHint = False ShowHint = False end object lblConversions: TLabel Left = 311 Top = 162 Width = 46 Height = 13 Caption = 'Functions' ParentShowHint = False ShowHint = False end object lblMaxSelect: TLabel Left = 311 Top = 115 Width = 96 Height = 13 Caption = 'Max Items to Select:' ParentShowHint = False ShowHint = False WordWrap = True end object lblShow: TLabel Left = 196 Top = 217 Width = 72 Height = 13 Alignment = taRightJustify Caption = 'Show Defaults:' ParentShowHint = False ShowHint = False end object lblSave: TLabel Left = 189 Top = 249 Width = 79 Height = 13 Alignment = taRightJustify Caption = 'Save as Default:' ParentShowHint = False ShowHint = False end object bvlDefaults: TBevel Left = 176 Top = 205 Width = 248 Height = 2 end object lblOptionsInfo: TLabel Left = 13 Top = 281 Width = 275 Height = 13 Caption = 'Settings saved as your defaults are applied to new graphs.' ParentShowHint = False ShowHint = False WordWrap = True end object lblMaxGraphsRef: TLabel Left = 374 Top = 20 Width = 57 Height = 17 AutoSize = False ParentShowHint = False ShowHint = False end object lblMinGraphHeightRef: TLabel Left = 374 Top = 80 Width = 57 Height = 17 AutoSize = False ParentShowHint = False ShowHint = False end object lblMaxSelectRef: TLabel Left = 374 Top = 133 Width = 57 Height = 17 AutoSize = False ParentShowHint = False ShowHint = False end object bvlMid: TBevel Left = 176 Top = 239 Width = 248 Height = 2 end object lstATypes: TListBox Left = 253 Top = 3 Width = 45 Height = 16 Anchors = [akLeft, akTop, akRight] ItemHeight = 13 TabOrder = 17 Visible = False end object lstSourcesCopy: TListBox Left = 123 Top = 4 Width = 45 Height = 16 ItemHeight = 13 Sorted = True TabOrder = 16 Visible = False end object chklstOptions: TCheckListBox Left = 179 Top = 20 Width = 120 Height = 179 OnClickCheck = chklstOptionsClickCheck ItemHeight = 13 ParentShowHint = False ShowHint = False Sorted = True TabOrder = 1 end object txtMinGraphHeight: TEdit Left = 311 Top = 78 Width = 41 Height = 21 ParentShowHint = False ShowHint = False TabOrder = 4 Text = '90' OnChange = txtMinGraphHeightChange OnExit = txtMinGraphHeightExit OnKeyPress = txtMinGraphHeightKeyPress end object txtMaxGraphs: TEdit Left = 311 Top = 20 Width = 41 Height = 21 ParentShowHint = False ShowHint = False TabOrder = 2 Text = '5' OnChange = txtMaxGraphsChange OnExit = txtMaxGraphsExit OnKeyPress = txtMaxGraphsKeyPress end object spnMinGraphHeight: TUpDown Left = 352 Top = 78 Width = 15 Height = 21 Associate = txtMinGraphHeight Min = 10 Max = 1000 ParentShowHint = False Position = 90 ShowHint = False TabOrder = 5 OnClick = spnMinGraphHeightClick end object spnMaxGraphs: TUpDown Left = 352 Top = 20 Width = 15 Height = 21 Associate = txtMaxGraphs Min = 1 Max = 20 ParentShowHint = False Position = 5 ShowHint = False TabOrder = 3 OnClick = spnMaxGraphsClick end object btnClose: TButton Left = 350 Top = 279 Width = 75 Height = 21 Cancel = True Caption = 'Close' ParentShowHint = False ShowHint = False TabOrder = 15 OnClick = btnCloseClick end object lstSources: TCheckListBox Left = 16 Top = 20 Width = 153 Height = 216 ItemHeight = 13 ParentShowHint = False ShowHint = False Sorted = True TabOrder = 0 end object btnAll: TButton Left = 18 Top = 245 Width = 65 Height = 21 Caption = 'All' ParentShowHint = False ShowHint = False TabOrder = 9 OnClick = btnAllClick end object brnClear: TButton Left = 103 Top = 245 Width = 65 Height = 21 Cancel = True Caption = 'Clear' ParentShowHint = False ShowHint = False TabOrder = 10 OnClick = btnAllClick end object btnPersonal: TButton Left = 277 Top = 213 Width = 65 Height = 21 Cancel = True Caption = 'Personal' TabOrder = 11 OnClick = btnPublicClick end object cboConversions: TORComboBox Left = 311 Top = 178 Width = 116 Height = 21 Style = orcsDropDown AutoSelect = True Color = clWindow DropDownCount = 8 Items.Strings = ( '' 'Standard Deviations' 'Inverse Values') ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = False LongList = False LookupPiece = 0 MaxLength = 0 ParentShowHint = False ShowHint = False Sorted = False SynonymChars = '<>' TabOrder = 8 CharsNeedMatch = 1 end object txtMaxSelect: TEdit Left = 311 Top = 131 Width = 41 Height = 21 ParentShowHint = False ShowHint = False TabOrder = 6 Text = '100' OnChange = txtMaxSelectChange OnExit = txtMaxSelectExit OnKeyPress = txtMaxSelectKeyPress end object spnMaxSelect: TUpDown Left = 352 Top = 131 Width = 15 Height = 21 Associate = txtMaxSelect Min = 1 Max = 1000 ParentShowHint = False Position = 100 ShowHint = False TabOrder = 7 OnClick = spnMaxSelectClick end object btnPublic: TButton Left = 360 Top = 213 Width = 65 Height = 21 Cancel = True Caption = 'Public' ParentShowHint = False ShowHint = False TabOrder = 12 OnClick = btnPublicClick end object btnPersonalSave: TButton Left = 277 Top = 245 Width = 65 Height = 21 Cancel = True Caption = 'Personal' ParentShowHint = False ShowHint = False TabOrder = 13 OnClick = SaveClick end object btnPublicSave: TButton Left = 360 Top = 245 Width = 65 Height = 21 Cancel = True Caption = 'Public' ParentShowHint = False ShowHint = False TabOrder = 14 OnClick = SaveClick end object lstOptions: TListBox Left = 368 Top = 160 Width = 57 Height = 17 ItemHeight = 13 Items.Strings = ( '3D^A' 'Clear Background^B' 'Dates^C' 'Fixed Date Range^M' 'Gradient^D' 'Hints^E' 'Legend^F' 'Lines^G' 'Sort by Type^H' 'Stay on Top^I' 'Values^J' 'Zoom, Horizontal^K' 'Zoom, Vertical^L') Sorted = True TabOrder = 18 Visible = False end object DKLanguageController1: TDKLanguageController Left = 208 Top = 152 LangData = { 100066726D477261706853657474696E67730101000000010000000700436170 74696F6E012200000011006C626C4D696E477261706848656967687401010000 0002000000070043617074696F6E000C006C626C4D6178477261706873010100 000003000000070043617074696F6E000A006C626C4F7074696F6E7301010000 0004000000070043617074696F6E00070062766C4261736500000A006C626C53 6F7572636573010100000005000000070043617074696F6E000E006C626C436F 6E76657273696F6E73010100000006000000070043617074696F6E000C006C62 6C4D617853656C656374010100000007000000070043617074696F6E0007006C 626C53686F77010100000008000000070043617074696F6E0007006C626C5361 7665010100000009000000070043617074696F6E000B0062766C44656661756C 747300000E006C626C4F7074696F6E73496E666F01010000000A000000070043 617074696F6E000F006C626C4D6178477261706873526566000014006C626C4D 696E477261706848656967687452656600000F006C626C4D617853656C656374 5265660000060062766C4D6964000009006C737441547970657300000E006C73 74536F7572636573436F707900000D0063686B6C73744F7074696F6E73000011 007478744D696E477261706848656967687400000C007478744D617847726170 68730000110073706E4D696E477261706848656967687400000C0073706E4D61 784772617068730000080062746E436C6F736501010000000B00000007004361 7074696F6E000A006C7374536F75726365730000060062746E416C6C01010000 000C000000070043617074696F6E00080062726E436C65617201010000000D00 0000070043617074696F6E000B0062746E506572736F6E616C01010000000E00 0000070043617074696F6E000E0063626F436F6E76657273696F6E7301010000 000F00000005004974656D73000C007478744D617853656C65637400000C0073 706E4D617853656C6563740000090062746E5075626C69630101000000100000 00070043617074696F6E000F0062746E506572736F6E616C5361766501010000 0011000000070043617074696F6E000D0062746E5075626C6963536176650101 00000012000000070043617074696F6E000A006C73744F7074696F6E73010100 00001300000005004974656D7300} end end