object PrefDlg: TPrefDlg Left = 396 Top = 172 BorderStyle = bsDialog Caption = 'Preference' ClientHeight = 92 ClientWidth = 254 ParentFont = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 28 Top = 12 Width = 37 Height = 12 Caption = 'Dither :' end object OKBtn: TButton Left = 35 Top = 56 Width = 75 Height = 21 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 151 Top = 56 Width = 75 Height = 21 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object PrefDither: TComboBox Left = 80 Top = 8 Width = 145 Height = 20 Style = csDropDownList ItemHeight = 12 Items.Strings = ( 'No Effect' 'Effect 1' 'Effect 2' 'Effect 3' 'Effect 4') TabOrder = 2 end end