home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 240
- Top = 152
- Width = 530
- Height = 398
- Caption = 'SWF Extractor'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- OnDestroy = FormDestroy
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- object StatusBar1: TStatusBar
- Left = 0
- Top = 350
- Width = 522
- Height = 21
- Panels = <
- item
- Width = 100
- end
- item
- Width = 150
- end
- item
- Width = 50
- end>
- SimplePanel = False
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 522
- Height = 71
- Align = alTop
- BevelOuter = bvLowered
- TabOrder = 1
- object SpeedButton6: TSpeedButton
- Left = 456
- Top = 8
- Width = 58
- Height = 54
- Caption = 'About'
- OnClick = SpeedButton6Click
- end
- object Image2: TImage
- Left = 146
- Top = 2
- Width = 278
- Height = 67
- Picture.Data = {<image000.TGIFGraphic>}
- end
- object Shape2: TShape
- Left = 152
- Top = 7
- Width = 122
- Height = 58
- Cursor = crHandPoint
- Brush.Style = bsClear
- Pen.Color = clNone
- Pen.Style = psClear
- OnMouseDown = Shape2MouseDown
- end
- object Shape1: TShape
- Left = 304
- Top = 8
- Width = 114
- Height = 56
- Cursor = crHandPoint
- Brush.Style = bsClear
- Pen.Color = clNone
- Pen.Style = psClear
- OnMouseDown = Shape1MouseDown
- end
- object ParseBTN: TBitBtn
- Left = 7
- Top = 10
- Width = 132
- Height = 53
- Caption = 'Open and extract all'
- TabOrder = 0
- OnClick = ParseBTNClick
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 71
- Width = 329
- Height = 279
- Align = alLeft
- BevelOuter = bvLowered
- TabOrder = 2
- object BitBtn2: TBitBtn
- Left = 5
- Top = 261
- Width = 161
- Height = 25
- Caption = 'Open SWF'
- TabOrder = 0
- Visible = False
- end
- object BitBtn3: TBitBtn
- Left = 8
- Top = 287
- Width = 161
- Height = 25
- Caption = 'BitBtn3'
- TabOrder = 1
- Visible = False
- end
- object StringGrid1: TStringGrid
- Left = 1
- Top = 1
- Width = 327
- Height = 158
- Align = alTop
- ColCount = 2
- Ctl3D = True
- DefaultColWidth = 100
- DefaultRowHeight = 16
- FixedCols = 0
- RowCount = 2
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goColMoving]
- ParentCtl3D = False
- TabOrder = 2
- OnSelectCell = StringGrid1SelectCell
- ColWidths = (
- 45
- 274)
- end
- object StringGrid2: TStringGrid
- Left = 1
- Top = 159
- Width = 327
- Height = 119
- Align = alClient
- ColCount = 2
- DefaultColWidth = 100
- DefaultRowHeight = 16
- FixedCols = 0
- RowCount = 2
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goColMoving]
- TabOrder = 3
- OnSelectCell = StringGrid2SelectCell
- ColWidths = (
- 46
- 273)
- end
- end
- object Panel3: TPanel
- Left = 329
- Top = 71
- Width = 193
- Height = 279
- Align = alClient
- BevelOuter = bvLowered
- TabOrder = 3
- object Image1: TImage
- Left = 1
- Top = 1
- Width = 191
- Height = 277
- Align = alClient
- end
- end
- object OpenDialog1: TOpenDialog
- Filter = 'swf|*.swf|all files|*.*'
- Left = 144
- Top = 112
- end
- object SaveDialog1: TSaveDialog
- DefaultExt = '*.jpg'
- Filter = 'jpg|*.jpg'
- Left = 184
- Top = 112
- end
- end
-