home *** CD-ROM | disk | FTP | other *** search
- object optionform: Toptionform
- Left = 351
- Top = 203
- BorderStyle = bsToolWindow
- Caption = 'Loader Options'
- ClientHeight = 160
- ClientWidth = 280
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object SpeedButton1: TSpeedButton
- Left = 192
- Top = 24
- Width = 73
- Height = 41
- Caption = 'OK'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = SpeedButton1Click
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 161
- Height = 65
- Caption = 'Attack Number (hex)'
- TabOrder = 0
- object Edit1: TEdit
- Left = 8
- Top = 24
- Width = 137
- Height = 21
- TabStop = False
- CharCase = ecUpperCase
- MaxLength = 8
- TabOrder = 0
- Text = '1'
- end
- end
- object GroupBox2: TGroupBox
- Left = 176
- Top = 80
- Width = 97
- Height = 73
- Cursor = crHandPoint
- Caption = 'Icon'
- TabOrder = 1
- OnClick = GroupBox2Click
- object Image1: TImage
- Left = 32
- Top = 24
- Width = 33
- Height = 33
- OnClick = GroupBox2Click
- end
- end
- object GroupBox3: TGroupBox
- Left = 8
- Top = 80
- Width = 161
- Height = 73
- Caption = 'Generate Loader...'
- TabOrder = 2
- object RadioButton1: TRadioButton
- Left = 8
- Top = 24
- Width = 129
- Height = 17
- Caption = 'with optimized filesize'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object RadioButton2: TRadioButton
- Left = 8
- Top = 48
- Width = 145
- Height = 17
- Caption = 'without optimized filesize'
- TabOrder = 1
- end
- end
- object OpenDialog1: TOpenDialog
- Filter = 'exe and ico files|*.exe;*.ico|all files|*.*'
- InitialDir = '.'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
- Title = 'Choose a your icon... !'
- Left = 248
- end
- end
-