⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 umain.~dfm

📁 delphi写的windows服务控制程序.
💻 ~DFM
📖 第 1 页 / 共 5 页
字号:
object frmMain: TfrmMain
  Left = 238
  Top = 255
  Width = 927
  Height = 661
  Hint = #28608#27963#36229#32423#27169#24335'('#21629#20196#34892#21442#25968'-super)'
  Caption = #26381#21153#25511#21046' - netby.freehua 2008.06.12'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsStayOnTop
  Menu = menuMain
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 16
  object lvService: TListView
    Left = 0
    Top = 0
    Width = 919
    Height = 596
    Align = alClient
    BevelInner = bvLowered
    BiDiMode = bdLeftToRight
    Color = 16774120
    Columns = <
      item
        Caption = '                 '#26174#31034#21517#31216
        Width = 320
      end
      item
        Caption = '            '#26381#21153#21517
        Width = 220
      end
      item
        Caption = ' '#29366#24577
        Width = 60
      end
      item
        Caption = '                '#25805#20316#36827#24230
        Width = 300
      end>
    Ctl3D = False
    Font.Charset = GB2312_CHARSET
    Font.Color = 16544329
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    FlatScrollBars = True
    GridLines = True
    HideSelection = False
    LargeImages = imgStatus
    ReadOnly = True
    RowSelect = True
    ParentBiDiMode = False
    ParentFont = False
    ParentShowHint = False
    ShowWorkAreas = True
    ShowHint = True
    SmallImages = imgStatus
    StateImages = imgStatus
    TabOrder = 0
    ViewStyle = vsReport
    OnColumnClick = lvServiceColumnClick
    OnSelectItem = lvServiceSelectItem
  end
  object statusBar: TStatusBar
    Left = 0
    Top = 596
    Width = 919
    Height = 19
    AutoHint = True
    Panels = <
      item
        Width = 500
      end
      item
        Alignment = taRightJustify
        Width = 50
      end>
  end
  object menuMain: TMainMenu
    Images = imgAction
    Left = 128
    Top = 16
    object N1: TMenuItem
      Caption = #26381#21153#25511#21046'(&S)'
      object N2: TMenuItem
        Action = act_start
      end
      object N3: TMenuItem
        Action = act_stop
      end
      object N4: TMenuItem
        Caption = '-'
      end
      object N5: TMenuItem
        Action = act_install
      end
      object N6: TMenuItem
        Action = act_remove
      end
      object N7: TMenuItem
        Caption = '-'
      end
    end
    object R1: TMenuItem
      Action = act_refresh
    end
    object N9: TMenuItem
      Action = act_exit
    end
  end
  object actList: TActionList
    Images = imgAction
    Left = 96
    Top = 16
    object act_start: TAction
      Caption = #21551#21160#26381#21153
      ImageIndex = 2
      OnExecute = act_startExecute
    end
    object act_stop: TAction
      Caption = #20572#27490#26381#21153
      ImageIndex = 3
      OnExecute = act_stopExecute
    end
    object act_remove: TAction
      Caption = #21368#36733#26381#21153
      ImageIndex = 0
      OnExecute = act_removeExecute
    end
    object act_install: TAction
      Caption = #23433#35013#26381#21153
      Visible = False
    end
    object act_exit: TAction
      Caption = #20851#38381'(&X)'
      ImageIndex = 1
      OnExecute = act_exitExecute
    end
    object act_refresh: TAction
      Caption = #21047#26032'(&R)'
      ImageIndex = 4
      OnExecute = act_refreshExecute
    end
  end
  object menuPop: TPopupMenu
    Images = imgAction
    Left = 160
    Top = 16
    object N8: TMenuItem
      Action = act_start
    end
    object N10: TMenuItem
      Action = act_stop
    end
    object N11: TMenuItem
      Caption = '-'
    end
    object N12: TMenuItem
      Action = act_install
    end
    object N13: TMenuItem
      Action = act_remove
    end
  end
  object tmrTime: TTimer
    OnTimer = tmrTimeTimer
    Left = 192
    Top = 16
  end
  object tmrServiceStatus: TTimer
    Enabled = False
    Interval = 200
    OnTimer = tmrServiceStatusTimer
    Left = 224
    Top = 16
  end
  object imgStatus: TImageList
    AllocBy = 0
    DrawingStyle = dsTransparent
    Left = 288
    Top = 16
    Bitmap = {
      494C010105000900040010001000FFFFFFFFFF00FFFFFFFFFFFFFFFF424D3600
      0000000000003600000028000000400000003000000001002000000000000030
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -