object frmSrwEditItem: TfrmSrwEditItem Left = 314 Top = 101 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = ' Properties' ClientHeight = 383 ClientWidth = 291 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object cmdOK: TBitBtn Left = 54 Top = 356 Width = 73 Height = 25 Caption = '&OK' ModalResult = 1 TabOrder = 1 Style = bsNew end object cmdCancel: TBitBtn Left = 134 Top = 356 Width = 73 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 2 Style = bsNew end object cmdHelp: TBitBtn Left = 214 Top = 356 Width = 73 Height = 25 Caption = '&Help' Enabled = False TabOrder = 3 Style = bsNew end object tabMain: TTabbedNotebook Left = 0 Top = 0 Width = 289 Height = 353 TabFont.Color = clBtnText TabFont.Height = -11 TabFont.Name = 'MS Sans Serif' TabFont.Style = [] TabOrder = 0 object TTabPage Left = 5 Top = 26 Caption = '&General' object labModified2: TLabel Left = 64 Top = 128 Width = 161 Height = 17 AutoSize = False Caption = '{modified date}' WordWrap = True end object labType1: TLabel Left = 16 Top = 64 Width = 27 Height = 13 Caption = 'Type:' end object Label3: TLabel Left = 16 Top = 184 Width = 31 Height = 13 Caption = '&Owner' FocusControl = txtOwner end object Bevel2: TBevel Left = 16 Top = 48 Width = 249 Height = 2 end object labCreated1: TLabel Left = 16 Top = 88 Width = 40 Height = 13 Caption = 'Created:' end object labModified1: TLabel Left = 16 Top = 128 Width = 43 Height = 13 Caption = 'Modified:' end object Bevel3: TBevel Left = 16 Top = 168 Width = 249 Height = 2 end object labUserRights: TLabel Left = 16 Top = 216 Width = 133 Height = 13 Caption = 'Other users are permitted to:' FocusControl = chkOpen end object labCreated2: TLabel Left = 64 Top = 88 Width = 68 Height = 13 Caption = '{created date}' end object labType2: TLabel Left = 64 Top = 64 Width = 28 Height = 13 Caption = '{type}' end object labCreated3: TLabel Left = 64 Top = 104 Width = 58 Height = 13 Caption = '{created by}' end object labModified3: TLabel Left = 64 Top = 144 Width = 61 Height = 13 Caption = '{modified by}' end object labName: TLabel Left = 16 Top = 19 Width = 31 Height = 13 Caption = 'Name:' end object txtName: TEdit Left = 92 Top = 19 Width = 172 Height = 20 TabOrder = 0 end object txtOwner: TEdit Left = 64 Top = 184 Width = 201 Height = 20 TabOrder = 1 end object chkOpen: TCheckBox Left = 64 Top = 232 Width = 209 Height = 17 Caption = 'Open this item' TabOrder = 2 end object chkCopy: TCheckBox Left = 64 Top = 264 Width = 209 Height = 17 Caption = 'Copy this item as a new object' TabOrder = 4 end object chkSave: TCheckBox Left = 64 Top = 248 Width = 209 Height = 17 Caption = 'Save changes or rename this item' TabOrder = 3 end object chkMove: TCheckBox Left = 64 Top = 280 Width = 209 Height = 17 Caption = 'Move this item to a different folder' TabOrder = 5 end object chkDelete: TCheckBox Left = 64 Top = 296 Width = 97 Height = 17 Caption = 'Delete this item' TabOrder = 6 end object Edit1: TEdit Left = 64 Top = 19 Width = 22 Height = 20 Enabled = False TabOrder = 7 end object Panel1: TPanel Left = 66 Top = 20 Width = 17 Height = 17 BevelOuter = bvNone Color = clWhite TabOrder = 8 object imgIcon: TImage Left = 1 Top = 2 Width = 14 Height = 13 end end end object TTabPage Left = 5 Top = 26 Caption = '&Advanced' object labAction1: TLabel Left = 16 Top = 19 Width = 33 Height = 13 Caption = 'Action:' end object labCommand: TLabel Left = 16 Top = 64 Width = 73 Height = 13 Caption = 'Command Line:' end object labAction2: TLabel Left = 64 Top = 19 Width = 37 Height = 13 Caption = '{action}' end object Bevel1: TBevel Left = 16 Top = 48 Width = 249 Height = 2 end object bevSecurity: TBevel Left = 16 Top = 128 Width = 249 Height = 2 end object labSecurity: TLabel Left = 16 Top = 144 Width = 66 Height = 13 Caption = 'Security Code' end object cmdCommand: TSpeedButton Left = 245 Top = 79 Width = 20 Height = 21 Caption = '...' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnClick = cmdCommandClick end object labItemID1: TLabel Left = 208 Top = 299 Width = 37 Height = 13 Caption = 'Item ID:' end object labItemID2: TLabel Left = 248 Top = 299 Width = 16 Height = 13 Caption = '{id}' end object txtCommand: TEdit Left = 16 Top = 80 Width = 225 Height = 20 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object spnSecurity: TSpinEdit Left = 96 Top = 144 Width = 49 Height = 22 MaxValue = 32000 MinValue = 0 TabOrder = 1 Value = 0 end end end object dlgOpen: TOpenDialog Left = 13 Top = 314 end end