mirror of https://gitlab.com/basile.b/dexed.git
auto updates
This commit is contained in:
parent
b6759a1525
commit
7be4884ee8
|
@ -6,7 +6,7 @@ object CompilersPathsEditor: TCompilersPathsEditor
|
||||||
Caption = 'CompilersPathsEditor'
|
Caption = 'CompilersPathsEditor'
|
||||||
ClientHeight = 900
|
ClientHeight = 900
|
||||||
ClientWidth = 460
|
ClientWidth = 460
|
||||||
LCLVersion = '2.0.0.3'
|
LCLVersion = '2.0.6.0'
|
||||||
object ScrollBox1: TScrollBox
|
object ScrollBox1: TScrollBox
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 900
|
Height = 900
|
||||||
|
@ -27,8 +27,8 @@ object CompilersPathsEditor: TCompilersPathsEditor
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'DMD'
|
Caption = 'DMD'
|
||||||
ClientHeight = 156
|
ClientHeight = 157
|
||||||
ClientWidth = 439
|
ClientWidth = 441
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object selDMDexe: TFileNameEdit
|
object selDMDexe: TFileNameEdit
|
||||||
Left = 2
|
Left = 2
|
||||||
|
@ -121,8 +121,8 @@ object CompilersPathsEditor: TCompilersPathsEditor
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'GDC'
|
Caption = 'GDC'
|
||||||
ClientHeight = 156
|
ClientHeight = 157
|
||||||
ClientWidth = 439
|
ClientWidth = 441
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object selGDCexe: TFileNameEdit
|
object selGDCexe: TFileNameEdit
|
||||||
Left = 2
|
Left = 2
|
||||||
|
@ -215,8 +215,8 @@ object CompilersPathsEditor: TCompilersPathsEditor
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'LDC'
|
Caption = 'LDC'
|
||||||
ClientHeight = 156
|
ClientHeight = 157
|
||||||
ClientWidth = 439
|
ClientWidth = 441
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object selLDCexe: TFileNameEdit
|
object selLDCexe: TFileNameEdit
|
||||||
Left = 2
|
Left = 2
|
||||||
|
@ -309,8 +309,8 @@ object CompilersPathsEditor: TCompilersPathsEditor
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'User 1'
|
Caption = 'User 1'
|
||||||
ClientHeight = 156
|
ClientHeight = 157
|
||||||
ClientWidth = 439
|
ClientWidth = 441
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
object selUSER1exe: TFileNameEdit
|
object selUSER1exe: TFileNameEdit
|
||||||
Left = 2
|
Left = 2
|
||||||
|
@ -403,8 +403,8 @@ object CompilersPathsEditor: TCompilersPathsEditor
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'User 2'
|
Caption = 'User 2'
|
||||||
ClientHeight = 156
|
ClientHeight = 157
|
||||||
ClientWidth = 439
|
ClientWidth = 441
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
object selUSER2exe: TFileNameEdit
|
object selUSER2exe: TFileNameEdit
|
||||||
Left = 2
|
Left = 2
|
||||||
|
@ -497,8 +497,8 @@ object CompilersPathsEditor: TCompilersPathsEditor
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'Default compiler for completion'
|
Caption = 'Default compiler for completion'
|
||||||
ClientHeight = 33
|
ClientHeight = 34
|
||||||
ClientWidth = 439
|
ClientWidth = 441
|
||||||
TabOrder = 5
|
TabOrder = 5
|
||||||
object selDefault: TComboBox
|
object selDefault: TComboBox
|
||||||
Left = 4
|
Left = 4
|
||||||
|
|
|
@ -11,7 +11,7 @@ object MainForm: TMainForm
|
||||||
OnDropFiles = FormDropFiles
|
OnDropFiles = FormDropFiles
|
||||||
OnResize = FormResize
|
OnResize = FormResize
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
LCLVersion = '2.0.2.0'
|
LCLVersion = '2.0.6.0'
|
||||||
object mainMenu: TMainMenu
|
object mainMenu: TMainMenu
|
||||||
top = 1
|
top = 1
|
||||||
object MenuItem1: TMenuItem
|
object MenuItem1: TMenuItem
|
||||||
|
|
Loading…
Reference in New Issue