home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / WTXT / CTE32_.ZIP / _SETUP.1 / Cte95.exe / 0 / RCDATA / TSIGLADLG / TSIGLADLG.txt
Text File  |  1998-06-03  |  1KB  |  56 lines

  1. object SiglaDlg: TSiglaDlg
  2.   Left = 365
  3.   Top = 123
  4.   HelpContext = 5007
  5.   ActiveControl = LBSigla
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Sigla'
  9.   ClientHeight = 276
  10.   ClientWidth = 112
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Left = 52
  21.     Top = 0
  22.     Width = 41
  23.     Height = 33
  24.     Cancel = True
  25.     ModalResult = 2
  26.     TabOrder = 2
  27.   end
  28.   object OKBtn: TBitBtn
  29.     Left = 0
  30.     Top = 250
  31.     Width = 113
  32.     Height = 27
  33.     Caption = 'Insert'
  34.     TabOrder = 0
  35.     OnClick = OKBtnClick
  36.     Kind = bkOK
  37.     Margin = 2
  38.     Spacing = -1
  39.     IsControl = True
  40.   end
  41.   object LBSigla: TListBox
  42.     Left = 0
  43.     Top = 0
  44.     Width = 113
  45.     Height = 250
  46.     BorderStyle = bsNone
  47.     Columns = 3
  48.     ItemHeight = 16
  49.     MultiSelect = True
  50.     Style = lbOwnerDrawFixed
  51.     TabOrder = 1
  52.     OnDblClick = LBSiglaDblClick
  53.     OnDrawItem = LBSiglaDrawItem
  54.   end
  55. end
  56.