forked from oldprogs/simplex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSelDest.dfm
More file actions
68 lines (68 loc) · 1.6 KB
/
SelDest.dfm
File metadata and controls
68 lines (68 loc) · 1.6 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
object SelectDestArea: TSelectDestArea
Left = 278
Top = 195
BorderStyle = bsDialog
Caption = #1042#1099#1073#1077#1088#1080#1090#1077' '#1086#1073#1083#1072#1089#1090#1100
ClientHeight = 262
ClientWidth = 250
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object DestAreas: TJvListBox
Left = 0
Top = 0
Width = 250
Height = 216
Align = alClient
ItemHeight = 13
Background.FillMode = bfmTile
Background.Visible = False
TabOrder = 0
OnClick = DestAreasClick
OnDblClick = DestAreasDblClick
OnKeyDown = DestAreasKeyDown
OnKeyPress = DestAreasKeyPress
end
object JvFooter1: TJvFooter
Left = 0
Top = 216
Width = 250
Height = 46
Align = alBottom
object OKButton: TJvXPButton
Left = 41
Top = 14
Caption = 'OK'
Enabled = False
TabOrder = 0
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
OnClick = OKButtonClick
end
object CancelButton: TJvXPButton
Left = 137
Top = 14
Caption = #1054#1090#1084#1077#1085#1072
TabOrder = 1
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
OnClick = CancelButtonClick
end
end
end