-
Notifications
You must be signed in to change notification settings - Fork 13
/
ProjectFrameRisk.dfm
97 lines (97 loc) · 2.07 KB
/
ProjectFrameRisk.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
object FrameRisk: TFrameRisk
Left = 0
Top = 0
Width = 353
Height = 171
TabOrder = 0
object GroupBoxRisk: TGroupBox
Left = 0
Top = 0
Width = 353
Height = 169
Caption = ' Risk Assessment '
TabOrder = 0
DesignSize = (
353
169)
object Label1: TLabel
Left = 80
Top = 32
Width = 3
Height = 13
Alignment = taRightJustify
end
object Label2: TLabel
Left = 80
Top = 56
Width = 3
Height = 13
Alignment = taRightJustify
end
object Label3: TLabel
Left = 80
Top = 80
Width = 3
Height = 13
Alignment = taRightJustify
end
object ComboBox1: TComboBox
Left = 88
Top = 28
Width = 245
Height = 21
Style = csDropDownList
Anchors = [akLeft, akTop, akRight]
ItemHeight = 13
TabOrder = 0
end
object ComboBox2: TComboBox
Left = 88
Top = 52
Width = 245
Height = 21
Style = csDropDownList
Anchors = [akLeft, akTop, akRight]
ItemHeight = 13
TabOrder = 1
end
object ComboBox3: TComboBox
Left = 88
Top = 76
Width = 245
Height = 21
Style = csDropDownList
Anchors = [akLeft, akTop, akRight]
ItemHeight = 13
TabOrder = 2
end
object LabeledEditEvaluatedBy: TLabeledEdit
Left = 88
Top = 104
Width = 245
Height = 21
Hint = 'Put the SW risk evaluation team names, separated with +'
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 62
EditLabel.Height = 13
EditLabel.Caption = 'Evaluated by'
LabelPosition = lpLeft
ParentShowHint = False
ShowHint = True
TabOrder = 3
OnKeyPress = LabeledEditEvaluatedByKeyPress
end
object LabeledEditJustif: TLabeledEdit
Left = 88
Top = 130
Width = 245
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 55
EditLabel.Height = 13
EditLabel.Caption = 'Justification'
LabelPosition = lpLeft
TabOrder = 4
end
end
end