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

  1. object frmAskCombo: TfrmAskCombo
  2.   Left = 260
  3.   Top = 436
  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: TLblComboBox
  63.     Left = 16
  64.     Top = 36
  65.     Width = 185
  66.     Height = 21
  67.     DropDownCount = 10
  68.     ItemHeight = 13
  69.     TabOrder = 2
  70.     OnKeyPress = edUserInputKeyPress
  71.     AddNewToStart = True
  72.     AddNewToList = True
  73.     CaseSensitive = True
  74.     DestroyObjects = False
  75.     LimitToList = False
  76.     OverwriteMode = False
  77.     ReadOnly = False
  78.     UndoWhenEsc = False
  79.     LabelPos = lpTop
  80.     LabelMargin = 4
  81.     LabelComponent = lbledUserInput
  82.     LabelRelLeft = 0
  83.     LabelRelTop = -17
  84.   end
  85. end
  86.