Simple use of to-do list in delphi

zhaozj2021-02-08  238

Delphi is a powerful programming tool. Her advantage is not only a very powerful code compiler, but Delphi itself is still a very good editing tool. TO-Do List is a very easy to use. Using her can make us understand those tasks before, and what tasks need to do, who is responsible for completing, is it more urgent tasks. I haven't completed it today, I can find the position where the task is located soon tomorrow.

Open TODOLIST: Click on the menu [View]

Select menu [to-do list]

The display window is as follows:

Description: Action Item: Task item;! : Priority Module: The module OWNER: Oser Category: Type

The display style is:

Right click on the menu of the window

Description: Ø Open: Open Task item; Ø add: New; Ø Edit: Edit; Ø delete: Delete; Ø SORT: Classification (submenu)

1. Action Item: Task item 2. Status: Status (completed or unfinished) 3. Type: Category 4. Priority: Priority 5. Module: Module 6. Owner: Owner 7. Category: Type Ø filter: Filter Menu (submenu)

1. Categories: Press Owner 3. Item Types: Press the Project Type Ø Show Completed Items: Displays the completed items; cancels do not display all the completed task items. Ø Show Tooltips when Clipped: Display Tool Tips; Ø COPY AS (submenu)

TEXT: Save to the clipboard in normal text format; HTML Table: Save to the clipboard with hypertext table format. Ø Table Properties: Table Settings; Ø Dockable: Allowed to reside;

How to use: Double-click the main form, display the code editor to formcreate event: New: Right-click Menu Add, or Shortcut: Ctrl A, or Ctrl Shift T; Display Input Form:

Enter related information: l text: Content L Pripority: Priority (0 ~ 5) L Owner: Owner l Category: Classification The following two can be selected from the original data drop-down list box. Press [OK] to add a record. At the same time, it will automatically add a corresponding comment statement TODO: indicating that the codes are not completed, if the completion will become Done; 5: Represents the priority of the task - O: The owner of the task; -c: indicates that Task Category: The colon is the instructions for the task. modify:

Select Mail Menu [Edit], or shortcuts F2, methods, and new construction. turn on:

Right-click menu [open], or double-click the task item. The editor's cursor will automatically transfer to the code location where the task is located. Note: It is different from the task items in different modules:

Bold shows the task item currently being edited in the module; the fine display is a task item in other modules; the filter:

The above figure shows that the security owner is filtered, just need to display the name before the owner's name, press OK to return, only display the owner of the owner you want to see in the display list. Status: (completed and not completed)

The task has been completed, and the √ is displayed in the checkbox in front of the task item, and the text of the task item will have a delete line, and no display is expressed as completion. Table property settings:

By this method, you can print it in the form of a table.

转载请注明原文地址:https://www.9cbs.com/read-2890.html

New Post(0)