-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclFixer.txa
56 lines (42 loc) · 1.46 KB
/
clFixer.txa
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
[PROCEDURE]
NAME MyDashboard
CATEGORY 'Window'
[COMMON]
DESCRIPTION 'Window'
FROM ABC Window
[DATA]
[FILES]
[PROMPTS]
%ButtonAction DEPEND %Control STRING TIMES 0
%ButtonRunName DEPEND %Control STRING TIMES 0
%ButtonRunParameters DEPEND %Control STRING TIMES 0
%ButtonProcedure DEPEND %Control PROCEDURE TIMES 0
%ButtonThread DEPEND %Control LONG TIMES 0
%ButtonThreadStack DEPEND %Control @n7 TIMES 0
%ButtonParameters DEPEND %Control STRING TIMES 0
%ButtonRequest DEPEND %Control STRING TIMES 0
%PreLookupKey DEPEND %Control KEY TIMES 0
%PreLookupField DEPEND %Control COMPONENT TIMES 0
%PreLookupProcedure DEPEND %Control PROCEDURE TIMES 0
%PostLookupKey DEPEND %Control KEY TIMES 0
%PostLookupField DEPEND %Control COMPONENT TIMES 0
%PostLookupProcedure DEPEND %Control PROCEDURE TIMES 0
%ForceWindowRefresh DEPEND %Control LONG TIMES 0
[ADDITION]
NAME ABC CloseButton
[INSTANCE]
INSTANCE 1
[ADDITION]
NAME ABC WindowResize
[INSTANCE]
INSTANCE 2
[PROMPTS]
%UseAppStrategy DEFAULT (1)
%AppStrategy DEFAULT ('Surface')
%RestrictMinSize DEFAULT (1)
%WindowMinWidth DEFAULT (0)
%WindowMaxWidth DEFAULT (0)
[WINDOW]
QuickWindow WINDOW('Main Dashboard'),AT(,,260,160),RESIZE,IMM,GRAY,HLP('MyDashboard'),ICON('toolbox.ico'),FONT('Segoe UI',8,,400,1),CENTER,SYSTEM
BUTTON('&OK'),AT(207,142,49,14),USE(?Ok),ICON('WAOK.ICO'),FLAT,MSG('Accept operation'),TIP('Accept Operation'),LEFT,#SEQ(1),#ORIG(?Ok)
END