home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 October / PCWorld_2002-10_cd.bin / Software / TemaCD / waveflow / waveflow.exe / 0 / RCDATA / TFORM22 / TFORM22.txt < prev   
Encoding:
Text File  |  2002-08-18  |  2.3 KB  |  132 lines

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