1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Projects/ScriptManager/scriptmanager.lfm
Merlijn Wajer 14e929decc Just a bit of the Script Manager code.
I need to code a lot more, and it will be a bit hackish.

Basically, the TMMLSettings is not able to handle childs with the same name.
It can parse them into the tree, but the finding methods will not work. (They
will always find the first.)
Three possibilities:
-   Delete the one we just parsed, and search again. (We will get the next
result)
-   Use WalkToNode and then manually parse the node. (This is more dangerous
but doesn't delete the settints)
-   Do the XML parsing semi-manually, kind of like rewriting the settings unit.
2010-06-08 00:15:20 +02:00

87 lines
3.2 KiB
Plaintext

object Form1: TForm1
Left = 1499
Height = 567
Top = 51
Width = 825
ActiveControl = Button1
Caption = 'Form1'
ClientHeight = 567
ClientWidth = 825
LCLVersion = '0.9.29'
object ListView1: TListView
Left = 32
Height = 520
Top = 24
Width = 384
Columns = <
item
Caption = 'Scripts'
Width = 414
end>
IconOptions.Arrangement = iaLeft
ItemIndex = -1
LargeImages = ImageList1
ScrollBars = ssAutoBoth
SmallImages = ImageList1
StateImages = ImageList1
TabOrder = 0
ViewStyle = vsReport
end
object Button1: TButton
Left = 432
Height = 25
Top = 504
Width = 75
Caption = 'Button1'
OnClick = Button1Click
TabOrder = 1
end
object TreeView1: TTreeView
Left = 528
Height = 528
Top = 16
Width = 272
DefaultItemHeight = 19
TabOrder = 2
end
object ImageList1: TImageList
left = 368
top = 504
Bitmap = {
4C69010000001000000010000000424242004242420042424200424242004242
420042424200424242004242420042424200424242004242420042424200A155
42FFA15542FFA15542FF4242420E424242004242420042424200424242004242
4200424242004242420042424200424242004242420042424200A15542FFFFDA
D0FFD05E42FFA15542FFA15542FF424242004242420042424200424242004242
42004242420042424200424242004242420042424200A15542FFFFDAD0FFD05E
42FFD05E42FFA15542FFA15542FF424242004242420042424200424242004242
4200424242004242420042424200A15542FFA15542FFFFDAD0FFD05E42FFD05E
42FFA15542FFA15542FFA15542FF424242004242420042424200424242004242
42004242420042424200A15542FFFFDAD0FFA15542FFD05E42FFD05E42FFA155
42FFA15542FFA15542FF42424263424242004242420042424200FFFFFF00FFFF
FF00FFFFFF00FFFFFF004242420BA15542FFFFDAD0FFA15542FFD05E42FFA155
42FFA15542FF424242634242424C424242004242420042424200FFFFFF00FFFF
FF00FFFFFF00FFFFFF00838383FFFFFFFFFFA15542FFFFDAD0FFA15542FFA155
42FF424242634242424C42424219424242004242420042424200FFFFFF00FFFF
FF00FFFFFF00838383FFFFFFFFFFE5E5E5FFA1A1A1FFA15542FFFFDAD0FFA155
42FF424242584242421C42424203424242004242420042424200FFFFFF00FFFF
FF00838383FFFFFFFFFFE5E5E5FFA1A1A1FF838383FF42424263A15542FF4242
42604242424A4242420E42424200424242004242420042424200FFFFFF008383
83FFFFFFFFFFE5E5E5FFA1A1A1FF838383FF424242634242424C424242274242
423E424242194242420342424200424242004242420042424200838383FFFFFF
FFFFE5E5E5FFA1A1A1FF838383FF424242634242424C42424219424242064242
420B4242420242424200424242004242420042424200838383FFFFFFFFFFE5E5
E5FFA1A1A1FF838383FF424242634242424C4242421942424203424242004242
420042424200424242004242420042424200838383FFFFFFFFFFE5E5E5FFA1A1
A1FF838383FF424242634242424C424242194242420342424200424242004242
420042424200424242004242420042424200838383FFE5E5E5FFA1A1A1FF8383
83FF424242634242424C4242421942424203FFFFFF0042424200424242004242
4200424242004242420042424200838383FFE5E5E5FF838383FF838383FF4242
42634242424C4242421942424203FFFFFF00FFFFFF0042424200424242004242
4200424242004242420042424200838383FF838383FF42424260424242584242
424A424242194242420342424200424242004242420042424200424242004242
4200424242004242420042424200
}
end
end