home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / auto32_3.exe / rar / AUTO32_3 / LIB.D3 / REFERRED.DFM / REFERRED.txt
Text File  |  1996-12-25  |  2KB  |  120 lines

  1. object ReferenceTextEdit: TReferenceTextEdit
  2.   Left = 171
  3.   Top = 175
  4.   HorzScrollBar.Visible = False
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 105
  8.   ClientWidth = 488
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label2: TLabel
  16.     Left = 5
  17.     Top = 11
  18.     Width = 41
  19.     Height = 13
  20.     Caption = 'Text'
  21.   end
  22.   object Label3: TLabel
  23.     Left = 6
  24.     Top = 46
  25.     Width = 60
  26.     Height = 13
  27.     Caption = 'Text on error'
  28.   end
  29.   object Panel: TPanel
  30.     Left = 0
  31.     Top = 74
  32.     Width = 488
  33.     Height = 31
  34.     Align = alBottom
  35.     BevelOuter = bvNone
  36.     TabOrder = 3
  37.     object Label1: TLabel
  38.       Left = 95
  39.       Top = 8
  40.       Width = 27
  41.       Height = 13
  42.       Caption = 'Fields'
  43.     end
  44.     object Button1: TButton
  45.       Left = 318
  46.       Top = 1
  47.       Width = 75
  48.       Height = 25
  49.       Caption = 'Ok'
  50.       Default = True
  51.       ModalResult = 1
  52.       TabOrder = 3
  53.     end
  54.     object ComboBox: TComboBox
  55.       Left = 124
  56.       Top = 4
  57.       Width = 93
  58.       Height = 21
  59.       Style = csDropDownList
  60.       ItemHeight = 13
  61.       Sorted = True
  62.       TabOrder = 1
  63.     end
  64.     object Button2: TButton
  65.       Left = 407
  66.       Top = 0
  67.       Width = 75
  68.       Height = 25
  69.       Cancel = True
  70.       Caption = 'Cancel'
  71.       ModalResult = 2
  72.       TabOrder = 4
  73.     end
  74.     object Button: TButton
  75.       Left = 226
  76.       Top = 2
  77.       Width = 74
  78.       Height = 25
  79.       Caption = 'Insert'
  80.       TabOrder = 2
  81.       OnClick = ButtonClick
  82.     end
  83.     object CheckBox: TCheckBox
  84.       Left = 4
  85.       Top = 6
  86.       Width = 85
  87.       Height = 17
  88.       Caption = 'View real text'
  89.       TabOrder = 0
  90.       OnClick = CheckBoxClick
  91.     end
  92.   end
  93.   object Edit: TEdit
  94.     Left = 72
  95.     Top = 8
  96.     Width = 411
  97.     Height = 21
  98.     AutoSelect = False
  99.     AutoSize = False
  100.     TabOrder = 0
  101.   end
  102.   object Edit1: TEdit
  103.     Left = 69
  104.     Top = 8
  105.     Width = 81
  106.     Height = 21
  107.     TabOrder = 2
  108.     Visible = False
  109.   end
  110.   object EditError: TEdit
  111.     Left = 70
  112.     Top = 42
  113.     Width = 411
  114.     Height = 21
  115.     AutoSelect = False
  116.     AutoSize = False
  117.     TabOrder = 1
  118.   end
  119. end
  120.