jvcllaz: Fix a series of issues with Linux

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6318 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-04-18 22:20:45 +00:00
parent 0e4645f9bf
commit bfdb6c5eaa
66 changed files with 3102 additions and 3573 deletions

View File

@ -1,10 +1,10 @@
object MainForm: TMainForm
Left = 258
Height = 340
Height = 358
Top = 127
Width = 459
Caption = 'JvSpecialProgress Demo'
ClientHeight = 340
ClientHeight = 358
ClientWidth = 459
OnCreate = FormCreate
LCLVersion = '1.9.0.0'
@ -105,7 +105,7 @@ object MainForm: TMainForm
object CbBorderColor: TColorBox
Left = 328
Height = 22
Top = 166
Top = 170
Width = 100
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbPrettyNames]
ItemHeight = 16
@ -115,7 +115,7 @@ object MainForm: TMainForm
object CbFlat: TCheckBox
Left = 245
Height = 19
Top = 176
Top = 184
Width = 39
Caption = 'Flat'
OnChange = CbFlatChange
@ -124,7 +124,7 @@ object MainForm: TMainForm
object CbTextOption: TComboBox
Left = 328
Height = 23
Top = 208
Top = 216
Width = 100
ItemHeight = 15
Items.Strings = (
@ -140,7 +140,7 @@ object MainForm: TMainForm
object Label4: TLabel
Left = 245
Height = 15
Top = 212
Top = 220
Width = 62
Caption = 'Text option:'
ParentColor = False
@ -148,7 +148,7 @@ object MainForm: TMainForm
object CbTextCentered: TCheckBox
Left = 245
Height = 19
Top = 296
Top = 304
Width = 91
Caption = 'Text centered'
OnChange = CbTextCenteredChange
@ -157,7 +157,7 @@ object MainForm: TMainForm
object EdFormat: TEdit
Left = 328
Height = 23
Top = 236
Top = 244
Width = 100
TabOrder = 10
Text = '%0:d%% done (%1:d of %2:d).'
@ -165,7 +165,7 @@ object MainForm: TMainForm
object LblFormat: TLabel
Left = 247
Height = 15
Top = 240
Top = 248
Width = 38
Caption = 'Format'
FocusControl = EdFormat
@ -174,7 +174,7 @@ object MainForm: TMainForm
object CbTextColor: TColorBox
Left = 328
Height = 22
Top = 264
Top = 272
Width = 100
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbPrettyNames]
ItemHeight = 16
@ -184,7 +184,7 @@ object MainForm: TMainForm
object Label5: TLabel
Left = 245
Height = 15
Top = 268
Top = 276
Width = 54
Caption = 'Text color:'
ParentColor = False