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

📄 alarmoption.dfm

📁 小闹钟程序
💻 DFM
字号:
object frmAlarmOption: TfrmAlarmOption
  Left = 227
  Top = 209
  Width = 426
  Height = 228
  Caption = #38393#38083#35774#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 3
    Width = 401
    Height = 190
    Caption = #38393#38083#39033#30446
    TabOrder = 0
    object CtrlList: TListView
      Left = 8
      Top = 16
      Width = 289
      Height = 165
      Color = clSkyBlue
      Columns = <
        item
          Caption = #38393#38083#26041#24335
          Width = 120
        end
        item
          Caption = #38393#38083#26102#38388
          Width = 160
        end>
      GridLines = True
      HideSelection = False
      RowSelect = True
      TabOrder = 0
      ViewStyle = vsReport
      OnClick = CtrlListClick
    end
    object btn_Add: TButton
      Left = 310
      Top = 16
      Width = 80
      Height = 20
      Caption = #26032#22686
      TabOrder = 1
      OnClick = btn_AddClick
    end
    object btn_Edit: TButton
      Left = 310
      Top = 37
      Width = 80
      Height = 20
      Caption = #32534#36753
      TabOrder = 2
      OnClick = btn_EditClick
    end
    object btn_Delete: TButton
      Left = 310
      Top = 59
      Width = 80
      Height = 20
      Caption = #21024#38500
      TabOrder = 3
      OnClick = btn_DeleteClick
    end
  end
  object btn_OK: TButton
    Left = 319
    Top = 140
    Width = 80
    Height = 20
    Caption = #30830#23450
    Default = True
    ModalResult = 1
    TabOrder = 1
    OnClick = btn_OKClick
  end
  object btn_Cancel: TButton
    Left = 319
    Top = 164
    Width = 80
    Height = 20
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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