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

📄 ftask.dfm

📁 Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器
💻 DFM
字号:
object frmTask: TfrmTask
  Left = 280
  Top = 124
  BorderStyle = bsSingle
  Caption = 'Task Editor'
  ClientHeight = 390
  ClientWidth = 273
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object lblTask: TLabel
    Left = 8
    Top = 64
    Width = 40
    Height = 13
    Caption = 'Task ID:'
  end
  object lblCOmplete: TLabel
    Left = 8
    Top = 128
    Width = 89
    Height = 13
    Caption = 'Percent Complete:'
  end
  object lblDesc: TLabel
    Left = 16
    Top = 240
    Width = 57
    Height = 13
    Caption = 'Description:'
  end
  object bvlLower: TBevel
    Left = 16
    Top = 352
    Width = 241
    Height = 3
  end
  object bvlUpper: TBevel
    Left = 16
    Top = 232
    Width = 241
    Height = 3
  end
  object lblPer: TLabel
    Left = 16
    Top = 184
    Width = 241
    Height = 29
    Alignment = taCenter
    AutoSize = False
    Caption = '0%'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'Tahoma'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object trkPercent: TTrackBar
    Left = 8
    Top = 144
    Width = 257
    Height = 33
    Orientation = trHorizontal
    Frequency = 1
    Position = 0
    SelEnd = 0
    SelStart = 0
    TabOrder = 1
    TickMarks = tmBottomRight
    TickStyle = tsAuto
    OnChange = trkPercentChange
  end
  object edtID: TEdit
    Left = 8
    Top = 80
    Width = 257
    Height = 21
    TabOrder = 0
  end
  object edtDesc: TMemo
    Left = 16
    Top = 256
    Width = 241
    Height = 89
    ScrollBars = ssVertical
    TabOrder = 2
  end
  object btnCancel: TCorelButton
    Left = 104
    Top = 360
    Width = 75
    Height = 25
    Cancel = True
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 4
    OnClick = btnCancelClick
  end
  object btnOK: TCorelButton
    Left = 184
    Top = 360
    Width = 75
    Height = 25
    Caption = '&Ok'
    Default = True
    ModalResult = 1
    TabOrder = 3
    OnClick = btnOKClick
  end
  object pnlTop: TPanel
    Left = 0
    Top = 0
    Width = 273
    Height = 57
    Align = alTop
    BevelOuter = bvSpace
    Color = clBtnHighlight
    TabOrder = 5
    object Label1: TLabel
      Left = 16
      Top = 8
      Width = 245
      Height = 41
      AutoSize = False
      Caption = 
        'Use this dialog to create tasks.  The task list works  like stic' +
        'ky notes, and provides you with a quick reminder of what you nee' +
        'd to do.'
      WordWrap = True
    end
  end
end

⌨️ 快捷键说明

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