object remm: Tremm Left = 226 Top = 182 BorderStyle = bsToolWindow Caption = 'Reminder!!' ClientHeight = 195 ClientWidth = 268 Color = 14547961 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 16 Width = 220 Height = 37 Caption = 'Don'#39't Forget!!!' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -32 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 32 Top = 64 Width = 209 Height = 81 Alignment = taCenter AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object Button1: TButton Left = 88 Top = 160 Width = 89 Height = 25 Caption = 'Close' TabOrder = 0 OnClick = Button1Click end object ListBox1: TListBox Left = 384 Top = 64 Width = 65 Height = 17 ItemHeight = 13 TabOrder = 1 Visible = False end object RadioButton1: TRadioButton Left = 56 Top = 192 Width = 177 Height = 17 Caption = 'Don'#39't remind me again' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 Visible = False OnClick = RadioButton1Click end object ListBox2: TListBox Left = 384 Top = 88 Width = 65 Height = 17 ItemHeight = 13 TabOrder = 3 end object ListBox3: TListBox Left = 384 Top = 128 Width = 65 Height = 17 ItemHeight = 13 TabOrder = 4 end end