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

📄 main.dfm

📁 ADSL计时器
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object FrmADSLMain: TFrmADSLMain
  Left = 203
  Top = 223
  Width = 696
  Height = 484
  Caption = 'ADSL'#19978#32593#35745#26102#22120
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Scaled = False
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Splitter1: TSplitter
    Left = 195
    Top = 39
    Width = 13
    Height = 377
    Cursor = crHSplit
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 688
    Height = 39
    Align = alTop
    BevelInner = bvLowered
    TabOrder = 0
    object PanDate: TPanel
      Left = 121
      Top = 2
      Width = 565
      Height = 35
      Align = alClient
      Alignment = taLeftJustify
      BevelInner = bvSpace
      BevelOuter = bvLowered
      Color = clBtnText
      Font.Charset = GB2312_CHARSET
      Font.Color = clGreen
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      object lblMonthStr: TLabel
        Left = 9
        Top = 12
        Width = 54
        Height = 12
        Caption = #26412#26376#29992#26102':'
        Transparent = True
      end
      object lblCurStr: TLabel
        Left = 210
        Top = 12
        Width = 54
        Height = 12
        Caption = #26412#27425#29992#26102':'
        Transparent = True
      end
      object lblStartStr: TLabel
        Left = 363
        Top = 12
        Width = 78
        Height = 12
        Caption = #26412#26376#24320#22987#26102#38388':'
        Transparent = True
      end
    end
    object PanDateSelect: TPanel
      Left = 2
      Top = 2
      Width = 119
      Height = 35
      Align = alLeft
      BevelOuter = bvNone
      TabOrder = 1
      object DateTimePicker1: TDateTimePicker
        Left = 2
        Top = 8
        Width = 113
        Height = 20
        BevelInner = bvNone
        BevelOuter = bvNone
        BevelKind = bkFlat
        CalAlignment = dtaLeft
        Date = 37699.9378708333
        Time = 37699.9378708333
        DateFormat = dfLong
        DateMode = dmComboBox
        Kind = dtkDate
        ParseInput = False
        TabOrder = 0
      end
    end
  end
  object TreeView1: TTreeView
    Left = 0
    Top = 39
    Width = 195
    Height = 377
    Align = alLeft
    Images = ilstTree
    Indent = 35
    ReadOnly = True
    ShowRoot = False
    TabOrder = 1
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 416
    Width = 688
    Height = 22
    Panels = <
      item
        Bevel = pbNone
        Width = 200
      end
      item
        Width = 150
      end
      item
        Width = 250
      end
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object panMain: TPanel
    Left = 208
    Top = 39
    Width = 480
    Height = 377
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 3
    object Splitter2: TSplitter
      Left = 0
      Top = 241
      Width = 480
      Height = 12
      Cursor = crVSplit
      Align = alTop
    end
    object ListView1: TListView
      Left = 0
      Top = 0
      Width = 480
      Height = 241
      Align = alTop
      Columns = <
        item
          Caption = #24320#22987#26102#38388
          Width = 130
        end
        item
          Caption = #32467#26463#26102#38388
          Width = 130
        end
        item
          Caption = #19978#32593#29992#26102
          Width = 100
        end
        item
          Caption = #21517#31216
          Width = 100
        end
        item
          Caption = #31867#22411
          Width = 100
        end
        item
          Caption = #23458#25143#26426'IP'
          Width = 150
        end>
      FlatScrollBars = True
      GridLines = True
      MultiSelect = True
      ReadOnly = True
      RowSelect = True
      TabOrder = 0
      ViewStyle = vsReport
    end
    object Memo1: TMemo
      Left = 0
      Top = 253
      Width = 480
      Height = 124
      Align = alClient
      ReadOnly = True
      ScrollBars = ssBoth
      TabOrder = 1
    end
  end
  object MainMenu1: TMainMenu
    AutoHotkeys = maManual
    OwnerDraw = True
    Left = 282
    Top = 140
    object MenuSetup: TMenuItem
      Caption = #35774#32622'(&O)'
      object N2: TMenuItem
        Caption = #36873#39033'(&S)'
        OnClick = MenuOptionClick
      end
    end
    object MenuView: TMenuItem
      Caption = #26597#30475'(&V)'
      object MenuDropFrm: TMenuItem
        Caption = #26174#31034#25302#25918#31383#21475'(&S)'
        Checked = True
        OnClick = MenuDropFrmClick
      end
      object MenuFrmTrans: TMenuItem
        Caption = #25302#25918#31383#21475#21322#36879#26126#26174#31034
        Checked = True
        OnClick = MenuFrmTransClick
      end
      object MenuN3: TMenuItem
        Caption = '-'
      end
      object MMenuDropSetup: TMenuItem
        Caption = #25302#25918#31383#21475#35774#32622
        OnClick = MMenuDropSetupClick
      end
    end
    object MenuHelp: TMenuItem
      Caption = #24110#21161'(&H)'
      object MenuHelpTopic: TMenuItem
        Caption = #24110#21161#20027#39064
        ShortCut = 112
        OnClick = MenuHelpTopicClick
      end
      object MenuAbout: TMenuItem
        Caption = #20851#20110'...(&A)'
        OnClick = MenuAboutClick
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object E1: TMenuItem
        Caption = #32852#31995#20316#32773'(&E)'
        OnClick = E1Click
      end
    end
  end
  object XPMenu1: TXPMenu
    Font.Charset = GB2312_CHARSET
    Font.Color = clMenuText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    Color = clBtnFace
    IconBackColor = clBtnFace
    MenuBarColor = clBtnFace
    SelectColor = clHighlight
    SelectBorderColor = clHighlight
    SelectFontColor = clMenuText
    DisabledColor = clInactiveCaption
    SeparatorColor = clBtnFace
    CheckedColor = clHighlight
    IconWidth = 24
    DrawSelect = True
    UseSystemColors = True
    OverrideOwnerDraw = False
    Gradient = False
    FlatMenu = False
    AutoDetect = True
    Active = True
    Left = 254
    Top = 140
  end
  object ilstTree: TImageList
    Height = 32
    Width = 32
    Left = 310
    Top = 140
    Bitmap = {
      494C010101000400040020002000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
      0000000000003600000028000000800000002000000001001000000000000020
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000D65AB556734E734E734E734E734E734E734E
      734EB556D65A0000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000

⌨️ 快捷键说明

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