home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 July / PCWorld_2000-07_cd.bin / Software / TemaCD / waveflow / waveflow.exe / 0 / RCDATA / TFORM22 / TFORM22.txt
Text File  |  2000-05-05  |  2KB  |  118 lines

  1. object Form22: TForm22
  2.   Left = 96
  3.   Top = 42
  4.   BorderStyle = bsDialog
  5.   Caption = 'Histogram'
  6.   ClientHeight = 285
  7.   ClientWidth = 427
  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.   OnPaint = FormPaint
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel3: TBevel
  20.     Left = 64
  21.     Top = 200
  22.     Width = 321
  23.     Height = 33
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = 72
  27.     Top = 128
  28.     Width = 289
  29.     Height = 50
  30.     Shape = bsBottomLine
  31.   end
  32.   object Bevel2: TBevel
  33.     Left = 80
  34.     Top = 48
  35.     Width = 50
  36.     Height = 138
  37.     Shape = bsLeftLine
  38.   end
  39.   object Label1: TLabel
  40.     Left = 40
  41.     Top = 56
  42.     Width = 32
  43.     Height = 13
  44.     Caption = 'Label1'
  45.   end
  46.   object Label2: TLabel
  47.     Left = 336
  48.     Top = 184
  49.     Width = 32
  50.     Height = 13
  51.     Caption = 'Label2'
  52.   end
  53.   object Label3: TLabel
  54.     Left = 80
  55.     Top = 184
  56.     Width = 32
  57.     Height = 13
  58.     Caption = 'Label3'
  59.   end
  60.   object PaintBox1: TPaintBox
  61.     Left = 80
  62.     Top = 72
  63.     Width = 273
  64.     Height = 105
  65.   end
  66.   object Label4: TLabel
  67.     Left = 78
  68.     Top = 202
  69.     Width = 32
  70.     Height = 13
  71.     Alignment = taCenter
  72.     Caption = 'Label4'
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clNavy
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ParentFont = False
  79.   end
  80.   object Label5: TLabel
  81.     Left = 78
  82.     Top = 218
  83.     Width = 32
  84.     Height = 13
  85.     Alignment = taCenter
  86.     Caption = 'Label5'
  87.     Font.Charset = DEFAULT_CHARSET
  88.     Font.Color = clNavy
  89.     Font.Height = -11
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = []
  92.     ParentFont = False
  93.   end
  94.   object Etiq3D1: TEtiq3D
  95.     Left = 104
  96.     Top = 2
  97.     Width = 219
  98.     Height = 55
  99.     Caption = 'Histogram'
  100.     Font.Charset = ANSI_CHARSET
  101.     Font.Color = clNavy
  102.     Font.Height = -48
  103.     Font.Name = 'Times New Roman'
  104.     Font.Style = [fsBold]
  105.     ParentFont = False
  106.   end
  107.   object Button1: TButton
  108.     Left = 176
  109.     Top = 248
  110.     Width = 75
  111.     Height = 25
  112.     Caption = '&OK'
  113.     Default = True
  114.     TabOrder = 0
  115.     OnClick = Button1Click
  116.   end
  117. end
  118.