-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathProcessEditingFrame_frm.fmx
96 lines (96 loc) · 3.18 KB
/
ProcessEditingFrame_frm.fmx
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
object ProcessEditingFrame: TProcessEditingFrame
Size.Width = 937.000000000000000000
Size.Height = 456.000000000000000000
Size.PlatformDefault = False
object BackGround: TRectangle
Align = Client
Fill.Color = xAA191919
Size.Width = 937.000000000000000000
Size.Height = 456.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
XRadius = 3.000000000000000000
YRadius = 3.000000000000000000
object BlurEffect1: TBlurEffect
Softness = 0.300000011920929000
end
end
object Menu: TRectangle
Align = Center
Fill.Color = xAA0B064F
Size.Width = 400.000000000000000000
Size.Height = 274.000000000000000000
Size.PlatformDefault = False
Stroke.Color = claAliceblue
XRadius = 3.000000000000000000
YRadius = 3.000000000000000000
object lbl_menu_name: TLabel
Align = Top
StyledSettings = [Family, Style]
Size.Width = 400.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.FontColor = claAliceblue
TextSettings.HorzAlign = Center
Text = 'Process Name:'
TabOrder = 0
end
object btn_save_process_data: TButton
Align = Bottom
StyledSettings = [Family]
Position.Y = 224.000000000000000000
Size.Width = 400.000000000000000000
Size.Height = 50.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'speedbuttonstyle'
TabOrder = 1
Text = 'save process data'
TextSettings.Font.Size = 20.000000000000000000
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.FontColor = claAliceblue
end
object memo_process_name: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
Align = Top
Margins.Left = 10.000000000000000000
Margins.Right = 10.000000000000000000
Position.X = 10.000000000000000000
Position.Y = 17.000000000000000000
Size.Width = 380.000000000000000000
Size.Height = 72.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
Viewport.Width = 380.000000000000000000
Viewport.Height = 72.000000000000000000
end
object btn_delete_process: TButton
Align = Top
StyledSettings = [Family]
Position.Y = 89.000000000000000000
Size.Width = 400.000000000000000000
Size.Height = 50.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'speedbuttonstyle'
TabOrder = 3
Text = 'delete process'
TextSettings.Font.Size = 20.000000000000000000
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.FontColor = claAliceblue
end
object btn_delete_links: TButton
Align = Top
StyledSettings = [Family]
Position.Y = 139.000000000000000000
Size.Width = 400.000000000000000000
Size.Height = 50.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'speedbuttonstyle'
TabOrder = 4
Text = 'remove associations'
TextSettings.Font.Size = 20.000000000000000000
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.FontColor = claAliceblue
end
end
end