home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d56 / RMCTL.ZIP / rmInspectorEdit.dfm / rmInspectorEdit.txt
Text File  |  2001-06-22  |  11KB  |  432 lines

  1. object frmInspectorEditor: TfrmInspectorEditor
  2.   Left = 443
  3.   Top = 315
  4.   BorderStyle = bsDialog
  5.   Caption = 'rmInspector Editor'
  6.   ClientHeight = 293
  7.   ClientWidth = 558
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel3: TPanel
  20.     Left = 0
  21.     Top = 259
  22.     Width = 558
  23.     Height = 34
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object btnCancel: TButton
  28.       Left = 479
  29.       Top = 5
  30.       Width = 75
  31.       Height = 25
  32.       Cancel = True
  33.       Caption = '&Cancel'
  34.       ModalResult = 2
  35.       TabOrder = 0
  36.     end
  37.     object btnOK: TButton
  38.       Left = 399
  39.       Top = 5
  40.       Width = 75
  41.       Height = 25
  42.       Caption = '&OK'
  43.       ModalResult = 1
  44.       TabOrder = 1
  45.     end
  46.   end
  47.   object Panel1: TPanel
  48.     Left = 0
  49.     Top = 0
  50.     Width = 558
  51.     Height = 259
  52.     Align = alClient
  53.     BevelOuter = bvNone
  54.     BorderWidth = 2
  55.     TabOrder = 1
  56.     object Panel2: TPanel
  57.       Left = 281
  58.       Top = 2
  59.       Width = 275
  60.       Height = 255
  61.       Align = alClient
  62.       BevelInner = bvRaised
  63.       BevelOuter = bvLowered
  64.       TabOrder = 0
  65.       object Label2: TLabel
  66.         Left = 2
  67.         Top = 2
  68.         Width = 271
  69.         Height = 17
  70.         Align = alTop
  71.         AutoSize = False
  72.         Caption = '  Item Properties:'
  73.         Layout = tlCenter
  74.       end
  75.       object Panel5: TPanel
  76.         Left = 2
  77.         Top = 19
  78.         Width = 271
  79.         Height = 234
  80.         Align = alClient
  81.         BevelInner = bvLowered
  82.         BevelOuter = bvNone
  83.         BorderWidth = 3
  84.         Caption = 'Panel5'
  85.         TabOrder = 0
  86.         object rmTabSet1: TrmTabSet
  87.           Left = 4
  88.           Top = 209
  89.           Width = 263
  90.           Height = 21
  91.           Align = alBottom
  92.           Font.Charset = DEFAULT_CHARSET
  93.           Font.Color = clWindowText
  94.           Font.Height = -11
  95.           Font.Name = 'MS Sans Serif'
  96.           Font.Style = []
  97.           Tabs.Strings = (
  98.             'Standard'
  99.             'Specific')
  100.           TabIndex = 0
  101.           TabType = ttWin2k
  102.           OnChange = rmTabSet1Change
  103.         end
  104.         object Notebook1: TNotebook
  105.           Left = 4
  106.           Top = 4
  107.           Width = 263
  108.           Height = 205
  109.           Align = alClient
  110.           Color = clBtnFace
  111.           ParentColor = False
  112.           TabOrder = 1
  113.           object TPage
  114.             Left = 0
  115.             Top = 0
  116.             Caption = 'Standard'
  117.             object Label10: TLabel
  118.               Left = 6
  119.               Top = 29
  120.               Width = 62
  121.               Height = 13
  122.               Caption = '&Object Name'
  123.               FocusControl = itemName
  124.             end
  125.             object Label7: TLabel
  126.               Left = 6
  127.               Top = 67
  128.               Width = 47
  129.               Height = 13
  130.               Caption = 'Item &Text'
  131.               FocusControl = ItemText
  132.             end
  133.             object Label8: TLabel
  134.               Left = 6
  135.               Top = 105
  136.               Width = 55
  137.               Height = 13
  138.               Caption = 'Initial &Value'
  139.               FocusControl = ItemValue
  140.             end
  141.             object Label9: TLabel
  142.               Left = 6
  143.               Top = 144
  144.               Width = 68
  145.               Height = 13
  146.               Caption = 'Inspector &Hint'
  147.               FocusControl = ItemDesc
  148.             end
  149.             object ItemType: TrmLabel
  150.               Left = 60
  151.               Top = 6
  152.               Width = 196
  153.               Height = 19
  154.               Alignment = taCenter
  155.               Layout = rmtlCenter
  156.               BorderStyle = rmbsSunken
  157.             end
  158.             object Label12: TLabel
  159.               Left = 8
  160.               Top = 9
  161.               Width = 49
  162.               Height = 13
  163.               Caption = 'Item Type'
  164.             end
  165.             object itemName: TEdit
  166.               Left = 4
  167.               Top = 44
  168.               Width = 252
  169.               Height = 21
  170.               TabOrder = 0
  171.               OnEnter = itemNameEnter
  172.               OnExit = itemNameExit
  173.             end
  174.             object ItemText: TEdit
  175.               Left = 4
  176.               Top = 82
  177.               Width = 252
  178.               Height = 21
  179.               TabOrder = 1
  180.               OnEnter = ItemTextEnter
  181.               OnExit = ItemTextExit
  182.             end
  183.             object ItemValue: TEdit
  184.               Left = 4
  185.               Top = 120
  186.               Width = 252
  187.               Height = 21
  188.               TabOrder = 2
  189.               OnEnter = ItemValueEnter
  190.               OnExit = ItemValueExit
  191.             end
  192.             object ItemDesc: TEdit
  193.               Left = 4
  194.               Top = 159
  195.               Width = 252
  196.               Height = 21
  197.               TabOrder = 3
  198.             end
  199.           end
  200.           object TPage
  201.             Left = 0
  202.             Top = 0
  203.             Caption = 'Specific_TrmStringInspectorItem'
  204.             object Label3: TLabel
  205.               Left = 8
  206.               Top = 13
  207.               Width = 97
  208.               Height = 13
  209.               Caption = 'Password Character'
  210.             end
  211.             object Label4: TLabel
  212.               Left = 49
  213.               Top = 40
  214.               Width = 56
  215.               Height = 13
  216.               Caption = 'Max Length'
  217.             end
  218.             object edtStrPassChar: TEdit
  219.               Left = 110
  220.               Top = 10
  221.               Width = 46
  222.               Height = 21
  223.               TabOrder = 0
  224.               Text = '#0'
  225.               OnEnter = edtStrPassCharEnter
  226.               OnExit = edtStrPassCharExit
  227.             end
  228.             object edtStrMaxLen: TEdit
  229.               Left = 110
  230.               Top = 37
  231.               Width = 46
  232.               Height = 21
  233.               TabOrder = 1
  234.               Text = '0'
  235.               OnEnter = edtStrMaxLenEnter
  236.               OnExit = edtStrMaxLenExit
  237.             end
  238.           end
  239.           object TPage
  240.             Left = 0
  241.             Top = 0
  242.             Caption = 'Specific_TrmComplexInspectorItem'
  243.             object Label13: TLabel
  244.               Left = 76
  245.               Top = 94
  246.               Width = 115
  247.               Height = 13
  248.               Caption = 'No Additional Properties'
  249.             end
  250.           end
  251.           object TPage
  252.             Left = 0
  253.             Top = 0
  254.             Caption = 'Specific_TrmComboInspectorItem'
  255.             object Label5: TLabel
  256.               Left = 8
  257.               Top = 5
  258.               Width = 31
  259.               Height = 13
  260.               Caption = 'Items:'
  261.             end
  262.             object mCmbItems: TMemo
  263.               Left = 6
  264.               Top = 23
  265.               Width = 250
  266.               Height = 176
  267.               ScrollBars = ssVertical
  268.               TabOrder = 0
  269.               OnEnter = mCmbItemsEnter
  270.               OnExit = mCmbItemsExit
  271.             end
  272.           end
  273.           object TPage
  274.             Left = 0
  275.             Top = 0
  276.             Caption = 'Specific_TrmIntegerInspectorItem'
  277.             object Panel7: TPanel
  278.               Left = 6
  279.               Top = 12
  280.               Width = 252
  281.               Height = 69
  282.               BevelInner = bvLowered
  283.               TabOrder = 1
  284.               object Label6: TLabel
  285.                 Left = 14
  286.                 Top = 15
  287.                 Width = 45
  288.                 Height = 13
  289.                 Caption = 'Min Value'
  290.                 Enabled = False
  291.               end
  292.               object Label11: TLabel
  293.                 Left = 10
  294.                 Top = 40
  295.                 Width = 49
  296.                 Height = 13
  297.                 Caption = 'Max Value'
  298.                 Enabled = False
  299.               end
  300.               object edtIntMinVal: TEdit
  301.                 Left = 62
  302.                 Top = 12
  303.                 Width = 83
  304.                 Height = 21
  305.                 Enabled = False
  306.                 TabOrder = 0
  307.                 Text = '0'
  308.                 OnEnter = edtIntMinValEnter
  309.                 OnExit = edtIntMinValExit
  310.               end
  311.               object edtIntMaxVal: TEdit
  312.                 Left = 62
  313.                 Top = 37
  314.                 Width = 83
  315.                 Height = 21
  316.                 Enabled = False
  317.                 TabOrder = 1
  318.                 Text = '1'
  319.                 OnEnter = edtIntMaxValEnter
  320.                 OnExit = edtIntMaxValExit
  321.               end
  322.             end
  323.             object cbxIntUseRanges: TCheckBox
  324.               Left = 15
  325.               Top = 4
  326.               Width = 76
  327.               Height = 17
  328.               Caption = 'Use Ranges'
  329.               TabOrder = 0
  330.               OnClick = cbxIntUseRangesClick
  331.             end
  332.           end
  333.           object TPage
  334.             Left = 0
  335.             Top = 0
  336.             Caption = 'Specific_TrmDateInspectorItem'
  337.             object Label14: TLabel
  338.               Left = 10
  339.               Top = 17
  340.               Width = 60
  341.               Height = 13
  342.               Caption = 'Date Format'
  343.             end
  344.             object edtDateformat: TEdit
  345.               Left = 73
  346.               Top = 14
  347.               Width = 118
  348.               Height = 21
  349.               TabOrder = 0
  350.               OnEnter = edtDateformatEnter
  351.               OnExit = edtDateformatExit
  352.             end
  353.           end
  354.         end
  355.       end
  356.     end
  357.     object Panel6: TPanel
  358.       Left = 2
  359.       Top = 2
  360.       Width = 279
  361.       Height = 255
  362.       Align = alLeft
  363.       BevelOuter = bvNone
  364.       Caption = 'Panel2'
  365.       TabOrder = 1
  366.       object Label1: TLabel
  367.         Left = 5
  368.         Top = 6
  369.         Width = 80
  370.         Height = 13
  371.         Caption = '&Inspector Items:'
  372.         FocusControl = rmInspector1
  373.       end
  374.       object rmInspector1: TrmInspector
  375.         Left = 1
  376.         Top = 23
  377.         Width = 190
  378.         Height = 227
  379.         Readonly = True
  380.         ToolTip = False
  381.         TabOrder = 0
  382.         BorderStyle = bsSingle
  383.         SplitPos = 95
  384.         OnItemIndexChanging = rmInspector1ItemIndexChanging
  385.         OnItemIndexChanged = rmInspector1ItemIndexChanged
  386.       end
  387.       object btnNew: TButton
  388.         Left = 195
  389.         Top = 23
  390.         Width = 77
  391.         Height = 25
  392.         Action = actNewItem
  393.         TabOrder = 1
  394.       end
  395.       object btnNewSub: TButton
  396.         Left = 195
  397.         Top = 50
  398.         Width = 77
  399.         Height = 25
  400.         Action = actNewSubItem
  401.         TabOrder = 2
  402.       end
  403.       object btnDelete: TButton
  404.         Left = 195
  405.         Top = 77
  406.         Width = 77
  407.         Height = 25
  408.         Action = actDeleteItem
  409.         TabOrder = 3
  410.       end
  411.     end
  412.   end
  413.   object ActionList1: TActionList
  414.     Left = 230
  415.     Top = 128
  416.     object actNewItem: TAction
  417.       Caption = '&New Item'
  418.       OnExecute = actNewExecute
  419.     end
  420.     object actNewSubItem: TAction
  421.       Caption = 'New &Sub-Item'
  422.       OnExecute = actNewSubExecute
  423.       OnUpdate = actNewSubItemUpdate
  424.     end
  425.     object actDeleteItem: TAction
  426.       Caption = '&Delete Item'
  427.       OnExecute = btnDeleteClick
  428.       OnUpdate = actDeleteItemUpdate
  429.     end
  430.   end
  431. end
  432.