inherited frmODDiet: TfrmODDiet Left = 541 Top = 398 Width = 532 Height = 291 Caption = 'Diet Order' OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object nbkDiet: TPageControl [0] Left = 0 Top = 0 Width = 524 Height = 194 ActivePage = pgeOutPt Align = alTop TabOrder = 4 TabStop = False OnChange = nbkDietChange OnChanging = nbkDietChanging object pgeDiet: TTabSheet Caption = 'Diet' object lblDietAvail: TLabel Left = 4 Top = 0 Width = 127 Height = 13 Caption = 'Available Diet Components' end object lblDietSelect: TLabel Left = 200 Top = 0 Width = 126 Height = 13 Caption = 'Selected Diet Components' end object lblComment: TLabel Left = 200 Top = 119 Width = 92 Height = 13 Caption = 'Special Instructions' end object lblStart: TLabel Left = 393 Top = 0 Width = 96 Height = 13 Caption = 'Effective Date/Time' end object lblStop: TLabel Left = 393 Top = 39 Width = 100 Height = 13 Caption = 'Expiration Date/Time' end object lblDelivery: TLabel Left = 393 Top = 77 Width = 38 Height = 13 Caption = 'Delivery' end object cboDietAvail: TORComboBox Left = 4 Top = 14 Width = 188 Height = 140 Style = orcsSimple AutoSelect = True Caption = 'Available Diet Components' Color = clWindow DropDownCount = 8 ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = True LongList = True LookupPiece = 0 MaxLength = 0 Pieces = '2' Sorted = False SynonymChars = '<>' TabOrder = 0 OnExit = cboDietAvailExit OnMouseClick = cboDietAvailMouseClick OnNeedData = cboDietAvailNeedData CharsNeedMatch = 1 end object lstDietSelect: TORListBox Left = 200 Top = 14 Width = 185 Height = 71 ItemHeight = 13 ParentShowHint = False ShowHint = True TabOrder = 1 Caption = 'Selected Diet Components' ItemTipColor = clWindow LongList = False Pieces = '2' end object cmdRemove: TButton Left = 313 Top = 85 Width = 72 Height = 17 Caption = 'Remove' TabOrder = 2 OnClick = cmdRemoveClick end object txtDietComment: TCaptionEdit Left = 200 Top = 133 Width = 308 Height = 21 MaxLength = 80 TabOrder = 3 OnChange = DietChange Caption = 'Special Instructions' end object calDietStart: TORDateBox Left = 393 Top = 14 Width = 115 Height = 21 TabOrder = 4 Text = 'Now' OnChange = DietChange DateOnly = False RequireTime = False Caption = 'Effective Date/Time' end object calDietStop: TORDateBox Left = 393 Top = 52 Width = 115 Height = 21 TabOrder = 5 OnChange = DietChange DateOnly = False RequireTime = False Caption = 'Expiration Date/Time' end object cboDelivery: TORComboBox Left = 393 Top = 90 Width = 115 Height = 21 Style = orcsDropDown AutoSelect = True Caption = 'Delivery' Color = clWindow DropDownCount = 8 ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = True LongList = False LookupPiece = 0 MaxLength = 0 Pieces = '2' Sorted = False SynonymChars = '<>' TabOrder = 6 OnChange = DietChange CharsNeedMatch = 1 end object chkCancelTubefeeding: TCheckBox Left = 393 Top = 114 Width = 115 Height = 17 Caption = 'Cancel Tubefeeding' State = cbGrayed TabOrder = 7 Visible = False OnClick = DietChange end end object pgeOutPt: TTabSheet Caption = 'Outpatient Meals' object lblOPStart: TLabel Left = 292 Top = 1 Width = 48 Height = 13 Caption = 'Start Date' end object lblOPStop: TLabel Left = 292 Top = 37 Width = 45 Height = 13 Caption = 'End Date' end object lblOPDietAvail: TLabel Left = 0 Top = 1 Width = 70 Height = 13 Caption = 'Available Diets' end object lblOPComment: TLabel Left = 4 Top = 128 Width = 92 Height = 13 Caption = 'Special Instructions' end object lblOPDelivery: TLabel Left = 292 Top = 74 Width = 38 Height = 13 Caption = 'Delivery' end object lblOPSelect: TLabel Left = 0 Top = 39 Width = 64 Height = 13 Caption = 'Selected Diet' end object grpOPMeal: TKeyClickRadioGroup Left = 168 Top = 11 Width = 110 Height = 107 Caption = ' Meal ' ItemIndex = 3 Items.Strings = ( 'Breakfast' 'Lunch' 'Evening' '') TabOrder = 3 TabStop = True OnClick = grpOPMealClick end object grpOPDoW: TGroupBox Left = 415 Top = 5 Width = 93 Height = 155 Caption = 'Days of Week' TabOrder = 8 object chkOPMonday: TCheckBox Left = 8 Top = 15 Width = 80 Height = 17 Caption = 'Monday' TabOrder = 0 OnClick = OPChange end object chkOPTuesday: TCheckBox Left = 8 Top = 35 Width = 80 Height = 17 Caption = 'Tuesday' TabOrder = 1 OnClick = OPChange end object chkOPWednesday: TCheckBox Left = 8 Top = 54 Width = 80 Height = 17 Caption = 'Wednesday' TabOrder = 2 OnClick = OPChange end object chkOPThursday: TCheckBox Left = 8 Top = 73 Width = 80 Height = 17 Caption = 'Thursday' TabOrder = 3 OnClick = OPChange end object chkOPFriday: TCheckBox Left = 8 Top = 92 Width = 80 Height = 17 Caption = 'Friday' TabOrder = 4 OnClick = OPChange end object chkOPSaturday: TCheckBox Left = 8 Top = 111 Width = 80 Height = 17 Caption = 'Saturday' TabOrder = 5 OnClick = OPChange end object chkOPSunday: TCheckBox Left = 8 Top = 130 Width = 80 Height = 17 Caption = 'Sunday' TabOrder = 6 OnClick = OPChange end end object calOPStart: TORDateBox Left = 292 Top = 14 Width = 120 Height = 21 TabOrder = 4 OnChange = calOPStartChange OnEnter = calOPStartEnter OnExit = calOPStartExit DateOnly = True RequireTime = False Caption = 'Start Date' end object calOPStop: TORDateBox Left = 292 Top = 50 Width = 120 Height = 21 TabOrder = 5 OnChange = calOPStopChange DateOnly = True RequireTime = False Caption = 'End Date' end object cboOPDietAvail: TORComboBox Left = 0 Top = 16 Width = 157 Height = 21 Style = orcsDropDown AutoSelect = True Caption = 'Available Diet Components' Color = clWindow DropDownCount = 8 ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = True LongList = False LookupPiece = 0 MaxLength = 0 Pieces = '2' Sorted = False SynonymChars = '<>' TabOrder = 0 OnExit = cboDietAvailExit OnKeyDown = cboOPDietAvailKeyDown OnMouseClick = cboOPDietAvailMouseClick CharsNeedMatch = 1 end object txtOPDietComment: TCaptionEdit Left = 3 Top = 143 Width = 404 Height = 21 MaxLength = 80 TabOrder = 11 OnChange = OPChange Caption = 'Special Instructions' end object cboOPDelivery: TORComboBox Left = 292 Top = 86 Width = 120 Height = 21 Style = orcsDropDown AutoSelect = True Caption = 'Delivery' Color = clWindow DropDownCount = 8 ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = True LongList = False LookupPiece = 0 MaxLength = 0 Pieces = '2' Sorted = False SynonymChars = '<>' TabOrder = 6 OnChange = OPChange CharsNeedMatch = 1 end object lstOPDietSelect: TORListBox Left = 0 Top = 53 Width = 156 Height = 56 ItemHeight = 13 ParentShowHint = False ShowHint = True TabOrder = 1 Caption = 'Selected Diet Components' ItemTipColor = clWindow LongList = False Pieces = '2' OnChange = OPChange end object cmdOPRemove: TButton Left = 85 Top = 110 Width = 72 Height = 17 Caption = 'Remove' TabOrder = 2 OnClick = cmdOPRemoveClick end object chkOPCancelTubefeeding: TCheckBox Left = 292 Top = 112 Width = 115 Height = 17 Caption = 'Cancel Tubefeeding' State = cbGrayed TabOrder = 7 Visible = False OnClick = OPChange end end object pgeTubefeeding: TTabSheet Caption = 'Tubefeeding' object lblTFProductList: TLabel Left = 4 Top = 0 Width = 105 Height = 13 Caption = 'Tubefeeding Products' end object lblTFComment: TLabel Left = 4 Top = 119 Width = 92 Height = 13 Caption = 'Special Instructions' end object lblTFStrength: TLabel Left = 288 Top = 0 Width = 40 Height = 13 Caption = 'Strength' end object lblTFQuantity: TLabel Left = 352 Top = 0 Width = 39 Height = 13 Caption = 'Quantity' end object lblTFProduct: TLabel Left = 152 Top = 0 Width = 37 Height = 13 Caption = 'Product' end object lblTFAmount: TLabel Left = 428 Top = 0 Width = 36 Height = 13 Caption = 'Amount' end object lblOPTFStart: TLabel Left = 341 Top = 90 Width = 51 Height = 13 Caption = 'Start Date:' end object cboProduct: TORComboBox Left = 4 Top = 14 Width = 140 Height = 97 Style = orcsSimple AutoSelect = True Caption = 'Tubefeeding Products' Color = clWindow DropDownCount = 8 ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = True LongList = True LookupPiece = 0 MaxLength = 0 Pieces = '2' Sorted = False SynonymChars = '<>' TabOrder = 0 OnExit = cboProductExit OnMouseClick = cboProductMouseClick CharsNeedMatch = 1 end object txtTFComment: TCaptionEdit Left = 6 Top = 133 Width = 504 Height = 21 MaxLength = 240 TabOrder = 8 OnChange = TFChange Caption = 'Special Instructions' end object grdSelected: TCaptionStringGrid Left = 152 Top = 14 Width = 356 Height = 63 ColCount = 4 DefaultColWidth = 88 DefaultRowHeight = 19 FixedCols = 0 RowCount = 1 FixedRows = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected] ScrollBars = ssVertical TabOrder = 1 OnDrawCell = grdSelectedDrawCell OnSelectCell = grdSelectedSelectCell Caption = 'Selected Products' end object cmdTFRemove: TButton Left = 436 Top = 77 Width = 72 Height = 17 Caption = 'Remove' TabOrder = 4 OnClick = cmdTFRemoveClick end object chkCancelTrays: TCheckBox Left = 152 Top = 96 Width = 153 Height = 17 Caption = 'Cancel Future TRAY Orders' TabOrder = 5 OnClick = TFChange end object txtQuantity: TCaptionEdit Tag = -1 Left = 151 Top = 124 Width = 93 Height = 19 Hint = 'Enter quantity as 2000 K, 100 ML/HOUR, 8 OZ/TID, etc; total quan' + 'tity may not exceed 5000ml.' Ctl3D = False ParentCtl3D = False ParentShowHint = False ShowHint = True TabOrder = 3 Visible = False OnChange = txtQuantityChange OnEnter = txtQuantityEnter OnExit = txtQuantityExit OnKeyDown = txtQuantityKeyDown Caption = 'Quantity' end object cboStrength: TCaptionComboBox Tag = -1 Left = 252 Top = 124 Width = 53 Height = 21 Style = csDropDownList Ctl3D = False ItemHeight = 13 ParentCtl3D = False TabOrder = 2 Visible = False OnChange = cboStrengthChange OnEnter = cboStrengthEnter OnExit = cboStrengthExit OnKeyDown = cboStrengthKeyDown Items.Strings = ( '1/4' '1/2' '3/4' 'FULL') Caption = 'Strength' end object calOPTFStart: TORDateBox Left = 341 Top = 104 Width = 169 Height = 21 TabStop = False TabOrder = 7 Visible = False OnChange = TFChange DateOnly = False RequireTime = False Caption = 'Start Date:' end object cboOPTFRecurringMeals: TORComboBox Left = 342 Top = 105 Width = 160 Height = 21 Style = orcsDropDown AutoSelect = True Color = clWindow DropDownCount = 8 ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = False LongList = False LookupPiece = 0 MaxLength = 0 Pieces = '2,3' Sorted = False SynonymChars = '<>' TabPositions = '12' TabOrder = 6 TabStop = True OnChange = TFChange CharsNeedMatch = 1 end end object pgeEarlyLate: TTabSheet Caption = 'Early / Late Tray' object lblELStart: TLabel Left = 287 Top = 2 Width = 48 Height = 13 Caption = 'Start Date' end object lblELStop: TLabel Left = 287 Top = 46 Width = 45 Height = 13 Caption = 'End Date' end object grpMeal: TKeyClickRadioGroup Left = 4 Top = 2 Width = 106 Height = 93 Caption = ' Meal ' ItemIndex = 3 Items.Strings = ( 'Breakfast' 'Lunch' 'Evening' '') TabOrder = 0 TabStop = True OnClick = grpMealClick end object grpMealTime: TGroupBox Left = 114 Top = 4 Width = 161 Height = 93 Caption = ' Meal Times ' TabOrder = 1 object lblNoTimes: TLabel Left = 29 Top = 44 Width = 96 Height = 13 Caption = 'No meal times listed.' Visible = False end object radET1: TRadioButton Left = 8 Top = 18 Width = 56 Height = 17 TabOrder = 0 Visible = False OnClick = ELChange end object radET2: TRadioButton Left = 8 Top = 43 Width = 56 Height = 17 TabOrder = 1 Visible = False OnClick = ELChange end object radET3: TRadioButton Left = 8 Top = 68 Width = 56 Height = 17 TabOrder = 2 Visible = False OnClick = ELChange end object radLT1: TRadioButton Left = 92 Top = 18 Width = 56 Height = 17 TabOrder = 3 Visible = False OnClick = ELChange end object radLT2: TRadioButton Left = 92 Top = 43 Width = 56 Height = 17 TabOrder = 4 Visible = False OnClick = ELChange end object radLT3: TRadioButton Left = 92 Top = 68 Width = 56 Height = 17 TabOrder = 5 Visible = False OnClick = ELChange end end object calELStart: TORDateBox Left = 287 Top = 15 Width = 120 Height = 21 TabOrder = 2 OnChange = calELStartChange OnEnter = calELStartEnter OnExit = calELStartExit DateOnly = True RequireTime = False Caption = 'Start Date' end object calELStop: TORDateBox Left = 287 Top = 60 Width = 120 Height = 21 TabOrder = 4 OnChange = calELStopChange DateOnly = True RequireTime = False Caption = 'End Date' end object grpDoW: TGroupBox Left = 415 Top = 2 Width = 93 Height = 152 Caption = 'Days of Week' TabOrder = 5 object chkMonday: TCheckBox Left = 8 Top = 16 Width = 80 Height = 17 Caption = 'Monday' TabOrder = 0 OnClick = ELChange end object chkTuesday: TCheckBox Left = 8 Top = 35 Width = 80 Height = 17 Caption = 'Tuesday' TabOrder = 1 OnClick = ELChange end object chkWednesday: TCheckBox Left = 8 Top = 54 Width = 80 Height = 17 Caption = 'Wednesday' TabOrder = 2 OnClick = ELChange end object chkThursday: TCheckBox Left = 8 Top = 73 Width = 80 Height = 17 Caption = 'Thursday' TabOrder = 3 OnClick = ELChange end object chkFriday: TCheckBox Left = 8 Top = 92 Width = 80 Height = 17 Caption = 'Friday' TabOrder = 4 OnClick = ELChange end object chkSaturday: TCheckBox Left = 8 Top = 111 Width = 80 Height = 17 Caption = 'Saturday' TabOrder = 5 OnClick = ELChange end object chkSunday: TCheckBox Left = 9 Top = 130 Width = 80 Height = 17 Caption = 'Sunday' TabOrder = 6 OnClick = ELChange end end object chkBagged: TCheckBox Left = 4 Top = 120 Width = 85 Height = 17 Caption = 'Bagged Meal' TabOrder = 6 OnClick = ELChange end object cboOPELRecurringMeals: TORComboBox Left = 287 Top = 15 Width = 121 Height = 21 Style = orcsDropDown AutoSelect = True Color = clWindow DropDownCount = 8 ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = False LongList = False LookupPiece = 0 MaxLength = 0 Pieces = '2,3' Sorted = False SynonymChars = '<>' TabPositions = '12' TabOrder = 3 TabStop = True OnChange = ELChange CharsNeedMatch = 1 end end object pgeIsolations: TTabSheet Caption = 'Isolations / Precautions' object lblIsolation: TLabel Left = 4 Top = 0 Width = 123 Height = 13 Caption = 'Select Type of Precaution' end object lblIPComment: TLabel Left = 4 Top = 119 Width = 54 Height = 13 Caption = 'Instructions' end object lblIPCurrent: TLabel Left = 224 Top = 0 Width = 76 Height = 13 Caption = 'Current Isolation' end object lstIsolation: TORListBox Left = 4 Top = 14 Width = 212 Height = 97 ItemHeight = 13 ParentShowHint = False ShowHint = True TabOrder = 0 Caption = 'Select Type of Precaution' ItemTipColor = clWindow LongList = False Pieces = '2' OnChange = IPChange end object txtIPComment: TCaptionEdit Left = 4 Top = 133 Width = 504 Height = 21 MaxLength = 240 TabOrder = 2 OnChange = IPChange Caption = 'Instructions' end object txtIPCurrent: TCaptionEdit Left = 224 Top = 14 Width = 212 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 1 Text = '' Caption = 'Current Isolation' end end object pgeAdditional: TTabSheet Caption = 'Additional Order' object lblAddlOrder: TLabel Left = 4 Top = 24 Width = 125 Height = 13 Caption = 'Enter Additional Diet Order' end object lblOPAOStart: TLabel Left = 6 Top = 72 Width = 51 Height = 13 Caption = 'Start Date:' end object txtAOComment: TCaptionEdit Left = 4 Top = 38 Width = 504 Height = 21 MaxLength = 80 TabOrder = 1 OnChange = AOChange Caption = 'Enter Additional Diet Order' end object calOPAOStart: TORDateBox Left = 54 Top = 88 Width = 169 Height = 21 TabStop = False TabOrder = 4 Visible = False OnChange = AOChange DateOnly = False RequireTime = False Caption = 'Start Date:' end object cboOPAORecurringMeals: TORComboBox Left = 6 Top = 88 Width = 168 Height = 21 Style = orcsDropDown AutoSelect = True Color = clWindow DropDownCount = 8 ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = False LongList = False LookupPiece = 0 MaxLength = 0 Pieces = '2,3' Sorted = False SynonymChars = '<>' TabPositions = '12' TabOrder = 2 TabStop = True OnChange = AOChange CharsNeedMatch = 1 end end end inherited memOrder: TCaptionMemo Top = 208 end inherited cmdAccept: TButton Left = 445 Top = 208 TabOrder = 2 end inherited cmdQuit: TButton Left = 445 Top = 235 TabOrder = 3 end inherited pnlMessage: TPanel Top = 197 Height = 57 TabOrder = 1 inherited imgMessage: TImage Top = 10 end inherited memMessage: TRichEdit Height = 45 end end inherited DKLanguageController1: TDKLanguageController LangData = { 090066726D4F4444696574010100000005000000070043617074696F6E016400 000008006D656D4F72646572010100000002000000070043617074696F6E0009 00636D64416363657074010100000003000000070043617074696F6E00070063 6D6451756974010100000004000000070043617074696F6E000A00706E6C4D65 737361676500000A00696D674D65737361676500000A006D656D4D6573736167 65000007006E626B446965740000070070676544696574010100000006000000 070043617074696F6E000C006C626C44696574417661696C0101000000070000 00070043617074696F6E000D006C626C4469657453656C656374010100000008 000000070043617074696F6E000A006C626C436F6D6D656E7401010000000900 0000070043617074696F6E0008006C626C537461727401010000000A00000007 0043617074696F6E0007006C626C53746F7001010000000B0000000700436170 74696F6E000B006C626C44656C697665727901010000000C0000000700436170 74696F6E000C0063626F44696574417661696C01010000000D00000007004361 7074696F6E000D006C73744469657453656C65637401010000000E0000000700 43617074696F6E000900636D6452656D6F766501010000000F00000007004361 7074696F6E000E0074787444696574436F6D6D656E7401010000001000000007 0043617074696F6E000C0063616C446965745374617274010200000012000000 070043617074696F6E11000000040054657874000B0063616C4469657453746F 70010100000013000000070043617074696F6E000B0063626F44656C69766572 79010100000014000000070043617074696F6E00140063686B43616E63656C54 75626566656564696E67010100000015000000070043617074696F6E00080070 67654F75745074010100000016000000070043617074696F6E000A006C626C4F 505374617274010100000017000000070043617074696F6E0009006C626C4F50 53746F70010100000018000000070043617074696F6E000E006C626C4F504469 6574417661696C010100000019000000070043617074696F6E000C006C626C4F 50436F6D6D656E7401010000001A000000070043617074696F6E000D006C626C 4F5044656C697665727901010000001B000000070043617074696F6E000B006C 626C4F5053656C65637401010000001C000000070043617074696F6E00090067 72704F504D65616C01020000001D000000070043617074696F6E1E0000000500 4974656D730008006772704F50446F5701010000001F00000007004361707469 6F6E000B0063686B4F504D6F6E64617901010000002000000007004361707469 6F6E000C0063686B4F5054756573646179010100000021000000070043617074 696F6E000E0063686B4F505765646E6573646179010100000022000000070043 617074696F6E000D0063686B4F50546875727364617901010000002300000007 0043617074696F6E000B0063686B4F5046726964617901010000002400000007 0043617074696F6E000D0063686B4F5053617475726461790101000000250000 00070043617074696F6E000B0063686B4F5053756E6461790101000000260000 00070043617074696F6E000A0063616C4F505374617274010100000027000000 070043617074696F6E00090063616C4F5053746F700101000000280000000700 43617074696F6E000E0063626F4F5044696574417661696C0101000000290000 00070043617074696F6E0010007478744F5044696574436F6D6D656E74010100 00002A000000070043617074696F6E000D0063626F4F5044656C697665727901 010000002B000000070043617074696F6E000F006C73744F504469657453656C 65637401010000002C000000070043617074696F6E000B00636D644F5052656D 6F766501010000002D000000070043617074696F6E00160063686B4F5043616E 63656C5475626566656564696E6701010000002E000000070043617074696F6E 000E007067655475626566656564696E6701010000002F000000070043617074 696F6E0010006C626C544650726F647563744C69737401010000003000000007 0043617074696F6E000C006C626C5446436F6D6D656E74010100000031000000 070043617074696F6E000D006C626C5446537472656E67746801010000003200 0000070043617074696F6E000D006C626C54465175616E746974790101000000 33000000070043617074696F6E000C006C626C544650726F6475637401010000 0034000000070043617074696F6E000B006C626C5446416D6F756E7401010000 0035000000070043617074696F6E000C006C626C4F5054465374617274010100 000036000000070043617074696F6E000A0063626F50726F6475637401010000 0037000000070043617074696F6E000C007478745446436F6D6D656E74010100 000038000000070043617074696F6E000B0067726453656C6563746564010100 000039000000070043617074696F6E000B00636D64544652656D6F7665010100 00003A000000070043617074696F6E000E0063686B43616E63656C5472617973 01010000003B000000070043617074696F6E000B007478745175616E74697479 01020000003D000000070043617074696F6E3C000000040048696E74000B0063 626F537472656E67746801020000003F000000070043617074696F6E3E000000 05004974656D73000C0063616C4F505446537461727401010000004000000007 0043617074696F6E00150063626F4F505446526563757272696E674D65616C73 00000C007067654561726C794C61746501010000004100000007004361707469 6F6E000A006C626C454C5374617274010100000042000000070043617074696F 6E0009006C626C454C53746F70010100000043000000070043617074696F6E00 07006772704D65616C010200000044000000070043617074696F6E4500000005 004974656D73000B006772704D65616C54696D65010100000046000000070043 617074696F6E000A006C626C4E6F54696D657301010000004700000007004361 7074696F6E000600726164455431000006007261644554320000060072616445 5433000006007261644C5431000006007261644C5432000006007261644C5433 00000A0063616C454C5374617274010100000048000000070043617074696F6E 00090063616C454C53746F70010100000049000000070043617074696F6E0006 00677270446F5701010000004A000000070043617074696F6E00090063686B4D 6F6E64617901010000004B000000070043617074696F6E000A0063686B547565 7364617901010000004C000000070043617074696F6E000C0063686B5765646E 657364617901010000004D000000070043617074696F6E000B0063686B546875 727364617901010000004E000000070043617074696F6E00090063686B467269 64617901010000004F000000070043617074696F6E000B0063686B5361747572 646179010100000050000000070043617074696F6E00090063686B53756E6461 79010100000051000000070043617074696F6E00090063686B42616767656401 0100000052000000070043617074696F6E00150063626F4F50454C5265637572 72696E674D65616C7300000D0070676549736F6C6174696F6E73010100000053 000000070043617074696F6E000C006C626C49736F6C6174696F6E0101000000 54000000070043617074696F6E000C006C626C4950436F6D6D656E7401010000 0055000000070043617074696F6E000C006C626C495043757272656E74010100 000056000000070043617074696F6E000C006C737449736F6C6174696F6E0101 00000057000000070043617074696F6E000C007478744950436F6D6D656E7401 0100000058000000070043617074696F6E000C00747874495043757272656E74 01020000005A000000070043617074696F6E59000000040054657874000D0070 67654164646974696F6E616C01010000005B000000070043617074696F6E000C 006C626C4164646C4F7264657201010000005C000000070043617074696F6E00 0C006C626C4F50414F537461727401010000005D000000070043617074696F6E 000C00747874414F436F6D6D656E7401010000005E000000070043617074696F 6E000C0063616C4F50414F537461727401010000005F00000007004361707469 6F6E00150063626F4F50414F526563757272696E674D65616C730000} end end