object TipDialog: TTipDialog Left = 284 Top = 136 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'TipDialog' ClientHeight = 114 ClientWidth = 305 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Info: TLabel Left = 16 Top = 16 Width = 3 Height = 13 Transparent = True WordWrap = True end object OKButton: TButton Left = 216 Top = 48 Width = 75 Height = 23 Default = True ModalResult = 1 TabOrder = 0 end object DontShowAgainSwitch: TCheckBox Left = 16 Top = 56 Width = 193 Height = 25 TabOrder = 1 end end