You've already forked lazarus-ccr
Initial import
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@338 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
86
components/tvplanit/source/vpselresdlg.lfm
Normal file
86
components/tvplanit/source/vpselresdlg.lfm
Normal file
@ -0,0 +1,86 @@
|
||||
object frmSelectResource: TfrmSelectResource
|
||||
Left = 253
|
||||
Top = 149
|
||||
Width = 284
|
||||
Height = 190
|
||||
Caption = 'Select a Resource'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
OldCreateOrder = False
|
||||
Position = poDesktopCenter
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Bevel1: TBevel
|
||||
Left = 8
|
||||
Top = 8
|
||||
Width = 257
|
||||
Height = 105
|
||||
end
|
||||
object lblSelectResource: TLabel
|
||||
Left = 16
|
||||
Top = 16
|
||||
Width = 88
|
||||
Height = 13
|
||||
Caption = 'Select a Resource'
|
||||
end
|
||||
object VpResourceCombo1: TVpResourceCombo
|
||||
Left = 16
|
||||
Top = 40
|
||||
Width = 217
|
||||
Height = 21
|
||||
Style = csDropDownList
|
||||
end
|
||||
object btnOK: TButton
|
||||
Left = 112
|
||||
Top = 128
|
||||
Width = 75
|
||||
Height = 25
|
||||
Caption = 'OK'
|
||||
Default = True
|
||||
ModalResult = 1
|
||||
TabOrder = 1
|
||||
end
|
||||
object btnCancel: TButton
|
||||
Left = 192
|
||||
Top = 128
|
||||
Width = 75
|
||||
Height = 25
|
||||
Cancel = True
|
||||
Caption = 'Cancel'
|
||||
ModalResult = 2
|
||||
TabOrder = 2
|
||||
end
|
||||
object btnAddNew: TButton
|
||||
Left = 16
|
||||
Top = 72
|
||||
Width = 113
|
||||
Height = 25
|
||||
Caption = 'Add New Resource'
|
||||
TabOrder = 3
|
||||
OnClick = btnAddNewClick
|
||||
end
|
||||
object btnEdit: TButton
|
||||
Left = 136
|
||||
Top = 72
|
||||
Width = 113
|
||||
Height = 25
|
||||
Caption = 'Edit This Resource'
|
||||
TabOrder = 4
|
||||
OnClick = btnEditClick
|
||||
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
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user