home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 April / Chip_2002-04_cd1.bin / zkuste / delphi / kolekce / d56 / NT.ZIP / Demos / FileSecurity / Unit1.dfm < prev    next >
Text File  |  2002-01-21  |  3KB  |  146 lines

  1. object Form1: TForm1
  2.   Left = 325
  3.   Top = 284
  4.   BorderStyle = bsDialog
  5.   Caption = 'NTTools - TNTFileSecurity Demo'
  6.   ClientHeight = 248
  7.   ClientWidth = 328
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label5: TLabel
  19.     Left = 8
  20.     Top = 56
  21.     Width = 64
  22.     Height = 13
  23.     Caption = 'ACE #...........'
  24.   end
  25.   object Label6: TLabel
  26.     Left = 8
  27.     Top = 16
  28.     Width = 89
  29.     Height = 13
  30.     Caption = '< no file selected >'
  31.   end
  32.   object Button1: TButton
  33.     Left = 168
  34.     Top = 8
  35.     Width = 153
  36.     Height = 25
  37.     Caption = '&Select File'
  38.     TabOrder = 0
  39.     OnClick = Button1Click
  40.   end
  41.   object Button2: TButton
  42.     Left = 168
  43.     Top = 48
  44.     Width = 153
  45.     Height = 25
  46.     Caption = 'Show ACE Detail'
  47.     TabOrder = 1
  48.     OnClick = Button2Click
  49.   end
  50.   object SpinEdit1: TSpinEdit
  51.     Left = 72
  52.     Top = 48
  53.     Width = 89
  54.     Height = 22
  55.     MaxValue = 0
  56.     MinValue = 0
  57.     TabOrder = 2
  58.     Value = 0
  59.   end
  60.   object GroupBox1: TGroupBox
  61.     Left = 8
  62.     Top = 80
  63.     Width = 313
  64.     Height = 161
  65.     Caption = 'ACE'
  66.     TabOrder = 3
  67.     object Label1: TLabel
  68.       Left = 16
  69.       Top = 32
  70.       Width = 103
  71.       Height = 13
  72.       Caption = 'ACE'#39's.........................'
  73.     end
  74.     object Label2: TLabel
  75.       Left = 16
  76.       Top = 64
  77.       Width = 106
  78.       Height = 13
  79.       Caption = 'Owner.........................'
  80.     end
  81.     object Label3: TLabel
  82.       Left = 16
  83.       Top = 96
  84.       Width = 99
  85.       Height = 13
  86.       Caption = 'Domain.....................'
  87.     end
  88.     object Label4: TLabel
  89.       Left = 16
  90.       Top = 128
  91.       Width = 91
  92.       Height = 13
  93.       Caption = 'Access Mask.........'
  94.     end
  95.     object Edit1: TEdit
  96.       Left = 96
  97.       Top = 24
  98.       Width = 65
  99.       Height = 21
  100.       ReadOnly = True
  101.       TabOrder = 0
  102.     end
  103.     object Edit2: TEdit
  104.       Left = 96
  105.       Top = 56
  106.       Width = 201
  107.       Height = 21
  108.       ReadOnly = True
  109.       TabOrder = 1
  110.     end
  111.     object Edit3: TEdit
  112.       Left = 96
  113.       Top = 88
  114.       Width = 201
  115.       Height = 21
  116.       ReadOnly = True
  117.       TabOrder = 2
  118.     end
  119.     object Edit4: TEdit
  120.       Left = 96
  121.       Top = 120
  122.       Width = 201
  123.       Height = 23
  124.       Font.Charset = ANSI_CHARSET
  125.       Font.Color = clWindowText
  126.       Font.Height = -12
  127.       Font.Name = 'Courier New'
  128.       Font.Style = []
  129.       ParentFont = False
  130.       ReadOnly = True
  131.       TabOrder = 3
  132.     end
  133.   end
  134.   object OpenDialog1: TOpenDialog
  135.     Filter = 'All Files (*.*)|*.*'
  136.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofNoNetworkButton, ofEnableSizing]
  137.     Title = 'Select File...'
  138.     Left = 192
  139.     Top = 104
  140.   end
  141.   object NTFileSecurity1: TNTFileSecurity
  142.     Left = 232
  143.     Top = 104
  144.   end
  145. end
  146.