fixed some dialogs

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@346 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
christian_u
2008-02-08 15:07:26 +00:00
parent 946b2b11c4
commit d9e7625cf7
19 changed files with 978 additions and 1002 deletions

View File

@ -1,44 +1,42 @@
object frmSelectResource: TfrmSelectResource
Left = 253
Top = 149
Left = 303
Height = 162
Top = 202
Width = 284
Height = 190
HorzScrollBar.Page = 283
VertScrollBar.Page = 161
Caption = 'Select a Resource'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
ClientHeight = 162
ClientWidth = 284
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Height = 105
Top = 8
Width = 257
Height = 105
end
object lblSelectResource: TLabel
Left = 16
Height = 14
Top = 16
Width = 88
Height = 13
Width = 87
Caption = 'Select a Resource'
ParentColor = False
end
object VpResourceCombo1: TVpResourceCombo
Left = 16
Height = 21
Top = 40
Width = 217
Height = 21
Style = csDropDownList
end
object btnOK: TButton
Left = 112
Height = 25
Top = 128
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
@ -46,9 +44,9 @@ object frmSelectResource: TfrmSelectResource
end
object btnCancel: TButton
Left = 192
Height = 25
Top = 128
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
@ -56,31 +54,29 @@ object frmSelectResource: TfrmSelectResource
end
object btnAddNew: TButton
Left = 16
Height = 25
Top = 72
Width = 113
Height = 25
Caption = 'Add New Resource'
TabOrder = 3
OnClick = btnAddNewClick
TabOrder = 3
end
object btnEdit: TButton
Left = 136
Height = 25
Top = 72
Width = 113
Height = 25
Caption = 'Edit This Resource'
TabOrder = 4
OnClick = btnEditClick
TabOrder = 4
end
object VpResourceEditDialog1: TVpResourceEditDialog
Version = 'v1.03'
Options = []
Placement.Position = mpCenter
Placement.Top = 10
Placement.Left = 10
Placement.Height = 250
Placement.Width = 400
Left = 232
Top = 24
left = 232
top = 24
end
end