12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532 |
- object NewECForm: TNewECForm
- Left = 598
- Height = 708
- Top = 49
- Width = 533
- Caption = 'New event command'
- ClientHeight = 708
- ClientWidth = 533
- OnCreate = FormCreate
- OnResize = FormResize
- OnShow = FormResize
- OnWindowStateChange = FormResize
- LCLVersion = '2.0.2.0'
- object ECPageControl: TPageControl
- Left = 0
- Height = 674
- Top = 0
- Width = 533
- ActivePage = ECPage1TabSheet
- Align = alClient
- TabIndex = 0
- TabOrder = 0
- OnChange = ECPageControlChange
- object ECPage1TabSheet: TTabSheet
- Caption = '1'
- ClientHeight = 648
- ClientWidth = 525
- object EcPage1ScrollBox: TScrollBox
- Left = 0
- Height = 648
- Top = 0
- Width = 525
- HorzScrollBar.Page = 184
- VertScrollBar.Page = 629
- Align = alClient
- BorderStyle = bsNone
- ClientHeight = 648
- ClientWidth = 525
- TabOrder = 0
- object EcPage1Panel: TPanel
- Left = 0
- Height = 648
- Top = 0
- Width = 525
- Align = alClient
- BevelOuter = bvNone
- ChildSizing.VerticalSpacing = 4
- ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
- ChildSizing.ShrinkHorizontal = crsHomogenousChildResize
- ChildSizing.Layout = cclLeftToRightThenTopToBottom
- ChildSizing.ControlsPerLine = 2
- ClientHeight = 648
- ClientWidth = 525
- TabOrder = 0
- object Page1Col1Panel: TPanel
- Left = 0
- Height = 593
- Top = 0
- Width = 194
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BevelOuter = bvNone
- ClientHeight = 593
- ClientWidth = 194
- TabOrder = 0
- object MessageGroupBox: TGroupBox
- Left = 0
- Height = 169
- Top = 0
- Width = 194
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- Caption = 'Message'
- ClientHeight = 151
- ClientWidth = 190
- TabOrder = 0
- object ShowMessageBitBtn: TBitBtn
- Tag = 101
- Left = 0
- Height = 23
- Top = 0
- Width = 190
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Bottom = 4
- Caption = 'Show message...'
- OnClick = CommandBitBtnClick
- TabOrder = 0
- end
- object ShowChoiceBitBtn: TBitBtn
- Tag = 102
- AnchorSideLeft.Control = ShowMessageBitBtn
- AnchorSideTop.Control = ShowMessageBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = ShowMessageBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 31
- Width = 190
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Show choice...'
- OnClick = CommandBitBtnClick
- TabOrder = 1
- end
- object InputNumberBitBtn: TBitBtn
- Tag = 103
- AnchorSideLeft.Control = ShowChoiceBitBtn
- AnchorSideTop.Control = ShowChoiceBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = ShowChoiceBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 62
- Width = 190
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Input number...'
- OnClick = CommandBitBtnClick
- TabOrder = 2
- end
- object SelectItemBitBtn: TBitBtn
- Tag = 104
- AnchorSideLeft.Control = InputNumberBitBtn
- AnchorSideTop.Control = InputNumberBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = InputNumberBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 93
- Width = 190
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Select item...'
- OnClick = CommandBitBtnClick
- TabOrder = 3
- end
- object ScrollTextBitBtn: TBitBtn
- Tag = 105
- AnchorSideLeft.Control = SelectItemBitBtn
- AnchorSideTop.Control = SelectItemBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = SelectItemBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 124
- Width = 190
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Bottom = 4
- Caption = 'Scroll text...'
- OnClick = CommandBitBtnClick
- TabOrder = 4
- end
- end
- object GameDataGroupBox: TGroupBox
- AnchorSideTop.Control = MessageGroupBox
- AnchorSideTop.Side = asrBottom
- Left = 0
- Height = 138
- Top = 181
- Width = 194
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 12
- Caption = 'Game data'
- ClientHeight = 120
- ClientWidth = 190
- TabOrder = 1
- object SetSwitchesBitBtn: TBitBtn
- Tag = 121
- Left = 0
- Height = 23
- Top = 0
- Width = 190
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Bottom = 4
- Caption = 'Set switches...'
- OnClick = CommandBitBtnClick
- TabOrder = 0
- end
- object SetVariablesBitBtn: TBitBtn
- Tag = 122
- AnchorSideLeft.Control = SetSwitchesBitBtn
- AnchorSideTop.Control = SetSwitchesBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 31
- Width = 190
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Set variables...'
- OnClick = CommandBitBtnClick
- TabOrder = 1
- end
- object SetSelfSwitchBitBtn: TBitBtn
- Tag = 123
- AnchorSideLeft.Control = SetVariablesBitBtn
- AnchorSideTop.Control = SetVariablesBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 62
- Width = 190
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Set a self-switch...'
- OnClick = CommandBitBtnClick
- TabOrder = 2
- end
- object ControlTimerBitBtn: TBitBtn
- Tag = 124
- AnchorSideLeft.Control = SetSelfSwitchBitBtn
- AnchorSideTop.Control = SetSelfSwitchBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 93
- Width = 190
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Bottom = 4
- Caption = 'Control timer...'
- OnClick = CommandBitBtnClick
- TabOrder = 3
- end
- end
- object FlowControlGroupBox: TGroupBox
- AnchorSideTop.Control = GameDataGroupBox
- AnchorSideTop.Side = asrBottom
- Left = 0
- Height = 262
- Top = 331
- Width = 194
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 12
- Caption = 'Flow control'
- ClientHeight = 244
- ClientWidth = 190
- TabOrder = 2
- object ConditionalBranchBitBtn: TBitBtn
- Tag = 111
- Left = 0
- Height = 23
- Top = 0
- Width = 188
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Bottom = 4
- Caption = 'Conditional branch...'
- OnClick = CommandBitBtnClick
- TabOrder = 0
- end
- object LoopBitBtn: TBitBtn
- Tag = 112
- AnchorSideLeft.Control = ConditionalBranchBitBtn
- AnchorSideTop.Control = ConditionalBranchBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 31
- Width = 188
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Loop'
- OnClick = CommandBitBtnClick
- TabOrder = 1
- end
- object BreakLoopBitBtn: TBitBtn
- Tag = 113
- AnchorSideLeft.Control = LoopBitBtn
- AnchorSideTop.Control = LoopBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 62
- Width = 188
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Break loop'
- OnClick = CommandBitBtnClick
- TabOrder = 2
- end
- object EndEventProcessingBitBtn: TBitBtn
- Tag = 115
- AnchorSideLeft.Control = BreakLoopBitBtn
- AnchorSideTop.Control = BreakLoopBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 93
- Width = 188
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'End event processing'
- OnClick = CommandBitBtnClick
- TabOrder = 3
- end
- object CallCommonEventBitBtn: TBitBtn
- Tag = 117
- AnchorSideLeft.Control = EndEventProcessingBitBtn
- AnchorSideTop.Control = EndEventProcessingBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 124
- Width = 189
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Call common event...'
- OnClick = CommandBitBtnClick
- TabOrder = 4
- end
- object LabelBitBtn: TBitBtn
- Tag = 118
- AnchorSideLeft.Control = EndEventProcessingBitBtn
- AnchorSideTop.Control = CallCommonEventBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 155
- Width = 190
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Label...'
- OnClick = CommandBitBtnClick
- TabOrder = 5
- end
- object GotoBitBtn: TBitBtn
- Tag = 119
- AnchorSideLeft.Control = LabelBitBtn
- AnchorSideTop.Control = LabelBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 186
- Width = 190
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Go to label...'
- OnClick = CommandBitBtnClick
- TabOrder = 6
- end
- object CommentBitBtn: TBitBtn
- Tag = 108
- AnchorSideLeft.Control = GotoBitBtn
- AnchorSideTop.Control = GotoBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 217
- Width = 190
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Bottom = 4
- Caption = 'Comment...'
- OnClick = CommandBitBtnClick
- TabOrder = 7
- end
- end
- end
- object Page1Col2Panel: TPanel
- AnchorSideLeft.Control = Page1Col1Panel
- AnchorSideLeft.Side = asrBottom
- Left = 202
- Height = 629
- Top = 0
- Width = 166
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Left = 8
- BevelOuter = bvNone
- ClientHeight = 629
- ClientWidth = 166
- TabOrder = 1
- object PartyGroupBox: TGroupBox
- Left = 0
- Height = 169
- Top = 0
- Width = 166
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- Caption = 'Party'
- ChildSizing.EnlargeHorizontal = crsScaleChilds
- ChildSizing.ShrinkHorizontal = crsScaleChilds
- ClientHeight = 151
- ClientWidth = 162
- TabOrder = 0
- object ChangeGoldBitBtn: TBitBtn
- Tag = 125
- Left = 0
- Height = 23
- Top = 0
- Width = 162
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Bottom = 4
- Caption = '...'
- OnClick = CommandBitBtnClick
- TabOrder = 0
- end
- object ChangeItemsBitBtn: TBitBtn
- Tag = 126
- AnchorSideLeft.Control = ChangeGoldBitBtn
- AnchorSideTop.Control = ChangeGoldBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 31
- Width = 162
- Anchors = [akTop, akLeft, akRight]
- BorderSpacing.Top = 8
- Caption = 'Change items...'
- OnClick = CommandBitBtnClick
- TabOrder = 1
- end
- object ChangeWeaponsBitBtn: TBitBtn
- Tag = 127
- AnchorSideLeft.Control = ChangeItemsBitBtn
- AnchorSideTop.Control = ChangeItemsBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 62
- Width = 162
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Change weapons..'
- OnClick = CommandBitBtnClick
- TabOrder = 2
- end
- object ChangeArmoursBitBtn: TBitBtn
- Tag = 128
- AnchorSideLeft.Control = ChangeWeaponsBitBtn
- AnchorSideTop.Control = ChangeWeaponsBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 93
- Width = 162
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Change armour...'
- OnClick = CommandBitBtnClick
- TabOrder = 3
- end
- object ChangePartyMembersBitBtn: TBitBtn
- Tag = 129
- AnchorSideLeft.Control = ChangeArmoursBitBtn
- AnchorSideTop.Control = ChangeArmoursBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 124
- Width = 162
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Right = 8
- BorderSpacing.Bottom = 4
- Caption = 'Change party members...'
- OnClick = CommandBitBtnClick
- TabOrder = 4
- end
- end
- object ActorGroupBox: TGroupBox
- AnchorSideTop.Control = PartyGroupBox
- AnchorSideTop.Side = asrBottom
- Left = 0
- Height = 448
- Top = 181
- Width = 166
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 12
- Caption = 'Actor'
- ClientHeight = 430
- ClientWidth = 162
- TabOrder = 1
- object ChangeHpBitBtn: TBitBtn
- Tag = 311
- Left = 0
- Height = 23
- Top = 0
- Width = 161
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Bottom = 4
- Caption = '...'
- OnClick = CommandBitBtnClick
- TabOrder = 0
- end
- object ChangeMpBitBtn: TBitBtn
- Tag = 312
- AnchorSideLeft.Control = ChangeHpBitBtn
- AnchorSideTop.Control = ChangeHpBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 31
- Width = 161
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = '...'
- OnClick = CommandBitBtnClick
- TabOrder = 1
- end
- object ChangeTpBitBtn: TBitBtn
- Tag = 326
- AnchorSideLeft.Control = ChangeMpBitBtn
- AnchorSideTop.Control = ChangeMpBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 62
- Width = 161
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = '...'
- OnClick = CommandBitBtnClick
- TabOrder = 2
- end
- object ChangeStateBitBtn: TBitBtn
- Tag = 313
- AnchorSideLeft.Control = ChangeTpBitBtn
- AnchorSideTop.Control = ChangeTpBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 93
- Width = 161
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Change state...'
- OnClick = CommandBitBtnClick
- TabOrder = 3
- end
- object FullRecoveryBitBtn: TBitBtn
- Tag = 314
- AnchorSideLeft.Control = ChangeStateBitBtn
- AnchorSideTop.Control = ChangeStateBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 124
- Width = 161
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Full recovery...'
- OnClick = CommandBitBtnClick
- TabOrder = 4
- end
- object ChangeExpBitBtn: TBitBtn
- Tag = 315
- AnchorSideLeft.Control = ChangeStateBitBtn
- AnchorSideTop.Control = FullRecoveryBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 155
- Width = 161
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Change experience...'
- OnClick = CommandBitBtnClick
- TabOrder = 5
- end
- object ChangeLevelBitBtn: TBitBtn
- Tag = 316
- AnchorSideLeft.Control = ChangeExpBitBtn
- AnchorSideTop.Control = ChangeExpBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 186
- Width = 161
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Change level...'
- OnClick = CommandBitBtnClick
- TabOrder = 6
- end
- object ChangeParamBitBtn: TBitBtn
- Tag = 317
- AnchorSideLeft.Control = ChangeLevelBitBtn
- AnchorSideTop.Control = ChangeLevelBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 217
- Width = 161
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Bottom = 4
- Caption = 'Change parameter...'
- OnClick = CommandBitBtnClick
- TabOrder = 7
- end
- object ChangeSkillBitBtn: TBitBtn
- Tag = 318
- AnchorSideLeft.Control = ChangeParamBitBtn
- AnchorSideTop.Control = ChangeParamBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 248
- Width = 161
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Bottom = 4
- Caption = 'Change skill..'
- OnClick = CommandBitBtnClick
- TabOrder = 8
- end
- object ChangeEquipmentBitBtn: TBitBtn
- Tag = 319
- AnchorSideLeft.Control = ChangeSkillBitBtn
- AnchorSideTop.Control = ChangeSkillBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 279
- Width = 161
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Bottom = 4
- Caption = 'Change eqipment..'
- OnClick = CommandBitBtnClick
- TabOrder = 9
- end
- object ChangeNameBitBtn: TBitBtn
- Tag = 320
- AnchorSideLeft.Control = ChangeEquipmentBitBtn
- AnchorSideTop.Control = ChangeEquipmentBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 310
- Width = 161
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Bottom = 4
- Caption = 'Change name..'
- OnClick = CommandBitBtnClick
- TabOrder = 10
- end
- object ChangeClassBitBtn: TBitBtn
- Tag = 321
- AnchorSideLeft.Control = ChangeNameBitBtn
- AnchorSideTop.Control = ChangeNameBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 341
- Width = 161
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Bottom = 4
- Caption = 'Change class..'
- OnClick = CommandBitBtnClick
- TabOrder = 11
- end
- object ChangeNicknameBitBtn: TBitBtn
- Tag = 324
- AnchorSideLeft.Control = ChangeClassBitBtn
- AnchorSideTop.Control = ChangeClassBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 372
- Width = 161
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Bottom = 4
- Caption = 'Change nickname..'
- OnClick = CommandBitBtnClick
- TabOrder = 12
- end
- object ChangeProfileBitBtn: TBitBtn
- Tag = 325
- AnchorSideLeft.Control = ChangeNicknameBitBtn
- AnchorSideTop.Control = ChangeNicknameBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 23
- Top = 403
- Width = 161
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Bottom = 4
- Caption = 'Change profile information..'
- OnClick = CommandBitBtnClick
- TabOrder = 13
- end
- end
- end
- end
- end
- end
- object ECPage2TabSheet: TTabSheet
- Caption = '2'
- ClientHeight = 635
- ClientWidth = 523
- object EcPage2ScrollBox: TScrollBox
- Left = 0
- Height = 622
- Top = 0
- Width = 502
- HorzScrollBar.Page = 302
- VertScrollBar.Page = 593
- Align = alClient
- BorderStyle = bsNone
- ClientHeight = 622
- ClientWidth = 502
- TabOrder = 0
- object EcPage2Panel: TPanel
- Left = 0
- Height = 622
- Top = 0
- Width = 502
- Align = alClient
- BevelOuter = bvNone
- ChildSizing.VerticalSpacing = 4
- ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
- ChildSizing.ShrinkHorizontal = crsHomogenousChildResize
- ChildSizing.Layout = cclLeftToRightThenTopToBottom
- ChildSizing.ControlsPerLine = 2
- ClientHeight = 622
- ClientWidth = 502
- TabOrder = 0
- object Page2Col1Panel: TPanel
- Left = 0
- Height = 593
- Top = 0
- Width = 252
- BevelOuter = bvNone
- ClientHeight = 593
- ClientWidth = 252
- TabOrder = 0
- object MovementGroupBox: TGroupBox
- Left = 0
- Height = 200
- Top = 0
- Width = 244
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- Caption = 'Movement'
- ClientHeight = 182
- ClientWidth = 240
- TabOrder = 0
- object TransferPlayerBitBtn: TBitBtn
- Tag = 201
- Left = 8
- Height = 23
- Top = 0
- Width = 228
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Bottom = 4
- Caption = 'Transfer player...'
- OnClick = CommandBitBtnClick
- TabOrder = 0
- end
- object SetVehicleLocationBitBtn: TBitBtn
- Tag = 202
- AnchorSideLeft.Control = TransferPlayerBitBtn
- AnchorSideTop.Control = TransferPlayerBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = TransferPlayerBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 31
- Width = 228
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Set vehicle location...'
- OnClick = CommandBitBtnClick
- TabOrder = 1
- end
- object SetEventLocationBitBtn: TBitBtn
- Tag = 203
- AnchorSideLeft.Control = SetVehicleLocationBitBtn
- AnchorSideTop.Control = SetVehicleLocationBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = SetVehicleLocationBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 62
- Width = 228
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Set event location...'
- OnClick = CommandBitBtnClick
- TabOrder = 2
- end
- object ScrollMapBitBtn: TBitBtn
- Tag = 205
- AnchorSideLeft.Control = SetEventLocationBitBtn
- AnchorSideTop.Control = SetEventLocationBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = SetEventLocationBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 93
- Width = 228
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Scroll map...'
- OnClick = CommandBitBtnClick
- TabOrder = 3
- end
- object SetMovementRouteBitBtn: TBitBtn
- Tag = 205
- AnchorSideLeft.Control = ScrollMapBitBtn
- AnchorSideTop.Control = ScrollMapBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = ScrollMapBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 124
- Width = 228
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Set movement route...'
- OnClick = CommandBitBtnClick
- TabOrder = 4
- end
- object GetOnOffVehicleBitBtn: TBitBtn
- Tag = 206
- AnchorSideLeft.Control = SetMovementRouteBitBtn
- AnchorSideTop.Control = SetMovementRouteBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = SetMovementRouteBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 155
- Width = 228
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Bottom = 4
- Caption = 'Get on/off vehicle'
- OnClick = CommandBitBtnClick
- TabOrder = 5
- end
- end
- object GameDataGroupBox1: TGroupBox
- AnchorSideTop.Control = MovementGroupBox
- AnchorSideTop.Side = asrBottom
- Left = 0
- Height = 200
- Top = 212
- Width = 244
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 12
- Caption = 'On-map characters'
- ClientHeight = 182
- ClientWidth = 240
- TabOrder = 1
- object ChangePlayerVisibilityBitBtn: TBitBtn
- Tag = 211
- Left = 8
- Height = 23
- Top = 0
- Width = 228
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- Caption = 'Change player visibility...'
- OnClick = CommandBitBtnClick
- TabOrder = 0
- end
- object ChangeFollowerVisibilityBitBtn: TBitBtn
- Tag = 216
- AnchorSideLeft.Control = ChangePlayerVisibilityBitBtn
- AnchorSideTop.Control = ChangePlayerVisibilityBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = ChangePlayerVisibilityBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 31
- Width = 228
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Change follower visibility...'
- OnClick = CommandBitBtnClick
- TabOrder = 1
- end
- object GatherFollowersBitBtn: TBitBtn
- Tag = 217
- AnchorSideLeft.Control = ChangeFollowerVisibilityBitBtn
- AnchorSideTop.Control = ChangeFollowerVisibilityBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = ChangeFollowerVisibilityBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 62
- Width = 228
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Gather followers'
- OnClick = CommandBitBtnClick
- TabOrder = 2
- end
- object ShowAnimationBitBtn: TBitBtn
- Tag = 212
- AnchorSideLeft.Control = GatherFollowersBitBtn
- AnchorSideTop.Control = GatherFollowersBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = GatherFollowersBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 93
- Width = 228
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Bottom = 4
- Caption = 'Show animation...'
- OnClick = CommandBitBtnClick
- TabOrder = 3
- end
- object ShowBalloonIconBitBtn: TBitBtn
- Tag = 213
- AnchorSideLeft.Control = ShowAnimationBitBtn
- AnchorSideTop.Control = ShowAnimationBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = ShowAnimationBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 124
- Width = 228
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Bottom = 4
- Caption = 'Show balloon icon...'
- OnClick = CommandBitBtnClick
- TabOrder = 4
- end
- object EraseCurrentEventIconBitBtn: TBitBtn
- Tag = 214
- AnchorSideLeft.Control = ShowBalloonIconBitBtn
- AnchorSideTop.Control = ShowBalloonIconBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = ShowBalloonIconBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 155
- Width = 228
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Bottom = 4
- Caption = 'Erase current event'
- OnClick = CommandBitBtnClick
- TabOrder = 5
- end
- end
- object FlowControlGroupBox1: TGroupBox
- AnchorSideTop.Control = GameDataGroupBox1
- AnchorSideTop.Side = asrBottom
- Left = 0
- Height = 165
- Top = 424
- Width = 244
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 12
- Caption = 'Screen'
- ClientHeight = 147
- ClientWidth = 240
- TabOrder = 2
- object FadeoutScreenBitBtn: TBitBtn
- Tag = 212
- Left = 8
- Height = 23
- Top = 0
- Width = 228
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Bottom = 4
- Caption = 'Fadeout screen'
- OnClick = CommandBitBtnClick
- TabOrder = 0
- end
- object FadeinScreenBitBtn: TBitBtn
- Tag = 222
- AnchorSideLeft.Control = FadeoutScreenBitBtn
- AnchorSideTop.Control = FadeoutScreenBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = FadeoutScreenBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 31
- Width = 228
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Fadein screen'
- OnClick = CommandBitBtnClick
- TabOrder = 1
- end
- object TintScreenBitBtn: TBitBtn
- Tag = 223
- AnchorSideLeft.Control = FadeinScreenBitBtn
- AnchorSideTop.Control = FadeinScreenBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = FadeinScreenBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 62
- Width = 228
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Tint screen...'
- OnClick = CommandBitBtnClick
- TabOrder = 2
- end
- object FlashScreenBitBtn: TBitBtn
- Tag = 224
- AnchorSideLeft.Control = TintScreenBitBtn
- AnchorSideTop.Control = TintScreenBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = TintScreenBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 93
- Width = 228
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Flash screen...'
- OnClick = CommandBitBtnClick
- TabOrder = 3
- end
- object ShakeScreenBitBtn: TBitBtn
- Tag = 225
- AnchorSideLeft.Control = FlashScreenBitBtn
- AnchorSideTop.Control = FlashScreenBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = FlashScreenBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 124
- Width = 228
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Shake sceen...'
- OnClick = CommandBitBtnClick
- TabOrder = 4
- end
- end
- end
- object Page1Col2Panel1: TPanel
- Left = 252
- Height = 593
- Top = 0
- Width = 250
- BevelOuter = bvNone
- ClientHeight = 593
- ClientWidth = 250
- TabOrder = 1
- object WaitGroupBox: TGroupBox
- Left = 0
- Height = 45
- Top = 0
- Width = 242
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- Caption = 'Waiting'
- ChildSizing.EnlargeHorizontal = crsScaleChilds
- ChildSizing.ShrinkHorizontal = crsScaleChilds
- ClientHeight = 27
- ClientWidth = 238
- TabOrder = 0
- object WaitBitBtn: TBitBtn
- Tag = 230
- Left = 8
- Height = 23
- Top = 0
- Width = 226
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Bottom = 4
- Caption = 'Wait...'
- OnClick = CommandBitBtnClick
- TabOrder = 0
- end
- end
- object AudioAndVideoGroupBox: TGroupBox
- AnchorSideTop.Control = PictureAndWeatherGroupBox
- AnchorSideTop.Side = asrBottom
- Left = 0
- Height = 324
- Top = 269
- Width = 242
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 12
- Caption = 'Audio and movies'
- ClientHeight = 306
- ClientWidth = 238
- TabOrder = 1
- object PlayBgMusicBitBtn: TBitBtn
- Tag = 111
- Left = 8
- Height = 23
- Top = 0
- Width = 226
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Bottom = 4
- Caption = 'Play background music...'
- OnClick = CommandBitBtnClick
- TabOrder = 0
- end
- object FadeoutBgMusicBitBtn: TBitBtn
- Tag = 112
- AnchorSideLeft.Control = PlayBgMusicBitBtn
- AnchorSideTop.Control = PlayBgMusicBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = PlayBgMusicBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 31
- Width = 226
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Fadeout background music...'
- OnClick = CommandBitBtnClick
- TabOrder = 1
- end
- object SaveBgMusicBitBtn: TBitBtn
- Tag = 113
- AnchorSideLeft.Control = FadeoutBgMusicBitBtn
- AnchorSideTop.Control = FadeoutBgMusicBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = FadeoutBgMusicBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 62
- Width = 226
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Save background music'
- OnClick = CommandBitBtnClick
- TabOrder = 2
- end
- object RestoreSavedMusicBitBtn: TBitBtn
- Tag = 115
- AnchorSideLeft.Control = SaveBgMusicBitBtn
- AnchorSideTop.Control = SaveBgMusicBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = SaveBgMusicBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 93
- Width = 226
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Restore saved music'
- OnClick = CommandBitBtnClick
- TabOrder = 3
- end
- object PlayBgSoundBitBtn: TBitBtn
- Tag = 117
- AnchorSideLeft.Control = RestoreSavedMusicBitBtn
- AnchorSideTop.Control = RestoreSavedMusicBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = RestoreSavedMusicBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 124
- Width = 226
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Play background sound...'
- OnClick = CommandBitBtnClick
- TabOrder = 4
- end
- object FadeoutBgSoundsBitBtn: TBitBtn
- Tag = 118
- AnchorSideLeft.Control = RestoreSavedMusicBitBtn
- AnchorSideTop.Control = PlayBgSoundBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = RestoreSavedMusicBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 155
- Width = 226
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Fadeout backgdround sounds...'
- OnClick = CommandBitBtnClick
- TabOrder = 5
- end
- object PlayMusicEffectBitBtn: TBitBtn
- Tag = 119
- AnchorSideLeft.Control = FadeoutBgSoundsBitBtn
- AnchorSideTop.Control = FadeoutBgSoundsBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = FadeoutBgSoundsBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 186
- Width = 226
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Play a music effect...'
- OnClick = CommandBitBtnClick
- TabOrder = 6
- end
- object PlaySoundEffectBitBtn: TBitBtn
- Tag = 108
- AnchorSideLeft.Control = PlayMusicEffectBitBtn
- AnchorSideTop.Control = PlayMusicEffectBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = PlayMusicEffectBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 217
- Width = 226
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Bottom = 4
- Caption = 'Play a sound effect...'
- OnClick = CommandBitBtnClick
- TabOrder = 7
- end
- object StopSoundEffectsBitBtn: TBitBtn
- Tag = 108
- AnchorSideLeft.Control = PlaySoundEffectBitBtn
- AnchorSideTop.Control = PlaySoundEffectBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = PlaySoundEffectBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 248
- Width = 226
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Bottom = 4
- Caption = 'Stop sound effects'
- OnClick = CommandBitBtnClick
- TabOrder = 8
- end
- object PlayMovieBitBtn: TBitBtn
- Tag = 108
- AnchorSideLeft.Control = StopSoundEffectsBitBtn
- AnchorSideTop.Control = StopSoundEffectsBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = StopSoundEffectsBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 279
- Width = 226
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Bottom = 4
- Caption = 'Play a movie...'
- OnClick = CommandBitBtnClick
- TabOrder = 9
- end
- end
- object PictureAndWeatherGroupBox: TGroupBox
- AnchorSideLeft.Control = WaitGroupBox
- AnchorSideTop.Control = WaitGroupBox
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = WaitGroupBox
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 200
- Top = 57
- Width = 242
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 12
- Caption = 'Picture and weather'
- ChildSizing.EnlargeHorizontal = crsScaleChilds
- ChildSizing.ShrinkHorizontal = crsScaleChilds
- ClientHeight = 182
- ClientWidth = 238
- TabOrder = 2
- object ShowPictureBitBtn: TBitBtn
- Tag = 231
- Left = 8
- Height = 23
- Top = 0
- Width = 226
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Bottom = 4
- Caption = 'Show picture...'
- OnClick = CommandBitBtnClick
- TabOrder = 0
- end
- object MovePictureBitBtn: TBitBtn
- Tag = 232
- AnchorSideLeft.Control = ShowPictureBitBtn
- AnchorSideTop.Control = ShowPictureBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = ShowPictureBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 31
- Width = 226
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Move picture...'
- OnClick = CommandBitBtnClick
- TabOrder = 1
- end
- object RotatePictureBitBtn: TBitBtn
- Tag = 233
- AnchorSideLeft.Control = MovePictureBitBtn
- AnchorSideTop.Control = MovePictureBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = MovePictureBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 62
- Width = 226
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Rotate picture..'
- OnClick = CommandBitBtnClick
- TabOrder = 2
- end
- object TintPictureBitBtn: TBitBtn
- Tag = 234
- AnchorSideLeft.Control = RotatePictureBitBtn
- AnchorSideTop.Control = RotatePictureBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = RotatePictureBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 93
- Width = 226
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Tint picture...'
- OnClick = CommandBitBtnClick
- TabOrder = 3
- end
- object ErasePictureBitBtn: TBitBtn
- Tag = 235
- AnchorSideLeft.Control = TintPictureBitBtn
- AnchorSideTop.Control = TintPictureBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = TintPictureBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 124
- Width = 226
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Bottom = 4
- Caption = 'Erase picture...'
- OnClick = CommandBitBtnClick
- TabOrder = 4
- end
- object SetWeatherEffectBitBtn: TBitBtn
- Tag = 226
- AnchorSideLeft.Control = ErasePictureBitBtn
- AnchorSideTop.Control = ErasePictureBitBtn
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = ErasePictureBitBtn
- AnchorSideRight.Side = asrBottom
- Left = 8
- Height = 23
- Top = 155
- Width = 226
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- BorderSpacing.Bottom = 4
- Caption = 'Set weather effect...'
- OnClick = CommandBitBtnClick
- TabOrder = 5
- end
- end
- end
- end
- end
- end
- object ECPage3TabSheet: TTabSheet
- Caption = '3'
- end
- end
- object CancelPanel: TPanel
- Left = 0
- Height = 34
- Top = 674
- Width = 533
- Align = alBottom
- AutoSize = True
- BevelOuter = bvNone
- ClientHeight = 34
- ClientWidth = 533
- TabOrder = 1
- object CancelBitBtn: TBitBtn
- Left = 444
- Height = 26
- Top = 4
- Width = 84
- Anchors = [akTop, akRight]
- AutoSize = True
- BorderSpacing.Left = 4
- BorderSpacing.Top = 4
- BorderSpacing.Right = 4
- BorderSpacing.Bottom = 4
- Cancel = True
- DefaultCaption = True
- Kind = bkCancel
- ModalResult = 2
- TabOrder = 0
- end
- end
- end
|