-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFrmFactorialUnit1.dfm
51 lines (51 loc) · 986 Bytes
/
FrmFactorialUnit1.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
object FrmFactorial: TFrmFactorial
Left = 0
Top = 0
BorderStyle = bsSizeToolWin
Caption = 'Factorial del Cuadrado del Cubo'
ClientHeight = 231
ClientWidth = 504
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 19
object Label1: TLabel
Left = 24
Top = 32
Width = 63
Height = 19
Caption = 'N'#250'mero:'
end
object NumeroEdit: TEdit
Left = 93
Top = 29
Width = 121
Height = 27
Alignment = taCenter
NumbersOnly = True
TabOrder = 0
end
object Button1: TButton
Left = 133
Top = 72
Width = 81
Height = 41
Caption = 'Generar'
TabOrder = 1
OnClick = Button1Click
end
object FactorialListBox: TListBox
Left = 248
Top = 32
Width = 248
Height = 191
ItemHeight = 19
TabOrder = 2
end
end