-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLADUJ.dfm
53 lines (53 loc) · 992 Bytes
/
LADUJ.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
object Form3: TForm3
Left = 749
Top = 102
BorderStyle = bsToolWindow
Caption = #321'aduj Gr'#281
ClientHeight = 276
ClientWidth = 185
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Edit1: TEdit
Left = 8
Top = 16
Width = 161
Height = 21
TabOrder = 0
end
object ListBox1: TListBox
Left = 8
Top = 48
Width = 161
Height = 177
ItemHeight = 13
TabOrder = 1
OnClick = ListBox1Click
end
object BitBtn1: TBitBtn
Left = 16
Top = 232
Width = 41
Height = 25
Caption = 'Ok'
TabOrder = 2
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 88
Top = 232
Width = 75
Height = 25
Caption = 'Anuluj'
TabOrder = 3
OnClick = BitBtn2Click
end
end