forked from urgn-zz/school_schedule_generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
exceptns.dfm
53 lines (53 loc) · 957 Bytes
/
exceptns.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
inherited NotFitDlg: TNotFitDlg
ClientHeight = 579
ClientWidth = 603
ExplicitWidth = 609
ExplicitHeight = 608
PixelsPerInch = 96
TextHeight = 13
inherited Bevel1: TBevel
Width = 587
Height = 532
ExplicitWidth = 587
ExplicitHeight = 532
end
inherited OKBtn: TButton
Left = 439
Top = 546
Visible = False
ExplicitLeft = 439
ExplicitTop = 546
end
inherited CancelBtn: TButton
Left = 520
Top = 546
Caption = 'Close'
ExplicitLeft = 520
ExplicitTop = 546
end
object ListView1: TListView
Left = 16
Top = 16
Width = 569
Height = 513
Columns = <
item
Caption = 'Subject'
end
item
Caption = 'Lesson type'
end
item
Caption = 'Teacher'
end
item
Caption = 'Group'
end
item
Caption = 'Reason'
end>
ReadOnly = True
TabOrder = 2
ViewStyle = vsReport
end
end