-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathf_ValidationResults.dfm
More file actions
70 lines (70 loc) · 1.39 KB
/
Copy pathf_ValidationResults.dfm
File metadata and controls
70 lines (70 loc) · 1.39 KB
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
object frmValidationResults: TfrmValidationResults
Left = 0
Top = 0
Margins.Right = 31
BorderStyle = bsDialog
Caption = 'Validation Results'
ClientHeight = 286
ClientWidth = 500
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poOwnerFormCenter
OnCreate = FormCreate
DesignSize = (
500
286)
TextHeight = 15
object lblTitle: TLabel
Left = 16
Top = 16
Width = 97
Height = 15
Caption = 'Validation Results'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = [fsBold]
ParentFont = False
end
object lstIssues: TListBox
Left = 16
Top = 40
Width = 468
Height = 195
Anchors = [akLeft, akTop, akRight]
ItemHeight = 15
TabOrder = 0
end
object RzPanel1: TRzPanel
Left = 0
Top = 251
Width = 500
Height = 35
Align = alBottom
TabOrder = 1
Color = 15461355
object btnOK: TRzButton
AlignWithMargins = True
Left = 420
Top = 5
ModalResult = 1
Align = alRight
Caption = 'OK'
TabOrder = 0
end
object btnCopy: TRzButton
AlignWithMargins = True
Left = 311
Top = 5
Margins.Right = 31
Align = alRight
Caption = 'Copy'
TabOrder = 1
end
end
end