-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDialog.dsk
595 lines (541 loc) · 10.9 KB
/
Dialog.dsk
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
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
[Closed Files]
File_0=SourceModule,'E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\KDialChatClnt\KDialChatClient.pas',0,1,111,11,113,1,0
File_1=SourceModule,'E:\HIS\진료\델파이\memcheck\MemCheck.pas',0,1,1,1,1,0,0
File_2=SourceModule,'D:\OCS\Source\COM\HisCom\VarCom.pas',0,1,127,30,147,0,0
File_3=SourceModule,'D:\OCS\Source\COM\HisCom\TuxCom.pas',0,1,1470,27,1488,0,0
File_4=SourceModule,'D:\OCS\Source\COM\HisCom\Atmi_TMX.pas',0,1,299,20,320,0,0
File_5=SourceModule,'D:\HIS\진료\델파이\memcheck\MemCheck.pas',0,1,1272,1,1302,0,0
File_6=SourceModule,'D:\OCS\Source\COM\HisCom\HisUtil.pas',0,1,1317,1,1338,0,0
File_7=SourceModule,'D:\OCS\Source\COM\HisCom\CComFunc.pas',0,1,1,19,29,0,0
File_8=SourceModule,'c:\program files\borland\delphi5\source\rtl\Win\imm.pas',0,1,58,12,16,0,0
[Modules]
Module0=E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\MainDialog.pas
Module1=E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\KUMC_Dialog.dpr
Module2=E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\KDialChat\KDialChatList.pas
Module3=E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\DlgChatUser.pas
Module4=E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\DlgChat.pas
Module5=E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\DlgAbout.pas
Module6=E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\DlgUser.pas
Module7=E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\DlgPrint.pas
Module8=c:\program files\borland\delphi5\source\rtl\Sys\sysutils.pas
Module9=c:\program files\borland\delphi5\source\rtl\Win\windows.pas
Module10=c:\program files\borland\delphi5\source\rtl\Win\ShellAPI.pas
Module11=c:\program files\borland\delphi5\source\rtl\Sys\system.pas
Count=12
EditWindowCount=1
PackageWindowCount=3
[E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\MainDialog.pas]
ModuleType=SourceModule
FormState=1
FormOnTop=0
[E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\KUMC_Dialog.dpr]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\KDialChat\KDialChatList.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\DlgChatUser.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\DlgChat.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\DlgAbout.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\DlgUser.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\DlgPrint.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[c:\program files\borland\delphi5\source\rtl\Sys\sysutils.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[c:\program files\borland\delphi5\source\rtl\Win\windows.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[c:\program files\borland\delphi5\source\rtl\Win\ShellAPI.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[c:\program files\borland\delphi5\source\rtl\Sys\system.pas]
ModuleType=SourceModule
FormState=0
FormOnTop=0
[E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\KDialChat\KDialChatPkg_160726.dpk]
FormState=0
FormOnTop=0
[C:\KUMC_DEV\Src\COMPONENT\TMSPCK\XlsAdapter\XlsAdapter.dpk]
FormState=0
FormOnTop=1
[E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\KUMC_Dialog.bpg]
FormState=0
FormOnTop=0
[E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\KDialChat\KDialChatClientPkg_160726.dpk]
FormState=0
FormOnTop=0
[EditWindow0]
ViewCount=12
CurrentView=1
View0=0
View1=1
View2=2
View3=3
View4=4
View5=5
View6=6
View7=7
View8=8
View9=9
View10=10
View11=11
CodeExplorer=CodeExplorer@EditWindow0
MessageView=MessageView@EditWindow0
Create=1
Visible=1
State=2
Left=146
Top=160
Width=1615
Height=726
MaxLeft=-8
MaxTop=106
MaxWidth=1616
MaxHeight=1062
ClientWidth=1600
ClientHeight=1024
LeftPanelSize=483
LeftPanelClients=CodeExplorer@EditWindow0,PropertyInspector,ProjectManager
LeftPanelData=00000400010000000C000000436F64654578706C6F726572EE0300000000000001E3010000000000000100000000F70100001100000050726F7065727479496E73706563746F720100000000EE0300001200000050726F6A6563744D616E61676572466F726DFFFFFFFF
RightPanelSize=0
BottomPanelSize=0
BottomPanelClients=MessageView@EditWindow0
BottomPanelData=00000400010000000B0000004D657373616765566965770000000000000000000000000000000000FFFFFFFF
[View0]
Module=E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\KUMC_Dialog.dpr
CursorX=64
CursorY=7
TopLine=1
LeftCol=1
[View1]
Module=E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\MainDialog.pas
CursorX=22
CursorY=13187
TopLine=13187
LeftCol=1
[View2]
Module=c:\program files\borland\delphi5\source\rtl\Sys\sysutils.pas
CursorX=34
CursorY=6416
TopLine=6384
LeftCol=1
[View3]
Module=c:\program files\borland\delphi5\source\rtl\Win\windows.pas
CursorX=12
CursorY=17871
TopLine=17843
LeftCol=1
[View4]
Module=c:\program files\borland\delphi5\source\rtl\Win\ShellAPI.pas
CursorX=60
CursorY=662
TopLine=618
LeftCol=1
[View5]
Module=c:\program files\borland\delphi5\source\rtl\Sys\system.pas
CursorX=56
CursorY=23
TopLine=1
LeftCol=1
[View6]
Module=E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\DlgUser.pas
CursorX=22
CursorY=4
TopLine=1
LeftCol=1
[View7]
Module=E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\DlgPrint.pas
CursorX=1
CursorY=1
TopLine=1
LeftCol=1
[View8]
Module=E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\DlgChatUser.pas
CursorX=61
CursorY=6
TopLine=1
LeftCol=1
[View9]
Module=E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\KDialChat\KDialChatList.pas
CursorX=17
CursorY=1409
TopLine=1393
LeftCol=1
[View10]
Module=E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\DlgChat.pas
CursorX=63
CursorY=75
TopLine=70
LeftCol=1
[View11]
Module=E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\DlgAbout.pas
CursorX=35
CursorY=8
TopLine=1
LeftCol=1
[PackageWindow0]
Create=1
Visible=1
State=0
Left=-1324
Top=307
Width=368
Height=244
MaxLeft=-1
MaxTop=-1
ClientWidth=352
ClientHeight=210
TBDockHeight=244
LRDockWidth=368
Dockable=1
StatusBar=0
TextLabels=1
Toolbar=1
SectionWidth0=150
SectionWidth1=202
Module=E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\KDialChat\KDialChatPkg_160726.dpk
[PackageWindow1]
Create=1
Visible=1
State=0
Left=928
Top=269
Width=368
Height=244
MaxLeft=-1
MaxTop=-1
ClientWidth=352
ClientHeight=210
TBDockHeight=244
LRDockWidth=368
Dockable=1
StatusBar=0
TextLabels=1
Toolbar=1
SectionWidth0=150
SectionWidth1=202
Module=C:\KUMC_DEV\Src\COMPONENT\TMSPCK\XlsAdapter\XlsAdapter.dpk
[PackageWindow2]
Create=1
Visible=0
State=0
Left=268
Top=285
Width=368
Height=244
MaxLeft=-1
MaxTop=-1
ClientWidth=352
ClientHeight=210
TBDockHeight=244
LRDockWidth=368
Dockable=1
StatusBar=0
TextLabels=1
Toolbar=1
SectionWidth0=150
SectionWidth1=202
Module=E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\KDialChat\KDialChatClientPkg_160726.dpk
[Watches]
Count=0
[Breakpoints]
Count=10
Breakpoint0='E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\MainDialog.pas',14366,'',0,1,'',1,0,0,'',1,'','',''
Breakpoint1='E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\MainDialog.pas',14359,'',0,1,'',1,0,0,'',1,'','',''
Breakpoint2='E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\MainDialog.pas',14223,'',0,1,'',1,0,0,'',1,'','',''
Breakpoint3='E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\MainDialog.pas',14209,'',0,1,'',1,0,0,'',1,'','',''
Breakpoint4='E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\MainDialog.pas',14302,'',0,1,'',1,0,0,'',1,'','',''
Breakpoint5='E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\MainDialog.pas',14292,'',0,1,'',1,0,0,'',1,'','',''
Breakpoint6='E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\MainDialog.pas',14280,'',0,1,'',1,0,0,'',1,'','',''
Breakpoint7='E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\MainDialog.pas',14308,'',0,1,'',1,0,0,'',1,'','',''
Breakpoint8='E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\MainDialog.pas',12136,'',0,1,'',1,0,0,'',1,'','',''
Breakpoint9='E:\HIS\진료\델파이\KUMC Diaglog_TAdvGrid\MainDialog.pas',12137,'',0,1,'',1,0,0,'',1,'','',''
[AddressBreakpoints]
Count=0
[Main Window]
Create=1
Visible=1
State=2
Left=159
Top=151
Width=1024
Height=122
MaxLeft=-1
MaxTop=-1
MaxWidth=1616
MaxHeight=122
ClientWidth=1600
ClientHeight=84
[ProjectManager]
Create=1
Visible=1
State=0
Left=0
Top=515
Width=483
Height=491
MaxLeft=-1
MaxTop=-1
ClientWidth=483
ClientHeight=491
TBDockHeight=1093
LRDockWidth=483
Dockable=1
[CPUWindow]
Create=1
Visible=0
State=0
Left=664
Top=288
Width=533
Height=367
MaxLeft=-1
MaxTop=-1
ClientWidth=517
ClientHeight=329
DumpPane=79
DisassemblyPane=187
RegisterPane=231
FlagPane=64
[AlignmentPalette]
Create=1
Visible=0
State=0
Left=756
Top=31
Width=156
Height=84
MaxLeft=-1
MaxTop=-1
ClientWidth=150
ClientHeight=60
[PropertyInspector]
Create=1
Visible=1
State=0
Left=0
Top=12
Width=483
Height=487
MaxLeft=-1
MaxTop=-1
ClientWidth=481
ClientHeight=485
TBDockHeight=939
LRDockWidth=483
Dockable=1
SplitPos=113
ArrangeBy=Name
SelectedItem=Visible
ExpandedItems=Anchors,BorderIcons,Brush,Caption.Font.Style,FixedFont,Font,Font.Style,MouseActions,Navigation,Options,Page,SortSettings
HiddenCategories=Legacy
ShowStatusBar=1
[WatchWindow]
Create=1
Visible=0
State=0
Left=574
Top=220
Width=421
Height=149
MaxLeft=-1
MaxTop=-1
ClientWidth=405
ClientHeight=115
TBDockHeight=149
LRDockWidth=421
Dockable=1
[BreakpointWindow]
Create=1
Visible=0
State=0
Left=207
Top=333
Width=737
Height=197
MaxLeft=-1
MaxTop=-1
ClientWidth=721
ClientHeight=163
TBDockHeight=197
LRDockWidth=737
Dockable=1
Column0Width=100
Column1Width=75
Column2Width=200
Column3Width=200
Column4Width=75
Column5Width=75
[CallStackWindow]
Create=1
Visible=0
State=0
Left=429
Top=351
Width=294
Height=161
MaxLeft=-1
MaxTop=-1
ClientWidth=278
ClientHeight=127
TBDockHeight=161
LRDockWidth=294
Dockable=1
[ThreadStatusWindow]
Create=1
Visible=0
State=0
Left=193
Top=107
Width=624
Height=152
MaxLeft=-1
MaxTop=-1
ClientWidth=608
ClientHeight=118
TBDockHeight=152
LRDockWidth=624
Dockable=1
Column0Width=145
Column1Width=100
Column2Width=115
Column3Width=250
[ModuleWindow]
Create=1
Visible=0
State=0
Left=404
Top=516
Width=638
Height=355
MaxLeft=-1
MaxTop=-1
ClientWidth=622
ClientHeight=321
TBDockHeight=585
LRDockWidth=288
Dockable=1
Column0Width=125
Column1Width=100
Column2Width=155
EntryPointPane=225
CompUnitPane=104
[DebugLogView]
Create=1
Visible=0
State=0
Left=431
Top=366
Width=417
Height=291
MaxLeft=-1
MaxTop=-1
ClientWidth=401
ClientHeight=257
TBDockHeight=291
LRDockWidth=417
Dockable=1
[LocalVarsWindow]
Create=1
Visible=0
State=0
Left=-1330
Top=108
Width=756
Height=612
MaxLeft=-1
MaxTop=-1
ClientWidth=740
ClientHeight=578
TBDockHeight=287
LRDockWidth=288
Dockable=1
[ToDo List]
Create=1
Visible=0
State=0
Left=341
Top=307
Width=470
Height=250
MaxLeft=-1
MaxTop=-1
ClientWidth=454
ClientHeight=216
TBDockHeight=250
LRDockWidth=470
Dockable=1
Column0Width=200
Column1Width=30
Column2Width=100
Column3Width=70
Column4Width=70
SortOrder=4
ShowHints=1
ShowChecked=1
[FPUWindow]
Create=1
Visible=0
State=0
Left=353
Top=344
Width=457
Height=250
MaxLeft=-1
MaxTop=-1
ClientWidth=441
ClientHeight=212
FOOO=121
FlagPane=59
[CodeExplorer@EditWindow0]
Create=1
Visible=0
State=0
Left=0
Top=646
Width=350
Height=305
MaxLeft=-1
MaxTop=-1
ClientWidth=350
ClientHeight=305
TBDockHeight=305
LRDockWidth=350
Dockable=1
[MessageView@EditWindow0]
Create=1
Visible=0
State=0
Left=12
Top=0
Width=1588
Height=52
MaxLeft=-1
MaxTop=-1
ClientWidth=1588
ClientHeight=52
TBDockHeight=52
LRDockWidth=443
Dockable=1
[DockHosts]
DockHostCount=0