-
Notifications
You must be signed in to change notification settings - Fork 25
/
histoform.lfm
executable file
·67 lines (67 loc) · 1.46 KB
/
histoform.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
object HistogramForm: THistogramForm
Left = 364
Height = 407
Top = 171
Width = 524
Caption = 'Histogram'
ClientHeight = 407
ClientWidth = 524
Font.Height = -11
Menu = MainMenu1
OnCreate = FormCreate
OnHide = FormHide
OnResize = FormResize
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.9.0.0'
object HistoPanel: TScrollBox
Left = 0
Height = 407
Top = 0
Width = 524
HorzScrollBar.Page = 90
VertScrollBar.Page = 90
Align = alClient
ClientHeight = 392
ClientWidth = 509
Font.Height = -11
ParentFont = False
TabOrder = 0
object HistoImage: TImage
Cursor = crCross
Left = 0
Height = 392
Top = 0
Width = 509
Align = alClient
AutoSize = True
Center = True
Stretch = True
end
end
object MainMenu1: TMainMenu
left = 113
top = 51
object File1: TMenuItem
Caption = 'File'
object Saveasbitmap1: TMenuItem
Caption = 'Save as bitmap...'
ShortCut = 16467
OnClick = Saveasbitmap1Click
end
object Closewindow1: TMenuItem
Caption = 'Close window'
ShortCut = 16471
OnClick = Closewindow1Click
end
end
object Edit1: TMenuItem
Caption = 'Edit'
object Copy1: TMenuItem
Caption = 'Copy'
ShortCut = 16451
OnClick = Copy1Click
end
end
end
end