home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kompon / d56 / MSYSINFO.ZIP / Demos / GUI / ServiceProps.dfm < prev    next >
Text File  |  2002-01-04  |  16KB  |  486 lines

  1. object propService: TpropService
  2.   Left = 0
  3.   Top = 0
  4.   Width = 400
  5.   Height = 450
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'Tahoma'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   object pc: TPageControl
  14.     Left = 0
  15.     Top = 0
  16.     Width = 400
  17.     Height = 450
  18.     Cursor = crHandPoint
  19.     ActivePage = tsGeneral
  20.     Align = alClient
  21.     HotTrack = True
  22.     TabOrder = 0
  23.     object tsGeneral: TTabSheet
  24.       Caption = ' General '
  25.       object Panel1: TPanel
  26.         Left = 0
  27.         Top = 0
  28.         Width = 392
  29.         Height = 422
  30.         Align = alClient
  31.         BevelOuter = bvNone
  32.         BorderWidth = 5
  33.         TabOrder = 0
  34.         object lDispName: TLabel
  35.           Left = 12
  36.           Top = 41
  37.           Width = 67
  38.           Height = 13
  39.           Alignment = taRightJustify
  40.           Caption = 'Display name:'
  41.           FocusControl = eDispName
  42.         end
  43.         object lName: TLabel
  44.           Left = 11
  45.           Top = 11
  46.           Width = 68
  47.           Height = 13
  48.           Alignment = taRightJustify
  49.           Caption = 'Service name:'
  50.           FocusControl = stName
  51.         end
  52.         object lDesc: TLabel
  53.           Left = 22
  54.           Top = 68
  55.           Width = 57
  56.           Height = 13
  57.           Alignment = taRightJustify
  58.           Caption = 'Description:'
  59.           FocusControl = eDesc
  60.         end
  61.         object lFile: TLabel
  62.           Left = 18
  63.           Top = 98
  64.           Width = 95
  65.           Height = 13
  66.           Alignment = taRightJustify
  67.           Caption = 'Path to executable:'
  68.           FocusControl = eFile
  69.         end
  70.         object lStartup: TLabel
  71.           Left = 14
  72.           Top = 183
  73.           Width = 65
  74.           Height = 13
  75.           Alignment = taRightJustify
  76.           Caption = 'Startup type:'
  77.           FocusControl = eStartup
  78.         end
  79.         object Bevel1: TBevel
  80.           Left = 9
  81.           Top = 211
  82.           Width = 374
  83.           Height = 3
  84.           Anchors = [akLeft, akTop, akRight]
  85.           Shape = bsTopLine
  86.         end
  87.         object lStatus: TLabel
  88.           Left = 17
  89.           Top = 222
  90.           Width = 72
  91.           Height = 13
  92.           Alignment = taRightJustify
  93.           Caption = 'Service status:'
  94.           FocusControl = stStatus
  95.         end
  96.         object lStart: TLabel
  97.           Left = 13
  98.           Top = 327
  99.           Width = 86
  100.           Height = 13
  101.           Alignment = taRightJustify
  102.           Caption = 'Start parameters:'
  103.           FocusControl = ePars
  104.         end
  105.         object Label2: TLabel
  106.           Left = 19
  107.           Top = 280
  108.           Width = 290
  109.           Height = 26
  110.           Caption = 
  111.             'You can specify start parameters that apply when you start servi' +
  112.             'ce from here.'
  113.           WordWrap = True
  114.         end
  115.         object stName: TEdit
  116.           Left = 92
  117.           Top = 11
  118.           Width = 270
  119.           Height = 17
  120.           BorderStyle = bsNone
  121.           Font.Charset = EASTEUROPE_CHARSET
  122.           Font.Color = clWindowText
  123.           Font.Height = -11
  124.           Font.Name = 'Tahoma'
  125.           Font.Style = [fsBold]
  126.           ParentColor = True
  127.           ParentFont = False
  128.           ReadOnly = True
  129.           TabOrder = 2
  130.         end
  131.         object eDispName: TEdit
  132.           Left = 92
  133.           Top = 37
  134.           Width = 289
  135.           Height = 21
  136.           Anchors = [akLeft, akTop, akRight]
  137.           ParentShowHint = False
  138.           ReadOnly = True
  139.           ShowHint = True
  140.           TabOrder = 0
  141.           Text = 'Not Available'
  142.         end
  143.         object bSrvProps: TButton
  144.           Left = 305
  145.           Top = 139
  146.           Width = 78
  147.           Height = 24
  148.           Cursor = crHandPoint
  149.           Anchors = [akTop, akRight]
  150.           Caption = '&Properties...'
  151.           TabOrder = 1
  152.           OnClick = cmSrvProps
  153.         end
  154.         object eDesc: TEdit
  155.           Left = 92
  156.           Top = 64
  157.           Width = 289
  158.           Height = 21
  159.           Anchors = [akLeft, akTop, akRight]
  160.           ParentShowHint = False
  161.           ReadOnly = True
  162.           ShowHint = True
  163.           TabOrder = 3
  164.           Text = 'Not Available'
  165.         end
  166.         object eFile: TEdit
  167.           Left = 18
  168.           Top = 115
  169.           Width = 362
  170.           Height = 21
  171.           Anchors = [akLeft, akTop, akRight]
  172.           Color = clBtnFace
  173.           ParentShowHint = False
  174.           ReadOnly = True
  175.           ShowHint = True
  176.           TabOrder = 4
  177.           Text = 'Not Available'
  178.         end
  179.         object eStartup: TEdit
  180.           Left = 92
  181.           Top = 179
  182.           Width = 289
  183.           Height = 21
  184.           Anchors = [akLeft, akTop, akRight]
  185.           ParentShowHint = False
  186.           ReadOnly = True
  187.           ShowHint = True
  188.           TabOrder = 5
  189.           Text = 'Not Available'
  190.         end
  191.         object stStatus: TStaticText
  192.           Left = 100
  193.           Top = 222
  194.           Width = 67
  195.           Height = 17
  196.           Caption = 'Not Available'
  197.           TabOrder = 6
  198.         end
  199.         object bStart: TButton
  200.           Left = 37
  201.           Top = 245
  202.           Width = 78
  203.           Height = 24
  204.           Cursor = crHandPoint
  205.           Anchors = [akTop, akRight]
  206.           Caption = 'Sta&rt'
  207.           Enabled = False
  208.           TabOrder = 7
  209.           OnClick = cmStart
  210.         end
  211.         object bStop: TButton
  212.           Left = 126
  213.           Top = 245
  214.           Width = 78
  215.           Height = 24
  216.           Cursor = crHandPoint
  217.           Anchors = [akTop, akRight]
  218.           Caption = '&Stop'
  219.           Enabled = False
  220.           TabOrder = 8
  221.           OnClick = cmStop
  222.         end
  223.         object bPause: TButton
  224.           Left = 214
  225.           Top = 245
  226.           Width = 78
  227.           Height = 24
  228.           Cursor = crHandPoint
  229.           Anchors = [akTop, akRight]
  230.           Caption = 'Pa&use'
  231.           Enabled = False
  232.           TabOrder = 9
  233.           OnClick = cmPause
  234.         end
  235.         object bResume: TButton
  236.           Left = 303
  237.           Top = 245
  238.           Width = 78
  239.           Height = 24
  240.           Cursor = crHandPoint
  241.           Anchors = [akTop, akRight]
  242.           Caption = 'Resu&me'
  243.           Enabled = False
  244.           TabOrder = 10
  245.           OnClick = cmResume
  246.         end
  247.         object ePars: TEdit
  248.           Left = 112
  249.           Top = 323
  250.           Width = 269
  251.           Height = 21
  252.           Anchors = [akLeft, akTop, akRight]
  253.           ParentShowHint = False
  254.           ReadOnly = True
  255.           ShowHint = True
  256.           TabOrder = 11
  257.         end
  258.       end
  259.     end
  260.     object tsOther: TTabSheet
  261.       Caption = ' Other '
  262.       ImageIndex = 2
  263.       object Bevel2: TBevel
  264.         Left = 8
  265.         Top = 45
  266.         Width = 375
  267.         Height = 3
  268.         Anchors = [akLeft, akTop, akRight]
  269.         Shape = bsTopLine
  270.       end
  271.       object lTag: TLabel
  272.         Left = 54
  273.         Top = 106
  274.         Width = 22
  275.         Height = 13
  276.         Alignment = taRightJustify
  277.         Caption = 'Tag:'
  278.         FocusControl = stTag
  279.       end
  280.       object lErrCtrl: TLabel
  281.         Left = 10
  282.         Top = 86
  283.         Width = 66
  284.         Height = 13
  285.         Alignment = taRightJustify
  286.         Caption = 'Error Control:'
  287.         FocusControl = stErrCtrl
  288.       end
  289.       object lObject: TLabel
  290.         Left = 23
  291.         Top = 19
  292.         Width = 53
  293.         Height = 13
  294.         Alignment = taRightJustify
  295.         Caption = 'Log On As:'
  296.         FocusControl = stObject
  297.       end
  298.       object lType: TLabel
  299.         Left = 48
  300.         Top = 64
  301.         Width = 28
  302.         Height = 13
  303.         Alignment = taRightJustify
  304.         Caption = 'Type:'
  305.         FocusControl = stType
  306.       end
  307.       object stTag: TStaticText
  308.         Left = 86
  309.         Top = 106
  310.         Width = 67
  311.         Height = 17
  312.         Caption = 'Not Available'
  313.         TabOrder = 0
  314.       end
  315.       object stErrCtrl: TStaticText
  316.         Left = 86
  317.         Top = 86
  318.         Width = 67
  319.         Height = 17
  320.         Caption = 'Not Available'
  321.         TabOrder = 1
  322.       end
  323.       object stObject: TStaticText
  324.         Left = 86
  325.         Top = 19
  326.         Width = 78
  327.         Height = 17
  328.         Caption = 'Not Available'
  329.         Font.Charset = EASTEUROPE_CHARSET
  330.         Font.Color = clWindowText
  331.         Font.Height = -11
  332.         Font.Name = 'Tahoma'
  333.         Font.Style = [fsBold]
  334.         ParentFont = False
  335.         TabOrder = 2
  336.       end
  337.       object stType: TStaticText
  338.         Left = 86
  339.         Top = 64
  340.         Width = 67
  341.         Height = 17
  342.         Caption = 'Not Available'
  343.         TabOrder = 3
  344.       end
  345.     end
  346.     object tsDepend: TTabSheet
  347.       Caption = ' Dependencies '
  348.       ImageIndex = 2
  349.       object Label1: TLabel
  350.         Left = 12
  351.         Top = 10
  352.         Width = 332
  353.         Height = 26
  354.         Caption = 
  355.           'Some services depend on other services. If a service is stopped ' +
  356.           'or is not running properly, dependent service can be affected.'
  357.         WordWrap = True
  358.       end
  359.       object l: TLabel
  360.         Left = 12
  361.         Top = 65
  362.         Width = 243
  363.         Height = 13
  364.         Caption = 'This service depends on  these services or groups:'
  365.       end
  366.       object lLoadOrder: TLabel
  367.         Left = 14
  368.         Top = 396
  369.         Width = 90
  370.         Height = 13
  371.         Alignment = taRightJustify
  372.         Anchors = [akLeft, akBottom]
  373.         Caption = 'Load Order Group:'
  374.         FocusControl = stLoadOrder
  375.       end
  376.       object lvDeps: TListView
  377.         Left = 13
  378.         Top = 85
  379.         Width = 366
  380.         Height = 300
  381.         Anchors = [akLeft, akTop, akRight, akBottom]
  382.         Columns = <
  383.           item
  384.             Caption = 'Name'
  385.             Width = 300
  386.           end>
  387.         ColumnClick = False
  388.         HotTrackStyles = [htHandPoint, htUnderlineHot]
  389.         ReadOnly = True
  390.         RowSelect = True
  391.         SmallImages = img
  392.         TabOrder = 0
  393.         ViewStyle = vsReport
  394.       end
  395.       object stLoadOrder: TStaticText
  396.         Left = 113
  397.         Top = 396
  398.         Width = 67
  399.         Height = 17
  400.         Anchors = [akLeft, akBottom]
  401.         Caption = 'Not Available'
  402.         TabOrder = 1
  403.       end
  404.     end
  405.   end
  406.   object img: TImageList
  407.     Left = 90
  408.     Top = 252
  409.     Bitmap = {
  410.       494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  411.       0000000000003600000028000000400000001000000001001000000000000008
  412.       0000000000000000000000000000000000000000000000000000000000000000
  413.       000000000000FF031863FF031863104200000000000000000000000000000000
  414.       0000000000000000000000000000000000000000000000000000000000000000
  415.       0000000000000000000000000000000000000000000000000000000000000000
  416.       0000000000000000000000000000000000000000000000000000000000000000
  417.       00001042FF031863FF031863FF03186300000000000000000000000000000000
  418.       0000000000000000000000000000000000000000000000000000000000000000
  419.       0000000000000000000000000000000000000000000000000000000000000000
  420.       0000000000000000000000000000000000000000000000000000000000000000
  421.       00000000FF7FFF03000000001863FF0310420000000000000000000000000000
  422.       0000000000000000000000000000000000000000000000000000000000000000
  423.       0000000000000000000000000000000000000000000000000000000000000000
  424.       0000000000000000000000000000000000000000000000000000000000000000
  425.       00001042FF03FF7F00000000FF03186300000000000000000000000000000000
  426.       00000000E07F0000000000000000000000000000000000000000000000000000
  427.       0000000000000000000000000000000000000000000000000000000000000000
  428.       00000000000000000000000000000000000000000000000000001863FF03FF7F
  429.       000000001042FF03FF7FFF031863FF031042000000000000000000000000E07F
  430.       00421042E07F00421042E07F0000000000000000000000000000000000000000
  431.       0000000000000000000000000000000000000000000000000000000000000000
  432.       00000000000000000000000000000000000000000000FF031863FF031863FF03
  433.       FF7F100200001042FF03FF7FFF0300001863000000000000000000000042E07F
  434.       10420000000000000042E07F0042000000000000000000000000000000000000
  435.       0000000000000000000000000000000000000000000000000000000000000000
  436.       0000000000000000000000000000000000000000FF031863FF031863FF031863
  437.       FF03FF7F10020000104200000000186300000000000000000000000000000042
  438.       1042104210420000004210420000000000000000000000000000000000000000
  439.       0000000000000000000000000000000000000000000000000000000000000000
  440.       00000000000000000000000000000000000000001863FF031863FF031863FF03
  441.       1863FF03FF7F0000000010421042000000000000000000000000000000001042
  442.       E07F104210420000E07F00420000000000000000000000000000000000000000
  443.       0000000000000000000000000000000000000000000000000000000000000000
  444.       000000000000000000000000000000000000FF7FFF031863FF03104200001042
  445.       FF031863FF03FF7F000010420000000000000000000010420000104210420042
  446.       0000000000000000000000420000000000000000000000000000000000000000
  447.       0000000000000000000000000000000000000000000000000000000000000000
  448.       000000000000000000000000000000000000FF03FF7FFF031863000000000000
  449.       1863FF031863FF03000000000000000000000000000010421042000000001042
  450.       1042104210420000000000000000000000000000000000000000000000000000
  451.       0000000000000000000000000000000000000000000000000000000000000000
  452.       0000000000000000000000000000000000001863FF03FF7FFF03104200001042
  453.       FF031863FF031863000000000000000000000000104210420000186310420000
  454.       1042104200000000000000000000000000000000000000000000000000000000
  455.       0000000000000000000000000000000000000000000000000000000000000000
  456.       00000000000000000000000000000000000000001863FF03FF7FFF031863FF03
  457.       1863FF0318630000186300000000000000000000000010420000186310420000
  458.       1042000000000000000000000000000000000000000000000000000000000000
  459.       0000000000000000000000000000000000000000000000000000000000000000
  460.       0000000000000000000000000000000000000000FF031863FF03FF7FFF031863
  461.       FF031863FF030000000000000000000000000000000010420000186310420000
  462.       1042000000000000000000000000000000000000000000000000000000000000
  463.       0000000000000000000000000000000000000000000000000000000000000000
  464.       00000000000000000000000000000000000000000000FF031863FF03FF7FFF03
  465.       1863FF0300001863000000000000000000000000000000000000104210420000
  466.       0000000000000000000000000000000000000000000000000000000000000000
  467.       0000000000000000000000000000000000000000000000000000000000000000
  468.       00000000000000000000000000000000000000000000000000001863FF03FF7F
  469.       0000000018630000000000000000000000000000000000000000104200000000
  470.       0000000000000000000000000000000000000000000000000000000000000000
  471.       0000000000000000000000000000000000000000000000000000000000000000
  472.       0000000000000000000000000000000000000000000000001042000000000000
  473.       1863000000000000000000000000000000000000000000000000000000000000
  474.       0000000000000000000000000000000000000000000000000000000000000000
  475.       0000000000000000000000000000000000000000000000000000000000000000
  476.       000000000000000000000000000000000000424D3E000000000000003E000000
  477.       2800000040000000100000000100010000000000800000000000000000000000
  478.       000000000000000000000000FFFFFF00FF81FFFF00000000FF00FF1F00000000
  479.       FF00F80300000000F100F80300000000C000F001000000008000F00100000000
  480.       0000900100000000000180030000000000070003000000000007001F00000000
  481.       0007001F000000000007807F00000000000F807F00000000800F807F00000000
  482.       C01FE1FF00000000E03FFFFF0000000000000000000000000000000000000000
  483.       000000000000}
  484.   end
  485. end
  486.