object AttributesForm: TAttributesForm Left = 283 Top = 226 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Select attributes ...' ClientHeight = 182 ClientWidth = 273 Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 15 object btnPanel: TPanel Left = 0 Top = 143 Width = 273 Height = 39 Align = alBottom BevelOuter = bvNone TabOrder = 0 object btnOK: TButton Left = 18 Top = 7 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = btnOKClick end object btnCalcel: TButton Left = 180 Top = 7 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object btnDefault: TButton Left = 99 Top = 7 Width = 75 Height = 25 Caption = '&Default' TabOrder = 2 OnClick = btnDefaultClick end end object rgArchive: TRadioGroup Left = 0 Top = 0 Width = 273 Height = 35 Align = alTop Caption = ' Archive ' Columns = 3 Items.Strings = ( 'Set' 'Unchanged' 'Unset') TabOrder = 1 end object rgReadOnly: TRadioGroup Left = 0 Top = 35 Width = 273 Height = 35 Align = alTop Caption = ' Read only ' Columns = 3 Items.Strings = ( 'Set' 'Unchanged' 'Unset') TabOrder = 2 end object rgSystem: TRadioGroup Left = 0 Top = 105 Width = 273 Height = 35 Align = alTop Caption = ' System ' Columns = 3 Items.Strings = ( 'Set' 'Unchanged' 'Unset') TabOrder = 3 end object rgHidden: TRadioGroup Left = 0 Top = 70 Width = 273 Height = 35 Align = alTop Caption = ' Hidden ' Columns = 3 Items.Strings = ( 'Set' 'Unchanged' 'Unset') TabOrder = 4 end end