home *** CD-ROM | disk | FTP | other *** search
- object fHistogram: TfHistogram
- Left = 874
- Top = 888
- HelpContext = 43
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Histogramm'
- ClientHeight = 214
- ClientWidth = 317
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- ShowHint = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TmyRxLabel
- Left = 16
- Top = 152
- Width = 29
- Height = 13
- Caption = 'Kanal'
- end
- object Label2: TmyRxLabel
- Left = 184
- Top = 152
- Width = 34
- Height = 13
- Caption = 'Modus'
- end
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 297
- Height = 129
- BevelOuter = bvLowered
- TabOrder = 0
- object HistogramBox1: THistogramBox
- Left = 1
- Top = 1
- Width = 295
- Height = 127
- Hint = 'Hier k�nnen Sie die H�ufigkeit der Pixel im Bild ablesen.'
- AttachedImageEnProc = ImageEnProc1
- Background = clSilver
- Align = alClient
- end
- end
- object ComboBox1: TComboBox
- Left = 66
- Top = 148
- Width = 87
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = ComboBox1Change
- Items.Strings = (
- 'RGB (Grau)'
- 'Rot'
- 'Gr�n'
- 'Blau')
- end
- object ComboBox2: TComboBox
- Left = 224
- Top = 148
- Width = 71
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- OnChange = ComboBox2Change
- Items.Strings = (
- 'Balken'
- 'Linien')
- end
- object Button1: TButton
- Left = 49
- Top = 184
- Width = 75
- Height = 25
- Caption = '&Ok'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object Button9: TButton
- Left = 152
- Top = 184
- Width = 73
- Height = 25
- Caption = '&Hilfe'
- TabOrder = 4
- OnClick = Button9Click
- end
- object ImageEnProc1: TImageEnProc
- PreviewFont.Charset = DEFAULT_CHARSET
- PreviewFont.Color = clWindowText
- PreviewFont.Height = -11
- PreviewFont.Name = 'MS Sans Serif'
- PreviewFont.Style = []
- Left = 48
- Top = 24
- end
- end
-