- object Form1: TForm1
- Left = 192
- Top = 114
- BorderStyle = bsDialog
- ClientHeight = 157
- ClientWidth = 537
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 24
- Width = 105
- Height = 13
- Caption = 'Program path'
- end
- object Label2: TLabel
- Left = 16
- Top = 53
- Width = 75
- Height = 13
- Caption = 'Button text in IE'
- end
- object Label3: TLabel
- Left = 16
- Top = 112
- Width = 38
- Height = 13
- Caption = 'HotIcon'
- end
- object Label4: TLabel
- Left = 16
- Top = 82
- Width = 21
- Height = 13
- Caption = 'Icon'
- end
- object Button1: TButton
- Left = 448
- Top = 16
- Width = 75
- Height = 25
- Caption = 'File...'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Edit1: TEdit
- Left = 136
- Top = 16
- Width = 305
- Height = 21
- TabOrder = 1
- Text = 'Edit1'
- end
- object Edit2: TEdit
- Left = 136
- Top = 48
- Width = 121
- Height = 21
- TabOrder = 2
- Text = 'Edit2'
- end
- object Edit3: TEdit
- Left = 136
- Top = 80
- Width = 121
- Height = 21
- TabOrder = 3
- Text = 'Edit3'
- end
- object Edit4: TEdit
- Left = 136
- Top = 112
- Width = 121
- Height = 21
- TabOrder = 4
- Text = 'Edit4'
- end
- object Button2: TButton
- Left = 448
- Top = 48
- Width = 75
- Height = 25
- Caption = 'Save'
- TabOrder = 5
- OnClick = Button2Click
- end
- object Open: TOpenDialog
- Left = 32
- Top = 176
- end
- object XPManifest1: TXPManifest
- Left = 376
- Top = 80
- end
- end