home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / THISTOGRAMFRM / THISTOGRAMFRM.txt < prev   
Text File  |  2005-05-01  |  2KB  |  133 lines

  1. object Histogramfrm: THistogramfrm
  2.   Left = 96
  3.   Top = 42
  4.   BorderStyle = bsDialog
  5.   Caption = 'Histogram'
  6.   ClientHeight = 282
  7.   ClientWidth = 375
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnPaint = FormPaint
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 383
  25.     Height = 27
  26.     Stretch = True
  27.   end
  28.   object Image3: TImage
  29.     Left = 251
  30.     Top = 0
  31.     Width = 124
  32.     Height = 282
  33.     Align = alRight
  34.     AutoSize = True
  35.     Picture.Data = {<image001.bmp>}
  36.     Transparent = True
  37.   end
  38.   object Bevel3: TBevel
  39.     Left = 31
  40.     Top = 200
  41.     Width = 313
  42.     Height = 33
  43.   end
  44.   object Bevel1: TBevel
  45.     Left = 39
  46.     Top = 128
  47.     Width = 289
  48.     Height = 50
  49.     Shape = bsBottomLine
  50.   end
  51.   object Bevel2: TBevel
  52.     Left = 47
  53.     Top = 48
  54.     Width = 50
  55.     Height = 138
  56.     Shape = bsLeftLine
  57.   end
  58.   object Label1: TLabel
  59.     Left = 11
  60.     Top = 56
  61.     Width = 32
  62.     Height = 13
  63.     Alignment = taRightJustify
  64.     Caption = 'Label1'
  65.   end
  66.   object Label2: TLabel
  67.     Left = 303
  68.     Top = 184
  69.     Width = 32
  70.     Height = 13
  71.     Caption = 'Label2'
  72.   end
  73.   object Label3: TLabel
  74.     Left = 47
  75.     Top = 184
  76.     Width = 32
  77.     Height = 13
  78.     Caption = 'Label3'
  79.   end
  80.   object PaintBox1: TPaintBox
  81.     Left = 47
  82.     Top = 72
  83.     Width = 273
  84.     Height = 105
  85.   end
  86.   object Label4: TLabel
  87.     Left = 45
  88.     Top = 202
  89.     Width = 32
  90.     Height = 13
  91.     Alignment = taCenter
  92.     Caption = 'Label4'
  93.     Font.Charset = DEFAULT_CHARSET
  94.     Font.Color = clNavy
  95.     Font.Height = -11
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = []
  98.     ParentFont = False
  99.   end
  100.   object Label5: TLabel
  101.     Left = 45
  102.     Top = 218
  103.     Width = 32
  104.     Height = 13
  105.     Alignment = taCenter
  106.     Caption = 'Label5'
  107.     Font.Charset = DEFAULT_CHARSET
  108.     Font.Color = clNavy
  109.     Font.Height = -11
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = []
  112.     ParentFont = False
  113.   end
  114.   object Image2: TImage
  115.     Left = 8
  116.     Top = 8
  117.     Width = 32
  118.     Height = 32
  119.     AutoSize = True
  120.     Picture.Data = {<image002.bmp>}
  121.   end
  122.   object Button1: TButton
  123.     Left = 150
  124.     Top = 247
  125.     Width = 75
  126.     Height = 25
  127.     Caption = '&OK'
  128.     Default = True
  129.     TabOrder = 0
  130.     OnClick = Button1Click
  131.   end
  132. end
  133.