You've already forked lazarus-ccr
tvplanit: Translate PrintFormat item editor and auto-position controls.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4931 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,45 +1,49 @@
|
||||
object frmEditFormat: TfrmEditFormat
|
||||
Left = 403
|
||||
Height = 199
|
||||
Height = 193
|
||||
Top = 199
|
||||
Width = 329
|
||||
HorzScrollBar.Page = 328
|
||||
VertScrollBar.Page = 188
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'Edit Format'
|
||||
ClientHeight = 199
|
||||
ClientHeight = 193
|
||||
ClientWidth = 329
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.7'
|
||||
object Label1: TLabel
|
||||
object LblIncrement: TLabel
|
||||
Left = 16
|
||||
Height = 15
|
||||
Top = 76
|
||||
Top = 72
|
||||
Width = 80
|
||||
Caption = 'Day Increment:'
|
||||
FocusControl = edIncrement
|
||||
ParentColor = False
|
||||
end
|
||||
object Label2: TLabel
|
||||
object LblDescription: TLabel
|
||||
Left = 16
|
||||
Height = 15
|
||||
Top = 44
|
||||
Width = 66
|
||||
Caption = 'Description: '
|
||||
FocusControl = edDescription
|
||||
ParentColor = False
|
||||
end
|
||||
object Label3: TLabel
|
||||
object LblName: TLabel
|
||||
Left = 16
|
||||
Height = 15
|
||||
Top = 16
|
||||
Width = 38
|
||||
Caption = 'Name: '
|
||||
FocusControl = edName
|
||||
ParentColor = False
|
||||
end
|
||||
object btnOk: TButton
|
||||
Left = 157
|
||||
Height = 25
|
||||
Top = 164
|
||||
Top = 160
|
||||
Width = 75
|
||||
Caption = 'OK'
|
||||
Default = True
|
||||
@ -49,7 +53,7 @@ object frmEditFormat: TfrmEditFormat
|
||||
object btnCancel: TButton
|
||||
Left = 237
|
||||
Height = 25
|
||||
Top = 164
|
||||
Top = 160
|
||||
Width = 75
|
||||
Cancel = True
|
||||
Caption = 'Cancel'
|
||||
@ -58,8 +62,8 @@ object frmEditFormat: TfrmEditFormat
|
||||
end
|
||||
object rgDayIncrement: TRadioGroup
|
||||
Left = 16
|
||||
Height = 48
|
||||
Top = 104
|
||||
Height = 51
|
||||
Top = 101
|
||||
Width = 296
|
||||
AutoFill = True
|
||||
Caption = ' Day Increment Unit '
|
||||
@ -71,7 +75,7 @@ object frmEditFormat: TfrmEditFormat
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 4
|
||||
ClientHeight = 28
|
||||
ClientHeight = 31
|
||||
ClientWidth = 292
|
||||
Columns = 4
|
||||
ItemIndex = 0
|
||||
@ -100,7 +104,7 @@ object frmEditFormat: TfrmEditFormat
|
||||
object udIncrement: TUpDown
|
||||
Left = 158
|
||||
Height = 23
|
||||
Top = 72
|
||||
Top = 68
|
||||
Width = 16
|
||||
Associate = edIncrement
|
||||
Max = 365
|
||||
@ -112,7 +116,7 @@ object frmEditFormat: TfrmEditFormat
|
||||
object edIncrement: TEdit
|
||||
Left = 104
|
||||
Height = 23
|
||||
Top = 72
|
||||
Top = 68
|
||||
Width = 54
|
||||
TabOrder = 2
|
||||
Text = '0'
|
||||
|
Reference in New Issue
Block a user