-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit2.dfm
160 lines (160 loc) · 3.32 KB
/
Unit2.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
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
object frmAjuste: TfrmAjuste
Left = 393
Top = 130
Width = 390
Height = 244
BorderStyle = bsSizeToolWin
Caption = 'Ajuste'
Color = clBtnFace
Constraints.MinHeight = 180
Constraints.MinWidth = 379
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
OnDeactivate = FormDeactivate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 169
Top = 0
Width = 4
Height = 156
OnCanResize = Splitter1CanResize
end
object Painel: TPanel
Left = 0
Top = 156
Width = 382
Height = 54
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
DesignSize = (
382
54)
object Label1: TLabel
Left = 8
Top = 8
Width = 20
Height = 13
Caption = 'Bias'
Transparent = False
end
object BitBtn1: TBitBtn
Left = 305
Top = 27
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '&Fechar'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = BitBtn1Click
NumGlyphs = 2
end
object Button1: TButton
Left = 230
Top = 2
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '&Multi-Edi'#231#227'o'
TabOrder = 1
OnClick = Button1Click
end
object edtBias: TEdit
Left = 32
Top = 4
Width = 49
Height = 21
TabOrder = 2
Text = '0'
OnKeyPress = edtBiasKeyPress
end
object Button2: TButton
Left = 305
Top = 2
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '&Limpar'
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 230
Top = 27
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '&Salvar'
TabOrder = 4
OnClick = Button3Click
end
object ckbSobrepor: TCheckBox
Left = 8
Top = 32
Width = 193
Height = 17
Caption = 'Aplicar sobre a Imagem Trasformada'
Enabled = False
TabOrder = 5
end
end
object Grade: TStringGrid
Left = 173
Top = 0
Width = 209
Height = 156
Align = alClient
ColCount = 50
Ctl3D = True
DefaultColWidth = 20
DefaultRowHeight = 20
FixedColor = 16776176
FixedCols = 0
RowCount = 50
FixedRows = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
ParentCtl3D = False
TabOrder = 1
OnKeyDown = GradeKeyDown
OnKeyPress = GradeKeyPress
OnMouseDown = GradeMouseDown
OnMouseMove = GradeMouseMove
OnMouseUp = GradeMouseUp
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 169
Height = 156
Align = alLeft
BevelOuter = bvNone
TabOrder = 2
object ListBox: TListBox
Left = 0
Top = 0
Width = 169
Height = 156
Style = lbOwnerDrawFixed
Align = alClient
ItemHeight = 13
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnClick = ListBoxClick
OnDrawItem = ListBoxDrawItem
OnKeyDown = ListBoxKeyDown
OnMouseMove = ListBoxMouseMove
end
end
end