Download this file
95 lines (94 with data), 1.8 kB
object AddToDoForm: TAddToDoForm
Left = 855
Top = 321
BorderStyle = bsToolWindow
Caption = 'Add To-Do item'
ClientHeight = 205
ClientWidth = 293
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 15
object Label1: TLabel
Left = 8
Top = 8
Width = 63
Height = 15
Caption = 'Description:'
end
object Label2: TLabel
Left = 8
Top = 124
Width = 41
Height = 15
Caption = 'Priority:'
end
object Label3: TLabel
Left = 132
Top = 124
Width = 26
Height = 15
Caption = 'User:'
end
object memDescr: TMemo
Left = 8
Top = 24
Width = 277
Height = 89
Lines.Strings = (
'memDescr')
ScrollBars = ssVertical
TabOrder = 0
end
object spnPri: TSpinEdit
Left = 8
Top = 140
Width = 113
Height = 24
Ctl3D = False
MaxLength = 1
MaxValue = 9
MinValue = 1
ParentCtl3D = False
TabOrder = 1
Value = 1
end
object btnOK: TButton
Left = 67
Top = 172
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 3
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 151
Top = 172
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
OnClick = btnCancelClick
end
object txtUser: TEdit
Left = 132
Top = 140
Width = 153
Height = 21
Ctl3D = False
ParentCtl3D = False
TabOrder = 2
Text = 'txtUser'
OnKeyPress = txtUserKeyPress
end
end
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.