-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuMain.dfm
More file actions
38 lines (38 loc) · 717 Bytes
/
uMain.dfm
File metadata and controls
38 lines (38 loc) · 717 Bytes
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
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Tree Drawing Algorithm Test'
ClientHeight = 392
ClientWidth = 356
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object PaintBox: TPaintBox
Left = 24
Top = 55
Width = 305
Height = 314
end
object Label1: TLabel
Left = 105
Top = 29
Width = 123
Height = 13
Caption = 'Reingold-Tilford Algorithm'
end
object Button1: TButton
Left = 24
Top = 24
Width = 75
Height = 25
Caption = '&Go'
TabOrder = 0
OnClick = Button1Click
end
end