- object Form1: TForm1
- Left = 316
- Top = 256
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'SWF header editor'
- ClientHeight = 197
- ClientWidth = 282
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object L1: TLabel
- Left = 8
- Top = 52
- Width = 26
- Height = 13
- Caption = 'Xmin:'
- end
- object LXMin: TLabel
- Left = 132
- Top = 52
- Width = 3
- Height = 13
- end
- object Label1: TLabel
- Left = 8
- Top = 76
- Width = 30
- Height = 13
- Caption = 'Xmax:'
- end
- object LXMax: TLabel
- Left = 132
- Top = 76
- Width = 3
- Height = 13
- end
- object Label3: TLabel
- Left = 8
- Top = 100
- Width = 26
- Height = 13
- Caption = 'Ymin:'
- end
- object LYMin: TLabel
- Left = 132
- Top = 100
- Width = 3
- Height = 13
- end
- object Label5: TLabel
- Left = 8
- Top = 124
- Width = 30
- Height = 13
- Caption = 'Ymax:'
- end
- object LYMax: TLabel
- Left = 132
- Top = 124
- Width = 3
- Height = 13
- end
- object LFile: TLabel
- Left = 6
- Top = 7
- Width = 3
- Height = 13
- end
- object Bevel1: TBevel
- Left = 4
- Top = 42
- Width = 273
- Height = 4
- Shape = bsTopLine
- end
- object Label2: TLabel
- Left = 8
- Top = 148
- Width = 22
- Height = 13
- Caption = 'FPS:'
- end
- object LInfo: TLabel
- Left = 6
- Top = 24
- Width = 3
- Height = 13
- end
- object Bevel2: TBevel
- Left = 4
- Top = 171
- Width = 273
- Height = 4
- Shape = bsTopLine
- end
- object EXMin: TEdit
- Left = 48
- Top = 48
- Width = 77
- Height = 21
- TabOrder = 0
- OnChange = EXMinChange
- end
- object EXMax: TEdit
- Left = 48
- Top = 72
- Width = 77
- Height = 21
- TabOrder = 1
- OnChange = EXMaxChange
- end
- object EYMin: TEdit
- Left = 48
- Top = 96
- Width = 77
- Height = 21
- TabOrder = 2
- OnChange = EYMinChange
- end
- object EYMax: TEdit
- Left = 48
- Top = 120
- Width = 77
- Height = 21
- TabOrder = 3
- OnChange = EYMaxChange
- end
- object Button1: TButton
- Left = 200
- Top = 48
- Width = 75
- Height = 23
- Caption = 'Open SWF'
- TabOrder = 4
- OnClick = Button1Click
- end
- object BModif: TButton
- Left = 200
- Top = 72
- Width = 75
- Height = 23
- Caption = 'Modify'
- Enabled = False
- TabOrder = 5
- OnClick = BModifClick
- end
- object CBBackup: TCheckBox
- Left = 8
- Top = 175
- Width = 161
- Height = 17
- Caption = 'Create backup file'
- Checked = True
- State = cbChecked
- TabOrder = 6
- end
- object EFPS: TEdit
- Left = 48
- Top = 144
- Width = 77
- Height = 21
- TabOrder = 7
- end
- object CBCompress: TCheckBox
- Left = 136
- Top = 146
- Width = 97
- Height = 17
- Caption = 'Compress'
- TabOrder = 8
- end
- end