home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com 1998 June / WF0698_3.ISO / webauth-misc / HTML_Translator_Trial.exe / 0 / RCDATA / TLMDWLBOX / TLMDWLBOX.txt
Text File  |  1998-06-22  |  2KB  |  91 lines

  1. object LMDWLBox: TLMDWLBox
  2.   Left = 427
  3.   Top = 117
  4.   ActiveControl = ok
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 259
  7.   ClientWidth = 393
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poDefault
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object desc: TLabel
  16.     Left = 6
  17.     Top = 10
  18.     Width = 3
  19.     Height = 10
  20.     FocusControl = lb
  21.     Transparent = True
  22.   end
  23.   object ok: TButton
  24.     Left = 300
  25.     Top = 24
  26.     Width = 86
  27.     Height = 24
  28.     Caption = 'OK'
  29.     Default = True
  30.     Font.Color = clWindowText
  31.     Font.Height = -12
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ModalResult = 1
  35.     ParentFont = False
  36.     TabOrder = 0
  37.     OnClick = okClick
  38.   end
  39.   object cancel: TButton
  40.     Left = 300
  41.     Top = 51
  42.     Width = 86
  43.     Height = 24
  44.     Cancel = True
  45.     Font.Color = clWindowText
  46.     Font.Height = -12
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ModalResult = 2
  50.     ParentFont = False
  51.     TabOrder = 1
  52.   end
  53.   object custom: TButton
  54.     Left = 300
  55.     Top = 85
  56.     Width = 86
  57.     Height = 24
  58.     Font.Color = clWindowText
  59.     Font.Height = -12
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ParentFont = False
  63.     TabOrder = 2
  64.     Visible = False
  65.   end
  66.   object lb: TListBox
  67.     Left = 6
  68.     Top = 25
  69.     Width = 287
  70.     Height = 227
  71.     ItemHeight = 13
  72.     TabOrder = 3
  73.     OnClick = lbClick
  74.     OnDblClick = lbDblClick
  75.   end
  76.   object fs: TLMDFormStyler
  77.     Font.Color = clWindowText
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     Options = [fsAdjustRect, fsUseDefaultFont, fsUseFormCaption]
  82.     Left = 360
  83.     Top = 224
  84.   end
  85.   object b: TLMDBack
  86.     Enabled = False
  87.     Left = 320
  88.     Top = 164
  89.   end
  90. end
  91.