object QRTableSelect: TQRTableSelect Left = 188 Top = 143 BorderStyle = bsDialog Caption = 'Table Selection' ClientHeight = 62 ClientWidth = 304 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 13 object Label1: TLabel Left = 15 Top = 9 Width = 32 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Alias:' end object Label2: TLabel Left = 10 Top = 36 Width = 37 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Table:' end object Alias: TComboBox Left = 51 Top = 6 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 Sorted = True TabOrder = 0 OnChange = AliasChange end object Table: TComboBox Left = 51 Top = 33 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 Sorted = True TabOrder = 1 end object OK: TButton Left = 220 Top = 4 Width = 75 Height = 25 Caption = 'OK' TabOrder = 2 OnClick = OKClick end object Cancel: TButton Left = 220 Top = 32 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 3 OnClick = CancelClick end end