object ClipboardDlg: TClipboardDlg Left = 750 Top = 152 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Copy to Clipboard' ClientHeight = 155 ClientWidth = 212 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object CancelBtn: TBitBtn Left = 120 Top = 120 Width = 73 Height = 26 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 NumGlyphs = 2 end object JustLeftBtn: TBitBtn Tag = 1 Left = 16 Top = 16 Width = 177 Height = 25 Caption = 'Just &Left Side' TabOrder = 0 OnClick = BtnClick end object JustRightBtn: TBitBtn Tag = 2 Left = 16 Top = 48 Width = 177 Height = 25 Caption = 'Just &Right Side' TabOrder = 1 OnClick = BtnClick end object BothBtn: TBitBtn Tag = 3 Left = 16 Top = 80 Width = 177 Height = 25 Caption = '&Both Sides (w/Tab)' TabOrder = 2 OnClick = BtnClick end end