-
Notifications
You must be signed in to change notification settings - Fork 1
/
glavnoe_okno.dfm
69 lines (69 loc) · 1.35 KB
/
glavnoe_okno.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
64
65
66
67
68
69
object Form1: TForm1
Left = 136
Top = 143
Width = 503
Height = 441
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 374
Height = 414
Align = alClient
TabOrder = 1
object PaintBox1: TPaintBox
Left = 1
Top = 1
Width = 372
Height = 393
Cursor = crCross
Align = alClient
OnMouseDown = PaintBox1MouseDown
OnMouseUp = PaintBox1MouseUp
end
object StatusBar: TStatusBar
Left = 1
Top = 394
Width = 372
Height = 19
Panels = <>
end
end
object ListBox1: TListBox
Left = 374
Top = 0
Width = 121
Height = 414
TabStop = False
Style = lbOwnerDrawFixed
Align = alRight
ImeMode = imDisable
ItemHeight = 13
TabOrder = 0
end
object Timer1: TTimer
Interval = 20
OnTimer = Timer1Timer
Left = 24
Top = 8
end
object Timer2: TTimer
OnTimer = Timer2Timer
Left = 408
Top = 16
end
end