home *** CD-ROM | disk | FTP | other *** search
- object Form22: TForm22
- Left = 96
- Top = 42
- BorderStyle = bsDialog
- Caption = 'Histogram'
- ClientHeight = 282
- ClientWidth = 375
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnPaint = FormPaint
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 383
- Height = 27
- Stretch = True
- end
- object Image3: TImage
- Left = 251
- Top = 0
- Width = 124
- Height = 282
- Align = alRight
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object Bevel3: TBevel
- Left = 31
- Top = 200
- Width = 313
- Height = 33
- end
- object Bevel1: TBevel
- Left = 39
- Top = 128
- Width = 289
- Height = 50
- Shape = bsBottomLine
- end
- object Bevel2: TBevel
- Left = 47
- Top = 48
- Width = 50
- Height = 138
- Shape = bsLeftLine
- end
- object Label1: TLabel
- Left = 11
- Top = 56
- Width = 32
- Height = 13
- Alignment = taRightJustify
- Caption = 'Label1'
- end
- object Label2: TLabel
- Left = 303
- Top = 184
- Width = 32
- Height = 13
- Caption = 'Label2'
- end
- object Label3: TLabel
- Left = 47
- Top = 184
- Width = 32
- Height = 13
- Caption = 'Label3'
- end
- object PaintBox1: TPaintBox
- Left = 47
- Top = 72
- Width = 273
- Height = 105
- end
- object Label4: TLabel
- Left = 45
- Top = 202
- Width = 32
- Height = 13
- Alignment = taCenter
- Caption = 'Label4'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label5: TLabel
- Left = 45
- Top = 218
- Width = 32
- Height = 13
- Alignment = taCenter
- Caption = 'Label5'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Image2: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- end
- object Button1: TButton
- Left = 150
- Top = 247
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- end
-