-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdca.lfm
137 lines (137 loc) · 2.64 KB
/
dca.lfm
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
object DCADlg: TDCADlg
Left = 313
Height = 190
Top = 190
Width = 308
BorderStyle = bsDialog
Caption = 'Opções'
ClientHeight = 190
ClientWidth = 308
Color = clBtnFace
OnCreate = FormCreate
Position = poMainFormCenter
LCLVersion = '2.0.12.0'
object LabelRescaling: TLabel
Left = 141
Height = 15
Top = 89
Width = 92
Caption = 'Número de eixos:'
ParentColor = False
ParentFont = False
end
object LabelNSegs: TLabel
Left = 15
Height = 15
Top = 61
Width = 124
Caption = 'Número de segmentos:'
ParentColor = False
ParentFont = False
end
object CheckBoxDetrended: TCheckBox
Left = 15
Height = 19
Top = 6
Width = 145
HelpContext = 2161
Alignment = taLeftJustify
Caption = 'Análise Corrigida (DCA)'
Checked = True
ParentFont = False
ParentShowHint = False
ShowHint = True
State = cbChecked
TabOrder = 0
end
object CheckBoxDownweight: TCheckBox
Left = 15
Height = 19
Top = 30
Width = 181
HelpContext = 2161
Alignment = taLeftJustify
Caption = 'Reduzir peso de espécies raras '
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object CheckBoxRescaling: TCheckBox
Left = 15
Height = 19
Top = 86
Width = 108
HelpContext = 2161
Alignment = taLeftJustify
Caption = 'Rescalonamento'
OnClick = CheckBoxRescalingClick
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object OKButton: TButton
Left = 141
Height = 25
Top = 153
Width = 75
Caption = 'OK'
Default = True
ModalResult = 1
ParentFont = False
TabOrder = 6
end
object CancelButton: TButton
Left = 230
Height = 25
Top = 153
Width = 66
Cancel = True
Caption = 'Cancelar'
ModalResult = 2
ParentFont = False
TabOrder = 7
end
object SpinEditNSegs: TSpinEdit
Left = 153
Height = 23
Top = 56
Width = 49
Alignment = taRightJustify
MaxValue = 46
MinValue = 10
ParentFont = False
TabOrder = 2
Value = 26
end
object SpinEditRescaling: TSpinEdit
Left = 247
Height = 23
Top = 83
Width = 49
Alignment = taRightJustify
ParentFont = False
TabOrder = 4
Value = 4
end
object LabelScale: TLabel
Left = 15
Height = 15
Top = 121
Width = 35
Caption = 'Escala:'
ParentColor = False
ParentFont = False
end
object ComboBoxScale: TComboBox
Left = 72
Height = 23
Top = 117
Width = 224
ItemHeight = 15
ParentFont = False
Style = csDropDownList
TabOrder = 5
end
end