forked from urgn-zz/school_schedule_generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
export_dlg.dfm
59 lines (59 loc) · 1.01 KB
/
export_dlg.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
object ExportDlg: TExportDlg
Left = 227
Top = 108
AutoSize = True
BorderStyle = bsDialog
Caption = 'Exceptions'
ClientHeight = 585
ClientWidth = 441
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object OKBtn: TButton
Left = 0
Top = 559
Width = 441
Height = 26
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelBtn: TButton
Left = 260
Top = 463
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object ListView1: TListView
Left = 0
Top = 0
Width = 441
Height = 553
Columns = <
item
Caption = 'Subject'
end
item
Caption = 'Lesson type'
end
item
Caption = 'Teacher'
end
item
Caption = 'Group'
end
item
Caption = 'Reason'
end>
TabOrder = 2
ViewStyle = vsReport
end
end