-
Notifications
You must be signed in to change notification settings - Fork 0
/
select_report.dfm
63 lines (63 loc) · 1.39 KB
/
select_report.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
object FormReportList: TFormReportList
Left = 0
Top = 0
BorderIcons = [biMinimize, biMaximize]
BorderStyle = bsDialog
Caption = #1042#1099#1073#1077#1088#1080#1090#1077' '#1096#1072#1073#1083#1086#1085' '#1086#1090#1095#1077#1090#1072
ClientHeight = 71
ClientWidth = 305
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
AlignWithMargins = True
Left = 3
Top = 3
Width = 299
Height = 13
Align = alTop
Caption = #1064#1072#1073#1083#1086#1085' '#1086#1090#1095#1077#1090#1072
ExplicitWidth = 79
end
object ComboBoxReports: TComboBox
AlignWithMargins = True
Left = 3
Top = 22
Width = 299
Height = 21
Align = alTop
TabOrder = 0
end
object ButtonCance: TButton
Left = 230
Top = 46
Width = 75
Height = 25
Align = alRight
Caption = #1054#1090#1084#1077#1085#1072
TabOrder = 1
OnClick = ButtonCanceClick
ExplicitLeft = 392
ExplicitTop = 49
end
object ButtonOK: TButton
Left = 155
Top = 46
Width = 75
Height = 25
Align = alRight
Caption = #1054#1050
TabOrder = 2
OnClick = ButtonOKClick
ExplicitLeft = 505
ExplicitTop = 56
end
end