loulijun2021
2022-07-04 991a63234bba49da5a22d0f64ae15837d3253829
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
{
    "Version":"6.8.5.0",
    "Title":"9a.自由表格",
    "Author":"锐浪报表软件",
    "Description":"用自由表格部件编制自由表格。",
    "Font":{
        "Name":"宋体",
        "Size":105000,
        "Weight":400,
        "Charset":134
    },
    "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 Employees\r\nwhere EmployeeID=5",
    "Printer":{
        "BottomMargin":2.43417
    },
    "Parameter":[
        {
            "Name":"EmployeeID",
            "DataType":"Integer"
        },
        {
            "Name":"LastName"
        },
        {
            "Name":"FirstName"
        },
        {
            "Name":"Title"
        },
        {
            "Name":"TitleOfCourtesy"
        },
        {
            "Name":"BirthDate",
            "DataType":"DateTime",
            "Format":"yyyy年MM月dd日"
        },
        {
            "Name":"HireDate",
            "DataType":"DateTime",
            "Format":"yyyy年MM月dd日"
        },
        {
            "Name":"Address"
        },
        {
            "Name":"City"
        },
        {
            "Name":"Region"
        },
        {
            "Name":"PostalCode"
        },
        {
            "Name":"Country"
        },
        {
            "Name":"HomePhone"
        },
        {
            "Name":"Extension"
        },
        {
            "Name":"ReportsTo",
            "DataType":"Integer"
        }
    ],
    "ReportHeader":[
        {
            "Name":"ReportHeader2",
            "Height":24.5,
            "Control":[
                {
                    "Type":"StaticBox",
                    "Name":"StaticBox1",
                    "Center":"Horizontal",
                    "Left":4.63021,
                    "Top":0.396875,
                    "Width":6.77333,
                    "Height":0.687917,
                    "Font":{
                        "Name":"宋体",
                        "Size":180000,
                        "Bold":true,
                        "Charset":134
                    },
                    "Text":"人 员 基 本 情 况 表"
                },
                {
                    "Type":"FreeGrid",
                    "Name":"FreeGrid1",
                    "Left":0.211667,
                    "Top":1.19063,
                    "Border":{
                        "Styles":"[DrawLeft|DrawTop|DrawRight|DrawBottom]",
                        "Pen":{
                            "Width":2
                        }
                    },
                    "ColumnCount":7,
                    "RowCount":8,
                    "FreeGridColumn":[
                        {
                            "index":1,
                            "Width":1.34938
                        },
                        {
                            "index":2,
                            "Width":1.85208
                        },
                        {
                            "index":3,
                            "Width":1.32292
                        },
                        {
                            "index":4,
                            "Width":3.25438
                        },
                        {
                            "index":5,
                            "Width":1.95792
                        },
                        {
                            "index":6,
                            "Width":2.77813
                        }
                    ],
                    "FreeGridRow":[
                        {
                            "index":1,
                            "Height":0.95
                        },
                        {
                            "index":2,
                            "Height":0.95
                        },
                        {
                            "index":3,
                            "Height":0.95
                        },
                        {
                            "index":4,
                            "Height":0.95
                        },
                        {
                            "index":5,
                            "Height":0.95
                        },
                        {
                            "index":6,
                            "Height":0.95
                        },
                        {
                            "index":7,
                            "Height":0.635
                        },
                        {
                            "index":8,
                            "Height":16.6158
                        }
                    ],
                    "FreeGridCell":[
                        {
                            "row":1,
                            "col":1,
                            "TextAlign":"MiddleCenter",
                            "Text":"姓 名"
                        },
                        {
                            "row":1,
                            "col":2,
                            "Text":"[#{LastName}#][#{FirstName}#]"
                        },
                        {
                            "row":1,
                            "col":3,
                            "TextAlign":"MiddleCenter",
                            "Text":"性 别"
                        },
                        {
                            "row":1,
                            "col":4,
                            "Text":"[#{TitleOfCourtesy}#]"
                        },
                        {
                            "row":1,
                            "col":5,
                            "TextAlign":"MiddleCenter",
                            "Text":"出生日期"
                        },
                        {
                            "row":1,
                            "col":6,
                            "Text":"[#{BirthDate}#]"
                        },
                        {
                            "row":1,
                            "col":7,
                            "FreeCell":true,
                            "Control":[
                                {
                                    "Type":"PictureBox",
                                    "Name":"photo",
                                    "Dock":"Fill",
                                    "SizeMode":"Stretch"
                                }
                            ],
                            "RowSpan":4
                        },
                        {
                            "row":2,
                            "col":1,
                            "TextAlign":"MiddleCenter",
                            "Text":"民 族"
                        },
                        {
                            "row":2,
                            "col":3,
                            "TextAlign":"MiddleCenter",
                            "Text":"籍 贯"
                        },
                        {
                            "row":2,
                            "col":4,
                            "Text":"[#{City}#]"
                        },
                        {
                            "row":2,
                            "col":5,
                            "TextAlign":"MiddleCenter",
                            "Text":"出 生 地"
                        },
                        {
                            "row":2,
                            "col":6,
                            "Text":"[#{Address}#]"
                        },
                        {
                            "row":3,
                            "col":1,
                            "TextAlign":"MiddleCenter",
                            "Text":"入 党\r\n时 间"
                        },
                        {
                            "row":3,
                            "col":3,
                            "Text":"参加工\r\n作时间"
                        },
                        {
                            "row":3,
                            "col":4,
                            "Text":"[#{HireDate}#]"
                        },
                        {
                            "row":4,
                            "col":1,
                            "TextAlign":"MiddleCenter",
                            "Text":"专业技\r\n术职务"
                        },
                        {
                            "row":4,
                            "col":2,
                            "Text":"[#{Title}#]",
                            "ColSpan":2
                        },
                        {
                            "row":5,
                            "col":1,
                            "TextAlign":"MiddleCenter",
                            "Text":"学历\r\n学位",
                            "RowSpan":2
                        },
                        {
                            "row":5,
                            "col":2,
                            "TextAlign":"MiddleCenter",
                            "Text":"全日制\r\n教育"
                        },
                        {
                            "row":5,
                            "col":3,
                            "ColSpan":2
                        },
                        {
                            "row":5,
                            "col":5,
                            "TextAlign":"MiddleCenter",
                            "Text":"毕业院校\r\n系及专业"
                        },
                        {
                            "row":5,
                            "col":6,
                            "ColSpan":2
                        },
                        {
                            "row":6,
                            "col":2,
                            "TextAlign":"MiddleCenter",
                            "Text":"在职\r\n教育"
                        },
                        {
                            "row":6,
                            "col":3,
                            "ColSpan":2
                        },
                        {
                            "row":6,
                            "col":5,
                            "TextAlign":"MiddleCenter",
                            "Text":"毕业院校\r\n系及专业"
                        },
                        {
                            "row":6,
                            "col":6,
                            "ColSpan":2
                        },
                        {
                            "row":7,
                            "col":1,
                            "Text":"现  任  职  务",
                            "ColSpan":2
                        },
                        {
                            "row":7,
                            "col":3,
                            "ColSpan":5
                        },
                        {
                            "row":8,
                            "col":1,
                            "TextAlign":"MiddleCenter",
                            "Text":"简\r\n\r\n\r\n\r\n\r\n\r\n\r\n历"
                        },
                        {
                            "row":8,
                            "col":2,
                            "ColSpan":6
                        }
                    ]
                }
            ]
        },
        {
            "Name":"ReportHeader4",
            "Height":24.5,
            "Control":[
                {
                    "Type":"FreeGrid",
                    "Name":"FreeGrid2",
                    "Left":0.264583,
                    "Top":0.238125,
                    "Border":{
                        "Styles":"[DrawLeft|DrawTop|DrawRight|DrawBottom]",
                        "Pen":{
                            "Width":2
                        }
                    },
                    "ColumnCount":6,
                    "RowCount":12,
                    "FreeGridColumn":[
                        {
                            "index":1,
                            "Width":1.34938
                        },
                        {
                            "index":2,
                            "Width":2
                        },
                        {
                            "index":3,
                            "Width":2
                        },
                        {
                            "index":4,
                            "Width":2
                        },
                        {
                            "index":5,
                            "Width":2
                        },
                        {
                            "index":6,
                            "Width":6.05896
                        }
                    ],
                    "FreeGridRow":[
                        {
                            "index":1,
                            "Height":2.30188
                        },
                        {
                            "index":2,
                            "Height":2.24896
                        },
                        {
                            "index":3,
                            "Height":1.16417
                        },
                        {
                            "index":4,
                            "Height":1
                        },
                        {
                            "index":5,
                            "Height":1
                        },
                        {
                            "index":6,
                            "Height":1
                        },
                        {
                            "index":7,
                            "Height":1
                        },
                        {
                            "index":8,
                            "Height":1
                        },
                        {
                            "index":9,
                            "Height":1
                        },
                        {
                            "index":10,
                            "Height":1
                        },
                        {
                            "index":11,
                            "Height":5.5
                        },
                        {
                            "index":12,
                            "Height":5.5
                        }
                    ],
                    "FreeGridCell":[
                        {
                            "row":1,
                            "col":1,
                            "TextAlign":"MiddleCenter",
                            "Text":"奖\r\n惩\r\n情\r\n况"
                        },
                        {
                            "row":1,
                            "col":2,
                            "ColSpan":5
                        },
                        {
                            "row":2,
                            "col":1,
                            "TextAlign":"MiddleCenter",
                            "Text":"年 核\r\n度 结\r\n考 果"
                        },
                        {
                            "row":2,
                            "col":2,
                            "ColSpan":5
                        },
                        {
                            "row":3,
                            "col":1,
                            "TextAlign":"MiddleCenter",
                            "Text":"家\r\n庭\r\n主\r\n要\r\n成\r\n员\r\n及\r\n重\r\n要\r\n社\r\n会\r\n关\r\n系",
                            "RowSpan":8
                        },
                        {
                            "row":3,
                            "col":2,
                            "Text":"称 谓"
                        },
                        {
                            "row":3,
                            "col":3,
                            "Text":"姓  名"
                        },
                        {
                            "row":3,
                            "col":4,
                            "Text":"年 龄"
                        },
                        {
                            "row":3,
                            "col":5,
                            "Text":"政 治\r\n面 貌"
                        },
                        {
                            "row":3,
                            "col":6,
                            "Text":"工 作 单 位 及 职 务"
                        },
                        {
                            "row":11,
                            "col":1,
                            "TextAlign":"MiddleCenter",
                            "Text":"查档\r\n记录"
                        },
                        {
                            "row":11,
                            "col":2,
                            "ColSpan":6
                        },
                        {
                            "row":12,
                            "col":1,
                            "TextAlign":"MiddleCenter",
                            "Text":"备\r\n\r\n\r\n注"
                        },
                        {
                            "row":12,
                            "col":2,
                            "ColSpan":6
                        }
                    ]
                }
            ]
        }
    ]
}