-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit6.dfm
46 lines (46 loc) · 1 KB
/
Unit6.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
object Form6: TForm6
Left = 536
Top = 302
BorderStyle = bsToolWindow
Caption = 'Form6'
ClientHeight = 264
ClientWidth = 510
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object ListBox1: TListBox
Left = 0
Top = 41
Width = 510
Height = 223
Align = alClient
ItemHeight = 13
TabOrder = 0
OnDblClick = ListBox1DblClick
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 510
Height = 41
Align = alTop
BevelOuter = bvNone
TabOrder = 1
object Edit1: TEdit
Left = 8
Top = 8
Width = 489
Height = 21
TabOrder = 0
Text = #1042#1074#1077#1076#1080#1090#1077' '#1092#1088#1072#1075#1084#1077#1085#1090' '#1080#1084#1077#1085#1080' '#1076#1083#1103' '#1087#1086#1080#1089#1082#1072
OnChange = Edit1Change
end
end
end