You've already forked lazarus-ccr
tvplanit: Trying to get high-dpi correct (many changes)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5077 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,15 +1,13 @@
|
||||
object TaskEditForm: TTaskEditForm
|
||||
Left = 243
|
||||
Height = 340
|
||||
Height = 378
|
||||
Top = 283
|
||||
Width = 547
|
||||
HorzScrollBar.Page = 545
|
||||
VertScrollBar.Page = 339
|
||||
Caption = 'TaskEditForm'
|
||||
ClientHeight = 340
|
||||
ClientHeight = 378
|
||||
ClientWidth = 547
|
||||
Constraints.MinHeight = 340
|
||||
Constraints.MinWidth = 545
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
Position = poScreenCenter
|
||||
@ -17,7 +15,7 @@ object TaskEditForm: TTaskEditForm
|
||||
object ButtonPanel: TPanel
|
||||
Left = 0
|
||||
Height = 37
|
||||
Top = 303
|
||||
Top = 341
|
||||
Width = 547
|
||||
Align = alBottom
|
||||
BevelOuter = bvNone
|
||||
@ -27,9 +25,8 @@ object TaskEditForm: TTaskEditForm
|
||||
object ResourceNameLbl: TLabel
|
||||
Left = 6
|
||||
Height = 16
|
||||
Top = 10
|
||||
Top = 8
|
||||
Width = 100
|
||||
AutoSize = False
|
||||
Caption = 'Resource Name'
|
||||
Font.CharSet = ANSI_CHARSET
|
||||
Font.Color = clMaroon
|
||||
@ -64,7 +61,7 @@ object TaskEditForm: TTaskEditForm
|
||||
end
|
||||
object PageControl1: TPageControl
|
||||
Left = 0
|
||||
Height = 303
|
||||
Height = 341
|
||||
Top = 0
|
||||
Width = 547
|
||||
TabStop = False
|
||||
@ -74,7 +71,7 @@ object TaskEditForm: TTaskEditForm
|
||||
TabOrder = 0
|
||||
object tabTask: TTabSheet
|
||||
Caption = 'Task'
|
||||
ClientHeight = 275
|
||||
ClientHeight = 313
|
||||
ClientWidth = 539
|
||||
object DueDateLbl: TLabel
|
||||
Left = 52
|
||||
@ -270,7 +267,7 @@ object TaskEditForm: TTaskEditForm
|
||||
end
|
||||
object DetailsMemo: TMemo
|
||||
Left = 4
|
||||
Height = 146
|
||||
Height = 208
|
||||
Top = 96
|
||||
Width = 529
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
@ -283,13 +280,11 @@ object TaskEditForm: TTaskEditForm
|
||||
TabOrder = 3
|
||||
end
|
||||
object DueDateEdit: TDateEdit
|
||||
Left = 126
|
||||
Left = 128
|
||||
Height = 23
|
||||
Top = 41
|
||||
Width = 103
|
||||
CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames]
|
||||
OKCaption = 'OK'
|
||||
CancelCaption = 'Cancel'
|
||||
DateOrder = doNone
|
||||
ButtonWidth = 23
|
||||
Glyph.Data = {
|
||||
|
Reference in New Issue
Block a user