초기 정리: PIT3000 분석 자료 업로드

- 좌표/SQL/API 분석 문서화
- 재현 스크립트와 예시 응답 추가
- 개인정보/원본 실행파일 제외
This commit is contained in:
2026-06-29 00:27:06 +00:00
commit bde81cdc7e
18 changed files with 3393 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
__pycache__/
.venv/
out/
*.exe
*.dll
*.mdb
*.mdf
*.ldf
*.bak
.env
.DS_Store

73
README.md Normal file
View File

@@ -0,0 +1,73 @@
# PIT3000 인쇄/영수증 Reverse Engineering Notes
PIT3000/PM2000V6의 약제비 A4 출력물과 관련된 **QuickReport/FastReport 객체 좌표, SQL 필드 매핑, 샘플 렌더러**를 정리한 저장소입니다.
## 핵심 결론
| 출력물/서식 | 엔진 | 확인 내용 |
|---|---|---|
| 약제비 계산서·영수증 | **QuickReport** (`TQRLabel`, `TQRShape`, `TQRBand`, `TQRDBText`) | PM_MAIN 쪽 QuickReport 객체가 실제 A4 영수증 본체에 가장 근접 |
| 진료비(약제비) 납입 확인서 | **QuickReport** | PM_PharmCharge/PM_MAIN 내부 QuickReport blob에 존재 |
| `frx_presprint` | FastReport (`TfrxReport`) | 제목이 `판매 내역서`; A4 약제비 영수증 본체가 아님 |
| `frxTeoul_A4_*` | FastReport | 터울/약봉투 계열로 분리해서 봐야 함 |
> 주의: `SUNG_CODE`는 성분코드입니다. 보험코드로 취급하면 안 됩니다.
## 포함 자료
- `data/quickreport/quickreport_receipt_canonical_top.csv`
QuickReport A4 후보 객체 좌표/라벨/데이터셋 필드.
- `data/quickreport/quickreport_receipt_summary.md`
QuickReport 후보 요약.
- `data/fastreport/frx_presprint_objects_canonical.csv`
FastReport `frx_presprint` 판매내역서 객체.
- `sql/a4_receipt_amount_query.md`
A4 영수증/납입확인서 금액 필드와 추정 SQL 흐름.
- `scripts/render_a4_receipt_pm_main.py`
PM_MAIN QuickReport 약제비 계산서·영수증 좌표 기반 샘플 렌더러.
- `scripts/render_a4_quickreport_receipt.py`
PM_PharmCharge QuickReport 납입확인서/영수증 후보 렌더러.
- `examples/rendered/`
실제 SQL 샘플 필드 매핑으로 만든 PDF/PNG 결과.
## 빠른 실행
```bash
python3 -m venv .venv
. .venv/bin/activate
pip install reportlab pymupdf
python scripts/render_a4_receipt_pm_main.py
```
결과는 `out/` 또는 스크립트 내부 `examples/rendered/` 경로로 생성하도록 조정해서 사용하면 됩니다.
## 현재 매핑 상태
`PM_BASE..CD_SELL_MASTE` 계열에서 확보된 샘플 필드:
```text
CUSCODE, PRESERIAL, PREPASS, INDATE, PANAME, PANUM,
TOT_C, CHUNG_C, BON_C, CARD_C, CHASH_C, PAPER_C, BI_PRICE, BI_CNT
```
대표 매핑:
| QuickReport 객체 | SQL/계산 필드 | 의미 |
|---|---|---|
| `Q_PreSerial` | `PRESERIAL` | 영수증번호/처방 serial |
| `Q_paname` | `PANAME` | 환자명 |
| `Q_InDate` | `INDATE` | 조제일자 |
| `Q_Price_A` | `TOT_C` | 약제비 총액 |
| `Q_Price_p` | `BON_C` | 본인부담금 |
| `Q_Price_c` | `CHUNG_C` | 보험자부담금 |
| `Q_s_FastMon` | `BI_PRICE` | 비급여/전액본인부담 계열 |
| `Q_CardPrice` | `CARD_C` | 카드 결제액 |
| `Q_CashPrint` | `PAPER_C` | 현금영수증/지류 계열 |
| `Q_Chah` | `CHASH_C` | 현금 계열 |
| `Q_PersonNum` | `PANUM` | 주민번호/식별번호, 반드시 마스킹 |
## 보안/개인정보
- 원본 EXE, DB dump, 원본 환자명/주민번호는 포함하지 않습니다.
- 샘플 산출물의 환자명은 더미값/마스킹값으로 치환했습니다.
- 실제 운영 DB 접속정보는 저장소에 넣지 않습니다.

View File

@@ -0,0 +1,85 @@
source_bin,idx,class,name,offset,left,top,width,height,font_height,font_name,font_style,halign,valign,text,dataset,datafield,all_props
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,0,TfrxDBDataset,Dataset_PresPrint,219957,1128,544,,,,,,,,ADO_PresPrint,ADO_PresPrint,,"{""DataSet"": ""ADO_PresPrint"", ""Left"": 1128, ""Top"": 544}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,1,TfrxDBDataset,Dataset_DrugPrint,220089,1128,600,,,,,,,,ADO_DrugPrint,ADO_DrugPrint,,"{""DataSet"": ""ADO_DrugPrint"", ""Left"": 1128, ""Top"": 600}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,2,TfrxReport,frx_presprint,220221,1208,576,,,,,,,,,,,"{""Left"": 1208, ""Top"": 576, ""Version"": ""4.13.1""}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,3,TfrxDataPage,Data,220883,,,1000.0,1000.0,,,,,,,,,"{""Height"": 1000.0, ""Width"": 1000.0}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,4,TfrxReportPage,Page1,220938,,,,,,,,,,,,,"{""PaperHeight"": 297.0, ""PaperSize"": 9, ""PaperWidth"": 210.0}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,5,TfrxPageHeader,PageHeader1,221107,,18.89765,718.1107,361.17347,-13,맑은고딕,[],,,,,,"{""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -13, ""Font.Name"": ""맑은고딕"", ""Font.Style"": [], ""Height"": 361.17347, ""ParentFont"": false, ""Top"": 18.89765, ""Width"": 718.1107}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,6,TfrxMemoView,Memo2,221308,3.77953,,260.78757,15.11812,-11,맑은 고딕,"[""fsBold""]",,,■ 약사법 시행규칙 ['[ 별지 제23호의1 서식 ]'],,,"{""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -11, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [""fsBold""], ""Height"": 15.11812, ""Left"": 3.77953, ""Memo.UTF8W"": [""■ 약사법 시행규칙 ['[ 별지 제23호의1 서식 ]']""], ""ParentFont"": false, ""Width"": 260.78757}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,7,TfrxMemoView,Memo4,221595,7.55906,63.5906,105.82684,22.67718,-16,맑은 고딕,[],,,요양기관기호:,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 22.67718, ""Left"": 7.55906, ""Memo.UTF8W"": [""요양기관기호:""], ""ParentFont"": false, ""Top"": 63.5906, ""Width"": 105.82684}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,8,TfrxMemoView,Memo3,221838,294.80334,18.67718,120.94496,34.01577,-21,맑은 고딕,"[""fsBold""]",,,판매 내역서,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -21, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [""fsBold""], ""Height"": 34.01577, ""Left"": 294.80334, ""Memo.UTF8W"": [""판매 내역서""], ""ParentFont"": false, ""Top"": 18.67718, ""Width"": 120.94496}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,9,TfrxMemoView,Memo1,222086,67.03154,304.14193,151.1812,22.67718,-16,맑은 고딕,[],,,판매 의약품의 명칭,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 22.67718, ""Left"": 67.03154, ""Memo.UTF8W"": [""판매 의약품의 명칭""], ""ParentFont"": false, ""Top"": 304.14193, ""Width"": 151.1812}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,10,TfrxMemoView,Memo5,222335,271.12616,291.80334,52.91342,41.57483,-16,맑은 고딕,[],,,"1회
투약량",,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 41.57483, ""Left"": 271.12616, ""Memo.UTF8W"": ["" 1회"", ""투약량""], ""ParentFont"": false, ""Top"": 291.80334, ""Width"": 52.91342}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,11,TfrxMemoView,Memo6,222582,581.82715,301.3624,52.91342,26.45671,-16,맑은 고딕,[],,,용 법,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 26.45671, ""Left"": 581.82715, ""Memo.UTF8W"": [""용 법""], ""ParentFont"": false, ""Top"": 301.3624, ""Width"": 52.91342}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,12,TfrxMemoView,Memo7,222820,7.55906,101.3859,94.48825,22.67718,-16,맑은 고딕,[],,,발급 연월일,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 22.67718, ""Left"": 7.55906, ""Memo.UTF8W"": [""발급 연월일""], ""ParentFont"": false, ""Top"": 101.3859, ""Width"": 94.48825}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,13,TfrxMemoView,Memo8,223061,5.77953,155.29932,37.7953,22.67718,-16,맑은 고딕,[],,,환자,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 22.67718, ""Left"": 5.77953, ""Memo.UTF8W"": [""환자""], ""ParentFont"": false, ""Top"": 155.29932, ""Width"": 37.7953}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,14,TfrxMemoView,Memo9,223294,45.35436,234.66945,109.60637,22.67718,-16,맑은 고딕,[],,,판매 약사 성명,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 22.67718, ""Left"": 45.35436, ""Memo.UTF8W"": [""판매 약사 성명""], ""ParentFont"": false, ""Top"": 234.66945, ""Width"": 109.60637}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,15,TfrxMemoView,Memo10,223539,344.71676,291.80334,68.03154,41.57483,-16,맑은 고딕,[],,,"1일
투여횟수",,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 41.57483, ""Left"": 344.71676, ""Memo.UTF8W"": ["" 1일"", ""투여횟수""], ""ParentFont"": false, ""Top"": 291.80334, ""Width"": 68.03154}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,16,TfrxMemoView,Memo11,223791,424.30736,292.80334,68.03154,41.57483,-16,맑은 고딕,[],,,"
투약일수",,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 41.57483, ""Left"": 424.30736, ""Memo.UTF8W"": ["""", ""투약일수""], ""ParentFont"": false, ""Top"": 292.80334, ""Width"": 68.03154}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,17,TfrxMemoView,Memo12,224042,52.69295,175.9765,68.03154,22.67718,-16,맑은 고딕,[],,,생년월일,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 22.67718, ""Left"": 52.69295, ""Memo.UTF8W"": [""생년월일""], ""ParentFont"": false, ""Top"": 175.9765, ""Width"": 68.03154}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,18,TfrxMemoView,Memo13,224280,355.27582,127.84261,52.91342,41.57483,-16,맑은 고딕,[],,,"약국·
약업사",,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 41.57483, ""Left"": 355.27582, ""Memo.UTF8W"": [""약국·"", ""약업사""], ""ParentFont"": false, ""Top"": 127.84261, ""Width"": 52.91342}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,19,TfrxMemoView,Memo15,224527,53.91342,138.40167,64.25201,22.67718,-16,맑은 고딕,[],,,성 명,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 22.67718, ""Left"": 53.91342, ""Memo.UTF8W"": [""성 명""], ""ParentFont"": false, ""Top"": 138.40167, ""Width"": 64.25201}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,20,TfrxMemoView,Memo16,224768,427.08689,97.60637,64.25201,22.67718,-16,맑은 고딕,[],,,명 칭,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 22.67718, ""Left"": 427.08689, ""Memo.UTF8W"": [""명 칭""], ""ParentFont"": false, ""Top"": 97.60637, ""Width"": 64.25201}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,21,TfrxMemoView,Memo17,225009,423.30736,139.1812,68.03154,22.67718,-16,맑은 고딕,[],,,전화번호,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 22.67718, ""Left"": 423.30736, ""Memo.UTF8W"": [""전화번호""], ""ParentFont"": false, ""Top"": 139.1812, ""Width"": 68.03154}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,22,TfrxMemoView,Memo18,225247,423.30736,176.9765,68.03154,22.67718,-16,맑은 고딕,[],,,팩스번호,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 22.67718, ""Left"": 423.30736, ""Memo.UTF8W"": [""팩스번호""], ""ParentFont"": false, ""Top"": 176.9765, ""Width"": 68.03154}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,23,TfrxMemoView,Memo19,225485,496.89796,214.7718,68.03154,22.67718,-16,맑은 고딕,[],,,면허종류,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 22.67718, ""Left"": 496.89796, ""Memo.UTF8W"": [""면허종류""], ""ParentFont"": false, ""Top"": 214.7718, ""Width"": 68.03154}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,24,TfrxMemoView,Memo20,225723,496.89796,252.5671,68.03154,22.67718,-16,맑은 고딕,[],,,면허번호,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 22.67718, ""Left"": 496.89796, ""Memo.UTF8W"": [""면허번호""], ""ParentFont"": false, ""Top"": 252.5671, ""Width"": 68.03154}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,25,TfrxMemoView,Memo23,225961,202.65368,101.3859,22.67718,22.67718,-15,맑은 고딕,[],,,,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -15, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 22.67718, ""Left"": 202.65368, ""Memo.UTF8W"": [""""], ""ParentFont"": false, ""Top"": 101.3859, ""Width"": 22.67718}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,26,TfrxMemoView,Memo24,226193,580.82715,252.5671,22.67718,26.45671,-16,맑은 고딕,[],,,,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 26.45671, ""Left"": 580.82715, ""Memo.UTF8W"": [""""], ""ParentFont"": false, ""Top"": 252.5671, ""Width"": 22.67718}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,27,TfrxMemoView,Memo25,226425,687.65399,252.5671,26.45671,26.45671,-16,맑은 고딕,[],,,,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 26.45671, ""Left"": 687.65399, ""Memo.UTF8W"": [""""], ""ParentFont"": false, ""Top"": 252.5671, ""Width"": 26.45671}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,28,TfrxMemoView,Memo28,226657,261.34663,101.3859,22.67718,22.67718,-15,맑은 고딕,[],,,,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -15, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 22.67718, ""Left"": 261.34663, ""Memo.UTF8W"": [""""], ""ParentFont"": false, ""Top"": 101.3859, ""Width"": 22.67718}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,29,TfrxMemoView,Memo29,226889,315.48052,101.3859,22.67718,26.45671,-15,맑은 고딕,[],,,,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -15, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 26.45671, ""Left"": 315.48052, ""Memo.UTF8W"": [""""], ""ParentFont"": false, ""Top"": 101.3859, ""Width"": 22.67718}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,30,TfrxMemoView,Memo21,227121,580.60668,214.17337,42.83467,25.19687,-16,맑은 고딕,[],,,약사,,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 25.19686667, ""Left"": 580.60668, ""Memo.UTF8W"": [""약사""], ""ParentFont"": false, ""Top"": 214.17336667, ""Width"": 42.83467333}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,31,TfrxLineView,Line1,227355,,56.69295,718.1107,,,,,,,,,,"{""Frame.Width"": 2.0, ""Top"": 56.69295, ""Width"": 718.1107}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,32,TfrxLineView,Line2,227451,,91.04731,718.1107,,,,,,,,,,"{""Top"": 91.04731, ""Width"": 718.1107}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,33,TfrxLineView,Line3,227524,0.22047,128.96073,340.1577,,,,,,,,,,"{""Left"": 0.22047, ""Top"": 128.96073, ""Width"": 340.1577}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,34,TfrxLineView,Line4,227613,48.5906,166.63791,291.02381,,,,,,,,,,"{""Left"": 48.5906, ""Top"": 166.63791, ""Width"": 291.02381}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,35,TfrxLineView,Line5,227702,,204.43321,718.1107,,,,,,,,,,"{""Top"": 204.43321, ""Width"": 718.1107}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,36,TfrxLineView,Line11,227775,415.7483,128.84261,302.3624,,,,,,,,,,"{""Left"": 415.7483, ""Top"": 128.84261, ""Width"": 302.3624}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,37,TfrxLineView,Line12,227865,415.7483,166.63791,302.3624,,,,,,,,,,"{""Left"": 415.7483, ""Top"": 166.63791, ""Width"": 302.3624}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,38,TfrxLineView,Line13,227955,,280.02381,718.1107,,,,,,,,,,"{""Top"": 280.02381, ""Width"": 718.1107}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,39,TfrxLineView,Line6,228029,48.5906,128.50402,,75.5906,,,,,,,,,"{""Height"": 75.5906, ""Left"": 48.5906, ""Top"": 128.50402}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,40,TfrxLineView,Line8,228119,340.1577,90.70872,,113.3859,,,,,,,,,"{""Height"": 113.3859, ""Left"": 340.1577, ""Top"": 90.70872}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,41,TfrxLineView,Line9,228209,415.7483,90.70872,,113.3859,,,,,,,,,"{""Height"": 113.3859, ""Left"": 415.7483, ""Top"": 90.70872}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,42,TfrxLineView,Line10,228299,493.3389,90.70872,,254.3622,,,,,,,,,"{""Height"": 254.362204724409, ""Left"": 493.3389, ""Top"": 90.70872}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,43,TfrxLineView,Line17,228390,,345.07087,718.1107,,,,,,,,,,"{""Top"": 345.070866141732, ""Width"": 718.1107}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,44,TfrxLineView,Line16,228464,188.9765,204.09462,,75.5906,,,,,,,,,"{""Height"": 75.5906, ""Left"": 188.9765, ""Top"": 204.09462}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,45,TfrxMemoView,Memo14,228555,328.81911,249.44898,154.96073,22.67718,-16,맑은 고딕,[],,,( 서명 또는 날인 ),,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 22.67718, ""Left"": 328.81911, ""Memo.UTF8W"": [""( 서명 또는 날인 )""], ""ParentFont"": false, ""Top"": 249.44898, ""Width"": 154.96073}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,46,TfrxLineView,Line14,228813,,56.67718,,289.13386,,,,,,,,,"{""Height"": 289.133858267717, ""Top"": 56.67718}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,47,TfrxLineView,Line15,228888,717.55164,56.69295,,289.13386,,,,,,,,,"{""Height"": 289.133858267717, ""Left"": 717.55164, ""Top"": 56.69295}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,48,TfrxLineView,Line20,228979,493.11843,245.66945,222.99227,,,,,,,,,,"{""Left"": 493.11843, ""Top"": 245.66945, ""Width"": 222.99227}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,49,TfrxLineView,Line26,229069,264.11039,280.65368,,64.62992,,,,,,,,,"{""Height"": 64.62992126, ""Left"": 264.11039, ""Top"": 280.65368}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,50,TfrxLineView,Line27,229160,340.1577,280.68522,,64.62992,,,,,,,,,"{""Height"": 64.62992126, ""Left"": 340.1577, ""Top"": 280.68522}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,51,TfrxLineView,Line28,229251,415.7483,281.46475,,64.62993,,,,,,,,,"{""Height"": 64.62993102, ""Left"": 415.7483, ""Top"": 281.46475}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,52,TfrxMemoView,LBL_ISCODE,229342,117.16543,64.25201,158.74026,18.89765,-16,맑은 고딕,[],,,"[Dataset_PresPrint.""ISCODE""]",Dataset_PresPrint,ISCODE,"{""DataField"": ""ISCODE"", ""DataSet"": ""Dataset_PresPrint"", ""DataSetName"": ""Dataset_PresPrint"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 18.89765, ""Left"": 117.16543, ""Memo.UTF8W"": [""[Dataset_PresPrint.\""ISCODE\""]""], ""ParentFont"": false, ""Top"": 64.25201, ""Width"": 158.74026}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,53,TfrxMemoView,LBL_YYYY,229677,150.1812,101.04731,49.13389,18.89765,-15,맑은 고딕,[],,,"[Dataset_PresPrint.""YYYY""]",Dataset_PresPrint,YYYY,"{""DataField"": ""YYYY"", ""DataSet"": ""Dataset_PresPrint"", ""DataSetName"": ""Dataset_PresPrint"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -15, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 18.89765, ""Left"": 150.1812, ""Memo.UTF8W"": [""[Dataset_PresPrint.\""YYYY\""]""], ""ParentFont"": false, ""Top"": 101.04731, ""Width"": 49.13389}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,54,TfrxMemoView,LBL_MM,230006,233.33086,101.04731,26.45671,18.89765,-15,맑은 고딕,[],,,"[Dataset_PresPrint.""MM""]",Dataset_PresPrint,MM,"{""DataField"": ""MM"", ""DataSet"": ""Dataset_PresPrint"", ""DataSetName"": ""Dataset_PresPrint"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -15, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 18.89765, ""Left"": 233.33086, ""Memo.UTF8W"": [""[Dataset_PresPrint.\""MM\""]""], ""ParentFont"": false, ""Top"": 101.04731, ""Width"": 26.45671}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,55,TfrxMemoView,LBL_DD,230329,286.24428,101.04731,26.45671,18.89765,-15,맑은 고딕,[],,,"[Dataset_PresPrint.""DD""]",Dataset_PresPrint,DD,"{""DataField"": ""DD"", ""DataSet"": ""Dataset_PresPrint"", ""DataSetName"": ""Dataset_PresPrint"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -15, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 18.89765, ""Left"": 286.24428, ""Memo.UTF8W"": [""[Dataset_PresPrint.\""DD\""]""], ""ParentFont"": false, ""Top"": 101.04731, ""Width"": 26.45671}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,56,TfrxMemoView,LBL_PANAME,230652,151.1812,137.06308,166.29932,26.45671,-15,맑은 고딕,[],,,"[Dataset_PresPrint.""PANAME""]",Dataset_PresPrint,PANAME,"{""DataField"": ""PANAME"", ""DataSet"": ""Dataset_PresPrint"", ""DataSetName"": ""Dataset_PresPrint"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -15, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 26.45671, ""Left"": 151.1812, ""Memo.UTF8W"": [""[Dataset_PresPrint.\""PANAME\""]""], ""ParentFont"": false, ""Top"": 137.06308, ""Width"": 166.29932}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,57,TfrxMemoView,LBL_BIRTHDAY,230987,151.1812,172.85838,162.51979,26.45671,-15,맑은 고딕,[],,,"[Dataset_PresPrint.""BIRTHDAY""]",Dataset_PresPrint,BIRTHDAY,"{""DataField"": ""BIRTHDAY"", ""DataSet"": ""Dataset_PresPrint"", ""DataSetName"": ""Dataset_PresPrint"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -15, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 26.45671, ""Left"": 151.1812, ""Memo.UTF8W"": [""[Dataset_PresPrint.\""BIRTHDAY\""]""], ""ParentFont"": false, ""Top"": 172.85838, ""Width"": 162.51979}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,58,TfrxMemoView,LBL_PHARMNAME,231328,498.89796,98.26778,204.09462,22.67718,-15,맑은 고딕,[],,,"[Dataset_PresPrint.""NAME""]",Dataset_PresPrint,NAME,"{""DataField"": ""NAME"", ""DataSet"": ""Dataset_PresPrint"", ""DataSetName"": ""Dataset_PresPrint"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -15, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 22.67718, ""Left"": 498.89796, ""Memo.UTF8W"": [""[Dataset_PresPrint.\""NAME\""]""], ""ParentFont"": false, ""Top"": 98.26778, ""Width"": 204.09462}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,59,TfrxMemoView,LBL_PHONE3,231662,498.89796,139.84261,200.31509,22.67718,-15,맑은 고딕,[],,,"[Dataset_PresPrint.""TEL""]",Dataset_PresPrint,TEL,"{""DataField"": ""TEL"", ""DataSet"": ""Dataset_PresPrint"", ""DataSetName"": ""Dataset_PresPrint"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -15, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 22.67718, ""Left"": 498.89796, ""Memo.UTF8W"": [""[Dataset_PresPrint.\""TEL\""]""], ""ParentFont"": false, ""Top"": 139.84261, ""Width"": 200.31509}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,60,TfrxMemoView,LBL_LICENSE,231991,608.50433,252.44898,71.81107,26.45671,-15,맑은 고딕,[],,,"[Dataset_PresPrint.""CD_LICENSE""]",Dataset_PresPrint,CD_LICENSE,"{""DataField"": ""CD_LICENSE"", ""DataSet"": ""Dataset_PresPrint"", ""DataSetName"": ""Dataset_PresPrint"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -15, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 26.45671, ""Left"": 608.50433, ""Memo.UTF8W"": [""[Dataset_PresPrint.\""CD_LICENSE\""]""], ""ParentFont"": false, ""Top"": 252.44898, ""Width"": 71.81107}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,61,TfrxMemoView,LBL_PHARMACIST,232335,196.53556,230.55133,219.21274,26.45671,-16,맑은 고딕,[],,,"[Dataset_PresPrint.""COUNTNO""]",Dataset_PresPrint,COUNTNO,"{""DataField"": ""COUNTNO"", ""DataSet"": ""Dataset_PresPrint"", ""DataSetName"": ""Dataset_PresPrint"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -16, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 26.45671, ""Left"": 196.53556, ""Memo.UTF8W"": [""[Dataset_PresPrint.\""COUNTNO\""]""], ""ParentFont"": false, ""Top"": 230.55133, ""Width"": 219.21274}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,62,TfrxLineView,Line29,232676,128.50402,90.70872,,113.3859,,,,,,,,,"{""Height"": 113.3859, ""Left"": 128.50402, ""Top"": 90.70872}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,63,TfrxMasterData,MasterData1,232768,,442.20501,718.1107,99.04731,-13,맑은고딕,[],,,Dataset_DrugPrint,Dataset_DrugPrint,,"{""DataSet"": ""Dataset_DrugPrint"", ""DataSetName"": ""Dataset_DrugPrint"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -13, ""Font.Name"": ""맑은고딕"", ""Font.Style"": [], ""Height"": 99.04731, ""ParentFont"": false, ""RowCount"": 0, ""Top"": 442.20501, ""Width"": 718.1107}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,64,TfrxMemoView,frxDBDataset1DrugCode,233038,3.77953,11.33859,260.78757,18.89765,-13,맑은고딕,[],,,"[Dataset_DrugPrint.""GOODSNAME""]",frxDBDataset1,,"{""DataSetName"": ""frxDBDataset1"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -13, ""Font.Name"": ""맑은고딕"", ""Font.Style"": [], ""Height"": 18.89765, ""Left"": 3.77953, ""Memo.UTF8W"": [""[Dataset_DrugPrint.\""GOODSNAME\""]""], ""ParentFont"": false, ""Top"": 11.33859, ""Width"": 260.78757}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,65,TfrxMemoView,frxDBDataset1Days,233336,268.34663,11.11812,75.5906,18.89765,-13,맑은고딕,[],,,"[Dataset_DrugPrint.""QUAN""]",frxDBDataset1,,"{""DataSetName"": ""frxDBDataset1"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -13, ""Font.Name"": ""맑은고딕"", ""Font.Style"": [], ""Height"": 18.89765, ""Left"": 268.34663, ""Memo.UTF8W"": [""[Dataset_DrugPrint.\""QUAN\""]""], ""ParentFont"": false, ""Top"": 11.11812, ""Width"": 75.5906}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,66,TfrxLineView,Line25,233625,1.77953,42.35436,492.47244,,,,,,,,,,"{""Left"": 1.77953, ""Top"": 42.35436, ""Width"": 492.47244094}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,67,TfrxMemoView,frxDBDataset1Quan,233715,343.93723,11.11812,64.25201,18.89765,-13,맑은고딕,[],,,"[Dataset_DrugPrint.""QUAN_TIME""]",frxDBDataset1,,"{""DataSetName"": ""frxDBDataset1"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -13, ""Font.Name"": ""맑은고딕"", ""Font.Style"": [], ""Height"": 18.89765, ""Left"": 343.93723, ""Memo.UTF8W"": [""[Dataset_DrugPrint.\""QUAN_TIME\""]""], ""ParentFont"": false, ""Top"": 11.11812, ""Width"": 64.25201}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,68,TfrxMemoView,frxDBDataset1Stnum,234009,423.30736,11.11812,64.25201,18.89765,-13,맑은고딕,[],,,"[Dataset_DrugPrint.""DAYS""]",frxDBDataset1,,"{""DataSetName"": ""frxDBDataset1"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -13, ""Font.Name"": ""맑은고딕"", ""Font.Style"": [], ""Height"": 18.89765, ""Left"": 423.30736, ""Memo.UTF8W"": [""[Dataset_DrugPrint.\""DAYS\""]""], ""ParentFont"": false, ""Top"": 11.11812, ""Width"": 64.25201}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,69,TfrxLineView,Line21,234299,264.34663,,,41.57483,,,,,,,,,"{""Height"": 41.57483, ""Left"": 264.34663, ""StretchMode"": ""smMaxHeight""}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,70,TfrxLineView,Line22,234400,340.14193,,,41.57483,,,,,,,,,"{""Height"": 41.57483, ""Left"": 340.14193, ""StretchMode"": ""smMaxHeight""}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,71,TfrxLineView,Line23,234501,415.74803,,,41.57483,,,,,,,,,"{""Height"": 41.57483, ""Left"": 415.7480315, ""StretchMode"": ""smMaxHeight""}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,72,TfrxLineView,Line24,234602,493.11843,,,41.57483,,,,,,,,,"{""Height"": 41.57483, ""Left"": 493.11843, ""StretchMode"": ""smMaxHeight""}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,73,TfrxLineView,Line7,234703,0.55906,,,41.57483,,,,,,,,,"{""Height"": 41.57483, ""Left"": 0.55906, ""StretchMode"": ""smMaxHeight""}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,74,TfrxLineView,Line18,234803,717.43352,,,37.7953,,,,,,,,,"{""Height"": 37.7953, ""Left"": 717.43352, ""StretchMode"": ""smMaxHeight""}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,75,TfrxMemoView,Dataset_PresPrintyong2,234904,551.81138,22.67718,158.74026,18.89765,-13,맑은 고딕,[],,,"[Dataset_PresPrint.""yong2""]",Dataset_PresPrint,yong2,"{""DataField"": ""yong2"", ""DataSet"": ""Dataset_PresPrint"", ""DataSetName"": ""Dataset_PresPrint"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 18.89765, ""Left"": 551.81138, ""Memo.UTF8W"": [""[Dataset_PresPrint.\""yong2\""]""], ""ParentFont"": false, ""Top"": 22.67718, ""Width"": 158.74026}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,76,TfrxMemoView,Dataset_PresPrintyong1,235272,498.89796,3.77953,200.31509,18.89765,-13,맑은 고딕,[],,,"[Dataset_PresPrint.""yong1""]",Dataset_PresPrint,yong1,"{""DataField"": ""yong1"", ""DataSet"": ""Dataset_PresPrint"", ""DataSetName"": ""Dataset_PresPrint"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 18.89765, ""Left"": 498.89796, ""Memo.UTF8W"": [""[Dataset_PresPrint.\""yong1\""]""], ""ParentFont"": false, ""Top"": 3.77953, ""Width"": 200.31509}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,77,TfrxPageFooter,PageFooter1,235641,,600.94527,718.1107,22.67718,-13,맑은고딕,[],,,,,,"{""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -13, ""Font.Name"": ""맑은고딕"", ""Font.Style"": [], ""Height"": 22.67718, ""ParentFont"": false, ""Top"": 600.94527, ""Width"": 718.1107}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,78,TfrxLineView,Line19,235831,,,718.1107,,,,,,,,,,"{""Width"": 718.1107}"
PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin,79,TfrxMemoView,Memo57,235890,464.88219,3.77953,249.44898,15.11812,-11,맑은 고딕,[],,,210mm X 297mm ['[ 일반용지 70g/㎡ (재활용품) ]'],,,"{""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clBlack"", ""Font.Height"": -11, ""Font.Name"": ""맑은 고딕"", ""Font.Style"": [], ""Height"": 15.11812, ""Left"": 464.88219, ""Memo.UTF8W"": [""210mm X 297mm ['[ 일반용지 70g/㎡ (재활용품) ]']""], ""ParentFont"": false, ""Top"": 3.77953, ""Width"": 249.44898}"
1 source_bin idx class name offset left top width height font_height font_name font_style halign valign text dataset datafield all_props
2 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 0 TfrxDBDataset Dataset_PresPrint 219957 1128 544 ADO_PresPrint ADO_PresPrint {"DataSet": "ADO_PresPrint", "Left": 1128, "Top": 544}
3 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 1 TfrxDBDataset Dataset_DrugPrint 220089 1128 600 ADO_DrugPrint ADO_DrugPrint {"DataSet": "ADO_DrugPrint", "Left": 1128, "Top": 600}
4 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 2 TfrxReport frx_presprint 220221 1208 576 {"Left": 1208, "Top": 576, "Version": "4.13.1"}
5 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 3 TfrxDataPage Data 220883 1000.0 1000.0 {"Height": 1000.0, "Width": 1000.0}
6 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 4 TfrxReportPage Page1 220938 {"PaperHeight": 297.0, "PaperSize": 9, "PaperWidth": 210.0}
7 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 5 TfrxPageHeader PageHeader1 221107 18.89765 718.1107 361.17347 -13 맑은고딕 [] {"Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clBlack", "Font.Height": -13, "Font.Name": "맑은고딕", "Font.Style": [], "Height": 361.17347, "ParentFont": false, "Top": 18.89765, "Width": 718.1107}
8 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 6 TfrxMemoView Memo2 221308 3.77953 260.78757 15.11812 -11 맑은 고딕 ["fsBold"] ■ 약사법 시행규칙 ['[ 별지 제23호의1 서식 ]'] {"Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clBlack", "Font.Height": -11, "Font.Name": "맑은 고딕", "Font.Style": ["fsBold"], "Height": 15.11812, "Left": 3.77953, "Memo.UTF8W": ["■ 약사법 시행규칙 ['[ 별지 제23호의1 서식 ]']"], "ParentFont": false, "Width": 260.78757}
9 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 7 TfrxMemoView Memo4 221595 7.55906 63.5906 105.82684 22.67718 -16 맑은 고딕 [] 요양기관기호: {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 22.67718, "Left": 7.55906, "Memo.UTF8W": ["요양기관기호:"], "ParentFont": false, "Top": 63.5906, "Width": 105.82684}
10 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 8 TfrxMemoView Memo3 221838 294.80334 18.67718 120.94496 34.01577 -21 맑은 고딕 ["fsBold"] 판매 내역서 {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -21, "Font.Name": "맑은 고딕", "Font.Style": ["fsBold"], "Height": 34.01577, "Left": 294.80334, "Memo.UTF8W": ["판매 내역서"], "ParentFont": false, "Top": 18.67718, "Width": 120.94496}
11 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 9 TfrxMemoView Memo1 222086 67.03154 304.14193 151.1812 22.67718 -16 맑은 고딕 [] 판매 의약품의 명칭 {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 22.67718, "Left": 67.03154, "Memo.UTF8W": ["판매 의약품의 명칭"], "ParentFont": false, "Top": 304.14193, "Width": 151.1812}
12 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 10 TfrxMemoView Memo5 222335 271.12616 291.80334 52.91342 41.57483 -16 맑은 고딕 [] 1회 투약량 {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 41.57483, "Left": 271.12616, "Memo.UTF8W": [" 1회", "투약량"], "ParentFont": false, "Top": 291.80334, "Width": 52.91342}
13 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 11 TfrxMemoView Memo6 222582 581.82715 301.3624 52.91342 26.45671 -16 맑은 고딕 [] 용 법 {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 26.45671, "Left": 581.82715, "Memo.UTF8W": ["용 법"], "ParentFont": false, "Top": 301.3624, "Width": 52.91342}
14 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 12 TfrxMemoView Memo7 222820 7.55906 101.3859 94.48825 22.67718 -16 맑은 고딕 [] 발급 연월일 {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 22.67718, "Left": 7.55906, "Memo.UTF8W": ["발급 연월일"], "ParentFont": false, "Top": 101.3859, "Width": 94.48825}
15 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 13 TfrxMemoView Memo8 223061 5.77953 155.29932 37.7953 22.67718 -16 맑은 고딕 [] 환자 {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 22.67718, "Left": 5.77953, "Memo.UTF8W": ["환자"], "ParentFont": false, "Top": 155.29932, "Width": 37.7953}
16 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 14 TfrxMemoView Memo9 223294 45.35436 234.66945 109.60637 22.67718 -16 맑은 고딕 [] 판매 약사 성명 {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 22.67718, "Left": 45.35436, "Memo.UTF8W": ["판매 약사 성명"], "ParentFont": false, "Top": 234.66945, "Width": 109.60637}
17 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 15 TfrxMemoView Memo10 223539 344.71676 291.80334 68.03154 41.57483 -16 맑은 고딕 [] 1일 투여횟수 {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 41.57483, "Left": 344.71676, "Memo.UTF8W": [" 1일", "투여횟수"], "ParentFont": false, "Top": 291.80334, "Width": 68.03154}
18 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 16 TfrxMemoView Memo11 223791 424.30736 292.80334 68.03154 41.57483 -16 맑은 고딕 [] 총 투약일수 {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 41.57483, "Left": 424.30736, "Memo.UTF8W": [" 총", "투약일수"], "ParentFont": false, "Top": 292.80334, "Width": 68.03154}
19 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 17 TfrxMemoView Memo12 224042 52.69295 175.9765 68.03154 22.67718 -16 맑은 고딕 [] 생년월일 {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 22.67718, "Left": 52.69295, "Memo.UTF8W": ["생년월일"], "ParentFont": false, "Top": 175.9765, "Width": 68.03154}
20 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 18 TfrxMemoView Memo13 224280 355.27582 127.84261 52.91342 41.57483 -16 맑은 고딕 [] 약국· 약업사 {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 41.57483, "Left": 355.27582, "Memo.UTF8W": ["약국·", "약업사"], "ParentFont": false, "Top": 127.84261, "Width": 52.91342}
21 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 19 TfrxMemoView Memo15 224527 53.91342 138.40167 64.25201 22.67718 -16 맑은 고딕 [] 성 명 {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 22.67718, "Left": 53.91342, "Memo.UTF8W": ["성 명"], "ParentFont": false, "Top": 138.40167, "Width": 64.25201}
22 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 20 TfrxMemoView Memo16 224768 427.08689 97.60637 64.25201 22.67718 -16 맑은 고딕 [] 명 칭 {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 22.67718, "Left": 427.08689, "Memo.UTF8W": ["명 칭"], "ParentFont": false, "Top": 97.60637, "Width": 64.25201}
23 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 21 TfrxMemoView Memo17 225009 423.30736 139.1812 68.03154 22.67718 -16 맑은 고딕 [] 전화번호 {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 22.67718, "Left": 423.30736, "Memo.UTF8W": ["전화번호"], "ParentFont": false, "Top": 139.1812, "Width": 68.03154}
24 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 22 TfrxMemoView Memo18 225247 423.30736 176.9765 68.03154 22.67718 -16 맑은 고딕 [] 팩스번호 {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 22.67718, "Left": 423.30736, "Memo.UTF8W": ["팩스번호"], "ParentFont": false, "Top": 176.9765, "Width": 68.03154}
25 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 23 TfrxMemoView Memo19 225485 496.89796 214.7718 68.03154 22.67718 -16 맑은 고딕 [] 면허종류 {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 22.67718, "Left": 496.89796, "Memo.UTF8W": ["면허종류"], "ParentFont": false, "Top": 214.7718, "Width": 68.03154}
26 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 24 TfrxMemoView Memo20 225723 496.89796 252.5671 68.03154 22.67718 -16 맑은 고딕 [] 면허번호 {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 22.67718, "Left": 496.89796, "Memo.UTF8W": ["면허번호"], "ParentFont": false, "Top": 252.5671, "Width": 68.03154}
27 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 25 TfrxMemoView Memo23 225961 202.65368 101.3859 22.67718 22.67718 -15 맑은 고딕 [] {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -15, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 22.67718, "Left": 202.65368, "Memo.UTF8W": ["년"], "ParentFont": false, "Top": 101.3859, "Width": 22.67718}
28 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 26 TfrxMemoView Memo24 226193 580.82715 252.5671 22.67718 26.45671 -16 맑은 고딕 [] {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 26.45671, "Left": 580.82715, "Memo.UTF8W": ["제"], "ParentFont": false, "Top": 252.5671, "Width": 22.67718}
29 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 27 TfrxMemoView Memo25 226425 687.65399 252.5671 26.45671 26.45671 -16 맑은 고딕 [] {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 26.45671, "Left": 687.65399, "Memo.UTF8W": ["호"], "ParentFont": false, "Top": 252.5671, "Width": 26.45671}
30 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 28 TfrxMemoView Memo28 226657 261.34663 101.3859 22.67718 22.67718 -15 맑은 고딕 [] {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -15, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 22.67718, "Left": 261.34663, "Memo.UTF8W": ["월"], "ParentFont": false, "Top": 101.3859, "Width": 22.67718}
31 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 29 TfrxMemoView Memo29 226889 315.48052 101.3859 22.67718 26.45671 -15 맑은 고딕 [] {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -15, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 26.45671, "Left": 315.48052, "Memo.UTF8W": ["일"], "ParentFont": false, "Top": 101.3859, "Width": 22.67718}
32 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 30 TfrxMemoView Memo21 227121 580.60668 214.17337 42.83467 25.19687 -16 맑은 고딕 [] 약사 {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 25.19686667, "Left": 580.60668, "Memo.UTF8W": ["약사"], "ParentFont": false, "Top": 214.17336667, "Width": 42.83467333}
33 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 31 TfrxLineView Line1 227355 56.69295 718.1107 {"Frame.Width": 2.0, "Top": 56.69295, "Width": 718.1107}
34 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 32 TfrxLineView Line2 227451 91.04731 718.1107 {"Top": 91.04731, "Width": 718.1107}
35 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 33 TfrxLineView Line3 227524 0.22047 128.96073 340.1577 {"Left": 0.22047, "Top": 128.96073, "Width": 340.1577}
36 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 34 TfrxLineView Line4 227613 48.5906 166.63791 291.02381 {"Left": 48.5906, "Top": 166.63791, "Width": 291.02381}
37 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 35 TfrxLineView Line5 227702 204.43321 718.1107 {"Top": 204.43321, "Width": 718.1107}
38 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 36 TfrxLineView Line11 227775 415.7483 128.84261 302.3624 {"Left": 415.7483, "Top": 128.84261, "Width": 302.3624}
39 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 37 TfrxLineView Line12 227865 415.7483 166.63791 302.3624 {"Left": 415.7483, "Top": 166.63791, "Width": 302.3624}
40 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 38 TfrxLineView Line13 227955 280.02381 718.1107 {"Top": 280.02381, "Width": 718.1107}
41 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 39 TfrxLineView Line6 228029 48.5906 128.50402 75.5906 {"Height": 75.5906, "Left": 48.5906, "Top": 128.50402}
42 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 40 TfrxLineView Line8 228119 340.1577 90.70872 113.3859 {"Height": 113.3859, "Left": 340.1577, "Top": 90.70872}
43 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 41 TfrxLineView Line9 228209 415.7483 90.70872 113.3859 {"Height": 113.3859, "Left": 415.7483, "Top": 90.70872}
44 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 42 TfrxLineView Line10 228299 493.3389 90.70872 254.3622 {"Height": 254.362204724409, "Left": 493.3389, "Top": 90.70872}
45 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 43 TfrxLineView Line17 228390 345.07087 718.1107 {"Top": 345.070866141732, "Width": 718.1107}
46 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 44 TfrxLineView Line16 228464 188.9765 204.09462 75.5906 {"Height": 75.5906, "Left": 188.9765, "Top": 204.09462}
47 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 45 TfrxMemoView Memo14 228555 328.81911 249.44898 154.96073 22.67718 -16 맑은 고딕 [] ( 서명 또는 날인 ) {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 22.67718, "Left": 328.81911, "Memo.UTF8W": ["( 서명 또는 날인 )"], "ParentFont": false, "Top": 249.44898, "Width": 154.96073}
48 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 46 TfrxLineView Line14 228813 56.67718 289.13386 {"Height": 289.133858267717, "Top": 56.67718}
49 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 47 TfrxLineView Line15 228888 717.55164 56.69295 289.13386 {"Height": 289.133858267717, "Left": 717.55164, "Top": 56.69295}
50 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 48 TfrxLineView Line20 228979 493.11843 245.66945 222.99227 {"Left": 493.11843, "Top": 245.66945, "Width": 222.99227}
51 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 49 TfrxLineView Line26 229069 264.11039 280.65368 64.62992 {"Height": 64.62992126, "Left": 264.11039, "Top": 280.65368}
52 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 50 TfrxLineView Line27 229160 340.1577 280.68522 64.62992 {"Height": 64.62992126, "Left": 340.1577, "Top": 280.68522}
53 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 51 TfrxLineView Line28 229251 415.7483 281.46475 64.62993 {"Height": 64.62993102, "Left": 415.7483, "Top": 281.46475}
54 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 52 TfrxMemoView LBL_ISCODE 229342 117.16543 64.25201 158.74026 18.89765 -16 맑은 고딕 [] [Dataset_PresPrint."ISCODE"] Dataset_PresPrint ISCODE {"DataField": "ISCODE", "DataSet": "Dataset_PresPrint", "DataSetName": "Dataset_PresPrint", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 18.89765, "Left": 117.16543, "Memo.UTF8W": ["[Dataset_PresPrint.\"ISCODE\"]"], "ParentFont": false, "Top": 64.25201, "Width": 158.74026}
55 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 53 TfrxMemoView LBL_YYYY 229677 150.1812 101.04731 49.13389 18.89765 -15 맑은 고딕 [] [Dataset_PresPrint."YYYY"] Dataset_PresPrint YYYY {"DataField": "YYYY", "DataSet": "Dataset_PresPrint", "DataSetName": "Dataset_PresPrint", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -15, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 18.89765, "Left": 150.1812, "Memo.UTF8W": ["[Dataset_PresPrint.\"YYYY\"]"], "ParentFont": false, "Top": 101.04731, "Width": 49.13389}
56 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 54 TfrxMemoView LBL_MM 230006 233.33086 101.04731 26.45671 18.89765 -15 맑은 고딕 [] [Dataset_PresPrint."MM"] Dataset_PresPrint MM {"DataField": "MM", "DataSet": "Dataset_PresPrint", "DataSetName": "Dataset_PresPrint", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -15, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 18.89765, "Left": 233.33086, "Memo.UTF8W": ["[Dataset_PresPrint.\"MM\"]"], "ParentFont": false, "Top": 101.04731, "Width": 26.45671}
57 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 55 TfrxMemoView LBL_DD 230329 286.24428 101.04731 26.45671 18.89765 -15 맑은 고딕 [] [Dataset_PresPrint."DD"] Dataset_PresPrint DD {"DataField": "DD", "DataSet": "Dataset_PresPrint", "DataSetName": "Dataset_PresPrint", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -15, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 18.89765, "Left": 286.24428, "Memo.UTF8W": ["[Dataset_PresPrint.\"DD\"]"], "ParentFont": false, "Top": 101.04731, "Width": 26.45671}
58 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 56 TfrxMemoView LBL_PANAME 230652 151.1812 137.06308 166.29932 26.45671 -15 맑은 고딕 [] [Dataset_PresPrint."PANAME"] Dataset_PresPrint PANAME {"DataField": "PANAME", "DataSet": "Dataset_PresPrint", "DataSetName": "Dataset_PresPrint", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -15, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 26.45671, "Left": 151.1812, "Memo.UTF8W": ["[Dataset_PresPrint.\"PANAME\"]"], "ParentFont": false, "Top": 137.06308, "Width": 166.29932}
59 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 57 TfrxMemoView LBL_BIRTHDAY 230987 151.1812 172.85838 162.51979 26.45671 -15 맑은 고딕 [] [Dataset_PresPrint."BIRTHDAY"] Dataset_PresPrint BIRTHDAY {"DataField": "BIRTHDAY", "DataSet": "Dataset_PresPrint", "DataSetName": "Dataset_PresPrint", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -15, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 26.45671, "Left": 151.1812, "Memo.UTF8W": ["[Dataset_PresPrint.\"BIRTHDAY\"]"], "ParentFont": false, "Top": 172.85838, "Width": 162.51979}
60 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 58 TfrxMemoView LBL_PHARMNAME 231328 498.89796 98.26778 204.09462 22.67718 -15 맑은 고딕 [] [Dataset_PresPrint."NAME"] Dataset_PresPrint NAME {"DataField": "NAME", "DataSet": "Dataset_PresPrint", "DataSetName": "Dataset_PresPrint", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -15, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 22.67718, "Left": 498.89796, "Memo.UTF8W": ["[Dataset_PresPrint.\"NAME\"]"], "ParentFont": false, "Top": 98.26778, "Width": 204.09462}
61 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 59 TfrxMemoView LBL_PHONE3 231662 498.89796 139.84261 200.31509 22.67718 -15 맑은 고딕 [] [Dataset_PresPrint."TEL"] Dataset_PresPrint TEL {"DataField": "TEL", "DataSet": "Dataset_PresPrint", "DataSetName": "Dataset_PresPrint", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -15, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 22.67718, "Left": 498.89796, "Memo.UTF8W": ["[Dataset_PresPrint.\"TEL\"]"], "ParentFont": false, "Top": 139.84261, "Width": 200.31509}
62 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 60 TfrxMemoView LBL_LICENSE 231991 608.50433 252.44898 71.81107 26.45671 -15 맑은 고딕 [] [Dataset_PresPrint."CD_LICENSE"] Dataset_PresPrint CD_LICENSE {"DataField": "CD_LICENSE", "DataSet": "Dataset_PresPrint", "DataSetName": "Dataset_PresPrint", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -15, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 26.45671, "Left": 608.50433, "Memo.UTF8W": ["[Dataset_PresPrint.\"CD_LICENSE\"]"], "ParentFont": false, "Top": 252.44898, "Width": 71.81107}
63 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 61 TfrxMemoView LBL_PHARMACIST 232335 196.53556 230.55133 219.21274 26.45671 -16 맑은 고딕 [] [Dataset_PresPrint."COUNTNO"] Dataset_PresPrint COUNTNO {"DataField": "COUNTNO", "DataSet": "Dataset_PresPrint", "DataSetName": "Dataset_PresPrint", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -16, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 26.45671, "Left": 196.53556, "Memo.UTF8W": ["[Dataset_PresPrint.\"COUNTNO\"]"], "ParentFont": false, "Top": 230.55133, "Width": 219.21274}
64 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 62 TfrxLineView Line29 232676 128.50402 90.70872 113.3859 {"Height": 113.3859, "Left": 128.50402, "Top": 90.70872}
65 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 63 TfrxMasterData MasterData1 232768 442.20501 718.1107 99.04731 -13 맑은고딕 [] Dataset_DrugPrint Dataset_DrugPrint {"DataSet": "Dataset_DrugPrint", "DataSetName": "Dataset_DrugPrint", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clBlack", "Font.Height": -13, "Font.Name": "맑은고딕", "Font.Style": [], "Height": 99.04731, "ParentFont": false, "RowCount": 0, "Top": 442.20501, "Width": 718.1107}
66 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 64 TfrxMemoView frxDBDataset1DrugCode 233038 3.77953 11.33859 260.78757 18.89765 -13 맑은고딕 [] [Dataset_DrugPrint."GOODSNAME"] frxDBDataset1 {"DataSetName": "frxDBDataset1", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -13, "Font.Name": "맑은고딕", "Font.Style": [], "Height": 18.89765, "Left": 3.77953, "Memo.UTF8W": ["[Dataset_DrugPrint.\"GOODSNAME\"]"], "ParentFont": false, "Top": 11.33859, "Width": 260.78757}
67 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 65 TfrxMemoView frxDBDataset1Days 233336 268.34663 11.11812 75.5906 18.89765 -13 맑은고딕 [] [Dataset_DrugPrint."QUAN"] frxDBDataset1 {"DataSetName": "frxDBDataset1", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -13, "Font.Name": "맑은고딕", "Font.Style": [], "Height": 18.89765, "Left": 268.34663, "Memo.UTF8W": ["[Dataset_DrugPrint.\"QUAN\"]"], "ParentFont": false, "Top": 11.11812, "Width": 75.5906}
68 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 66 TfrxLineView Line25 233625 1.77953 42.35436 492.47244 {"Left": 1.77953, "Top": 42.35436, "Width": 492.47244094}
69 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 67 TfrxMemoView frxDBDataset1Quan 233715 343.93723 11.11812 64.25201 18.89765 -13 맑은고딕 [] [Dataset_DrugPrint."QUAN_TIME"] frxDBDataset1 {"DataSetName": "frxDBDataset1", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -13, "Font.Name": "맑은고딕", "Font.Style": [], "Height": 18.89765, "Left": 343.93723, "Memo.UTF8W": ["[Dataset_DrugPrint.\"QUAN_TIME\"]"], "ParentFont": false, "Top": 11.11812, "Width": 64.25201}
70 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 68 TfrxMemoView frxDBDataset1Stnum 234009 423.30736 11.11812 64.25201 18.89765 -13 맑은고딕 [] [Dataset_DrugPrint."DAYS"] frxDBDataset1 {"DataSetName": "frxDBDataset1", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -13, "Font.Name": "맑은고딕", "Font.Style": [], "Height": 18.89765, "Left": 423.30736, "Memo.UTF8W": ["[Dataset_DrugPrint.\"DAYS\"]"], "ParentFont": false, "Top": 11.11812, "Width": 64.25201}
71 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 69 TfrxLineView Line21 234299 264.34663 41.57483 {"Height": 41.57483, "Left": 264.34663, "StretchMode": "smMaxHeight"}
72 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 70 TfrxLineView Line22 234400 340.14193 41.57483 {"Height": 41.57483, "Left": 340.14193, "StretchMode": "smMaxHeight"}
73 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 71 TfrxLineView Line23 234501 415.74803 41.57483 {"Height": 41.57483, "Left": 415.7480315, "StretchMode": "smMaxHeight"}
74 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 72 TfrxLineView Line24 234602 493.11843 41.57483 {"Height": 41.57483, "Left": 493.11843, "StretchMode": "smMaxHeight"}
75 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 73 TfrxLineView Line7 234703 0.55906 41.57483 {"Height": 41.57483, "Left": 0.55906, "StretchMode": "smMaxHeight"}
76 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 74 TfrxLineView Line18 234803 717.43352 37.7953 {"Height": 37.7953, "Left": 717.43352, "StretchMode": "smMaxHeight"}
77 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 75 TfrxMemoView Dataset_PresPrintyong2 234904 551.81138 22.67718 158.74026 18.89765 -13 맑은 고딕 [] [Dataset_PresPrint."yong2"] Dataset_PresPrint yong2 {"DataField": "yong2", "DataSet": "Dataset_PresPrint", "DataSetName": "Dataset_PresPrint", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 18.89765, "Left": 551.81138, "Memo.UTF8W": ["[Dataset_PresPrint.\"yong2\"]"], "ParentFont": false, "Top": 22.67718, "Width": 158.74026}
78 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 76 TfrxMemoView Dataset_PresPrintyong1 235272 498.89796 3.77953 200.31509 18.89765 -13 맑은 고딕 [] [Dataset_PresPrint."yong1"] Dataset_PresPrint yong1 {"DataField": "yong1", "DataSet": "Dataset_PresPrint", "DataSetName": "Dataset_PresPrint", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 18.89765, "Left": 498.89796, "Memo.UTF8W": ["[Dataset_PresPrint.\"yong1\"]"], "ParentFont": false, "Top": 3.77953, "Width": 200.31509}
79 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 77 TfrxPageFooter PageFooter1 235641 600.94527 718.1107 22.67718 -13 맑은고딕 [] {"Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clBlack", "Font.Height": -13, "Font.Name": "맑은고딕", "Font.Style": [], "Height": 22.67718, "ParentFont": false, "Top": 600.94527, "Width": 718.1107}
80 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 78 TfrxLineView Line19 235831 718.1107 {"Width": 718.1107}
81 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin 79 TfrxMemoView Memo57 235890 464.88219 3.77953 249.44898 15.11812 -11 맑은 고딕 [] 210mm X 297mm ['[ 일반용지 70g/㎡ (재활용품) ]'] {"Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clBlack", "Font.Height": -11, "Font.Name": "맑은 고딕", "Font.Style": [], "Height": 15.11812, "Left": 464.88219, "Memo.UTF8W": ["210mm X 297mm ['[ 일반용지 70g/㎡ (재활용품) ]']"], "ParentFont": false, "Top": 3.77953, "Width": 249.44898}

View File

@@ -0,0 +1,169 @@
# frx_presprint deep parse summary
parsed candidate count: 6
## PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin
- objects: 80
- bounds_x: [0.22, 718.111]
- bounds_y: [3.78, 623.622]
- classes: `{'TfrxDBDataset': 2, 'TfrxReport': 1, 'TfrxDataPage': 1, 'TfrxReportPage': 1, 'TfrxPageHeader': 1, 'TfrxMemoView': 43, 'TfrxLineView': 29, 'TfrxMasterData': 1, 'TfrxPageFooter': 1}`
- duplicate_of: None
- field-like names:
- `Dataset_PresPrint`
- `Dataset_DrugPrint`
- `LBL_ISCODE`
- `LBL_YYYY`
- `LBL_MM`
- `LBL_DD`
- `LBL_PANAME`
- `LBL_BIRTHDAY`
- `LBL_PHARMNAME`
- `LBL_PHONE3`
- `LBL_LICENSE`
- `LBL_PHARMACIST`
- `frxDBDataset1DrugCode`
- `frxDBDataset1Days`
- `frxDBDataset1Quan`
- `frxDBDataset1Stnum`
- `Dataset_PresPrintyong2`
- `Dataset_PresPrintyong1`
## PM_MAIN.EXE.a4receipt.06.0281d0a1.현금영수증 문의.bin
- objects: 80
- bounds_x: [0.22, 718.111]
- bounds_y: [3.78, 623.622]
- classes: `{'TfrxDBDataset': 2, 'TfrxReport': 1, 'TfrxDataPage': 1, 'TfrxReportPage': 1, 'TfrxPageHeader': 1, 'TfrxMemoView': 43, 'TfrxLineView': 29, 'TfrxMasterData': 1, 'TfrxPageFooter': 1}`
- duplicate_of: PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin
- field-like names:
- `Dataset_PresPrint`
- `Dataset_DrugPrint`
- `LBL_ISCODE`
- `LBL_YYYY`
- `LBL_MM`
- `LBL_DD`
- `LBL_PANAME`
- `LBL_BIRTHDAY`
- `LBL_PHARMNAME`
- `LBL_PHONE3`
- `LBL_LICENSE`
- `LBL_PHARMACIST`
- `frxDBDataset1DrugCode`
- `frxDBDataset1Days`
- `frxDBDataset1Quan`
- `frxDBDataset1Stnum`
- `Dataset_PresPrintyong2`
- `Dataset_PresPrintyong1`
## PM_MAIN.EXE.a4receipt.07.028290ea.현금영수증 문의.bin
- objects: 80
- bounds_x: [0.22, 718.111]
- bounds_y: [3.78, 623.622]
- classes: `{'TfrxDBDataset': 2, 'TfrxReport': 1, 'TfrxDataPage': 1, 'TfrxReportPage': 1, 'TfrxPageHeader': 1, 'TfrxMemoView': 43, 'TfrxLineView': 29, 'TfrxMasterData': 1, 'TfrxPageFooter': 1}`
- duplicate_of: PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin
- field-like names:
- `Dataset_PresPrint`
- `Dataset_DrugPrint`
- `LBL_ISCODE`
- `LBL_YYYY`
- `LBL_MM`
- `LBL_DD`
- `LBL_PANAME`
- `LBL_BIRTHDAY`
- `LBL_PHARMNAME`
- `LBL_PHONE3`
- `LBL_LICENSE`
- `LBL_PHARMACIST`
- `frxDBDataset1DrugCode`
- `frxDBDataset1Days`
- `frxDBDataset1Quan`
- `frxDBDataset1Stnum`
- `Dataset_PresPrintyong2`
- `Dataset_PresPrintyong1`
## PM_MAIN.EXE.a4receipt.08.02833a05.현금영수증 문의.bin
- objects: 80
- bounds_x: [0.22, 718.111]
- bounds_y: [3.78, 623.622]
- classes: `{'TfrxDBDataset': 2, 'TfrxReport': 1, 'TfrxDataPage': 1, 'TfrxReportPage': 1, 'TfrxPageHeader': 1, 'TfrxMemoView': 43, 'TfrxLineView': 29, 'TfrxMasterData': 1, 'TfrxPageFooter': 1}`
- duplicate_of: PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin
- field-like names:
- `Dataset_PresPrint`
- `Dataset_DrugPrint`
- `LBL_ISCODE`
- `LBL_YYYY`
- `LBL_MM`
- `LBL_DD`
- `LBL_PANAME`
- `LBL_BIRTHDAY`
- `LBL_PHARMNAME`
- `LBL_PHONE3`
- `LBL_LICENSE`
- `LBL_PHARMACIST`
- `frxDBDataset1DrugCode`
- `frxDBDataset1Days`
- `frxDBDataset1Quan`
- `frxDBDataset1Stnum`
- `Dataset_PresPrintyong2`
- `Dataset_PresPrintyong1`
## PM_PharmCharge.exe.a4receipt.18.02d6832a.현금영수증 문의.bin
- objects: 62
- bounds_x: [0.22, 718.111]
- bounds_y: [18.677, 380.071]
- classes: `{'TfrxDBDataset': 2, 'TfrxReport': 1, 'TfrxDataPage': 1, 'TfrxReportPage': 1, 'TfrxPageHeader': 1, 'TfrxMemoView': 36, 'TfrxLineView': 20}`
- duplicate_of: None
- field-like names:
- `Dataset_PresPrint`
- `Dataset_DrugPrint`
- `LBL_ISCODE`
- `LBL_YYYY`
- `LBL_MM`
- `LBL_DD`
- `LBL_PANAME`
- `LBL_BIRTHDAY`
- `LBL_PHARMNAME`
- `LBL_PHONE3`
- `LBL_LICENSE`
- `LBL_PHARMACIST`
## PM_PharmCharge.exe.a4receipt.19.02d72c45.현금영수증 문의.bin
- objects: 128
- bounds_x: [0.22, 718.111]
- bounds_y: [3.78, 623.622]
- classes: `{'TfrxDBDataset': 2, 'TfrxReport': 2, 'TfrxDataPage': 1, 'TfrxReportPage': 2, 'TfrxPageHeader': 2, 'TfrxMemoView': 86, 'TfrxLineView': 29, 'TfrxMasterData': 2, 'TfrxPageFooter': 2}`
- duplicate_of: None
- field-like names:
- `Dataset_PresPrint`
- `Dataset_DrugPrint`
- `LBL_ISCODE`
- `LBL_YYYY`
- `LBL_MM`
- `LBL_DD`
- `LBL_PANAME`
- `LBL_BIRTHDAY`
- `LBL_PHARMNAME`
- `LBL_PHONE3`
- `LBL_LICENSE`
- `LBL_PHARMACIST`
- `frxDBDataset1DrugCode`
- `frxDBDataset1Days`
- `frxDBDataset1Quan`
- `frxDBDataset1Stnum`
- `Dataset_PresPrintyong2`
- `Dataset_PresPrintyong1`
- `LBL_ISCODE`
- `LBL_YYYY`
- `LBL_MM`
- `LBL_DD`
- `LBL_PANAME`
- `LBL_BIRTHDAY`
- `LBL_PHARMNAME`
- `LBL_PHONE3`
- `LBL_LICENSE`
- `LBL_PHARMACIST`
- `frxDBDataset1DrugCode`
- `frxDBDataset1Days`
- `frxDBDataset1Quan`
- `frxDBDataset1Stnum`
- `Dataset_PresPrintyong2`
- `Dataset_PresPrintyong1`

View File

@@ -0,0 +1,629 @@
source_bin,group_index,group_name,idx,class,name,offset,left,top,width,height,caption,text,datafield,dataset,font_height,alignment,props
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,0,TQRLabel,QRLabel20,0,6,128,546,19,알림 : 현금영수증 문의 126 인터넷 홈페이지 : http://현금영수증.kr,알림 : 현금영수증 문의 126 인터넷 홈페이지 : http://현금영수증.kr,,,-13,,"{""Caption"": ""알림 : 현금영수증 문의 126 인터넷 홈페이지 : http://현금영수증.kr"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 19, ""Left"": 6, ""ParentFont"": false, ""Top"": 128, ""Transparent"": false, ""Width"": 546, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,1,TQRLabel,QRLabel2,559,672,38,27,14,(인),(인),,,-13,,"{""Caption"": ""(인)"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 672, ""ParentFont"": false, ""Top"": 38, ""Transparent"": true, ""Width"": 27, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,2,TQRShape,QRShape28,1003,543,29,175,1,,,,,,,"{""Frame.Color"": ""clBlack"", ""Frame.Width"": 2, ""Height"": 1, ""Left"": 543, ""Top"": 29, ""Width"": 175}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,3,TQRShape,QRShape46,1246,0,-4,718,1,,,,,,,"{""Frame.Color"": ""clBlack"", ""Frame.Width"": 2, ""Height"": 1, ""Left"": 0, ""Top"": -4, ""Width"": 718}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,4,TQRBand,QRBand1,1491,38,76,718,157,,,,,,,"{""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 157, ""Left"": 38, ""Top"": 76, ""Width"": 718}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,5,TQRShape,QRShape24,1778,461,74,257,34,,,,,,,"{""Frame.Color"": ""clBlack"", ""Frame.Width"": 2, ""Height"": 34, ""Left"": 461, ""Top"": 74, ""Width"": 257}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,6,TQRShape,QRShape11,2023,349,74,140,34,,,,,,,"{""Frame.Color"": ""clBlack"", ""Frame.Width"": 2, ""Height"": 34, ""Left"": 349, ""Top"": 74, ""Width"": 140}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,7,TQRShape,QRShape22,2268,95,74,255,34,,,,,,,"{""Frame.Color"": ""clBlack"", ""Frame.Width"": 2, ""Height"": 34, ""Left"": 95, ""Top"": 74, ""Width"": 255}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,8,TQRShape,QRShape10,2512,0,74,97,34,,,,,,,"{""Frame.Color"": ""clBlack"", ""Frame.Width"": 2, ""Height"": 34, ""Left"": 0, ""Top"": 74, ""Width"": 97}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,9,TQRShape,QRShape2,2755,273,128,117,27,,,,,,,"{""Frame.Color"": ""clBlack"", ""Frame.Width"": 2, ""Height"": 27, ""Left"": 273, ""Top"": 128, ""Width"": 117}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,10,TQRShape,QRShape8,2999,95,107,82,48,,,,,,,"{""Frame.Color"": ""clBlack"", ""Frame.Width"": 2, ""Height"": 48, ""Left"": 95, ""Top"": 107, ""Width"": 82}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,11,TQRShape,QRShape14,3241,488,107,230,48,,,,,,,"{""Frame.Color"": ""clBlack"", ""Frame.Width"": 2, ""Height"": 48, ""Left"": 488, ""Top"": 107, ""Width"": 230}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,12,TQRShape,QRShape13,3486,389,128,100,27,,,,,,,"{""Frame.Color"": ""clBlack"", ""Frame.Width"": 2, ""Height"": 27, ""Left"": 389, ""Top"": 128, ""Width"": 100}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,13,TQRShape,QRShape12,3731,176,128,98,27,,,,,,,"{""Frame.Color"": ""clBlack"", ""Frame.Width"": 2, ""Height"": 27, ""Left"": 176, ""Top"": 128, ""Width"": 98}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,14,TQRShape,QRShape7,3976,0,107,97,48,,,,,,,"{""Frame.Color"": ""clBlack"", ""Frame.Width"": 2, ""Height"": 48, ""Left"": 0, ""Top"": 107, ""Width"": 97}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,15,TQRLabel,QRLabel29,4218,228,40,262,25,진료비(약제비) 납입 확인서,진료비(약제비) 납입 확인서,,,-20,,"{""Caption"": ""진료비(약제비) 납입 확인서"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -20, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 25, ""Left"": 228, ""ParentFont"": false, ""Top"": 40, ""Transparent"": false, ""Width"": 262, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,16,TQRLabel,QRLabel32,4684,23,85,53,14,환자성명,환자성명,,,-13,,"{""Caption"": ""환자성명"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 23, ""ParentFont"": false, ""Top"": 85, ""Transparent"": false, ""Width"": 53, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,17,TQRLabel,QRLabel40,5124,381,85,79,14,주민등록번호,주민등록번호,,,-13,,"{""Caption"": ""주민등록번호"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 381, ""ParentFont"": false, ""Top"": 85, ""Transparent"": false, ""Width"": 79, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,18,TQRLabel,Q_CusCode1,5569,503,85,49,14,123456,123456,,,-13,,"{""Caption"": ""123456"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 503, ""ParentFont"": false, ""Top"": 85, ""Transparent"": false, ""Width"": 49, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,19,TQRLabel,Q_paname,6013,123,85,57,14,환자성명,환자성명,,,-13,,"{""Caption"": ""환자성명"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 123, ""ParentFont"": false, ""Top"": 85, ""Transparent"": false, ""Width"": 57, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,20,TQRLabel,QRLabel10,6459,9,116,82,17,진료·조제일자,진료·조제일자,,,-13,,"{""Caption"": ""진료·조제일자"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 9, ""ParentFont"": false, ""Top"": 116, ""Transparent"": true, ""Width"": 82, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,21,TQRLabel,QRLabel11,6905,125,116,27,17,구분,구분,,,-13,,"{""Caption"": ""구분"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 125, ""ParentFont"": false, ""Top"": 116, ""Transparent"": true, ""Width"": 27, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,22,TQRLabel,QRLabel17,7341,553,113,96,17,소득공제 대상액,소득공제 대상액,,,-13,,"{""Caption"": ""소득공제 대상액"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 553, ""ParentFont"": false, ""Top"": 113, ""Transparent"": true, ""Width"": 96, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,23,TQRLabel,QRLabel15,7790,188,136,73,14,총 액,총 액,,,-13,,"{""Caption"": ""총 액"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 188, ""ParentFont"": false, ""Top"": 136, ""Transparent"": true, ""Width"": 73, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,24,TQRLabel,QRLabel16,8228,395,137,88,15,환자 부담액,환자 부담액,,,-13,,"{""Caption"": ""환자 부담액"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 15, ""Left"": 395, ""ParentFont"": false, ""Top"": 137, ""Transparent"": true, ""Width"": 88, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,25,TQRLabel,QRLabel1,8669,277,137,109,14,보험자 부담액,보험자 부담액,,,-13,,"{""Caption"": ""보험자 부담액"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 277, ""ParentFont"": false, ""Top"": 137, ""Transparent"": true, ""Width"": 109, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,26,TQRLabel,QRLabel5,9111,16,132,63,17,(진료기간),(진료기간),,,-13,,"{""Caption"": ""(진료기간)"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 16, ""ParentFont"": false, ""Top"": 132, ""Transparent"": true, ""Width"": 63, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,27,TQRLabel,QRLabel6,9555,103,132,67,17,"(입원,외래)","(입원,외래)",,,-13,,"{""Caption"": ""(입원,외래)"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 103, ""ParentFont"": false, ""Top"": 132, ""Transparent"": true, ""Width"": 67, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,28,TQRShape,QRShape9,10001,176,107,313,24,,,,,,,"{""Frame.Color"": ""clBlack"", ""Frame.Width"": 2, ""Height"": 24, ""Left"": 176, ""Top"": 107, ""Width"": 313}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,29,TQRLabel,QRLabel7,10245,237,113,175,14,진료비 (약제비) 내 역,진료비 (약제비) 내 역,,,-13,,"{""Caption"": ""진료비 (약제비) 내 역"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 237, ""ParentFont"": false, ""Top"": 113, ""Transparent"": true, ""Width"": 175, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,30,TQRLabel,QRLabel24,10699,13,8,166,17,[별지 제12호의2 서식],[별지 제12호의2 서식],,,-16,,"{""Caption"": ""[별지 제12호의2 서식]"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 13, ""ParentFont"": false, ""Top"": 8, ""Transparent"": false, ""Width"": 166, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,31,TQRShape,QRShape20,11155,488,130,74,25,,,,,,,"{""Frame.Color"": ""clBlack"", ""Frame.Width"": 2, ""Height"": 25, ""Left"": 488, ""Top"": 130, ""Width"": 74}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,32,TQRLabel,QRLabel12,11400,395,137,88,15,환자 부담액,환자 부담액,,,-13,,"{""Caption"": ""환자 부담액"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 15, ""Left"": 395, ""ParentFont"": false, ""Top"": 137, ""Transparent"": true, ""Width"": 88, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,33,TQRLabel,QRLabel13,11841,496,137,58,15,카드,카드,,,-13,,"{""Caption"": ""카드"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 15, ""Left"": 496, ""ParentFont"": false, ""Top"": 137, ""Transparent"": true, ""Width"": 58, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,34,TQRShape,QRShape23,12274,561,130,79,25,,,,,,,"{""Frame.Color"": ""clBlack"", ""Frame.Width"": 2, ""Height"": 25, ""Left"": 561, ""Top"": 130, ""Width"": 79}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,35,TQRLabel,QRLabel14,12519,565,137,72,15,현금영수증,현금영수증,,,-13,,"{""Caption"": ""현금영수증"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 15, ""Left"": 565, ""ParentFont"": false, ""Top"": 137, ""Transparent"": true, ""Width"": 72, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,36,TQRShape,QRShape25,12958,639,130,79,25,,,,,,,"{""Frame.Color"": ""clBlack"", ""Frame.Width"": 2, ""Height"": 25, ""Left"": 639, ""Top"": 130, ""Width"": 79}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,37,TQRLabel,QRLabel18,13203,645,137,67,15,현금,현금,,,-13,,"{""Caption"": ""현금"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 15, ""Left"": 645, ""ParentFont"": false, ""Top"": 137, ""Transparent"": true, ""Width"": 67, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,38,TQRLabel,QRLabel26,13636,640,8,65,17,QRLabel26,QRLabel26,,,,,"{""Caption"": ""QRLabel26"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 640, ""Top"": 8, ""Transparent"": false, ""Width"": 65, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,39,TQRBand,QRBand2,13964,38,233,718,20,,,,,,,"{""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 20, ""Left"": 38, ""Top"": 233, ""Width"": 718}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,40,TQRShape,QRShape6,14215,0,-1,1,34,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 34, ""Left"": 0, ""Top"": -1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,41,TQRDBText,QRDBText2,14443,15,4,54,14,,INDATE,INDATE,sqlMain,-13,,"{""Color"": ""clWhite"", ""DataField"": ""INDATE"", ""DataSet"": ""sqlMain"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 15, ""ParentFont"": false, ""Top"": 4, ""Transparent"": false, ""Width"": 54, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,42,TQRDBText,QRDBText3,14929,107,4,69,14,,P_GUBUN,P_GUBUN,sqlMain,-13,,"{""Color"": ""clWhite"", ""DataField"": ""P_GUBUN"", ""DataSet"": ""sqlMain"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 107, ""ParentFont"": false, ""Top"": 4, ""Transparent"": false, ""Width"": 69, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,43,TQRDBText,QRDBText6,15411,221,4,50,14,,TOT_C,TOT_C,sqlMain,-13,,"{""Color"": ""clWhite"", ""DataField"": ""TOT_C"", ""DataSet"": ""sqlMain"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 221, ""ParentFont"": false, ""Top"": 4, ""Transparent"": false, ""Width"": 50, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,44,TQRDBText,QRDBText7,15898,317,4,70,14,,CHUNG_C,CHUNG_C,sqlMain,-13,,"{""Color"": ""clWhite"", ""DataField"": ""CHUNG_C"", ""DataSet"": ""sqlMain"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 317, ""ParentFont"": false, ""Top"": 4, ""Transparent"": false, ""Width"": 70, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,45,TQRDBText,QRDBText9,16387,436,4,50,14,,BON_C,BON_C,sqlMain,-13,,"{""Color"": ""clWhite"", ""DataField"": ""BON_C"", ""DataSet"": ""sqlMain"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 436, ""ParentFont"": false, ""Top"": 4, ""Transparent"": false, ""Width"": 50, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,46,TQRDBText,QRDBText1,16874,502,4,58,14,,CARD_C,CARD_C,sqlMain,-13,,"{""Color"": ""clWhite"", ""DataField"": ""CARD_C"", ""DataSet"": ""sqlMain"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 502, ""ParentFont"": false, ""Top"": 4, ""Transparent"": false, ""Width"": 58, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,47,TQRDBText,QRDBText4,17362,573,4,65,14,,PAPER_C,PAPER_C,sqlMain,-13,,"{""Color"": ""clWhite"", ""DataField"": ""PAPER_C"", ""DataSet"": ""sqlMain"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 573, ""ParentFont"": false, ""Top"": 4, ""Transparent"": false, ""Width"": 65, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,48,TQRDBText,QRDBText8,17851,647,4,68,14,,CHASH_C,CHASH_C,sqlMain,-13,,"{""Color"": ""clWhite"", ""DataField"": ""CHASH_C"", ""DataSet"": ""sqlMain"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 647, ""ParentFont"": false, ""Top"": 4, ""Transparent"": false, ""Width"": 68, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,49,TQRShape,QRShape36,18340,639,-1,1,36,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 36, ""Left"": 639, ""Top"": -1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,50,TQRShape,QRShape35,18570,561,-1,1,36,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 36, ""Left"": 561, ""Top"": -1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,51,TQRShape,QRShape34,18800,488,-1,1,36,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 36, ""Left"": 488, ""Top"": -1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,52,TQRShape,QRShape33,19030,389,-1,1,36,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 36, ""Left"": 389, ""Top"": -1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,53,TQRShape,QRShape32,19260,273,-1,1,36,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 36, ""Left"": 273, ""Top"": -1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,54,TQRShape,QRShape30,19490,176,-1,1,36,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 36, ""Left"": 176, ""Top"": -1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,55,TQRShape,QRShape27,19720,96,-1,1,36,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 36, ""Left"": 96, ""Top"": -1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,56,TQRBand,QRBand5,19950,38,253,718,59,,,,,,,"{""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 59, ""Left"": 38, ""Top"": 253, ""Width"": 718}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,57,TQRShape,QRShape37,20202,0,0,718,26,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 26, ""Left"": 0, ""Top"": 0, ""Width"": 718}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,58,TQRLabel,QRLabel23,20432,156,6,15,14,,,,,-13,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 156, ""ParentFont"": false, ""Top"": 6, ""Transparent"": false, ""Width"": 15, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,59,TQRLabel,QRLabel8,20874,36,7,15,14,,,,,-13,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 36, ""ParentFont"": false, ""Top"": 7, ""Transparent"": false, ""Width"": 15, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,60,TQRShape,QRShape29,21314,96,-8,1,34,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 34, ""Left"": 96, ""Top"": -8, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,61,TQRShape,QRShape31,21543,176,-8,1,34,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 34, ""Left"": 176, ""Top"": -8, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,62,TQRShape,QRShape39,21773,389,-8,1,34,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 34, ""Left"": 389, ""Top"": -8, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,63,TQRShape,QRShape41,22003,561,-8,1,34,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 34, ""Left"": 561, ""Top"": -8, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,64,TQRShape,QRShape42,22233,639,-8,1,34,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 34, ""Left"": 639, ""Top"": -8, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,65,TQRShape,QRShape44,22463,488,25,230,33,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 33, ""Left"": 488, ""Top"": 25, ""Width"": 230}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,66,TQRShape,QRShape43,22694,0,25,489,33,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 33, ""Left"": 0, ""Top"": 25, ""Width"": 489}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,67,TQRLabel,QRLabel19,22924,159,37,137,14,소득공제 대상액 총계,소득공제 대상액 총계,,,-13,,"{""Caption"": ""소득공제 대상액 총계"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 159, ""ParentFont"": false, ""Top"": 37, ""Transparent"": false, ""Width"": 137, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,68,TQRLabel,Q_TotGum,23387,581,36,75,17,Q_TotGum,Q_TotGum,,,-13,,"{""Caption"": ""Q_TotGum"", ""Color"": ""clWhite"", ""Font.Charset"": ""ANSI_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 581, ""ParentFont"": false, ""Top"": 36, ""Transparent"": false, ""Width"": 75, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,69,TQRShape,QRShape38,23852,273,-8,1,34,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 34, ""Left"": 273, ""Top"": -8, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,70,TQRShape,QRShape40,24082,488,-8,1,34,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 34, ""Left"": 488, ""Top"": -8, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,71,TQRLabel,QRLabel9,24312,111,6,41,14,Count,Count,,,-13,,"{""Caption"": ""Count"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 111, ""ParentFont"": false, ""Top"": 6, ""Transparent"": false, ""Width"": 41, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,72,TQRLabel,QRLabel21,24776,246,5,25,17,Tot,Tot,,,-13,,"{""Caption"": ""Tot"", ""Color"": ""clWhite"", ""Font.Charset"": ""ANSI_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 246, ""ParentFont"": false, ""Top"": 5, ""Transparent"": true, ""Width"": 25, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,73,TQRLabel,QRLabel22,25238,341,5,44,17,Chung,Chung,,,-13,,"{""Caption"": ""Chung"", ""Color"": ""clWhite"", ""Font.Charset"": ""ANSI_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 341, ""ParentFont"": false, ""Top"": 5, ""Transparent"": true, ""Width"": 44, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,74,TQRLabel,QRLabel25,25702,458,5,28,17,Bon,Bon,,,-13,,"{""Caption"": ""Bon"", ""Color"": ""clWhite"", ""Font.Charset"": ""ANSI_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 458, ""ParentFont"": false, ""Top"": 5, ""Transparent"": true, ""Width"": 28, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,75,TQRLabel,Q_Card,26164,506,5,53,17,Q_Card,Q_Card,,,-13,,"{""Caption"": ""Q_Card"", ""Color"": ""clWhite"", ""Font.Charset"": ""ANSI_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 506, ""ParentFont"": false, ""Top"": 5, ""Transparent"": true, ""Width"": 53, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,76,TQRLabel,Q_PCash,26623,574,6,64,17,Q_PCash,Q_PCash,,,-13,,"{""Caption"": ""Q_PCash"", ""Color"": ""clWhite"", ""Font.Charset"": ""ANSI_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 574, ""ParentFont"": false, ""Top"": 6, ""Transparent"": true, ""Width"": 64, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,77,TQRLabel,Q_Cash,27085,659,6,55,17,Q_Cash,Q_Cash,,,-13,,"{""Caption"": ""Q_Cash"", ""Color"": ""clWhite"", ""Font.Charset"": ""ANSI_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 659, ""ParentFont"": false, ""Top"": 6, ""Transparent"": true, ""Width"": 55, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,78,TQRBand,QRBand1,28623,38,38,718,516,,,,,-13,,"{""Color"": ""clWindow"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""Arial"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 516, ""Left"": 38, ""ParentFont"": false, ""Top"": 38, ""Width"": 718}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,79,TQRLabel,Q_paname,28997,79,144,57,14,환자성명,환자성명,,,-13,,"{""Caption"": ""환자성명"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 79, ""ParentFont"": false, ""Top"": 144, ""Transparent"": false, ""Width"": 57, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,80,TQRLabel,Q_InDate,29444,229,144,57,14,조제일자,조제일자,,,-13,,"{""Caption"": ""조제일자"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 229, ""ParentFont"": false, ""Top"": 144, ""Transparent"": false, ""Width"": 57, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,81,TQRLabel,Q_tag1,29892,586,144,9,16,V,V,,,-12,,"{""Caption"": ""V"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -12, ""Font.Name"": ""Arial"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 16, ""Left"": 586, ""ParentFont"": false, ""Top"": 144, ""Transparent"": true, ""Width"": 9, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,82,TQRLabel,Q_tag2,30326,681,144,9,16,V,V,,,-12,,"{""Caption"": ""V"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -12, ""Font.Name"": ""Arial"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 16, ""Left"": 681, ""ParentFont"": false, ""Top"": 144, ""Transparent"": true, ""Width"": 9, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,83,TQRLabel,Q_Days,30760,447,144,29,14,일수,일수,,,-13,,"{""Caption"": ""일수"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 447, ""ParentFont"": false, ""Top"": 144, ""Transparent"": false, ""Width"": 29, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,84,TQRLabel,Q_s_FastMon,31202,549,266,99,14,사업자등록번호,사업자등록번호,,,-13,,"{""Caption"": ""사업자등록번호"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 549, ""ParentFont"": false, ""Top"": 266, ""Transparent"": false, ""Width"": 99, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,85,TQRLabel,Q_Price_p,31660,549,219,99,14,사업자등록번호,사업자등록번호,,,-13,,"{""Caption"": ""사업자등록번호"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 549, ""ParentFont"": false, ""Top"": 219, ""Transparent"": false, ""Width"": 99, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,86,TQRLabel,Q_Price_c,32116,549,244,99,14,사업자등록번호,사업자등록번호,,,-13,,"{""Caption"": ""사업자등록번호"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 549, ""ParentFont"": false, ""Top"": 244, ""Transparent"": false, ""Width"": 99, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,87,TQRLabel,Q_Price_A,32572,549,193,99,14,사업자등록번호,사업자등록번호,,,-13,,"{""Caption"": ""사업자등록번호"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 549, ""ParentFont"": false, ""Top"": 193, ""Transparent"": false, ""Width"": 99, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,88,TQRLabel,Q_Price_n,33028,549,290,99,14,사업자등록번호,사업자등록번호,,,-13,,"{""Caption"": ""사업자등록번호"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 549, ""ParentFont"": false, ""Top"": 290, ""Transparent"": false, ""Width"": 99, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,89,TQRLabel,Q_PreSerial,33484,293,96,71,14,영수증번호,영수증번호,,,-13,,"{""Caption"": ""영수증번호"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 293, ""ParentFont"": false, ""Top"": 96, ""Transparent"": false, ""Width"": 71, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,90,TQRLabel,Q_Year,33936,259,358,33,19,2000,2000,,,-13,,"{""Caption"": ""2000"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 19, ""Left"": 259, ""ParentFont"": false, ""Top"": 358, ""Transparent"": false, ""Width"": 33, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,91,TQRLabel,Q_Month,34376,353,358,17,19,12,12,,,-13,,"{""Caption"": ""12"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 19, ""Left"": 353, ""ParentFont"": false, ""Top"": 358, ""Transparent"": false, ""Width"": 17, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,92,TQRLabel,Q_day,34815,417,358,17,19,25,25,,,-13,,"{""Caption"": ""25"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 19, ""Left"": 417, ""ParentFont"": false, ""Top"": 358, ""Transparent"": false, ""Width"": 17, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,93,TQRLabel,qrlApproval_Num,35252,474,96,214,14,현금영수증 승인번호: 123456789,현금영수증 승인번호: 123456789,,,-13,,"{""Caption"": ""현금영수증 승인번호: 123456789"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 474, ""ParentFont"": false, ""Top"": 96, ""Transparent"": false, ""Width"": 214, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,94,TQRLabel,QRLabel15,35739,493,74,195,17,TEL:1544-2020 http://현금영수증.kr,TEL:1544-2020 http://현금영수증.kr,,,-12,,"{""Caption"": ""TEL:1544-2020 http://현금영수증.kr"", ""Color"": ""clWhite"", ""Font.Charset"": ""ANSI_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -12, ""Font.Name"": ""돋움"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 493, ""ParentFont"": false, ""Top"": 74, ""Transparent"": false, ""Width"": 195, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,95,TQRBand,QRBand2,36210,38,567,718,8,,,,,,,"{""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 8, ""Left"": 38, ""Top"": 567, ""Width"": 718}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,96,TQRBand,QRBand3,36466,38,554,718,13,,,,,,,"{""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 13, ""Left"": 38, ""Top"": 554, ""Width"": 718}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,97,TQRBand,QRBand1,37755,38,38,756,859,,,,,,,"{""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 859, ""Left"": 38, ""Top"": 38, ""Width"": 756}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,98,TQRLabel,QR_RepPass,38006,180,245,80,17,QR_RepPass,QR_RepPass,,,,,"{""Caption"": ""QR_RepPass"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 180, ""Top"": 245, ""Transparent"": false, ""Width"": 80, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,99,TQRLabel,QR_Paname,38335,180,273,75,17,QR_Paname,QR_Paname,,,,,"{""Caption"": ""QR_Paname"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 180, ""Top"": 273, ""Transparent"": false, ""Width"": 75, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,100,TQRLabel,QR_PhName,38662,180,299,77,17,QR_PhName,QR_PhName,,,,,"{""Caption"": ""QR_PhName"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 180, ""Top"": 299, ""Transparent"": false, ""Width"": 77, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,101,TQRLabel,QR_OrDerName,38989,488,245,95,17,QR_OrDerName,QR_OrDerName,,,,,"{""Caption"": ""QR_OrDerName"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 488, ""Top"": 245, ""Transparent"": false, ""Width"": 95, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,102,TQRLabel,QR_Age,39322,488,273,50,17,QR_Age,QR_Age,,,,,"{""Caption"": ""QR_Age"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 488, ""Top"": 273, ""Transparent"": false, ""Width"": 50, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,103,TQRLabel,QR_Indate,39643,488,299,62,17,QR_Indate,QR_Indate,,,,,"{""Caption"": ""QR_Indate"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 488, ""Top"": 299, ""Transparent"": false, ""Width"": 62, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,104,TQRLabel,QR_PreSerial,39970,154,6,80,17,QR_PreSerial,QR_PreSerial,,,,,"{""Caption"": ""QR_PreSerial"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 154, ""Top"": 6, ""Transparent"": false, ""Width"": 80, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,105,TQRLabel,QR_Paname1,40302,144,32,82,17,QR_Paname1,QR_Paname1,,,,,"{""Caption"": ""QR_Paname1"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 144, ""Top"": 32, ""Transparent"": false, ""Width"": 82, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,106,TQRLabel,QR_S_Fastmon,40630,362,83,61,17,QR_S_Fastmon,QR_S_Fastmon,,,,,"{""Caption"": ""QR_S_Fastmon"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 362, ""Top"": 83, ""Transparent"": false, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,107,TQRLabel,QR_PriceC,40963,362,57,61,17,QR_PriceC,QR_PriceC,,,,,"{""Caption"": ""QR_PriceC"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 362, ""Top"": 57, ""Transparent"": false, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,108,TQRLabel,QR_PriceP,41290,362,32,61,17,QR_PriceP,QR_PriceP,,,,,"{""Caption"": ""QR_PriceP"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 362, ""Top"": 32, ""Transparent"": false, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,109,TQRLabel,QR_PriceN,41617,362,110,61,17,QR_PriceN,QR_PriceN,,,,,"{""Caption"": ""QR_PriceN"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 362, ""Top"": 110, ""Transparent"": false, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,110,TQRLabel,QR_Pharm,41944,67,377,675,323,QR_Pharm,QR_Pharm,,,-13,,"{""Caption"": ""QR_Pharm"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""굴림체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 323, ""Left"": 67, ""ParentFont"": false, ""Top"": 377, ""Transparent"": false, ""Width"": 675, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,111,TQRLabel,QR_Year,42385,148,57,42,17,QR_Year,QR_Year,,,,,"{""Caption"": ""QR_Year"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 148, ""Top"": 57, ""Transparent"": false, ""Width"": 42, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,112,TQRLabel,QR_Month,42707,197,57,18,17,QR_Month,QR_Month,,,,,"{""Caption"": ""QR_Month"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 197, ""Top"": 57, ""Transparent"": false, ""Width"": 18, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,113,TQRLabel,QR_Day,43031,229,57,18,17,QR_Day,QR_Day,,,,,"{""Caption"": ""QR_Day"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 229, ""Top"": 57, ""Transparent"": false, ""Width"": 18, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,114,TQRLabel,Q_tag1,43351,174,110,9,16,V,V,,,-12,,"{""Caption"": ""V"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -12, ""Font.Name"": ""Arial"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 16, ""Left"": 174, ""ParentFont"": false, ""Top"": 110, ""Transparent"": true, ""Width"": 9, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,115,TQRLabel,Q_tag2,43784,230,110,9,17,V,V,,,-12,,"{""Caption"": ""V"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -12, ""Font.Name"": ""Arial"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 230, ""ParentFont"": false, ""Top"": 110, ""Transparent"": true, ""Width"": 9, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,116,TQRLabel,QR_Now_Year,44217,306,135,42,17,QR_Year,QR_Year,,,,,"{""Caption"": ""QR_Year"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 306, ""Top"": 135, ""Transparent"": false, ""Width"": 42, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,117,TQRLabel,QR_Now_mm,44544,364,135,18,17,QR_Month,QR_Month,,,,,"{""Caption"": ""QR_Month"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 364, ""Top"": 135, ""Transparent"": false, ""Width"": 18, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,118,TQRLabel,QR_Now_DD,44870,403,135,18,17,QR_Day,QR_Day,,,,,"{""Caption"": ""QR_Day"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 403, ""Top"": 135, ""Transparent"": false, ""Width"": 18, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,119,TQRLabel,QR_Price_a,45520,402,44,61,17,QR_Price_a,QR_Price_a,,,,,"{""Caption"": ""QR_Price_a"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 402, ""Top"": 44, ""Transparent"": false, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,120,TQRLabel,QR_Days,45849,202,123,61,17,QR_Pricec1,QR_Pricec1,,,,,"{""Caption"": ""QR_Pricec1"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 202, ""Top"": 123, ""Transparent"": false, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,121,TQRLabel,QRLabel1,46175,480,171,230,17,QR_Pricec1,QR_Pricec1,,,,,"{""Caption"": ""QR_Pricec1"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 480, ""Top"": 171, ""Transparent"": false, ""Width"": 230, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,122,TQRLabel,QRLabel2,46503,480,190,230,17,TEL:1544-2020 http://현금영수증.kr,TEL:1544-2020 http://현금영수증.kr,,,,,"{""Caption"": ""TEL:1544-2020 http://현금영수증.kr"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 480, ""Top"": 190, ""Transparent"": false, ""Width"": 230, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,123,TQRBand,QRBand1,47893,38,38,756,496,,,,,,,"{""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 496, ""Left"": 38, ""Top"": 38, ""Width"": 756}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,124,TQRLabel,QR_RepPass,48144,112,31,80,17,QR_RepPass,QR_RepPass,,,,,"{""Caption"": ""QR_RepPass"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 112, ""Top"": 31, ""Transparent"": false, ""Width"": 80, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,125,TQRLabel,QR_Paname,48471,112,59,75,17,QR_Paname,QR_Paname,,,,,"{""Caption"": ""QR_Paname"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 112, ""Top"": 59, ""Transparent"": false, ""Width"": 75, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,126,TQRLabel,QR_PhName,48796,112,85,77,17,QR_PhName,QR_PhName,,,,,"{""Caption"": ""QR_PhName"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 112, ""Top"": 85, ""Transparent"": false, ""Width"": 77, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,127,TQRLabel,QR_OrDerName,49121,372,31,95,17,QR_OrDerName,QR_OrDerName,,,,,"{""Caption"": ""QR_OrDerName"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 372, ""Top"": 31, ""Transparent"": false, ""Width"": 95, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,128,TQRLabel,QR_Age,49453,372,59,50,17,QR_Age,QR_Age,,,,,"{""Caption"": ""QR_Age"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 372, ""Top"": 59, ""Transparent"": false, ""Width"": 50, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,129,TQRLabel,QR_Indate,49773,372,85,62,17,QR_Indate,QR_Indate,,,,,"{""Caption"": ""QR_Indate"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 372, ""Top"": 85, ""Transparent"": false, ""Width"": 62, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,130,TQRLabel,QR_PreSerial,50099,638,29,80,17,QR_PreSerial,QR_PreSerial,,,,,"{""Caption"": ""QR_PreSerial"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 638, ""Top"": 29, ""Transparent"": false, ""Width"": 80, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,131,TQRLabel,QR_Paname1,50431,642,55,82,17,QR_Paname1,QR_Paname1,,,,,"{""Caption"": ""QR_Paname1"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 642, ""Top"": 55, ""Transparent"": false, ""Width"": 82, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,132,TQRLabel,QR_S_Fastmon,50759,645,246,61,17,QR_S_Fastmon,QR_S_Fastmon,,,,,"{""Caption"": ""QR_S_Fastmon"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 645, ""Top"": 246, ""Transparent"": false, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,133,TQRLabel,QR_PriceC,51093,645,222,61,17,QR_PriceC,QR_PriceC,,,,,"{""Caption"": ""QR_PriceC"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 645, ""Top"": 222, ""Transparent"": false, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,134,TQRLabel,QR_PriceP,51421,645,198,61,17,QR_PriceP,QR_PriceP,,,,,"{""Caption"": ""QR_PriceP"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 645, ""Top"": 198, ""Transparent"": false, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,135,TQRLabel,QR_PriceN,51749,645,271,61,17,QR_PriceN,QR_PriceN,,,,,"{""Caption"": ""QR_PriceN"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 645, ""Top"": 271, ""Transparent"": false, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,136,TQRLabel,QR_Pharm,52077,17,157,559,201,QR_Pharm,QR_Pharm,,,-13,,"{""Caption"": ""QR_Pharm"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""굴림체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 201, ""Left"": 17, ""ParentFont"": false, ""Top"": 157, ""Transparent"": false, ""Width"": 559, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,137,TQRLabel,QR_Year,52518,630,79,42,17,QR_Year,QR_Year,,,,,"{""Caption"": ""QR_Year"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 630, ""Top"": 79, ""Transparent"": false, ""Width"": 42, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,138,TQRLabel,QR_Month,52840,679,79,18,17,QR_Month,QR_Month,,,,,"{""Caption"": ""QR_Month"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 679, ""Top"": 79, ""Transparent"": false, ""Width"": 18, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,139,TQRLabel,QR_Day,53164,711,79,18,17,QR_Day,QR_Day,,,,,"{""Caption"": ""QR_Day"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 711, ""Top"": 79, ""Transparent"": false, ""Width"": 18, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,140,TQRLabel,Q_tag1,53484,666,129,9,16,V,V,,,-12,,"{""Caption"": ""V"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -12, ""Font.Name"": ""Arial"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 16, ""Left"": 666, ""ParentFont"": false, ""Top"": 129, ""Transparent"": true, ""Width"": 9, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,141,TQRLabel,Q_tag2,53918,722,128,9,17,V,V,,,-12,,"{""Caption"": ""V"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -12, ""Font.Name"": ""Arial"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 722, ""ParentFont"": false, ""Top"": 128, ""Transparent"": true, ""Width"": 9, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,142,TQRLabel,QR_Now_Year,54352,588,394,42,17,QR_Year,QR_Year,,,,,"{""Caption"": ""QR_Year"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 588, ""Top"": 394, ""Transparent"": false, ""Width"": 42, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,143,TQRLabel,QR_Now_mm,54679,646,394,18,17,QR_Month,QR_Month,,,,,"{""Caption"": ""QR_Month"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 646, ""Top"": 394, ""Transparent"": false, ""Width"": 18, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,144,TQRLabel,QR_Now_DD,55005,679,394,18,17,QR_Day,QR_Day,,,,,"{""Caption"": ""QR_Day"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 679, ""Top"": 394, ""Transparent"": false, ""Width"": 18, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,145,TQRLabel,QRLabel1,55654,561,378,188,17,QR_S_Fastmon,QR_S_Fastmon,,,,,"{""Caption"": ""QR_S_Fastmon"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 561, ""Top"": 378, ""Transparent"": false, ""Width"": 188, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,146,TQRLabel,QRLabel2,55984,561,410,188,17,QR_S_Fastmon,QR_S_Fastmon,,,-11,,"{""Caption"": ""QR_S_Fastmon"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""Arial"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 561, ""ParentFont"": false, ""Top"": 410, ""Transparent"": false, ""Width"": 188, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,147,TQRLabel,QR_Price_a,56426,683,213,61,17,QR_Price_a,QR_Price_a,,,,,"{""Caption"": ""QR_Price_a"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 683, ""Top"": 213, ""Transparent"": false, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,148,TQRLabel,QR_Days,56756,682,142,61,17,QR_Pricec1,QR_Pricec1,,,,,"{""Caption"": ""QR_Pricec1"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 682, ""Top"": 142, ""Transparent"": false, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,149,TQRBand,QRBand1,58113,38,38,756,496,,,,,,,"{""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 496, ""Left"": 38, ""Top"": 38, ""Width"": 756}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,150,TQRLabel,QR_RepPass,58368,112,34,80,17,QR_RepPass,QR_RepPass,,,,,"{""Caption"": ""QR_RepPass"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 112, ""Top"": 34, ""Transparent"": false, ""Width"": 80, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,151,TQRLabel,QR_Paname,58695,112,66,75,17,QR_Paname,QR_Paname,,,,,"{""Caption"": ""QR_Paname"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 112, ""Top"": 66, ""Transparent"": false, ""Width"": 75, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,152,TQRLabel,QR_PhName,59020,112,98,77,17,QR_PhName,QR_PhName,,,,,"{""Caption"": ""QR_PhName"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 112, ""Top"": 98, ""Transparent"": false, ""Width"": 77, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,153,TQRLabel,QR_OrDerName,59345,368,34,95,17,QR_OrDerName,QR_OrDerName,,,,,"{""Caption"": ""QR_OrDerName"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 368, ""Top"": 34, ""Transparent"": false, ""Width"": 95, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,154,TQRLabel,QR_Age,59677,368,66,50,17,QR_Age,QR_Age,,,,,"{""Caption"": ""QR_Age"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 368, ""Top"": 66, ""Transparent"": false, ""Width"": 50, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,155,TQRLabel,QR_Indate,59997,368,98,62,17,QR_Indate,QR_Indate,,,,,"{""Caption"": ""QR_Indate"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 368, ""Top"": 98, ""Transparent"": false, ""Width"": 62, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,156,TQRLabel,QR_PreSerial,60323,638,34,80,17,QR_PreSerial,QR_PreSerial,,,,,"{""Caption"": ""QR_PreSerial"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 638, ""Top"": 34, ""Transparent"": false, ""Width"": 80, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,157,TQRLabel,QR_Paname1,60655,670,162,82,17,QR_Paname1,QR_Paname1,,,,,"{""Caption"": ""QR_Paname1"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 670, ""Top"": 162, ""Transparent"": false, ""Width"": 82, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,158,TQRLabel,QR_Price_psum,60984,643,306,61,17,QR_Price_psum,QR_Price_psum,,,,,"{""Caption"": ""QR_Price_psum"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 643, ""Top"": 306, ""Transparent"": false, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,159,TQRLabel,QR_Pricec1,61320,643,330,61,17,QR_Pricec1,QR_Pricec1,,,,,"{""Caption"": ""QR_Pricec1"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 643, ""Top"": 330, ""Transparent"": false, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,160,TQRLabel,QR_S_Fastmon,61650,643,258,61,17,QR_S_Fastmon,QR_S_Fastmon,,,,,"{""Caption"": ""QR_S_Fastmon"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 643, ""Top"": 258, ""Transparent"": false, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,161,TQRLabel,QR_PriceC,61984,643,234,61,17,QR_PriceC,QR_PriceC,,,,,"{""Caption"": ""QR_PriceC"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 643, ""Top"": 234, ""Transparent"": false, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,162,TQRLabel,QR_PriceP,62312,643,210,61,17,QR_PriceP,QR_PriceP,,,,,"{""Caption"": ""QR_PriceP"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 643, ""Top"": 210, ""Transparent"": false, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,163,TQRLabel,QR_PriceN,62640,643,354,61,17,QR_PriceN,QR_PriceN,,,,,"{""Caption"": ""QR_PriceN"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 643, ""Top"": 354, ""Transparent"": false, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,164,TQRLabel,QR_Pharm,62968,22,176,521,233,QR_Pharm,QR_Pharm,,,-13,,"{""Caption"": ""QR_Pharm"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""굴림체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 233, ""Left"": 22, ""ParentFont"": false, ""Top"": 176, ""Transparent"": false, ""Width"": 521, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,165,TQRLabel,QR_Panum,63409,652,138,68,17,QR_Panum,QR_Panum,,,,,"{""Caption"": ""QR_Panum"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 652, ""Top"": 138, ""Transparent"": false, ""Width"": 68, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,166,TQRLabel,QR_Year,63734,592,466,42,17,QR_Year,QR_Year,,,,,"{""Caption"": ""QR_Year"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 592, ""Top"": 466, ""Transparent"": false, ""Width"": 42, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,167,TQRLabel,QR_Month,64057,648,466,18,17,QR_Month,QR_Month,,,,,"{""Caption"": ""QR_Month"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 648, ""Top"": 466, ""Transparent"": false, ""Width"": 18, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,168,TQRLabel,QR_Day,64382,688,466,18,17,QR_Day,QR_Day,,,,,"{""Caption"": ""QR_Day"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 688, ""Top"": 466, ""Transparent"": false, ""Width"": 18, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,169,TQRLabel,QR_Drug_P,64703,643,282,61,17,QR_S_Fastmon,QR_S_Fastmon,,,,,"{""Caption"": ""QR_S_Fastmon"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 643, ""Top"": 282, ""Transparent"": false, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,170,TQRBand,QRBand2,65035,38,534,756,33,,,,,,,"{""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 33, ""Left"": 38, ""Top"": 534, ""Width"": 756}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,171,TQRBand,QRBand1,66350,23,57,737,996,,,,,,,"{""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 996, ""Left"": 23, ""Top"": 57, ""Width"": 737}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,172,TQRShape,QRShape5,66601,2,0,740,990,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 990, ""Left"": 2, ""Top"": 0, ""Width"": 740}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,173,TQRShape,QRShape62,66843,24,302,34,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 24, ""Top"": 302, ""Width"": 34}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,174,TQRShape,QRShape138,67073,588,258,153,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 588, ""Top"": 258, ""Width"": 153}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,175,TQRShape,QRShape34,67307,438,258,151,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 438, ""Top"": 258, ""Width"": 151}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,176,TQRShape,QRShape33,67540,292,258,147,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 292, ""Top"": 258, ""Width"": 147}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,177,TQRShape,QRShape27,67773,70,258,73,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 70, ""Top"": 258, ""Width"": 73}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,178,TQRShape,QRShape32,68004,142,258,151,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 142, ""Top"": 258, ""Width"": 151}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,179,TQRShape,QRShape136,68237,3,302,22,89,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 89, ""Left"": 3, ""Top"": 302, ""Width"": 22}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,180,TQRShape,QRShape15,68468,30,134,710,1,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 1, ""Left"": 30, ""Top"": 134, ""Width"": 710}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,181,TQRShape,QRShape22,68697,3,214,68,89,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 89, ""Left"": 3, ""Top"": 214, ""Width"": 68}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,182,TQRShape,QRShape23,68927,70,214,73,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 70, ""Top"": 214, ""Width"": 73}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,183,TQRShape,QRShape24,69157,142,214,151,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 142, ""Top"": 214, ""Width"": 151}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,184,TQRShape,QRShape25,69389,292,214,147,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 292, ""Top"": 214, ""Width"": 147}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,185,TQRShape,QRShape26,69621,438,214,151,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 438, ""Top"": 214, ""Width"": 151}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,186,TQRShape,QRShape29,69853,98,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 98, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,187,TQRShape,QRShape30,70083,112,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 112, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,188,TQRShape,QRShape31,70330,127,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 127, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,189,TQRShape,QRShape35,70577,156,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 156, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,190,TQRShape,QRShape36,70808,171,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 171, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,191,TQRShape,QRShape37,71056,186,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 186, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,192,TQRShape,QRShape38,71304,201,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 201, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,193,TQRShape,QRShape39,71535,216,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 216, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,194,TQRShape,QRShape40,71783,232,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 232, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,195,TQRShape,QRShape41,72031,248,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 248, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,196,TQRShape,QRShape42,72262,263,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 263, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,197,TQRShape,QRShape43,72510,278,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 278, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,198,TQRShape,QRShape63,72758,24,346,34,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 24, ""Top"": 346, ""Width"": 34}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,199,TQRLabel,QRLabel1,72988,3,17,108,17,서 식 번 호,서 식 번 호,,,,,"{""Caption"": ""서 식 번 호"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 3, ""Top"": 17, ""Transparent"": false, ""Width"": 108, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,200,TQRLabel,QRLabel2,73315,115,17,25,17,G,G,,,-13,,"{""Caption"": ""G"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""Arial"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 115, ""ParentFont"": false, ""Top"": 17, ""Transparent"": false, ""Width"": 25, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,201,TQRLabel,QRLabel3,73744,144,17,25,17,I,I,,,-13,,"{""Caption"": ""I"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""Arial"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 144, ""ParentFont"": false, ""Top"": 17, ""Transparent"": false, ""Width"": 25, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,202,TQRLabel,QRLabel4,74174,174,17,25,26,0,0,,,-13,,"{""Caption"": ""0"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""Arial"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 26, ""Left"": 174, ""ParentFont"": false, ""Top"": 17, ""Transparent"": false, ""Width"": 25, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,203,TQRLabel,QRLabel5,74604,203,17,25,17,1,1,,,-13,,"{""Caption"": ""1"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""Arial"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 203, ""ParentFont"": false, ""Top"": 17, ""Transparent"": false, ""Width"": 25, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,204,TQRLabel,QRLabel6,75034,236,3,263,17,( 년 월분),( 년 월분),,,,,"{""Caption"": ""( 년 월분)"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 236, ""Top"": 3, ""Transparent"": false, ""Width"": 263, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,205,TQRLabel,QRLabel7,75376,236,24,263,20,요양급여(의료급여)비용심사청구서,요양급여(의료급여)비용심사청구서,,,-15,,"{""Caption"": ""요양급여(의료급여)비용심사청구서"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -15, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 20, ""Left"": 236, ""ParentFont"": false, ""Top"": 24, ""Transparent"": false, ""Width"": 263, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,206,TQRLabel,QRLabel8,75847,517,17,71,18,※접수번호,※접수번호,,,-13,,"{""Caption"": ""※접수번호"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 517, ""ParentFont"": false, ""Top"": 17, ""Transparent"": false, ""Width"": 71, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,207,TQRLabel,QRLabel13,76291,4,23,57,14,①기 호,①기 호,,,-13,,"{""Caption"": ""①기 호"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 4, ""ParentFont"": false, ""Top"": 23, ""Transparent"": false, ""Width"": 57, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,208,TQRLabel,QRLabel14,76730,57,104,57,18,④소재지,④소재지,,,-13,,"{""Caption"": ""④소재지"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 57, ""ParentFont"": false, ""Top"": 104, ""Transparent"": false, ""Width"": 57, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,209,TQRLabel,QRLabel15,77172,258,60,43,18,②명칭,②명칭,,,-13,,"{""Caption"": ""②명칭"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 258, ""ParentFont"": false, ""Top"": 60, ""Transparent"": false, ""Width"": 43, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,210,TQRLabel,QRLabel16,77613,517,60,71,18,③전화번호,③전화번호,,,-13,,"{""Caption"": ""③전화번호"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 517, ""ParentFont"": false, ""Top"": 60, ""Transparent"": false, ""Width"": 71, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,211,TQRLabel,QRLabel18,78058,12,248,50,14,구 분,구 분,,,,,"{""Caption"": ""구 분"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 12, ""Top"": 248, ""Transparent"": false, ""Width"": 50, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,212,TQRLabel,QRLabel19,78387,75,230,64,18,⑩건 수,⑩건 수,,,,,"{""Caption"": ""⑩건 수"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 75, ""Top"": 230, ""Transparent"": false, ""Width"": 64, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,213,TQRLabel,QRLabel20,78719,154,230,127,18,⑪요양급여비용총액,⑪요양급여비용총액,,,,,"{""Caption"": ""⑪요양급여비용총액"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 154, ""Top"": 230, ""Transparent"": false, ""Width"": 127, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,214,TQRLabel,QRLabel21,79058,308,230,113,18,⑫본인일부부담금,⑫본인일부부담금,,,,,"{""Caption"": ""⑫본인일부부담금"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 308, ""Top"": 230, ""Transparent"": false, ""Width"": 113, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,215,TQRLabel,QRLabel22,79395,459,230,113,18,⑬ 청 구 액 ,⑬ 청 구 액,,,,,"{""Caption"": ""⑬ 청 구 액 "", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 459, ""Top"": 230, ""Transparent"": false, ""Width"": 113, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,216,TQRLabel,QRLabel23,79736,72,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 72, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,217,TQRLabel,QRLabel24,80173,85,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 85, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,218,TQRLabel,QRLabel25,80610,100,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 100, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,219,TQRLabel,QRLabel26,81047,114,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 114, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,220,TQRLabel,QRLabel27,81484,129,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 129, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,221,TQRLabel,QRLabel28,81922,143,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 143, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,222,TQRLabel,QRLabel29,82360,158,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 158, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,223,TQRLabel,QRLabel32,82798,203,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 203, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,224,TQRLabel,QRLabel33,83236,218,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 218, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,225,TQRLabel,QRLabel36,83674,265,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 265, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,226,TQRLabel,QRLabel37,84112,279,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 279, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,227,TQRLabel,QRLabel58,84550,26,308,30,29,처방 조제,처방 조제,,,,,"{""Caption"": ""처방 조제"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 29, ""Left"": 26, ""Top"": 308, ""Transparent"": false, ""Width"": 30, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,228,TQRLabel,QRLabel59,84880,26,352,30,33,직접 조제,직접 조제,,,,,"{""Caption"": ""직접 조제"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 33, ""Left"": 26, ""Top"": 352, ""Transparent"": false, ""Width"": 30, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,229,TQRLabel,QRLabel63,85210,39,549,603,17,□ 국민건강보험법 시행규칙 제12조제1항의 규정에 의거 요양급여비용의 심사를 청구합니다.,□ 국민건강보험법 시행규칙 제12조제1항의 규정에 의거 요양급여비용의 심사를 청구합니다.,,,,,"{""Caption"": ""□ 국민건강보험법 시행규칙 제12조제1항의 규정에 의거 요양급여비용의 심사를 청구합니다."", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 39, ""Top"": 549, ""Transparent"": false, ""Width"": 603, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,230,TQRLabel,QRLabel65,85629,39,624,512,17,□ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.,□ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.,,,,,"{""Caption"": ""□ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다."", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 39, ""Top"": 624, ""Transparent"": false, ""Width"": 512, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,231,TQRLabel,QRLabel66,86034,40,679,428,17,첨 부 : 요양급여 (의료보호) 비용명세서 매,첨 부 : 요양급여 (의료보호) 비용명세서 매,,,,,"{""Caption"": ""첨 부 : 요양급여 (의료보호) 비용명세서 매"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 40, ""Top"": 679, ""Transparent"": false, ""Width"": 428, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,232,TQRLabel,QRLabel67,86432,123,713,344,17,처 방 전 매,처 방 전 매,,,,,"{""Caption"": ""처 방 전 매"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 123, ""Top"": 713, ""Transparent"": false, ""Width"": 344, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,233,TQRLabel,QRLabel68,86806,202,772,71,17,청구일자 :,청구일자 :,,,,,"{""Caption"": ""청구일자 :"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 202, ""Top"": 772, ""Transparent"": false, ""Width"": 71, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,234,TQRLabel,QRLabel69,87139,336,772,15,17,,,,,,,"{""Caption"": """", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 336, ""Top"": 772, ""Transparent"": false, ""Width"": 15, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,235,TQRLabel,QRLabel70,87462,404,772,15,17,,,,,,,"{""Caption"": """", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 404, ""Top"": 772, ""Transparent"": false, ""Width"": 15, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,236,TQRLabel,QRLabel71,87785,473,772,15,17,,,,,,,"{""Caption"": """", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 473, ""Top"": 772, ""Transparent"": false, ""Width"": 15, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,237,TQRLabel,QRLabel72,88108,202,811,71,14,청 구 인 :,청 구 인 :,,,,,"{""Caption"": ""청 구 인 :"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 202, ""Top"": 811, ""Transparent"": false, ""Width"": 71, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,238,TQRLabel,QRLabel73,88442,533,811,113,17,(서명 또는 날인),(서명 또는 날인),,,,,"{""Caption"": ""(서명 또는 날인)"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 533, ""Top"": 811, ""Transparent"": false, ""Width"": 113, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,239,TQRLabel,QRLabel78,88783,16,886,220,17,□ 건강보험심사평가원장 귀하,□ 건강보험심사평가원장 귀하,,,-13,,"{""Caption"": ""□ 건강보험심사평가원장 귀하"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 16, ""ParentFont"": false, ""Top"": 886, ""Transparent"": false, ""Width"": 220, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,240,TQRLabel,Q_year,89258,306,3,43,14,Q_year,Q_year,,,,,"{""Caption"": ""Q_year"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 306, ""Top"": 3, ""Transparent"": false, ""Width"": 43, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,241,TQRLabel,Q_mon,89579,378,3,36,17,Q_mon,Q_mon,,,,,"{""Caption"": ""Q_mon"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 378, ""Top"": 3, ""Transparent"": false, ""Width"": 36, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,242,TQRLabel,Q_iscode,89898,148,60,65,17,Q_iscode,Q_iscode,,,-16,,"{""Caption"": ""Q_iscode"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 148, ""ParentFont"": false, ""Top"": 60, ""Transparent"": false, ""Width"": 65, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,243,TQRLabel,Q_isname,90337,324,60,65,17,Q_isname,Q_isname,,,-16,,"{""Caption"": ""Q_isname"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 324, ""ParentFont"": false, ""Top"": 60, ""Transparent"": false, ""Width"": 65, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,244,TQRLabel,Q_istel,90776,604,60,57,17,Q_istel,Q_istel,,,-16,,"{""Caption"": ""Q_istel"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 604, ""ParentFont"": false, ""Top"": 60, ""Transparent"": false, ""Width"": 57, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,245,TQRLabel,Q_add,91213,148,104,41,17,Q_add,Q_add,,,-16,,"{""Caption"": ""Q_add"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 148, ""ParentFont"": false, ""Top"": 104, ""Transparent"": false, ""Width"": 41, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,246,TQRLabel,Q_post,91646,604,104,49,17,Q_post,Q_post,,,-16,,"{""Caption"": ""Q_post"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 604, ""ParentFont"": false, ""Top"": 104, ""Transparent"": false, ""Width"": 49, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,247,TQRLabel,Q_gun,92081,373,679,41,17,Q_gun,Q_gun,,,-16,,"{""Caption"": ""Q_gun"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 373, ""ParentFont"": false, ""Top"": 679, ""Transparent"": false, ""Width"": 41, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,248,TQRLabel,Q_me,92516,371,713,9,17,0,0,,,-16,,"{""Caption"": ""0"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 371, ""ParentFont"": false, ""Top"": 713, ""Transparent"": false, ""Width"": 9, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,249,TQRLabel,Q_year1,92945,283,772,50,17,Q_year1,Q_year1,,,,,"{""Caption"": ""Q_year1"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 283, ""Top"": 772, ""Transparent"": false, ""Width"": 50, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,250,TQRLabel,Q_mon1,93269,356,772,43,17,Q_mon1,Q_mon1,,,,,"{""Caption"": ""Q_mon1"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 356, ""Top"": 772, ""Transparent"": false, ""Width"": 43, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,251,TQRLabel,Q_day1,93591,426,772,43,17,Q_day1,Q_day1,,,,,"{""Caption"": ""Q_day1"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 426, ""Top"": 772, ""Transparent"": false, ""Width"": 43, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,252,TQRLabel,Q_name1,93913,313,811,64,17,Q_name1,Q_name1,,,-16,,"{""Caption"": ""Q_name1"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 313, ""ParentFont"": false, ""Top"": 811, ""Transparent"": false, ""Width"": 64, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,253,TQRLabel,Q_name2,94358,147,147,64,17,Q_name2,Q_name2,,,-16,,"{""Caption"": ""Q_name2"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 147, ""ParentFont"": false, ""Top"": 147, ""Transparent"": false, ""Width"": 64, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,254,TQRLabel,Q_num,94803,147,186,46,17,Q_num,Q_num,,,-16,,"{""Caption"": ""Q_num"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 147, ""ParentFont"": false, ""Top"": 186, ""Transparent"": false, ""Width"": 46, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,255,TQRShape,QRShape65,95244,56,346,15,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 56, ""Top"": 346, ""Width"": 15}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,256,TQRLabel,QRLabel61,95474,60,360,8,17,9,9,,,,,"{""Caption"": ""9"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 60, ""Top"": 360, ""Transparent"": false, ""Width"": 8, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,257,TQRShape,QRShape137,95792,588,214,153,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 588, ""Top"": 214, ""Width"": 153}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,258,TQRLabel,QRLabel83,96025,607,230,113,18,⑭차등수가청구액,⑭차등수가청구액,,,,,"{""Caption"": ""⑭차등수가청구액"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 607, ""Top"": 230, ""Transparent"": false, ""Width"": 113, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,259,TQRShape,QRShape139,96362,603,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 603, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,260,TQRShape,QRShape140,96594,618,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 618, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,261,TQRShape,QRShape141,96843,633,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 633, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,262,TQRShape,QRShape142,97092,648,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 648, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,263,TQRShape,QRShape143,97324,663,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 663, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,264,TQRShape,QRShape144,97573,678,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 678, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,265,TQRShape,QRShape145,97822,693,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 693, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,266,TQRShape,QRShape146,98054,708,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 708, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,267,TQRShape,QRShape147,98303,723,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 723, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,268,TQRLabel,QRLabel84,98552,440,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 440, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,269,TQRLabel,QRLabel85,98990,455,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 455, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,270,TQRLabel,QRLabel86,99428,470,275,13,12,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 12, ""Left"": 470, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,271,TQRLabel,QRLabel87,99866,485,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 485, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,272,TQRLabel,QRLabel88,100304,499,275,13,12,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 12, ""Left"": 499, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,273,TQRLabel,QRLabel89,100742,515,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 515, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,274,TQRLabel,QRLabel90,101180,530,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 530, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,275,TQRLabel,QRLabel91,101618,544,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 544, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,276,TQRLabel,QRLabel92,102056,559,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 559, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,277,TQRLabel,QRLabel93,102494,575,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 575, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,278,TQRShape,QRShape66,102932,40,421,657,81,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 81, ""Left"": 40, ""Top"": 421, ""Width"": 657}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,279,TQRShape,QRShape67,103163,171,461,526,1,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 1, ""Left"": 171, ""Top"": 461, ""Width"": 526}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,280,TQRShape,QRShape68,103393,171,421,1,81,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 81, ""Left"": 171, ""Top"": 421, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,281,TQRShape,QRShape69,103623,244,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 244, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,282,TQRShape,QRShape71,103853,281,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 281, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,283,TQRShape,QRShape72,104083,318,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 318, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,284,TQRShape,QRShape73,104313,355,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 355, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,285,TQRShape,QRShape74,104543,392,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 392, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,286,TQRShape,QRShape75,104773,429,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 429, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,287,TQRShape,QRShape76,105003,466,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 466, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,288,TQRShape,QRShape77,105233,541,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 541, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,289,TQRShape,QRShape78,105463,503,421,2,81,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 81, ""Left"": 503, ""Top"": 421, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,290,TQRShape,QRShape79,105693,580,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 580, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,291,TQRShape,QRShape80,105923,618,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 618, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,292,TQRShape,QRShape81,106153,657,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 657, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,293,TQRShape,QRShape82,106383,207,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 207, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,294,TQRShape,QRShape70,106613,71,303,668,1,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 1, ""Left"": 71, ""Top"": 303, ""Width"": 668}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,295,TQRShape,QRShape83,106842,71,346,668,1,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 1, ""Left"": 71, ""Top"": 346, ""Width"": 668}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,296,TQRLabel,QRLabel94,107071,48,458,113,27,차등수가적용기준,차등수가적용기준,,,-13,,"{""Caption"": ""차등수가적용기준"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 27, ""Left"": 48, ""ParentFont"": false, ""Top"": 458, ""Transparent"": false, ""Width"": 113, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,297,TQRLabel,QRLabel95,107522,312,434,57,17,차등지수,차등지수,,,-13,,"{""Caption"": ""차등지수"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 312, ""ParentFont"": false, ""Top"": 434, ""Transparent"": false, ""Width"": 57, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,298,TQRLabel,QRLabel96,107966,560,434,78,17,월 조제일수,월 조제일수,,,-13,,"{""Caption"": ""월 조제일수"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 560, ""ParentFont"": false, ""Top"": 434, ""Transparent"": false, ""Width"": 78, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,299,TQRLabel,Q132,108414,545,468,170,26,2 5 . 2 4,2 5 . 2 4,,,-25,,"{""Caption"": ""2 5 . 2 4"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -25, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 26, ""Left"": 545, ""ParentFont"": false, ""Top"": 468, ""Transparent"": true, ""Width"": 170, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,300,TQRLabel,QRLabel97,108857,6,333,17,28,약 국,약 국,,,,,"{""Caption"": ""약 국"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 28, ""Left"": 6, ""Top"": 333, ""Transparent"": false, ""Width"": 17, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,301,TQRShape,QRShape28,109183,84,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 84, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,302,TQRShape,QRShape44,109430,306,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 306, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,303,TQRShape,QRShape45,109661,320,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 320, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,304,TQRShape,QRShape46,109909,334,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 334, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,305,TQRShape,QRShape47,110157,348,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 348, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,306,TQRShape,QRShape48,110388,363,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 363, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,307,TQRShape,QRShape49,110636,378,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 378, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,308,TQRShape,QRShape50,110884,393,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 393, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,309,TQRShape,QRShape51,111115,408,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 408, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,310,TQRShape,QRShape52,111363,423,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 423, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,311,TQRShape,QRShape53,111611,453,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 453, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,312,TQRShape,QRShape54,111842,468,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 468, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,313,TQRShape,QRShape55,112090,483,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 483, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,314,TQRShape,QRShape56,112338,498,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 498, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,315,TQRShape,QRShape57,112569,513,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 513, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,316,TQRShape,QRShape58,112817,528,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 528, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,317,TQRShape,QRShape59,113065,543,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 543, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,318,TQRShape,QRShape60,113296,558,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 558, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,319,TQRShape,QRShape61,113544,573,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 573, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,320,TQRLabel,QRLabel30,113792,173,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 173, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,321,TQRLabel,QRLabel31,114230,188,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 188, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,322,TQRLabel,QRLabel34,114668,235,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 235, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,323,TQRLabel,QRLabel35,115106,250,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 250, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,324,TQRLabel,QRLabel38,115544,293,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 293, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,325,TQRLabel,QRLabel39,115982,307,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 307, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,326,TQRLabel,QRLabel40,116420,350,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 350, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,327,TQRLabel,QRLabel41,116858,364,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 364, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,328,TQRLabel,QRLabel42,117296,409,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 409, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,329,TQRLabel,QRLabel43,117734,425,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 425, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,330,TQRLabel,QRLabel44,118172,322,276,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 322, ""ParentFont"": false, ""Top"": 276, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,331,TQRLabel,QRLabel45,118610,336,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 336, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,332,TQRLabel,QRLabel46,119048,379,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 379, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,333,TQRLabel,QRLabel47,119486,395,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 395, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,334,TQRLabel,QRLabel48,119924,590,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 590, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,335,TQRLabel,QRLabel49,120362,605,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 605, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,336,TQRLabel,QRLabel50,120800,620,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 620, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,337,TQRLabel,QRLabel51,121238,635,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 635, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,338,TQRLabel,QRLabel52,121676,649,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 649, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,339,TQRLabel,QRLabel53,122114,665,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 665, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,340,TQRLabel,QRLabel54,122552,680,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 680, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,341,TQRLabel,QRLabel55,122990,694,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 694, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,342,TQRLabel,QRLabel56,123428,709,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 709, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,343,TQRLabel,QRLabel57,123866,725,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 725, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,344,TQRLabel,Q111,124304,83,315,61,30,1234,1234,,,-27,,"{""Caption"": ""1234"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -27, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 83, ""ParentFont"": false, ""Top"": 315, ""Transparent"": true, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,345,TQRLabel,Q121,124743,83,354,61,30,1234,1234,,,-27,,"{""Caption"": ""1234"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -27, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 83, ""ParentFont"": false, ""Top"": 354, ""Transparent"": true, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,346,TQRLabel,Q112,125182,133,314,161,30,1234567890,1234567890,,,-29,,"{""Caption"": ""1234567890"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -29, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 133, ""ParentFont"": false, ""Top"": 314, ""Transparent"": true, ""Width"": 161, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,347,TQRLabel,Q122,125629,133,354,161,30,1234567890,1234567890,,,-29,,"{""Caption"": ""1234567890"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -29, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 133, ""ParentFont"": false, ""Top"": 354, ""Transparent"": true, ""Width"": 161, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,348,TQRLabel,Q113,126076,280,314,161,30,1234567890,1234567890,,,-29,,"{""Caption"": ""1234567890"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -29, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 280, ""ParentFont"": false, ""Top"": 314, ""Transparent"": true, ""Width"": 161, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,349,TQRLabel,Q123,126523,280,354,161,30,1234567890,1234567890,,,-29,,"{""Caption"": ""1234567890"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -29, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 280, ""ParentFont"": false, ""Top"": 354, ""Transparent"": true, ""Width"": 161, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,350,TQRLabel,Q114,126970,430,314,161,30,1234567890,1234567890,,,-29,,"{""Caption"": ""1234567890"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -29, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 430, ""ParentFont"": false, ""Top"": 314, ""Transparent"": true, ""Width"": 161, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,351,TQRLabel,Q124,127417,430,354,161,30,1234567890,1234567890,,,-29,,"{""Caption"": ""1234567890"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -29, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 430, ""ParentFont"": false, ""Top"": 354, ""Transparent"": true, ""Width"": 161, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,352,TQRLabel,Q115,127864,580,314,161,30,1234567890,1234567890,,,-29,,"{""Caption"": ""1234567890"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -29, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 580, ""ParentFont"": false, ""Top"": 314, ""Transparent"": true, ""Width"": 161, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,353,TQRLabel,Q125,128311,580,354,161,30,1234567890,1234567890,,,-29,,"{""Caption"": ""1234567890"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -29, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 580, ""ParentFont"": false, ""Top"": 354, ""Transparent"": true, ""Width"": 161, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,354,TQRShape,QRShape64,128758,56,302,15,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 56, ""Top"": 302, ""Width"": 15}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,355,TQRLabel,QRLabel60,128988,60,316,8,17,8,8,,,,,"{""Caption"": ""8"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 60, ""Top"": 316, ""Transparent"": false, ""Width"": 8, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,356,TQRLabel,QRLabel9,129306,8,75,15,18,,,,,-13,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 8, ""ParentFont"": false, ""Top"": 75, ""Transparent"": false, ""Width"": 15, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,357,TQRLabel,QRLabel10,129741,8,105,15,18,,,,,-13,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 8, ""ParentFont"": false, ""Top"": 105, ""Transparent"": false, ""Width"": 15, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,358,TQRLabel,QRLabel11,130177,8,134,15,18,,,,,-13,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 8, ""ParentFont"": false, ""Top"": 134, ""Transparent"": false, ""Width"": 15, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,359,TQRLabel,QRLabel12,130614,8,163,15,18,,,,,-13,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 8, ""ParentFont"": false, ""Top"": 163, ""Transparent"": false, ""Width"": 15, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,360,TQRLabel,QRLabel17,131051,517,103,71,18,⑤우편번호,⑤우편번호,,,-13,,"{""Caption"": ""⑤우편번호"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 517, ""ParentFont"": false, ""Top"": 103, ""Transparent"": false, ""Width"": 71, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,361,TQRShape,QRShape1,131496,1,46,738,1,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 1, ""Left"": 1, ""Top"": 46, ""Width"": 738}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,362,TQRShape,QRShape2,131723,30,90,710,1,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 1, ""Left"": 30, ""Top"": 90, ""Width"": 710}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,363,TQRShape,QRShape3,131950,30,174,710,1,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 1, ""Left"": 30, ""Top"": 174, ""Width"": 710}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,364,TQRShape,QRShape4,132178,1,214,738,1,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 1, ""Left"": 1, ""Top"": 214, ""Width"": 738}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,365,TQRShape,QRShape6,132406,30,48,1,166,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 166, ""Left"": 30, ""Top"": 48, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,366,TQRShape,QRShape7,132634,112,1,1,46,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 46, ""Left"": 112, ""Top"": 1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,367,TQRShape,QRShape8,132861,142,1,1,214,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 214, ""Left"": 142, ""Top"": 1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,368,TQRShape,QRShape9,133090,171,1,1,46,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 46, ""Left"": 171, ""Top"": 1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,369,TQRShape,QRShape10,133318,201,1,1,46,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 46, ""Left"": 201, ""Top"": 1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,370,TQRShape,QRShape11,133547,230,1,1,46,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 46, ""Left"": 230, ""Top"": 1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,371,TQRShape,QRShape12,133776,250,46,1,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 250, ""Top"": 46, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,372,TQRShape,QRShape13,134005,310,46,1,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 310, ""Top"": 46, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,373,TQRShape,QRShape14,134234,506,1,1,214,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 214, ""Left"": 506, ""Top"": 1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,374,TQRShape,QRShape16,134464,598,1,1,214,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 214, ""Left"": 598, ""Top"": 1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,375,TQRShape,QRShape17,134694,507,139,44,73,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 73, ""Left"": 507, ""Top"": 139, ""Width"": 44}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,376,TQRShape,QRShape18,134944,76,134,1,81,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 81, ""Left"": 76, ""Top"": 134, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,377,TQRShape,QRShape19,135173,31,139,45,73,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 73, ""Left"": 31, ""Top"": 139, ""Width"": 45}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,378,TQRLabel,QRLabel80,135422,12,63,43,14,작성자,작성자,,,-13,,"{""Caption"": ""작성자"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 12, ""ParentFont"": false, ""Top"": 63, ""Transparent"": false, ""Width"": 43, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,379,TQRLabel,QRLabel81,135862,79,180,59,29,⑦주 민 등록번호,⑦주 민 등록번호,,,-13,,"{""Caption"": ""⑦주 민 등록번호"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 29, ""Left"": 79, ""ParentFont"": false, ""Top"": 180, ""Transparent"": false, ""Width"": 59, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,380,TQRLabel,QRLabel82,136315,85,147,43,18,⑥성명,⑥성명,,,-13,,"{""Caption"": ""⑥성명"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 85, ""ParentFont"": false, ""Top"": 147, ""Transparent"": false, ""Width"": 43, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,381,TQRLabel,QRLabel98,136756,361,147,113,18,(서명 또는 날인),(서명 또는 날인),,,-13,,"{""Caption"": ""(서명 또는 날인)"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 361, ""ParentFont"": false, ""Top"": 147, ""Transparent"": false, ""Width"": 113, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,382,TQRShape,QRShape20,137212,551,134,1,81,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 81, ""Left"": 551, ""Top"": 134, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,383,TQRLabel,QRLabel100,137442,515,159,29,18,청구,청구,,,-13,,"{""Caption"": ""청구"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 515, ""ParentFont"": false, ""Top"": 159, ""Transparent"": false, ""Width"": 29, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,384,TQRLabel,QRLabel101,137883,515,177,29,18,단체,단체,,,-13,,"{""Caption"": ""단체"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 515, ""ParentFont"": false, ""Top"": 177, ""Transparent"": false, ""Width"": 29, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,385,TQRLabel,QRLabel102,138324,554,147,43,18,⑧기호,⑧기호,,,-13,,"{""Caption"": ""⑧기호"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 554, ""ParentFont"": false, ""Top"": 147, ""Transparent"": false, ""Width"": 43, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,386,TQRLabel,QRLabel103,138767,554,187,43,18,⑨명칭,⑨명칭,,,-13,,"{""Caption"": ""⑨명칭"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 554, ""ParentFont"": false, ""Top"": 187, ""Transparent"": false, ""Width"": 43, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,387,TQRLabel,QRLabel74,139210,39,576,449,17,□ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.,□ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.,,,,,"{""Caption"": ""□ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다."", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 39, ""Top"": 576, ""Transparent"": false, ""Width"": 449, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,388,TQRLabel,QRLabel75,139605,39,600,267,17,□ 산업재해환자의 약제비를 청구합니다.,□ 산업재해환자의 약제비를 청구합니다.,,,,,"{""Caption"": ""□ 산업재해환자의 약제비를 청구합니다."", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 39, ""Top"": 600, ""Transparent"": false, ""Width"": 267, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,389,TQRLabel,QRLabel76,139968,16,910,236,17, 국민건강보험공단이사장 귀하,국민건강보험공단이사장 귀하,,,-13,,"{""Caption"": "" 국민건강보험공단이사장 귀하"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 16, ""ParentFont"": false, ""Top"": 910, ""Transparent"": false, ""Width"": 236, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,390,TQRLabel,QRLabel77,140447,16,934,366,17,□ 근로복지공단이사장 [ 지역본부(지사)장 ] 귀하,□ 근로복지공단이사장 [ 지역본부(지사)장 ] 귀하,,,-13,,"{""Caption"": ""□ 근로복지공단이사장 [ 지역본부(지사)장 ] 귀하"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 16, ""ParentFont"": false, ""Top"": 934, ""Transparent"": false, ""Width"": 366, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,391,TQRLabel,QRLabel104,140948,16,958,220,17,□ 한국보훈복지공단사장 귀하,□ 한국보훈복지공단사장 귀하,,,-13,,"{""Caption"": ""□ 한국보훈복지공단사장 귀하"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 16, ""ParentFont"": false, ""Top"": 958, ""Transparent"": false, ""Width"": 220, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,392,TQRLabel,Q_COMMIT_CODE,141424,604,148,49,17,Q_post,Q_post,,,-16,,"{""Caption"": ""Q_post"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 604, ""ParentFont"": false, ""Top"": 148, ""Transparent"": false, ""Width"": 49, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,393,TQRLabel,Q_COMMIT_NAME,141867,604,184,49,17,Q_post,Q_post,,,-16,,"{""Caption"": ""Q_post"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 604, ""ParentFont"": false, ""Top"": 184, ""Transparent"": false, ""Width"": 49, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,394,TQRLabel,Q131,142310,179,468,326,26,0 . 1 2 3 4 5 6 7,0 . 1 2 3 4 5 6 7,,,-25,,"{""Caption"": ""0 . 1 2 3 4 5 6 7"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -25, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 26, ""Left"": 179, ""ParentFont"": false, ""Top"": 468, ""Transparent"": true, ""Width"": 326, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,395,TQRBand,QRBand2,142765,23,38,737,19,,,,,,,"{""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 19, ""Left"": 23, ""Top"": 38, ""Width"": 737}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,396,TQRBand,QRBand1,144080,19,57,737,996,,,,,,,"{""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 996, ""Left"": 19, ""Top"": 57, ""Width"": 737}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,397,TQRShape,Q_is,144331,2,0,740,990,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 990, ""Left"": 2, ""Top"": 0, ""Width"": 740}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,398,TQRShape,QRShape62,144569,24,302,34,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 24, ""Top"": 302, ""Width"": 34}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,399,TQRShape,QRShape138,144799,588,258,153,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 588, ""Top"": 258, ""Width"": 153}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,400,TQRShape,QRShape34,145033,438,258,151,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 438, ""Top"": 258, ""Width"": 151}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,401,TQRShape,QRShape33,145266,292,258,147,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 292, ""Top"": 258, ""Width"": 147}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,402,TQRShape,QRShape27,145499,70,258,73,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 70, ""Top"": 258, ""Width"": 73}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,403,TQRShape,QRShape32,145730,142,258,151,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 142, ""Top"": 258, ""Width"": 151}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,404,TQRShape,QRShape136,145963,3,302,22,89,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 89, ""Left"": 3, ""Top"": 302, ""Width"": 22}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,405,TQRShape,QRShape15,146194,30,134,710,1,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 1, ""Left"": 30, ""Top"": 134, ""Width"": 710}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,406,TQRShape,QRShape22,146423,3,214,68,89,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 89, ""Left"": 3, ""Top"": 214, ""Width"": 68}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,407,TQRShape,QRShape23,146653,70,214,73,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 70, ""Top"": 214, ""Width"": 73}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,408,TQRShape,QRShape24,146883,142,214,151,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 142, ""Top"": 214, ""Width"": 151}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,409,TQRShape,QRShape25,147115,292,214,147,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 292, ""Top"": 214, ""Width"": 147}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,410,TQRShape,QRShape26,147347,438,214,151,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 438, ""Top"": 214, ""Width"": 151}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,411,TQRShape,QRShape29,147579,98,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 98, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,412,TQRShape,QRShape30,147809,112,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 112, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,413,TQRShape,QRShape31,148056,127,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 127, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,414,TQRShape,QRShape35,148303,156,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 156, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,415,TQRShape,QRShape36,148534,171,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 171, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,416,TQRShape,QRShape37,148782,186,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 186, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,417,TQRShape,QRShape38,149030,201,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 201, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,418,TQRShape,QRShape39,149261,216,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 216, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,419,TQRShape,QRShape40,149509,232,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 232, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,420,TQRShape,QRShape41,149757,248,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 248, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,421,TQRShape,QRShape42,149988,263,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 263, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,422,TQRShape,QRShape43,150236,278,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 278, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,423,TQRShape,QRShape63,150484,24,346,34,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 24, ""Top"": 346, ""Width"": 34}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,424,TQRLabel,QRLabel1,150714,3,17,108,17,서 식 번 호,서 식 번 호,,,,,"{""Caption"": ""서 식 번 호"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 3, ""Top"": 17, ""Transparent"": false, ""Width"": 108, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,425,TQRLabel,QRLabel2,151041,115,17,25,17,G,G,,,-13,,"{""Caption"": ""G"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""Arial"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 115, ""ParentFont"": false, ""Top"": 17, ""Transparent"": false, ""Width"": 25, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,426,TQRLabel,QRLabel3,151470,144,17,25,17,I,I,,,-13,,"{""Caption"": ""I"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""Arial"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 144, ""ParentFont"": false, ""Top"": 17, ""Transparent"": false, ""Width"": 25, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,427,TQRLabel,QRLabel4,151900,174,17,25,26,0,0,,,-13,,"{""Caption"": ""0"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""Arial"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 26, ""Left"": 174, ""ParentFont"": false, ""Top"": 17, ""Transparent"": false, ""Width"": 25, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,428,TQRLabel,QRLabel5,152330,203,17,25,17,1,1,,,-13,,"{""Caption"": ""1"", ""Color"": ""clWhite"", ""Font.Charset"": ""DEFAULT_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""Arial"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 203, ""ParentFont"": false, ""Top"": 17, ""Transparent"": false, ""Width"": 25, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,429,TQRLabel,QRLabel6,152760,236,3,263,17,( 년 월분),( 년 월분),,,,,"{""Caption"": ""( 년 월분)"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 236, ""Top"": 3, ""Transparent"": false, ""Width"": 263, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,430,TQRLabel,QRLabel7,153102,230,24,281,20,요양급여(의료급여)비용심사청구서,요양급여(의료급여)비용심사청구서,,,-15,,"{""Caption"": ""요양급여(의료급여)비용심사청구서"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -15, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 20, ""Left"": 230, ""ParentFont"": false, ""Top"": 24, ""Transparent"": false, ""Width"": 281, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,431,TQRLabel,QRLabel8,153573,517,17,71,18,※접수번호,※접수번호,,,-13,,"{""Caption"": ""※접수번호"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 517, ""ParentFont"": false, ""Top"": 17, ""Transparent"": false, ""Width"": 71, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,432,TQRLabel,QRLabel13,154017,57,60,57,14,①기 호,①기 호,,,-13,,"{""Caption"": ""①기 호"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 57, ""ParentFont"": false, ""Top"": 60, ""Transparent"": false, ""Width"": 57, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,433,TQRLabel,QRLabel14,154456,57,104,57,18,⑤소재지,⑤소재지,,,-13,,"{""Caption"": ""⑤소재지"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 57, ""ParentFont"": false, ""Top"": 104, ""Transparent"": false, ""Width"": 57, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,434,TQRLabel,QRLabel15,154898,258,60,43,18,②명칭,②명칭,,,-13,,"{""Caption"": ""②명칭"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 258, ""ParentFont"": false, ""Top"": 60, ""Transparent"": false, ""Width"": 43, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,435,TQRLabel,QRLabel16,155339,517,51,71,16,③전화번호,③전화번호,,,-13,,"{""Caption"": ""③전화번호"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 16, ""Left"": 517, ""ParentFont"": false, ""Top"": 51, ""Transparent"": false, ""Width"": 71, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,436,TQRLabel,QRLabel18,155784,12,248,50,14,구 분,구 분,,,,,"{""Caption"": ""구 분"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 12, ""Top"": 248, ""Transparent"": false, ""Width"": 50, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,437,TQRLabel,QRLabel19,156113,75,230,64,18,⑪건 수,⑪건 수,,,,,"{""Caption"": ""⑪건 수"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 75, ""Top"": 230, ""Transparent"": false, ""Width"": 64, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,438,TQRLabel,QRLabel20,156445,154,230,127,18,⑫요양급여비용총액,⑫요양급여비용총액,,,,,"{""Caption"": ""⑫요양급여비용총액"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 154, ""Top"": 230, ""Transparent"": false, ""Width"": 127, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,439,TQRLabel,QRLabel21,156784,308,230,113,18,⑬본인일부부담금,⑬본인일부부담금,,,,,"{""Caption"": ""⑬본인일부부담금"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 308, ""Top"": 230, ""Transparent"": false, ""Width"": 113, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,440,TQRLabel,QRLabel22,157121,459,230,113,18,⑭ 청 구 액 ,⑭ 청 구 액,,,,,"{""Caption"": ""⑭ 청 구 액 "", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 459, ""Top"": 230, ""Transparent"": false, ""Width"": 113, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,441,TQRLabel,QRLabel23,157462,72,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 72, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,442,TQRLabel,QRLabel24,157899,85,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 85, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,443,TQRLabel,QRLabel25,158336,100,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 100, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,444,TQRLabel,QRLabel26,158773,114,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 114, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,445,TQRLabel,QRLabel27,159210,129,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 129, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,446,TQRLabel,QRLabel28,159648,143,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 143, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,447,TQRLabel,QRLabel29,160086,158,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 158, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,448,TQRLabel,QRLabel32,160524,203,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 203, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,449,TQRLabel,QRLabel33,160962,218,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 218, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,450,TQRLabel,QRLabel36,161400,265,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 265, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,451,TQRLabel,QRLabel37,161838,279,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 279, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,452,TQRLabel,QRLabel58,162276,26,312,30,29,처방 조제,처방 조제,,,,,"{""Caption"": ""처방 조제"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 29, ""Left"": 26, ""Top"": 312, ""Transparent"": false, ""Width"": 30, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,453,TQRLabel,QRLabel59,162606,26,356,30,33,직접 조제,직접 조제,,,,,"{""Caption"": ""직접 조제"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 33, ""Left"": 26, ""Top"": 356, ""Transparent"": false, ""Width"": 30, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,454,TQRLabel,QRLabel63,162936,39,549,603,17,□ 국민건강보험법 시행규칙 제12조제1항의 규정에 의거 요양급여비용의 심사를 청구합니다.,□ 국민건강보험법 시행규칙 제12조제1항의 규정에 의거 요양급여비용의 심사를 청구합니다.,,,,,"{""Caption"": ""□ 국민건강보험법 시행규칙 제12조제1항의 규정에 의거 요양급여비용의 심사를 청구합니다."", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 39, ""Top"": 549, ""Transparent"": false, ""Width"": 603, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,455,TQRLabel,QRLabel65,163355,39,624,512,17,□ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.,□ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.,,,,,"{""Caption"": ""□ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다."", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 39, ""Top"": 624, ""Transparent"": false, ""Width"": 512, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,456,TQRLabel,QRLabel66,163760,40,679,428,17,첨 부 : 요양급여 (의료보호) 비용명세서 매,첨 부 : 요양급여 (의료보호) 비용명세서 매,,,,,"{""Caption"": ""첨 부 : 요양급여 (의료보호) 비용명세서 매"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 40, ""Top"": 679, ""Transparent"": false, ""Width"": 428, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,457,TQRLabel,QRLabel67,164158,123,725,344,17,처 방 전 매,처 방 전 매,,,,,"{""Caption"": ""처 방 전 매"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 123, ""Top"": 725, ""Transparent"": false, ""Width"": 344, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,458,TQRLabel,QRLabel68,164532,202,772,71,17,청구일자 :,청구일자 :,,,,,"{""Caption"": ""청구일자 :"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 202, ""Top"": 772, ""Transparent"": false, ""Width"": 71, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,459,TQRLabel,QRLabel69,164865,336,772,15,17,,,,,,,"{""Caption"": """", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 336, ""Top"": 772, ""Transparent"": false, ""Width"": 15, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,460,TQRLabel,QRLabel70,165188,404,772,15,17,,,,,,,"{""Caption"": """", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 404, ""Top"": 772, ""Transparent"": false, ""Width"": 15, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,461,TQRLabel,QRLabel71,165511,473,772,15,17,,,,,,,"{""Caption"": """", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 473, ""Top"": 772, ""Transparent"": false, ""Width"": 15, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,462,TQRLabel,QRLabel72,165834,202,811,71,14,청 구 인 :,청 구 인 :,,,,,"{""Caption"": ""청 구 인 :"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 202, ""Top"": 811, ""Transparent"": false, ""Width"": 71, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,463,TQRLabel,QRLabel73,166168,533,811,113,17,(서명 또는 날인),(서명 또는 날인),,,,,"{""Caption"": ""(서명 또는 날인)"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 533, ""Top"": 811, ""Transparent"": false, ""Width"": 113, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,464,TQRLabel,QRLabel78,166509,16,886,220,17,□ 건강보험심사평가원장 귀하,□ 건강보험심사평가원장 귀하,,,-13,,"{""Caption"": ""□ 건강보험심사평가원장 귀하"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 16, ""ParentFont"": false, ""Top"": 886, ""Transparent"": false, ""Width"": 220, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,465,TQRLabel,Q_year,166984,306,3,43,14,Q_year,Q_year,,,,,"{""Caption"": ""Q_year"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 306, ""Top"": 3, ""Transparent"": false, ""Width"": 43, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,466,TQRLabel,Q_mon,167305,378,3,36,17,Q_mon,Q_mon,,,,,"{""Caption"": ""Q_mon"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 378, ""Top"": 3, ""Transparent"": false, ""Width"": 36, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,467,TQRLabel,Q_iscode,167624,148,60,65,17,Q_iscode,Q_iscode,,,-16,,"{""Caption"": ""Q_iscode"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 148, ""ParentFont"": false, ""Top"": 60, ""Transparent"": false, ""Width"": 65, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,468,TQRLabel,Q_isname,168063,324,60,65,17,Q_isname,Q_isname,,,-16,,"{""Caption"": ""Q_isname"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 324, ""ParentFont"": false, ""Top"": 60, ""Transparent"": false, ""Width"": 65, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,469,TQRLabel,Q_istel,168502,604,51,57,17,Q_istel,Q_istel,,,-16,,"{""Caption"": ""Q_istel"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 604, ""ParentFont"": false, ""Top"": 51, ""Transparent"": false, ""Width"": 57, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,470,TQRLabel,Q_add,168939,148,104,41,17,Q_add,Q_add,,,-16,,"{""Caption"": ""Q_add"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 148, ""ParentFont"": false, ""Top"": 104, ""Transparent"": false, ""Width"": 41, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,471,TQRLabel,Q_post,169372,604,104,49,17,Q_post,Q_post,,,-16,,"{""Caption"": ""Q_post"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 604, ""ParentFont"": false, ""Top"": 104, ""Transparent"": false, ""Width"": 49, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,472,TQRLabel,Q_gun,169807,373,679,41,17,Q_gun,Q_gun,,,-16,,"{""Caption"": ""Q_gun"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 373, ""ParentFont"": false, ""Top"": 679, ""Transparent"": false, ""Width"": 41, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,473,TQRLabel,Q_me,170242,375,722,9,17,0,0,,,-16,,"{""Caption"": ""0"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 375, ""ParentFont"": false, ""Top"": 722, ""Transparent"": false, ""Width"": 9, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,474,TQRLabel,Q_year1,170671,283,772,50,17,Q_year1,Q_year1,,,,,"{""Caption"": ""Q_year1"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 283, ""Top"": 772, ""Transparent"": false, ""Width"": 50, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,475,TQRLabel,Q_mon1,170995,356,772,43,17,Q_mon1,Q_mon1,,,,,"{""Caption"": ""Q_mon1"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 356, ""Top"": 772, ""Transparent"": false, ""Width"": 43, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,476,TQRLabel,Q_day1,171317,426,772,43,17,Q_day1,Q_day1,,,,,"{""Caption"": ""Q_day1"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 426, ""Top"": 772, ""Transparent"": false, ""Width"": 43, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,477,TQRLabel,Q_name1,171639,285,810,64,17,Q_name1,Q_name1,,,-16,,"{""Caption"": ""Q_name1"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 285, ""ParentFont"": false, ""Top"": 810, ""Transparent"": false, ""Width"": 64, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,478,TQRLabel,Q_name2,172084,147,147,64,17,Q_name2,Q_name2,,,-16,,"{""Caption"": ""Q_name2"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 147, ""ParentFont"": false, ""Top"": 147, ""Transparent"": false, ""Width"": 64, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,479,TQRLabel,Q_num,172529,147,186,46,17,Q_num,Q_num,,,-16,,"{""Caption"": ""Q_num"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 147, ""ParentFont"": false, ""Top"": 186, ""Transparent"": false, ""Width"": 46, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,480,TQRShape,QRShape65,172970,56,346,15,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 56, ""Top"": 346, ""Width"": 15}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,481,TQRLabel,QRLabel61,173200,60,360,8,17,9,9,,,,,"{""Caption"": ""9"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 60, ""Top"": 360, ""Transparent"": false, ""Width"": 8, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,482,TQRShape,QRShape137,173518,588,214,153,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 588, ""Top"": 214, ""Width"": 153}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,483,TQRLabel,QRLabel83,173751,607,230,113,18,⑮차등수가청구액,⑮차등수가청구액,,,,,"{""Caption"": ""⑮차등수가청구액"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 607, ""Top"": 230, ""Transparent"": false, ""Width"": 113, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,484,TQRShape,QRShape139,174088,603,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 603, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,485,TQRShape,QRShape140,174320,618,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 618, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,486,TQRShape,QRShape141,174569,633,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 633, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,487,TQRShape,QRShape142,174818,648,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 648, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,488,TQRShape,QRShape143,175050,663,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 663, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,489,TQRShape,QRShape144,175299,678,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 678, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,490,TQRShape,QRShape145,175548,693,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 693, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,491,TQRShape,QRShape146,175780,708,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 708, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,492,TQRShape,QRShape147,176029,723,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 723, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,493,TQRLabel,QRLabel84,176278,440,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 440, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,494,TQRLabel,QRLabel85,176716,455,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 455, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,495,TQRLabel,QRLabel86,177154,470,275,13,12,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 12, ""Left"": 470, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,496,TQRLabel,QRLabel87,177592,485,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 485, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,497,TQRLabel,QRLabel88,178030,499,275,13,12,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 12, ""Left"": 499, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,498,TQRLabel,QRLabel89,178468,515,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 515, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,499,TQRLabel,QRLabel90,178906,530,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 530, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,500,TQRLabel,QRLabel91,179344,544,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 544, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,501,TQRLabel,QRLabel92,179782,559,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 559, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,502,TQRLabel,QRLabel93,180220,575,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 575, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,503,TQRShape,QRShape66,180658,40,421,657,81,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 81, ""Left"": 40, ""Top"": 421, ""Width"": 657}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,504,TQRShape,QRShape67,180889,171,461,526,1,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 1, ""Left"": 171, ""Top"": 461, ""Width"": 526}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,505,TQRShape,QRShape68,181119,171,421,1,81,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 81, ""Left"": 171, ""Top"": 421, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,506,TQRShape,QRShape69,181349,244,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 244, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,507,TQRShape,QRShape71,181579,281,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 281, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,508,TQRShape,QRShape72,181809,318,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 318, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,509,TQRShape,QRShape73,182039,355,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 355, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,510,TQRShape,QRShape74,182269,392,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 392, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,511,TQRShape,QRShape75,182499,429,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 429, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,512,TQRShape,QRShape76,182729,466,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 466, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,513,TQRShape,QRShape77,182959,541,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 541, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,514,TQRShape,QRShape78,183189,503,421,2,81,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 81, ""Left"": 503, ""Top"": 421, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,515,TQRShape,QRShape79,183419,580,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 580, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,516,TQRShape,QRShape80,183649,618,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 618, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,517,TQRShape,QRShape81,183879,657,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 657, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,518,TQRShape,QRShape82,184109,207,461,2,41,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 41, ""Left"": 207, ""Top"": 461, ""Width"": 2}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,519,TQRShape,QRShape70,184339,71,303,668,1,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 1, ""Left"": 71, ""Top"": 303, ""Width"": 668}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,520,TQRShape,QRShape83,184568,71,346,668,1,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 1, ""Left"": 71, ""Top"": 346, ""Width"": 668}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,521,TQRLabel,QRLabel94,184797,54,470,107,27,적 용 기 준,적 용 기 준,,,-17,,"{""Caption"": ""적 용 기 준"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -17, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 27, ""Left"": 54, ""ParentFont"": false, ""Top"": 470, ""Transparent"": false, ""Width"": 107, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,522,TQRLabel,QRLabel95,185253,256,430,167,21,차 등 지 수,차 등 지 수,,,-17,,"{""Caption"": ""차 등 지 수"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -17, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 21, ""Left"": 256, ""ParentFont"": false, ""Top"": 430, ""Transparent"": false, ""Width"": 167, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,523,TQRLabel,QRLabel96,185718,548,434,107,21,조 제 일 수,조 제 일 수,,,-17,,"{""Caption"": ""조 제 일 수"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -17, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 21, ""Left"": 548, ""ParentFont"": false, ""Top"": 434, ""Transparent"": false, ""Width"": 107, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,524,TQRLabel,Q132,186175,545,468,170,26,2 5 . 2 4,2 5 . 2 4,,,-25,,"{""Caption"": ""2 5 . 2 4"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -25, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 26, ""Left"": 545, ""ParentFont"": false, ""Top"": 468, ""Transparent"": true, ""Width"": 170, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,525,TQRLabel,QRLabel97,186618,6,333,17,28,약 국,약 국,,,,,"{""Caption"": ""약 국"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 28, ""Left"": 6, ""Top"": 333, ""Transparent"": false, ""Width"": 17, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,526,TQRShape,QRShape28,186944,84,258,1,133,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 133, ""Left"": 84, ""Top"": 258, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,527,TQRShape,QRShape44,187191,306,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 306, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,528,TQRShape,QRShape45,187422,320,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 320, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,529,TQRShape,QRShape46,187670,334,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 334, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,530,TQRShape,QRShape47,187918,348,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 348, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,531,TQRShape,QRShape48,188149,363,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 363, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,532,TQRShape,QRShape49,188397,378,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 378, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,533,TQRShape,QRShape50,188645,393,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 393, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,534,TQRShape,QRShape51,188876,408,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 408, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,535,TQRShape,QRShape52,189124,423,259,1,131,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 131, ""Left"": 423, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,536,TQRShape,QRShape53,189372,453,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 453, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,537,TQRShape,QRShape54,189603,468,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 468, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,538,TQRShape,QRShape55,189851,483,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 483, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,539,TQRShape,QRShape56,190099,498,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 498, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,540,TQRShape,QRShape57,190330,513,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 513, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,541,TQRShape,QRShape58,190578,528,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 528, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,542,TQRShape,QRShape59,190826,543,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 543, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,543,TQRShape,QRShape60,191057,558,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 558, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,544,TQRShape,QRShape61,191305,573,259,1,132,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 132, ""Left"": 573, ""Top"": 259, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,545,TQRLabel,QRLabel30,191553,173,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 173, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,546,TQRLabel,QRLabel31,191991,188,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 188, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,547,TQRLabel,QRLabel34,192429,235,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 235, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,548,TQRLabel,QRLabel35,192867,250,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 250, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,549,TQRLabel,QRLabel38,193305,293,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 293, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,550,TQRLabel,QRLabel39,193743,307,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 307, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,551,TQRLabel,QRLabel40,194181,350,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 350, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,552,TQRLabel,QRLabel41,194619,364,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 364, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,553,TQRLabel,QRLabel42,195057,409,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 409, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,554,TQRLabel,QRLabel43,195495,425,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 425, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,555,TQRLabel,QRLabel44,195933,322,276,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 322, ""ParentFont"": false, ""Top"": 276, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,556,TQRLabel,QRLabel45,196371,336,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 336, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,557,TQRLabel,QRLabel46,196809,379,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 379, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,558,TQRLabel,QRLabel47,197247,395,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 395, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,559,TQRLabel,QRLabel48,197685,590,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 590, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,560,TQRLabel,QRLabel49,198123,605,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 605, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,561,TQRLabel,QRLabel50,198561,620,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 620, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,562,TQRLabel,QRLabel51,198999,635,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 635, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,563,TQRLabel,QRLabel52,199437,649,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 649, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,564,TQRLabel,QRLabel53,199875,665,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 665, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,565,TQRLabel,QRLabel54,200313,680,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 680, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,566,TQRLabel,QRLabel55,200751,694,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 694, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,567,TQRLabel,QRLabel56,201189,709,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 709, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,568,TQRLabel,QRLabel57,201627,725,275,13,17,,,,,-11,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -11, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 725, ""ParentFont"": false, ""Top"": 275, ""Transparent"": false, ""Width"": 13, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,569,TQRLabel,Q111,202065,83,315,61,30,1234,1234,,,-27,,"{""Caption"": ""1234"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -27, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 83, ""ParentFont"": false, ""Top"": 315, ""Transparent"": true, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,570,TQRLabel,Q121,202504,83,354,61,30,1234,1234,,,-27,,"{""Caption"": ""1234"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -27, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 83, ""ParentFont"": false, ""Top"": 354, ""Transparent"": true, ""Width"": 61, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,571,TQRLabel,Q112,202943,133,314,161,30,1234567890,1234567890,,,-29,,"{""Caption"": ""1234567890"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -29, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 133, ""ParentFont"": false, ""Top"": 314, ""Transparent"": true, ""Width"": 161, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,572,TQRLabel,Q122,203390,133,354,161,30,1234567890,1234567890,,,-29,,"{""Caption"": ""1234567890"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -29, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 133, ""ParentFont"": false, ""Top"": 354, ""Transparent"": true, ""Width"": 161, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,573,TQRLabel,Q113,203837,280,314,161,30,1234567890,1234567890,,,-29,,"{""Caption"": ""1234567890"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -29, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 280, ""ParentFont"": false, ""Top"": 314, ""Transparent"": true, ""Width"": 161, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,574,TQRLabel,Q123,204284,280,354,161,30,1234567890,1234567890,,,-29,,"{""Caption"": ""1234567890"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -29, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 280, ""ParentFont"": false, ""Top"": 354, ""Transparent"": true, ""Width"": 161, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,575,TQRLabel,Q114,204731,430,314,161,30,1234567890,1234567890,,,-29,,"{""Caption"": ""1234567890"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -29, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 430, ""ParentFont"": false, ""Top"": 314, ""Transparent"": true, ""Width"": 161, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,576,TQRLabel,Q124,205178,430,354,161,30,1234567890,1234567890,,,-29,,"{""Caption"": ""1234567890"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -29, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 430, ""ParentFont"": false, ""Top"": 354, ""Transparent"": true, ""Width"": 161, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,577,TQRLabel,Q115,205625,580,314,161,30,1234567890,1234567890,,,-29,,"{""Caption"": ""1234567890"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -29, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 580, ""ParentFont"": false, ""Top"": 314, ""Transparent"": true, ""Width"": 161, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,578,TQRLabel,Q125,206072,580,354,161,30,1234567890,1234567890,,,-29,,"{""Caption"": ""1234567890"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -29, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 30, ""Left"": 580, ""ParentFont"": false, ""Top"": 354, ""Transparent"": true, ""Width"": 161, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,579,TQRShape,QRShape64,206519,56,302,15,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 56, ""Top"": 302, ""Width"": 15}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,580,TQRLabel,QRLabel60,206749,60,316,8,17,8,8,,,,,"{""Caption"": ""8"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 60, ""Top"": 316, ""Transparent"": false, ""Width"": 8, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,581,TQRLabel,QRLabel9,207067,8,75,15,18,,,,,-13,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 8, ""ParentFont"": false, ""Top"": 75, ""Transparent"": false, ""Width"": 15, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,582,TQRLabel,QRLabel10,207502,8,105,15,18,,,,,-13,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 8, ""ParentFont"": false, ""Top"": 105, ""Transparent"": false, ""Width"": 15, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,583,TQRLabel,QRLabel11,207938,8,134,15,18,,,,,-13,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 8, ""ParentFont"": false, ""Top"": 134, ""Transparent"": false, ""Width"": 15, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,584,TQRLabel,QRLabel12,208375,8,163,15,18,,,,,-13,,"{""Caption"": """", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 8, ""ParentFont"": false, ""Top"": 163, ""Transparent"": false, ""Width"": 15, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,585,TQRLabel,QRLabel17,208812,517,103,71,18,⑥우편번호,⑥우편번호,,,-13,,"{""Caption"": ""⑥우편번호"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 517, ""ParentFont"": false, ""Top"": 103, ""Transparent"": false, ""Width"": 71, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,586,TQRShape,QRShape1,209257,1,46,738,1,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 1, ""Left"": 1, ""Top"": 46, ""Width"": 738}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,587,TQRShape,QRShape2,209484,30,90,710,1,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 1, ""Left"": 30, ""Top"": 90, ""Width"": 710}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,588,TQRShape,QRShape3,209711,30,174,710,1,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 1, ""Left"": 30, ""Top"": 174, ""Width"": 710}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,589,TQRShape,QRShape4,209939,1,214,738,1,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 1, ""Left"": 1, ""Top"": 214, ""Width"": 738}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,590,TQRShape,QRShape6,210167,30,48,1,166,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 166, ""Left"": 30, ""Top"": 48, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,591,TQRShape,QRShape7,210395,112,1,1,46,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 46, ""Left"": 112, ""Top"": 1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,592,TQRShape,QRShape8,210622,142,1,1,214,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 214, ""Left"": 142, ""Top"": 1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,593,TQRShape,QRShape9,210851,171,1,1,46,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 46, ""Left"": 171, ""Top"": 1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,594,TQRShape,QRShape10,211079,201,1,1,46,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 46, ""Left"": 201, ""Top"": 1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,595,TQRShape,QRShape11,211308,230,1,1,46,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 46, ""Left"": 230, ""Top"": 1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,596,TQRShape,QRShape12,211537,250,46,1,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 250, ""Top"": 46, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,597,TQRShape,QRShape13,211766,310,46,1,45,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 45, ""Left"": 310, ""Top"": 46, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,598,TQRShape,QRShape14,211995,506,1,1,214,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 214, ""Left"": 506, ""Top"": 1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,599,TQRShape,QRShape16,212225,598,1,1,214,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 214, ""Left"": 598, ""Top"": 1, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,600,TQRShape,QRShape17,212455,507,139,44,73,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 73, ""Left"": 507, ""Top"": 139, ""Width"": 44}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,601,TQRShape,QRShape18,212705,76,134,1,81,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 81, ""Left"": 76, ""Top"": 134, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,602,TQRShape,QRShape19,212934,31,139,45,73,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 73, ""Left"": 31, ""Top"": 139, ""Width"": 45}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,603,TQRLabel,QRLabel80,213183,32,168,43,14,작성자,작성자,,,-13,,"{""Caption"": ""작성자"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 14, ""Left"": 32, ""ParentFont"": false, ""Top"": 168, ""Transparent"": false, ""Width"": 43, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,604,TQRLabel,QRLabel81,213624,79,180,59,29,⑧주 민 등록번호,⑧주 민 등록번호,,,-13,,"{""Caption"": ""⑧주 민 등록번호"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 29, ""Left"": 79, ""ParentFont"": false, ""Top"": 180, ""Transparent"": false, ""Width"": 59, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,605,TQRLabel,QRLabel82,214077,85,147,43,18,⑦성명,⑦성명,,,-13,,"{""Caption"": ""⑦성명"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 85, ""ParentFont"": false, ""Top"": 147, ""Transparent"": false, ""Width"": 43, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,606,TQRShape,QRShape20,214518,551,134,1,81,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 81, ""Left"": 551, ""Top"": 134, ""Width"": 1}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,607,TQRLabel,QRLabel100,214748,515,166,29,18,청구,청구,,,-13,,"{""Caption"": ""청구"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 515, ""ParentFont"": false, ""Top"": 166, ""Transparent"": false, ""Width"": 29, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,608,TQRLabel,QRLabel101,215189,515,186,29,18,단체,단체,,,-13,,"{""Caption"": ""단체"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 515, ""ParentFont"": false, ""Top"": 186, ""Transparent"": false, ""Width"": 29, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,609,TQRLabel,QRLabel102,215630,554,147,43,18,⑨기호,⑨기호,,,-13,,"{""Caption"": ""⑨기호"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 554, ""ParentFont"": false, ""Top"": 147, ""Transparent"": false, ""Width"": 43, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,610,TQRLabel,QRLabel103,216073,554,187,43,18,⑩명칭,⑩명칭,,,-13,,"{""Caption"": ""⑩명칭"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 554, ""ParentFont"": false, ""Top"": 187, ""Transparent"": false, ""Width"": 43, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,611,TQRLabel,QRLabel74,216516,39,576,449,17,□ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.,□ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.,,,,,"{""Caption"": ""□ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다."", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 39, ""Top"": 576, ""Transparent"": false, ""Width"": 449, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,612,TQRLabel,QRLabel75,216911,39,600,267,17,□ 산업재해환자의 약제비를 청구합니다.,□ 산업재해환자의 약제비를 청구합니다.,,,,,"{""Caption"": ""□ 산업재해환자의 약제비를 청구합니다."", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 39, ""Top"": 600, ""Transparent"": false, ""Width"": 267, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,613,TQRLabel,QRLabel76,217274,16,910,236,17, 국민건강보험공단이사장 귀하,국민건강보험공단이사장 귀하,,,-13,,"{""Caption"": "" 국민건강보험공단이사장 귀하"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 16, ""ParentFont"": false, ""Top"": 910, ""Transparent"": false, ""Width"": 236, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,614,TQRLabel,QRLabel77,217753,16,934,406,17,□ 근로복지공단이사장 [ 지역본부(지사)장 ] 귀하,□ 근로복지공단이사장 [ 지역본부(지사)장 ] 귀하,,,-13,,"{""Caption"": ""□ 근로복지공단이사장 [ 지역본부(지사)장 ] 귀하"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 16, ""ParentFont"": false, ""Top"": 934, ""Transparent"": false, ""Width"": 406, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,615,TQRLabel,QRLabel104,218264,16,958,220,17,□ 한국보훈복지공단사장 귀하,□ 한국보훈복지공단사장 귀하,,,-13,,"{""Caption"": ""□ 한국보훈복지공단사장 귀하"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 16, ""ParentFont"": false, ""Top"": 958, ""Transparent"": false, ""Width"": 220, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,616,TQRLabel,Q_COMMIT_CODE,218740,604,148,49,17,Q_post,Q_post,,,-16,,"{""Caption"": ""Q_post"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 604, ""ParentFont"": false, ""Top"": 148, ""Transparent"": false, ""Width"": 49, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,617,TQRLabel,Q_COMMIT_NAME,219183,604,184,49,17,Q_post,Q_post,,,-16,,"{""Caption"": ""Q_post"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 604, ""ParentFont"": false, ""Top"": 184, ""Transparent"": false, ""Width"": 49, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,618,TQRLabel,Q131,219626,179,468,326,26,0 . 1 2 3 4 5 6 7,0 . 1 2 3 4 5 6 7,,,-25,,"{""Caption"": ""0 . 1 2 3 4 5 6 7"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -25, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 26, ""Left"": 179, ""ParentFont"": false, ""Top"": 468, ""Transparent"": true, ""Width"": 326, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,619,TQRShape,QRShape21,220080,507,68,233,1,,,,,,,"{""Frame.Color"": ""clBlack"", ""Height"": 1, ""Left"": 507, ""Top"": 68, ""Width"": 233}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,620,TQRLabel,QRLabel62,220309,511,74,85,16,④청구단위구분,④청구단위구분,,,-12,,"{""Caption"": ""④청구단위구분"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -12, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 16, ""Left"": 511, ""ParentFont"": false, ""Top"": 74, ""Transparent"": false, ""Width"": 85, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,621,TQRLabel,Q_Unit_Gubun,220758,604,72,97,17,Q_Unit_Gubun,Q_Unit_Gubun,,,-16,,"{""Caption"": ""Q_Unit_Gubun"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -16, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 604, ""ParentFont"": false, ""Top"": 72, ""Transparent"": false, ""Width"": 97, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,622,TQRLabel,QRLabel64,221205,515,146,29,18,대행,대행,,,-13,,"{""Caption"": ""대행"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -13, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 18, ""Left"": 515, ""ParentFont"": false, ""Top"": 146, ""Transparent"": false, ""Width"": 29, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,623,TQRLabel,QRLabel79,221645,54,438,107,27,차 등 수 가,차 등 수 가,,,-17,,"{""Caption"": ""차 등 수 가"", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -17, ""Font.Name"": ""바탕체"", ""Font.Style"": [""fsBold""], ""Frame.Color"": ""clBlack"", ""Height"": 27, ""Left"": 54, ""ParentFont"": false, ""Top"": 438, ""Transparent"": false, ""Width"": 107, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,624,TQRLabel,QRLabel98,222101,213,468,27,26, .,.,,,-25,,"{""Caption"": "" ."", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -25, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 26, ""Left"": 213, ""ParentFont"": false, ""Top"": 468, ""Transparent"": true, ""Width"": 27, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,625,TQRLabel,QRLabel99,222536,586,468,27,26, .,.,,,-25,,"{""Caption"": "" ."", ""Color"": ""clWhite"", ""Font.Charset"": ""HANGEUL_CHARSET"", ""Font.Color"": ""clWindowText"", ""Font.Height"": -25, ""Font.Name"": ""바탕체"", ""Font.Style"": [], ""Frame.Color"": ""clBlack"", ""Height"": 26, ""Left"": 586, ""ParentFont"": false, ""Top"": 468, ""Transparent"": true, ""Width"": 27, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,626,TQRLabel,QRLabel105,222971,123,701,344,17,전산매체( ) 매,전산매체( ) 매,,,,,"{""Caption"": ""전산매체( ) 매"", ""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 17, ""Left"": 123, ""Top"": 701, ""Transparent"": false, ""Width"": 344, ""WordWrap"": true}"
PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin,0,qr_blob,627,TQRBand,QRBand2,223348,19,38,737,19,,,,,,,"{""Color"": ""clWhite"", ""Frame.Color"": ""clBlack"", ""Height"": 19, ""Left"": 19, ""Top"": 38, ""Width"": 737}"
1 source_bin group_index group_name idx class name offset left top width height caption text datafield dataset font_height alignment props
2 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 0 TQRLabel QRLabel20 0 6 128 546 19 알림 : 현금영수증 문의 126 인터넷 홈페이지 : http://현금영수증.kr 알림 : 현금영수증 문의 126 인터넷 홈페이지 : http://현금영수증.kr -13 {"Caption": "알림 : 현금영수증 문의 126 인터넷 홈페이지 : http://현금영수증.kr", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": [], "Frame.Color": "clBlack", "Height": 19, "Left": 6, "ParentFont": false, "Top": 128, "Transparent": false, "Width": 546, "WordWrap": true}
3 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 1 TQRLabel QRLabel2 559 672 38 27 14 (인) (인) -13 {"Caption": "(인)", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 672, "ParentFont": false, "Top": 38, "Transparent": true, "Width": 27, "WordWrap": true}
4 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 2 TQRShape QRShape28 1003 543 29 175 1 {"Frame.Color": "clBlack", "Frame.Width": 2, "Height": 1, "Left": 543, "Top": 29, "Width": 175}
5 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 3 TQRShape QRShape46 1246 0 -4 718 1 {"Frame.Color": "clBlack", "Frame.Width": 2, "Height": 1, "Left": 0, "Top": -4, "Width": 718}
6 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 4 TQRBand QRBand1 1491 38 76 718 157 {"Color": "clWhite", "Frame.Color": "clBlack", "Height": 157, "Left": 38, "Top": 76, "Width": 718}
7 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 5 TQRShape QRShape24 1778 461 74 257 34 {"Frame.Color": "clBlack", "Frame.Width": 2, "Height": 34, "Left": 461, "Top": 74, "Width": 257}
8 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 6 TQRShape QRShape11 2023 349 74 140 34 {"Frame.Color": "clBlack", "Frame.Width": 2, "Height": 34, "Left": 349, "Top": 74, "Width": 140}
9 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 7 TQRShape QRShape22 2268 95 74 255 34 {"Frame.Color": "clBlack", "Frame.Width": 2, "Height": 34, "Left": 95, "Top": 74, "Width": 255}
10 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 8 TQRShape QRShape10 2512 0 74 97 34 {"Frame.Color": "clBlack", "Frame.Width": 2, "Height": 34, "Left": 0, "Top": 74, "Width": 97}
11 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 9 TQRShape QRShape2 2755 273 128 117 27 {"Frame.Color": "clBlack", "Frame.Width": 2, "Height": 27, "Left": 273, "Top": 128, "Width": 117}
12 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 10 TQRShape QRShape8 2999 95 107 82 48 {"Frame.Color": "clBlack", "Frame.Width": 2, "Height": 48, "Left": 95, "Top": 107, "Width": 82}
13 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 11 TQRShape QRShape14 3241 488 107 230 48 {"Frame.Color": "clBlack", "Frame.Width": 2, "Height": 48, "Left": 488, "Top": 107, "Width": 230}
14 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 12 TQRShape QRShape13 3486 389 128 100 27 {"Frame.Color": "clBlack", "Frame.Width": 2, "Height": 27, "Left": 389, "Top": 128, "Width": 100}
15 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 13 TQRShape QRShape12 3731 176 128 98 27 {"Frame.Color": "clBlack", "Frame.Width": 2, "Height": 27, "Left": 176, "Top": 128, "Width": 98}
16 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 14 TQRShape QRShape7 3976 0 107 97 48 {"Frame.Color": "clBlack", "Frame.Width": 2, "Height": 48, "Left": 0, "Top": 107, "Width": 97}
17 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 15 TQRLabel QRLabel29 4218 228 40 262 25 진료비(약제비) 납입 확인서 진료비(약제비) 납입 확인서 -20 {"Caption": "진료비(약제비) 납입 확인서", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -20, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 25, "Left": 228, "ParentFont": false, "Top": 40, "Transparent": false, "Width": 262, "WordWrap": true}
18 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 16 TQRLabel QRLabel32 4684 23 85 53 14 환자성명 환자성명 -13 {"Caption": "환자성명", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": [], "Frame.Color": "clBlack", "Height": 14, "Left": 23, "ParentFont": false, "Top": 85, "Transparent": false, "Width": 53, "WordWrap": true}
19 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 17 TQRLabel QRLabel40 5124 381 85 79 14 주민등록번호 주민등록번호 -13 {"Caption": "주민등록번호", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": [], "Frame.Color": "clBlack", "Height": 14, "Left": 381, "ParentFont": false, "Top": 85, "Transparent": false, "Width": 79, "WordWrap": true}
20 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 18 TQRLabel Q_CusCode1 5569 503 85 49 14 123456 123456 -13 {"Caption": "123456", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 503, "ParentFont": false, "Top": 85, "Transparent": false, "Width": 49, "WordWrap": true}
21 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 19 TQRLabel Q_paname 6013 123 85 57 14 환자성명 환자성명 -13 {"Caption": "환자성명", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 123, "ParentFont": false, "Top": 85, "Transparent": false, "Width": 57, "WordWrap": true}
22 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 20 TQRLabel QRLabel10 6459 9 116 82 17 진료·조제일자 진료·조제일자 -13 {"Caption": "진료·조제일자", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 9, "ParentFont": false, "Top": 116, "Transparent": true, "Width": 82, "WordWrap": true}
23 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 21 TQRLabel QRLabel11 6905 125 116 27 17 구분 구분 -13 {"Caption": "구분", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 125, "ParentFont": false, "Top": 116, "Transparent": true, "Width": 27, "WordWrap": true}
24 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 22 TQRLabel QRLabel17 7341 553 113 96 17 소득공제 대상액 소득공제 대상액 -13 {"Caption": "소득공제 대상액", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 553, "ParentFont": false, "Top": 113, "Transparent": true, "Width": 96, "WordWrap": true}
25 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 23 TQRLabel QRLabel15 7790 188 136 73 14 총 액 총 액 -13 {"Caption": "총 액", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": [], "Frame.Color": "clBlack", "Height": 14, "Left": 188, "ParentFont": false, "Top": 136, "Transparent": true, "Width": 73, "WordWrap": true}
26 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 24 TQRLabel QRLabel16 8228 395 137 88 15 환자 부담액 환자 부담액 -13 {"Caption": "환자 부담액", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": [], "Frame.Color": "clBlack", "Height": 15, "Left": 395, "ParentFont": false, "Top": 137, "Transparent": true, "Width": 88, "WordWrap": true}
27 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 25 TQRLabel QRLabel1 8669 277 137 109 14 보험자 부담액 보험자 부담액 -13 {"Caption": "보험자 부담액", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": [], "Frame.Color": "clBlack", "Height": 14, "Left": 277, "ParentFont": false, "Top": 137, "Transparent": true, "Width": 109, "WordWrap": true}
28 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 26 TQRLabel QRLabel5 9111 16 132 63 17 (진료기간) (진료기간) -13 {"Caption": "(진료기간)", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 16, "ParentFont": false, "Top": 132, "Transparent": true, "Width": 63, "WordWrap": true}
29 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 27 TQRLabel QRLabel6 9555 103 132 67 17 (입원,외래) (입원,외래) -13 {"Caption": "(입원,외래)", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 103, "ParentFont": false, "Top": 132, "Transparent": true, "Width": 67, "WordWrap": true}
30 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 28 TQRShape QRShape9 10001 176 107 313 24 {"Frame.Color": "clBlack", "Frame.Width": 2, "Height": 24, "Left": 176, "Top": 107, "Width": 313}
31 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 29 TQRLabel QRLabel7 10245 237 113 175 14 진료비 (약제비) 내 역 진료비 (약제비) 내 역 -13 {"Caption": "진료비 (약제비) 내 역", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": [], "Frame.Color": "clBlack", "Height": 14, "Left": 237, "ParentFont": false, "Top": 113, "Transparent": true, "Width": 175, "WordWrap": true}
32 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 30 TQRLabel QRLabel24 10699 13 8 166 17 [별지 제12호의2 서식] [별지 제12호의2 서식] -16 {"Caption": "[별지 제12호의2 서식]", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 13, "ParentFont": false, "Top": 8, "Transparent": false, "Width": 166, "WordWrap": true}
33 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 31 TQRShape QRShape20 11155 488 130 74 25 {"Frame.Color": "clBlack", "Frame.Width": 2, "Height": 25, "Left": 488, "Top": 130, "Width": 74}
34 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 32 TQRLabel QRLabel12 11400 395 137 88 15 환자 부담액 환자 부담액 -13 {"Caption": "환자 부담액", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": [], "Frame.Color": "clBlack", "Height": 15, "Left": 395, "ParentFont": false, "Top": 137, "Transparent": true, "Width": 88, "WordWrap": true}
35 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 33 TQRLabel QRLabel13 11841 496 137 58 15 카드 카드 -13 {"Caption": "카드", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": [], "Frame.Color": "clBlack", "Height": 15, "Left": 496, "ParentFont": false, "Top": 137, "Transparent": true, "Width": 58, "WordWrap": true}
36 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 34 TQRShape QRShape23 12274 561 130 79 25 {"Frame.Color": "clBlack", "Frame.Width": 2, "Height": 25, "Left": 561, "Top": 130, "Width": 79}
37 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 35 TQRLabel QRLabel14 12519 565 137 72 15 현금영수증 현금영수증 -13 {"Caption": "현금영수증", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": [], "Frame.Color": "clBlack", "Height": 15, "Left": 565, "ParentFont": false, "Top": 137, "Transparent": true, "Width": 72, "WordWrap": true}
38 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 36 TQRShape QRShape25 12958 639 130 79 25 {"Frame.Color": "clBlack", "Frame.Width": 2, "Height": 25, "Left": 639, "Top": 130, "Width": 79}
39 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 37 TQRLabel QRLabel18 13203 645 137 67 15 현금 현금 -13 {"Caption": "현금", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": [], "Frame.Color": "clBlack", "Height": 15, "Left": 645, "ParentFont": false, "Top": 137, "Transparent": true, "Width": 67, "WordWrap": true}
40 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 38 TQRLabel QRLabel26 13636 640 8 65 17 QRLabel26 QRLabel26 {"Caption": "QRLabel26", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 640, "Top": 8, "Transparent": false, "Width": 65, "WordWrap": true}
41 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 39 TQRBand QRBand2 13964 38 233 718 20 {"Color": "clWhite", "Frame.Color": "clBlack", "Height": 20, "Left": 38, "Top": 233, "Width": 718}
42 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 40 TQRShape QRShape6 14215 0 -1 1 34 {"Frame.Color": "clBlack", "Height": 34, "Left": 0, "Top": -1, "Width": 1}
43 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 41 TQRDBText QRDBText2 14443 15 4 54 14 INDATE INDATE sqlMain -13 {"Color": "clWhite", "DataField": "INDATE", "DataSet": "sqlMain", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 15, "ParentFont": false, "Top": 4, "Transparent": false, "Width": 54, "WordWrap": true}
44 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 42 TQRDBText QRDBText3 14929 107 4 69 14 P_GUBUN P_GUBUN sqlMain -13 {"Color": "clWhite", "DataField": "P_GUBUN", "DataSet": "sqlMain", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 107, "ParentFont": false, "Top": 4, "Transparent": false, "Width": 69, "WordWrap": true}
45 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 43 TQRDBText QRDBText6 15411 221 4 50 14 TOT_C TOT_C sqlMain -13 {"Color": "clWhite", "DataField": "TOT_C", "DataSet": "sqlMain", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 221, "ParentFont": false, "Top": 4, "Transparent": false, "Width": 50, "WordWrap": true}
46 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 44 TQRDBText QRDBText7 15898 317 4 70 14 CHUNG_C CHUNG_C sqlMain -13 {"Color": "clWhite", "DataField": "CHUNG_C", "DataSet": "sqlMain", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 317, "ParentFont": false, "Top": 4, "Transparent": false, "Width": 70, "WordWrap": true}
47 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 45 TQRDBText QRDBText9 16387 436 4 50 14 BON_C BON_C sqlMain -13 {"Color": "clWhite", "DataField": "BON_C", "DataSet": "sqlMain", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 436, "ParentFont": false, "Top": 4, "Transparent": false, "Width": 50, "WordWrap": true}
48 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 46 TQRDBText QRDBText1 16874 502 4 58 14 CARD_C CARD_C sqlMain -13 {"Color": "clWhite", "DataField": "CARD_C", "DataSet": "sqlMain", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 502, "ParentFont": false, "Top": 4, "Transparent": false, "Width": 58, "WordWrap": true}
49 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 47 TQRDBText QRDBText4 17362 573 4 65 14 PAPER_C PAPER_C sqlMain -13 {"Color": "clWhite", "DataField": "PAPER_C", "DataSet": "sqlMain", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 573, "ParentFont": false, "Top": 4, "Transparent": false, "Width": 65, "WordWrap": true}
50 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 48 TQRDBText QRDBText8 17851 647 4 68 14 CHASH_C CHASH_C sqlMain -13 {"Color": "clWhite", "DataField": "CHASH_C", "DataSet": "sqlMain", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 647, "ParentFont": false, "Top": 4, "Transparent": false, "Width": 68, "WordWrap": true}
51 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 49 TQRShape QRShape36 18340 639 -1 1 36 {"Frame.Color": "clBlack", "Height": 36, "Left": 639, "Top": -1, "Width": 1}
52 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 50 TQRShape QRShape35 18570 561 -1 1 36 {"Frame.Color": "clBlack", "Height": 36, "Left": 561, "Top": -1, "Width": 1}
53 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 51 TQRShape QRShape34 18800 488 -1 1 36 {"Frame.Color": "clBlack", "Height": 36, "Left": 488, "Top": -1, "Width": 1}
54 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 52 TQRShape QRShape33 19030 389 -1 1 36 {"Frame.Color": "clBlack", "Height": 36, "Left": 389, "Top": -1, "Width": 1}
55 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 53 TQRShape QRShape32 19260 273 -1 1 36 {"Frame.Color": "clBlack", "Height": 36, "Left": 273, "Top": -1, "Width": 1}
56 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 54 TQRShape QRShape30 19490 176 -1 1 36 {"Frame.Color": "clBlack", "Height": 36, "Left": 176, "Top": -1, "Width": 1}
57 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 55 TQRShape QRShape27 19720 96 -1 1 36 {"Frame.Color": "clBlack", "Height": 36, "Left": 96, "Top": -1, "Width": 1}
58 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 56 TQRBand QRBand5 19950 38 253 718 59 {"Color": "clWhite", "Frame.Color": "clBlack", "Height": 59, "Left": 38, "Top": 253, "Width": 718}
59 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 57 TQRShape QRShape37 20202 0 0 718 26 {"Frame.Color": "clBlack", "Height": 26, "Left": 0, "Top": 0, "Width": 718}
60 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 58 TQRLabel QRLabel23 20432 156 6 15 14 -13 {"Caption": "건", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 156, "ParentFont": false, "Top": 6, "Transparent": false, "Width": 15, "WordWrap": true}
61 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 59 TQRLabel QRLabel8 20874 36 7 15 14 -13 {"Caption": "계", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 36, "ParentFont": false, "Top": 7, "Transparent": false, "Width": 15, "WordWrap": true}
62 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 60 TQRShape QRShape29 21314 96 -8 1 34 {"Frame.Color": "clBlack", "Height": 34, "Left": 96, "Top": -8, "Width": 1}
63 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 61 TQRShape QRShape31 21543 176 -8 1 34 {"Frame.Color": "clBlack", "Height": 34, "Left": 176, "Top": -8, "Width": 1}
64 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 62 TQRShape QRShape39 21773 389 -8 1 34 {"Frame.Color": "clBlack", "Height": 34, "Left": 389, "Top": -8, "Width": 1}
65 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 63 TQRShape QRShape41 22003 561 -8 1 34 {"Frame.Color": "clBlack", "Height": 34, "Left": 561, "Top": -8, "Width": 1}
66 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 64 TQRShape QRShape42 22233 639 -8 1 34 {"Frame.Color": "clBlack", "Height": 34, "Left": 639, "Top": -8, "Width": 1}
67 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 65 TQRShape QRShape44 22463 488 25 230 33 {"Frame.Color": "clBlack", "Height": 33, "Left": 488, "Top": 25, "Width": 230}
68 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 66 TQRShape QRShape43 22694 0 25 489 33 {"Frame.Color": "clBlack", "Height": 33, "Left": 0, "Top": 25, "Width": 489}
69 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 67 TQRLabel QRLabel19 22924 159 37 137 14 소득공제 대상액 총계 소득공제 대상액 총계 -13 {"Caption": "소득공제 대상액 총계", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 159, "ParentFont": false, "Top": 37, "Transparent": false, "Width": 137, "WordWrap": true}
70 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 68 TQRLabel Q_TotGum 23387 581 36 75 17 Q_TotGum Q_TotGum -13 {"Caption": "Q_TotGum", "Color": "clWhite", "Font.Charset": "ANSI_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 581, "ParentFont": false, "Top": 36, "Transparent": false, "Width": 75, "WordWrap": true}
71 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 69 TQRShape QRShape38 23852 273 -8 1 34 {"Frame.Color": "clBlack", "Height": 34, "Left": 273, "Top": -8, "Width": 1}
72 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 70 TQRShape QRShape40 24082 488 -8 1 34 {"Frame.Color": "clBlack", "Height": 34, "Left": 488, "Top": -8, "Width": 1}
73 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 71 TQRLabel QRLabel9 24312 111 6 41 14 Count Count -13 {"Caption": "Count", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 111, "ParentFont": false, "Top": 6, "Transparent": false, "Width": 41, "WordWrap": true}
74 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 72 TQRLabel QRLabel21 24776 246 5 25 17 Tot Tot -13 {"Caption": "Tot", "Color": "clWhite", "Font.Charset": "ANSI_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 246, "ParentFont": false, "Top": 5, "Transparent": true, "Width": 25, "WordWrap": true}
75 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 73 TQRLabel QRLabel22 25238 341 5 44 17 Chung Chung -13 {"Caption": "Chung", "Color": "clWhite", "Font.Charset": "ANSI_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 341, "ParentFont": false, "Top": 5, "Transparent": true, "Width": 44, "WordWrap": true}
76 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 74 TQRLabel QRLabel25 25702 458 5 28 17 Bon Bon -13 {"Caption": "Bon", "Color": "clWhite", "Font.Charset": "ANSI_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 458, "ParentFont": false, "Top": 5, "Transparent": true, "Width": 28, "WordWrap": true}
77 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 75 TQRLabel Q_Card 26164 506 5 53 17 Q_Card Q_Card -13 {"Caption": "Q_Card", "Color": "clWhite", "Font.Charset": "ANSI_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 506, "ParentFont": false, "Top": 5, "Transparent": true, "Width": 53, "WordWrap": true}
78 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 76 TQRLabel Q_PCash 26623 574 6 64 17 Q_PCash Q_PCash -13 {"Caption": "Q_PCash", "Color": "clWhite", "Font.Charset": "ANSI_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 574, "ParentFont": false, "Top": 6, "Transparent": true, "Width": 64, "WordWrap": true}
79 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 77 TQRLabel Q_Cash 27085 659 6 55 17 Q_Cash Q_Cash -13 {"Caption": "Q_Cash", "Color": "clWhite", "Font.Charset": "ANSI_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 659, "ParentFont": false, "Top": 6, "Transparent": true, "Width": 55, "WordWrap": true}
80 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 78 TQRBand QRBand1 28623 38 38 718 516 -13 {"Color": "clWindow", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "Arial", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 516, "Left": 38, "ParentFont": false, "Top": 38, "Width": 718}
81 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 79 TQRLabel Q_paname 28997 79 144 57 14 환자성명 환자성명 -13 {"Caption": "환자성명", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 79, "ParentFont": false, "Top": 144, "Transparent": false, "Width": 57, "WordWrap": true}
82 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 80 TQRLabel Q_InDate 29444 229 144 57 14 조제일자 조제일자 -13 {"Caption": "조제일자", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 229, "ParentFont": false, "Top": 144, "Transparent": false, "Width": 57, "WordWrap": true}
83 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 81 TQRLabel Q_tag1 29892 586 144 9 16 V V -12 {"Caption": "V", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -12, "Font.Name": "Arial", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 16, "Left": 586, "ParentFont": false, "Top": 144, "Transparent": true, "Width": 9, "WordWrap": true}
84 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 82 TQRLabel Q_tag2 30326 681 144 9 16 V V -12 {"Caption": "V", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -12, "Font.Name": "Arial", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 16, "Left": 681, "ParentFont": false, "Top": 144, "Transparent": true, "Width": 9, "WordWrap": true}
85 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 83 TQRLabel Q_Days 30760 447 144 29 14 일수 일수 -13 {"Caption": "일수", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 447, "ParentFont": false, "Top": 144, "Transparent": false, "Width": 29, "WordWrap": true}
86 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 84 TQRLabel Q_s_FastMon 31202 549 266 99 14 사업자등록번호 사업자등록번호 -13 {"Caption": "사업자등록번호", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 549, "ParentFont": false, "Top": 266, "Transparent": false, "Width": 99, "WordWrap": true}
87 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 85 TQRLabel Q_Price_p 31660 549 219 99 14 사업자등록번호 사업자등록번호 -13 {"Caption": "사업자등록번호", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 549, "ParentFont": false, "Top": 219, "Transparent": false, "Width": 99, "WordWrap": true}
88 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 86 TQRLabel Q_Price_c 32116 549 244 99 14 사업자등록번호 사업자등록번호 -13 {"Caption": "사업자등록번호", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 549, "ParentFont": false, "Top": 244, "Transparent": false, "Width": 99, "WordWrap": true}
89 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 87 TQRLabel Q_Price_A 32572 549 193 99 14 사업자등록번호 사업자등록번호 -13 {"Caption": "사업자등록번호", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 549, "ParentFont": false, "Top": 193, "Transparent": false, "Width": 99, "WordWrap": true}
90 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 88 TQRLabel Q_Price_n 33028 549 290 99 14 사업자등록번호 사업자등록번호 -13 {"Caption": "사업자등록번호", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 549, "ParentFont": false, "Top": 290, "Transparent": false, "Width": 99, "WordWrap": true}
91 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 89 TQRLabel Q_PreSerial 33484 293 96 71 14 영수증번호 영수증번호 -13 {"Caption": "영수증번호", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 293, "ParentFont": false, "Top": 96, "Transparent": false, "Width": 71, "WordWrap": true}
92 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 90 TQRLabel Q_Year 33936 259 358 33 19 2000 2000 -13 {"Caption": "2000", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 19, "Left": 259, "ParentFont": false, "Top": 358, "Transparent": false, "Width": 33, "WordWrap": true}
93 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 91 TQRLabel Q_Month 34376 353 358 17 19 12 12 -13 {"Caption": "12", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 19, "Left": 353, "ParentFont": false, "Top": 358, "Transparent": false, "Width": 17, "WordWrap": true}
94 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 92 TQRLabel Q_day 34815 417 358 17 19 25 25 -13 {"Caption": "25", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 19, "Left": 417, "ParentFont": false, "Top": 358, "Transparent": false, "Width": 17, "WordWrap": true}
95 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 93 TQRLabel qrlApproval_Num 35252 474 96 214 14 현금영수증 승인번호: 123456789 현금영수증 승인번호: 123456789 -13 {"Caption": "현금영수증 승인번호: 123456789", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 14, "Left": 474, "ParentFont": false, "Top": 96, "Transparent": false, "Width": 214, "WordWrap": true}
96 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 94 TQRLabel QRLabel15 35739 493 74 195 17 TEL:1544-2020 http://현금영수증.kr TEL:1544-2020 http://현금영수증.kr -12 {"Caption": "TEL:1544-2020 http://현금영수증.kr", "Color": "clWhite", "Font.Charset": "ANSI_CHARSET", "Font.Color": "clWindowText", "Font.Height": -12, "Font.Name": "돋움", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 493, "ParentFont": false, "Top": 74, "Transparent": false, "Width": 195, "WordWrap": true}
97 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 95 TQRBand QRBand2 36210 38 567 718 8 {"Color": "clWhite", "Frame.Color": "clBlack", "Height": 8, "Left": 38, "Top": 567, "Width": 718}
98 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 96 TQRBand QRBand3 36466 38 554 718 13 {"Color": "clWhite", "Frame.Color": "clBlack", "Height": 13, "Left": 38, "Top": 554, "Width": 718}
99 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 97 TQRBand QRBand1 37755 38 38 756 859 {"Color": "clWhite", "Frame.Color": "clBlack", "Height": 859, "Left": 38, "Top": 38, "Width": 756}
100 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 98 TQRLabel QR_RepPass 38006 180 245 80 17 QR_RepPass QR_RepPass {"Caption": "QR_RepPass", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 180, "Top": 245, "Transparent": false, "Width": 80, "WordWrap": true}
101 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 99 TQRLabel QR_Paname 38335 180 273 75 17 QR_Paname QR_Paname {"Caption": "QR_Paname", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 180, "Top": 273, "Transparent": false, "Width": 75, "WordWrap": true}
102 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 100 TQRLabel QR_PhName 38662 180 299 77 17 QR_PhName QR_PhName {"Caption": "QR_PhName", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 180, "Top": 299, "Transparent": false, "Width": 77, "WordWrap": true}
103 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 101 TQRLabel QR_OrDerName 38989 488 245 95 17 QR_OrDerName QR_OrDerName {"Caption": "QR_OrDerName", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 488, "Top": 245, "Transparent": false, "Width": 95, "WordWrap": true}
104 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 102 TQRLabel QR_Age 39322 488 273 50 17 QR_Age QR_Age {"Caption": "QR_Age", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 488, "Top": 273, "Transparent": false, "Width": 50, "WordWrap": true}
105 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 103 TQRLabel QR_Indate 39643 488 299 62 17 QR_Indate QR_Indate {"Caption": "QR_Indate", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 488, "Top": 299, "Transparent": false, "Width": 62, "WordWrap": true}
106 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 104 TQRLabel QR_PreSerial 39970 154 6 80 17 QR_PreSerial QR_PreSerial {"Caption": "QR_PreSerial", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 154, "Top": 6, "Transparent": false, "Width": 80, "WordWrap": true}
107 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 105 TQRLabel QR_Paname1 40302 144 32 82 17 QR_Paname1 QR_Paname1 {"Caption": "QR_Paname1", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 144, "Top": 32, "Transparent": false, "Width": 82, "WordWrap": true}
108 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 106 TQRLabel QR_S_Fastmon 40630 362 83 61 17 QR_S_Fastmon QR_S_Fastmon {"Caption": "QR_S_Fastmon", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 362, "Top": 83, "Transparent": false, "Width": 61, "WordWrap": true}
109 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 107 TQRLabel QR_PriceC 40963 362 57 61 17 QR_PriceC QR_PriceC {"Caption": "QR_PriceC", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 362, "Top": 57, "Transparent": false, "Width": 61, "WordWrap": true}
110 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 108 TQRLabel QR_PriceP 41290 362 32 61 17 QR_PriceP QR_PriceP {"Caption": "QR_PriceP", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 362, "Top": 32, "Transparent": false, "Width": 61, "WordWrap": true}
111 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 109 TQRLabel QR_PriceN 41617 362 110 61 17 QR_PriceN QR_PriceN {"Caption": "QR_PriceN", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 362, "Top": 110, "Transparent": false, "Width": 61, "WordWrap": true}
112 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 110 TQRLabel QR_Pharm 41944 67 377 675 323 QR_Pharm QR_Pharm -13 {"Caption": "QR_Pharm", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "굴림체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 323, "Left": 67, "ParentFont": false, "Top": 377, "Transparent": false, "Width": 675, "WordWrap": true}
113 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 111 TQRLabel QR_Year 42385 148 57 42 17 QR_Year QR_Year {"Caption": "QR_Year", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 148, "Top": 57, "Transparent": false, "Width": 42, "WordWrap": true}
114 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 112 TQRLabel QR_Month 42707 197 57 18 17 QR_Month QR_Month {"Caption": "QR_Month", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 197, "Top": 57, "Transparent": false, "Width": 18, "WordWrap": true}
115 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 113 TQRLabel QR_Day 43031 229 57 18 17 QR_Day QR_Day {"Caption": "QR_Day", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 229, "Top": 57, "Transparent": false, "Width": 18, "WordWrap": true}
116 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 114 TQRLabel Q_tag1 43351 174 110 9 16 V V -12 {"Caption": "V", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -12, "Font.Name": "Arial", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 16, "Left": 174, "ParentFont": false, "Top": 110, "Transparent": true, "Width": 9, "WordWrap": true}
117 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 115 TQRLabel Q_tag2 43784 230 110 9 17 V V -12 {"Caption": "V", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -12, "Font.Name": "Arial", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 230, "ParentFont": false, "Top": 110, "Transparent": true, "Width": 9, "WordWrap": true}
118 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 116 TQRLabel QR_Now_Year 44217 306 135 42 17 QR_Year QR_Year {"Caption": "QR_Year", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 306, "Top": 135, "Transparent": false, "Width": 42, "WordWrap": true}
119 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 117 TQRLabel QR_Now_mm 44544 364 135 18 17 QR_Month QR_Month {"Caption": "QR_Month", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 364, "Top": 135, "Transparent": false, "Width": 18, "WordWrap": true}
120 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 118 TQRLabel QR_Now_DD 44870 403 135 18 17 QR_Day QR_Day {"Caption": "QR_Day", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 403, "Top": 135, "Transparent": false, "Width": 18, "WordWrap": true}
121 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 119 TQRLabel QR_Price_a 45520 402 44 61 17 QR_Price_a QR_Price_a {"Caption": "QR_Price_a", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 402, "Top": 44, "Transparent": false, "Width": 61, "WordWrap": true}
122 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 120 TQRLabel QR_Days 45849 202 123 61 17 QR_Pricec1 QR_Pricec1 {"Caption": "QR_Pricec1", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 202, "Top": 123, "Transparent": false, "Width": 61, "WordWrap": true}
123 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 121 TQRLabel QRLabel1 46175 480 171 230 17 QR_Pricec1 QR_Pricec1 {"Caption": "QR_Pricec1", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 480, "Top": 171, "Transparent": false, "Width": 230, "WordWrap": true}
124 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 122 TQRLabel QRLabel2 46503 480 190 230 17 TEL:1544-2020 http://현금영수증.kr TEL:1544-2020 http://현금영수증.kr {"Caption": "TEL:1544-2020 http://현금영수증.kr", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 480, "Top": 190, "Transparent": false, "Width": 230, "WordWrap": true}
125 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 123 TQRBand QRBand1 47893 38 38 756 496 {"Color": "clWhite", "Frame.Color": "clBlack", "Height": 496, "Left": 38, "Top": 38, "Width": 756}
126 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 124 TQRLabel QR_RepPass 48144 112 31 80 17 QR_RepPass QR_RepPass {"Caption": "QR_RepPass", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 112, "Top": 31, "Transparent": false, "Width": 80, "WordWrap": true}
127 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 125 TQRLabel QR_Paname 48471 112 59 75 17 QR_Paname QR_Paname {"Caption": "QR_Paname", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 112, "Top": 59, "Transparent": false, "Width": 75, "WordWrap": true}
128 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 126 TQRLabel QR_PhName 48796 112 85 77 17 QR_PhName QR_PhName {"Caption": "QR_PhName", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 112, "Top": 85, "Transparent": false, "Width": 77, "WordWrap": true}
129 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 127 TQRLabel QR_OrDerName 49121 372 31 95 17 QR_OrDerName QR_OrDerName {"Caption": "QR_OrDerName", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 372, "Top": 31, "Transparent": false, "Width": 95, "WordWrap": true}
130 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 128 TQRLabel QR_Age 49453 372 59 50 17 QR_Age QR_Age {"Caption": "QR_Age", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 372, "Top": 59, "Transparent": false, "Width": 50, "WordWrap": true}
131 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 129 TQRLabel QR_Indate 49773 372 85 62 17 QR_Indate QR_Indate {"Caption": "QR_Indate", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 372, "Top": 85, "Transparent": false, "Width": 62, "WordWrap": true}
132 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 130 TQRLabel QR_PreSerial 50099 638 29 80 17 QR_PreSerial QR_PreSerial {"Caption": "QR_PreSerial", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 638, "Top": 29, "Transparent": false, "Width": 80, "WordWrap": true}
133 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 131 TQRLabel QR_Paname1 50431 642 55 82 17 QR_Paname1 QR_Paname1 {"Caption": "QR_Paname1", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 642, "Top": 55, "Transparent": false, "Width": 82, "WordWrap": true}
134 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 132 TQRLabel QR_S_Fastmon 50759 645 246 61 17 QR_S_Fastmon QR_S_Fastmon {"Caption": "QR_S_Fastmon", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 645, "Top": 246, "Transparent": false, "Width": 61, "WordWrap": true}
135 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 133 TQRLabel QR_PriceC 51093 645 222 61 17 QR_PriceC QR_PriceC {"Caption": "QR_PriceC", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 645, "Top": 222, "Transparent": false, "Width": 61, "WordWrap": true}
136 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 134 TQRLabel QR_PriceP 51421 645 198 61 17 QR_PriceP QR_PriceP {"Caption": "QR_PriceP", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 645, "Top": 198, "Transparent": false, "Width": 61, "WordWrap": true}
137 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 135 TQRLabel QR_PriceN 51749 645 271 61 17 QR_PriceN QR_PriceN {"Caption": "QR_PriceN", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 645, "Top": 271, "Transparent": false, "Width": 61, "WordWrap": true}
138 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 136 TQRLabel QR_Pharm 52077 17 157 559 201 QR_Pharm QR_Pharm -13 {"Caption": "QR_Pharm", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "굴림체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 201, "Left": 17, "ParentFont": false, "Top": 157, "Transparent": false, "Width": 559, "WordWrap": true}
139 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 137 TQRLabel QR_Year 52518 630 79 42 17 QR_Year QR_Year {"Caption": "QR_Year", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 630, "Top": 79, "Transparent": false, "Width": 42, "WordWrap": true}
140 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 138 TQRLabel QR_Month 52840 679 79 18 17 QR_Month QR_Month {"Caption": "QR_Month", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 679, "Top": 79, "Transparent": false, "Width": 18, "WordWrap": true}
141 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 139 TQRLabel QR_Day 53164 711 79 18 17 QR_Day QR_Day {"Caption": "QR_Day", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 711, "Top": 79, "Transparent": false, "Width": 18, "WordWrap": true}
142 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 140 TQRLabel Q_tag1 53484 666 129 9 16 V V -12 {"Caption": "V", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -12, "Font.Name": "Arial", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 16, "Left": 666, "ParentFont": false, "Top": 129, "Transparent": true, "Width": 9, "WordWrap": true}
143 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 141 TQRLabel Q_tag2 53918 722 128 9 17 V V -12 {"Caption": "V", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -12, "Font.Name": "Arial", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 722, "ParentFont": false, "Top": 128, "Transparent": true, "Width": 9, "WordWrap": true}
144 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 142 TQRLabel QR_Now_Year 54352 588 394 42 17 QR_Year QR_Year {"Caption": "QR_Year", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 588, "Top": 394, "Transparent": false, "Width": 42, "WordWrap": true}
145 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 143 TQRLabel QR_Now_mm 54679 646 394 18 17 QR_Month QR_Month {"Caption": "QR_Month", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 646, "Top": 394, "Transparent": false, "Width": 18, "WordWrap": true}
146 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 144 TQRLabel QR_Now_DD 55005 679 394 18 17 QR_Day QR_Day {"Caption": "QR_Day", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 679, "Top": 394, "Transparent": false, "Width": 18, "WordWrap": true}
147 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 145 TQRLabel QRLabel1 55654 561 378 188 17 QR_S_Fastmon QR_S_Fastmon {"Caption": "QR_S_Fastmon", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 561, "Top": 378, "Transparent": false, "Width": 188, "WordWrap": true}
148 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 146 TQRLabel QRLabel2 55984 561 410 188 17 QR_S_Fastmon QR_S_Fastmon -11 {"Caption": "QR_S_Fastmon", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "Arial", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 561, "ParentFont": false, "Top": 410, "Transparent": false, "Width": 188, "WordWrap": true}
149 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 147 TQRLabel QR_Price_a 56426 683 213 61 17 QR_Price_a QR_Price_a {"Caption": "QR_Price_a", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 683, "Top": 213, "Transparent": false, "Width": 61, "WordWrap": true}
150 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 148 TQRLabel QR_Days 56756 682 142 61 17 QR_Pricec1 QR_Pricec1 {"Caption": "QR_Pricec1", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 682, "Top": 142, "Transparent": false, "Width": 61, "WordWrap": true}
151 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 149 TQRBand QRBand1 58113 38 38 756 496 {"Color": "clWhite", "Frame.Color": "clBlack", "Height": 496, "Left": 38, "Top": 38, "Width": 756}
152 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 150 TQRLabel QR_RepPass 58368 112 34 80 17 QR_RepPass QR_RepPass {"Caption": "QR_RepPass", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 112, "Top": 34, "Transparent": false, "Width": 80, "WordWrap": true}
153 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 151 TQRLabel QR_Paname 58695 112 66 75 17 QR_Paname QR_Paname {"Caption": "QR_Paname", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 112, "Top": 66, "Transparent": false, "Width": 75, "WordWrap": true}
154 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 152 TQRLabel QR_PhName 59020 112 98 77 17 QR_PhName QR_PhName {"Caption": "QR_PhName", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 112, "Top": 98, "Transparent": false, "Width": 77, "WordWrap": true}
155 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 153 TQRLabel QR_OrDerName 59345 368 34 95 17 QR_OrDerName QR_OrDerName {"Caption": "QR_OrDerName", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 368, "Top": 34, "Transparent": false, "Width": 95, "WordWrap": true}
156 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 154 TQRLabel QR_Age 59677 368 66 50 17 QR_Age QR_Age {"Caption": "QR_Age", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 368, "Top": 66, "Transparent": false, "Width": 50, "WordWrap": true}
157 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 155 TQRLabel QR_Indate 59997 368 98 62 17 QR_Indate QR_Indate {"Caption": "QR_Indate", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 368, "Top": 98, "Transparent": false, "Width": 62, "WordWrap": true}
158 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 156 TQRLabel QR_PreSerial 60323 638 34 80 17 QR_PreSerial QR_PreSerial {"Caption": "QR_PreSerial", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 638, "Top": 34, "Transparent": false, "Width": 80, "WordWrap": true}
159 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 157 TQRLabel QR_Paname1 60655 670 162 82 17 QR_Paname1 QR_Paname1 {"Caption": "QR_Paname1", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 670, "Top": 162, "Transparent": false, "Width": 82, "WordWrap": true}
160 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 158 TQRLabel QR_Price_psum 60984 643 306 61 17 QR_Price_psum QR_Price_psum {"Caption": "QR_Price_psum", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 643, "Top": 306, "Transparent": false, "Width": 61, "WordWrap": true}
161 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 159 TQRLabel QR_Pricec1 61320 643 330 61 17 QR_Pricec1 QR_Pricec1 {"Caption": "QR_Pricec1", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 643, "Top": 330, "Transparent": false, "Width": 61, "WordWrap": true}
162 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 160 TQRLabel QR_S_Fastmon 61650 643 258 61 17 QR_S_Fastmon QR_S_Fastmon {"Caption": "QR_S_Fastmon", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 643, "Top": 258, "Transparent": false, "Width": 61, "WordWrap": true}
163 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 161 TQRLabel QR_PriceC 61984 643 234 61 17 QR_PriceC QR_PriceC {"Caption": "QR_PriceC", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 643, "Top": 234, "Transparent": false, "Width": 61, "WordWrap": true}
164 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 162 TQRLabel QR_PriceP 62312 643 210 61 17 QR_PriceP QR_PriceP {"Caption": "QR_PriceP", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 643, "Top": 210, "Transparent": false, "Width": 61, "WordWrap": true}
165 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 163 TQRLabel QR_PriceN 62640 643 354 61 17 QR_PriceN QR_PriceN {"Caption": "QR_PriceN", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 643, "Top": 354, "Transparent": false, "Width": 61, "WordWrap": true}
166 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 164 TQRLabel QR_Pharm 62968 22 176 521 233 QR_Pharm QR_Pharm -13 {"Caption": "QR_Pharm", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "굴림체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 233, "Left": 22, "ParentFont": false, "Top": 176, "Transparent": false, "Width": 521, "WordWrap": true}
167 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 165 TQRLabel QR_Panum 63409 652 138 68 17 QR_Panum QR_Panum {"Caption": "QR_Panum", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 652, "Top": 138, "Transparent": false, "Width": 68, "WordWrap": true}
168 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 166 TQRLabel QR_Year 63734 592 466 42 17 QR_Year QR_Year {"Caption": "QR_Year", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 592, "Top": 466, "Transparent": false, "Width": 42, "WordWrap": true}
169 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 167 TQRLabel QR_Month 64057 648 466 18 17 QR_Month QR_Month {"Caption": "QR_Month", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 648, "Top": 466, "Transparent": false, "Width": 18, "WordWrap": true}
170 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 168 TQRLabel QR_Day 64382 688 466 18 17 QR_Day QR_Day {"Caption": "QR_Day", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 688, "Top": 466, "Transparent": false, "Width": 18, "WordWrap": true}
171 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 169 TQRLabel QR_Drug_P 64703 643 282 61 17 QR_S_Fastmon QR_S_Fastmon {"Caption": "QR_S_Fastmon", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 643, "Top": 282, "Transparent": false, "Width": 61, "WordWrap": true}
172 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 170 TQRBand QRBand2 65035 38 534 756 33 {"Color": "clWhite", "Frame.Color": "clBlack", "Height": 33, "Left": 38, "Top": 534, "Width": 756}
173 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 171 TQRBand QRBand1 66350 23 57 737 996 {"Color": "clWhite", "Frame.Color": "clBlack", "Height": 996, "Left": 23, "Top": 57, "Width": 737}
174 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 172 TQRShape QRShape5 66601 2 0 740 990 {"Frame.Color": "clBlack", "Height": 990, "Left": 2, "Top": 0, "Width": 740}
175 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 173 TQRShape QRShape62 66843 24 302 34 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 24, "Top": 302, "Width": 34}
176 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 174 TQRShape QRShape138 67073 588 258 153 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 588, "Top": 258, "Width": 153}
177 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 175 TQRShape QRShape34 67307 438 258 151 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 438, "Top": 258, "Width": 151}
178 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 176 TQRShape QRShape33 67540 292 258 147 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 292, "Top": 258, "Width": 147}
179 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 177 TQRShape QRShape27 67773 70 258 73 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 70, "Top": 258, "Width": 73}
180 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 178 TQRShape QRShape32 68004 142 258 151 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 142, "Top": 258, "Width": 151}
181 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 179 TQRShape QRShape136 68237 3 302 22 89 {"Frame.Color": "clBlack", "Height": 89, "Left": 3, "Top": 302, "Width": 22}
182 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 180 TQRShape QRShape15 68468 30 134 710 1 {"Frame.Color": "clBlack", "Height": 1, "Left": 30, "Top": 134, "Width": 710}
183 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 181 TQRShape QRShape22 68697 3 214 68 89 {"Frame.Color": "clBlack", "Height": 89, "Left": 3, "Top": 214, "Width": 68}
184 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 182 TQRShape QRShape23 68927 70 214 73 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 70, "Top": 214, "Width": 73}
185 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 183 TQRShape QRShape24 69157 142 214 151 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 142, "Top": 214, "Width": 151}
186 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 184 TQRShape QRShape25 69389 292 214 147 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 292, "Top": 214, "Width": 147}
187 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 185 TQRShape QRShape26 69621 438 214 151 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 438, "Top": 214, "Width": 151}
188 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 186 TQRShape QRShape29 69853 98 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 98, "Top": 258, "Width": 1}
189 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 187 TQRShape QRShape30 70083 112 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 112, "Top": 258, "Width": 1}
190 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 188 TQRShape QRShape31 70330 127 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 127, "Top": 258, "Width": 1}
191 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 189 TQRShape QRShape35 70577 156 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 156, "Top": 258, "Width": 1}
192 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 190 TQRShape QRShape36 70808 171 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 171, "Top": 258, "Width": 1}
193 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 191 TQRShape QRShape37 71056 186 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 186, "Top": 258, "Width": 1}
194 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 192 TQRShape QRShape38 71304 201 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 201, "Top": 258, "Width": 1}
195 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 193 TQRShape QRShape39 71535 216 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 216, "Top": 258, "Width": 1}
196 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 194 TQRShape QRShape40 71783 232 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 232, "Top": 258, "Width": 1}
197 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 195 TQRShape QRShape41 72031 248 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 248, "Top": 259, "Width": 1}
198 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 196 TQRShape QRShape42 72262 263 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 263, "Top": 258, "Width": 1}
199 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 197 TQRShape QRShape43 72510 278 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 278, "Top": 258, "Width": 1}
200 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 198 TQRShape QRShape63 72758 24 346 34 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 24, "Top": 346, "Width": 34}
201 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 199 TQRLabel QRLabel1 72988 3 17 108 17 서 식 번 호 서 식 번 호 {"Caption": "서 식 번 호", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 3, "Top": 17, "Transparent": false, "Width": 108, "WordWrap": true}
202 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 200 TQRLabel QRLabel2 73315 115 17 25 17 G G -13 {"Caption": "G", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "Arial", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 115, "ParentFont": false, "Top": 17, "Transparent": false, "Width": 25, "WordWrap": true}
203 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 201 TQRLabel QRLabel3 73744 144 17 25 17 I I -13 {"Caption": "I", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "Arial", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 144, "ParentFont": false, "Top": 17, "Transparent": false, "Width": 25, "WordWrap": true}
204 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 202 TQRLabel QRLabel4 74174 174 17 25 26 0 0 -13 {"Caption": "0", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "Arial", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 26, "Left": 174, "ParentFont": false, "Top": 17, "Transparent": false, "Width": 25, "WordWrap": true}
205 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 203 TQRLabel QRLabel5 74604 203 17 25 17 1 1 -13 {"Caption": "1", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "Arial", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 203, "ParentFont": false, "Top": 17, "Transparent": false, "Width": 25, "WordWrap": true}
206 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 204 TQRLabel QRLabel6 75034 236 3 263 17 ( 년 월분) ( 년 월분) {"Caption": "( 년 월분)", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 236, "Top": 3, "Transparent": false, "Width": 263, "WordWrap": true}
207 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 205 TQRLabel QRLabel7 75376 236 24 263 20 요양급여(의료급여)비용심사청구서 요양급여(의료급여)비용심사청구서 -15 {"Caption": "요양급여(의료급여)비용심사청구서", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -15, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 20, "Left": 236, "ParentFont": false, "Top": 24, "Transparent": false, "Width": 263, "WordWrap": true}
208 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 206 TQRLabel QRLabel8 75847 517 17 71 18 ※접수번호 ※접수번호 -13 {"Caption": "※접수번호", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 517, "ParentFont": false, "Top": 17, "Transparent": false, "Width": 71, "WordWrap": true}
209 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 207 TQRLabel QRLabel13 76291 4 23 57 14 ①기 호 ①기 호 -13 {"Caption": "①기 호", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 14, "Left": 4, "ParentFont": false, "Top": 23, "Transparent": false, "Width": 57, "WordWrap": true}
210 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 208 TQRLabel QRLabel14 76730 57 104 57 18 ④소재지 ④소재지 -13 {"Caption": "④소재지", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 57, "ParentFont": false, "Top": 104, "Transparent": false, "Width": 57, "WordWrap": true}
211 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 209 TQRLabel QRLabel15 77172 258 60 43 18 ②명칭 ②명칭 -13 {"Caption": "②명칭", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 258, "ParentFont": false, "Top": 60, "Transparent": false, "Width": 43, "WordWrap": true}
212 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 210 TQRLabel QRLabel16 77613 517 60 71 18 ③전화번호 ③전화번호 -13 {"Caption": "③전화번호", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 517, "ParentFont": false, "Top": 60, "Transparent": false, "Width": 71, "WordWrap": true}
213 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 211 TQRLabel QRLabel18 78058 12 248 50 14 구 분 구 분 {"Caption": "구 분", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 14, "Left": 12, "Top": 248, "Transparent": false, "Width": 50, "WordWrap": true}
214 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 212 TQRLabel QRLabel19 78387 75 230 64 18 ⑩건 수 ⑩건 수 {"Caption": "⑩건 수", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 18, "Left": 75, "Top": 230, "Transparent": false, "Width": 64, "WordWrap": true}
215 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 213 TQRLabel QRLabel20 78719 154 230 127 18 ⑪요양급여비용총액 ⑪요양급여비용총액 {"Caption": "⑪요양급여비용총액", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 18, "Left": 154, "Top": 230, "Transparent": false, "Width": 127, "WordWrap": true}
216 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 214 TQRLabel QRLabel21 79058 308 230 113 18 ⑫본인일부부담금 ⑫본인일부부담금 {"Caption": "⑫본인일부부담금", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 18, "Left": 308, "Top": 230, "Transparent": false, "Width": 113, "WordWrap": true}
217 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 215 TQRLabel QRLabel22 79395 459 230 113 18 ⑬ 청 구 액 ⑬ 청 구 액 {"Caption": "⑬ 청 구 액 ", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 18, "Left": 459, "Top": 230, "Transparent": false, "Width": 113, "WordWrap": true}
218 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 216 TQRLabel QRLabel23 79736 72 275 13 17 -11 {"Caption": "만", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 72, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
219 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 217 TQRLabel QRLabel24 80173 85 275 13 17 -11 {"Caption": "천", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 85, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
220 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 218 TQRLabel QRLabel25 80610 100 275 13 17 -11 {"Caption": "백", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 100, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
221 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 219 TQRLabel QRLabel26 81047 114 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 114, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
222 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 220 TQRLabel QRLabel27 81484 129 275 13 17 -11 {"Caption": "일", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 129, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
223 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 221 TQRLabel QRLabel28 81922 143 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 143, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
224 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 222 TQRLabel QRLabel29 82360 158 275 13 17 -11 {"Caption": "억", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 158, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
225 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 223 TQRLabel QRLabel32 82798 203 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 203, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
226 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 224 TQRLabel QRLabel33 83236 218 275 13 17 -11 {"Caption": "만", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 218, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
227 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 225 TQRLabel QRLabel36 83674 265 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 265, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
228 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 226 TQRLabel QRLabel37 84112 279 275 13 17 -11 {"Caption": "원", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 279, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
229 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 227 TQRLabel QRLabel58 84550 26 308 30 29 처방 조제 처방 조제 {"Caption": "처방 조제", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 29, "Left": 26, "Top": 308, "Transparent": false, "Width": 30, "WordWrap": true}
230 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 228 TQRLabel QRLabel59 84880 26 352 30 33 직접 조제 직접 조제 {"Caption": "직접 조제", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 33, "Left": 26, "Top": 352, "Transparent": false, "Width": 30, "WordWrap": true}
231 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 229 TQRLabel QRLabel63 85210 39 549 603 17 □ 국민건강보험법 시행규칙 제12조제1항의 규정에 의거 요양급여비용의 심사를 청구합니다. □ 국민건강보험법 시행규칙 제12조제1항의 규정에 의거 요양급여비용의 심사를 청구합니다. {"Caption": "□ 국민건강보험법 시행규칙 제12조제1항의 규정에 의거 요양급여비용의 심사를 청구합니다.", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 39, "Top": 549, "Transparent": false, "Width": 603, "WordWrap": true}
232 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 230 TQRLabel QRLabel65 85629 39 624 512 17 □ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다. □ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다. {"Caption": "□ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 39, "Top": 624, "Transparent": false, "Width": 512, "WordWrap": true}
233 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 231 TQRLabel QRLabel66 86034 40 679 428 17 첨 부 : 요양급여 (의료보호) 비용명세서 매 첨 부 : 요양급여 (의료보호) 비용명세서 매 {"Caption": "첨 부 : 요양급여 (의료보호) 비용명세서 매", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 40, "Top": 679, "Transparent": false, "Width": 428, "WordWrap": true}
234 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 232 TQRLabel QRLabel67 86432 123 713 344 17 처 방 전 매 처 방 전 매 {"Caption": "처 방 전 매", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 123, "Top": 713, "Transparent": false, "Width": 344, "WordWrap": true}
235 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 233 TQRLabel QRLabel68 86806 202 772 71 17 청구일자 : 청구일자 : {"Caption": "청구일자 :", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 202, "Top": 772, "Transparent": false, "Width": 71, "WordWrap": true}
236 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 234 TQRLabel QRLabel69 87139 336 772 15 17 {"Caption": "년", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 336, "Top": 772, "Transparent": false, "Width": 15, "WordWrap": true}
237 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 235 TQRLabel QRLabel70 87462 404 772 15 17 {"Caption": "월", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 404, "Top": 772, "Transparent": false, "Width": 15, "WordWrap": true}
238 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 236 TQRLabel QRLabel71 87785 473 772 15 17 {"Caption": "일", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 473, "Top": 772, "Transparent": false, "Width": 15, "WordWrap": true}
239 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 237 TQRLabel QRLabel72 88108 202 811 71 14 청 구 인 : 청 구 인 : {"Caption": "청 구 인 :", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 14, "Left": 202, "Top": 811, "Transparent": false, "Width": 71, "WordWrap": true}
240 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 238 TQRLabel QRLabel73 88442 533 811 113 17 (서명 또는 날인) (서명 또는 날인) {"Caption": "(서명 또는 날인)", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 533, "Top": 811, "Transparent": false, "Width": 113, "WordWrap": true}
241 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 239 TQRLabel QRLabel78 88783 16 886 220 17 □ 건강보험심사평가원장 귀하 □ 건강보험심사평가원장 귀하 -13 {"Caption": "□ 건강보험심사평가원장 귀하", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 16, "ParentFont": false, "Top": 886, "Transparent": false, "Width": 220, "WordWrap": true}
242 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 240 TQRLabel Q_year 89258 306 3 43 14 Q_year Q_year {"Caption": "Q_year", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 14, "Left": 306, "Top": 3, "Transparent": false, "Width": 43, "WordWrap": true}
243 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 241 TQRLabel Q_mon 89579 378 3 36 17 Q_mon Q_mon {"Caption": "Q_mon", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 378, "Top": 3, "Transparent": false, "Width": 36, "WordWrap": true}
244 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 242 TQRLabel Q_iscode 89898 148 60 65 17 Q_iscode Q_iscode -16 {"Caption": "Q_iscode", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 148, "ParentFont": false, "Top": 60, "Transparent": false, "Width": 65, "WordWrap": true}
245 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 243 TQRLabel Q_isname 90337 324 60 65 17 Q_isname Q_isname -16 {"Caption": "Q_isname", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 324, "ParentFont": false, "Top": 60, "Transparent": false, "Width": 65, "WordWrap": true}
246 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 244 TQRLabel Q_istel 90776 604 60 57 17 Q_istel Q_istel -16 {"Caption": "Q_istel", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 604, "ParentFont": false, "Top": 60, "Transparent": false, "Width": 57, "WordWrap": true}
247 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 245 TQRLabel Q_add 91213 148 104 41 17 Q_add Q_add -16 {"Caption": "Q_add", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 148, "ParentFont": false, "Top": 104, "Transparent": false, "Width": 41, "WordWrap": true}
248 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 246 TQRLabel Q_post 91646 604 104 49 17 Q_post Q_post -16 {"Caption": "Q_post", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 604, "ParentFont": false, "Top": 104, "Transparent": false, "Width": 49, "WordWrap": true}
249 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 247 TQRLabel Q_gun 92081 373 679 41 17 Q_gun Q_gun -16 {"Caption": "Q_gun", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 373, "ParentFont": false, "Top": 679, "Transparent": false, "Width": 41, "WordWrap": true}
250 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 248 TQRLabel Q_me 92516 371 713 9 17 0 0 -16 {"Caption": "0", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 371, "ParentFont": false, "Top": 713, "Transparent": false, "Width": 9, "WordWrap": true}
251 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 249 TQRLabel Q_year1 92945 283 772 50 17 Q_year1 Q_year1 {"Caption": "Q_year1", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 283, "Top": 772, "Transparent": false, "Width": 50, "WordWrap": true}
252 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 250 TQRLabel Q_mon1 93269 356 772 43 17 Q_mon1 Q_mon1 {"Caption": "Q_mon1", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 356, "Top": 772, "Transparent": false, "Width": 43, "WordWrap": true}
253 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 251 TQRLabel Q_day1 93591 426 772 43 17 Q_day1 Q_day1 {"Caption": "Q_day1", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 426, "Top": 772, "Transparent": false, "Width": 43, "WordWrap": true}
254 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 252 TQRLabel Q_name1 93913 313 811 64 17 Q_name1 Q_name1 -16 {"Caption": "Q_name1", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 313, "ParentFont": false, "Top": 811, "Transparent": false, "Width": 64, "WordWrap": true}
255 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 253 TQRLabel Q_name2 94358 147 147 64 17 Q_name2 Q_name2 -16 {"Caption": "Q_name2", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 147, "ParentFont": false, "Top": 147, "Transparent": false, "Width": 64, "WordWrap": true}
256 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 254 TQRLabel Q_num 94803 147 186 46 17 Q_num Q_num -16 {"Caption": "Q_num", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 147, "ParentFont": false, "Top": 186, "Transparent": false, "Width": 46, "WordWrap": true}
257 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 255 TQRShape QRShape65 95244 56 346 15 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 56, "Top": 346, "Width": 15}
258 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 256 TQRLabel QRLabel61 95474 60 360 8 17 9 9 {"Caption": "9", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 60, "Top": 360, "Transparent": false, "Width": 8, "WordWrap": true}
259 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 257 TQRShape QRShape137 95792 588 214 153 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 588, "Top": 214, "Width": 153}
260 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 258 TQRLabel QRLabel83 96025 607 230 113 18 ⑭차등수가청구액 ⑭차등수가청구액 {"Caption": "⑭차등수가청구액", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 18, "Left": 607, "Top": 230, "Transparent": false, "Width": 113, "WordWrap": true}
261 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 259 TQRShape QRShape139 96362 603 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 603, "Top": 259, "Width": 1}
262 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 260 TQRShape QRShape140 96594 618 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 618, "Top": 259, "Width": 1}
263 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 261 TQRShape QRShape141 96843 633 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 633, "Top": 259, "Width": 1}
264 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 262 TQRShape QRShape142 97092 648 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 648, "Top": 259, "Width": 1}
265 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 263 TQRShape QRShape143 97324 663 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 663, "Top": 259, "Width": 1}
266 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 264 TQRShape QRShape144 97573 678 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 678, "Top": 259, "Width": 1}
267 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 265 TQRShape QRShape145 97822 693 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 693, "Top": 259, "Width": 1}
268 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 266 TQRShape QRShape146 98054 708 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 708, "Top": 259, "Width": 1}
269 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 267 TQRShape QRShape147 98303 723 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 723, "Top": 259, "Width": 1}
270 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 268 TQRLabel QRLabel84 98552 440 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 440, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
271 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 269 TQRLabel QRLabel85 98990 455 275 13 17 -11 {"Caption": "억", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 455, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
272 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 270 TQRLabel QRLabel86 99428 470 275 13 12 -11 {"Caption": "천", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 12, "Left": 470, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
273 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 271 TQRLabel QRLabel87 99866 485 275 13 17 -11 {"Caption": "백", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 485, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
274 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 272 TQRLabel QRLabel88 100304 499 275 13 12 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 12, "Left": 499, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
275 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 273 TQRLabel QRLabel89 100742 515 275 13 17 -11 {"Caption": "만", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 515, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
276 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 274 TQRLabel QRLabel90 101180 530 275 13 17 -11 {"Caption": "천", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 530, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
277 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 275 TQRLabel QRLabel91 101618 544 275 13 17 -11 {"Caption": "백", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 544, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
278 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 276 TQRLabel QRLabel92 102056 559 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 559, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
279 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 277 TQRLabel QRLabel93 102494 575 275 13 17 -11 {"Caption": "원", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 575, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
280 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 278 TQRShape QRShape66 102932 40 421 657 81 {"Frame.Color": "clBlack", "Height": 81, "Left": 40, "Top": 421, "Width": 657}
281 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 279 TQRShape QRShape67 103163 171 461 526 1 {"Frame.Color": "clBlack", "Height": 1, "Left": 171, "Top": 461, "Width": 526}
282 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 280 TQRShape QRShape68 103393 171 421 1 81 {"Frame.Color": "clBlack", "Height": 81, "Left": 171, "Top": 421, "Width": 1}
283 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 281 TQRShape QRShape69 103623 244 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 244, "Top": 461, "Width": 2}
284 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 282 TQRShape QRShape71 103853 281 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 281, "Top": 461, "Width": 2}
285 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 283 TQRShape QRShape72 104083 318 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 318, "Top": 461, "Width": 2}
286 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 284 TQRShape QRShape73 104313 355 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 355, "Top": 461, "Width": 2}
287 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 285 TQRShape QRShape74 104543 392 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 392, "Top": 461, "Width": 2}
288 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 286 TQRShape QRShape75 104773 429 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 429, "Top": 461, "Width": 2}
289 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 287 TQRShape QRShape76 105003 466 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 466, "Top": 461, "Width": 2}
290 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 288 TQRShape QRShape77 105233 541 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 541, "Top": 461, "Width": 2}
291 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 289 TQRShape QRShape78 105463 503 421 2 81 {"Frame.Color": "clBlack", "Height": 81, "Left": 503, "Top": 421, "Width": 2}
292 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 290 TQRShape QRShape79 105693 580 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 580, "Top": 461, "Width": 2}
293 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 291 TQRShape QRShape80 105923 618 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 618, "Top": 461, "Width": 2}
294 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 292 TQRShape QRShape81 106153 657 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 657, "Top": 461, "Width": 2}
295 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 293 TQRShape QRShape82 106383 207 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 207, "Top": 461, "Width": 2}
296 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 294 TQRShape QRShape70 106613 71 303 668 1 {"Frame.Color": "clBlack", "Height": 1, "Left": 71, "Top": 303, "Width": 668}
297 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 295 TQRShape QRShape83 106842 71 346 668 1 {"Frame.Color": "clBlack", "Height": 1, "Left": 71, "Top": 346, "Width": 668}
298 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 296 TQRLabel QRLabel94 107071 48 458 113 27 차등수가적용기준 차등수가적용기준 -13 {"Caption": "차등수가적용기준", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 27, "Left": 48, "ParentFont": false, "Top": 458, "Transparent": false, "Width": 113, "WordWrap": true}
299 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 297 TQRLabel QRLabel95 107522 312 434 57 17 차등지수 차등지수 -13 {"Caption": "차등지수", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 312, "ParentFont": false, "Top": 434, "Transparent": false, "Width": 57, "WordWrap": true}
300 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 298 TQRLabel QRLabel96 107966 560 434 78 17 월 조제일수 월 조제일수 -13 {"Caption": "월 조제일수", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 560, "ParentFont": false, "Top": 434, "Transparent": false, "Width": 78, "WordWrap": true}
301 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 299 TQRLabel Q132 108414 545 468 170 26 2 5 . 2 4 2 5 . 2 4 -25 {"Caption": "2 5 . 2 4", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -25, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 26, "Left": 545, "ParentFont": false, "Top": 468, "Transparent": true, "Width": 170, "WordWrap": true}
302 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 300 TQRLabel QRLabel97 108857 6 333 17 28 약 국 약 국 {"Caption": "약 국", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 28, "Left": 6, "Top": 333, "Transparent": false, "Width": 17, "WordWrap": true}
303 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 301 TQRShape QRShape28 109183 84 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 84, "Top": 258, "Width": 1}
304 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 302 TQRShape QRShape44 109430 306 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 306, "Top": 259, "Width": 1}
305 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 303 TQRShape QRShape45 109661 320 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 320, "Top": 259, "Width": 1}
306 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 304 TQRShape QRShape46 109909 334 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 334, "Top": 259, "Width": 1}
307 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 305 TQRShape QRShape47 110157 348 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 348, "Top": 259, "Width": 1}
308 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 306 TQRShape QRShape48 110388 363 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 363, "Top": 259, "Width": 1}
309 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 307 TQRShape QRShape49 110636 378 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 378, "Top": 259, "Width": 1}
310 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 308 TQRShape QRShape50 110884 393 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 393, "Top": 259, "Width": 1}
311 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 309 TQRShape QRShape51 111115 408 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 408, "Top": 259, "Width": 1}
312 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 310 TQRShape QRShape52 111363 423 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 423, "Top": 259, "Width": 1}
313 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 311 TQRShape QRShape53 111611 453 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 453, "Top": 259, "Width": 1}
314 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 312 TQRShape QRShape54 111842 468 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 468, "Top": 259, "Width": 1}
315 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 313 TQRShape QRShape55 112090 483 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 483, "Top": 259, "Width": 1}
316 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 314 TQRShape QRShape56 112338 498 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 498, "Top": 259, "Width": 1}
317 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 315 TQRShape QRShape57 112569 513 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 513, "Top": 259, "Width": 1}
318 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 316 TQRShape QRShape58 112817 528 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 528, "Top": 259, "Width": 1}
319 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 317 TQRShape QRShape59 113065 543 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 543, "Top": 259, "Width": 1}
320 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 318 TQRShape QRShape60 113296 558 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 558, "Top": 259, "Width": 1}
321 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 319 TQRShape QRShape61 113544 573 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 573, "Top": 259, "Width": 1}
322 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 320 TQRLabel QRLabel30 113792 173 275 13 17 -11 {"Caption": "천", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 173, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
323 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 321 TQRLabel QRLabel31 114230 188 275 13 17 -11 {"Caption": "백", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 188, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
324 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 322 TQRLabel QRLabel34 114668 235 275 13 17 -11 {"Caption": "천", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 235, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
325 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 323 TQRLabel QRLabel35 115106 250 275 13 17 -11 {"Caption": "백", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 250, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
326 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 324 TQRLabel QRLabel38 115544 293 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 293, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
327 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 325 TQRLabel QRLabel39 115982 307 275 13 17 -11 {"Caption": "억", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 307, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
328 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 326 TQRLabel QRLabel40 116420 350 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 350, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
329 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 327 TQRLabel QRLabel41 116858 364 275 13 17 -11 {"Caption": "만", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 364, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
330 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 328 TQRLabel QRLabel42 117296 409 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 409, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
331 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 329 TQRLabel QRLabel43 117734 425 275 13 17 -11 {"Caption": "원", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 425, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
332 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 330 TQRLabel QRLabel44 118172 322 276 13 17 -11 {"Caption": "천", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 322, "ParentFont": false, "Top": 276, "Transparent": false, "Width": 13, "WordWrap": true}
333 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 331 TQRLabel QRLabel45 118610 336 275 13 17 -11 {"Caption": "백", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 336, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
334 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 332 TQRLabel QRLabel46 119048 379 275 13 17 -11 {"Caption": "천", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 379, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
335 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 333 TQRLabel QRLabel47 119486 395 275 13 17 -11 {"Caption": "백", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 395, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
336 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 334 TQRLabel QRLabel48 119924 590 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 590, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
337 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 335 TQRLabel QRLabel49 120362 605 275 13 17 -11 {"Caption": "억", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 605, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
338 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 336 TQRLabel QRLabel50 120800 620 275 13 17 -11 {"Caption": "천", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 620, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
339 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 337 TQRLabel QRLabel51 121238 635 275 13 17 -11 {"Caption": "백", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 635, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
340 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 338 TQRLabel QRLabel52 121676 649 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 649, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
341 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 339 TQRLabel QRLabel53 122114 665 275 13 17 -11 {"Caption": "만", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 665, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
342 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 340 TQRLabel QRLabel54 122552 680 275 13 17 -11 {"Caption": "천", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 680, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
343 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 341 TQRLabel QRLabel55 122990 694 275 13 17 -11 {"Caption": "백", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 694, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
344 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 342 TQRLabel QRLabel56 123428 709 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 709, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
345 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 343 TQRLabel QRLabel57 123866 725 275 13 17 -11 {"Caption": "원", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 725, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
346 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 344 TQRLabel Q111 124304 83 315 61 30 1234 1234 -27 {"Caption": "1234", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -27, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 83, "ParentFont": false, "Top": 315, "Transparent": true, "Width": 61, "WordWrap": true}
347 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 345 TQRLabel Q121 124743 83 354 61 30 1234 1234 -27 {"Caption": "1234", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -27, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 83, "ParentFont": false, "Top": 354, "Transparent": true, "Width": 61, "WordWrap": true}
348 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 346 TQRLabel Q112 125182 133 314 161 30 1234567890 1234567890 -29 {"Caption": "1234567890", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -29, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 133, "ParentFont": false, "Top": 314, "Transparent": true, "Width": 161, "WordWrap": true}
349 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 347 TQRLabel Q122 125629 133 354 161 30 1234567890 1234567890 -29 {"Caption": "1234567890", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -29, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 133, "ParentFont": false, "Top": 354, "Transparent": true, "Width": 161, "WordWrap": true}
350 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 348 TQRLabel Q113 126076 280 314 161 30 1234567890 1234567890 -29 {"Caption": "1234567890", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -29, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 280, "ParentFont": false, "Top": 314, "Transparent": true, "Width": 161, "WordWrap": true}
351 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 349 TQRLabel Q123 126523 280 354 161 30 1234567890 1234567890 -29 {"Caption": "1234567890", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -29, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 280, "ParentFont": false, "Top": 354, "Transparent": true, "Width": 161, "WordWrap": true}
352 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 350 TQRLabel Q114 126970 430 314 161 30 1234567890 1234567890 -29 {"Caption": "1234567890", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -29, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 430, "ParentFont": false, "Top": 314, "Transparent": true, "Width": 161, "WordWrap": true}
353 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 351 TQRLabel Q124 127417 430 354 161 30 1234567890 1234567890 -29 {"Caption": "1234567890", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -29, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 430, "ParentFont": false, "Top": 354, "Transparent": true, "Width": 161, "WordWrap": true}
354 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 352 TQRLabel Q115 127864 580 314 161 30 1234567890 1234567890 -29 {"Caption": "1234567890", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -29, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 580, "ParentFont": false, "Top": 314, "Transparent": true, "Width": 161, "WordWrap": true}
355 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 353 TQRLabel Q125 128311 580 354 161 30 1234567890 1234567890 -29 {"Caption": "1234567890", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -29, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 580, "ParentFont": false, "Top": 354, "Transparent": true, "Width": 161, "WordWrap": true}
356 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 354 TQRShape QRShape64 128758 56 302 15 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 56, "Top": 302, "Width": 15}
357 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 355 TQRLabel QRLabel60 128988 60 316 8 17 8 8 {"Caption": "8", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 60, "Top": 316, "Transparent": false, "Width": 8, "WordWrap": true}
358 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 356 TQRLabel QRLabel9 129306 8 75 15 18 -13 {"Caption": "요", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 8, "ParentFont": false, "Top": 75, "Transparent": false, "Width": 15, "WordWrap": true}
359 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 357 TQRLabel QRLabel10 129741 8 105 15 18 -13 {"Caption": "양", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 8, "ParentFont": false, "Top": 105, "Transparent": false, "Width": 15, "WordWrap": true}
360 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 358 TQRLabel QRLabel11 130177 8 134 15 18 -13 {"Caption": "기", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 8, "ParentFont": false, "Top": 134, "Transparent": false, "Width": 15, "WordWrap": true}
361 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 359 TQRLabel QRLabel12 130614 8 163 15 18 -13 {"Caption": "관", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 8, "ParentFont": false, "Top": 163, "Transparent": false, "Width": 15, "WordWrap": true}
362 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 360 TQRLabel QRLabel17 131051 517 103 71 18 ⑤우편번호 ⑤우편번호 -13 {"Caption": "⑤우편번호", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 517, "ParentFont": false, "Top": 103, "Transparent": false, "Width": 71, "WordWrap": true}
363 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 361 TQRShape QRShape1 131496 1 46 738 1 {"Frame.Color": "clBlack", "Height": 1, "Left": 1, "Top": 46, "Width": 738}
364 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 362 TQRShape QRShape2 131723 30 90 710 1 {"Frame.Color": "clBlack", "Height": 1, "Left": 30, "Top": 90, "Width": 710}
365 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 363 TQRShape QRShape3 131950 30 174 710 1 {"Frame.Color": "clBlack", "Height": 1, "Left": 30, "Top": 174, "Width": 710}
366 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 364 TQRShape QRShape4 132178 1 214 738 1 {"Frame.Color": "clBlack", "Height": 1, "Left": 1, "Top": 214, "Width": 738}
367 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 365 TQRShape QRShape6 132406 30 48 1 166 {"Frame.Color": "clBlack", "Height": 166, "Left": 30, "Top": 48, "Width": 1}
368 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 366 TQRShape QRShape7 132634 112 1 1 46 {"Frame.Color": "clBlack", "Height": 46, "Left": 112, "Top": 1, "Width": 1}
369 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 367 TQRShape QRShape8 132861 142 1 1 214 {"Frame.Color": "clBlack", "Height": 214, "Left": 142, "Top": 1, "Width": 1}
370 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 368 TQRShape QRShape9 133090 171 1 1 46 {"Frame.Color": "clBlack", "Height": 46, "Left": 171, "Top": 1, "Width": 1}
371 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 369 TQRShape QRShape10 133318 201 1 1 46 {"Frame.Color": "clBlack", "Height": 46, "Left": 201, "Top": 1, "Width": 1}
372 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 370 TQRShape QRShape11 133547 230 1 1 46 {"Frame.Color": "clBlack", "Height": 46, "Left": 230, "Top": 1, "Width": 1}
373 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 371 TQRShape QRShape12 133776 250 46 1 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 250, "Top": 46, "Width": 1}
374 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 372 TQRShape QRShape13 134005 310 46 1 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 310, "Top": 46, "Width": 1}
375 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 373 TQRShape QRShape14 134234 506 1 1 214 {"Frame.Color": "clBlack", "Height": 214, "Left": 506, "Top": 1, "Width": 1}
376 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 374 TQRShape QRShape16 134464 598 1 1 214 {"Frame.Color": "clBlack", "Height": 214, "Left": 598, "Top": 1, "Width": 1}
377 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 375 TQRShape QRShape17 134694 507 139 44 73 {"Frame.Color": "clBlack", "Height": 73, "Left": 507, "Top": 139, "Width": 44}
378 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 376 TQRShape QRShape18 134944 76 134 1 81 {"Frame.Color": "clBlack", "Height": 81, "Left": 76, "Top": 134, "Width": 1}
379 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 377 TQRShape QRShape19 135173 31 139 45 73 {"Frame.Color": "clBlack", "Height": 73, "Left": 31, "Top": 139, "Width": 45}
380 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 378 TQRLabel QRLabel80 135422 12 63 43 14 작성자 작성자 -13 {"Caption": "작성자", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 14, "Left": 12, "ParentFont": false, "Top": 63, "Transparent": false, "Width": 43, "WordWrap": true}
381 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 379 TQRLabel QRLabel81 135862 79 180 59 29 ⑦주 민 등록번호 ⑦주 민 등록번호 -13 {"Caption": "⑦주 민 등록번호", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 29, "Left": 79, "ParentFont": false, "Top": 180, "Transparent": false, "Width": 59, "WordWrap": true}
382 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 380 TQRLabel QRLabel82 136315 85 147 43 18 ⑥성명 ⑥성명 -13 {"Caption": "⑥성명", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 85, "ParentFont": false, "Top": 147, "Transparent": false, "Width": 43, "WordWrap": true}
383 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 381 TQRLabel QRLabel98 136756 361 147 113 18 (서명 또는 날인) (서명 또는 날인) -13 {"Caption": "(서명 또는 날인)", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 361, "ParentFont": false, "Top": 147, "Transparent": false, "Width": 113, "WordWrap": true}
384 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 382 TQRShape QRShape20 137212 551 134 1 81 {"Frame.Color": "clBlack", "Height": 81, "Left": 551, "Top": 134, "Width": 1}
385 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 383 TQRLabel QRLabel100 137442 515 159 29 18 청구 청구 -13 {"Caption": "청구", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 515, "ParentFont": false, "Top": 159, "Transparent": false, "Width": 29, "WordWrap": true}
386 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 384 TQRLabel QRLabel101 137883 515 177 29 18 단체 단체 -13 {"Caption": "단체", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 515, "ParentFont": false, "Top": 177, "Transparent": false, "Width": 29, "WordWrap": true}
387 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 385 TQRLabel QRLabel102 138324 554 147 43 18 ⑧기호 ⑧기호 -13 {"Caption": "⑧기호", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 554, "ParentFont": false, "Top": 147, "Transparent": false, "Width": 43, "WordWrap": true}
388 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 386 TQRLabel QRLabel103 138767 554 187 43 18 ⑨명칭 ⑨명칭 -13 {"Caption": "⑨명칭", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 554, "ParentFont": false, "Top": 187, "Transparent": false, "Width": 43, "WordWrap": true}
389 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 387 TQRLabel QRLabel74 139210 39 576 449 17 □ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다. □ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다. {"Caption": "□ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 39, "Top": 576, "Transparent": false, "Width": 449, "WordWrap": true}
390 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 388 TQRLabel QRLabel75 139605 39 600 267 17 □ 산업재해환자의 약제비를 청구합니다. □ 산업재해환자의 약제비를 청구합니다. {"Caption": "□ 산업재해환자의 약제비를 청구합니다.", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 39, "Top": 600, "Transparent": false, "Width": 267, "WordWrap": true}
391 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 389 TQRLabel QRLabel76 139968 16 910 236 17 국민건강보험공단이사장 귀하 국민건강보험공단이사장 귀하 -13 {"Caption": " 국민건강보험공단이사장 귀하", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 16, "ParentFont": false, "Top": 910, "Transparent": false, "Width": 236, "WordWrap": true}
392 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 390 TQRLabel QRLabel77 140447 16 934 366 17 □ 근로복지공단이사장 [ 지역본부(지사)장 ] 귀하 □ 근로복지공단이사장 [ 지역본부(지사)장 ] 귀하 -13 {"Caption": "□ 근로복지공단이사장 [ 지역본부(지사)장 ] 귀하", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 16, "ParentFont": false, "Top": 934, "Transparent": false, "Width": 366, "WordWrap": true}
393 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 391 TQRLabel QRLabel104 140948 16 958 220 17 □ 한국보훈복지공단사장 귀하 □ 한국보훈복지공단사장 귀하 -13 {"Caption": "□ 한국보훈복지공단사장 귀하", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 16, "ParentFont": false, "Top": 958, "Transparent": false, "Width": 220, "WordWrap": true}
394 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 392 TQRLabel Q_COMMIT_CODE 141424 604 148 49 17 Q_post Q_post -16 {"Caption": "Q_post", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 604, "ParentFont": false, "Top": 148, "Transparent": false, "Width": 49, "WordWrap": true}
395 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 393 TQRLabel Q_COMMIT_NAME 141867 604 184 49 17 Q_post Q_post -16 {"Caption": "Q_post", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 604, "ParentFont": false, "Top": 184, "Transparent": false, "Width": 49, "WordWrap": true}
396 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 394 TQRLabel Q131 142310 179 468 326 26 0 . 1 2 3 4 5 6 7 0 . 1 2 3 4 5 6 7 -25 {"Caption": "0 . 1 2 3 4 5 6 7", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -25, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 26, "Left": 179, "ParentFont": false, "Top": 468, "Transparent": true, "Width": 326, "WordWrap": true}
397 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 395 TQRBand QRBand2 142765 23 38 737 19 {"Color": "clWhite", "Frame.Color": "clBlack", "Height": 19, "Left": 23, "Top": 38, "Width": 737}
398 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 396 TQRBand QRBand1 144080 19 57 737 996 {"Color": "clWhite", "Frame.Color": "clBlack", "Height": 996, "Left": 19, "Top": 57, "Width": 737}
399 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 397 TQRShape Q_is 144331 2 0 740 990 {"Frame.Color": "clBlack", "Height": 990, "Left": 2, "Top": 0, "Width": 740}
400 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 398 TQRShape QRShape62 144569 24 302 34 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 24, "Top": 302, "Width": 34}
401 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 399 TQRShape QRShape138 144799 588 258 153 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 588, "Top": 258, "Width": 153}
402 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 400 TQRShape QRShape34 145033 438 258 151 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 438, "Top": 258, "Width": 151}
403 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 401 TQRShape QRShape33 145266 292 258 147 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 292, "Top": 258, "Width": 147}
404 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 402 TQRShape QRShape27 145499 70 258 73 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 70, "Top": 258, "Width": 73}
405 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 403 TQRShape QRShape32 145730 142 258 151 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 142, "Top": 258, "Width": 151}
406 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 404 TQRShape QRShape136 145963 3 302 22 89 {"Frame.Color": "clBlack", "Height": 89, "Left": 3, "Top": 302, "Width": 22}
407 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 405 TQRShape QRShape15 146194 30 134 710 1 {"Frame.Color": "clBlack", "Height": 1, "Left": 30, "Top": 134, "Width": 710}
408 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 406 TQRShape QRShape22 146423 3 214 68 89 {"Frame.Color": "clBlack", "Height": 89, "Left": 3, "Top": 214, "Width": 68}
409 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 407 TQRShape QRShape23 146653 70 214 73 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 70, "Top": 214, "Width": 73}
410 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 408 TQRShape QRShape24 146883 142 214 151 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 142, "Top": 214, "Width": 151}
411 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 409 TQRShape QRShape25 147115 292 214 147 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 292, "Top": 214, "Width": 147}
412 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 410 TQRShape QRShape26 147347 438 214 151 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 438, "Top": 214, "Width": 151}
413 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 411 TQRShape QRShape29 147579 98 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 98, "Top": 258, "Width": 1}
414 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 412 TQRShape QRShape30 147809 112 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 112, "Top": 258, "Width": 1}
415 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 413 TQRShape QRShape31 148056 127 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 127, "Top": 258, "Width": 1}
416 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 414 TQRShape QRShape35 148303 156 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 156, "Top": 258, "Width": 1}
417 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 415 TQRShape QRShape36 148534 171 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 171, "Top": 258, "Width": 1}
418 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 416 TQRShape QRShape37 148782 186 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 186, "Top": 258, "Width": 1}
419 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 417 TQRShape QRShape38 149030 201 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 201, "Top": 258, "Width": 1}
420 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 418 TQRShape QRShape39 149261 216 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 216, "Top": 258, "Width": 1}
421 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 419 TQRShape QRShape40 149509 232 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 232, "Top": 258, "Width": 1}
422 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 420 TQRShape QRShape41 149757 248 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 248, "Top": 259, "Width": 1}
423 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 421 TQRShape QRShape42 149988 263 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 263, "Top": 258, "Width": 1}
424 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 422 TQRShape QRShape43 150236 278 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 278, "Top": 258, "Width": 1}
425 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 423 TQRShape QRShape63 150484 24 346 34 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 24, "Top": 346, "Width": 34}
426 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 424 TQRLabel QRLabel1 150714 3 17 108 17 서 식 번 호 서 식 번 호 {"Caption": "서 식 번 호", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 3, "Top": 17, "Transparent": false, "Width": 108, "WordWrap": true}
427 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 425 TQRLabel QRLabel2 151041 115 17 25 17 G G -13 {"Caption": "G", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "Arial", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 115, "ParentFont": false, "Top": 17, "Transparent": false, "Width": 25, "WordWrap": true}
428 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 426 TQRLabel QRLabel3 151470 144 17 25 17 I I -13 {"Caption": "I", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "Arial", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 144, "ParentFont": false, "Top": 17, "Transparent": false, "Width": 25, "WordWrap": true}
429 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 427 TQRLabel QRLabel4 151900 174 17 25 26 0 0 -13 {"Caption": "0", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "Arial", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 26, "Left": 174, "ParentFont": false, "Top": 17, "Transparent": false, "Width": 25, "WordWrap": true}
430 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 428 TQRLabel QRLabel5 152330 203 17 25 17 1 1 -13 {"Caption": "1", "Color": "clWhite", "Font.Charset": "DEFAULT_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "Arial", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 203, "ParentFont": false, "Top": 17, "Transparent": false, "Width": 25, "WordWrap": true}
431 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 429 TQRLabel QRLabel6 152760 236 3 263 17 ( 년 월분) ( 년 월분) {"Caption": "( 년 월분)", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 236, "Top": 3, "Transparent": false, "Width": 263, "WordWrap": true}
432 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 430 TQRLabel QRLabel7 153102 230 24 281 20 요양급여(의료급여)비용심사청구서 요양급여(의료급여)비용심사청구서 -15 {"Caption": "요양급여(의료급여)비용심사청구서", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -15, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 20, "Left": 230, "ParentFont": false, "Top": 24, "Transparent": false, "Width": 281, "WordWrap": true}
433 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 431 TQRLabel QRLabel8 153573 517 17 71 18 ※접수번호 ※접수번호 -13 {"Caption": "※접수번호", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 517, "ParentFont": false, "Top": 17, "Transparent": false, "Width": 71, "WordWrap": true}
434 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 432 TQRLabel QRLabel13 154017 57 60 57 14 ①기 호 ①기 호 -13 {"Caption": "①기 호", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 14, "Left": 57, "ParentFont": false, "Top": 60, "Transparent": false, "Width": 57, "WordWrap": true}
435 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 433 TQRLabel QRLabel14 154456 57 104 57 18 ⑤소재지 ⑤소재지 -13 {"Caption": "⑤소재지", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 57, "ParentFont": false, "Top": 104, "Transparent": false, "Width": 57, "WordWrap": true}
436 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 434 TQRLabel QRLabel15 154898 258 60 43 18 ②명칭 ②명칭 -13 {"Caption": "②명칭", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 258, "ParentFont": false, "Top": 60, "Transparent": false, "Width": 43, "WordWrap": true}
437 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 435 TQRLabel QRLabel16 155339 517 51 71 16 ③전화번호 ③전화번호 -13 {"Caption": "③전화번호", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 16, "Left": 517, "ParentFont": false, "Top": 51, "Transparent": false, "Width": 71, "WordWrap": true}
438 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 436 TQRLabel QRLabel18 155784 12 248 50 14 구 분 구 분 {"Caption": "구 분", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 14, "Left": 12, "Top": 248, "Transparent": false, "Width": 50, "WordWrap": true}
439 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 437 TQRLabel QRLabel19 156113 75 230 64 18 ⑪건 수 ⑪건 수 {"Caption": "⑪건 수", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 18, "Left": 75, "Top": 230, "Transparent": false, "Width": 64, "WordWrap": true}
440 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 438 TQRLabel QRLabel20 156445 154 230 127 18 ⑫요양급여비용총액 ⑫요양급여비용총액 {"Caption": "⑫요양급여비용총액", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 18, "Left": 154, "Top": 230, "Transparent": false, "Width": 127, "WordWrap": true}
441 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 439 TQRLabel QRLabel21 156784 308 230 113 18 ⑬본인일부부담금 ⑬본인일부부담금 {"Caption": "⑬본인일부부담금", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 18, "Left": 308, "Top": 230, "Transparent": false, "Width": 113, "WordWrap": true}
442 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 440 TQRLabel QRLabel22 157121 459 230 113 18 ⑭ 청 구 액 ⑭ 청 구 액 {"Caption": "⑭ 청 구 액 ", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 18, "Left": 459, "Top": 230, "Transparent": false, "Width": 113, "WordWrap": true}
443 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 441 TQRLabel QRLabel23 157462 72 275 13 17 -11 {"Caption": "만", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 72, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
444 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 442 TQRLabel QRLabel24 157899 85 275 13 17 -11 {"Caption": "천", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 85, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
445 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 443 TQRLabel QRLabel25 158336 100 275 13 17 -11 {"Caption": "백", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 100, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
446 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 444 TQRLabel QRLabel26 158773 114 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 114, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
447 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 445 TQRLabel QRLabel27 159210 129 275 13 17 -11 {"Caption": "일", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 129, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
448 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 446 TQRLabel QRLabel28 159648 143 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 143, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
449 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 447 TQRLabel QRLabel29 160086 158 275 13 17 -11 {"Caption": "억", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 158, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
450 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 448 TQRLabel QRLabel32 160524 203 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 203, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
451 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 449 TQRLabel QRLabel33 160962 218 275 13 17 -11 {"Caption": "만", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 218, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
452 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 450 TQRLabel QRLabel36 161400 265 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 265, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
453 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 451 TQRLabel QRLabel37 161838 279 275 13 17 -11 {"Caption": "원", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 279, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
454 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 452 TQRLabel QRLabel58 162276 26 312 30 29 처방 조제 처방 조제 {"Caption": "처방 조제", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 29, "Left": 26, "Top": 312, "Transparent": false, "Width": 30, "WordWrap": true}
455 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 453 TQRLabel QRLabel59 162606 26 356 30 33 직접 조제 직접 조제 {"Caption": "직접 조제", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 33, "Left": 26, "Top": 356, "Transparent": false, "Width": 30, "WordWrap": true}
456 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 454 TQRLabel QRLabel63 162936 39 549 603 17 □ 국민건강보험법 시행규칙 제12조제1항의 규정에 의거 요양급여비용의 심사를 청구합니다. □ 국민건강보험법 시행규칙 제12조제1항의 규정에 의거 요양급여비용의 심사를 청구합니다. {"Caption": "□ 국민건강보험법 시행규칙 제12조제1항의 규정에 의거 요양급여비용의 심사를 청구합니다.", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 39, "Top": 549, "Transparent": false, "Width": 603, "WordWrap": true}
457 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 455 TQRLabel QRLabel65 163355 39 624 512 17 □ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다. □ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다. {"Caption": "□ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 39, "Top": 624, "Transparent": false, "Width": 512, "WordWrap": true}
458 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 456 TQRLabel QRLabel66 163760 40 679 428 17 첨 부 : 요양급여 (의료보호) 비용명세서 매 첨 부 : 요양급여 (의료보호) 비용명세서 매 {"Caption": "첨 부 : 요양급여 (의료보호) 비용명세서 매", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 40, "Top": 679, "Transparent": false, "Width": 428, "WordWrap": true}
459 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 457 TQRLabel QRLabel67 164158 123 725 344 17 처 방 전 매 처 방 전 매 {"Caption": "처 방 전 매", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 123, "Top": 725, "Transparent": false, "Width": 344, "WordWrap": true}
460 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 458 TQRLabel QRLabel68 164532 202 772 71 17 청구일자 : 청구일자 : {"Caption": "청구일자 :", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 202, "Top": 772, "Transparent": false, "Width": 71, "WordWrap": true}
461 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 459 TQRLabel QRLabel69 164865 336 772 15 17 {"Caption": "년", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 336, "Top": 772, "Transparent": false, "Width": 15, "WordWrap": true}
462 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 460 TQRLabel QRLabel70 165188 404 772 15 17 {"Caption": "월", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 404, "Top": 772, "Transparent": false, "Width": 15, "WordWrap": true}
463 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 461 TQRLabel QRLabel71 165511 473 772 15 17 {"Caption": "일", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 473, "Top": 772, "Transparent": false, "Width": 15, "WordWrap": true}
464 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 462 TQRLabel QRLabel72 165834 202 811 71 14 청 구 인 : 청 구 인 : {"Caption": "청 구 인 :", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 14, "Left": 202, "Top": 811, "Transparent": false, "Width": 71, "WordWrap": true}
465 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 463 TQRLabel QRLabel73 166168 533 811 113 17 (서명 또는 날인) (서명 또는 날인) {"Caption": "(서명 또는 날인)", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 533, "Top": 811, "Transparent": false, "Width": 113, "WordWrap": true}
466 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 464 TQRLabel QRLabel78 166509 16 886 220 17 □ 건강보험심사평가원장 귀하 □ 건강보험심사평가원장 귀하 -13 {"Caption": "□ 건강보험심사평가원장 귀하", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 16, "ParentFont": false, "Top": 886, "Transparent": false, "Width": 220, "WordWrap": true}
467 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 465 TQRLabel Q_year 166984 306 3 43 14 Q_year Q_year {"Caption": "Q_year", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 14, "Left": 306, "Top": 3, "Transparent": false, "Width": 43, "WordWrap": true}
468 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 466 TQRLabel Q_mon 167305 378 3 36 17 Q_mon Q_mon {"Caption": "Q_mon", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 378, "Top": 3, "Transparent": false, "Width": 36, "WordWrap": true}
469 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 467 TQRLabel Q_iscode 167624 148 60 65 17 Q_iscode Q_iscode -16 {"Caption": "Q_iscode", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 148, "ParentFont": false, "Top": 60, "Transparent": false, "Width": 65, "WordWrap": true}
470 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 468 TQRLabel Q_isname 168063 324 60 65 17 Q_isname Q_isname -16 {"Caption": "Q_isname", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 324, "ParentFont": false, "Top": 60, "Transparent": false, "Width": 65, "WordWrap": true}
471 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 469 TQRLabel Q_istel 168502 604 51 57 17 Q_istel Q_istel -16 {"Caption": "Q_istel", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 604, "ParentFont": false, "Top": 51, "Transparent": false, "Width": 57, "WordWrap": true}
472 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 470 TQRLabel Q_add 168939 148 104 41 17 Q_add Q_add -16 {"Caption": "Q_add", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 148, "ParentFont": false, "Top": 104, "Transparent": false, "Width": 41, "WordWrap": true}
473 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 471 TQRLabel Q_post 169372 604 104 49 17 Q_post Q_post -16 {"Caption": "Q_post", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 604, "ParentFont": false, "Top": 104, "Transparent": false, "Width": 49, "WordWrap": true}
474 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 472 TQRLabel Q_gun 169807 373 679 41 17 Q_gun Q_gun -16 {"Caption": "Q_gun", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 373, "ParentFont": false, "Top": 679, "Transparent": false, "Width": 41, "WordWrap": true}
475 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 473 TQRLabel Q_me 170242 375 722 9 17 0 0 -16 {"Caption": "0", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 375, "ParentFont": false, "Top": 722, "Transparent": false, "Width": 9, "WordWrap": true}
476 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 474 TQRLabel Q_year1 170671 283 772 50 17 Q_year1 Q_year1 {"Caption": "Q_year1", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 283, "Top": 772, "Transparent": false, "Width": 50, "WordWrap": true}
477 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 475 TQRLabel Q_mon1 170995 356 772 43 17 Q_mon1 Q_mon1 {"Caption": "Q_mon1", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 356, "Top": 772, "Transparent": false, "Width": 43, "WordWrap": true}
478 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 476 TQRLabel Q_day1 171317 426 772 43 17 Q_day1 Q_day1 {"Caption": "Q_day1", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 426, "Top": 772, "Transparent": false, "Width": 43, "WordWrap": true}
479 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 477 TQRLabel Q_name1 171639 285 810 64 17 Q_name1 Q_name1 -16 {"Caption": "Q_name1", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 285, "ParentFont": false, "Top": 810, "Transparent": false, "Width": 64, "WordWrap": true}
480 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 478 TQRLabel Q_name2 172084 147 147 64 17 Q_name2 Q_name2 -16 {"Caption": "Q_name2", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 147, "ParentFont": false, "Top": 147, "Transparent": false, "Width": 64, "WordWrap": true}
481 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 479 TQRLabel Q_num 172529 147 186 46 17 Q_num Q_num -16 {"Caption": "Q_num", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 147, "ParentFont": false, "Top": 186, "Transparent": false, "Width": 46, "WordWrap": true}
482 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 480 TQRShape QRShape65 172970 56 346 15 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 56, "Top": 346, "Width": 15}
483 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 481 TQRLabel QRLabel61 173200 60 360 8 17 9 9 {"Caption": "9", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 60, "Top": 360, "Transparent": false, "Width": 8, "WordWrap": true}
484 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 482 TQRShape QRShape137 173518 588 214 153 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 588, "Top": 214, "Width": 153}
485 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 483 TQRLabel QRLabel83 173751 607 230 113 18 ⑮차등수가청구액 ⑮차등수가청구액 {"Caption": "⑮차등수가청구액", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 18, "Left": 607, "Top": 230, "Transparent": false, "Width": 113, "WordWrap": true}
486 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 484 TQRShape QRShape139 174088 603 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 603, "Top": 259, "Width": 1}
487 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 485 TQRShape QRShape140 174320 618 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 618, "Top": 259, "Width": 1}
488 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 486 TQRShape QRShape141 174569 633 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 633, "Top": 259, "Width": 1}
489 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 487 TQRShape QRShape142 174818 648 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 648, "Top": 259, "Width": 1}
490 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 488 TQRShape QRShape143 175050 663 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 663, "Top": 259, "Width": 1}
491 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 489 TQRShape QRShape144 175299 678 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 678, "Top": 259, "Width": 1}
492 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 490 TQRShape QRShape145 175548 693 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 693, "Top": 259, "Width": 1}
493 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 491 TQRShape QRShape146 175780 708 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 708, "Top": 259, "Width": 1}
494 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 492 TQRShape QRShape147 176029 723 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 723, "Top": 259, "Width": 1}
495 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 493 TQRLabel QRLabel84 176278 440 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 440, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
496 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 494 TQRLabel QRLabel85 176716 455 275 13 17 -11 {"Caption": "억", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 455, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
497 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 495 TQRLabel QRLabel86 177154 470 275 13 12 -11 {"Caption": "천", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 12, "Left": 470, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
498 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 496 TQRLabel QRLabel87 177592 485 275 13 17 -11 {"Caption": "백", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 485, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
499 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 497 TQRLabel QRLabel88 178030 499 275 13 12 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 12, "Left": 499, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
500 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 498 TQRLabel QRLabel89 178468 515 275 13 17 -11 {"Caption": "만", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 515, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
501 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 499 TQRLabel QRLabel90 178906 530 275 13 17 -11 {"Caption": "천", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 530, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
502 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 500 TQRLabel QRLabel91 179344 544 275 13 17 -11 {"Caption": "백", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 544, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
503 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 501 TQRLabel QRLabel92 179782 559 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 559, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
504 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 502 TQRLabel QRLabel93 180220 575 275 13 17 -11 {"Caption": "원", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 575, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
505 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 503 TQRShape QRShape66 180658 40 421 657 81 {"Frame.Color": "clBlack", "Height": 81, "Left": 40, "Top": 421, "Width": 657}
506 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 504 TQRShape QRShape67 180889 171 461 526 1 {"Frame.Color": "clBlack", "Height": 1, "Left": 171, "Top": 461, "Width": 526}
507 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 505 TQRShape QRShape68 181119 171 421 1 81 {"Frame.Color": "clBlack", "Height": 81, "Left": 171, "Top": 421, "Width": 1}
508 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 506 TQRShape QRShape69 181349 244 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 244, "Top": 461, "Width": 2}
509 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 507 TQRShape QRShape71 181579 281 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 281, "Top": 461, "Width": 2}
510 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 508 TQRShape QRShape72 181809 318 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 318, "Top": 461, "Width": 2}
511 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 509 TQRShape QRShape73 182039 355 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 355, "Top": 461, "Width": 2}
512 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 510 TQRShape QRShape74 182269 392 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 392, "Top": 461, "Width": 2}
513 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 511 TQRShape QRShape75 182499 429 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 429, "Top": 461, "Width": 2}
514 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 512 TQRShape QRShape76 182729 466 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 466, "Top": 461, "Width": 2}
515 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 513 TQRShape QRShape77 182959 541 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 541, "Top": 461, "Width": 2}
516 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 514 TQRShape QRShape78 183189 503 421 2 81 {"Frame.Color": "clBlack", "Height": 81, "Left": 503, "Top": 421, "Width": 2}
517 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 515 TQRShape QRShape79 183419 580 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 580, "Top": 461, "Width": 2}
518 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 516 TQRShape QRShape80 183649 618 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 618, "Top": 461, "Width": 2}
519 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 517 TQRShape QRShape81 183879 657 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 657, "Top": 461, "Width": 2}
520 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 518 TQRShape QRShape82 184109 207 461 2 41 {"Frame.Color": "clBlack", "Height": 41, "Left": 207, "Top": 461, "Width": 2}
521 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 519 TQRShape QRShape70 184339 71 303 668 1 {"Frame.Color": "clBlack", "Height": 1, "Left": 71, "Top": 303, "Width": 668}
522 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 520 TQRShape QRShape83 184568 71 346 668 1 {"Frame.Color": "clBlack", "Height": 1, "Left": 71, "Top": 346, "Width": 668}
523 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 521 TQRLabel QRLabel94 184797 54 470 107 27 적 용 기 준 적 용 기 준 -17 {"Caption": "적 용 기 준", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -17, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 27, "Left": 54, "ParentFont": false, "Top": 470, "Transparent": false, "Width": 107, "WordWrap": true}
524 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 522 TQRLabel QRLabel95 185253 256 430 167 21 차 등 지 수 차 등 지 수 -17 {"Caption": "차 등 지 수", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -17, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 21, "Left": 256, "ParentFont": false, "Top": 430, "Transparent": false, "Width": 167, "WordWrap": true}
525 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 523 TQRLabel QRLabel96 185718 548 434 107 21 조 제 일 수 조 제 일 수 -17 {"Caption": "조 제 일 수", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -17, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 21, "Left": 548, "ParentFont": false, "Top": 434, "Transparent": false, "Width": 107, "WordWrap": true}
526 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 524 TQRLabel Q132 186175 545 468 170 26 2 5 . 2 4 2 5 . 2 4 -25 {"Caption": "2 5 . 2 4", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -25, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 26, "Left": 545, "ParentFont": false, "Top": 468, "Transparent": true, "Width": 170, "WordWrap": true}
527 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 525 TQRLabel QRLabel97 186618 6 333 17 28 약 국 약 국 {"Caption": "약 국", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 28, "Left": 6, "Top": 333, "Transparent": false, "Width": 17, "WordWrap": true}
528 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 526 TQRShape QRShape28 186944 84 258 1 133 {"Frame.Color": "clBlack", "Height": 133, "Left": 84, "Top": 258, "Width": 1}
529 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 527 TQRShape QRShape44 187191 306 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 306, "Top": 259, "Width": 1}
530 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 528 TQRShape QRShape45 187422 320 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 320, "Top": 259, "Width": 1}
531 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 529 TQRShape QRShape46 187670 334 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 334, "Top": 259, "Width": 1}
532 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 530 TQRShape QRShape47 187918 348 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 348, "Top": 259, "Width": 1}
533 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 531 TQRShape QRShape48 188149 363 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 363, "Top": 259, "Width": 1}
534 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 532 TQRShape QRShape49 188397 378 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 378, "Top": 259, "Width": 1}
535 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 533 TQRShape QRShape50 188645 393 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 393, "Top": 259, "Width": 1}
536 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 534 TQRShape QRShape51 188876 408 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 408, "Top": 259, "Width": 1}
537 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 535 TQRShape QRShape52 189124 423 259 1 131 {"Frame.Color": "clBlack", "Height": 131, "Left": 423, "Top": 259, "Width": 1}
538 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 536 TQRShape QRShape53 189372 453 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 453, "Top": 259, "Width": 1}
539 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 537 TQRShape QRShape54 189603 468 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 468, "Top": 259, "Width": 1}
540 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 538 TQRShape QRShape55 189851 483 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 483, "Top": 259, "Width": 1}
541 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 539 TQRShape QRShape56 190099 498 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 498, "Top": 259, "Width": 1}
542 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 540 TQRShape QRShape57 190330 513 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 513, "Top": 259, "Width": 1}
543 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 541 TQRShape QRShape58 190578 528 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 528, "Top": 259, "Width": 1}
544 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 542 TQRShape QRShape59 190826 543 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 543, "Top": 259, "Width": 1}
545 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 543 TQRShape QRShape60 191057 558 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 558, "Top": 259, "Width": 1}
546 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 544 TQRShape QRShape61 191305 573 259 1 132 {"Frame.Color": "clBlack", "Height": 132, "Left": 573, "Top": 259, "Width": 1}
547 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 545 TQRLabel QRLabel30 191553 173 275 13 17 -11 {"Caption": "천", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 173, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
548 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 546 TQRLabel QRLabel31 191991 188 275 13 17 -11 {"Caption": "백", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 188, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
549 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 547 TQRLabel QRLabel34 192429 235 275 13 17 -11 {"Caption": "천", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 235, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
550 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 548 TQRLabel QRLabel35 192867 250 275 13 17 -11 {"Caption": "백", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 250, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
551 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 549 TQRLabel QRLabel38 193305 293 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 293, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
552 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 550 TQRLabel QRLabel39 193743 307 275 13 17 -11 {"Caption": "억", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 307, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
553 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 551 TQRLabel QRLabel40 194181 350 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 350, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
554 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 552 TQRLabel QRLabel41 194619 364 275 13 17 -11 {"Caption": "만", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 364, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
555 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 553 TQRLabel QRLabel42 195057 409 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 409, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
556 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 554 TQRLabel QRLabel43 195495 425 275 13 17 -11 {"Caption": "원", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 425, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
557 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 555 TQRLabel QRLabel44 195933 322 276 13 17 -11 {"Caption": "천", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 322, "ParentFont": false, "Top": 276, "Transparent": false, "Width": 13, "WordWrap": true}
558 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 556 TQRLabel QRLabel45 196371 336 275 13 17 -11 {"Caption": "백", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 336, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
559 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 557 TQRLabel QRLabel46 196809 379 275 13 17 -11 {"Caption": "천", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 379, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
560 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 558 TQRLabel QRLabel47 197247 395 275 13 17 -11 {"Caption": "백", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 395, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
561 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 559 TQRLabel QRLabel48 197685 590 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 590, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
562 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 560 TQRLabel QRLabel49 198123 605 275 13 17 -11 {"Caption": "억", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 605, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
563 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 561 TQRLabel QRLabel50 198561 620 275 13 17 -11 {"Caption": "천", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 620, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
564 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 562 TQRLabel QRLabel51 198999 635 275 13 17 -11 {"Caption": "백", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 635, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
565 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 563 TQRLabel QRLabel52 199437 649 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 649, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
566 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 564 TQRLabel QRLabel53 199875 665 275 13 17 -11 {"Caption": "만", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 665, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
567 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 565 TQRLabel QRLabel54 200313 680 275 13 17 -11 {"Caption": "천", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 680, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
568 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 566 TQRLabel QRLabel55 200751 694 275 13 17 -11 {"Caption": "백", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 694, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
569 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 567 TQRLabel QRLabel56 201189 709 275 13 17 -11 {"Caption": "십", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 709, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
570 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 568 TQRLabel QRLabel57 201627 725 275 13 17 -11 {"Caption": "원", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -11, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 725, "ParentFont": false, "Top": 275, "Transparent": false, "Width": 13, "WordWrap": true}
571 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 569 TQRLabel Q111 202065 83 315 61 30 1234 1234 -27 {"Caption": "1234", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -27, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 83, "ParentFont": false, "Top": 315, "Transparent": true, "Width": 61, "WordWrap": true}
572 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 570 TQRLabel Q121 202504 83 354 61 30 1234 1234 -27 {"Caption": "1234", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -27, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 83, "ParentFont": false, "Top": 354, "Transparent": true, "Width": 61, "WordWrap": true}
573 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 571 TQRLabel Q112 202943 133 314 161 30 1234567890 1234567890 -29 {"Caption": "1234567890", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -29, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 133, "ParentFont": false, "Top": 314, "Transparent": true, "Width": 161, "WordWrap": true}
574 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 572 TQRLabel Q122 203390 133 354 161 30 1234567890 1234567890 -29 {"Caption": "1234567890", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -29, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 133, "ParentFont": false, "Top": 354, "Transparent": true, "Width": 161, "WordWrap": true}
575 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 573 TQRLabel Q113 203837 280 314 161 30 1234567890 1234567890 -29 {"Caption": "1234567890", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -29, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 280, "ParentFont": false, "Top": 314, "Transparent": true, "Width": 161, "WordWrap": true}
576 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 574 TQRLabel Q123 204284 280 354 161 30 1234567890 1234567890 -29 {"Caption": "1234567890", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -29, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 280, "ParentFont": false, "Top": 354, "Transparent": true, "Width": 161, "WordWrap": true}
577 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 575 TQRLabel Q114 204731 430 314 161 30 1234567890 1234567890 -29 {"Caption": "1234567890", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -29, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 430, "ParentFont": false, "Top": 314, "Transparent": true, "Width": 161, "WordWrap": true}
578 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 576 TQRLabel Q124 205178 430 354 161 30 1234567890 1234567890 -29 {"Caption": "1234567890", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -29, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 430, "ParentFont": false, "Top": 354, "Transparent": true, "Width": 161, "WordWrap": true}
579 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 577 TQRLabel Q115 205625 580 314 161 30 1234567890 1234567890 -29 {"Caption": "1234567890", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -29, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 580, "ParentFont": false, "Top": 314, "Transparent": true, "Width": 161, "WordWrap": true}
580 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 578 TQRLabel Q125 206072 580 354 161 30 1234567890 1234567890 -29 {"Caption": "1234567890", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -29, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 30, "Left": 580, "ParentFont": false, "Top": 354, "Transparent": true, "Width": 161, "WordWrap": true}
581 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 579 TQRShape QRShape64 206519 56 302 15 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 56, "Top": 302, "Width": 15}
582 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 580 TQRLabel QRLabel60 206749 60 316 8 17 8 8 {"Caption": "8", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 60, "Top": 316, "Transparent": false, "Width": 8, "WordWrap": true}
583 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 581 TQRLabel QRLabel9 207067 8 75 15 18 -13 {"Caption": "요", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 8, "ParentFont": false, "Top": 75, "Transparent": false, "Width": 15, "WordWrap": true}
584 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 582 TQRLabel QRLabel10 207502 8 105 15 18 -13 {"Caption": "양", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 8, "ParentFont": false, "Top": 105, "Transparent": false, "Width": 15, "WordWrap": true}
585 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 583 TQRLabel QRLabel11 207938 8 134 15 18 -13 {"Caption": "기", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 8, "ParentFont": false, "Top": 134, "Transparent": false, "Width": 15, "WordWrap": true}
586 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 584 TQRLabel QRLabel12 208375 8 163 15 18 -13 {"Caption": "관", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 8, "ParentFont": false, "Top": 163, "Transparent": false, "Width": 15, "WordWrap": true}
587 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 585 TQRLabel QRLabel17 208812 517 103 71 18 ⑥우편번호 ⑥우편번호 -13 {"Caption": "⑥우편번호", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 517, "ParentFont": false, "Top": 103, "Transparent": false, "Width": 71, "WordWrap": true}
588 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 586 TQRShape QRShape1 209257 1 46 738 1 {"Frame.Color": "clBlack", "Height": 1, "Left": 1, "Top": 46, "Width": 738}
589 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 587 TQRShape QRShape2 209484 30 90 710 1 {"Frame.Color": "clBlack", "Height": 1, "Left": 30, "Top": 90, "Width": 710}
590 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 588 TQRShape QRShape3 209711 30 174 710 1 {"Frame.Color": "clBlack", "Height": 1, "Left": 30, "Top": 174, "Width": 710}
591 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 589 TQRShape QRShape4 209939 1 214 738 1 {"Frame.Color": "clBlack", "Height": 1, "Left": 1, "Top": 214, "Width": 738}
592 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 590 TQRShape QRShape6 210167 30 48 1 166 {"Frame.Color": "clBlack", "Height": 166, "Left": 30, "Top": 48, "Width": 1}
593 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 591 TQRShape QRShape7 210395 112 1 1 46 {"Frame.Color": "clBlack", "Height": 46, "Left": 112, "Top": 1, "Width": 1}
594 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 592 TQRShape QRShape8 210622 142 1 1 214 {"Frame.Color": "clBlack", "Height": 214, "Left": 142, "Top": 1, "Width": 1}
595 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 593 TQRShape QRShape9 210851 171 1 1 46 {"Frame.Color": "clBlack", "Height": 46, "Left": 171, "Top": 1, "Width": 1}
596 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 594 TQRShape QRShape10 211079 201 1 1 46 {"Frame.Color": "clBlack", "Height": 46, "Left": 201, "Top": 1, "Width": 1}
597 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 595 TQRShape QRShape11 211308 230 1 1 46 {"Frame.Color": "clBlack", "Height": 46, "Left": 230, "Top": 1, "Width": 1}
598 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 596 TQRShape QRShape12 211537 250 46 1 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 250, "Top": 46, "Width": 1}
599 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 597 TQRShape QRShape13 211766 310 46 1 45 {"Frame.Color": "clBlack", "Height": 45, "Left": 310, "Top": 46, "Width": 1}
600 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 598 TQRShape QRShape14 211995 506 1 1 214 {"Frame.Color": "clBlack", "Height": 214, "Left": 506, "Top": 1, "Width": 1}
601 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 599 TQRShape QRShape16 212225 598 1 1 214 {"Frame.Color": "clBlack", "Height": 214, "Left": 598, "Top": 1, "Width": 1}
602 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 600 TQRShape QRShape17 212455 507 139 44 73 {"Frame.Color": "clBlack", "Height": 73, "Left": 507, "Top": 139, "Width": 44}
603 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 601 TQRShape QRShape18 212705 76 134 1 81 {"Frame.Color": "clBlack", "Height": 81, "Left": 76, "Top": 134, "Width": 1}
604 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 602 TQRShape QRShape19 212934 31 139 45 73 {"Frame.Color": "clBlack", "Height": 73, "Left": 31, "Top": 139, "Width": 45}
605 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 603 TQRLabel QRLabel80 213183 32 168 43 14 작성자 작성자 -13 {"Caption": "작성자", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 14, "Left": 32, "ParentFont": false, "Top": 168, "Transparent": false, "Width": 43, "WordWrap": true}
606 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 604 TQRLabel QRLabel81 213624 79 180 59 29 ⑧주 민 등록번호 ⑧주 민 등록번호 -13 {"Caption": "⑧주 민 등록번호", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 29, "Left": 79, "ParentFont": false, "Top": 180, "Transparent": false, "Width": 59, "WordWrap": true}
607 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 605 TQRLabel QRLabel82 214077 85 147 43 18 ⑦성명 ⑦성명 -13 {"Caption": "⑦성명", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 85, "ParentFont": false, "Top": 147, "Transparent": false, "Width": 43, "WordWrap": true}
608 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 606 TQRShape QRShape20 214518 551 134 1 81 {"Frame.Color": "clBlack", "Height": 81, "Left": 551, "Top": 134, "Width": 1}
609 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 607 TQRLabel QRLabel100 214748 515 166 29 18 청구 청구 -13 {"Caption": "청구", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 515, "ParentFont": false, "Top": 166, "Transparent": false, "Width": 29, "WordWrap": true}
610 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 608 TQRLabel QRLabel101 215189 515 186 29 18 단체 단체 -13 {"Caption": "단체", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 515, "ParentFont": false, "Top": 186, "Transparent": false, "Width": 29, "WordWrap": true}
611 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 609 TQRLabel QRLabel102 215630 554 147 43 18 ⑨기호 ⑨기호 -13 {"Caption": "⑨기호", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 554, "ParentFont": false, "Top": 147, "Transparent": false, "Width": 43, "WordWrap": true}
612 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 610 TQRLabel QRLabel103 216073 554 187 43 18 ⑩명칭 ⑩명칭 -13 {"Caption": "⑩명칭", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 554, "ParentFont": false, "Top": 187, "Transparent": false, "Width": 43, "WordWrap": true}
613 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 611 TQRLabel QRLabel74 216516 39 576 449 17 □ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다. □ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다. {"Caption": "□ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 39, "Top": 576, "Transparent": false, "Width": 449, "WordWrap": true}
614 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 612 TQRLabel QRLabel75 216911 39 600 267 17 □ 산업재해환자의 약제비를 청구합니다. □ 산업재해환자의 약제비를 청구합니다. {"Caption": "□ 산업재해환자의 약제비를 청구합니다.", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 39, "Top": 600, "Transparent": false, "Width": 267, "WordWrap": true}
615 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 613 TQRLabel QRLabel76 217274 16 910 236 17 국민건강보험공단이사장 귀하 국민건강보험공단이사장 귀하 -13 {"Caption": " 국민건강보험공단이사장 귀하", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 16, "ParentFont": false, "Top": 910, "Transparent": false, "Width": 236, "WordWrap": true}
616 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 614 TQRLabel QRLabel77 217753 16 934 406 17 □ 근로복지공단이사장 [ 지역본부(지사)장 ] 귀하 □ 근로복지공단이사장 [ 지역본부(지사)장 ] 귀하 -13 {"Caption": "□ 근로복지공단이사장 [ 지역본부(지사)장 ] 귀하", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 16, "ParentFont": false, "Top": 934, "Transparent": false, "Width": 406, "WordWrap": true}
617 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 615 TQRLabel QRLabel104 218264 16 958 220 17 □ 한국보훈복지공단사장 귀하 □ 한국보훈복지공단사장 귀하 -13 {"Caption": "□ 한국보훈복지공단사장 귀하", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 17, "Left": 16, "ParentFont": false, "Top": 958, "Transparent": false, "Width": 220, "WordWrap": true}
618 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 616 TQRLabel Q_COMMIT_CODE 218740 604 148 49 17 Q_post Q_post -16 {"Caption": "Q_post", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 604, "ParentFont": false, "Top": 148, "Transparent": false, "Width": 49, "WordWrap": true}
619 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 617 TQRLabel Q_COMMIT_NAME 219183 604 184 49 17 Q_post Q_post -16 {"Caption": "Q_post", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 604, "ParentFont": false, "Top": 184, "Transparent": false, "Width": 49, "WordWrap": true}
620 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 618 TQRLabel Q131 219626 179 468 326 26 0 . 1 2 3 4 5 6 7 0 . 1 2 3 4 5 6 7 -25 {"Caption": "0 . 1 2 3 4 5 6 7", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -25, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 26, "Left": 179, "ParentFont": false, "Top": 468, "Transparent": true, "Width": 326, "WordWrap": true}
621 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 619 TQRShape QRShape21 220080 507 68 233 1 {"Frame.Color": "clBlack", "Height": 1, "Left": 507, "Top": 68, "Width": 233}
622 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 620 TQRLabel QRLabel62 220309 511 74 85 16 ④청구단위구분 ④청구단위구분 -12 {"Caption": "④청구단위구분", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -12, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 16, "Left": 511, "ParentFont": false, "Top": 74, "Transparent": false, "Width": 85, "WordWrap": true}
623 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 621 TQRLabel Q_Unit_Gubun 220758 604 72 97 17 Q_Unit_Gubun Q_Unit_Gubun -16 {"Caption": "Q_Unit_Gubun", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -16, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 17, "Left": 604, "ParentFont": false, "Top": 72, "Transparent": false, "Width": 97, "WordWrap": true}
624 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 622 TQRLabel QRLabel64 221205 515 146 29 18 대행 대행 -13 {"Caption": "대행", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -13, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 18, "Left": 515, "ParentFont": false, "Top": 146, "Transparent": false, "Width": 29, "WordWrap": true}
625 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 623 TQRLabel QRLabel79 221645 54 438 107 27 차 등 수 가 차 등 수 가 -17 {"Caption": "차 등 수 가", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -17, "Font.Name": "바탕체", "Font.Style": ["fsBold"], "Frame.Color": "clBlack", "Height": 27, "Left": 54, "ParentFont": false, "Top": 438, "Transparent": false, "Width": 107, "WordWrap": true}
626 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 624 TQRLabel QRLabel98 222101 213 468 27 26 . . -25 {"Caption": " .", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -25, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 26, "Left": 213, "ParentFont": false, "Top": 468, "Transparent": true, "Width": 27, "WordWrap": true}
627 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 625 TQRLabel QRLabel99 222536 586 468 27 26 . . -25 {"Caption": " .", "Color": "clWhite", "Font.Charset": "HANGEUL_CHARSET", "Font.Color": "clWindowText", "Font.Height": -25, "Font.Name": "바탕체", "Font.Style": [], "Frame.Color": "clBlack", "Height": 26, "Left": 586, "ParentFont": false, "Top": 468, "Transparent": true, "Width": 27, "WordWrap": true}
628 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 626 TQRLabel QRLabel105 222971 123 701 344 17 전산매체( ) 매 전산매체( ) 매 {"Caption": "전산매체( ) 매", "Color": "clWhite", "Frame.Color": "clBlack", "Height": 17, "Left": 123, "Top": 701, "Transparent": false, "Width": 344, "WordWrap": true}
629 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin 0 qr_blob 627 TQRBand QRBand2 223348 19 38 737 19 {"Color": "clWhite", "Frame.Color": "clBlack", "Height": 19, "Left": 19, "Top": 38, "Width": 737}

View File

@@ -0,0 +1,989 @@
[
{
"source_bin": "PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin",
"group_index": 0,
"group_name": "qr_blob",
"objects": 628,
"classes": {
"TQRLabel": 383,
"TQRShape": 223,
"TQRBand": 14,
"TQRDBText": 8
},
"bounds_x": [
0.0,
794.0
],
"bounds_y": [
-8.0,
1053.0
],
"score": 443,
"key_captions": [
"알림 : 현금영수증 문의 126 인터넷 홈페이지 : http://현금영수증.kr",
"진료비(약제비) 납입 확인서",
"환자성명",
"환자성명",
"소득공제 대상액",
"진료비 (약제비) 내 역",
"현금영수증",
"소득공제 대상액 총계",
"환자성명",
"영수증번호",
"현금영수증 승인번호: 123456789",
"TEL:1544-2020 http://현금영수증.kr",
"TEL:1544-2020 http://현금영수증.kr",
"□ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.",
"□ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.",
"□ 산업재해환자의 약제비를 청구합니다.",
"□ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.",
"□ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.",
"□ 산업재해환자의 약제비를 청구합니다."
]
},
{
"source_bin": "PM_PharmCharge.exe.a4receipt.21.02e58034.진료비(약제비) 납입 확인서.bin",
"group_index": 0,
"group_name": "qr_blob",
"objects": 613,
"classes": {
"TQRLabel": 381,
"TQRShape": 211,
"TQRBand": 13,
"TQRDBText": 8
},
"bounds_x": [
0.0,
794.0
],
"bounds_y": [
-8.0,
1053.0
],
"score": 441,
"key_captions": [
"진료비(약제비) 납입 확인서",
"환자성명",
"환자성명",
"소득공제 대상액",
"진료비 (약제비) 내 역",
"현금영수증",
"소득공제 대상액 총계",
"환자성명",
"영수증번호",
"현금영수증 승인번호: 123456789",
"TEL:1544-2020 http://현금영수증.kr",
"TEL:1544-2020 http://현금영수증.kr",
"□ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.",
"□ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.",
"□ 산업재해환자의 약제비를 청구합니다.",
"□ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.",
"□ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.",
"□ 산업재해환자의 약제비를 청구합니다."
]
},
{
"source_bin": "PM_PharmCharge.exe.a4receipt.22.02e58c6b.소득공제 대상액.bin",
"group_index": 0,
"group_name": "qr_blob",
"objects": 606,
"classes": {
"TQRLabel": 374,
"TQRShape": 211,
"TQRBand": 13,
"TQRDBText": 8
},
"bounds_x": [
0.0,
794.0
],
"bounds_y": [
-8.0,
1053.0
],
"score": 424,
"key_captions": [
"소득공제 대상액",
"진료비 (약제비) 내 역",
"현금영수증",
"소득공제 대상액 총계",
"환자성명",
"영수증번호",
"현금영수증 승인번호: 123456789",
"TEL:1544-2020 http://현금영수증.kr",
"TEL:1544-2020 http://현금영수증.kr",
"□ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.",
"□ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.",
"□ 산업재해환자의 약제비를 청구합니다.",
"□ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.",
"□ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.",
"□ 산업재해환자의 약제비를 청구합니다."
]
},
{
"source_bin": "PM_PharmCharge.exe.a4receipt.23.02e5c94b.소득공제 대상액.bin",
"group_index": 0,
"group_name": "qr_blob",
"objects": 561,
"classes": {
"TQRLabel": 359,
"TQRShape": 191,
"TQRBand": 11
},
"bounds_x": [
1.0,
794.0
],
"bounds_y": [
-8.0,
1053.0
],
"score": 399,
"key_captions": [
"소득공제 대상액 총계",
"환자성명",
"영수증번호",
"현금영수증 승인번호: 123456789",
"TEL:1544-2020 http://현금영수증.kr",
"TEL:1544-2020 http://현금영수증.kr",
"□ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.",
"□ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.",
"□ 산업재해환자의 약제비를 청구합니다.",
"□ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.",
"□ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.",
"□ 산업재해환자의 약제비를 청구합니다."
]
},
{
"source_bin": "PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin",
"group_index": 0,
"group_name": "qr_blob",
"objects": 417,
"classes": {
"TQRLabel": 263,
"TQRShape": 133,
"TQRImage": 4,
"TQRBand": 12,
"TQRDBText": 5
},
"bounds_x": [
-2.0,
756.0
],
"bounds_y": [
-2.0,
730.0
],
"score": 343,
"key_captions": [
"알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr",
"약제비 계산서·영수증",
"환 자 성 명",
"환자성명",
"약 제 비 총 액 ( ① + ② + ③ + ④ )",
"총 수 납 금 액",
"※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.",
"영수증번호",
"진료비총액",
"현금영수증",
"※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한",
"현금영수증(현금영수증 승인 번호가 기재된 경우) 공제신청에 사용할 수 있습니다.",
"다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은 공제신청에 사용할 수",
"현금영수증금액",
"현금영수증금액",
"알림 : 현금영수증 문의 126 인터넷 홈페이지 :www.hometax.go.kr",
"약제비 계산서·영수증",
"환 자 성 명",
"환자성명",
"약 제 비 총 액 ( ① + ② + ③ +④ )",
"※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.",
"영수증번호",
"진료비총액",
"현금영수증",
"※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한 현금영수증(현금영수증 승인",
"번호가 기재된 경우) 공제신청에 사용할 수 있습니다. 다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은",
"현금영수증금액",
"현금영수증금액",
"알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr",
"환자성명",
"약 제 비 총 액 ( ① + ② + ③ + ④ )",
"총 수 납 금 액",
"※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.",
"영수증번호",
"진료비총액",
"현금영수증",
"※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한",
"현금영수증(현금영수증 승인 번호가 기재된 경우) 공제신청에 사용할 수 있습니다.",
"다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은 공제신청에 사용할 수",
"현금영수증금액",
"현금영수증금액",
"알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr"
]
},
{
"source_bin": "PM_PharmCharge.exe.a4receipt.16.02d51e43.현금영수증 문의.bin",
"group_index": 0,
"group_name": "qr_blob",
"objects": 379,
"classes": {
"TQRLabel": 245,
"TQRShape": 119,
"TQRImage": 4,
"TQRBand": 11
},
"bounds_x": [
-2.0,
756.0
],
"bounds_y": [
0.0,
730.0
],
"score": 325,
"key_captions": [
"알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr",
"약제비 계산서·영수증",
"환 자 성 명",
"환자성명",
"약 제 비 총 액 ( ① + ② + ③ + ④ )",
"총 수 납 금 액",
"※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.",
"영수증번호",
"진료비총액",
"현금영수증",
"※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한",
"현금영수증(현금영수증 승인 번호가 기재된 경우) 공제신청에 사용할 수 있습니다.",
"다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은 공제신청에 사용할 수",
"현금영수증금액",
"현금영수증금액",
"알림 : 현금영수증 문의 126 인터넷 홈페이지 :www.hometax.go.kr",
"약제비 계산서·영수증",
"환 자 성 명",
"환자성명",
"약 제 비 총 액 ( ① + ② + ③ +④ )",
"※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.",
"영수증번호",
"진료비총액",
"현금영수증",
"※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한 현금영수증(현금영수증 승인",
"번호가 기재된 경우) 공제신청에 사용할 수 있습니다. 다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은",
"현금영수증금액",
"현금영수증금액",
"알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr",
"환자성명",
"약 제 비 총 액 ( ① + ② + ③ + ④ )",
"총 수 납 금 액",
"※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.",
"영수증번호",
"진료비총액",
"현금영수증",
"※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한",
"현금영수증(현금영수증 승인 번호가 기재된 경우) 공제신청에 사용할 수 있습니다.",
"다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은 공제신청에 사용할 수",
"현금영수증금액",
"현금영수증금액",
"알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr"
]
},
{
"source_bin": "PM_MAIN.EXE.a4receipt.09.028d44f0.현금영수증 문의.bin",
"group_index": 0,
"group_name": "qr_blob",
"objects": 348,
"classes": {
"TQRLabel": 219,
"TQRShape": 88,
"TQRBand": 18,
"TQRDBText": 23
},
"bounds_x": [
-1.0,
794.0
],
"bounds_y": [
-8.0,
897.0
],
"score": 309,
"key_captions": [
"알림 : 현금영수증 문의 126 인터넷 홈페이지 : http://현금영수증.kr",
"진료비(약제비) 납입 확인서",
"환자성명",
"환자성명",
"소득공제 대상액",
"진료비 (약제비) 내 역",
"현금영수증",
"소득공제 대상액 총계",
"환자성명",
"영수증번호",
"현금영수증 승인번호: 123456789",
"TEL:1544-2020 http://현금영수증.kr",
"TEL:1544-2020 http://현금영수증.kr",
"환자성명",
"영수증번호",
"약제비 계산서·영수증",
"환 자 성 명",
"환자성명",
"약 제 비 총 액 ( ① + ② + ③ )",
"※ 이 계산서·영수증은 소득세법상 의료비 또는 조세특레제한법상 현금영수증 공제신청에 사용할 수 있습니다.",
"※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.",
"영수증번호",
"진료비총액",
"현금영수증 승인번호: 123456789"
]
},
{
"source_bin": "PM_MAIN.EXE.a4receipt.10.028d555c.진료비(약제비) 납입 확인서.bin",
"group_index": 0,
"group_name": "qr_blob",
"objects": 333,
"classes": {
"TQRLabel": 217,
"TQRShape": 76,
"TQRBand": 17,
"TQRDBText": 23
},
"bounds_x": [
-1.0,
794.0
],
"bounds_y": [
-8.0,
897.0
],
"score": 307,
"key_captions": [
"진료비(약제비) 납입 확인서",
"환자성명",
"환자성명",
"소득공제 대상액",
"진료비 (약제비) 내 역",
"현금영수증",
"소득공제 대상액 총계",
"환자성명",
"영수증번호",
"현금영수증 승인번호: 123456789",
"TEL:1544-2020 http://현금영수증.kr",
"TEL:1544-2020 http://현금영수증.kr",
"환자성명",
"영수증번호",
"약제비 계산서·영수증",
"환 자 성 명",
"환자성명",
"약 제 비 총 액 ( ① + ② + ③ )",
"※ 이 계산서·영수증은 소득세법상 의료비 또는 조세특레제한법상 현금영수증 공제신청에 사용할 수 있습니다.",
"※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.",
"영수증번호",
"진료비총액",
"현금영수증 승인번호: 123456789"
]
},
{
"source_bin": "PM_MAIN.EXE.a4receipt.11.028d6193.소득공제 대상액.bin",
"group_index": 0,
"group_name": "qr_blob",
"objects": 326,
"classes": {
"TQRLabel": 210,
"TQRShape": 76,
"TQRBand": 17,
"TQRDBText": 23
},
"bounds_x": [
-1.0,
794.0
],
"bounds_y": [
-8.0,
897.0
],
"score": 290,
"key_captions": [
"소득공제 대상액",
"진료비 (약제비) 내 역",
"현금영수증",
"소득공제 대상액 총계",
"환자성명",
"영수증번호",
"현금영수증 승인번호: 123456789",
"TEL:1544-2020 http://현금영수증.kr",
"TEL:1544-2020 http://현금영수증.kr",
"환자성명",
"영수증번호",
"약제비 계산서·영수증",
"환 자 성 명",
"환자성명",
"약 제 비 총 액 ( ① + ② + ③ )",
"※ 이 계산서·영수증은 소득세법상 의료비 또는 조세특레제한법상 현금영수증 공제신청에 사용할 수 있습니다.",
"※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.",
"영수증번호",
"진료비총액",
"현금영수증 승인번호: 123456789"
]
},
{
"source_bin": "PM_MAIN.EXE.a4receipt.06.0281d0a1.현금영수증 문의.bin",
"group_index": 0,
"group_name": "qr_blob",
"objects": 327,
"classes": {
"TQRLabel": 198,
"TQRShape": 108,
"TQRImage": 3,
"TQRBand": 10,
"TQRDBText": 8
},
"bounds_x": [
-2.0,
756.0
],
"bounds_y": [
-2.0,
730.0
],
"score": 278,
"key_captions": [
"알림 : 현금영수증 문의 126 인터넷 홈페이지 :www.hometax.go.kr",
"약제비 계산서·영수증",
"환 자 성 명",
"환자성명",
"약 제 비 총 액 ( ① + ② + ③ +④ )",
"※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.",
"영수증번호",
"진료비총액",
"현금영수증",
"※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한 현금영수증(현금영수증 승인",
"번호가 기재된 경우) 공제신청에 사용할 수 있습니다. 다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은",
"현금영수증금액",
"현금영수증금액",
"알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr",
"환자성명",
"약 제 비 총 액 ( ① + ② + ③ + ④ )",
"총 수 납 금 액",
"※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.",
"영수증번호",
"진료비총액",
"현금영수증",
"※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한",
"현금영수증(현금영수증 승인 번호가 기재된 경우) 공제신청에 사용할 수 있습니다.",
"다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은 공제신청에 사용할 수",
"현금영수증금액",
"현금영수증금액",
"알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr"
]
},
{
"source_bin": "PM_MAIN.EXE.a4receipt.12.028d9e73.소득공제 대상액.bin",
"group_index": 0,
"group_name": "qr_blob",
"objects": 281,
"classes": {
"TQRLabel": 195,
"TQRShape": 56,
"TQRBand": 15,
"TQRDBText": 15
},
"bounds_x": [
-1.0,
794.0
],
"bounds_y": [
-8.0,
897.0
],
"score": 275,
"key_captions": [
"소득공제 대상액 총계",
"환자성명",
"영수증번호",
"현금영수증 승인번호: 123456789",
"TEL:1544-2020 http://현금영수증.kr",
"TEL:1544-2020 http://현금영수증.kr",
"환자성명",
"영수증번호",
"약제비 계산서·영수증",
"환 자 성 명",
"환자성명",
"약 제 비 총 액 ( ① + ② + ③ )",
"※ 이 계산서·영수증은 소득세법상 의료비 또는 조세특레제한법상 현금영수증 공제신청에 사용할 수 있습니다.",
"※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.",
"영수증번호",
"진료비총액",
"현금영수증 승인번호: 123456789"
]
},
{
"source_bin": "PM_PharmCharge.exe.a4receipt.17.02d5c2e1.현금영수증 문의.bin",
"group_index": 0,
"group_name": "qr_blob",
"objects": 274,
"classes": {
"TQRLabel": 175,
"TQRShape": 88,
"TQRImage": 3,
"TQRBand": 8
},
"bounds_x": [
-2.0,
756.0
],
"bounds_y": [
0.0,
730.0
],
"score": 255,
"key_captions": [
"알림 : 현금영수증 문의 126 인터넷 홈페이지 :www.hometax.go.kr",
"약제비 계산서·영수증",
"환 자 성 명",
"환자성명",
"약 제 비 총 액 ( ① + ② + ③ +④ )",
"※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.",
"영수증번호",
"진료비총액",
"현금영수증",
"※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한 현금영수증(현금영수증 승인",
"번호가 기재된 경우) 공제신청에 사용할 수 있습니다. 다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은",
"현금영수증금액",
"현금영수증금액",
"알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr",
"환자성명",
"약 제 비 총 액 ( ① + ② + ③ + ④ )",
"총 수 납 금 액",
"※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.",
"영수증번호",
"진료비총액",
"현금영수증",
"※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한",
"현금영수증(현금영수증 승인 번호가 기재된 경우) 공제신청에 사용할 수 있습니다.",
"다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은 공제신청에 사용할 수",
"현금영수증금액",
"현금영수증금액",
"알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr"
]
},
{
"source_bin": "PM_MAIN.EXE.a4receipt.07.028290ea.현금영수증 문의.bin",
"group_index": 0,
"group_name": "qr_blob",
"objects": 202,
"classes": {
"TQRLabel": 117,
"TQRShape": 68,
"TQRImage": 2,
"TQRBand": 7,
"TQRDBText": 8
},
"bounds_x": [
-2.0,
756.0
],
"bounds_y": [
-2.0,
649.0
],
"score": 167,
"key_captions": [
"알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr",
"환자성명",
"약 제 비 총 액 ( ① + ② + ③ + ④ )",
"총 수 납 금 액",
"※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.",
"영수증번호",
"진료비총액",
"현금영수증",
"※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한",
"현금영수증(현금영수증 승인 번호가 기재된 경우) 공제신청에 사용할 수 있습니다.",
"다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은 공제신청에 사용할 수",
"현금영수증금액",
"현금영수증금액",
"알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr"
]
},
{
"source_bin": "PM_PharmCharge.exe.a4receipt.18.02d6832a.현금영수증 문의.bin",
"group_index": 0,
"group_name": "qr_blob",
"objects": 149,
"classes": {
"TQRLabel": 94,
"TQRShape": 48,
"TQRImage": 2,
"TQRBand": 5
},
"bounds_x": [
-2.0,
756.0
],
"bounds_y": [
0.0,
649.0
],
"score": 144,
"key_captions": [
"알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr",
"환자성명",
"약 제 비 총 액 ( ① + ② + ③ + ④ )",
"총 수 납 금 액",
"※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.",
"영수증번호",
"진료비총액",
"현금영수증",
"※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한",
"현금영수증(현금영수증 승인 번호가 기재된 경우) 공제신청에 사용할 수 있습니다.",
"다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은 공제신청에 사용할 수",
"현금영수증금액",
"현금영수증금액",
"알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr"
]
},
{
"source_bin": "PM_MAIN.EXE.a4receipt.08.02833a05.현금영수증 문의.bin",
"group_index": 0,
"group_name": "qr_blob",
"objects": 93,
"classes": {
"TQRLabel": 44,
"TQRShape": 36,
"TQRImage": 1,
"TQRBand": 4,
"TQRDBText": 8
},
"bounds_x": [
0.0,
756.0
],
"bounds_y": [
-2.0,
649.0
],
"score": 54,
"key_captions": [
"알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr"
]
},
{
"source_bin": "PM_MAIN.EXE.a4receipt.15.03f394c3.진료비(약제비) 납입 확인서.bin",
"group_index": 0,
"group_name": "QuickRep1",
"objects": 68,
"classes": {
"TQuickRep": 1,
"TQRBand": 2,
"TQRShape": 32,
"TQRLabel": 28,
"TQRDBText": 5
},
"bounds_x": [
1.0,
818.0
],
"bounds_y": [
-1.0,
1131.0
],
"score": 38,
"key_captions": [
"환자성명"
]
},
{
"source_bin": "PM_MAIN.EXE.a4receipt.16.03f3a0fc.소득공제 대상액.bin",
"group_index": 0,
"group_name": "QuickRep1",
"objects": 68,
"classes": {
"TQuickRep": 1,
"TQRBand": 2,
"TQRShape": 32,
"TQRLabel": 28,
"TQRDBText": 5
},
"bounds_x": [
1.0,
818.0
],
"bounds_y": [
-1.0,
1131.0
],
"score": 38,
"key_captions": [
"환자성명"
]
},
{
"source_bin": "PM_MAIN.EXE.a4receipt.17.03f408ed.소득공제 대상액.bin",
"group_index": 0,
"group_name": "QuickRep1",
"objects": 68,
"classes": {
"TQuickRep": 1,
"TQRBand": 2,
"TQRShape": 32,
"TQRLabel": 28,
"TQRDBText": 5
},
"bounds_x": [
1.0,
818.0
],
"bounds_y": [
-1.0,
1131.0
],
"score": 38,
"key_captions": [
"환자성명"
]
},
{
"source_bin": "PM_MAIN.EXE.a4receipt.18.03f4354d.소득공제 대상액.bin",
"group_index": 0,
"group_name": "QuickRep1",
"objects": 68,
"classes": {
"TQuickRep": 1,
"TQRBand": 2,
"TQRShape": 32,
"TQRLabel": 28,
"TQRDBText": 5
},
"bounds_x": [
1.0,
818.0
],
"bounds_y": [
-1.0,
1131.0
],
"score": 38,
"key_captions": [
"환자성명"
]
},
{
"source_bin": "PM_MAIN.EXE.a4receipt.19.03f44b08.현금영수증 문의.bin",
"group_index": 0,
"group_name": "QuickRep1",
"objects": 68,
"classes": {
"TQuickRep": 1,
"TQRBand": 2,
"TQRShape": 32,
"TQRLabel": 28,
"TQRDBText": 5
},
"bounds_x": [
1.0,
818.0
],
"bounds_y": [
-1.0,
1131.0
],
"score": 38,
"key_captions": [
"환자성명"
]
},
{
"source_bin": "PM_MAIN.EXE.a4receipt.20.03f450b0.요양기관 종류.bin",
"group_index": 0,
"group_name": "QuickRep1",
"objects": 68,
"classes": {
"TQuickRep": 1,
"TQRBand": 2,
"TQRShape": 32,
"TQRLabel": 28,
"TQRDBText": 5
},
"bounds_x": [
1.0,
818.0
],
"bounds_y": [
-1.0,
1131.0
],
"score": 38,
"key_captions": [
"환자성명"
]
},
{
"source_bin": "PM_PharmCharge.exe.a4receipt.26.04672623.진료비(약제비) 납입 확인서.bin",
"group_index": 0,
"group_name": "QuickRep1",
"objects": 68,
"classes": {
"TQuickRep": 1,
"TQRBand": 2,
"TQRShape": 32,
"TQRLabel": 28,
"TQRDBText": 5
},
"bounds_x": [
1.0,
818.0
],
"bounds_y": [
-1.0,
1131.0
],
"score": 38,
"key_captions": [
"환자성명"
]
},
{
"source_bin": "PM_PharmCharge.exe.a4receipt.27.0467325c.소득공제 대상액.bin",
"group_index": 0,
"group_name": "QuickRep1",
"objects": 68,
"classes": {
"TQuickRep": 1,
"TQRBand": 2,
"TQRShape": 32,
"TQRLabel": 28,
"TQRDBText": 5
},
"bounds_x": [
1.0,
818.0
],
"bounds_y": [
-1.0,
1131.0
],
"score": 38,
"key_captions": [
"환자성명"
]
},
{
"source_bin": "PM_PharmCharge.exe.a4receipt.28.04679a4d.소득공제 대상액.bin",
"group_index": 0,
"group_name": "QuickRep1",
"objects": 68,
"classes": {
"TQuickRep": 1,
"TQRBand": 2,
"TQRShape": 32,
"TQRLabel": 28,
"TQRDBText": 5
},
"bounds_x": [
1.0,
818.0
],
"bounds_y": [
-1.0,
1131.0
],
"score": 38,
"key_captions": [
"환자성명"
]
},
{
"source_bin": "PM_PharmCharge.exe.a4receipt.29.0467c6ad.소득공제 대상액.bin",
"group_index": 0,
"group_name": "QuickRep1",
"objects": 68,
"classes": {
"TQuickRep": 1,
"TQRBand": 2,
"TQRShape": 32,
"TQRLabel": 28,
"TQRDBText": 5
},
"bounds_x": [
1.0,
818.0
],
"bounds_y": [
-1.0,
1131.0
],
"score": 38,
"key_captions": [
"환자성명"
]
},
{
"source_bin": "PM_PharmCharge.exe.a4receipt.30.0467dc68.현금영수증 문의.bin",
"group_index": 0,
"group_name": "QuickRep1",
"objects": 68,
"classes": {
"TQuickRep": 1,
"TQRBand": 2,
"TQRShape": 32,
"TQRLabel": 28,
"TQRDBText": 5
},
"bounds_x": [
1.0,
818.0
],
"bounds_y": [
-1.0,
1131.0
],
"score": 38,
"key_captions": [
"환자성명"
]
},
{
"source_bin": "PM_PharmCharge.exe.a4receipt.31.0467e210.요양기관 종류.bin",
"group_index": 0,
"group_name": "QuickRep1",
"objects": 68,
"classes": {
"TQuickRep": 1,
"TQRBand": 2,
"TQRShape": 32,
"TQRLabel": 28,
"TQRDBText": 5
},
"bounds_x": [
1.0,
818.0
],
"bounds_y": [
-1.0,
1131.0
],
"score": 38,
"key_captions": [
"환자성명"
]
},
{
"source_bin": "PM_PharmCharge.exe.a4receipt.19.02d72c45.현금영수증 문의.bin",
"group_index": 0,
"group_name": "qr_blob",
"objects": 40,
"classes": {
"TQRLabel": 21,
"TQRShape": 16,
"TQRImage": 1,
"TQRBand": 2
},
"bounds_x": [
0.0,
756.0
],
"bounds_y": [
0.0,
649.0
],
"score": 31,
"key_captions": [
"알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr"
]
}
]

View File

@@ -0,0 +1,521 @@
# QuickReport receipt templates deep summary
## score=443 PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin group=0 `qr_blob`
- objects: 628
- bounds_x: [0.0, 794.0]
- bounds_y: [-8.0, 1053.0]
- classes: `{'TQRLabel': 383, 'TQRShape': 223, 'TQRBand': 14, 'TQRDBText': 8}`
- key captions:
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 : http://현금영수증.kr
- 진료비(약제비) 납입 확인서
- 환자성명
- 환자성명
- 소득공제 대상액
- 진료비 (약제비) 내 역
- 현금영수증
- 소득공제 대상액 총계
- 환자성명
- 영수증번호
- 현금영수증 승인번호: 123456789
- TEL:1544-2020 http://현금영수증.kr
- TEL:1544-2020 http://현금영수증.kr
- □ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.
- □ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.
- □ 산업재해환자의 약제비를 청구합니다.
- □ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.
- □ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.
- □ 산업재해환자의 약제비를 청구합니다.
## score=441 PM_PharmCharge.exe.a4receipt.21.02e58034.진료비(약제비) 납입 확인서.bin group=0 `qr_blob`
- objects: 613
- bounds_x: [0.0, 794.0]
- bounds_y: [-8.0, 1053.0]
- classes: `{'TQRLabel': 381, 'TQRShape': 211, 'TQRBand': 13, 'TQRDBText': 8}`
- key captions:
- 진료비(약제비) 납입 확인서
- 환자성명
- 환자성명
- 소득공제 대상액
- 진료비 (약제비) 내 역
- 현금영수증
- 소득공제 대상액 총계
- 환자성명
- 영수증번호
- 현금영수증 승인번호: 123456789
- TEL:1544-2020 http://현금영수증.kr
- TEL:1544-2020 http://현금영수증.kr
- □ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.
- □ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.
- □ 산업재해환자의 약제비를 청구합니다.
- □ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.
- □ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.
- □ 산업재해환자의 약제비를 청구합니다.
## score=424 PM_PharmCharge.exe.a4receipt.22.02e58c6b.소득공제 대상액.bin group=0 `qr_blob`
- objects: 606
- bounds_x: [0.0, 794.0]
- bounds_y: [-8.0, 1053.0]
- classes: `{'TQRLabel': 374, 'TQRShape': 211, 'TQRBand': 13, 'TQRDBText': 8}`
- key captions:
- 소득공제 대상액
- 진료비 (약제비) 내 역
- 현금영수증
- 소득공제 대상액 총계
- 환자성명
- 영수증번호
- 현금영수증 승인번호: 123456789
- TEL:1544-2020 http://현금영수증.kr
- TEL:1544-2020 http://현금영수증.kr
- □ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.
- □ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.
- □ 산업재해환자의 약제비를 청구합니다.
- □ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.
- □ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.
- □ 산업재해환자의 약제비를 청구합니다.
## score=399 PM_PharmCharge.exe.a4receipt.23.02e5c94b.소득공제 대상액.bin group=0 `qr_blob`
- objects: 561
- bounds_x: [1.0, 794.0]
- bounds_y: [-8.0, 1053.0]
- classes: `{'TQRLabel': 359, 'TQRShape': 191, 'TQRBand': 11}`
- key captions:
- 소득공제 대상액 총계
- 환자성명
- 영수증번호
- 현금영수증 승인번호: 123456789
- TEL:1544-2020 http://현금영수증.kr
- TEL:1544-2020 http://현금영수증.kr
- □ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.
- □ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.
- □ 산업재해환자의 약제비를 청구합니다.
- □ 한국보훈복지공단법 시행령 제15조의2의 규정에 의거 약제비를 청구합니다.
- □ 의료급여법 시행규칙 제20조의 규정에 의거 약제비를 청구합니다.
- □ 산업재해환자의 약제비를 청구합니다.
## score=343 PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin group=0 `qr_blob`
- objects: 417
- bounds_x: [-2.0, 756.0]
- bounds_y: [-2.0, 730.0]
- classes: `{'TQRLabel': 263, 'TQRShape': 133, 'TQRImage': 4, 'TQRBand': 12, 'TQRDBText': 5}`
- key captions:
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr
- 약제비 계산서·영수증
- 환 자 성 명
- 환자성명
- 약 제 비 총 액 ( ① + ② + ③ + ④ )
- 총 수 납 금 액
- ※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.
- 영수증번호
- 진료비총액
- 현금영수증
- ※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한
- 현금영수증(현금영수증 승인 번호가 기재된 경우) 공제신청에 사용할 수 있습니다.
- 다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은 공제신청에 사용할 수
- 현금영수증금액
- 현금영수증금액
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 :www.hometax.go.kr
- 약제비 계산서·영수증
- 환 자 성 명
- 환자성명
- 약 제 비 총 액 ( ① + ② + ③ +④ )
- ※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.
- 영수증번호
- 진료비총액
- 현금영수증
- ※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한 현금영수증(현금영수증 승인
- 번호가 기재된 경우) 공제신청에 사용할 수 있습니다. 다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은
- 현금영수증금액
- 현금영수증금액
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr
- 환자성명
- 약 제 비 총 액 ( ① + ② + ③ + ④ )
- 총 수 납 금 액
- ※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.
- 영수증번호
- 진료비총액
- 현금영수증
- ※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한
- 현금영수증(현금영수증 승인 번호가 기재된 경우) 공제신청에 사용할 수 있습니다.
- 다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은 공제신청에 사용할 수
- 현금영수증금액
## score=325 PM_PharmCharge.exe.a4receipt.16.02d51e43.현금영수증 문의.bin group=0 `qr_blob`
- objects: 379
- bounds_x: [-2.0, 756.0]
- bounds_y: [0.0, 730.0]
- classes: `{'TQRLabel': 245, 'TQRShape': 119, 'TQRImage': 4, 'TQRBand': 11}`
- key captions:
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr
- 약제비 계산서·영수증
- 환 자 성 명
- 환자성명
- 약 제 비 총 액 ( ① + ② + ③ + ④ )
- 총 수 납 금 액
- ※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.
- 영수증번호
- 진료비총액
- 현금영수증
- ※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한
- 현금영수증(현금영수증 승인 번호가 기재된 경우) 공제신청에 사용할 수 있습니다.
- 다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은 공제신청에 사용할 수
- 현금영수증금액
- 현금영수증금액
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 :www.hometax.go.kr
- 약제비 계산서·영수증
- 환 자 성 명
- 환자성명
- 약 제 비 총 액 ( ① + ② + ③ +④ )
- ※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.
- 영수증번호
- 진료비총액
- 현금영수증
- ※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한 현금영수증(현금영수증 승인
- 번호가 기재된 경우) 공제신청에 사용할 수 있습니다. 다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은
- 현금영수증금액
- 현금영수증금액
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr
- 환자성명
- 약 제 비 총 액 ( ① + ② + ③ + ④ )
- 총 수 납 금 액
- ※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.
- 영수증번호
- 진료비총액
- 현금영수증
- ※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한
- 현금영수증(현금영수증 승인 번호가 기재된 경우) 공제신청에 사용할 수 있습니다.
- 다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은 공제신청에 사용할 수
- 현금영수증금액
## score=309 PM_MAIN.EXE.a4receipt.09.028d44f0.현금영수증 문의.bin group=0 `qr_blob`
- objects: 348
- bounds_x: [-1.0, 794.0]
- bounds_y: [-8.0, 897.0]
- classes: `{'TQRLabel': 219, 'TQRShape': 88, 'TQRBand': 18, 'TQRDBText': 23}`
- key captions:
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 : http://현금영수증.kr
- 진료비(약제비) 납입 확인서
- 환자성명
- 환자성명
- 소득공제 대상액
- 진료비 (약제비) 내 역
- 현금영수증
- 소득공제 대상액 총계
- 환자성명
- 영수증번호
- 현금영수증 승인번호: 123456789
- TEL:1544-2020 http://현금영수증.kr
- TEL:1544-2020 http://현금영수증.kr
- 환자성명
- 영수증번호
- 약제비 계산서·영수증
- 환 자 성 명
- 환자성명
- 약 제 비 총 액 ( ① + ② + ③ )
- ※ 이 계산서·영수증은 소득세법상 의료비 또는 조세특레제한법상 현금영수증 공제신청에 사용할 수 있습니다.
- ※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.
- 영수증번호
- 진료비총액
- 현금영수증 승인번호: 123456789
## score=307 PM_MAIN.EXE.a4receipt.10.028d555c.진료비(약제비) 납입 확인서.bin group=0 `qr_blob`
- objects: 333
- bounds_x: [-1.0, 794.0]
- bounds_y: [-8.0, 897.0]
- classes: `{'TQRLabel': 217, 'TQRShape': 76, 'TQRBand': 17, 'TQRDBText': 23}`
- key captions:
- 진료비(약제비) 납입 확인서
- 환자성명
- 환자성명
- 소득공제 대상액
- 진료비 (약제비) 내 역
- 현금영수증
- 소득공제 대상액 총계
- 환자성명
- 영수증번호
- 현금영수증 승인번호: 123456789
- TEL:1544-2020 http://현금영수증.kr
- TEL:1544-2020 http://현금영수증.kr
- 환자성명
- 영수증번호
- 약제비 계산서·영수증
- 환 자 성 명
- 환자성명
- 약 제 비 총 액 ( ① + ② + ③ )
- ※ 이 계산서·영수증은 소득세법상 의료비 또는 조세특레제한법상 현금영수증 공제신청에 사용할 수 있습니다.
- ※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.
- 영수증번호
- 진료비총액
- 현금영수증 승인번호: 123456789
## score=290 PM_MAIN.EXE.a4receipt.11.028d6193.소득공제 대상액.bin group=0 `qr_blob`
- objects: 326
- bounds_x: [-1.0, 794.0]
- bounds_y: [-8.0, 897.0]
- classes: `{'TQRLabel': 210, 'TQRShape': 76, 'TQRBand': 17, 'TQRDBText': 23}`
- key captions:
- 소득공제 대상액
- 진료비 (약제비) 내 역
- 현금영수증
- 소득공제 대상액 총계
- 환자성명
- 영수증번호
- 현금영수증 승인번호: 123456789
- TEL:1544-2020 http://현금영수증.kr
- TEL:1544-2020 http://현금영수증.kr
- 환자성명
- 영수증번호
- 약제비 계산서·영수증
- 환 자 성 명
- 환자성명
- 약 제 비 총 액 ( ① + ② + ③ )
- ※ 이 계산서·영수증은 소득세법상 의료비 또는 조세특레제한법상 현금영수증 공제신청에 사용할 수 있습니다.
- ※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.
- 영수증번호
- 진료비총액
- 현금영수증 승인번호: 123456789
## score=278 PM_MAIN.EXE.a4receipt.06.0281d0a1.현금영수증 문의.bin group=0 `qr_blob`
- objects: 327
- bounds_x: [-2.0, 756.0]
- bounds_y: [-2.0, 730.0]
- classes: `{'TQRLabel': 198, 'TQRShape': 108, 'TQRImage': 3, 'TQRBand': 10, 'TQRDBText': 8}`
- key captions:
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 :www.hometax.go.kr
- 약제비 계산서·영수증
- 환 자 성 명
- 환자성명
- 약 제 비 총 액 ( ① + ② + ③ +④ )
- ※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.
- 영수증번호
- 진료비총액
- 현금영수증
- ※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한 현금영수증(현금영수증 승인
- 번호가 기재된 경우) 공제신청에 사용할 수 있습니다. 다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은
- 현금영수증금액
- 현금영수증금액
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr
- 환자성명
- 약 제 비 총 액 ( ① + ② + ③ + ④ )
- 총 수 납 금 액
- ※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.
- 영수증번호
- 진료비총액
- 현금영수증
- ※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한
- 현금영수증(현금영수증 승인 번호가 기재된 경우) 공제신청에 사용할 수 있습니다.
- 다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은 공제신청에 사용할 수
- 현금영수증금액
- 현금영수증금액
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr
## score=275 PM_MAIN.EXE.a4receipt.12.028d9e73.소득공제 대상액.bin group=0 `qr_blob`
- objects: 281
- bounds_x: [-1.0, 794.0]
- bounds_y: [-8.0, 897.0]
- classes: `{'TQRLabel': 195, 'TQRShape': 56, 'TQRBand': 15, 'TQRDBText': 15}`
- key captions:
- 소득공제 대상액 총계
- 환자성명
- 영수증번호
- 현금영수증 승인번호: 123456789
- TEL:1544-2020 http://현금영수증.kr
- TEL:1544-2020 http://현금영수증.kr
- 환자성명
- 영수증번호
- 약제비 계산서·영수증
- 환 자 성 명
- 환자성명
- 약 제 비 총 액 ( ① + ② + ③ )
- ※ 이 계산서·영수증은 소득세법상 의료비 또는 조세특레제한법상 현금영수증 공제신청에 사용할 수 있습니다.
- ※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.
- 영수증번호
- 진료비총액
- 현금영수증 승인번호: 123456789
## score=255 PM_PharmCharge.exe.a4receipt.17.02d5c2e1.현금영수증 문의.bin group=0 `qr_blob`
- objects: 274
- bounds_x: [-2.0, 756.0]
- bounds_y: [0.0, 730.0]
- classes: `{'TQRLabel': 175, 'TQRShape': 88, 'TQRImage': 3, 'TQRBand': 8}`
- key captions:
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 :www.hometax.go.kr
- 약제비 계산서·영수증
- 환 자 성 명
- 환자성명
- 약 제 비 총 액 ( ① + ② + ③ +④ )
- ※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.
- 영수증번호
- 진료비총액
- 현금영수증
- ※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한 현금영수증(현금영수증 승인
- 번호가 기재된 경우) 공제신청에 사용할 수 있습니다. 다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은
- 현금영수증금액
- 현금영수증금액
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr
- 환자성명
- 약 제 비 총 액 ( ① + ② + ③ + ④ )
- 총 수 납 금 액
- ※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.
- 영수증번호
- 진료비총액
- 현금영수증
- ※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한
- 현금영수증(현금영수증 승인 번호가 기재된 경우) 공제신청에 사용할 수 있습니다.
- 다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은 공제신청에 사용할 수
- 현금영수증금액
- 현금영수증금액
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr
## score=167 PM_MAIN.EXE.a4receipt.07.028290ea.현금영수증 문의.bin group=0 `qr_blob`
- objects: 202
- bounds_x: [-2.0, 756.0]
- bounds_y: [-2.0, 649.0]
- classes: `{'TQRLabel': 117, 'TQRShape': 68, 'TQRImage': 2, 'TQRBand': 7, 'TQRDBText': 8}`
- key captions:
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr
- 환자성명
- 약 제 비 총 액 ( ① + ② + ③ + ④ )
- 총 수 납 금 액
- ※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.
- 영수증번호
- 진료비총액
- 현금영수증
- ※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한
- 현금영수증(현금영수증 승인 번호가 기재된 경우) 공제신청에 사용할 수 있습니다.
- 다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은 공제신청에 사용할 수
- 현금영수증금액
- 현금영수증금액
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr
## score=144 PM_PharmCharge.exe.a4receipt.18.02d6832a.현금영수증 문의.bin group=0 `qr_blob`
- objects: 149
- bounds_x: [-2.0, 756.0]
- bounds_y: [0.0, 649.0]
- classes: `{'TQRLabel': 94, 'TQRShape': 48, 'TQRImage': 2, 'TQRBand': 5}`
- key captions:
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr
- 환자성명
- 약 제 비 총 액 ( ① + ② + ③ + ④ )
- 총 수 납 금 액
- ※ 이 계산서·영수증에 대한 세부내역을 요구할 수 있습니다.
- 영수증번호
- 진료비총액
- 현금영수증
- ※ 이 계산서·영수증은 「소득세법」에 의한 의료비 또는 「조세특례제한법」에 의한
- 현금영수증(현금영수증 승인 번호가 기재된 경우) 공제신청에 사용할 수 있습니다.
- 다만, 지출증빙용으로 발급된 「현금영수증(지출증빙)」은 공제신청에 사용할 수
- 현금영수증금액
- 현금영수증금액
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr
## score=54 PM_MAIN.EXE.a4receipt.08.02833a05.현금영수증 문의.bin group=0 `qr_blob`
- objects: 93
- bounds_x: [0.0, 756.0]
- bounds_y: [-2.0, 649.0]
- classes: `{'TQRLabel': 44, 'TQRShape': 36, 'TQRImage': 1, 'TQRBand': 4, 'TQRDBText': 8}`
- key captions:
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr
## score=38 PM_MAIN.EXE.a4receipt.15.03f394c3.진료비(약제비) 납입 확인서.bin group=0 `QuickRep1`
- objects: 68
- bounds_x: [1.0, 818.0]
- bounds_y: [-1.0, 1131.0]
- classes: `{'TQuickRep': 1, 'TQRBand': 2, 'TQRShape': 32, 'TQRLabel': 28, 'TQRDBText': 5}`
- key captions:
- 환자성명
## score=38 PM_MAIN.EXE.a4receipt.16.03f3a0fc.소득공제 대상액.bin group=0 `QuickRep1`
- objects: 68
- bounds_x: [1.0, 818.0]
- bounds_y: [-1.0, 1131.0]
- classes: `{'TQuickRep': 1, 'TQRBand': 2, 'TQRShape': 32, 'TQRLabel': 28, 'TQRDBText': 5}`
- key captions:
- 환자성명
## score=38 PM_MAIN.EXE.a4receipt.17.03f408ed.소득공제 대상액.bin group=0 `QuickRep1`
- objects: 68
- bounds_x: [1.0, 818.0]
- bounds_y: [-1.0, 1131.0]
- classes: `{'TQuickRep': 1, 'TQRBand': 2, 'TQRShape': 32, 'TQRLabel': 28, 'TQRDBText': 5}`
- key captions:
- 환자성명
## score=38 PM_MAIN.EXE.a4receipt.18.03f4354d.소득공제 대상액.bin group=0 `QuickRep1`
- objects: 68
- bounds_x: [1.0, 818.0]
- bounds_y: [-1.0, 1131.0]
- classes: `{'TQuickRep': 1, 'TQRBand': 2, 'TQRShape': 32, 'TQRLabel': 28, 'TQRDBText': 5}`
- key captions:
- 환자성명
## score=38 PM_MAIN.EXE.a4receipt.19.03f44b08.현금영수증 문의.bin group=0 `QuickRep1`
- objects: 68
- bounds_x: [1.0, 818.0]
- bounds_y: [-1.0, 1131.0]
- classes: `{'TQuickRep': 1, 'TQRBand': 2, 'TQRShape': 32, 'TQRLabel': 28, 'TQRDBText': 5}`
- key captions:
- 환자성명
## score=38 PM_MAIN.EXE.a4receipt.20.03f450b0.요양기관 종류.bin group=0 `QuickRep1`
- objects: 68
- bounds_x: [1.0, 818.0]
- bounds_y: [-1.0, 1131.0]
- classes: `{'TQuickRep': 1, 'TQRBand': 2, 'TQRShape': 32, 'TQRLabel': 28, 'TQRDBText': 5}`
- key captions:
- 환자성명
## score=38 PM_PharmCharge.exe.a4receipt.26.04672623.진료비(약제비) 납입 확인서.bin group=0 `QuickRep1`
- objects: 68
- bounds_x: [1.0, 818.0]
- bounds_y: [-1.0, 1131.0]
- classes: `{'TQuickRep': 1, 'TQRBand': 2, 'TQRShape': 32, 'TQRLabel': 28, 'TQRDBText': 5}`
- key captions:
- 환자성명
## score=38 PM_PharmCharge.exe.a4receipt.27.0467325c.소득공제 대상액.bin group=0 `QuickRep1`
- objects: 68
- bounds_x: [1.0, 818.0]
- bounds_y: [-1.0, 1131.0]
- classes: `{'TQuickRep': 1, 'TQRBand': 2, 'TQRShape': 32, 'TQRLabel': 28, 'TQRDBText': 5}`
- key captions:
- 환자성명
## score=38 PM_PharmCharge.exe.a4receipt.28.04679a4d.소득공제 대상액.bin group=0 `QuickRep1`
- objects: 68
- bounds_x: [1.0, 818.0]
- bounds_y: [-1.0, 1131.0]
- classes: `{'TQuickRep': 1, 'TQRBand': 2, 'TQRShape': 32, 'TQRLabel': 28, 'TQRDBText': 5}`
- key captions:
- 환자성명
## score=38 PM_PharmCharge.exe.a4receipt.29.0467c6ad.소득공제 대상액.bin group=0 `QuickRep1`
- objects: 68
- bounds_x: [1.0, 818.0]
- bounds_y: [-1.0, 1131.0]
- classes: `{'TQuickRep': 1, 'TQRBand': 2, 'TQRShape': 32, 'TQRLabel': 28, 'TQRDBText': 5}`
- key captions:
- 환자성명
## score=38 PM_PharmCharge.exe.a4receipt.30.0467dc68.현금영수증 문의.bin group=0 `QuickRep1`
- objects: 68
- bounds_x: [1.0, 818.0]
- bounds_y: [-1.0, 1131.0]
- classes: `{'TQuickRep': 1, 'TQRBand': 2, 'TQRShape': 32, 'TQRLabel': 28, 'TQRDBText': 5}`
- key captions:
- 환자성명
## score=38 PM_PharmCharge.exe.a4receipt.31.0467e210.요양기관 종류.bin group=0 `QuickRep1`
- objects: 68
- bounds_x: [1.0, 818.0]
- bounds_y: [-1.0, 1131.0]
- classes: `{'TQuickRep': 1, 'TQRBand': 2, 'TQRShape': 32, 'TQRLabel': 28, 'TQRDBText': 5}`
- key captions:
- 환자성명
## score=31 PM_PharmCharge.exe.a4receipt.19.02d72c45.현금영수증 문의.bin group=0 `qr_blob`
- objects: 40
- bounds_x: [0.0, 756.0]
- bounds_y: [0.0, 649.0]
- classes: `{'TQRLabel': 21, 'TQRShape': 16, 'TQRImage': 1, 'TQRBand': 2}`
- key captions:
- 알림 : 현금영수증 문의 126 인터넷 홈페이지 : www.hometax.go.kr

23
docs/analysis-notes.md Normal file
View File

@@ -0,0 +1,23 @@
# 분석 메모
## FastReport vs QuickReport
이번 분석에서 중요한 분기점은 다음과 같습니다.
1. `frxTeoul_A4_*`는 FastReport이지만 터울/약봉투 쪽으로 봐야 합니다.
2. `frx_presprint`도 FastReport지만 제목이 `판매 내역서`입니다.
3. 약제비 계산서·영수증과 진료비(약제비) 납입확인서는 QuickReport 객체(`TQR*`)로 확인됩니다.
## PM_MAIN 영수증 후보
`PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin` 내부 QuickReport 객체 중 첫 번째 `약제비 계산서·영수증` group이 현재 샘플 렌더에 가장 적합했습니다.
## PM_PharmCharge 납입확인서 후보
`PM_PharmCharge.exe.a4receipt.20.02e56fc8.현금영수증 문의.bin` 계열에는 `진료비(약제비) 납입 확인서`, `소득공제 대상액`, `요양기관 종류` 등 납입확인서 관련 객체가 포함되어 있습니다.
## 재현 시 주의
- 좌표는 QuickReport의 pixel-ish 좌표를 `72/96` 비율로 PDF point에 맞춘 1차 근사입니다.
- 폰트/줄높이/정렬은 원본 Delphi QuickReport 렌더러와 완전히 같지 않으므로 미세 조정 필요.
- 주민번호/환자명 등 개인정보는 샘플에서 반드시 마스킹/더미 처리해야 합니다.

View File

@@ -0,0 +1,83 @@
%PDF-1.4
%“Œ‹ž ReportLab Generated PDF document (opensource)
1 0 obj
<<
/F1 2 0 R /F2 3 0 R
>>
endobj
2 0 obj
<<
/BaseFont /Helvetica /Encoding /WinAnsiEncoding /Name /F1 /Subtype /Type1 /Type /Font
>>
endobj
3 0 obj
<<
/BaseFont /HYGothic-Medium /DescendantFonts [ <<
/BaseFont /HYGothic-Medium /CIDSystemInfo <<
/Ordering (Korea1) /Registry (Adobe) /Supplement 1
>> /DW 1000 /FontDescriptor <<
/Ascent 752 /AvgWidth -271 /CapHeight 737 /Descent -142 /Flags 6 /FontBBox [ -6 -145 1003 880 ]
/FontName /HYSMyeongJo-Medium /ItalicAngle 0 /Leading 148 /MaxWidth 1000 /MissingWidth 500 /StemH 0
/StemV 58 /Type /FontDescriptor /XHeight 553
>> /Subtype /CIDFontType0 /Type /Font
/W [ 1 94 500 ]
>> ] /Encoding /UniKS-UCS2-H /Name /F2 /Subtype /Type0 /Type /Font
>>
endobj
4 0 obj
<<
/Contents 8 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 7 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 /Trans <<
>>
/Type /Page
>>
endobj
5 0 obj
<<
/PageMode /UseNone /Pages 7 0 R /Type /Catalog
>>
endobj
6 0 obj
<<
/Author (anonymous) /CreationDate (D:20260628231457+00'00') /Creator (anonymous) /Keywords () /ModDate (D:20260628231457+00'00') /Producer (ReportLab PDF Library - \(opensource\))
/Subject (unspecified) /Title (untitled) /Trapped /False
>>
endobj
7 0 obj
<<
/Count 1 /Kids [ 4 0 R ] /Type /Pages
>>
endobj
8 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 2484
>>
stream
GauHN=cX7U&:WeDpjn3SY`2pP>=g*'5b^f2@p(!P)MKC=Og#-qD3R/uIns)?kan36DD.T@@,71:3aD>X\NEJTr27&QGp^IrVrIF%8gk7K^BnI4,>R]cH`,IV&FoeB2qL*#`BVuR'V2^"CXjli#@Y$6B*b%CkHDhAfb%+qB4??2N%j,;R"arD]Bd8gFU(qqC$;iV_E"4pU_/&eK_NiI#n8IfQjOHq):UuS/H\`2I1cUhWaKgeD>Qtd5lRmHr1@O,]FCDV#2ehdUekUgf(W%%1OR"@K1a;@2\9rILcldA5Jn9g@ZYo(@W50saK,T\4pY^-5-q0io,NptbG%!M1SH't&U&_mO]ece8>G0*/.;S9EYo&?Rme*4OL0#aEKG:cm'60uqP$3,c=*%GOl9E=7dIiE8hWiedfMVkb6"G-dYgpX%,'ATL;$VA%!b_i_skXV?oU(/0TNGe=B8ie%3,-qdi`.'*6;A#D4cZVD8%,%%:e1HKU@Rc#Wa+pVdsa0Inb>jJm3qh*<;A"%!F_%++#hXBg3#0a['YtJ9Q2B.A[ls)Z3!QEW@KWWjmiFB91@KmhK.0hrApW#13'u3;m-QhB\[*]7$RtP>iQ9=Psu0iOZG=*>6E)_iL04k(aeECG`QJ_MR<\ei$^c+t%,V%Ic'%Csbg^#d)GZ\Ap['OF@1ko*UrFHS;i6o[.@!QJ@YBTa`\rqbF_bhqd6]7.@)i64TFieQ[W,N!$IW8WEdoONKu+!c-+#aS2]l[$8rUJ/V/,0fA=![QK_fU.J`+W9L:D/^+eleS6GJM+rKI0Yu^0LTob!;f!"nP\bJJjY5cIph`F&j9uX;i^:Yh?0@%1'mM1bL8-j=9#a-\Y_+C^O,Gs2-V:T?<)fIJ7e8+nPR^rA(!M]2KWDoNlXP--(uJjOWfk+6?q>dC-Og>O?EpqJ+9M0gPI]Ij2Y=>bAJq5snK^Ja9JoA6dAf_?[:3-Dh456UUU")4\L6;YLg-X3B(UUE#BVAR>%s*52ZfLTp?T$4ZM=7ZZ4V`g?0MFI@b=hQ#TU"]1CG3SHF2Ctk5)E-A`Voq9c8;f,88UR?PqWAU0!VdUlla8>^tV5#ZHAVB`&0,A^2+2,d#Q'*B(ecp3o3CIR_hsJE?co,fo\;(Y^TLN\e'cX,7e)l.;cg'P\7T.!#TnAep)2Dd^irU]"BW'qZ6t]>uON<)t(C"r*aja'd(39%4-c=BT=(,)t\TP?4B\*>2W;n7QeCR!aL[,JF:nUR<VMYD-3Ig(Xd<%Gcp$GdU4%e;SX2BqqcW$!G6C5p4FJO@1f/&XgML2&E?AM)rgnOcb4d!LT5bKfSu8UjZ,`4Y-8[-FRDJ_@)4S*.o6sqJfj,4A[f`N@!Y']RDG`h;_PnXb,RgY[;AP:>J).Ut[>)lYQQK$VVF0RoSQO@7mC;Jh2,KBtJ7tWA;;edX\s"KYE/+F<))8?-Tfn>G%[t,;807>gnq'RaA%6A5/q<iN4[Ag5/lV7p-'j>SUS6Lc^81&?aVBe6==%SNR6+=$su-kZDO7EBP%\#K=3?V_$?*4pL$q'pp-+obT32LQ@"dl=*B"gYl_4REf41bWAGF>Dt!&eI5+J4sgWAHpcusb1Ra<DiXXU_;Riqk$=:OBt%6k+i(4Jjo&#R8l##I@#+Q":pDUlr9Jk[4R4Fq1:8\N%`-.PX,;?)`&(XS#elVaNo`,MSF-ebD'F%gO9^daIH]tWh@nP&2l$9?@F>T*Wm#b&^2\j$is&NBp)-$Dg%>IK[l,&omR<V@2I)H)CJNWQ,8:@<XQ[PDE+P<mAQ:%5RJl*T.Bc:$<+IkBU2TaE_&Lau[;j%f=&DnjNPA.kDVFZm7sPbsQnnhR,bNChb!KQkqN/@/GcT98]S5^'M2h+eSTqf:+gmcM&Z5S8b>\BMcQL]a><KfZpgJ5dMQ8;5L9d]o13r",#dnXrmZ9EHOq4AEJ"jtT(_IVr/``IcBZ@$Pl*mWTW1*LmMtV;WQVu7)oG3p6P1$5L!EdQZEbWqlWlLk^>/%7p9J=&<,t',Y3H.PgZG$u[kZEPn<d$Y2F'P,MW'ZO0CKiR'md9Vn0s\[-<Mh$7,+mP.>oL(!bCR,"A/&;Fc_b>cZmbhcOL4nSC-S-^j_SIa$!t=3$H[K&]T+R(RH_8p:m&@HVPKVX7=NZW.2FZgEY!F!Ka_m8j4Zt[c$0,Rr0Od[+)gRaRf"n=We/sN@gtV)]%j;<UeT).COu#3)`TJ/bGQpr.c1W9<l=9W(!3J.'N&jS=2*@iDr[64$?S"KfdQ-Ip.:4#EI7oMZ/GGHRbKg$;=S^[Ya11%q%oC@_@D>bF-pI-$0+cAs)o8Wgc7$rY<--aH(U+0IXe$Q!B%WV].^,YQC@7L1I"e/2`7+mo3pf(e=9A,MAe*mrC+sk2<3ia]QAF%mbX0?@m;T94>.f5Q-R.10"9$[=4B@,k$`Q5Sf5nDmSWTO(6k%qZEZ'B/g!L/b=S,e@C\HKb$d0`08'g=PS_sN"0C\uP5~>endstream
endobj
xref
0 9
0000000000 65535 f
0000000061 00000 n
0000000102 00000 n
0000000209 00000 n
0000000777 00000 n
0000000980 00000 n
0000001048 00000 n
0000001309 00000 n
0000001368 00000 n
trailer
<<
/ID
[<7cec98527bf0e889f3539cb69ab6bb76><7cec98527bf0e889f3539cb69ab6bb76>]
% ReportLab generated PDF document -- digest (opensource)
/Info 6 0 R
/Root 5 0 R
/Size 9
>>
startxref
3943
%%EOF

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

View File

@@ -0,0 +1,83 @@
%PDF-1.4
%“Œ‹ž ReportLab Generated PDF document (opensource)
1 0 obj
<<
/F1 2 0 R /F2 3 0 R
>>
endobj
2 0 obj
<<
/BaseFont /Helvetica /Encoding /WinAnsiEncoding /Name /F1 /Subtype /Type1 /Type /Font
>>
endobj
3 0 obj
<<
/BaseFont /HYGothic-Medium /DescendantFonts [ <<
/BaseFont /HYGothic-Medium /CIDSystemInfo <<
/Ordering (Korea1) /Registry (Adobe) /Supplement 1
>> /DW 1000 /FontDescriptor <<
/Ascent 752 /AvgWidth -271 /CapHeight 737 /Descent -142 /Flags 6 /FontBBox [ -6 -145 1003 880 ]
/FontName /HYSMyeongJo-Medium /ItalicAngle 0 /Leading 148 /MaxWidth 1000 /MissingWidth 500 /StemH 0
/StemV 58 /Type /FontDescriptor /XHeight 553
>> /Subtype /CIDFontType0 /Type /Font
/W [ 1 94 500 ]
>> ] /Encoding /UniKS-UCS2-H /Name /F2 /Subtype /Type0 /Type /Font
>>
endobj
4 0 obj
<<
/Contents 8 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 7 0 R /Resources <<
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
>> /Rotate 0 /Trans <<
>>
/Type /Page
>>
endobj
5 0 obj
<<
/PageMode /UseNone /Pages 7 0 R /Type /Catalog
>>
endobj
6 0 obj
<<
/Author (anonymous) /CreationDate (D:20260628231335+00'00') /Creator (anonymous) /Keywords () /ModDate (D:20260628231335+00'00') /Producer (ReportLab PDF Library - \(opensource\))
/Subject (unspecified) /Title (untitled) /Trapped /False
>>
endobj
7 0 obj
<<
/Count 1 /Kids [ 4 0 R ] /Type /Pages
>>
endobj
8 0 obj
<<
/Filter [ /ASCII85Decode /FlateDecode ] /Length 1870
>>
stream
Gb!S-fhNMWn=?cH7iYZ!hq\qp%gE\4,/f&?A1;:sNfBS3#U3C@6h9]FWpZjS=k5YtgZ0M4Em<-WTA?Q$KKhoph6dgk$aKH.&k\)$#GGsD`Ssi:/p80#iEm.sfCPc.`]3MOcAf%`1tmebg;_&hMJM0ECuC#5NAC"_8mIV-OWmtu0UN!ULp<J'Z*"C.">:FWC,J1j#INnOb@kRm`\caM!^WM?"u=Qs//#6Y%pN]i/SP2U*j$:^OcV!29I2_4?kXoH01InWpW*\`R"_YH2,[hjoZH@u[V=m`b5jNSItmI2gR<et%CngEm4@GIm4'<:;LAk@%W1B4<.$$Pd#PcR%1UBj'tS3N`+X:f<g_'5Lo@Tjf>:!;T1UlZOG[)`HtgqZ"![6END;L<#D@3"[u_qLplLMX>L:2g*>!eBD6sWp,%2u?i*!0\s%&t.]#fnGV0hi@JhX6LO=bc&Cl<R<3Y1t<3Y0Q3e&?0"Vi0;tFE/-+kYN&>UI%DKNJU%QkM"4^#)o-PB-)L<n,p#ZJ=j$dJ-`(CJ-o";>/2iPBbl:i#a(7H+\D:Rh+(_GncXYU"QLH!J\^:A$coqQ,MhT^#6k.p;G&ALI%B\ap2FN.g;-c\=GtK4Y'MN+4=`ZQ/hPYj7/.C$0bj`sJO\S<+9%`0'`8A_!Fro1(>)=$!"@K]D%uE[0Lj2bHNNs[_**ETrjnH3KZTjB`NNb@'fpbd5et/PAKG)8"9aOcgeE+Sm?<;Vdi8j"0OVp1*$HOM^O0OUAW@:?GI+P>ja[qs=9"eeE.>be0VfT!J!'oZK+f6aL*`W9qr211&r*!_'c)GDJgTV<[>[gOV#@>>LIRV==p0gO<H-R;Vh)U54U+MD$^l,0G%j&G+^\/SA%[DPYsKEDMQJVUH@p_t$[KfpLsVS.rqHt%."Wn`,XtdQV-Q^/*M9SM?5U^;L8sqJ]lV@_$pjGc(F_5=Ybb63kH7&q#LQY;$Wa)U/@6Z?-gUiif.'96F9h1e)BG:i-SGW-<CoRNc+U5N<=>YCW74'kq?Wh"lWD')?H$3Z+`0p,am(pe'Y/.VD_P-IR)rCP,&'7UN1A*)X:3$EK6'rVqU`Y`#"6n'd@/8XC.E5BlKp?.P''Ku4J,Om.i0PA([T'e=m%4tI&>uEQ<u/)$HZj;(0(/']i#P'9Q)rPQc?.A:r(AQj#5@SD)]S-pAuu7Vn3H=&>)Yl@u<2VIP`&SW^:SAfVj%Ve=ErrQVU=5"^\qBT-UKEVG%Q_mrM4*.c`X__A0%V1B,l2'=S_=+]IkYi]mujMHLl57'(=\_+_Fl8^[A:Jo_'m#i6d#$,Ip>X+!uGPP:O>^eh#.g/c6gN]0n"a!uBO.V+BNL+Fth]KpLii$Eu'^,rAM8`'9/ae@>m:\g-mMOMpbRlEcgnAsAom"u-Q)eL[K:fW<<;lk0P,AZ?K$Wh>"4]H]/5INkC!ak4P=k[8h\Za^8&f3D_m5aIG<V;5uXbbD"cRIW:!P4sINTp*k>9=cUc98&&]uLT_k\bL`3?81:k5`?e#X0EATeiFCdgJ3n"QiW%2INn"k#IQ-;Y;[&H,/TO]ttk,l5/fAMja%?_DbK,@ahh`b-S+2"k^$:0*.b$dt(bH:'`@L.AOb=+]KAdd]`C'T7jCQ=&aphb^G<):EV#)\Um=0$Dh)@]L20-O)["ch6PZ$.+T:1RYSO[#))N<Qe_,C)uafu+)&b;h];2CFMX$q,G5M!+bFW5XN"X%82)aq6*U4K9^75ucIjhr&=bMNP4A'8!m*1g?HYRQ-0pT9I`Y58fJBH'mK<?b+/[pO^&G*\_,d>C2f-Um`5c]W1B^3`f'P8YZS,1$`hn*sOjPu9k]k@`(VJhJfH9D^3oLU_02HiKi?3imc9G#dJb&~>endstream
endobj
xref
0 9
0000000000 65535 f
0000000061 00000 n
0000000102 00000 n
0000000209 00000 n
0000000777 00000 n
0000000980 00000 n
0000001048 00000 n
0000001309 00000 n
0000001368 00000 n
trailer
<<
/ID
[<0c314aab900642c1a47b0e8384f7b86f><0c314aab900642c1a47b0e8384f7b86f>]
% ReportLab generated PDF document -- digest (opensource)
/Info 6 0 R
/Root 5 0 R
/Size 9
>>
startxref
3329
%%EOF

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
reportlab
pymupdf

View File

@@ -0,0 +1,169 @@
#!/usr/bin/env python3
from __future__ import annotations
import json, math, struct, sys
from pathlib import Path
CLASSES=[
b'TfrxMemoView', b'TfrxShapeView', b'TfrxLineView', b'TfrxPictureView',
b'TfrxReport', b'TfrxReportPage', b'TfrxMasterData', b'TfrxDetailData',
b'TfrxHeader', b'TfrxFooter', b'TfrxPageHeader', b'TfrxPageFooter',
b'TfrxDBDataset', b'TfrxUserDataSet', b'TfrxDataPage', b'TfrxDialogPage',
# QuickReport / QRDesign objects used by older PIT A4 forms
b'TQuickRep', b'TQRBand', b'TQRChildBand', b'TQRLabel', b'TQRDBText', b'TQRShape',
b'TQRRichText', b'TQRExpr', b'TQRImage', b'TQRDBImage', b'TQRCompositeReport',
]
# Keep essentially all useful report-layout/data-binding properties. Large binary payloads
# are still summarized by read_value() as {'binary_len': N}.
PROP_KEEP={
'Left','Top','Width','Height','Font.Height','Font.Name','Font.Style','Font.Charset','Font.Color',
'HAlign','VAlign','Memo.UTF8W','Memo.Text','Text','Caption','Frame.Typ','Frame.Width','Frame.Color',
'Color','DataSet','DataSetName','DataField','DataSource','FieldName','Master','Detail','Filter',
'Format','FormatStr','DisplayFormat','ExpressionDelimiters','Name','Tag','Visible','Printable',
'StretchMode','WordWrap','AutoWidth','CharSpacing','LineSpacing','GapX','GapY','Rotation','Align',
'Band','ParentFont','Transparent','BrushStyle','Frame.Style','Frame.ShadowWidth','Frame.ShadowColor',
'Restrictions','Page','PaperWidth','PaperHeight','PaperSize','Orientation','Margins.Left','Margins.Top',
'Margins.Right','Margins.Bottom','Columns','ColumnWidth','ColumnPositions','RowCount','Version',
}
# Delphi DFM binary value kinds (subset)
VK={0:'Null',1:'List',2:'Int8',3:'Int16',4:'Int32',5:'Extended',6:'String',7:'Ident',8:'False',9:'True',10:'Binary',11:'Set',12:'LString',13:'Nil',14:'Collection',15:'Single',16:'Currency',17:'Date',18:'WString',19:'Int64',20:'UTF8String'}
def ext80(b: bytes) -> float:
if len(b)!=10: return math.nan
lo=int.from_bytes(b[:8],'little')
se=int.from_bytes(b[8:10],'little')
sign=-1 if (se & 0x8000) else 1
exp=se & 0x7fff
if exp==0 and lo==0: return 0.0
if exp==0x7fff: return math.inf*sign
# 80-bit extended has explicit integer bit, value = lo/2^63 * 2^(exp-bias)
return sign * (lo/(1<<63)) * (2**(exp-16383))
def read_lp(data,i):
if i>=len(data): raise EOFError
n=data[i]; i+=1
if i+n>len(data): raise EOFError
try: s=data[i:i+n].decode('utf-8')
except UnicodeDecodeError:
try: s=data[i:i+n].decode('cp949')
except Exception: s=data[i:i+n].decode('latin1','replace')
return s,i+n
def read_value(data,i):
if i>=len(data): raise EOFError
tag=data[i]; i+=1
if tag==0: return None,i
if tag==1:
vals=[]
# Delphi DFM vaList: nested values terminated by vaNull (0).
while i < len(data):
if data[i] == 0:
i += 1
break
v,i = read_value(data,i)
vals.append(v)
return vals,i
if tag==2:
v=struct.unpack_from('<b',data,i)[0]; return v,i+1
if tag==3:
v=struct.unpack_from('<h',data,i)[0]; return v,i+2
if tag==4:
v=struct.unpack_from('<i',data,i)[0]; return v,i+4
if tag==5:
return ext80(data[i:i+10]), i+10
if tag==6 or tag==7:
return read_lp(data,i)
if tag==8: return False,i
if tag==9: return True,i
if tag==10:
# binary blob: int32 length + bytes
if i+4>len(data): raise EOFError
n=struct.unpack_from('<I',data,i)[0]; i+=4
return {'binary_len':n}, min(len(data),i+n)
if tag==11:
vals=[]
while i < len(data) and data[i]!=0:
s,i=read_lp(data,i); vals.append(s)
if i<len(data) and data[i]==0: i+=1
return vals,i
if tag==12:
if i+4>len(data): raise EOFError
n=struct.unpack_from('<I',data,i)[0]; i+=4
raw=data[i:i+n]; i+=n
return raw.decode('cp949','replace'),i
if tag==15:
return struct.unpack_from('<f',data,i)[0],i+4
if tag==18:
if i+4>len(data): raise EOFError
n=struct.unpack_from('<I',data,i)[0]; i+=4
raw=data[i:i+n*2]; i+=n*2
return raw.decode('utf-16le','replace'),i
if tag==19:
return struct.unpack_from('<q',data,i)[0],i+8
if tag==20:
if i+4>len(data): raise EOFError
n=struct.unpack_from('<I',data,i)[0]; i+=4
raw=data[i:i+n]; i+=n
return raw.decode('utf-8','replace'),i
# unknown; fail to let caller resync
raise ValueError(f'unknown tag {tag} at {i-1:x}')
def find_objects(data):
starts=[]
for cls in CLASSES:
pos=0
while True:
j=data.find(cls,pos)
if j<0: break
if j>0 and data[j-1]==len(cls):
starts.append(j-1)
pos=j+1
return sorted(set(starts))
def parse_object_at(data,start,next_start=None):
i=start
cls,i=read_lp(data,i)
name,i=read_lp(data,i)
props={}
limit=next_start if next_start else min(len(data), start+5000)
# Parse until next object start; binary blobs can skip far, so limit may be before i after Picture.Data.
while i < len(data) and i < limit:
if data[i]==0:
i+=1; continue
# Avoid eating next object header as property if at a known start.
if i in OBJECT_STARTS and i!=start:
break
try:
prop,i2=read_lp(data,i)
except Exception:
break
if not prop or len(prop)>80 or any(ord(ch)<32 for ch in prop):
break
try:
val,i3=read_value(data,i2)
except Exception:
# Some extracted chunks are not aligned; advance one byte and try to keep scanning.
i=i+1
continue
if prop in PROP_KEEP or prop in {'Tag','Name'}:
props[prop]=val
i=i3
return {'class':cls,'name':name,'offset':start,'props':props}
def main(path):
global OBJECT_STARTS
data=Path(path).read_bytes()
OBJECT_STARTS=find_objects(data)
objs=[]
for idx,s in enumerate(OBJECT_STARTS):
ns=OBJECT_STARTS[idx+1] if idx+1<len(OBJECT_STARTS) else None
try:
o=parse_object_at(data,s,ns)
if o['class'] in [c.decode() for c in CLASSES]:
objs.append(o)
except Exception:
pass
print(json.dumps({'file':Path(path).name,'objects':objs}, ensure_ascii=False, indent=2))
if __name__=='__main__':
main(sys.argv[1])

View File

@@ -0,0 +1,216 @@
#!/usr/bin/env python3
from __future__ import annotations
import csv, re, json, zipfile
from pathlib import Path
from reportlab.pdfgen import canvas
from reportlab.lib.pagesizes import A4
from reportlab.lib import colors
from reportlab.pdfbase import pdfmetrics
from reportlab.pdfbase.cidfonts import UnicodeCIDFont
ROOT=Path('/root/work/pharmit-ghidra')
LAYOUT=ROOT/'out/a4_receipt_template_candidates/quickreport_receipt_deep/quickreport_receipt_canonical_top.csv'
RAW=ROOT/'out/a4_receipt_three_raw.txt'
OUT=ROOT/'out/a4_receipt_quickreport_render_samples'
OUT.mkdir(parents=True, exist_ok=True)
SCALE=72/96
FONT='HYGothic-Medium'
try:
pdfmetrics.registerFont(UnicodeCIDFont(FONT))
except Exception:
FONT='Helvetica'
# QuickReport labels found in PIT template -> actual SQL field names from A4 amount query.
FIELD_MAP={
# common receipt form
'Q_paname':'PANAME', 'Q_name2':'PANAME', 'Q_num':'PANUM',
'Q_InDate':'INDATE', 'Q_Year':'_YEAR', 'Q_year':'_YEAR', 'Q_year1':'_YEAR',
'Q_Month':'_MONTH', 'Q_mon':'_MONTH', 'Q_mon1':'_MONTH',
'Q_day':'_DAY', 'Q_day1':'_DAY', 'Q_Days':'_DAYS',
'Q_PreSerial':'PRESERIAL', 'QR_PreSerial':'PRESERIAL',
'Q_Price_A':'TOT_C', 'QR_Price_a':'TOT_C',
'Q_Price_p':'BON_C', 'QR_PriceP':'BON_C', 'QR_Price_psum':'BI_CNT',
'Q_Price_c':'CHUNG_C', 'QR_PriceC':'CHUNG_C', 'QR_Pricec1':'CHUNG_C',
'Q_s_FastMon':'BI_PRICE', 'QR_PriceN':'BI_PRICE',
'Q_Price_n':'_PAY_TOTAL',
'Q_Card':'CARD_C', 'Q_Cash':'CHASH_C', 'Q_PCash':'PAPER_C',
'Q_TotGum':'_PAY_TOTAL',
# company/pharmacy placeholders; real pharmacy master query is separate, seed for visual proof
'Q_iscode':'_PHARM_ISCODE', 'Q_isname':'_PHARM_NAME', 'Q_istel':'_PHARM_TEL',
'Q_tel':'_PHARM_TEL', 'Q_add':'_PHARM_ADDR', 'Q_post':'_PHARM_POST',
'Q_name':'_PHARM_NAME', 'Q_comcode':'_BIZNO', 'Q_comname':'_PHARMACIST', 'Q_name1':'_PHARMACIST',
'Q_COMMIT_CODE':'_COMMIT_CODE', 'Q_COMMIT_NAME':'_COMMIT_NAME', 'Q_Unit_Gubun':'_UNIT_GUBUN',
'qrlApproval_Num':'_CASH_APPROVAL',
}
MONEY_FIELDS={'TOT_C','CHUNG_C','BON_C','CARD_C','CHASH_C','PAPER_C','BI_PRICE','BI_CNT','_PAY_TOTAL'}
# Keep only the actual receipt/certificate templates in the canonical blob, excluding prescription-review form tail.
KEEP_KEYWORDS=['약제비','영수증','진료비','납입 확인서','소득공제','환자성명','조제일자','총 수 납','요양기관','사업자','상 호','대 표 자','전 화 번 호','현금','카드']
KEEP_NAMES=set(FIELD_MAP)|{'Q_tag1','Q_tag2'}
def load_layout(form='certificate'):
with LAYOUT.open(encoding='utf-8-sig') as f:
rows=list(csv.DictReader(f))
# The selected binary is a concatenated QR blob. Band indices reveal independent forms:
# 0..77 = 진료비(약제비) 납입 확인서 summary/table
# 78..169 = 약제비 계산서·영수증
# 171..394/396..626 = 청구/기관확인서 variants
ranges={
'certificate': (0,77),
'receipt': (78,169),
'claim1': (171,394),
'claim2': (396,626),
}
lo,hi=ranges.get(form,ranges['certificate'])
out=[]
for r in rows:
idx=int(r['idx'])
if not (lo <= idx <= hi):
continue
cls=r.get('class','')
cap=(r.get('caption') or r.get('text') or '')
name=r.get('name','')
if cls in {'TQRShape','TQRBand'}:
out.append(r)
elif cls in {'TQRLabel','TQRDBText'}:
# In an isolated form keep most labels; mapped dynamic placeholders are replaced.
if cap or name in KEEP_NAMES or name.startswith(('QR_Price','QR_PreSerial')):
out.append(r)
return out
def parse_rows():
lines=RAW.read_text(encoding='utf-8', errors='replace').splitlines()
data=[ln for ln in lines if '|' in ln and not set(ln.replace('|','').strip()) <= {'-'}]
reader=csv.DictReader(data, delimiter='|')
rows=[]
for r in reader:
if r.get('CUSCODE') and not r['CUSCODE'].startswith('-'):
rows.append({k:(v or '').strip() for k,v in r.items()})
return rows
def money(v):
try: return f"{int(float(str(v).replace(',','') or '0')):,}"
except Exception: return str(v or '')
def ymd_parts(s):
s=re.sub(r'\D','',s or '')
if len(s)>=8: return s[:4],s[4:6],s[6:8],f'{s[:4]}-{s[4:6]}-{s[6:8]}'
return '','','',s
def enrich(r):
r=dict(r)
y,m,d,fmt=ymd_parts(r.get('INDATE'))
r['_YEAR']=y; r['_MONTH']=m; r['_DAY']=d; r['_DATE_FMT']=fmt
# Actual SQL sample had payment method columns zero in these rows; PIT sometimes updates CD_SELL_MASTE later.
pay=sum(int(float(r.get(k) or 0)) for k in ['CARD_C','CHASH_C','PAPER_C'])
if pay==0:
pay=int(float(r.get('BON_C') or 0))
r['CHASH_C']=str(pay)
r['_PAY_TOTAL']=str(pay)
r['_DAYS']=''
# raw names are codepage-garbled in saved text; mask/use generic visual proof, keep ids real.
r['PANAME']='홍길동' if '<EFBFBD>' in r.get('PANAME','') else r.get('PANAME') or '홍길동'
panum=r.get('PANUM') or ''
r['PANUM']=(panum[:6]+'-'+panum[6:7]+'******') if len(re.sub(r'\D','',panum))>=7 else '******-*******'
r['_PHARM_ISCODE']='12345678'
r['_PHARM_NAME']='샘플약국'
r['_PHARM_TEL']='02-1234-5678'
r['_PHARM_ADDR']='서울특별시 샘플구 약국로 1'
r['_PHARM_POST']='01234'
r['_BIZNO']='123-45-67890'
r['_PHARMACIST']='김약사'
r['_COMMIT_CODE']=''
r['_COMMIT_NAME']=''
r['_UNIT_GUBUN']='약국'
r['_CASH_APPROVAL']=''
return r
def obj_value(r, o):
name=o['name']; cap=o.get('caption') or o.get('text') or ''
fld=FIELD_MAP.get(name)
if fld:
v=r.get(fld,'')
return money(v) if fld in MONEY_FIELDS else str(v)
# TQRDBText from actual sqlMain in certificate table
df=o.get('datafield') or ''
if df and df in r:
return money(r[df]) if df in MONEY_FIELDS else r[df]
# drop design placeholders that are dynamic but not mapped
if name.startswith(('Q_','QR_Price','QR_PreSerial','qrlApproval')) and cap==name:
return ''
return cap
def draw_text(c, r, row, page_h):
try:
x=float(row['left'] or 0)*SCALE; top=float(row['top'] or 0)*SCALE
w=float(row['width'] or 0)*SCALE; h=float(row['height'] or 0)*SCALE
except Exception: return
txt=obj_value(r,row)
if not txt: return
y=page_h-top-h
fh=abs(float(row.get('font_height') or -10))*0.72
fh=max(5.5,min(fh,17))
c.setFont(FONT,fh)
c.setFillColor(colors.black)
# right-align amount/name-ish labels by PIT naming convention
if row['name'] in FIELD_MAP and FIELD_MAP[row['name']] in MONEY_FIELDS:
c.drawRightString(x+w-1,y+max(1,(h-fh)/2)+1,txt)
else:
# simplistic wrap for long notes
if len(txt)>70 and w>100:
words=list(txt)
line=''; yy=y+h-fh
maxchars=max(10,int(w/(fh*0.55)))
for ch in words:
line+=ch
if len(line)>=maxchars or ch=='\n':
c.drawString(x+1,yy,line.strip()); yy-=fh*1.15; line=''
if yy<y: break
if line and yy>=y: c.drawString(x+1,yy,line)
else:
c.drawString(x+1,y+max(1,(h-fh)/2)+1,txt)
def draw_shape(c,row,page_h):
try:
x=float(row['left'] or 0)*SCALE; top=float(row['top'] or 0)*SCALE
w=float(row['width'] or 0)*SCALE; h=float(row['height'] or 0)*SCALE
except Exception: return
if w<=0 or h<=0: return
y=page_h-top-h
c.setStrokeColor(colors.HexColor('#444444'))
c.setLineWidth(0.35)
if w<=2*SCALE or h<=2*SCALE:
c.line(x,y,x+w,y+h)
else:
c.rect(x,y,w,h,stroke=1,fill=0)
def render_one(data_row, idx, layout, form):
r=enrich(data_row)
out=OUT/f'a4_quickreport_{form}_{idx}_{r["PRESERIAL"]}.pdf'
c=canvas.Canvas(str(out), pagesize=A4)
W,H=A4
# QuickReport object order: shapes first, text on top.
for o in layout:
if o['class']=='TQRShape': draw_shape(c,o,H)
for o in layout:
if o['class'] in {'TQRLabel','TQRDBText'}: draw_text(c,r,o,H)
c.setFont(FONT,6); c.setFillColor(colors.HexColor('#777777'))
c.drawString(4,4,f'PIT QuickReport mapped render / CUSCODE={r.get("CUSCODE")} PRESERIAL={r.get("PRESERIAL")} / source SQL fields: TOT_C CHUNG_C BON_C CARD_C CHASH_C PAPER_C BI_PRICE')
c.save()
return out
def main():
rows=parse_rows()
outs=[]
for form in ['certificate','receipt']:
layout=load_layout(form)
for i,r in enumerate(rows[:3],1):
outs.append(render_one(r,i,layout,form))
z=ROOT/'out/a4_quickreport_receipt_sql_mapped_20260628.zip'
with zipfile.ZipFile(z,'w',zipfile.ZIP_DEFLATED) as zz:
for p in outs+[Path(__file__),LAYOUT,RAW]:
zz.write(p,p.relative_to(ROOT))
print('\n'.join(str(p) for p in outs))
print(z)
print(z.stat().st_size)
if __name__=='__main__': main()

View File

@@ -0,0 +1,128 @@
#!/usr/bin/env python3
from __future__ import annotations
import csv, re, zipfile
from pathlib import Path
from reportlab.pdfgen import canvas
from reportlab.lib.pagesizes import A4
from reportlab.lib import colors
from reportlab.pdfbase import pdfmetrics
from reportlab.pdfbase.cidfonts import UnicodeCIDFont
import json
ROOT=Path('/root/work/pharmit-ghidra')
JSONP=ROOT/'out/a4_receipt_template_candidates/quickreport_deep/PM_MAIN.EXE.a4receipt.05.02812c03.현금영수증 문의.bin.qr.objects.json'
RAW=ROOT/'out/a4_receipt_three_raw.txt'
OUT=ROOT/'out/a4_receipt_quickreport_render_samples'
OUT.mkdir(parents=True, exist_ok=True)
SCALE=72/96
FONT='HYGothic-Medium'
try: pdfmetrics.registerFont(UnicodeCIDFont(FONT))
except Exception: FONT='Helvetica'
# Actual SQL fields seen in a4_receipt_three_raw.txt / decomp SQL
FIELD_MAP={
'Q_paname':'PANAME','Q_InDate':'_DATE_FMT','Q_Days':'_DAYS','Q_PreSerial':'PRESERIAL',
'Q_Price_A':'TOT_C','Q_Price_p':'BON_C','Q_Price_c':'CHUNG_C','Q_s_FastMon':'BI_PRICE','Q_Price_n':'_PAY_TOTAL',
'Q_CardPrice':'CARD_C','Q_CashPrint':'PAPER_C','Q_Chah':'CHASH_C','Q_PersonNum':'PANUM',
'Q_Year':'_YEAR','Q_Month':'_MONTH','Q_day':'_DAY',
'Q_name':'_PHARM_NAME','Q_comcode':'_BIZNO','Q_add':'_PHARM_ADDR','Q_comname':'_PHARMACIST',
'qrlApproval_Num':'_CASH_APPROVAL','Q_Bag':'_BAG',
}
MONEY={'TOT_C','BON_C','CHUNG_C','BI_PRICE','_PAY_TOTAL','CARD_C','PAPER_C','CHASH_C'}
def money(v):
try: return f"{int(float(str(v).replace(',','') or '0')):,}"
except Exception: return str(v or '')
def read_sql_rows():
lines=RAW.read_text(encoding='utf-8',errors='replace').splitlines()
data=[ln for ln in lines if '|' in ln and not set(ln.replace('|','').strip()) <= {'-'}]
rows=[]
for r in csv.DictReader(data, delimiter='|'):
if r.get('CUSCODE') and not r['CUSCODE'].startswith('-'):
rows.append({k:(v or '').strip() for k,v in r.items()})
return rows
def enrich(r):
r=dict(r)
s=re.sub(r'\D','',r.get('INDATE',''))
if len(s)>=8:
r['_YEAR'],r['_MONTH'],r['_DAY']=s[:4],s[4:6],s[6:8]
r['_DATE_FMT']=f'{s[:4]}-{s[4:6]}-{s[6:8]}'
else:
r['_YEAR']=r['_MONTH']=r['_DAY']=''; r['_DATE_FMT']=r.get('INDATE','')
pay=sum(int(float(r.get(k) or 0)) for k in ['CARD_C','CHASH_C','PAPER_C'])
if pay==0:
pay=int(float(r.get('BON_C') or 0)); r['CHASH_C']=str(pay)
r['_PAY_TOTAL']=str(pay); r['_DAYS']=''; r['_BAG']=''
if '<EFBFBD>' in r.get('PANAME','') or not r.get('PANAME'): r['PANAME']='홍길동'
panum=re.sub(r'\D','',r.get('PANUM',''))
r['PANUM']=(panum[:6]+'-'+panum[6:7]+'******') if len(panum)>=7 else '050930-3******'
r['_PHARM_NAME']='샘플약국'; r['_BIZNO']='123-45-67890'; r['_PHARM_ADDR']='서울특별시 샘플구 약국로 1'; r['_PHARMACIST']='김약사'; r['_CASH_APPROVAL']=''
return r
def load_objects():
j=json.loads(JSONP.read_text(encoding='utf-8'))
q=[o for o in j['objects'] if o.get('class','').startswith('TQR')]
# First PM_MAIN 약제비 계산서·영수증 form: q indices 19..103 from object inspection.
objs=q[19:104]
return objs
def prop(o,k,default=''):
return o.get('props',{}).get(k,default)
def value(r,o):
name=o.get('name',''); cap=str(prop(o,'Caption','') or '')
fld=FIELD_MAP.get(name)
if fld:
v=r.get(fld,'')
return money(v) if fld in MONEY else str(v)
# hide design placeholders if equal to object name
if name.startswith('Q_') and cap==name: return ''
return cap
def draw_shape(c,o,H):
try:
x=float(prop(o,'Left',0))*SCALE; top=float(prop(o,'Top',0))*SCALE; w=float(prop(o,'Width',0))*SCALE; h=float(prop(o,'Height',0))*SCALE
except Exception: return
if w<=0 or h<=0: return
y=H-top-h
c.setStrokeColor(colors.HexColor('#333333')); c.setLineWidth(0.45)
if w<=1.6 or h<=1.6: c.line(x,y,x+w,y+h)
else: c.rect(x,y,w,h,stroke=1,fill=0)
def draw_text(c,r,o,H):
txt=value(r,o)
if not txt: return
try:
x=float(prop(o,'Left',0))*SCALE; top=float(prop(o,'Top',0))*SCALE; w=float(prop(o,'Width',0))*SCALE; h=float(prop(o,'Height',0))*SCALE
except Exception: return
y=H-top-h
fh=max(5.5,min(abs(float(prop(o,'Font.Height',-13)))*0.72,16))
c.setFont(FONT,fh); c.setFillColor(colors.black)
fld=FIELD_MAP.get(o.get('name',''))
if fld in MONEY:
c.drawRightString(x+w-2,y+max(1,(h-fh)/2)+1,txt)
else:
c.drawString(x+1,y+max(1,(h-fh)/2)+1,txt)
def render(row, idx, objs):
r=enrich(row)
out=OUT/f'a4_pm_main_receipt_sql_{idx}_{r["PRESERIAL"]}.pdf'
c=canvas.Canvas(str(out),pagesize=A4); W,H=A4
for o in objs:
if o.get('class')=='TQRShape': draw_shape(c,o,H)
for o in objs:
if o.get('class') in {'TQRLabel','TQRDBText'}: draw_text(c,r,o,H)
c.setFont(FONT,6); c.setFillColor(colors.HexColor('#777777'))
c.drawString(4,4,f'PM_MAIN QuickReport receipt mapped / CUSCODE={r.get("CUSCODE")} PRESERIAL={r.get("PRESERIAL")}')
c.save(); return out
def main():
rows=read_sql_rows(); objs=load_objects(); outs=[]
for i,r in enumerate(rows[:3],1): outs.append(render(r,i,objs))
z=ROOT/'out/a4_pm_main_receipt_sql_mapped_20260628.zip'
with zipfile.ZipFile(z,'w',zipfile.ZIP_DEFLATED) as zz:
for p in outs+[Path(__file__),JSONP,RAW]: zz.write(p,p.relative_to(ROOT))
print('\n'.join(map(str,outs))); print(z); print(z.stat().st_size)
if __name__=='__main__': main()

View File

@@ -0,0 +1,110 @@
#!/usr/bin/env python3
from __future__ import annotations
import csv, json, re, subprocess
from collections import Counter
from pathlib import Path
ROOT=Path('/root/work/pharmit-ghidra')
CAND=ROOT/'out/a4_receipt_template_candidates'
OUT=CAND/'quickreport_receipt_deep'
OUT.mkdir(parents=True, exist_ok=True)
PARSER=ROOT/'scripts/parse_fastreport_bin.py'
QR_CLASSES={'TQuickRep','TQRBand','TQRChildBand','TQRLabel','TQRDBText','TQRShape','TQRImage','TQRDBImage','TQRRichText','TQRExpr','TQRCompositeReport'}
KEYWORDS=['약제비 계산서','약제비','영수증','진료비','납입확인서','납입 확인서','소득공제','요양기관 종류','환 자','환자성명','약 제 비 총 액','총 수 납 금 액']
def text(o):
pr=o.get('props',{})
for k in ['Caption','Text','DataField','FieldName','Memo.UTF8W']:
v=pr.get(k)
if isinstance(v,str) and v.strip(): return v.strip()
if isinstance(v,list):
s='\n'.join(str(x) for x in v if str(x).strip()).strip()
if s: return s
return ''
def parse_file(p:Path):
jpath=OUT/(p.name+'.objects.json')
if not jpath.exists():
subprocess.run(['python3',str(PARSER),str(p)], stdout=jpath.open('w'), stderr=subprocess.DEVNULL, check=False)
try: return json.loads(jpath.read_text(encoding='utf-8'))
except Exception: return {'objects':[]}
def bounds(objs):
xs=[]; ys=[]
for o in objs:
pr=o.get('props',{})
try:
if 'Left' in pr and 'Width' in pr:
xs += [float(pr['Left']), float(pr['Left'])+float(pr['Width'])]
if 'Top' in pr and 'Height' in pr:
ys += [float(pr['Top']), float(pr['Top'])+float(pr['Height'])]
except Exception: pass
return ([round(min(xs),3),round(max(xs),3)] if xs else None, [round(min(ys),3),round(max(ys),3)] if ys else None)
def group_reports(objs):
q=[o for o in objs if o.get('class') in QR_CLASSES]
starts=[i for i,o in enumerate(q) if o.get('class') in {'TQuickRep','TQRCompositeReport'}]
if not starts:
return [('qr_blob', q)] if q else []
groups=[]
for n,si in enumerate(starts):
ei=starts[n+1] if n+1<len(starts) else len(q)
name=q[si].get('name') or f'report_{n}'
groups.append((name,q[si:ei]))
return groups
def score_group(g):
txt=' '.join(text(o) for o in g)
return sum(10 for k in KEYWORDS if k in txt) + sum(1 for o in g if o.get('class')=='TQRLabel')
def main():
all_rows=[]; summaries=[]
for p in sorted(CAND.glob('*.bin')):
if not any(s in p.name for s in ['진료비','소득공제','요양기관','현금영수증']):
continue
j=parse_file(p); objs=j.get('objects',[])
groups=group_reports(objs)
for gi,(gname,gobjs) in enumerate(groups):
captions=[text(o) for o in gobjs if text(o)]
joined=' | '.join(captions)
if not any(k in joined for k in KEYWORDS):
continue
bx,by=bounds(gobjs)
classes=Counter(o.get('class') for o in gobjs)
summ={'source_bin':p.name,'group_index':gi,'group_name':gname,'objects':len(gobjs),'classes':dict(classes),'bounds_x':bx,'bounds_y':by,'score':score_group(gobjs),'key_captions':[c for c in captions if any(k in c for k in KEYWORDS)][:80]}
summaries.append(summ)
for idx,o in enumerate(gobjs):
pr=o.get('props',{})
if o.get('class') not in QR_CLASSES: continue
all_rows.append({
'source_bin':p.name,'group_index':gi,'group_name':gname,'idx':idx,'class':o.get('class'),'name':o.get('name'),'offset':o.get('offset'),
'left':pr.get('Left',''),'top':pr.get('Top',''),'width':pr.get('Width',''),'height':pr.get('Height',''),
'caption':pr.get('Caption',''),'text':text(o),'datafield':pr.get('DataField') or pr.get('FieldName') or '', 'dataset':pr.get('DataSet') or pr.get('DataSetName') or '',
'font_height':pr.get('Font.Height',''),'alignment':pr.get('Alignment') or pr.get('HAlign') or '',
'props':json.dumps(pr,ensure_ascii=False,sort_keys=True)
})
summaries=sorted(summaries,key=lambda x:(-x['score'],x['source_bin'],x['group_index']))
(OUT/'quickreport_receipt_summary.json').write_text(json.dumps(summaries,ensure_ascii=False,indent=2),encoding='utf-8')
with (OUT/'quickreport_receipt_objects_all.csv').open('w',newline='',encoding='utf-8-sig') as f:
fields=list(all_rows[0].keys()) if all_rows else ['source_bin']
w=csv.DictWriter(f,fieldnames=fields); w.writeheader(); w.writerows(all_rows)
md=['# QuickReport receipt templates deep summary','']
for s in summaries:
md += [f"## score={s['score']} {s['source_bin']} group={s['group_index']} `{s['group_name']}`",
f"- objects: {s['objects']}",f"- bounds_x: {s['bounds_x']}",f"- bounds_y: {s['bounds_y']}",f"- classes: `{s['classes']}`",'- key captions:']
md += [f" - {c}" for c in s['key_captions'][:40]]
md += ['']
(OUT/'quickreport_receipt_summary.md').write_text('\n'.join(md),encoding='utf-8')
# Write top group's canonical CSV for immediate renderer work.
if summaries:
top=summaries[0]
top_rows=[r for r in all_rows if r['source_bin']==top['source_bin'] and int(r['group_index'])==int(top['group_index'])]
with (OUT/'quickreport_receipt_canonical_top.csv').open('w',newline='',encoding='utf-8-sig') as f:
w=csv.DictWriter(f,fieldnames=list(top_rows[0].keys())); w.writeheader(); w.writerows(top_rows)
(OUT/'quickreport_receipt_canonical_top.json').write_text(json.dumps(top,ensure_ascii=False,indent=2),encoding='utf-8')
print('TOP',top)
print(OUT/'quickreport_receipt_summary.md')
print(OUT/'quickreport_receipt_objects_all.csv')
print(OUT/'quickreport_receipt_canonical_top.csv')
if __name__=='__main__': main()

View File

@@ -0,0 +1,102 @@
# A4 약제비 영수증/납입확인서 SQL 필드 메모
## 확인된 테이블/필드
주요 금액 집계는 `PM_BASE..CD_SELL_MASTE` 계열에서 확인했습니다.
```sql
-- 샘플 형태. 실제 조건/union은 PIT 내부 로직에 따라 P_GUBUN, PRINTCHK, 기간 조건이 붙습니다.
SELECT
CUSCODE,
PRESERIAL,
PREPASS,
INDATE,
PANAME,
PANUM,
TOT_C,
CHUNG_C,
BON_C,
CARD_C,
CHASH_C,
PAPER_C,
BI_PRICE,
BI_CNT
FROM PM_BASE..CD_SELL_MASTE
WHERE CUSCODE = :cuscode
AND PRESERIAL = :preserial;
```
## 납입확인서 계열에서 관찰된 union 패턴
디컴파일 문자열에서는 다음 계열의 흐름이 보입니다.
```sql
-- P_GUBUN='4' 계열: SALE_MAIN 조인
SELECT
T1.INDATE,
T1.P_GUBUN,
T1.TOT_C,
T1.CARD_C,
T1.CHASH_C,
T1.PAPER_C,
'0' AS CHUNG_C,
'0' AS BON_C,
T1.BON_C AS BI_PRICE,
T1.BI_MONEY_2 AS BI_BON,
T1.BON_C AS BI_CNT
FROM PM_BASE..CD_SELL_MASTE T1
LEFT JOIN SALE_MAIN T2
ON T1.CUSCODE = T2.SL_CD_CUSTOM
AND T1.PRESERIAL = T2.SL_NO_ORDER
WHERE T1.CUSCODE = :cuscode
AND T1.INDATE BETWEEN :from_yyyymmdd AND :to_yyyymmdd
AND T1.P_GUBUN = '4'
AND T1.PRINTCHK = '1'
UNION ALL
-- P_GUBUN='5' 계열: PS_MAIN 조인
SELECT
T1.INDATE,
T1.P_GUBUN,
T1.TOT_C,
T1.CARD_C,
T1.CHASH_C,
T1.PAPER_C,
T1.CHUNG_C AS CHUNG_C,
T1.BON_C AS BON_C,
BI_MONEY AS BI_PRICE,
BI_MONEY_2 AS BI_BON,
T1.BON_C + T1.BI_MONEY + T1.BI_MONEY_2 AS BI_CNT
FROM PM_BASE..CD_SELL_MASTE T1
LEFT JOIN PM_PRES..PS_MAIN AS T2
ON T1.PRESERIAL = T2.PRESERIAL
WHERE T1.INDATE BETWEEN :from_yyyymmdd AND :to_yyyymmdd
AND T1.P_GUBUN = '5'
AND T1.PRINTCHK = '1'
ORDER BY P_GUBUN, INDATE;
```
## QuickReport 객체 매핑
| 객체명 | 필드 | 비고 |
|---|---|---|
| `Q_PreSerial` | `PRESERIAL` | 영수증번호 |
| `Q_paname` | `PANAME` | 환자성명 |
| `Q_InDate` | `INDATE` | 조제일자 |
| `Q_Price_A` | `TOT_C` | 약제비총액 |
| `Q_Price_p` | `BON_C` | 본인부담금 |
| `Q_Price_c` | `CHUNG_C` | 보험자부담금 |
| `Q_s_FastMon` | `BI_PRICE` | 비급여/전액본인부담 |
| `Q_Price_n` | 계산값 | 수납금액 |
| `Q_CardPrice` | `CARD_C` | 카드금액 |
| `Q_CashPrint` | `PAPER_C` | 현금영수증/지류 계열 |
| `Q_Chah` | `CHASH_C` | 현금 계열 |
| `Q_PersonNum` | `PANUM` | 마스킹 필수 |
## 남은 확인 포인트
- 실제 약국 master 정보: 요양기관기호, 상호, 사업자번호, 주소, 대표자/약사명, 전화번호.
- `P_GUBUN`별 금액 의미 차이.
- `PRINTCHK`와 납입확인서 포함 여부.
- 원본 PIT 출력물과 pixel/point 단위 미세 조정.