123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581 |
- object GLSkinEditorForm: TGLSkinEditorForm
- Left = 262
- Top = 321
- Caption = 'Skin Editor'
- ClientHeight = 359
- ClientWidth = 764
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- object StatusBar: TStatusBar
- Left = 0
- Top = 340
- Width = 764
- Height = 19
- Panels = <
- item
- Text = 'x:'
- Width = 50
- end
- item
- Text = 'y:'
- Width = 50
- end
- item
- Text = 'dx:'
- Width = 50
- end
- item
- Text = 'dy:'
- Width = 50
- end
- item
- Width = 50
- end>
- end
- object panBottom: TPanel
- Left = 0
- Top = 308
- Width = 764
- Height = 32
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- DesignSize = (
- 764
- 32)
- object Button5: TButton
- Left = 600
- Top = 5
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 0
- end
- object Button6: TButton
- Left = 682
- Top = 5
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- end
- object panZoomImage: TPanel
- Left = 285
- Top = 0
- Width = 330
- Height = 308
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 2
- object imgFull: TImage
- Left = 6
- Top = 1
- Width = 298
- Height = 279
- OnMouseDown = imgFullMouseDown
- OnMouseMove = imgFullMouseMove
- OnMouseUp = imgFullMouseUp
- end
- object sbarHorizontal: TScrollBar
- Left = 1
- Top = 286
- Width = 308
- Height = 17
- LargeChange = 64
- Max = 256
- Min = 1
- PageSize = 256
- Position = 1
- TabOrder = 0
- OnChange = ScrollbarChange
- OnScroll = ScrollBarScroll
- end
- object sbarVertical: TScrollBar
- Left = 310
- Top = 1
- Width = 17
- Height = 284
- Kind = sbVertical
- LargeChange = 64
- Max = 256
- Min = 1
- PageSize = 256
- Position = 1
- TabOrder = 1
- OnChange = ScrollbarChange
- OnScroll = ScrollBarScroll
- end
- end
- object panImageProperties: TPanel
- Left = 615
- Top = 0
- Width = 149
- Height = 308
- Align = alRight
- TabOrder = 3
- object Label5: TLabel
- Left = 12
- Top = 212
- Width = 28
- Height = 13
- Caption = 'Width'
- end
- object Label6: TLabel
- Left = 12
- Top = 236
- Width = 31
- Height = 13
- Caption = 'Height'
- end
- object Panel2: TPanel
- Left = 11
- Top = 3
- Width = 130
- Height = 130
- TabOrder = 0
- object imgPreview: TImage
- Left = 1
- Top = 1
- Width = 128
- Height = 128
- Cursor = crHandPoint
- Align = alClient
- OnMouseDown = imgPreviewMouseDown
- OnMouseMove = imgPreviewMouseMove
- end
- end
- object Panel3: TPanel
- Left = 12
- Top = 140
- Width = 129
- Height = 27
- BevelOuter = bvLowered
- TabOrder = 1
- object Label2: TLabel
- Left = 80
- Top = 7
- Width = 15
- Height = 13
- Alignment = taRightJustify
- Caption = '1.0'
- end
- object Label1: TLabel
- Left = 12
- Top = 7
- Width = 30
- Height = 13
- Caption = 'Zoom:'
- end
- object Button3: TButton
- Left = 113
- Top = 1
- Width = 15
- Height = 12
- Caption = '+'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 113
- Top = 13
- Width = 15
- Height = 12
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnClick = Button4Click
- end
- end
- object CheckBox1: TCheckBox
- Left = 12
- Top = 180
- Width = 129
- Height = 17
- Caption = 'Show Preview'
- TabOrder = 2
- OnClick = CheckBox1Click
- end
- object WidthEdit: TEdit
- Left = 48
- Top = 208
- Width = 95
- Height = 21
- TabOrder = 3
- Text = '256'
- OnChange = WidthEditChange
- end
- object HeightEdit: TEdit
- Left = 48
- Top = 232
- Width = 95
- Height = 21
- TabOrder = 4
- Text = '256'
- OnChange = HeightEditChange
- end
- end
- object panElements: TPanel
- Left = 0
- Top = 0
- Width = 285
- Height = 308
- Align = alLeft
- TabOrder = 4
- object Bevel2: TBevel
- Left = 140
- Top = 212
- Width = 137
- Height = 57
- end
- object Bevel1: TBevel
- Left = 140
- Top = 72
- Width = 137
- Height = 133
- end
- object Label3: TLabel
- Left = 4
- Top = 12
- Width = 81
- Height = 13
- Caption = 'Skin Elements'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label4: TLabel
- Tag = 1
- Left = 144
- Top = 44
- Width = 43
- Height = 13
- Alignment = taRightJustify
- Caption = 'Skin Part'
- end
- object Label11: TLabel
- Tag = 1
- Left = 144
- Top = 112
- Width = 18
- Height = 13
- Alignment = taRightJustify
- Caption = 'Left'
- end
- object Label12: TLabel
- Tag = 1
- Left = 187
- Top = 80
- Width = 19
- Height = 13
- Alignment = taRightJustify
- Caption = 'Top'
- end
- object Label13: TLabel
- Tag = 1
- Left = 233
- Top = 112
- Width = 25
- Height = 13
- Alignment = taRightJustify
- Caption = 'Right'
- end
- object Label9: TLabel
- Tag = 1
- Left = 169
- Top = 220
- Width = 37
- Height = 13
- Alignment = taRightJustify
- Caption = 'Scale X'
- end
- object Label10: TLabel
- Tag = 1
- Left = 169
- Top = 248
- Width = 37
- Height = 13
- Alignment = taRightJustify
- Caption = 'Scale Y'
- end
- object Label14: TLabel
- Tag = 1
- Left = 189
- Top = 156
- Width = 33
- Height = 13
- Alignment = taRightJustify
- Caption = 'Bottom'
- end
- object lbElements: TListBox
- Left = 4
- Top = 36
- Width = 129
- Height = 257
- ItemHeight = 13
- TabOrder = 0
- OnClick = lbElementsClick
- OnKeyDown = lbElementsKeyDown
- end
- object btnAdd: TButton
- Left = 88
- Top = 12
- Width = 21
- Height = 17
- Caption = '+'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnClick = btnAddClick
- end
- object btnDelete: TButton
- Tag = 1
- Left = 112
- Top = 12
- Width = 21
- Height = 17
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- OnClick = btnDeleteClick
- end
- object ComboBox1: TComboBox
- Tag = 1
- Left = 196
- Top = 40
- Width = 81
- Height = 21
- Style = csDropDownList
- TabOrder = 3
- OnChange = ComboBox1Change
- Items.Strings = (
- 'TopLeft'
- 'Top'
- 'TopRight'
- 'Left'
- 'Center'
- 'Right'
- 'BottomLeft'
- 'Bottom'
- 'BottomRight')
- end
- object LeftEdit: TEdit
- Tag = 1
- Left = 144
- Top = 128
- Width = 40
- Height = 21
- TabOrder = 4
- Text = '256'
- OnChange = LeftEditChange
- OnKeyPress = EditKeyPress
- end
- object TopEdit: TEdit
- Tag = 1
- Left = 188
- Top = 96
- Width = 40
- Height = 21
- TabOrder = 5
- Text = '256'
- OnChange = TopEditChange
- OnKeyPress = EditKeyPress
- end
- object RightEdit: TEdit
- Tag = 1
- Left = 232
- Top = 128
- Width = 40
- Height = 21
- TabOrder = 6
- Text = '256'
- OnChange = RightEditChange
- OnKeyPress = EditKeyPress
- end
- object BottomEdit: TEdit
- Tag = 1
- Left = 188
- Top = 172
- Width = 40
- Height = 21
- TabOrder = 7
- Text = '256'
- OnChange = BottomEditChange
- OnKeyPress = EditKeyPress
- end
- object ScaleXEdit: TEdit
- Tag = 1
- Left = 216
- Top = 216
- Width = 40
- Height = 21
- TabOrder = 8
- Text = '1'
- OnChange = ScaleXEditChange
- OnKeyPress = EditKeyPress
- end
- object ScaleYEdit: TEdit
- Tag = 1
- Left = 216
- Top = 244
- Width = 40
- Height = 21
- TabOrder = 9
- Text = '1'
- OnChange = ScaleYEditChange
- OnKeyPress = EditKeyPress
- end
- end
- object GLScene1: TGLScene
- Left = 324
- Top = 12
- object HUDSprite1: TGLHUDSprite
- Material.FrontProperties.Ambient.Color = {938C0C3E938E0E3F938C0C3E0000803F}
- Material.FrontProperties.Diffuse.Color = {938C0C3E938E0E3F938C0C3E0000803F}
- Material.FrontProperties.Emission.Color = {938C0C3E938E0E3F938C0C3E0000803F}
- Material.FrontProperties.Specular.Color = {938C0C3E938E0E3F938C0C3E0000803F}
- Position.Coordinates = {0000804300008043000000000000803F}
- Visible = False
- Width = 512.000000000000000000
- Height = 512.000000000000000000
- Rotation = 0.000000000000000000
- end
- object GLPanel1: TGLPanel
- Autosize = False
- RedrawAtOnce = False
- Rotation = 0.000000000000000000
- NoZWrite = False
- DoChangesOnProgress = False
- Visible = False
- Width = 256.000000000000000000
- Height = 256.000000000000000000
- end
- object GLCamera1: TGLCamera
- DepthOfView = 100.000000000000000000
- FocalLength = 50.000000000000000000
- Position.Coordinates = {0000000000000000000020410000803F}
- object GLLightSource1: TGLLightSource
- ConstAttenuation = 1.000000000000000000
- LightStyle = lsOmni
- SpotCutOff = 180.000000000000000000
- end
- end
- end
- object GLMemoryViewer1: TGLMemoryViewer
- Camera = GLCamera1
- Buffer.ContextOptions = []
- Buffer.DepthTest = False
- Buffer.FaceCulling = False
- Buffer.Lighting = False
- Buffer.ColorDepth = cd8bits
- Left = 324
- Top = 60
- end
- object popElements: TPopupMenu
- Left = 72
- Top = 68
- object mnuTopLeft: TMenuItem
- Caption = 'TopLeft'
- OnClick = MenuItemClick
- end
- object mnuTop: TMenuItem
- Tag = 1
- Caption = 'Top'
- OnClick = MenuItemClick
- end
- object mnuTopRight: TMenuItem
- Tag = 2
- Caption = 'TopRight'
- OnClick = MenuItemClick
- end
- object mnuLeft: TMenuItem
- Tag = 3
- Caption = 'Left'
- OnClick = MenuItemClick
- end
- object mnuCenter: TMenuItem
- Tag = 4
- Caption = 'Center'
- OnClick = MenuItemClick
- end
- object mnuRight: TMenuItem
- Tag = 5
- Caption = 'Right'
- OnClick = MenuItemClick
- end
- object mnuBottomLeft: TMenuItem
- Tag = 6
- Caption = 'BottomLeft'
- OnClick = MenuItemClick
- end
- object mnuBottom: TMenuItem
- Tag = 7
- Caption = 'Bottom'
- OnClick = MenuItemClick
- end
- object mnuBottomRight: TMenuItem
- Tag = 8
- Caption = 'BottomRight'
- OnClick = MenuItemClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object mnuAddAll: TMenuItem
- Caption = 'Add all'
- OnClick = mnuAddAllClick
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object mnuAllTop: TMenuItem
- Caption = 'All Top'
- OnClick = mnuAllTopClick
- end
- object mnuAllMiddle: TMenuItem
- Caption = 'All Middle'
- OnClick = mnuAllMiddleClick
- end
- object mnuAllBottom: TMenuItem
- Caption = 'All Bottom'
- OnClick = mnuAllBottomClick
- end
- end
- end
|