lazarus/examples/imgviewer/frmmain.lfm
mattias 6af56af31a added two new examples from Michael VC
git-svn-id: trunk@5812 -
2004-08-17 19:58:53 +00:00

554 lines
22 KiB
Plaintext

object MainForm: TMainForm
ActiveControl = LBFiles
Caption = 'Image viewer'
ClientHeight = 614
ClientWidth = 870
Font.Height = -13
Font.Name = 'MS Sans Serif'
Menu = MainMenu1
OnKeyDown = FormKeyDown
OnShow = FormShow
TextHeight = 16
HorzScrollBar.Page = 871
HorzScrollBar.Range = 165
VertScrollBar.Page = 615
VertScrollBar.Range = 23
Left = 345
Height = 640
Top = 161
Width = 870
object SPImage: TSplitter
Beveled = True
Cursor = 65522
Height = 585
ParentColor = True
ResizeStyle = rsUpdate
Width = 4
Cursor = 65522
Left = 161
Height = 585
Top = 29
Width = 4
end
object ToolBar1: TToolBar
ButtonHeight = 23
Caption = 'ToolBar1'
DragCursor = 65524
Height = 29
Images = ILMain
ParentColor = True
ParentShowHint = False
ShowHint = True
TabOrder = 0
Height = 29
Width = 870
object TBOPen: TToolButton
Action = AOpen
DragCursor = 65524
Left = 1
Height = 23
Top = 2
Width = 23
end
object TBOpenDir: TToolButton
Action = AOpenDir
DragCursor = 65524
Left = 24
Height = 23
Top = 2
Width = 23
end
object TBOpenDirRec: TToolButton
Action = OpenDirRecursively
DragCursor = 65524
Left = 47
Height = 23
Top = 2
Width = 23
end
object ToolButton4: TToolButton
Caption = 'ToolButton4'
DragCursor = 65524
ImageIndex = 3
Style = tbsSeparator
Width = 8
Left = 70
Height = 23
Top = 2
Width = 8
end
object TBPRev: TToolButton
Action = APreviousImage
DragCursor = 65524
Left = 78
Height = 23
Top = 2
Width = 23
end
object TBNext: TToolButton
Action = ANextImage
DragCursor = 65524
Left = 101
Height = 23
Top = 2
Width = 23
end
object TBPRevDir: TToolButton
Action = APrevImageDir
DragCursor = 65524
Left = 124
Height = 23
Hint = 'Jump to last image of previous directory'
Top = 2
Width = 23
end
object TBNextDir: TToolButton
Action = ANextImageDir
DragCursor = 65524
Left = 147
Height = 23
Top = 2
Width = 23
end
object TBDoubleSize: TToolButton
Action = ADoubleSize
DragCursor = 65524
Left = 170
Height = 23
Top = 2
Width = 23
end
object TBHalfSize: TToolButton
Action = AHalfSize
DragCursor = 65524
Left = 193
Height = 23
Top = 2
Width = 23
end
object ToolButton3: TToolButton
Caption = 'ToolButton3'
DragCursor = 65524
ImageIndex = 10
Style = tbsSeparator
Width = 8
Left = 216
Height = 23
Top = 2
Width = 8
end
end
object LBFiles: TListBox
Align = alLeft
ClickOnSelChange = False
Font.Color = clBlack
Font.Height = 15
Font.Name = 'Arial'
Font.Pitch = fpVariable
ItemHeight = 15
OnClick = LBFilesClick
OnKeyDown = FormKeyDown
TabOrder = 1
TopIndex = -1
Height = 585
Top = 29
Width = 161
end
object PImage: TPanel
Align = alClient
ClientHeight = 585
ClientWidth = 705
FullRepaint = False
TabOrder = 2
Left = 165
Height = 585
Top = 29
Width = 705
object ScrollBox1: TScrollBox
Align = alClient
AutoSize = False
BorderStyle = bsNone
DragCursor = 65524
ParentColor = True
TabOrder = 0
HorzScrollBar.Page = 700
VertScrollBar.Page = 580
Left = 1
Height = 583
Top = 1
Width = 703
object IMain: TImage
Align = alClient
Transparent = True
Height = 579
Width = 699
end
end
end
object MainMenu1: TMainMenu
Images = ILMain
left = 32
top = 32
object File1: TMenuItem
Caption = '&File'
object MIOpen: TMenuItem
Action = AOpen
OnClick = AOpenExecute
end
object MIOPenDir: TMenuItem
Action = AOpenDir
OnClick = AOpenDirExecute
end
object MIOpenDirRec: TMenuItem
Action = OpenDirRecursively
OnClick = OpenDirRecursivelyExecute
end
object MIClear: TMenuItem
Action = AClear
OnClick = AClearExecute
end
object N1: TMenuItem
Caption = '-'
end
object MIQuit: TMenuItem
Action = AExit
OnClick = AExitExecute
end
end
object MImage: TMenuItem
Caption = '&Image'
object D1: TMenuItem
Action = ADoubleSize
OnClick = ADoubleSizeExecute
end
object MIHalfSize: TMenuItem
Action = AHalfSize
OnClick = AHalfSizeExecute
end
object N2: TMenuItem
Caption = '-'
end
object MINextImage: TMenuItem
Action = ANextImage
ShortCut = 36882
OnClick = ANextImageExecute
end
object PreviousImage1: TMenuItem
Action = APreviousImage
ShortCut = 36884
OnClick = APreviousImageExecute
end
object Nextimagedirectory1: TMenuItem
Action = ANextImageDir
OnClick = ANextImageDirExecute
end
object Previousimagedirectory1: TMenuItem
Action = APrevImageDir
OnClick = APrevImageDirExecute
end
end
end
object ActionList1: TActionList
Images = ILMain
left = 72
top = 32
object AOpen: TAction
Caption = '&Open'
HelpType = htKeyword
ImageIndex = 0
OnExecute = AOpenExecute
ShortCut = 16463
end
object AOpenDir: TAction
Caption = 'Open &Directory'
HelpType = htKeyword
ImageIndex = 1
OnExecute = AOpenDirExecute
ShortCut = 16452
end
object AExit: TAction
Caption = '&Quit'
HelpType = htKeyword
OnExecute = AExitExecute
ShortCut = 16465
end
object AClear: TAction
Caption = '&Clear list'
HelpType = htKeyword
OnExecute = AClearExecute
ShortCut = 16460
end
object OpenDirRecursively: TAction
Caption = 'Open Directory &Recursively'
HelpType = htKeyword
ImageIndex = 2
OnExecute = OpenDirRecursivelyExecute
ShortCut = 16466
end
object ADoubleSize: TAction
Caption = '&Double size'
HelpType = htKeyword
ImageIndex = 5
OnExecute = ADoubleSizeExecute
ShortCut = 16427
end
object AHalfSize: TAction
Caption = '&Half Size'
HelpType = htKeyword
ImageIndex = 6
OnExecute = AHalfSizeExecute
ShortCut = 16429
end
object ANextImage: TAction
Caption = '&Next image'
HelpType = htKeyword
ImageIndex = 4
OnExecute = ANextImageExecute
end
object APreviousImage: TAction
Caption = '&Previous Image'
HelpType = htKeyword
ImageIndex = 3
OnExecute = APreviousImageExecute
end
object ANextImageDir: TAction
Caption = 'N&ext image directory'
HelpType = htKeyword
ImageIndex = 8
OnExecute = ANextImageDirExecute
ShortCut = 32846
end
object APrevImageDir: TAction
Caption = 'Pre&vious image directory'
HelpType = htKeyword
Hint = 'Jump to last image of previous directory'
ImageIndex = 7
OnExecute = APrevImageDirExecute
ShortCut = 32848
end
end
object ILMain: TImageList
left = 32
top = 64
Bitmap = {
6C69090000001000000010000000840500002F2A2058504D202A2F0A73746174
69632063686172202A66696C655B5D203D207B0A2F2A20636F6C756D6E732072
6F777320636F6C6F72732063686172732D7065722D706978656C202A2F0A2231
362031362036362031222C0A2220206320626C61636B222C0A222E2063202331
3831343138222C0A225820632023323032303230222C0A226F20632023323932
343239222C0A224F20632023333133303331222C0A222B206320233339333433
39222C0A224020632023344133303138222C0A22232063202335323334313822
2C0A222420632023353233343230222C0A222520632023343134303431222C0A
222620632023344134343441222C0A222A20632023344134383441222C0A223D
20632023344134433441222C0A222D20632023353234433532222C0A223B2063
2023353235303441222C0A223A20632023354135353532222C0A223E20632023
364136393641222C0A222C20632023373337313733222C0A223C206320234244
37443431222C0A223120632023434438393532222C0A22322063202345364135
3641222C0A223320632023454541413641222C0A223420632023464641453632
222C0A223520632023384238443842222C0A223620632023393439353934222C
0A223720632023394339353934222C0A223820632023394339353943222C0A22
3920632023394339393943222C0A223020632023413441314134222C0A227120
632023413441354134222C0A227720632023414341354134222C0A2265206320
23414341414143222C0A227220632023414341454143222C0A22742063202342
3441454143222C0A227920632023423442324234222C0A227520632023423442
364234222C0A226920632023424442364234222C0A2270206320234244424142
44222C0A226120632023424442454244222C0A22732063202343354245424422
2C0A226420632023433542454335222C0A226620632023464643323833222C0A
226720632023464643363833222C0A226820632023464643363842222C0A226A
20632023464644363943222C0A226B20632023464644364134222C0A226C2063
2023433543324335222C0A227A20632023433543364335222C0A227820632023
434443364335222C0A226320632023434443364344222C0A2276206320234344
43454344222C0A226220632023443543454435222C0A226E2063202344354432
4435222C0A226D20632023443544364435222C0A224D20632023444544364445
222C0A224E20632023444544414445222C0A2242206320677261793837222C0A
225620632023453644454445222C0A224320632023453644454536222C0A225A
20632023453645324536222C0A224120632023453645364536222C0A22532063
2023454545414545222C0A224420632023463645454636222C0A224620632023
464646364646222C0A224720632023464646414646222C0A2248206320677261
79313030222C0A2F2A20706978656C73202A2F0A224848484848482020204848
4848484848222C0A2248484848482020482020204820484848222C0A22484848
48204848484820202020484848222C0A22484848484848484848482020204848
48222C0A2248484848484848484820202020484848222C0A2248244023404848
484848484848484848222C0A2224326B68332324232423244848484848222C0A
22406A6867343434343434342048484848222C0A222466313B474644414D7663
6170754F48222C0A22406740425653415A78617230362A4848222C0A22243C3A
4E435A5A4D7A6974303E584848222C0A22404076766D4D6E62707930382A4848
48222C0A22243A6E736363636C7977302C2E484848222C0A2240647172727965
653937352A48484848222C0A226F2A2D3D2D3D2D2A26252B5848484848222C0A
2248484848484848484848484848484848220A7D3B0AE00100002F2A2058504D
202A2F0A7374617469632063686172202A6469725B5D203D207B0A2F2A20636F
6C756D6E7320726F777320636F6C6F72732063686172732D7065722D70697865
6C202A2F0A22313620313620342031222C0A2220206320626C61636B222C0A22
2E20632023303030303833222C0A225820632079656C6C6F77222C0A226F2063
2067726179313030222C0A2F2A20706978656C73202A2F0A226F6F6F6F6F6F6F
6F6F6F6F6F6F6F6F6F222C0A226F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F222C0A
226F6F6F6F202020206F6F6F6F6F6F6F6F222C0A226F6F6F20586F586F206F6F
6F6F6F6F6F222C0A226F6F2020202020202020202020206F6F222C0A226F6F20
6F586F586F586F586F58206F6F222C0A226F6F20586F582E582E582E586F206F
6F222C0A226F6F206F586F582E2E2E586F58206F6F222C0A226F6F20586F582E
2E582E2E586F206F6F222C0A226F6F206F586F582E2E2E586F58206F6F222C0A
226F6F20586F582E582E582E586F206F6F222C0A226F6F206F586F586F586F58
6F58206F6F222C0A226F6F2020202020202020202020206F6F222C0A226F6F6F
6F6F6F6F6F6F6F6F6F6F6F6F6F222C0A226F6F6F6F6F6F6F6F6F6F6F6F6F6F6F
6F222C0A226F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F220A7D3B0A1B0600002F2A
2058504D202A2F0A7374617469632063686172202A6469727265635B5D203D20
7B0A2F2A20636F6C756D6E7320726F777320636F6C6F72732063686172732D70
65722D706978656C202A2F0A2231362031362037362031222C0A222020632062
6C61636B222C0A222E20632023303030343030222C0A22582063202330303030
3038222C0A226F20632023303030343038222C0A224F20632023303030383030
222C0A222B20632023303830343030222C0A224020632023303830383030222C
0A22232063206772617933222C0A222420632023303030303130222C0A222520
632023303030303138222C0A222620632023303830303130222C0A222A206320
23313031303130222C0A223D20632023303030303230222C0A222D2063202330
3830383230222C0A223B20632023313031303230222C0A223A20632023374237
443742222C0A223E20632023374237393833222C0A222C206320233742374438
33222C0A223C20632023384230303130222C0A22312063202338423030313822
2C0A223220632023434430303130222C0A223320632023443530303130222C0A
223420632023443530303138222C0A223520632023464630303130222C0A2236
20632023464630303138222C0A223720632023383337443934222C0A22382063
2023383337444143222C0A223920632023383338353742222C0A223020632023
383338353833222C0A227120632023384238443833222C0A2277206320233842
38393842222C0A226520632023383338313934222C0A22722063202338333835
3934222C0A227420632023383338313943222C0A227920632023383338393934
222C0A227520632023384238353943222C0A226920632023384238393934222C
0A227020632023384238443934222C0A226120632023384238393943222C0A22
7320632023393438444143222C0A226420632023424442454234222C0A226620
632023423442324335222C0A226720632023424442414335222C0A2268206320
23424442454435222C0A226A20632023433542454344222C0A226B2063202343
3542454435222C0A226C20632023433543324335222C0A227A20632023433543
364335222C0A227820632023433543364344222C0A2263206320234335434143
35222C0A227620632023434443364344222C0A22622063202343444341433522
2C0A226E20632023434443454335222C0A226D20632023434443414344222C0A
224D20632023434443454344222C0A224E20632023433543324435222C0A2242
20632023433543324445222C0A225620632023434443364435222C0A22432063
2023434443364445222C0A225A20632023434443414435222C0A224120632023
434443414445222C0A225320632023443543454435222C0A2244206320234435
43454445222C0A224620632023443544324344222C0A22472063202344354432
4445222C0A224820632023443544364445222C0A224A20632023443543454536
222C0A224B20632023443543454636222C0A224C20632023444544324536222C
0A225020632023444544414536222C0A224920632023463646324646222C0A22
5520632023463646414646222C0A225920632023464646324646222C0A225420
632023464646364646222C0A225220632023464646414646222C0A2245206320
67726179313030222C0A2F2A20706978656C73202A2F0A224545454545454545
4545454545454545222C0A2245454545453774617961796179612445222C0A22
454545454561313C3432363536352545222C0A22454545454569524545554545
55452045222C0A224545453E657575796172692C6F482E45222C0A2245454573
3C31323335363535254E5845222C0A224545453852595254525245493D422645
222C0A22457479617961796179613D4B245A2045222C0A224574313C34323635
36352D56586D2E45222C0A2245775245454545524552206E202E2045222C0A22
4539457A464D766D6C632E644F454545222C0A224571457A626D6D4E414E5850
20454545222C0A22453A454D536744434A6B24583B454545222C0A2245705256
414A68567847584545454545222C0A224577456A44664C766C7A204545454545
222C0A2245304023202A202B202B204545454545220A7D3B0ACF0100002F2A20
58504D202A2F0A7374617469632063686172202A707265765B5D203D207B0A2F
2A20636F6C756D6E7320726F777320636F6C6F72732063686172732D7065722D
706978656C202A2F0A22313620313620332031222C0A2220206320626C61636B
222C0A222E206320726564222C0A225820632067726179313030222C0A2F2A20
706978656C73202A2F0A2258585858585858585858585858585858222C0A2258
585858585858585858585858585858222C0A2258585858585858585858585858
585858222C0A2258585858585858585858585858585858222C0A225858585858
5858582020585858585858222C0A2258585858585820202E2058585858585822
2C0A225858585820202E2E2E20585858585858222C0A22585820202E2E2E2E2E
20202020202020222C0A2220202E2E2E2E2E2E2E2E2E2E2E2E2E20222C0A2258
5820202E2E2E2E2E20202020202020222C0A225858585820202E2E2E20585858
585858222C0A2258585858585820202E20585858585858222C0A225858585858
5858582020585858585858222C0A225858585858585858585858585858585822
2C0A2258585858585858585858585858585858222C0A22585858585858585858
58585858585858220A7D3B0ACF0100002F2A2058504D202A2F0A737461746963
2063686172202A6E6578745B5D203D207B0A2F2A20636F6C756D6E7320726F77
7320636F6C6F72732063686172732D7065722D706978656C202A2F0A22313620
313620332031222C0A2220206320626C61636B222C0A222E206320726564222C
0A225820632067726179313030222C0A2F2A20706978656C73202A2F0A225858
5858585858585858585858585858222C0A225858585858585858585858585858
5858222C0A2258585858585858585858585858585858222C0A22585858585858
20205858585858585858222C0A22585858585858202E2020585858585858222C
0A22585858585858202E2E2E202058585858222C0A22202020202020202E2E2E
2E2E20205858222C0A22202E2E2E2E2E2E2E2E2E2E2E2E2E2020222C0A222020
20202020202E2E2E2E2E20205858222C0A22585858585858202E2E2E20205858
5858222C0A22585858585858202E2020585858585858222C0A22585858585858
20205858585858585858222C0A2258585858585858585858585858585858222C
0A2258585858585858585858585858585858222C0A2258585858585858585858
585858585858222C0A2258585858585858585858585858585858220A7D3B0A1B
0200002F2A2058504D202A2F0A7374617469632063686172202A7A6F6F6D696E
5B5D203D207B0A2F2A20636F6C756D6E7320726F777320636F6C6F7273206368
6172732D7065722D706978656C202A2F0A22313620313620382031222C0A2220
206320626C61636B222C0A222E20632023374237443742222C0A225820632072
6564222C0A226F20632023383337443833222C0A224F20632079656C6C6F7722
2C0A222B20632023383338313833222C0A224020632023433543324335222C0A
222320632067726179313030222C0A2F2A20706978656C73202A2F0A22232323
2B2020202B2323232323232323222C0A222323202B6F2B2E2B20232323232323
23222C0A2223202B23402340232B20232323232323222C0A222E2B2340235823
40232B6F2323232323222C0A22202B402340584023402B202323232323222C0A
22202B235858585858232B202323232323222C0A22202B402340584023402B20
2323232323222C0A222E2B234023582340232B6F2323232323222C0A2223202B
23402340232B20232323232323222C0A222323202B6F2B2E2B20204F23232323
23222C0A222323232B2020202B234F2B2023232323222C0A2223232323232323
232323202020232323222C0A2223232323232323232323232020202323222C0A
2223232323232323232323232320202023222C0A222323232323232323232323
2323202020222C0A2223232323232323232323232323232023220A7D3B0A3B02
00002F2A2058504D202A2F0A7374617469632063686172202A7A6F6F6D6F7574
5B5D203D207B0A2F2A20636F6C756D6E7320726F777320636F6C6F7273206368
6172732D7065722D706978656C202A2F0A2231362031362031302031222C0A22
20206320626C61636B222C0A222E20632023374237443742222C0A2258206320
726564222C0A226F20632023383337443833222C0A224F20632079656C6C6F77
222C0A222B20632023383338313833222C0A224020632023424442454244222C
0A222320632023433542454335222C0A222420632023433543324335222C0A22
2520632067726179313030222C0A2F2A20706978656C73202A2F0A222525252B
2020202B2525252525252525222C0A222525202B6F2B2E2B2025252525252525
222C0A2225202B24252425242B20252525252525222C0A222E2B232540252325
402B6F2525252525222C0A22202B252425242524252B202525252525222C0A22
202B405858585858232B202525252525222C0A22202B252425242524252B2025
25252525222C0A222E2B232540252325402B6F2525252525222C0A2225202B24
252425242B20252525252525222C0A222525202B6F2B2E2B20204F2525252525
222C0A222525252B2020202B254F2B2025252525222C0A222525252525252525
2525202020252525222C0A2225252525252525252525252020202525222C0A22
25252525252525252525252520202025222C0A22252525252525252525252525
25202020222C0A2225252525252525252525252525252025220A7D3B0A000200
002F2A2058504D202A2F0A7374617469632063686172202A707265766469725B
5D203D207B0A2F2A20636F6C756D6E7320726F777320636F6C6F727320636861
72732D7065722D706978656C202A2F0A22313620313620362031222C0A222020
6320626C61636B222C0A222E20632023374237443742222C0A22582063206379
616E222C0A226F20632023383337443833222C0A224F20632023383338313833
222C0A222B20632067726179313030222C0A2F2A20706978656C73202A2F0A22
5858585858585858585858585858582B222C0A22582020202020202020202020
2020582B222C0A2258202B2B2B2B2B2B2B2B2B2B2B20582B222C0A2258202B2B
2B2B2B2B2B2B2B2B2E20582B222C0A2258202B2B2B2B2B2B2B2B2B2B4F20582B
222C0A2258202B2B2B2B202B20202B2B6F20582B222C0A2258202B2B2B20202B
20202B2B4F20582B222C0A2258202B2B2020202B20202B2B2E20582B222C0A22
58202B2B2B20202B20202B2B4F20582B222C0A2258202B2B2B2B202B20202B2B
6F20582B222C0A2258202B2B2B2B2B2B2B2B2B2B4F20582B222C0A2258202B2B
2B2B2B2B2B2B2B2B2E20582B222C0A2258202B4F4F4F4F4F4F4F4F4F4F20582B
222C0A225820202020202020202020202020582B222C0A225858585858585858
585858585858582B222C0A222B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B220A7D3B
0A000200002F2A2058504D202A2F0A7374617469632063686172202A6E657874
6469725B5D203D207B0A2F2A20636F6C756D6E7320726F777320636F6C6F7273
2063686172732D7065722D706978656C202A2F0A22313620313620362031222C
0A2220206320626C61636B222C0A222E20632023374237443742222C0A225820
63206379616E222C0A226F20632023383337443833222C0A224F206320233833
38313833222C0A222B20632067726179313030222C0A2F2A20706978656C7320
2A2F0A225858585858585858585858585858582B222C0A225820202020202020
202020202020582B222C0A2258202B2B2B2B2B2B2B2B2B2B2B20582B222C0A22
58202B2B2B2B2B2B2B2B2B2B2E20582B222C0A2258202B2B2B2B2B2B2B2B2B2B
4F20582B222C0A2258202B2B2B20202B202B2B2B6F20582B222C0A2258202B2B
2B20202B20202B2B4F20582B222C0A2258202B2B2B20202B2020202B2E20582B
222C0A2258202B2B2B20202B20202B2B4F20582B222C0A2258202B2B2B20202B
202B2B2B6F20582B222C0A2258202B2B2B2B2B2B2B2B2B2B4F20582B222C0A22
58202B2B2B2B2B2B2B2B2B2B2E20582B222C0A2258202B4F4F4F4F4F4F4F4F4F
4F20582B222C0A225820202020202020202020202020582B222C0A2258585858
58585858585858585858582B222C0A222B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B
220A7D3B0A
}
end
object ODImage: TOpenDialog
Options = [ofAllowMultiSelect, ofEnableSizing, ofViewDetail]
FilterIndex = 0
left = 72
top = 64
end
object OpenDialog1: TOpenDialog
FilterIndex = 0
left = 72
top = 104
end
end