home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / nowosci / edwzorow / ew.exe / 0 / RCDATA / TEQWIZARD / TEQWIZARD.txt
Text File  |  1997-11-13  |  2KB  |  123 lines

  1. object EqWizard: TEqWizard
  2.   Left = 228
  3.   Top = 189
  4.   Width = 515
  5.   Height = 294
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Kreator wzoru'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 14
  17.     Top = 7
  18.     Width = 130
  19.     Height = 13
  20.     Caption = 'Wybierz wz∩┐╜r z listy poni∩┐╜ej '
  21.     Font.Color = clWindowText
  22.     Font.Height = -12
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object LabWait: TLabel
  28.     Left = 245
  29.     Top = 7
  30.     Width = 127
  31.     Height = 13
  32.     Caption = 'Podgl∩┐╜d wzoru'
  33.     Font.Color = clWindowText
  34.     Font.Height = -12
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object ListBox1: TListBox
  40.     Left = 7
  41.     Top = 28
  42.     Width = 211
  43.     Height = 190
  44.     ItemHeight = 13
  45.     TabOrder = 0
  46.     OnClick = ListBox1Click
  47.   end
  48.   object Button1: TButton
  49.     Left = 6
  50.     Top = 235
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'Wklej'
  54.     Default = True
  55.     ModalResult = 1
  56.     TabOrder = 2
  57.   end
  58.   object Button2: TButton
  59.     Left = 143
  60.     Top = 235
  61.     Width = 75
  62.     Height = 25
  63.     Cancel = True
  64.     Caption = 'Anuluj'
  65.     ModalResult = 2
  66.     TabOrder = 3
  67.   end
  68.   object Panel1: TPanel
  69.     Left = 238
  70.     Top = 28
  71.     Width = 260
  72.     Height = 232
  73.     BevelInner = bvLowered
  74.     BevelOuter = bvNone
  75.     BevelWidth = 2
  76.     Caption = 'Prosz∩┐╜ czeka∩┐╜...'
  77.     TabOrder = 4
  78.   end
  79.   object ScrollBox1: TScrollBox
  80.     Left = 238
  81.     Top = 28
  82.     Width = 260
  83.     Height = 232
  84.     TabOrder = 1
  85.     object BackPanel: TPanel
  86.       Left = 55
  87.       Top = 98
  88.       Width = 185
  89.       Height = 41
  90.       BevelOuter = bvNone
  91.       Color = clGray
  92.       TabOrder = 2
  93.     end
  94.     object FramePanel: TPanel
  95.       Left = 70
  96.       Top = 14
  97.       Width = 356
  98.       Height = 206
  99.       BevelOuter = bvNone
  100.       Caption = 'FramePanel'
  101.       Color = clBlack
  102.       TabOrder = 1
  103.     end
  104.     object EqPanel: TPanel
  105.       Left = 105
  106.       Top = 0
  107.       Width = 305
  108.       Height = 206
  109.       BevelOuter = bvNone
  110.       Caption = 'EqPanel'
  111.       Color = clWindow
  112.       TabOrder = 0
  113.       object Frame: TShape
  114.         Left = 63
  115.         Top = 63
  116.         Width = 85
  117.         Height = 64
  118.         Pen.Mode = pmMask
  119.       end
  120.     end
  121.   end
  122. end
  123.