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 | strOutPut.Format(_T("\n\"setDimalttd\":%d,"), pRecord->dimalttd());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimatfit\":%d,"), pRecord->dimatfit());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimaunit\":%d,"), pRecord->dimaunit());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimazin\":%d,"), pRecord->dimazin());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimdec\":%d,"), pRecord->dimdec());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimfrac\":%d,"), pRecord->dimfrac());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimtad\":%d,"), pRecord->dimtad());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimtdec\":%d,"), pRecord->dimtdec());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimtmove\":%d,"), pRecord->dimtmove());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimtolj\":%d,"), pRecord->dimtolj());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimtzin\":%d,"), pRecord->dimtzin());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimzin\":%d,"), pRecord->dimzin());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimadec\":%d,"), pRecord->dimadec());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimalttz\":%d,"), pRecord->dimalttz());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimaltu\":%d,"), pRecord->dimaltu());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimaltz\":%d,"), pRecord->dimaltz());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimarcsym\":%d,"), pRecord->dimarcsym());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimjust\":%d,"), pRecord->dimjust());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimlunit\":%d,"), pRecord->dimlunit());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimtfill\":%d,"), pRecord->dimtfill());
tmpVec.push_back(strOutPut);
// bool
tmpVec.push_back(_T("\nbool-------------------------------"));
strOutPut.Format(_T("\n\"setDimtih\":%d,"), pRecord->dimtih());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimtix\":%d,"), pRecord->dimtix());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimtofl\":%d,"), pRecord->dimtofl());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimtoh\":%d,"), pRecord->dimtoh());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimtol\":%d,"), pRecord->dimtol());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimupt\":%d,"), pRecord->dimupt());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimalt\":%d,"), pRecord->dimalt());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimlim\":%d,"), pRecord->dimlim());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimsah\":%d,"), pRecord->dimsah());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimsd1\":%d,"), pRecord->dimsd1());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimsd2\":%d,"), pRecord->dimsd2());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimse1\":%d,"), pRecord->dimse1());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimse2\":%d,"), pRecord->dimse2());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimsoxd\":%d,"), pRecord->dimsoxd());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimfxlenOn\":%d,"), pRecord->dimfxlenOn());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimtxtdirection\":%d,"), pRecord->dimtxtdirection());
tmpVec.push_back(strOutPut);
tmpVec.push_back(_T("\ndouble-------------------------------"));
//double
strOutPut.Format(_T("\n\"setDimlfac\":%f,"), pRecord->dimlfac());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimaltf\":%f,"), pRecord->dimaltf());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimaltrnd\":%f,"), pRecord->dimaltrnd());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimasz\":%f,"), pRecord->dimasz());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimcen\":%f,"), pRecord->dimcen());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimtp\":%f,"), pRecord->dimtp());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimtsz\":%f,"), pRecord->dimtsz());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimtvp\":%f,"), pRecord->dimtvp());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimtxt\":%f,"), pRecord->dimtxt());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimdle\":%f,"), pRecord->dimdle());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimdli\":%f,"), pRecord->dimdli());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimexe\":%f,"), pRecord->dimexe());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimexo\":%f,"), pRecord->dimexo());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimgap\":%f,"), pRecord->dimgap());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimtm\":%f,"), pRecord->dimtm());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimjogang\":%f,"), pRecord->dimjogang());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimrnd\":%f,"), pRecord->dimrnd());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimscale\":%f,"), pRecord->dimscale());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimtfac\":%f,"), pRecord->dimtfac());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimfxlen\":%f,"), pRecord->dimfxlen());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimmzf\":%f,"), pRecord->dimmzf());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimaltmzf\":%f,"), pRecord->dimaltmzf());
tmpVec.push_back(strOutPut);
/*strOutPut.Format(_T("\n\"setDimapost\":%s,"), pRecord->dimapost());
tmpVec.push_back(strOutPut);
strOutPut.Format(_T("\n\"setDimmzs\":%s,"), pRecord->dimmzs());
|