object AboutBox5: TAboutBox5 Left = 281 Top = 319 BorderIcons = [] BorderStyle = bsDialog Caption = 'Select day to change' ClientHeight = 101 ClientWidth = 201 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] Position = poScreenCenter OnCreate = load_background PixelsPerInch = 96 TextHeight = 15 object Image1: TImage Left = 0 Top = 0 Width = 201 Height = 101 Align = alClient Stretch = True end object Label1: TLabel Left = 16 Top = 8 Width = 167 Height = 15 Caption = 'Please select the day to change' Font.Charset = ANSI_CHARSET Font.Color = clYellow Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False Transparent = True end object Button1: TButton Left = 104 Top = 64 Width = 75 Height = 25 Caption = 'OK' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 end object Button2: TButton Left = 24 Top = 64 Width = 75 Height = 25 Caption = 'Cancel' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 end object ComboBox1: TComboBox Left = 40 Top = 32 Width = 121 Height = 23 Style = csDropDownList ItemHeight = 15 Items.Strings = ( 'All' '' 'Mon-Fri' 'Sat-Sun' '' 'Monday' 'Tuesday' 'Wednesday' 'Thursday' 'Friday' 'Saturday' 'Sunday') TabOrder = 2 end end