object IDD_OthersMsg: TIDD_OthersMsg Left = 381 Top = 180 BorderStyle = bsDialog Caption = '@loha' ClientHeight = 142 ClientWidth = 234 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object IDC_MSG: TLabel Left = 14 Top = 8 Width = 210 Height = 65 WordWrap = True end object IDC_ChkBox: TCheckBox Left = 32 Top = 80 Width = 193 Height = 17 Caption = 'Don'#39't Show This Message Again !' TabOrder = 0 OnClick = IDC_ChkBoxClick end object IDC_OK: TButton Left = 64 Top = 104 Width = 105 Height = 33 Caption = '&OK' Default = True TabOrder = 1 OnClick = IDC_OKClick end end