home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Software / Vyzkuste / Waveflow / Waveflow.exe / 0 / RCDATA / TFORM22 / TFORM22.txt
Text File  |  1999-08-29  |  2KB  |  116 lines

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