home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / applicaz / snotetab / notetab.exe / 0 / RCDATA / TFRMQUERY / TFRMQUERY.txt < prev   
Text File  |  1998-01-25  |  2KB  |  79 lines

  1. object frmQuery: TfrmQuery
  2.   Left = 218
  3.   Top = 440
  4.   Hint = '|Question'
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   ActiveControl = edUserInput
  8.   BorderIcons = [biSystemMenu]
  9.   AutoScroll = False
  10.   Caption = 'Input'
  11.   ClientHeight = 81
  12.   ClientWidth = 321
  13.   Font.Color = clBlack
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   Icon.Data = {<image000.ico>}
  19.   Position = poScreenCenter
  20.   Scaled = False
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Bevel1: TBevel
  25.     Left = 8
  26.     Top = 8
  27.     Width = 201
  28.     Height = 65
  29.   end
  30.   object lbledUserInput: TEnhLabel
  31.     Left = 16
  32.     Top = 19
  33.     Width = 45
  34.     Height = 13
  35.     Caption = '&Question:'
  36.     FocusControl = edUserInput
  37.     WordWrap = True
  38.   end
  39.   object BBOk: TBitBtn
  40.     Left = 228
  41.     Top = 20
  42.     Width = 81
  43.     Height = 25
  44.     Caption = 'OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 0
  48.     OnClick = BBOkClick
  49.     NumGlyphs = 2
  50.   end
  51.   object BBCancel: TBitBtn
  52.     Left = 228
  53.     Top = 49
  54.     Width = 81
  55.     Height = 25
  56.     Cancel = True
  57.     Caption = 'Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 1
  60.     NumGlyphs = 2
  61.   end
  62.   object edUserInput: TLblEdit
  63.     Left = 16
  64.     Top = 36
  65.     Width = 185
  66.     Height = 21
  67.     TabOrder = 2
  68.     OnKeyPress = edUserInputKeyPress
  69.     OverwriteMode = False
  70.     UndoWhenEsc = False
  71.     WordWrap = False
  72.     LabelPos = lpTop
  73.     LabelMargin = 4
  74.     LabelComponent = lbledUserInput
  75.     LabelRelLeft = 0
  76.     LabelRelTop = -17
  77.   end
  78. end
  79.