object frmTestHistoryComboBox: TfrmTestHistoryComboBox Left = 375 Top = 162 Width = 281 Height = 191 Caption = 'HistoryComboBox - Test' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 10 Top = 96 Width = 249 Height = 55 end object Label1: TLabel Left = 18 Top = 101 Width = 232 Height = 13 Caption = 'Put in some Text in the above History-Combobox.' end object Label2: TLabel Left = 18 Top = 119 Width = 197 Height = 13 Caption = 'Read: Fills the Combobox from the Ini-File.' end object Label3: TLabel Left = 18 Top = 134 Width = 217 Height = 13 Caption = 'Write: Updates the Combobox and the Ini-File.' end object btRead: TButton Left = 193 Top = 15 Width = 66 Height = 28 Caption = 'Read' TabOrder = 0 OnClick = btReadClick end object btWrite: TButton Left = 193 Top = 51 Width = 66 Height = 28 Caption = 'Write' TabOrder = 1 OnClick = btWriteClick end object HistoryComboBox1: THistoryComboBox Left = 16 Top = 19 Width = 145 Height = 21 ItemHeight = 13 TabOrder = 2 Text = 'HistoryComboBox1' IniSection = 'TestSection' end end