object YNACDialog: TYNACDialog Left = 365 Top = 281 BorderIcons = [biSystemMenu] BorderStyle = bsDialog ClientHeight = 104 ClientWidth = 345 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Info: TLabel Left = 72 Top = 16 Width = 257 Height = 49 AutoSize = False Transparent = True WordWrap = True end object QuestImg: TImage Left = 24 Top = 16 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object YesButton: TButton Left = 16 Top = 72 Width = 75 Height = 23 ModalResult = 6 TabOrder = 0 end object NoButton: TButton Left = 96 Top = 72 Width = 75 Height = 23 ModalResult = 7 TabOrder = 1 end object AllButton: TButton Left = 176 Top = 72 Width = 75 Height = 23 ModalResult = 8 TabOrder = 2 end object CancelButton: TButton Left = 256 Top = 72 Width = 75 Height = 23 ModalResult = 2 TabOrder = 3 end end