From 6e47fde6c3bc103f6f61e44e4192a94886327a42 Mon Sep 17 00:00:00 2001 From: "ruoxing.wang" <88384874@qq.com> Date: Fri, 29 Nov 2024 17:29:24 +0800 Subject: [PATCH] 1 --- InjectionPC/Sill6.grf | 135 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 InjectionPC/Sill6.grf diff --git a/InjectionPC/Sill6.grf b/InjectionPC/Sill6.grf new file mode 100644 index 0000000..ec590e7 --- /dev/null +++ b/InjectionPC/Sill6.grf @@ -0,0 +1,135 @@ +{ + "Version":"6.6.2.0", + "SharePrintSetupOptions":"[PaperOrientation]", + "Font":{ + "Name":"宋体", + "Size":105000, + "Weight":400, + "Charset":134 + }, + "Printer":{ + "Size":256, + "Width":5, + "Height":4, + "LeftMargin":0, + "TopMargin":0, + "RightMargin":0, + "BottomMargin":0 + }, + "Parameter":[ + { + "Name":"PrintTime" + }, + { + "Name":"PartNo" + }, + { + "Name":"PartName" + }, + { + "Name":"OneBarCode" + }, + { + "Name":"BarCode" + }, + { + "Name":"Station" + } + ], + "ReportHeader":[ + { + "Name":"ReportHeader1", + "Height":3.81, + "Control":[ + { + "Type":"MemoBox", + "Name":"MemoBox1", + "Left":0.58, + "Top":0.211667, + "Width":2.78, + "Height":0.4, + "Font":{ + "Name":"宋体", + "Size":52500, + "Bold":true, + "Charset":134 + }, + "Text":"[#PrintTime#]" + }, + { + "Type":"MemoBox", + "Name":"MemoBox2", + "Left":0.58, + "Top":1.00542, + "Width":1.59, + "Height":0.4, + "Font":{ + "Name":"宋体", + "Size":52500, + "Bold":true, + "Charset":134 + }, + "Text":"[#{PartNo}#]" + }, + { + "Type":"MemoBox", + "Name":"MemoBox3", + "Left":0.582083, + "Top":1.40229, + "Width":2.2225, + "Height":0.396875, + "Font":{ + "Name":"宋体", + "Size":52500, + "Bold":true, + "Charset":134 + }, + "WordWrap":true, + "Text":"[#{PartName}#]" + }, + { + "Type":"Barcode", + "Name":"Barcode1", + "Left":0.58, + "Top":2.67229, + "Width":4.2, + "Height":1.00542, + "BarcodeType":"Code128Auto", + "Text":"[#{OneBarCode}#]", + "Font":{ + "Name":"微软雅黑", + "Size":67500, + "Bold":true, + "Charset":134 + } + }, + { + "Type":"Barcode", + "Name":"Barcode2", + "Left":2.93688, + "Top":0.687917, + "Width":1.8, + "Height":1.8, + "BarcodeType":"QRCode", + "CaptionPosition":"None", + "Text":"[#{OneBarCode}#]" + }, + { + "Type":"MemoBox", + "Name":"MemoBox4", + "Left":0.608542, + "Top":0.608542, + "Width":1.5875, + "Height":0.396875, + "Font":{ + "Name":"宋体", + "Size":52500, + "Bold":true, + "Charset":134 + }, + "Text":"[#{Station}#]" + } + ] + } + ] +} \ No newline at end of file