-
Notifications
You must be signed in to change notification settings - Fork 0
/
enter_n.dfm
55 lines (55 loc) · 1.16 KB
/
enter_n.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
object EnterN: TEnterN
Left = 254
Top = 614
BorderStyle = bsDialog
Caption = 'Enter n'
ClientHeight = 139
ClientWidth = 269
Color = clBtnFace
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Microsoft Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poMainFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object LblHelp: TLabel
Left = 4
Top = 4
Width = 261
Height = 53
AutoSize = False
Caption =
'Please, look at the Amplitude Distribution Comparison graph and ' +
'choose the value of n. The value of n should be the power of the' +
' trogonometric function which best aproximates f(x).'
WordWrap = True
end
object LblN: TLabel
Left = 4
Top = 72
Width = 6
Height = 13
Caption = 'n'
end
object OKBtn: TButton
Left = 103
Top = 108
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 0
OnClick = OKBtnClick
end
object EdN: TEdit
Left = 36
Top = 68
Width = 77
Height = 21
TabOrder = 1
end
end