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

📄 unit1.dfm

📁 定时关机程序
💻 DFM
📖 第 1 页 / 共 3 页
字号:
      Align = alClient
      TabOrder = 1
      Color = clWhite
      object suiListView1: TsuiListView
        Left = 4
        Top = 25
        Width = 258
        Height = 146
        UIStyle = WinXP
        BorderColor = 6842472
        Align = alClient
        BorderStyle = bsNone
        BorderWidth = 2
        Columns = <
          item
            Caption = #26102#38388
            Width = 60
          end
          item
            Caption = #31243#24207
            Width = 135
          end
          item
            Caption = #36816#34892#21442#25968
            Width = 60
          end>
        ColumnClick = False
        FlatScrollBars = True
        HideSelection = False
        RowSelect = True
        PopupMenu = suiPopupMenu1
        TabOrder = 0
        ViewStyle = vsReport
      end
    end
    object suiPanel2: TsuiPanel
      Left = 0
      Top = 20
      Width = 266
      Height = 128
      UIStyle = MacOS
      BorderColor = 8355711
      Caption = #33258#23450#20041#31995#32479#37325#21551#25110#20851#26426#29366#24577
      ShowButton = True
      CaptionFontColor = clBlack
      Align = alTop
      TabOrder = 2
      Color = clWhite
      object Label3: TLabel
        Left = 23
        Top = 106
        Width = 54
        Height = 12
        Caption = #24403#21069#26102#38388':'
      end
      object Label2: TLabel
        Left = 85
        Top = 106
        Width = 54
        Height = 12
        Caption = #24403#21069#26102#38388':'
        Font.Charset = GB2312_CHARSET
        Font.Color = clRed
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object suiRadioButton1: TsuiRadioButton
        Left = 23
        Top = 30
        Width = 48
        Height = 21
        UIStyle = MacOS
        AutoSize = True
        Checked = True
        Caption = #20851#26426
        TabOrder = 0
        TabStop = True
        State = cbChecked
        Transparent = False
        GroupIndex = 0
      end
      object suiRadioButton2: TsuiRadioButton
        Left = 23
        Top = 52
        Width = 48
        Height = 21
        UIStyle = MacOS
        AutoSize = True
        Checked = False
        Caption = #37325#21551
        TabOrder = 1
        TabStop = True
        State = cbUnchecked
        Transparent = False
        GroupIndex = 0
      end
      object suiEdit1: TsuiEdit
        Left = 23
        Top = 77
        Width = 83
        Height = 19
        UIStyle = MacOS
        BorderColor = 8355711
        TabOrder = 2
        Text = '10:20:00'
      end
      object suiButton1: TsuiButton
        Left = 110
        Top = 73
        Width = 55
        Height = 27
        Caption = #24320#22987
        AutoSize = False
        UIStyle = WinXP
        TabOrder = 3
        Transparent = False
        ModalResult = 0
        FocusedRectMargin = 2
        Layout = blGlyphLeft
        Spacing = 4
        MouseContinuouslyDownInterval = 100
        OnClick = suiButton1Click
        ResHandle = 0
      end
      object suiButton2: TsuiButton
        Left = 170
        Top = 73
        Width = 55
        Height = 27
        Caption = #20572#27490
        AutoSize = False
        UIStyle = WinXP
        TabOrder = 4
        Transparent = False
        ModalResult = 0
        FocusedRectMargin = 2
        Layout = blGlyphLeft
        Spacing = 4
        MouseContinuouslyDownInterval = 100
        OnClick = suiButton2Click
        ResHandle = 0
      end
      object suiButton3: TsuiButton
        Left = 110
        Top = 41
        Width = 55
        Height = 27
        Caption = #21368#36733
        AutoSize = False
        UIStyle = WinXP
        TabOrder = 5
        Transparent = False
        ModalResult = 0
        FocusedRectMargin = 2
        Layout = blGlyphLeft
        Spacing = 4
        MouseContinuouslyDownInterval = 100
        OnClick = suiButton3Click
        ResHandle = 0
      end
      object suiButton5: TsuiButton
        Left = 170
        Top = 41
        Width = 55
        Height = 27
        Caption = #36864#20986
        AutoSize = False
        UIStyle = WinXP
        TabOrder = 6
        Transparent = False
        ModalResult = 0
        FocusedRectMargin = 2
        Layout = blGlyphLeft
        Spacing = 4
        MouseContinuouslyDownInterval = 100
        OnClick = suiButton5Click
        ResHandle = 0
      end
    end
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 218
    Top = 101
  end
  object suiPopupMenu1: TsuiPopupMenu
    OwnerDraw = True
    UIStyle = MacOS
    MenuItemHeight = 20
    SeparatorHeight = 12
    BarWidth = 26
    BarColor = clBlack
    Color = clBlack
    SeparatorColor = clBlack
    SelectedBorderColor = 12874553
    SelectedColor = 12874553
    SelectedFontColor = clWhite
    FontColor = clBlack
    BorderColor = clBlack
    FlatMenu = False
    FontName = 'MS Sans Serif'
    FontSize = 8
    FontCharset = DEFAULT_CHARSET
    UseSystemFont = True
    Left = 192
    Top = 140
    object N1: TMenuItem
      Caption = #22686#21152
      OnClick = N1Click
    end
    object N2: TMenuItem
      Tag = 1
      Caption = #21024#38500
      OnClick = N1Click
    end
  end
end

⌨️ 快捷键说明

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