object BtnBottomDlg1: TBtnBottomDlg1 Left = 298 Top = 294 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Caption' ClientHeight = 293 ClientWidth = 169 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter OnClose = FormClose OnShow = FormShow TextHeight = 13 object Label1: TLabel Left = 8 Top = 56 Width = 48 Height = 13 Caption = 'Options:' end object Label2: TLabel Left = 8 Top = 8 Width = 44 Height = 13 Caption = 'Gallery:' end object OKBtn: TBitBtn Left = 8 Top = 260 Width = 73 Height = 27 TabOrder = 0 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 88 Top = 260 Width = 73 Height = 27 TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object OptionsList: TListBox Left = 8 Top = 72 Width = 153 Height = 177 Color = clWhite ItemHeight = 13 Style = lbOwnerDrawFixed TabOrder = 2 OnDblClick = OptionsListDblClick OnDrawItem = OptionsListDrawItem end object GalleryCombo: TComboBox Left = 8 Top = 24 Width = 153 Height = 21 Style = csDropDownList Color = clWhite ItemHeight = 13 TabOrder = 3 end end