home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 December / PCWDEC02.iso / software / swf_extractor / swfex.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  2002-08-09  |  3.7 KB  |  184 lines

  1. object Form1: TForm1
  2.   Left = 240
  3.   Top = 152
  4.   Width = 530
  5.   Height = 398
  6.   Caption = 'SWF Extractor'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDesktopCenter
  15.   OnDestroy = FormDestroy
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object StatusBar1: TStatusBar
  20.     Left = 0
  21.     Top = 350
  22.     Width = 522
  23.     Height = 21
  24.     Panels = <
  25.       item
  26.         Width = 100
  27.       end
  28.       item
  29.         Width = 150
  30.       end
  31.       item
  32.         Width = 50
  33.       end>
  34.     SimplePanel = False
  35.   end
  36.   object Panel1: TPanel
  37.     Left = 0
  38.     Top = 0
  39.     Width = 522
  40.     Height = 71
  41.     Align = alTop
  42.     BevelOuter = bvLowered
  43.     TabOrder = 1
  44.     object SpeedButton6: TSpeedButton
  45.       Left = 456
  46.       Top = 8
  47.       Width = 58
  48.       Height = 54
  49.       Caption = 'About'
  50.       OnClick = SpeedButton6Click
  51.     end
  52.     object Image2: TImage
  53.       Left = 146
  54.       Top = 2
  55.       Width = 278
  56.       Height = 67
  57.       Picture.Data = {<image000.TGIFGraphic>}
  58.     end
  59.     object Shape2: TShape
  60.       Left = 152
  61.       Top = 7
  62.       Width = 122
  63.       Height = 58
  64.       Cursor = crHandPoint
  65.       Brush.Style = bsClear
  66.       Pen.Color = clNone
  67.       Pen.Style = psClear
  68.       OnMouseDown = Shape2MouseDown
  69.     end
  70.     object Shape1: TShape
  71.       Left = 304
  72.       Top = 8
  73.       Width = 114
  74.       Height = 56
  75.       Cursor = crHandPoint
  76.       Brush.Style = bsClear
  77.       Pen.Color = clNone
  78.       Pen.Style = psClear
  79.       OnMouseDown = Shape1MouseDown
  80.     end
  81.     object ParseBTN: TBitBtn
  82.       Left = 7
  83.       Top = 10
  84.       Width = 132
  85.       Height = 53
  86.       Caption = 'Open and extract all'
  87.       TabOrder = 0
  88.       OnClick = ParseBTNClick
  89.     end
  90.   end
  91.   object Panel2: TPanel
  92.     Left = 0
  93.     Top = 71
  94.     Width = 329
  95.     Height = 279
  96.     Align = alLeft
  97.     BevelOuter = bvLowered
  98.     TabOrder = 2
  99.     object BitBtn2: TBitBtn
  100.       Left = 5
  101.       Top = 261
  102.       Width = 161
  103.       Height = 25
  104.       Caption = 'Open SWF'
  105.       TabOrder = 0
  106.       Visible = False
  107.     end
  108.     object BitBtn3: TBitBtn
  109.       Left = 8
  110.       Top = 287
  111.       Width = 161
  112.       Height = 25
  113.       Caption = 'BitBtn3'
  114.       TabOrder = 1
  115.       Visible = False
  116.     end
  117.     object StringGrid1: TStringGrid
  118.       Left = 1
  119.       Top = 1
  120.       Width = 327
  121.       Height = 158
  122.       Align = alTop
  123.       ColCount = 2
  124.       Ctl3D = True
  125.       DefaultColWidth = 100
  126.       DefaultRowHeight = 16
  127.       FixedCols = 0
  128.       RowCount = 2
  129.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goColMoving]
  130.       ParentCtl3D = False
  131.       TabOrder = 2
  132.       OnSelectCell = StringGrid1SelectCell
  133.       ColWidths = (
  134.         45
  135.         274)
  136.     end
  137.     object StringGrid2: TStringGrid
  138.       Left = 1
  139.       Top = 159
  140.       Width = 327
  141.       Height = 119
  142.       Align = alClient
  143.       ColCount = 2
  144.       DefaultColWidth = 100
  145.       DefaultRowHeight = 16
  146.       FixedCols = 0
  147.       RowCount = 2
  148.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goColMoving]
  149.       TabOrder = 3
  150.       OnSelectCell = StringGrid2SelectCell
  151.       ColWidths = (
  152.         46
  153.         273)
  154.     end
  155.   end
  156.   object Panel3: TPanel
  157.     Left = 329
  158.     Top = 71
  159.     Width = 193
  160.     Height = 279
  161.     Align = alClient
  162.     BevelOuter = bvLowered
  163.     TabOrder = 3
  164.     object Image1: TImage
  165.       Left = 1
  166.       Top = 1
  167.       Width = 191
  168.       Height = 277
  169.       Align = alClient
  170.     end
  171.   end
  172.   object OpenDialog1: TOpenDialog
  173.     Filter = 'swf|*.swf|all files|*.*'
  174.     Left = 144
  175.     Top = 112
  176.   end
  177.   object SaveDialog1: TSaveDialog
  178.     DefaultExt = '*.jpg'
  179.     Filter = 'jpg|*.jpg'
  180.     Left = 184
  181.     Top = 112
  182.   end
  183. end
  184.