loulijun2021
2022-07-02 d24862719714be5f76fb3dc81a3a3da8de4cc5a4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
    "Version":"6.8.5.0",
    "Title":"1m.邮件标签",
    "Author":"锐浪报表软件",
    "Description":"演示邮件标签:应用分栏与自由格实现邮件标签。",
    "Font":{
        "Name":"宋体",
        "Size":90000,
        "Weight":400,
        "Charset":134
    },
    "Printer":{
        "LeftMargin":0.2,
        "TopMargin":0.5,
        "RightMargin":0.2,
        "BottomMargin":0.5
    },
    "DetailGrid":{
        "CenterView":true,
        "PageColumnCount":3,
        "PageColumnSpacing":0.2,
        "Recordset":{
            "ConnectionString":"Provider=Microsoft.Jet.OLEDB.4.0;\r\nUser ID=Admin;\r\nData Source=C:\\Grid++Report 6\\Samples\\Data\\Northwind.mdb",
            "QuerySQL":"select * from Customers\r\norder by Region,City",
            "Field":[
                {
                    "Name":"CustomerID"
                },
                {
                    "Name":"CompanyName"
                },
                {
                    "Name":"ContactName"
                },
                {
                    "Name":"ContactTitle"
                },
                {
                    "Name":"Address"
                },
                {
                    "Name":"City"
                },
                {
                    "Name":"Region"
                },
                {
                    "Name":"PostalCode"
                },
                {
                    "Name":"Country"
                },
                {
                    "Name":"Phone"
                },
                {
                    "Name":"Fax"
                }
            ]
        },
        "Column":[
            {
                "Name":"OnlyOne",
                "Width":6.79979
            }
        ],
        "ColumnContent":{
            "Height":2.98979,
            "ColumnContentCell":[
                {
                    "Column":"OnlyOne",
                    "FreeCell":true,
                    "Control":[
                        {
                            "Type":"FieldBox",
                            "Name":"FieldBox1",
                            "Left":0.79375,
                            "Top":0.79375,
                            "Width":1.19063,
                            "Height":0.396875,
                            "DataField":"Country"
                        },
                        {
                            "Type":"StaticBox",
                            "Name":"StaticBox1",
                            "Left":0.185208,
                            "Top":0.79375,
                            "Width":0.608542,
                            "Height":0.396875,
                            "Text":"寄:"
                        },
                        {
                            "Type":"FieldBox",
                            "Name":"Field1",
                            "Left":1.98438,
                            "Top":0.79375,
                            "Width":1.40229,
                            "Height":0.396875,
                            "DataField":"City"
                        },
                        {
                            "Type":"FieldBox",
                            "Name":"Field2",
                            "Left":0.79375,
                            "Top":1.5875,
                            "Width":2.38125,
                            "Height":0.396875,
                            "DataField":"ContactName"
                        },
                        {
                            "Type":"FieldBox",
                            "Name":"Field3",
                            "Left":0.79375,
                            "Top":1.19063,
                            "Width":5.3975,
                            "Height":0.396875,
                            "DataField":"Address"
                        },
                        {
                            "Type":"FieldBox",
                            "Name":"Field4",
                            "Left":0.185208,
                            "Top":0.185208,
                            "Width":2.01083,
                            "Height":0.396875,
                            "DataField":"PostalCode"
                        },
                        {
                            "Type":"StaticBox",
                            "Name":"StaticBox2",
                            "Left":3.38667,
                            "Top":1.5875,
                            "Width":0.79375,
                            "Height":0.396875,
                            "Text":"收"
                        },
                        {
                            "Type":"StaticBox",
                            "Name":"StaticBox3",
                            "Left":0.79375,
                            "Top":2.19604,
                            "Width":5.3975,
                            "Height":0.396875,
                            "Text":"未来有希望有限公司 567890"
                        }
                    ]
                }
            ]
        },
        "ColumnTitle":{
            "Visible":false,
            "Height":0,
            "ColumnTitleCell":[
                {
                    "GroupTitle":false,
                    "Column":"OnlyOne"
                }
            ]
        }
    }
}