-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexportrun.lfm
193 lines (193 loc) · 4.61 KB
/
exportrun.lfm
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
object frmExportRun: TfrmExportRun
Left = 720
Height = 735
Top = 173
Width = 1020
BorderStyle = bsDialog
Caption = 'Export Run Table'
ClientHeight = 735
ClientWidth = 1020
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.0.6.0'
Visible = True
object CheckGroup1: TCheckGroup
Left = 704
Height = 272
Top = 8
Width = 305
AutoFill = True
Caption = 'Items to include'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 250
ClientWidth = 297
Items.Strings = (
'Parameter Number'
'Parameter Label'
'Parameter Estimate'
'SE'
'% Relative SE'
'Asymptotic 95% CI'
'Shrinkage (as appropriate)'
'EtaBar'
'EtaBar SE'
'EtaBar P-value'
)
OnItemClick = CheckGroup1ItemClick
TabOrder = 0
Data = {
0A00000003030302030303020202
}
end
object rgOutput: TRadioGroup
Left = 704
Height = 81
Top = 296
Width = 305
AutoFill = True
Caption = 'Output format'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 59
ClientWidth = 297
ItemIndex = 0
Items.Strings = (
'HTML'
'LaTeX'
)
OnClick = rgOutputClick
TabOrder = 1
end
object rgVar: TRadioGroup
Left = 704
Height = 81
Top = 392
Width = 305
AutoFill = True
Caption = 'IIV and IOV'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 59
ClientWidth = 297
Items.Strings = (
'As rows'
'As columns (associated with parameters)'
)
TabOrder = 2
Visible = False
end
object htmlPanel: TIpHtmlPanel
Left = 8
Height = 720
Top = 8
Width = 688
BorderStyle = bsSingle
DataProvider = ipProvider
FixedTypeface = 'Courier New'
DefaultTypeFace = 'default'
DefaultFontSize = 12
FlagErrors = False
PrintSettings.MarginLeft = 0.5
PrintSettings.MarginTop = 0.5
PrintSettings.MarginRight = 0.5
PrintSettings.MarginBottom = 0.5
TabOrder = 3
end
object btnCancel: TButton
Left = 704
Height = 25
Top = 703
Width = 144
Caption = 'Close'
OnClick = btnCancelClick
TabOrder = 4
end
object btnExport: TButton
Left = 865
Height = 25
Top = 703
Width = 144
Caption = 'Export...'
OnClick = btnExportClick
TabOrder = 5
end
object pnlLatex: TPanel
Left = 704
Height = 72
Top = 480
Width = 304
ClientHeight = 72
ClientWidth = 304
TabOrder = 6
Visible = False
object Label1: TLabel
Left = 16
Height = 48
Top = 16
Width = 280
AutoSize = False
Caption = 'Note that LaTeX tables may exceed the borders of the page if the model contains many parameters. Some adjustment may be required.'
ParentColor = False
ParentFont = False
WordWrap = True
end
end
object qrySumTh: TZReadOnlyQuery
Connection = frmMain.zConn
Params = <>
left = 328
top = 40
end
object qrySumOm: TZReadOnlyQuery
Connection = frmMain.zConn
Params = <>
left = 392
top = 40
end
object qrySumSi: TZReadOnlyQuery
Connection = frmMain.zConn
Params = <>
left = 447
top = 40
end
object qryRuns: TZReadOnlyQuery
Connection = frmMain.zConn
Params = <>
left = 328
top = 96
end
object dlgSave: TSaveDialog
Title = 'Export as...'
DefaultExt = '.html'
Filter = 'HTML file (*.html)|*.html'
FilterIndex = 0
Options = [ofOverwritePrompt, ofEnableSizing, ofViewDetail]
left = 392
top = 96
end
object ipProvider: TIpFileDataProvider
left = 447
top = 96
end
end