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:
133
components/tvplanit/source/vpreseditdlg.lfm
Normal file
133
components/tvplanit/source/vpreseditdlg.lfm
Normal file
@ -0,0 +1,133 @@
|
||||
object ResEditForm: TResEditForm
|
||||
Left = 280
|
||||
Height = 250
|
||||
Top = 234
|
||||
Width = 400
|
||||
HorzScrollBar.Page = 399
|
||||
VertScrollBar.Page = 249
|
||||
Caption = 'Resource Edit'
|
||||
ClientHeight = 250
|
||||
ClientWidth = 400
|
||||
Constraints.MinHeight = 250
|
||||
Constraints.MinWidth = 400
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
object pnlBottom: TPanel
|
||||
Height = 41
|
||||
Top = 209
|
||||
Width = 400
|
||||
Align = alBottom
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 41
|
||||
ClientWidth = 400
|
||||
TabOrder = 0
|
||||
object OKBtn: TButton
|
||||
Left = 245
|
||||
Height = 25
|
||||
Top = 9
|
||||
Width = 75
|
||||
Anchors = [akRight, akBottom]
|
||||
Caption = 'OK'
|
||||
Default = True
|
||||
OnClick = OKBtnClick
|
||||
TabOrder = 0
|
||||
TabStop = False
|
||||
end
|
||||
object CancelBtn: TButton
|
||||
Left = 324
|
||||
Height = 25
|
||||
Top = 9
|
||||
Width = 75
|
||||
Anchors = [akRight, akBottom]
|
||||
Cancel = True
|
||||
Caption = 'Cancel'
|
||||
OnClick = CancelBtnClick
|
||||
TabOrder = 1
|
||||
TabStop = False
|
||||
end
|
||||
end
|
||||
object pgResource: TPageControl
|
||||
Height = 209
|
||||
Width = 400
|
||||
TabStop = False
|
||||
ActivePage = tabResource
|
||||
Align = alClient
|
||||
TabIndex = 0
|
||||
TabOrder = 1
|
||||
object tabResource: TTabSheet
|
||||
Caption = 'Resource'
|
||||
ClientHeight = 176
|
||||
ClientWidth = 396
|
||||
object lblDescription: TLabel
|
||||
Left = 8
|
||||
Height = 15
|
||||
Top = 24
|
||||
Width = 77
|
||||
Caption = 'Description:'
|
||||
ParentColor = False
|
||||
end
|
||||
object lblNotes: TLabel
|
||||
Left = 8
|
||||
Height = 15
|
||||
Top = 47
|
||||
Width = 43
|
||||
Caption = 'Notes:'
|
||||
ParentColor = False
|
||||
end
|
||||
object imgResources: TImage
|
||||
Left = 348
|
||||
Height = 32
|
||||
Top = 16
|
||||
Width = 32
|
||||
Anchors = [akTop]
|
||||
AutoSize = True
|
||||
Picture.Data = {
|
||||
07544269746D617076020000424D760200000000000076000000280000002000
|
||||
0000200000000100040000000000000200000000000000000000100000001000
|
||||
0000000000000000800000800000008080008000000080008000808000008080
|
||||
8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
|
||||
FF00333333333333333000033773333333333333333333333008B37077773333
|
||||
33333333333333300B3BB337007777333333333333300000BB3BB33707077777
|
||||
3333333330088000BB3BB393071077777733333008488450BB3BB39907110777
|
||||
7733333088688450BB3BB399071107773333333088488440BB3BB39907110733
|
||||
3333333088488540BB3BB399071103333333333088488440BB3BB39107110333
|
||||
3333333088488410BB3BBB11171103333333333088488408BBBBBB3307110333
|
||||
333333308848840BBBBBBB3930110333333333308848880BBBBBBB3971700333
|
||||
333333078888870BBBBBBB3970710333333333088888880BBBBBBB3931711033
|
||||
333333088888880BBBBBBB3931711033333333078888780BBBBBBB3931711033
|
||||
333333088888880BBBBBB833317110333333330887888808BB888B8871711033
|
||||
3333330788788808FF37373780715033333333088787FF00830000700F711033
|
||||
3333330878FF88808077370F8888503333333308FF0044400388831011118033
|
||||
3333333087000040088F877000100333333333308077770308FFF87077033333
|
||||
33333333077877400FFF8760771033333333333308F8887030F8760887503333
|
||||
3333333308FFF770330007FFF7703333333333330FFFF870333308FF88603333
|
||||
3333333330F87703333330F87703333333333333330005333333330000333333
|
||||
3333
|
||||
}
|
||||
end
|
||||
object DescriptionEdit: TEdit
|
||||
Left = 80
|
||||
Height = 21
|
||||
Top = 20
|
||||
Width = 253
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
MaxLength = 255
|
||||
OnChange = Change
|
||||
TabOrder = 0
|
||||
end
|
||||
object NotesMemo: TMemo
|
||||
Left = 8
|
||||
Height = 77
|
||||
Top = 67
|
||||
Width = 373
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
MaxLength = 1024
|
||||
OnChange = Change
|
||||
ScrollBars = ssVertical
|
||||
TabOrder = 1
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user