home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Enter 1999 April / enter_04_1999_cd2.iso / MAT3 / treesize / _SETUP.1 / Tsizepro.exe / 0 / RCDATA / TBTNBOTTOMDLG1 / TBTNBOTTOMDLG1.txt
Text File  |  1998-09-07  |  1KB  |  77 lines

  1. object BtnBottomDlg1: TBtnBottomDlg1
  2.   Left = 298
  3.   Top = 294
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Caption'
  7.   ClientHeight = 293
  8.   ClientWidth = 169
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 56
  21.     Width = 48
  22.     Height = 13
  23.     Caption = 'Options:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 44
  29.     Height = 13
  30.     Caption = 'Gallery:'
  31.   end
  32.   object OKBtn: TBitBtn
  33.     Left = 8
  34.     Top = 260
  35.     Width = 73
  36.     Height = 27
  37.     TabOrder = 0
  38.     Kind = bkOK
  39.     Margin = 2
  40.     Spacing = -1
  41.     IsControl = True
  42.   end
  43.   object CancelBtn: TBitBtn
  44.     Left = 88
  45.     Top = 260
  46.     Width = 73
  47.     Height = 27
  48.     TabOrder = 1
  49.     Kind = bkCancel
  50.     Margin = 2
  51.     Spacing = -1
  52.     IsControl = True
  53.   end
  54.   object OptionsList: TListBox
  55.     Left = 8
  56.     Top = 72
  57.     Width = 153
  58.     Height = 177
  59.     Color = clWhite
  60.     ItemHeight = 13
  61.     Style = lbOwnerDrawFixed
  62.     TabOrder = 2
  63.     OnDblClick = OptionsListDblClick
  64.     OnDrawItem = OptionsListDrawItem
  65.   end
  66.   object GalleryCombo: TComboBox
  67.     Left = 8
  68.     Top = 24
  69.     Width = 153
  70.     Height = 21
  71.     Style = csDropDownList
  72.     Color = clWhite
  73.     ItemHeight = 13
  74.     TabOrder = 3
  75.   end
  76. end
  77.