<?xml version="1.0" encoding="utf-8"?>
<TfrxReport Version="5.2.12" DotMatrixReport="False" IniFile="\Software\Fast Reports" PreviewOptions.Buttons="4095" PreviewOptions.Zoom="1" PrintOptions.Printer="Default" PrintOptions.PrintOnSheet="0" ReportOptions.CreateDate="41380.5820669097" ReportOptions.Description.Text="" ReportOptions.LastChange="42291.4885751157" ScriptLanguage="PascalScript" ScriptText.Text="var&#13;&#10; lineno, item: integer ;&#13;&#10; WCODE:string ;                                                                                   &#13;&#10;   &#13;&#10;procedure Page1OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  lineno:= 0 ;                          &#13;&#10;end;&#13;&#10;&#13;&#10;procedure LineOnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  lineno:=lineno+1 ;                                     &#13;&#10;end;&#13;&#10;&#13;&#10;procedure GroupHeader1OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    lineno:= 0 ;       &#13;&#10;end;&#13;&#10;&#13;&#10;procedure MasterData1OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;    &#13;&#10;  if WCODE &#60;&#62; &#60;frxReceive.&#34;WORKING_CODE&#34;&#62; then&#13;&#10;  begin              &#13;&#10;    item:=1 ;            &#13;&#10;  end&#13;&#10;  else&#13;&#10;  begin&#13;&#10;    item:= item +1 ;  &#13;&#10;  end;&#13;&#10;                       &#13;&#10;  //show last line                                                                              &#13;&#10;  if   item = &#60;max_item.&#34;maxitem&#34;&#62; then  &#13;&#10;  begin  &#13;&#10;      DetailData1.visible:=True ;&#13;&#10;      Header1.Visible:=True ;                                                           &#13;&#10;  end&#13;&#10;  else &#13;&#10;  begin&#13;&#10;      DetailData1.visible:=False ;&#13;&#10;      Header1.Visible:=False ;          &#13;&#10;  end;&#13;&#10;         &#13;&#10;    &#13;&#10;  WCODE:=&#60;frxReceive.&#34;WORKING_CODE&#34;&#62; ;   &#13;&#10;&#13;&#10;        &#13;&#10;  if &#60;frxReceive.&#34;REV_FLAG&#34;&#62;='Y' then &#13;&#10;  begin&#13;&#10;    Line7.visible:=True  ;&#13;&#10;     Line8.visible:=True ;          &#13;&#10;  end&#13;&#10;  else&#13;&#10;  begin&#13;&#10;     Line7.Visible:=False ;&#13;&#10;      Line8.visible:=False ;              &#13;&#10;  end;&#13;&#10;        &#13;&#10;end;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;procedure GroupHeader2OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  qry_count_item.close ;&#13;&#10;  qry_count_item.open ;&#13;&#10;&#13;&#10;            &#13;&#10;    &#13;&#10;end;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;begin&#13;&#10;&#13;&#10;end.">
  <Datasets>
    <item DataSetName="frxReceive"/>
    <item DataSet="qry_count_item" DataSetName="max_item"/>
    <item DataSet="qry_INV_MD_C" DataSetName="inv_md_c"/>
  </Datasets>
  <Variables>
    <item Name="stock_name"/>
    <item Name="budget_name"/>
    <item Name="buycom_name"/>
    <item Name="vendor_name"/>
    <item Name="buymeth_name"/>
    <item Name="hosp_name"/>
  </Variables>
  <TfrxDataPage Name="Data" Height="1000" Left="0" Top="0" Width="1000">
    <TfrxUniDACQuery Name="qry_count_item" UserName="max_item" CloseDataSource="True" FieldAliases.Text="" BCDToCurrency="False" IgnoreDupParams="False" SQL.Text="select count(WORKING_CODE) as maxitem from MS_IVO_C (NOLOCK) where RECEIVE_NO=:reno and WORKING_CODE=:wcode  " SpecificOptions.Text="" PropData="05704C6566740380000470546F7003C4000A506172616D657465727301010C57000000204E616D653D2272656E6F222044617461547970653D226674537472696E67222045787072657373696F6E3D22262336303B667278526563656976652E262333343B524543454956455F4E4F262333343B262336323B2200010C5A000000204E616D653D2277636F6465222044617461547970653D226674537472696E67222045787072657373696F6E3D22262336303B667278526563656976652E262333343B574F524B494E475F434F4445262333343B262336323B220000"/>
    <TfrxUniDACQuery Name="qry_INV_MD_C" UserName="inv_md_c" CloseDataSource="True" FieldAliases.Text="" BCDToCurrency="False" IgnoreDupParams="False" SQL.Text="select i.*,t.*,g.SALE_UNIT from INV_MD_C i (NOLOCK) &#13;&#10;left join DRUG_VN  t (NOLOCK) on (i.TRADE_CODE=t.TRADE_CODE)&#13;&#10;left join DRUG_GN  g (NOLOCK) on (g.WORKING_CODE=t.WORKING_CODE)    &#13;&#10;where i.DEPT_ID=:dept_id  and i.WORKING_CODE=:working_code   and  i.QTY_ON_HAND &#62; 0                                                 &#13;&#10;order by i.EXPIRED_DATE DESC  " SpecificOptions.Text="" PropData="05704C65667403EC000470546F7003D0000A506172616D657465727301010C57000000204E616D653D22646570745F6964222044617461547970653D226674537472696E67222045787072657373696F6E3D22262336303B667278526563656976652E262333343B444550545F4944262333343B262336323B2200010C61000000204E616D653D22776F726B696E675F636F6465222044617461547970653D226674537472696E67222045787072657373696F6E3D22262336303B667278526563656976652E262333343B574F524B494E475F434F4445262333343B262336323B220000"/>
  </TfrxDataPage>
  <TfrxReportPage Name="Page1" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="10" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" HGuides.Text="" VGuides.Text="" OnBeforePrint="Page1OnBeforePrint">
    <TfrxMasterData Name="MasterData1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="56.69295" Left="0" Top="272" Width="718.1107" OnBeforePrint="MasterData1OnBeforePrint" AllowSplit="True" ColumnWidth="0" ColumnGap="0" DataSetName="frxReceive" PrintIfDetailEmpty="True" RowCount="0">
      <TfrxMemoView Name="Memo34" Left="87.92919" Top="27.45671" Width="627.40198" Height="26.45671" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="[TRIM(&#60;frxReceive.&#34;TRADE_NAME&#34;&#62;)] &#60;b&#62; ผู้ผลิต &#60;/B&#62; [frxReceive.&#34;MANUFAC_NAME&#34;]"/>
      <TfrxMemoView Name="Memo5" Left="31.55906" Top="1.64564" Width="52.91342" Height="22.67718" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[frxReceive.&#34;WORKING_CODE&#34;]"/>
      <TfrxMemoView Name="Memo7" Left="87.47248" Top="1.64564" Width="260.78757" Height="22.67718" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="[frxReceive.&#34;DRUG_NAME&#34;]"/>
      <TfrxMemoView Name="Memo8" Left="412.86642" Top="1.98423" Width="45.35436" Height="22.67718" AllowHTMLTags="True" DataSet="frxDBDataset1" DataSetName="SMPOC" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[frxReceive.&#34;SALE_UNIT&#34;]"/>
      <TfrxMemoView Name="Line" Left="3.33859" Top="1.42517" Width="26.45671" Height="22.67718" OnBeforePrint="LineOnBeforePrint" DataSetName="frxReceive" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[lineno]."/>
      <TfrxMemoView Name="Memo24" Left="458.11843" Top="1.86611" Width="68.03154" Height="22.67718" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[frxReceive.&#34;VALUE&#34;]"/>
      <TfrxMemoView Name="SMPOCexpired_date" Left="512.82715" Top="1.64564" Width="90.70872" Height="22.67718" DataSet="frxDBDataset1" DataSetName="SMPOC" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[COPY(&#60;frxReceive.&#34;EXPIRED_DATE&#34;&#62;,7,2)]/[COPY(&#60;frxReceive.&#34;EXPIRED_DATE&#34;&#62;,5,2)]/[COPY(&#60;frxReceive.&#34;EXPIRED_DATE&#34;&#62;,1,4)]"/>
      <TfrxMemoView Name="Memo29" Left="318.49629" Top="1.86611" Width="98.26778" Height="22.67718" AllowHTMLTags="True" DisplayFormat.FormatStr="%2.0n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[&#60;frxReceive.&#34;QTY_RCV&#34;&#62;/&#60;frxReceive.&#34;PACK_RATIO&#34;&#62;] x [frxReceive.&#34;PACK_RATIO&#34;]"/>
      <TfrxMemoView Name="Memo32" Left="684.53587" Top="1" Width="30.23624" Height="22.67718" OnBeforePrint="Memo5OnBeforePrint" DataSet="frxDBDataset1" DataSetName="SMPOC" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[frxReceive.&#34;FREE_FLAG&#34;]"/>
      <TfrxMemoView Name="frxReceiveLOT_NO" Left="603.94527" Top="1" Width="83.14966" Height="22.67718" DataSetName="frxReceive" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[frxReceive.&#34;LOT_NO&#34;]"/>
      <TfrxLineView Name="Line7" Left="18.89765" Top="17.11812" Width="695.43352" Height="0" Color="0" Frame.Color="12632256" Diagonal="True"/>
      <TfrxMemoView Name="Memo15" Left="32.01577" Top="28.23624" Width="52.91342" Height="26.45671" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[frxReceive.&#34;TRADE_CODE&#34;]"/>
      <TfrxLineView Name="Line8" Left="29.92919" Top="43.57483" Width="684.09493" Height="0" Color="0" Frame.Color="12632256" Diagonal="True"/>
    </TfrxMasterData>
    <TfrxPageFooter Name="PageFooter1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="0" Left="0" Top="584" Width="718.1107"/>
    <TfrxPageHeader Name="PageHeader1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="70.5906" Left="0" Top="16" Width="718.1107">
      <TfrxMemoView Name="Memo2" Left="3.77953" Top="2.33859" Width="718.1107" Height="26.45671" Font.Charset="1" Font.Color="-16777208" Font.Height="-21" Font.Name="AngsanaUPC" Font.Style="1" HAlign="haCenter" ParentFont="False" Text="[hosp_name]"/>
      <TfrxMemoView Name="Memo4" Left="5.55906" Top="29.01577" Width="714.33117" Height="26.45671" Font.Charset="1" Font.Color="-16777208" Font.Height="-21" Font.Name="AngsanaUPC" Font.Style="0" HAlign="haCenter" ParentFont="False" Text="ใบนำส่งเวชภัณฑ์เข้าคลัง"/>
      <TfrxMemoView Name="Memo1" Left="597.16574" Top="11.55906" Width="117.16543" Height="26.45671" Font.Charset="1" Font.Color="0" Font.Height="-21" Font.Name="AngsanaUPC" Font.Style="0" HAlign="haRight" ParentFont="False" Text="หน้า [Page#]/[TotalPages#]"/>
      <TfrxLineView Name="Line2" Left="2" Top="66.03154" Width="714.33117" Height="0" Color="0" Frame.Color="12632256" Diagonal="True"/>
    </TfrxPageHeader>
    <TfrxGroupHeader Name="GroupHeader1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="122.52752" Left="0" Top="108" Width="718.1107" OnBeforePrint="GroupHeader1OnBeforePrint" Condition="frxReceive.&#34;RECEIVE_NO&#34;" KeepTogether="True">
      <TfrxMemoView Name="Memo6" Left="6.55906" Top="1.90538" Width="222.99227" Height="26.45671" AllowHTMLTags="True" Font.Charset="222" Font.Color="-16777208" Font.Height="-21" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="เลขที่รับเวชภัณฑ์ &#60;b&#62;[frxReceive.&#34;RECEIVE_NO&#34;]&#60;/b&#62;"/>
      <TfrxMemoView Name="Memo18" Left="230.3624" Top="1.68491" Width="170.07885" Height="30.23624" AllowHTMLTags="True" Font.Charset="222" Font.Color="-16777208" Font.Height="-21" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="วันที่รับเข้าคลัง  &#60;b&#62;[frxReceive.&#34;RCV_DATE&#34;]&#60;/b&#62;"/>
      <TfrxLineView Name="Line3" Left="2.22047" Top="93.83457" Width="714.33117" Height="0" Color="0" Frame.Color="12632256" Diagonal="True"/>
      <TfrxLineView Name="Line4" Left="2.22047" Top="119.95269" Width="714.33117" Height="0" Color="0" Frame.Color="12632256" Diagonal="True"/>
      <TfrxMemoView Name="Memo12" Left="142.06308" Top="93.27551" Width="68.03154" Height="22.67718" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="ชื่อเวชภัณฑ์"/>
      <TfrxMemoView Name="Memo13" Left="383.07112" Top="94.83457" Width="41.57483" Height="22.67718" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="จน.รับ"/>
      <TfrxMemoView Name="Memo14" Left="541.91373" Top="94.05504" Width="64.25201" Height="26.45671" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="วันหมดอายุ"/>
      <TfrxMemoView Name="Memo17" Left="688.53587" Top="94.05504" Width="26.45671" Height="22.67718" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="แถม"/>
      <TfrxMemoView Name="Memo3" Left="36.55906" Top="93.83457" Width="49.13389" Height="22.67718" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="รหัสยา"/>
      <TfrxMemoView Name="Memo20" Left="420.66172" Top="95.6141" Width="37.7953" Height="22.67718" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="หน่วย"/>
      <TfrxMemoView Name="Memo9" Left="413.3389" Top="1.68491" Width="302.3624" Height="30.23624" AllowHTMLTags="True" Font.Charset="222" Font.Color="-16777208" Font.Height="-21" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="รับเข้าคลัง &#60;b&#62;[frxReceive.&#34;DEPT_NAME&#34;]&#60;/b&#62;"/>
      <TfrxMemoView Name="Memo11" Left="7.55906" Top="32.70068" Width="222.99227" Height="26.45671" AllowHTMLTags="True" Font.Charset="222" Font.Color="-16777208" Font.Height="-21" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="เลขที่ใบส่ง  &#60;b&#62;[frxReceive.&#34;INVOICE_NO&#34;]&#60;/b&#62;"/>
      <TfrxMemoView Name="Memo19" Left="7.55906" Top="60.71645" Width="222.99227" Height="26.45671" AllowHTMLTags="True" Font.Charset="222" Font.Color="-16777208" Font.Height="-21" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="เลขที่จัดซื้อ  &#60;b&#62;[frxReceive.&#34;PO_NO&#34;]&#60;/b&#62;"/>
      <TfrxMemoView Name="Memo21" Left="230.3624" Top="60.71645" Width="170.07885" Height="26.45671" AllowHTMLTags="True" Font.Charset="222" Font.Color="-16777208" Font.Height="-21" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="ประเภทงบ  &#60;b&#62;[frxReceive.&#34;BUDGET_NAME&#34;]&#60;/b&#62;"/>
      <TfrxMemoView Name="Memo23" Left="230.3624" Top="32.70068" Width="170.07885" Height="26.45671" AllowHTMLTags="True" Font.Charset="222" Font.Color="-16777208" Font.Height="-21" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="วิธีจัดซื้อ &#60;b&#62;[frxReceive.&#34;BUYMET_DES&#34;]&#60;/b&#62;"/>
      <TfrxMemoView Name="Memo28" Left="414.00031" Top="32.70068" Width="302.3624" Height="26.45671" AllowHTMLTags="True" Font.Charset="222" Font.Color="-16777208" Font.Height="-21" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="รูปแบบการซื้อ &#60;b&#62;[frxReceive.&#34;COMMON_DES&#34;]&#60;/b&#62;"/>
      <TfrxMemoView Name="Memo31" Left="487.37044" Top="93.29128" Width="37.7953" Height="26.45671" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="มูลค่า"/>
      <TfrxMemoView Name="Memo16" Left="638.29963" Top="93.48825" Width="45.35436" Height="26.45671" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="Lot No."/>
      <TfrxMemoView Name="Memo33" Left="414.00031" Top="60.47248" Width="302.3624" Height="26.45671" AllowHTMLTags="True" Font.Charset="222" Font.Color="-16777208" Font.Height="-21" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="ผู้จำหน่าย &#60;b&#62;[frxReceive.&#34;VENDOR_NAME&#34;]&#60;/b&#62;"/>
    </TfrxGroupHeader>
    <TfrxGroupFooter Name="GroupFooter1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="64.25201" Left="0" Top="500" Width="718.1107">
      <TfrxMemoView Name="Memo27" Left="121.94496" Top="11.66141" Width="593.38621" Height="30.23624" AllowHTMLTags="True" DisplayFormat.FormatStr="%2.0n" Font.Charset="1" Font.Color="0" Font.Height="-21" Font.Name="AngsanaUPC" Font.Style="0" HAlign="haRight" ParentFont="False" Text="รวมทั้งหมด  &#60;b&#62;[frxReceive.&#34;TOTAL_ITEM&#34;]&#60;/b&#62;   รายการ  จำนวนเงิน &#60;b&#62;[FormatFloat('#,##0.00',&#60;frxReceive.&#34;TOTAL_COST&#34;&#62;)]&#60;/b&#62;  บาท&#60;/b&#62;   รายการ  คิดเป็นมูลค่า &#60;b&#62;[FormatFloat('#,##0.00',&#60;frxReceive.&#34;TOTAL_VALUE&#34;&#62;)]&#60;/b&#62;  บาท"/>
      <TfrxLineView Name="Line1" Left="3.77953" Top="9" Width="710.55164" Height="0" Color="0" Frame.Color="12632256" Diagonal="True"/>
    </TfrxGroupFooter>
    <TfrxGroupHeader Name="GroupHeader2" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="0" Left="0" Top="252" Width="718.1107" OnBeforePrint="GroupHeader2OnBeforePrint" Condition="frxReceive.&#34;WORKING_CODE&#34;" KeepTogether="True"/>
    <TfrxGroupFooter Name="GroupFooter2" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="7.55906" Left="0" Top="472" Width="718.1107">
      <TfrxLineView Name="Line6" Left="2.67718" Top="2.44094" Width="710.55164" Height="0" Color="0" Frame.Color="12632256" Frame.Style="fsDot" Diagonal="True"/>
    </TfrxGroupFooter>
    <TfrxDetailData Name="DetailData1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="30.23624" Left="0" Top="400" Width="718.1107" ColumnWidth="0" ColumnGap="0" DataSet="qry_INV_MD_C" DataSetName="inv_md_c" RowCount="0">
      <TfrxMemoView Name="inv_md_cTRADE_NAME" Left="260.94496" Top="1.23624" Width="196.53556" Height="26.45671" DataSet="qry_INV_MD_C" DataSetName="inv_md_c" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" SuppressRepeated="True" Text="[Line#]. [inv_md_c.&#34;TRADE_NAME&#34;]"/>
      <TfrxMemoView Name="inv_md_cEXPIRED_DATE" Left="562.58287" Top="1.23624" Width="75.5906" Height="26.45671" DataSet="qry_INV_MD_C" DataSetName="inv_md_c" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[COPY(&#60;inv_md_c.&#34;EXPIRED_DATE&#34;&#62;,7,2)]/[COPY(&#60;inv_md_c.&#34;EXPIRED_DATE&#34;&#62;,5,2)]/[COPY(&#60;inv_md_c.&#34;EXPIRED_DATE&#34;&#62;,1,4)]"/>
      <TfrxMemoView Name="inv_md_cLOT_NO" Left="654.06339" Top="1.01577" Width="60.47248" Height="26.45671" DataField="LOT_NO" DataSet="qry_INV_MD_C" DataSetName="inv_md_c" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="[inv_md_c.&#34;LOT_NO&#34;]"/>
      <TfrxMemoView Name="inv_md_cQTY_ON_HAND" Left="459.42548" Top="1.01577" Width="94.48825" Height="26.45671" DataSet="qry_INV_MD_C" DataSetName="inv_md_c" DisplayFormat.FormatStr="%2.0n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[&#60;inv_md_c.&#34;QTY_ON_HAND&#34;&#62;/&#60;inv_md_c.&#34;PACK_RATIO&#34;&#62;] x [inv_md_c.&#34;PACK_RATIO&#34;]  [inv_md_c.&#34;SALE_UNIT&#34;]"/>
    </TfrxDetailData>
    <TfrxHeader Name="Header1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="30.23624" Left="0" Top="348" Width="718.1107">
      <TfrxMemoView Name="Memo10" Left="221.11812" Top="1.07885" Width="37.7953" Height="22.67718" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="1" HAlign="haRight" ParentFont="False" Text="คงคลัง"/>
      <TfrxMemoView Name="Memo25" Left="577.9295" Top="0.85838" Width="64.25201" Height="26.45671" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="วันหมดอายุ"/>
      <TfrxMemoView Name="Memo26" Left="483.77984" Top="0.85838" Width="52.91342" Height="22.67718" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" HAlign="haCenter" ParentFont="False" Text="คงเหลือ"/>
      <TfrxMemoView Name="Memo30" Left="655.74057" Top="0.85838" Width="45.35436" Height="22.67718" Font.Charset="1" Font.Color="0" Font.Height="-19" Font.Name="AngsanaUPC" Font.Style="0" ParentFont="False" Text="Lot No."/>
      <TfrxLineView Name="Line5" Left="223.63791" Top="26.53556" Width="491.3389" Height="0" Color="0" Frame.Color="12632256" Diagonal="True"/>
    </TfrxHeader>
    <TfrxFooter Name="Footer1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="0" Left="0" Top="452" Width="718.1107"/>
  </TfrxReportPage>
</TfrxReport>
