-
Notifications
You must be signed in to change notification settings - Fork 0
/
GUI_VoltageClampFitForm.dfm
330 lines (330 loc) · 7.67 KB
/
GUI_VoltageClampFitForm.dfm
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
object VoltageClampFitForm: TVoltageClampFitForm
Left = 0
Top = 0
Caption = 'NetFit - Determine kinetic parameters from voltage clamp data'
ClientHeight = 647
ClientWidth = 950
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 950
Height = 21
Align = alTop
TabOrder = 0
end
object Panel2: TPanel
Left = 0
Top = 606
Width = 950
Height = 41
Align = alBottom
TabOrder = 1
end
object PageControl1: TPageControl
Left = 0
Top = 21
Width = 950
Height = 585
ActivePage = TabSheet1
Align = alClient
TabOrder = 2
OnChange = PageControl1Change
OnChanging = PageControl1Changing
object TabSheet1: TTabSheet
Caption = 'Open a Voltage Clamp File'
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object ScrollBox1: TScrollBox
Left = 0
Top = 0
Width = 942
Height = 557
Align = alClient
TabOrder = 0
end
end
object TabSheet2: TTabSheet
Caption = 'Parameters for Current'
ImageIndex = 1
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object ScrollBox2: TScrollBox
Left = 0
Top = 0
Width = 942
Height = 557
Align = alClient
TabOrder = 0
end
end
object TabSheet3: TTabSheet
Caption = 'Generate Trial Fits and Optimize'
ImageIndex = 2
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object Label1: TLabel
Left = 154
Top = 14
Width = 117
Height = 13
Caption = 'Choose Voltage Channel'
end
object Label2: TLabel
Left = 314
Top = 14
Width = 118
Height = 13
Caption = 'Choose Current Channel'
end
object Label3: TLabel
Left = 8
Top = 14
Width = 46
Height = 13
Caption = 'Filename:'
end
object FilenameLabel: TLabel
Left = 12
Top = 36
Width = 133
Height = 13
AutoSize = False
Caption = ' '
EllipsisPosition = epPathEllipsis
end
object Label5: TLabel
Left = 723
Top = 42
Width = 71
Height = 13
Caption = 'Calls to fitGen:'
end
object fitGenLabel: TLabel
Left = 800
Top = 42
Width = 81
Height = 13
Caption = ' '
end
object Label6: TLabel
Left = 723
Top = 25
Width = 58
Height = 13
Caption = 'ChiSq (gof):'
end
object ChiSqLabel: TLabel
Left = 787
Top = 25
Width = 60
Height = 13
Caption = ' '
end
object Label7: TLabel
Left = 616
Top = 25
Width = 92
Height = 13
Caption = 'Number of Threads'
end
object VChanComboBox: TComboBox
Left = 154
Top = 33
Width = 145
Height = 21
AutoComplete = False
AutoCloseUp = True
Style = csDropDownList
TabOrder = 0
end
object GenerateButton: TButton
Left = 494
Top = 6
Width = 75
Height = 25
Caption = 'Generate'
TabOrder = 1
OnClick = GenerateButtonClick
end
object CChanComboBox: TComboBox
Left = 314
Top = 33
Width = 145
Height = 21
AutoComplete = False
AutoCloseUp = True
Style = csDropDownList
TabOrder = 2
end
object SaveButton: TButton
Left = 863
Top = 0
Width = 75
Height = 25
Caption = 'Save to ABF'
TabOrder = 3
OnClick = SaveButtonClick
end
object Panel3: TPanel
AlignWithMargins = True
Left = 3
Top = 60
Width = 936
Height = 494
Margins.Top = 60
Align = alClient
Caption = 'Panel3'
TabOrder = 4
DesignSize = (
936
494)
object ParamsPanel: TPanel
Left = 716
Top = 1
Width = 219
Height = 492
Align = alRight
BevelInner = bvSpace
BevelKind = bkSoft
BevelOuter = bvLowered
Caption = 'ParamsPanel'
TabOrder = 0
object Label4: TLabel
Left = 2
Top = 2
Width = 136
Height = 13
Align = alTop
Alignment = taCenter
Caption = 'Set Vary=0 to hold constant'
end
object ValueListEditor1: TValueListEditor
Left = 2
Top = 15
Width = 211
Height = 471
Align = alClient
TabOrder = 0
TitleCaptions.Strings = (
'Parameter'
'Vary?'
'')
ColWidths = (
168
37)
end
end
object PlotPanel1: TPLOTPanel
AlignWithMargins = True
Left = 4
Top = 4
Width = 709
Height = 486
FullScaleMinY = -100.000000000000000000
VisibleMinY = -100.000000000000000000
FullScaleMaxY = 100.000000000000000000
VisibleMaxY = 100.000000000000000000
FullScaleMaxX = 60.000000000000000000
VisibleMaxX = 1.000000000000000000
MouseMode = XYZoom
AxesColor = 15790320
GridLinesColor = 32512
AxesFont.Charset = DEFAULT_CHARSET
AxesFont.Color = clBlack
AxesFont.Height = 16
AxesFont.Name = 'Arial'
AxesFont.Style = []
YUnits = 'nA'
XUnits = 'ms'
Align = alClient
DesignSize = (
709
486)
end
object ConcatEpisCheckBox: TCheckBox
Left = 535
Top = 471
Width = 126
Height = 17
Anchors = [akRight, akBottom]
Caption = 'Concatenate Episodes'
TabOrder = 2
OnClick = ConcatEpisCheckBoxClick
end
end
object OptimizeButton: TButton
Left = 470
Top = 33
Width = 59
Height = 25
Caption = 'Optimize'
TabOrder = 5
OnClick = OptimizeButtonClick
end
object MultiThreadCheckBox: TCheckBox
Left = 620
Top = 3
Width = 97
Height = 17
Caption = 'Multi Threaded'
TabOrder = 6
end
object NumThreadsEdit: TEdit
Left = 616
Top = 39
Width = 92
Height = 21
Alignment = taRightJustify
TabOrder = 7
Text = '4'
end
object StopButton: TButton
Left = 535
Top = 33
Width = 59
Height = 25
Caption = 'Stop'
TabOrder = 8
OnClick = StopButtonClick
end
object SaveParamsButton: TButton
Left = 863
Top = 30
Width = 75
Height = 25
Caption = 'Save Params'
TabOrder = 9
OnClick = SaveParamsButtonClick
end
end
end
object SaveDialog1: TSaveDialog
DefaultExt = 'abf'
Filter = 'ABF Files|*.abf'
Title = 'Save Original and Generated Data'
Left = 781
Top = 41
end
object SaveDialog2: TSaveDialog
DefaultExt = 'txt'
Filter = 'Tab delimited text | *.txt'
Title = 'Save kinetic parameters to tab delimited text file'
Left = 822
Top = 46
end
end