~ubuntu-branches/ubuntu/utopic/mricron/utopic

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
object HistogramForm: THistogramForm
  Left = 510
  Height = 336
  Top = 265
  Width = 465
  Caption = 'Histogram'
  ClientHeight = 311
  ClientWidth = 465
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Menu = MainMenu1
  Position = poScreenCenter
  LCLVersion = '0.9.30'
  object HistoPanel: TScrollBox
    Left = 0
    Height = 311
    Top = 0
    Width = 465
    Align = alClient
    ClientHeight = 309
    ClientWidth = 463
    TabOrder = 0
    object HistoImage: TImage
      Cursor = crCross
      Left = 0
      Height = 309
      Top = 0
      Width = 463
      Align = alClient
      AutoSize = True
      Center = 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