home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EBRepDesigner.exe / 0 / RCDATA / TFRMSRWEDITITEM / TFRMSRWEDITITEM.txt
Text File  |  1999-06-21  |  7KB  |  331 lines

  1. object frmSrwEditItem: TfrmSrwEditItem
  2.   Left = 314
  3.   Top = 101
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = ' Properties'
  7.   ClientHeight = 383
  8.   ClientWidth = 291
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object cmdOK: TBitBtn
  17.     Left = 54
  18.     Top = 356
  19.     Width = 73
  20.     Height = 25
  21.     Caption = '&OK'
  22.     ModalResult = 1
  23.     TabOrder = 1
  24.     Style = bsNew
  25.   end
  26.   object cmdCancel: TBitBtn
  27.     Left = 134
  28.     Top = 356
  29.     Width = 73
  30.     Height = 25
  31.     Caption = '&Cancel'
  32.     ModalResult = 2
  33.     TabOrder = 2
  34.     Style = bsNew
  35.   end
  36.   object cmdHelp: TBitBtn
  37.     Left = 214
  38.     Top = 356
  39.     Width = 73
  40.     Height = 25
  41.     Caption = '&Help'
  42.     Enabled = False
  43.     TabOrder = 3
  44.     Style = bsNew
  45.   end
  46.   object tabMain: TTabbedNotebook
  47.     Left = 0
  48.     Top = 0
  49.     Width = 289
  50.     Height = 353
  51.     TabFont.Color = clBtnText
  52.     TabFont.Height = -11
  53.     TabFont.Name = 'MS Sans Serif'
  54.     TabFont.Style = []
  55.     TabOrder = 0
  56.     object TTabPage
  57.       Left = 5
  58.       Top = 26
  59.       Caption = '&General'
  60.       object labModified2: TLabel
  61.         Left = 64
  62.         Top = 128
  63.         Width = 161
  64.         Height = 17
  65.         AutoSize = False
  66.         Caption = '{modified date}'
  67.         WordWrap = True
  68.       end
  69.       object labType1: TLabel
  70.         Left = 16
  71.         Top = 64
  72.         Width = 27
  73.         Height = 13
  74.         Caption = 'Type:'
  75.       end
  76.       object Label3: TLabel
  77.         Left = 16
  78.         Top = 184
  79.         Width = 31
  80.         Height = 13
  81.         Caption = '&Owner'
  82.         FocusControl = txtOwner
  83.       end
  84.       object Bevel2: TBevel
  85.         Left = 16
  86.         Top = 48
  87.         Width = 249
  88.         Height = 2
  89.       end
  90.       object labCreated1: TLabel
  91.         Left = 16
  92.         Top = 88
  93.         Width = 40
  94.         Height = 13
  95.         Caption = 'Created:'
  96.       end
  97.       object labModified1: TLabel
  98.         Left = 16
  99.         Top = 128
  100.         Width = 43
  101.         Height = 13
  102.         Caption = 'Modified:'
  103.       end
  104.       object Bevel3: TBevel
  105.         Left = 16
  106.         Top = 168
  107.         Width = 249
  108.         Height = 2
  109.       end
  110.       object labUserRights: TLabel
  111.         Left = 16
  112.         Top = 216
  113.         Width = 133
  114.         Height = 13
  115.         Caption = 'Other users are permitted to:'
  116.         FocusControl = chkOpen
  117.       end
  118.       object labCreated2: TLabel
  119.         Left = 64
  120.         Top = 88
  121.         Width = 68
  122.         Height = 13
  123.         Caption = '{created date}'
  124.       end
  125.       object labType2: TLabel
  126.         Left = 64
  127.         Top = 64
  128.         Width = 28
  129.         Height = 13
  130.         Caption = '{type}'
  131.       end
  132.       object labCreated3: TLabel
  133.         Left = 64
  134.         Top = 104
  135.         Width = 58
  136.         Height = 13
  137.         Caption = '{created by}'
  138.       end
  139.       object labModified3: TLabel
  140.         Left = 64
  141.         Top = 144
  142.         Width = 61
  143.         Height = 13
  144.         Caption = '{modified by}'
  145.       end
  146.       object labName: TLabel
  147.         Left = 16
  148.         Top = 19
  149.         Width = 31
  150.         Height = 13
  151.         Caption = 'Name:'
  152.       end
  153.       object txtName: TEdit
  154.         Left = 92
  155.         Top = 19
  156.         Width = 172
  157.         Height = 20
  158.         TabOrder = 0
  159.       end
  160.       object txtOwner: TEdit
  161.         Left = 64
  162.         Top = 184
  163.         Width = 201
  164.         Height = 20
  165.         TabOrder = 1
  166.       end
  167.       object chkOpen: TCheckBox
  168.         Left = 64
  169.         Top = 232
  170.         Width = 209
  171.         Height = 17
  172.         Caption = 'Open this item'
  173.         TabOrder = 2
  174.       end
  175.       object chkCopy: TCheckBox
  176.         Left = 64
  177.         Top = 264
  178.         Width = 209
  179.         Height = 17
  180.         Caption = 'Copy this item as a new object'
  181.         TabOrder = 4
  182.       end
  183.       object chkSave: TCheckBox
  184.         Left = 64
  185.         Top = 248
  186.         Width = 209
  187.         Height = 17
  188.         Caption = 'Save changes or rename this item'
  189.         TabOrder = 3
  190.       end
  191.       object chkMove: TCheckBox
  192.         Left = 64
  193.         Top = 280
  194.         Width = 209
  195.         Height = 17
  196.         Caption = 'Move this item to a different folder'
  197.         TabOrder = 5
  198.       end
  199.       object chkDelete: TCheckBox
  200.         Left = 64
  201.         Top = 296
  202.         Width = 97
  203.         Height = 17
  204.         Caption = 'Delete this item'
  205.         TabOrder = 6
  206.       end
  207.       object Edit1: TEdit
  208.         Left = 64
  209.         Top = 19
  210.         Width = 22
  211.         Height = 20
  212.         Enabled = False
  213.         TabOrder = 7
  214.       end
  215.       object Panel1: TPanel
  216.         Left = 66
  217.         Top = 20
  218.         Width = 17
  219.         Height = 17
  220.         BevelOuter = bvNone
  221.         Color = clWhite
  222.         TabOrder = 8
  223.         object imgIcon: TImage
  224.           Left = 1
  225.           Top = 2
  226.           Width = 14
  227.           Height = 13
  228.         end
  229.       end
  230.     end
  231.     object TTabPage
  232.       Left = 5
  233.       Top = 26
  234.       Caption = '&Advanced'
  235.       object labAction1: TLabel
  236.         Left = 16
  237.         Top = 19
  238.         Width = 33
  239.         Height = 13
  240.         Caption = 'Action:'
  241.       end
  242.       object labCommand: TLabel
  243.         Left = 16
  244.         Top = 64
  245.         Width = 73
  246.         Height = 13
  247.         Caption = 'Command Line:'
  248.       end
  249.       object labAction2: TLabel
  250.         Left = 64
  251.         Top = 19
  252.         Width = 37
  253.         Height = 13
  254.         Caption = '{action}'
  255.       end
  256.       object Bevel1: TBevel
  257.         Left = 16
  258.         Top = 48
  259.         Width = 249
  260.         Height = 2
  261.       end
  262.       object bevSecurity: TBevel
  263.         Left = 16
  264.         Top = 128
  265.         Width = 249
  266.         Height = 2
  267.       end
  268.       object labSecurity: TLabel
  269.         Left = 16
  270.         Top = 144
  271.         Width = 66
  272.         Height = 13
  273.         Caption = 'Security Code'
  274.       end
  275.       object cmdCommand: TSpeedButton
  276.         Left = 245
  277.         Top = 79
  278.         Width = 20
  279.         Height = 21
  280.         Caption = '...'
  281.         Font.Color = clBlack
  282.         Font.Height = -11
  283.         Font.Name = 'MS Sans Serif'
  284.         Font.Style = [fsBold]
  285.         ParentFont = False
  286.         OnClick = cmdCommandClick
  287.       end
  288.       object labItemID1: TLabel
  289.         Left = 208
  290.         Top = 299
  291.         Width = 37
  292.         Height = 13
  293.         Caption = 'Item ID:'
  294.       end
  295.       object labItemID2: TLabel
  296.         Left = 248
  297.         Top = 299
  298.         Width = 16
  299.         Height = 13
  300.         Caption = '{id}'
  301.       end
  302.       object txtCommand: TEdit
  303.         Left = 16
  304.         Top = 80
  305.         Width = 225
  306.         Height = 20
  307.         Font.Color = clBlack
  308.         Font.Height = -11
  309.         Font.Name = 'MS Sans Serif'
  310.         Font.Style = []
  311.         ParentFont = False
  312.         TabOrder = 0
  313.       end
  314.       object spnSecurity: TSpinEdit
  315.         Left = 96
  316.         Top = 144
  317.         Width = 49
  318.         Height = 22
  319.         MaxValue = 32000
  320.         MinValue = 0
  321.         TabOrder = 1
  322.         Value = 0
  323.       end
  324.     end
  325.   end
  326.   object dlgOpen: TOpenDialog
  327.     Left = 13
  328.     Top = 314
  329.   end
  330. end
  331.