mirror of https://gitlab.com/basile.b/dexed.git
fix, problem with btns glyph with gtk2
This commit is contained in:
parent
0bbbebd061
commit
8ddad1cbc3
|
@ -1,7 +1,7 @@
|
|||
inherited CELibManEditorWidget: TCELibManEditorWidget
|
||||
Left = 699
|
||||
Left = 698
|
||||
Height = 349
|
||||
Top = 362
|
||||
Top = 336
|
||||
Width = 466
|
||||
Caption = 'Library manager'
|
||||
ClientHeight = 349
|
||||
|
@ -18,18 +18,18 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
|||
ClientWidth = 466
|
||||
object Panel1: TPanel[0]
|
||||
Left = 4
|
||||
Height = 24
|
||||
Height = 26
|
||||
Top = 4
|
||||
Width = 458
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 4
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 24
|
||||
ClientHeight = 26
|
||||
ClientWidth = 458
|
||||
TabOrder = 0
|
||||
object btnAddLib: TBitBtn
|
||||
Left = 0
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'add library alias'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
@ -40,7 +40,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
|||
end
|
||||
object btnRemLib: TBitBtn
|
||||
Left = 28
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'remove library alias'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
@ -51,7 +51,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
|||
end
|
||||
object btnSelFile: TBitBtn
|
||||
Left = 374
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'select the library file'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
@ -62,7 +62,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
|||
end
|
||||
object btnSelRoot: TBitBtn
|
||||
Left = 430
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'select the sources root'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
@ -73,7 +73,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
|||
end
|
||||
object btnEditAlias: TBitBtn
|
||||
Left = 346
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'edit the library alias'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
@ -84,7 +84,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
|||
end
|
||||
object btnMoveDown: TBitBtn
|
||||
Left = 56
|
||||
Height = 24
|
||||
Height = 26
|
||||
Top = 0
|
||||
Width = 28
|
||||
Align = alLeft
|
||||
|
@ -94,7 +94,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
|||
end
|
||||
object btnMoveUp: TBitBtn
|
||||
Left = 84
|
||||
Height = 24
|
||||
Height = 26
|
||||
Top = 0
|
||||
Width = 28
|
||||
Align = alLeft
|
||||
|
@ -104,7 +104,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
|||
end
|
||||
object btnSelfoldOfFiles: TBitBtn
|
||||
Left = 402
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'select a folder of library files'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
@ -115,7 +115,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
|||
end
|
||||
object btnReg: TBitBtn
|
||||
Left = 112
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'register from the current project'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
@ -127,8 +127,8 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
|||
end
|
||||
object List: TListView[1]
|
||||
Left = 4
|
||||
Height = 313
|
||||
Top = 32
|
||||
Height = 311
|
||||
Top = 34
|
||||
Width = 458
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 4
|
||||
|
@ -136,7 +136,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
|||
item
|
||||
AutoSize = True
|
||||
Caption = 'Alias'
|
||||
Width = 454
|
||||
Width = 35
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
|
@ -146,7 +146,7 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
|||
item
|
||||
AutoSize = True
|
||||
Caption = 'Sources root'
|
||||
Width = 78
|
||||
Width = 340
|
||||
end>
|
||||
GridLines = True
|
||||
HideSelection = False
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
||||
Left = 1063
|
||||
Left = 1062
|
||||
Height = 598
|
||||
Top = 30
|
||||
Top = 4
|
||||
Width = 343
|
||||
Caption = 'Mini explorer'
|
||||
ClientHeight = 598
|
||||
|
@ -28,7 +28,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
|||
AutoWidthLastColumn = True
|
||||
Columns = <
|
||||
item
|
||||
Width = 331
|
||||
Width = 319
|
||||
end>
|
||||
ReadOnly = True
|
||||
ShowColumnHeaders = False
|
||||
|
@ -58,10 +58,9 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
|||
object Tree: TTreeView
|
||||
Left = 0
|
||||
Height = 171
|
||||
Top = 28
|
||||
Top = 32
|
||||
Width = 335
|
||||
Align = alTop
|
||||
DefaultItemHeight = 18
|
||||
Images = imgList
|
||||
ReadOnly = True
|
||||
ScrollBars = ssAutoBoth
|
||||
|
@ -72,22 +71,22 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
|||
Cursor = crVSplit
|
||||
Left = 0
|
||||
Height = 6
|
||||
Top = 199
|
||||
Top = 203
|
||||
Width = 335
|
||||
Align = alTop
|
||||
ResizeAnchor = akTop
|
||||
end
|
||||
object lstFiles: TListView
|
||||
Left = 0
|
||||
Height = 248
|
||||
Top = 205
|
||||
Height = 244
|
||||
Top = 209
|
||||
Width = 335
|
||||
Align = alClient
|
||||
AutoSort = False
|
||||
AutoWidthLastColumn = True
|
||||
Columns = <
|
||||
item
|
||||
Width = 331
|
||||
Width = 319
|
||||
end>
|
||||
ReadOnly = True
|
||||
ShowColumnHeaders = False
|
||||
|
@ -98,19 +97,19 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
|||
end
|
||||
object Panel1: TPanel
|
||||
Left = 0
|
||||
Height = 24
|
||||
Height = 28
|
||||
Top = 0
|
||||
Width = 335
|
||||
Align = alTop
|
||||
BorderSpacing.Bottom = 4
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 24
|
||||
ClientHeight = 28
|
||||
ClientWidth = 335
|
||||
TabOrder = 3
|
||||
OnClick = Panel1Click
|
||||
object btnAddFav: TBitBtn
|
||||
Left = 0
|
||||
Height = 24
|
||||
Height = 28
|
||||
Hint = 'add selected folder to favorites'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
@ -120,7 +119,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
|||
end
|
||||
object btnEdit: TBitBtn
|
||||
Left = 84
|
||||
Height = 24
|
||||
Height = 28
|
||||
Hint = 'open selected file in a Coedit-or'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
@ -130,7 +129,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
|||
end
|
||||
object btnShellOpen: TBitBtn
|
||||
Left = 56
|
||||
Height = 24
|
||||
Height = 28
|
||||
Hint = 'open the selected file with the shell'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
@ -140,7 +139,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
|||
end
|
||||
object btnRemFav: TBitBtn
|
||||
Left = 28
|
||||
Height = 24
|
||||
Height = 28
|
||||
Hint = 'remove selected folder from the favorites'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
@ -150,7 +149,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
|||
end
|
||||
object lstFilter: TListFilterEdit
|
||||
Left = 113
|
||||
Height = 22
|
||||
Height = 26
|
||||
Top = 1
|
||||
Width = 221
|
||||
ButtonWidth = 28
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
||||
Left = 632
|
||||
Left = 631
|
||||
Height = 273
|
||||
Top = 322
|
||||
Top = 296
|
||||
Width = 445
|
||||
Caption = 'Project configuration'
|
||||
ClientHeight = 273
|
||||
|
@ -18,7 +18,7 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
|||
ClientWidth = 445
|
||||
object pnlToolBar: TPanel[0]
|
||||
Left = 4
|
||||
Height = 24
|
||||
Height = 26
|
||||
Top = 2
|
||||
Width = 437
|
||||
Align = alTop
|
||||
|
@ -26,26 +26,26 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
|||
BorderSpacing.Right = 2
|
||||
BorderSpacing.Around = 2
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 24
|
||||
ClientHeight = 26
|
||||
ClientWidth = 437
|
||||
TabOrder = 0
|
||||
object selConf: TComboBox
|
||||
Left = 0
|
||||
Height = 23
|
||||
Height = 25
|
||||
Hint = 'select a configuration'
|
||||
Top = 1
|
||||
Width = 324
|
||||
Align = alClient
|
||||
BorderSpacing.Top = 1
|
||||
BorderSpacing.Right = 1
|
||||
ItemHeight = 15
|
||||
ItemHeight = 0
|
||||
OnChange = selConfChange
|
||||
Style = csDropDownList
|
||||
TabOrder = 0
|
||||
end
|
||||
object btnAddConf: TSpeedButton
|
||||
Left = 325
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'add an empty configuration'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
@ -55,7 +55,7 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
|||
end
|
||||
object btnDelConf: TSpeedButton
|
||||
Left = 353
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'remove selected configuration'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
@ -65,7 +65,7 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
|||
end
|
||||
object btnCloneConf: TSpeedButton
|
||||
Left = 381
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'clone selected configuration'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
@ -75,7 +75,7 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
|||
end
|
||||
object btnSyncEdit: TSpeedButton
|
||||
Left = 409
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'syncrhonize each configuration'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
@ -86,24 +86,23 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
|||
end
|
||||
object Panel2: TPanel[1]
|
||||
Left = 4
|
||||
Height = 239
|
||||
Top = 30
|
||||
Height = 237
|
||||
Top = 32
|
||||
Width = 437
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 4
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 239
|
||||
ClientHeight = 237
|
||||
ClientWidth = 437
|
||||
TabOrder = 1
|
||||
object Tree: TTreeView
|
||||
Left = 0
|
||||
Height = 239
|
||||
Height = 237
|
||||
Hint = 'filter configuration elements'
|
||||
Top = 0
|
||||
Width = 160
|
||||
Align = alLeft
|
||||
AutoExpand = True
|
||||
DefaultItemHeight = 18
|
||||
HideSelection = False
|
||||
ReadOnly = True
|
||||
ScrollBars = ssAutoBoth
|
||||
|
@ -132,14 +131,14 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
|||
end
|
||||
object Splitter1: TSplitter
|
||||
Left = 160
|
||||
Height = 239
|
||||
Height = 237
|
||||
Top = 0
|
||||
Width = 5
|
||||
AutoSnap = False
|
||||
end
|
||||
object inspector: TTIPropertyGrid
|
||||
Left = 165
|
||||
Height = 239
|
||||
Height = 237
|
||||
Top = 0
|
||||
Width = 272
|
||||
Align = alClient
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
inherited CEProjectInspectWidget: TCEProjectInspectWidget
|
||||
Left = 1390
|
||||
Left = 1563
|
||||
Height = 258
|
||||
Top = 26
|
||||
Top = 8
|
||||
Width = 341
|
||||
AllowDropFiles = True
|
||||
Caption = 'Project inspector'
|
||||
|
@ -21,13 +21,12 @@ inherited CEProjectInspectWidget: TCEProjectInspectWidget
|
|||
PopupMenu = nil
|
||||
object Tree: TTreeView[0]
|
||||
Left = 2
|
||||
Height = 228
|
||||
Top = 28
|
||||
Height = 226
|
||||
Top = 30
|
||||
Width = 337
|
||||
Align = alClient
|
||||
AutoExpand = True
|
||||
BorderSpacing.Around = 2
|
||||
DefaultItemHeight = 18
|
||||
Images = imgList
|
||||
ReadOnly = True
|
||||
RightClickSelect = True
|
||||
|
@ -50,18 +49,18 @@ inherited CEProjectInspectWidget: TCEProjectInspectWidget
|
|||
end
|
||||
object pnlToolBar: TPanel[1]
|
||||
Left = 2
|
||||
Height = 24
|
||||
Height = 26
|
||||
Top = 2
|
||||
Width = 337
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 2
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 24
|
||||
ClientHeight = 26
|
||||
ClientWidth = 337
|
||||
TabOrder = 1
|
||||
object btnAddFile: TSpeedButton
|
||||
Left = 0
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'add a source file to the project'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
@ -71,7 +70,7 @@ inherited CEProjectInspectWidget: TCEProjectInspectWidget
|
|||
end
|
||||
object btnProjOpts: TSpeedButton
|
||||
Left = 112
|
||||
Height = 24
|
||||
Height = 26
|
||||
Top = 0
|
||||
Width = 28
|
||||
Action = CEMainForm.actProjOpts
|
||||
|
@ -80,7 +79,7 @@ inherited CEProjectInspectWidget: TCEProjectInspectWidget
|
|||
end
|
||||
object btnAddFold: TSpeedButton
|
||||
Left = 56
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'add a folder of source to the project'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
@ -90,7 +89,7 @@ inherited CEProjectInspectWidget: TCEProjectInspectWidget
|
|||
end
|
||||
object TreeFilterEdit1: TTreeFilterEdit
|
||||
Left = 142
|
||||
Height = 20
|
||||
Height = 22
|
||||
Top = 2
|
||||
Width = 193
|
||||
ButtonWidth = 28
|
||||
|
@ -105,7 +104,7 @@ inherited CEProjectInspectWidget: TCEProjectInspectWidget
|
|||
end
|
||||
object btnRemFile: TSpeedButton
|
||||
Left = 28
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'remove selected sources file(s) from the project'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
@ -114,7 +113,7 @@ inherited CEProjectInspectWidget: TCEProjectInspectWidget
|
|||
end
|
||||
object btnRemFold: TSpeedButton
|
||||
Left = 84
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'remove a folder of source from the project'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
inherited CESymbolListWidget: TCESymbolListWidget
|
||||
Left = 985
|
||||
Left = 984
|
||||
Height = 430
|
||||
Top = 215
|
||||
Top = 189
|
||||
Width = 310
|
||||
Caption = 'Symbol list'
|
||||
ClientHeight = 430
|
||||
|
@ -19,12 +19,11 @@ inherited CESymbolListWidget: TCESymbolListWidget
|
|||
PopupMenu = nil
|
||||
object Tree: TTreeView[0]
|
||||
Left = 4
|
||||
Height = 394
|
||||
Top = 32
|
||||
Height = 390
|
||||
Top = 36
|
||||
Width = 302
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 4
|
||||
DefaultItemHeight = 18
|
||||
HideSelection = False
|
||||
Images = imgList
|
||||
ReadOnly = True
|
||||
|
@ -57,19 +56,19 @@ inherited CESymbolListWidget: TCESymbolListWidget
|
|||
end
|
||||
object Panel1: TPanel[1]
|
||||
Left = 2
|
||||
Height = 26
|
||||
Height = 30
|
||||
Top = 2
|
||||
Width = 306
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 2
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 26
|
||||
ClientHeight = 30
|
||||
ClientWidth = 306
|
||||
PopupMenu = contextMenu
|
||||
TabOrder = 1
|
||||
object TreeFilterEdit1: TTreeFilterEdit
|
||||
Left = 32
|
||||
Height = 22
|
||||
Height = 26
|
||||
Top = 2
|
||||
Width = 272
|
||||
OnAfterFilter = TreeFilterEdit1AfterFilter
|
||||
|
@ -86,7 +85,7 @@ inherited CESymbolListWidget: TCESymbolListWidget
|
|||
end
|
||||
object btnRefresh: TBitBtn
|
||||
Left = 2
|
||||
Height = 22
|
||||
Height = 26
|
||||
Hint = 'refresh the list'
|
||||
Top = 2
|
||||
Width = 28
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
inherited CETodoListWidget: TCETodoListWidget
|
||||
Left = 631
|
||||
Left = 630
|
||||
Height = 337
|
||||
Top = 222
|
||||
Top = 196
|
||||
Width = 584
|
||||
Caption = 'Todo list'
|
||||
ClientHeight = 337
|
||||
|
@ -18,19 +18,19 @@ inherited CETodoListWidget: TCETodoListWidget
|
|||
ClientWidth = 584
|
||||
object Panel1: TPanel[0]
|
||||
Left = 2
|
||||
Height = 28
|
||||
Height = 30
|
||||
Top = 2
|
||||
Width = 580
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 2
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 28
|
||||
ClientHeight = 30
|
||||
ClientWidth = 580
|
||||
PopupMenu = contextMenu
|
||||
TabOrder = 0
|
||||
object btnRefresh: TBitBtn
|
||||
Left = 2
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'refresh the list'
|
||||
Top = 2
|
||||
Width = 28
|
||||
|
@ -42,7 +42,7 @@ inherited CETodoListWidget: TCETodoListWidget
|
|||
end
|
||||
object lstfilter: TListFilterEdit
|
||||
Left = 62
|
||||
Height = 24
|
||||
Height = 26
|
||||
Top = 2
|
||||
Width = 516
|
||||
ButtonWidth = 28
|
||||
|
@ -55,7 +55,7 @@ inherited CETodoListWidget: TCETodoListWidget
|
|||
end
|
||||
object btnGo: TBitBtn
|
||||
Left = 32
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'refresh the list'
|
||||
Top = 2
|
||||
Width = 28
|
||||
|
@ -68,8 +68,8 @@ inherited CETodoListWidget: TCETodoListWidget
|
|||
end
|
||||
object lstItems: TListView[1]
|
||||
Left = 4
|
||||
Height = 299
|
||||
Top = 34
|
||||
Height = 297
|
||||
Top = 36
|
||||
Width = 576
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 4
|
||||
|
@ -77,26 +77,27 @@ inherited CETodoListWidget: TCETodoListWidget
|
|||
item
|
||||
AutoSize = True
|
||||
Caption = 'text'
|
||||
Width = 572
|
||||
Width = 29
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'category'
|
||||
Width = 58
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'assignee'
|
||||
Width = 57
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'assignee'
|
||||
Width = 58
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'status'
|
||||
Width = 43
|
||||
Width = 42
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'priority'
|
||||
Width = 374
|
||||
end>
|
||||
ReadOnly = True
|
||||
SortType = stText
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
inherited CEToolsEditorWidget: TCEToolsEditorWidget
|
||||
Left = 1143
|
||||
Left = 1560
|
||||
Height = 280
|
||||
Top = 343
|
||||
Top = 303
|
||||
Width = 441
|
||||
Caption = 'Tools editor'
|
||||
ClientHeight = 280
|
||||
|
@ -18,42 +18,38 @@ inherited CEToolsEditorWidget: TCEToolsEditorWidget
|
|||
ClientWidth = 441
|
||||
object Panel1: TPanel[0]
|
||||
Left = 4
|
||||
Height = 24
|
||||
Height = 26
|
||||
Top = 4
|
||||
Width = 433
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 4
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 24
|
||||
ClientHeight = 26
|
||||
ClientWidth = 433
|
||||
TabOrder = 0
|
||||
object BtnAddTool: TBitBtn
|
||||
Left = 0
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'add a tool'
|
||||
Top = 0
|
||||
Width = 28
|
||||
Align = alLeft
|
||||
Layout = blGlyphBottom
|
||||
OnClick = BtnAddToolClick
|
||||
Spacing = 0
|
||||
TabOrder = 0
|
||||
end
|
||||
object btnRemTool: TBitBtn
|
||||
Left = 28
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'remove selected tool'
|
||||
Top = 0
|
||||
Width = 28
|
||||
Align = alLeft
|
||||
Layout = blGlyphBottom
|
||||
OnClick = btnRemToolClick
|
||||
Spacing = 0
|
||||
TabOrder = 1
|
||||
end
|
||||
object btnRun: TBitBtn
|
||||
Left = 405
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'execute selected tool'
|
||||
Top = 0
|
||||
Width = 28
|
||||
|
@ -65,73 +61,69 @@ inherited CEToolsEditorWidget: TCEToolsEditorWidget
|
|||
end
|
||||
object btnMoveDown: TBitBtn
|
||||
Left = 56
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'move selected tool down'
|
||||
Top = 0
|
||||
Width = 28
|
||||
Align = alLeft
|
||||
Layout = blGlyphBottom
|
||||
OnClick = btnMoveDownClick
|
||||
Spacing = 0
|
||||
TabOrder = 3
|
||||
end
|
||||
object btnMoveUp: TBitBtn
|
||||
Left = 84
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'move selected tool up'
|
||||
Top = 0
|
||||
Width = 28
|
||||
Align = alLeft
|
||||
Layout = blGlyphBottom
|
||||
OnClick = btnMoveUpClick
|
||||
Spacing = 0
|
||||
TabOrder = 4
|
||||
end
|
||||
object btnClone: TBitBtn
|
||||
Left = 112
|
||||
Height = 24
|
||||
Height = 26
|
||||
Hint = 'clone selected tool'
|
||||
Top = 0
|
||||
Width = 28
|
||||
Align = alLeft
|
||||
Layout = blGlyphBottom
|
||||
OnClick = btnCloneClick
|
||||
Spacing = 0
|
||||
TabOrder = 5
|
||||
end
|
||||
end
|
||||
object Panel2: TPanel[1]
|
||||
Left = 4
|
||||
Height = 244
|
||||
Top = 32
|
||||
Height = 242
|
||||
Top = 34
|
||||
Width = 433
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 4
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 244
|
||||
ClientHeight = 242
|
||||
ClientWidth = 433
|
||||
TabOrder = 1
|
||||
object lstTools: TListBox
|
||||
Left = 0
|
||||
Height = 244
|
||||
Height = 242
|
||||
Top = 0
|
||||
Width = 160
|
||||
Align = alLeft
|
||||
ItemHeight = 0
|
||||
OnDblClick = lstToolsDblClick
|
||||
OnSelectionChange = lstToolsSelectionChange
|
||||
ScrollWidth = 158
|
||||
TabOrder = 0
|
||||
TopIndex = -1
|
||||
end
|
||||
object Splitter1: TSplitter
|
||||
Left = 160
|
||||
Height = 244
|
||||
Height = 242
|
||||
Top = 0
|
||||
Width = 5
|
||||
AutoSnap = False
|
||||
end
|
||||
object propsEd: TTIPropertyGrid
|
||||
Left = 165
|
||||
Height = 244
|
||||
Height = 242
|
||||
Top = 0
|
||||
Width = 268
|
||||
Align = alClient
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
object CEWidget: TCEWidget
|
||||
Left = 1159
|
||||
Left = 1158
|
||||
Height = 121
|
||||
Top = 91
|
||||
Top = 65
|
||||
Width = 332
|
||||
BorderIcons = [biMinimize, biMaximize]
|
||||
Caption = 'CEWidget'
|
||||
|
@ -9,7 +9,7 @@ object CEWidget: TCEWidget
|
|||
ClientWidth = 332
|
||||
ShowHint = True
|
||||
ShowInTaskBar = stNever
|
||||
LCLVersion = '1.4.0.4'
|
||||
LCLVersion = '1.4.2.0'
|
||||
object Back: TPanel
|
||||
Left = 0
|
||||
Height = 121
|
||||
|
|
Loading…
Reference in New Issue