home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / picmaster / picmaster.exe / PicMaster.exe / 0 / RCDATA / TFHISTOGRAM / TFHISTOGRAM.txt
Encoding:
Text File  |  2001-05-24  |  2.2 KB  |  111 lines

  1. object fHistogram: TfHistogram
  2.   Left = 874
  3.   Top = 888
  4.   HelpContext = 43
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Histogramm'
  8.   ClientHeight = 214
  9.   ClientWidth = 317
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   ShowHint = True
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TmyRxLabel
  23.     Left = 16
  24.     Top = 152
  25.     Width = 29
  26.     Height = 13
  27.     Caption = 'Kanal'
  28.   end
  29.   object Label2: TmyRxLabel
  30.     Left = 184
  31.     Top = 152
  32.     Width = 34
  33.     Height = 13
  34.     Caption = 'Modus'
  35.   end
  36.   object Panel1: TPanel
  37.     Left = 8
  38.     Top = 8
  39.     Width = 297
  40.     Height = 129
  41.     BevelOuter = bvLowered
  42.     TabOrder = 0
  43.     object HistogramBox1: THistogramBox
  44.       Left = 1
  45.       Top = 1
  46.       Width = 295
  47.       Height = 127
  48.       Hint = 'Hier k∩┐╜nnen Sie die H∩┐╜ufigkeit der Pixel im Bild ablesen.'
  49.       AttachedImageEnProc = ImageEnProc1
  50.       Background = clSilver
  51.       Align = alClient
  52.     end
  53.   end
  54.   object ComboBox1: TComboBox
  55.     Left = 66
  56.     Top = 148
  57.     Width = 87
  58.     Height = 21
  59.     Style = csDropDownList
  60.     ItemHeight = 13
  61.     TabOrder = 1
  62.     OnChange = ComboBox1Change
  63.     Items.Strings = (
  64.       'RGB (Grau)'
  65.       'Rot'
  66.       'Gr∩┐╜n'
  67.       'Blau')
  68.   end
  69.   object ComboBox2: TComboBox
  70.     Left = 224
  71.     Top = 148
  72.     Width = 71
  73.     Height = 21
  74.     Style = csDropDownList
  75.     ItemHeight = 13
  76.     TabOrder = 2
  77.     OnChange = ComboBox2Change
  78.     Items.Strings = (
  79.       'Balken'
  80.       'Linien')
  81.   end
  82.   object Button1: TButton
  83.     Left = 49
  84.     Top = 184
  85.     Width = 75
  86.     Height = 25
  87.     Caption = '&Ok'
  88.     Default = True
  89.     ModalResult = 1
  90.     TabOrder = 3
  91.   end
  92.   object Button9: TButton
  93.     Left = 152
  94.     Top = 184
  95.     Width = 73
  96.     Height = 25
  97.     Caption = '&Hilfe'
  98.     TabOrder = 4
  99.     OnClick = Button9Click
  100.   end
  101.   object ImageEnProc1: TImageEnProc
  102.     PreviewFont.Charset = DEFAULT_CHARSET
  103.     PreviewFont.Color = clWindowText
  104.     PreviewFont.Height = -11
  105.     PreviewFont.Name = 'MS Sans Serif'
  106.     PreviewFont.Style = []
  107.     Left = 48
  108.     Top = 24
  109.   end
  110. end
  111.