Increase width of "name" field on view editor to the same value as it's on the procedure editor.

This commit is contained in:
Ansgar Becker
2016-12-11 11:25:29 +00:00
parent f56c34abec
commit e4a8540204

View File

@ -33,16 +33,16 @@ object frmView: TfrmView
Visible = False Visible = False
end end
object lblDefiner: TLabel object lblDefiner: TLabel
Left = 215 Left = 408
Top = 6 Top = 6
Width = 39 Width = 39
Height = 13 Height = 13
Caption = 'Definer:' Caption = 'Definer:'
end end
object editName: TEdit object editName: TEdit
Left = 64 Left = 84
Top = 3 Top = 3
Width = 145 Width = 310
Height = 21 Height = 21
TabOrder = 0 TabOrder = 0
Text = 'editName' Text = 'editName'
@ -52,7 +52,7 @@ object frmView: TfrmView
object rgAlgorithm: TRadioGroup object rgAlgorithm: TRadioGroup
Left = 3 Left = 3
Top = 32 Top = 32
Width = 206 Width = 391
Height = 86 Height = 86
Caption = 'Algorithm' Caption = 'Algorithm'
ItemIndex = 0 ItemIndex = 0
@ -124,9 +124,9 @@ object frmView: TfrmView
OnClick = btnSaveClick OnClick = btnSaveClick
end end
object rgCheck: TRadioGroup object rgCheck: TRadioGroup
Left = 215 Left = 408
Top = 32 Top = 32
Width = 481 Width = 288
Height = 86 Height = 86
Anchors = [akLeft, akTop, akRight] Anchors = [akLeft, akTop, akRight]
Caption = 'Check option for updates' Caption = 'Check option for updates'
@ -149,9 +149,9 @@ object frmView: TfrmView
OnClick = btnHelpClick OnClick = btnHelpClick
end end
object comboDefiner: TComboBox object comboDefiner: TComboBox
Left = 280 Left = 489
Top = 3 Top = 3
Width = 416 Width = 207
Height = 21 Height = 21
Anchors = [akLeft, akTop, akRight] Anchors = [akLeft, akTop, akRight]
TabOrder = 1 TabOrder = 1