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,13 +1,13 @@
|
||||
object ResEditForm: TResEditForm
|
||||
Left = 280
|
||||
Height = 250
|
||||
Height = 302
|
||||
Top = 234
|
||||
Width = 400
|
||||
Width = 455
|
||||
HorzScrollBar.Page = 399
|
||||
VertScrollBar.Page = 249
|
||||
Caption = 'Resource Edit'
|
||||
ClientHeight = 250
|
||||
ClientWidth = 400
|
||||
ClientHeight = 302
|
||||
ClientWidth = 455
|
||||
Constraints.MinHeight = 250
|
||||
Constraints.MinWidth = 400
|
||||
OnCreate = FormCreate
|
||||
@ -16,15 +16,15 @@ object ResEditForm: TResEditForm
|
||||
object pnlBottom: TPanel
|
||||
Left = 0
|
||||
Height = 41
|
||||
Top = 209
|
||||
Width = 400
|
||||
Top = 261
|
||||
Width = 455
|
||||
Align = alBottom
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 41
|
||||
ClientWidth = 400
|
||||
ClientWidth = 455
|
||||
TabOrder = 1
|
||||
object OKBtn: TButton
|
||||
Left = 236
|
||||
Left = 291
|
||||
Height = 25
|
||||
Top = 7
|
||||
Width = 75
|
||||
@ -36,7 +36,7 @@ object ResEditForm: TResEditForm
|
||||
TabStop = False
|
||||
end
|
||||
object CancelBtn: TButton
|
||||
Left = 315
|
||||
Left = 370
|
||||
Height = 25
|
||||
Top = 7
|
||||
Width = 75
|
||||
@ -50,9 +50,9 @@ object ResEditForm: TResEditForm
|
||||
end
|
||||
object pgResource: TPageControl
|
||||
Left = 0
|
||||
Height = 209
|
||||
Height = 261
|
||||
Top = 0
|
||||
Width = 400
|
||||
Width = 455
|
||||
TabStop = False
|
||||
ActivePage = tabResource
|
||||
Align = alClient
|
||||
@ -60,8 +60,8 @@ object ResEditForm: TResEditForm
|
||||
TabOrder = 0
|
||||
object tabResource: TTabSheet
|
||||
Caption = 'Resource'
|
||||
ClientHeight = 181
|
||||
ClientWidth = 392
|
||||
ClientHeight = 233
|
||||
ClientWidth = 447
|
||||
object lblDescription: TLabel
|
||||
Left = 8
|
||||
Height = 15
|
||||
@ -79,7 +79,7 @@ object ResEditForm: TResEditForm
|
||||
ParentColor = False
|
||||
end
|
||||
object imgResources: TImage
|
||||
Left = 350
|
||||
Left = 405
|
||||
Height = 32
|
||||
Top = 15
|
||||
Width = 32
|
||||
@ -114,7 +114,7 @@ object ResEditForm: TResEditForm
|
||||
Left = 80
|
||||
Height = 23
|
||||
Top = 20
|
||||
Width = 257
|
||||
Width = 318
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
MaxLength = 255
|
||||
OnChange = Change
|
||||
@ -122,9 +122,9 @@ object ResEditForm: TResEditForm
|
||||
end
|
||||
object NotesMemo: TMemo
|
||||
Left = 8
|
||||
Height = 102
|
||||
Height = 154
|
||||
Top = 67
|
||||
Width = 374
|
||||
Width = 429
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
MaxLength = 1024
|
||||
OnChange = Change
|
||||
|
Reference in New Issue
Block a user