lazarus-ccr/components/tvplanit/source/vpreseditdlg.lfm
2016-08-06 22:18:53 +00:00

137 lines
3.9 KiB
Plaintext

object ResEditForm: TResEditForm
Left = 280
Height = 302
Top = 234
Width = 455
HorzScrollBar.Page = 399
VertScrollBar.Page = 249
Caption = 'Resource Edit'
ClientHeight = 302
ClientWidth = 455
Constraints.MinHeight = 250
Constraints.MinWidth = 400
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '1.7'
object pnlBottom: TPanel
Left = 0
Height = 41
Top = 261
Width = 455
Align = alBottom
BevelOuter = bvNone
ClientHeight = 41
ClientWidth = 455
TabOrder = 1
object OKBtn: TButton
Left = 291
Height = 25
Top = 7
Width = 75
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
OnClick = OKBtnClick
TabOrder = 0
TabStop = False
end
object CancelBtn: TButton
Left = 370
Height = 25
Top = 7
Width = 75
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
OnClick = CancelBtnClick
TabOrder = 1
TabStop = False
end
end
object pgResource: TPageControl
Left = 0
Height = 261
Top = 0
Width = 455
TabStop = False
ActivePage = tabResource
Align = alClient
TabIndex = 0
TabOrder = 0
object tabResource: TTabSheet
Caption = 'Resource'
ClientHeight = 233
ClientWidth = 447
object lblDescription: TLabel
Left = 8
Height = 15
Top = 24
Width = 63
Caption = 'Description:'
ParentColor = False
end
object lblNotes: TLabel
Left = 8
Height = 15
Top = 47
Width = 34
Caption = 'Notes:'
ParentColor = False
end
object imgResources: TImage
Left = 405
Height = 32
Top = 15
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
}
Transparent = True
end
object DescriptionEdit: TEdit
Left = 80
Height = 23
Top = 20
Width = 318
Anchors = [akTop, akLeft, akRight]
MaxLength = 255
OnChange = Change
TabOrder = 0
end
object NotesMemo: TMemo
Left = 8
Height = 154
Top = 67
Width = 429
Anchors = [akTop, akLeft, akRight, akBottom]
MaxLength = 1024
OnChange = Change
ScrollBars = ssVertical
TabOrder = 1
end
end
end
end