home *** CD-ROM | disk | FTP | other *** search
- object Form11: TForm11
- Left = 192
- Top = 107
- Width = 250
- Height = 230
- Caption = 'Form11'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 62
- Top = 16
- Width = 46
- Height = 13
- Alignment = taRightJustify
- Caption = 'Extension'
- end
- object Label2: TLabel
- Left = 10
- Top = 40
- Width = 98
- Height = 13
- Alignment = taRightJustify
- Caption = 'Extension Key Name'
- end
- object Label3: TLabel
- Left = 55
- Top = 64
- Width = 53
- Height = 13
- Alignment = taRightJustify
- Caption = 'Description'
- end
- object Label4: TLabel
- Left = 53
- Top = 88
- Width = 55
- Height = 13
- Alignment = taRightJustify
- Caption = 'DefaultIcon'
- end
- object Label5: TLabel
- Left = 5
- Top = 112
- Width = 103
- Height = 13
- Alignment = taRightJustify
- Caption = 'Command Description'
- end
- object Label6: TLabel
- Left = 41
- Top = 136
- Width = 67
- Height = 13
- Alignment = taRightJustify
- Caption = 'CommandLine'
- end
- object Edit1: TEdit
- Left = 112
- Top = 12
- Width = 121
- Height = 21
- TabOrder = 0
- Text = 'DCL'
- end
- object Edit2: TEdit
- Left = 112
- Top = 36
- Width = 121
- Height = 21
- TabOrder = 1
- Text = 'Reserved'
- end
- object Edit3: TEdit
- Left = 112
- Top = 60
- Width = 121
- Height = 21
- TabOrder = 2
- Text = 'Directory Compare List'
- end
- object Edit4: TEdit
- Left = 112
- Top = 84
- Width = 121
- Height = 21
- TabOrder = 3
- Text = 'SomeIcon.Ico,1'
- end
- object Edit5: TEdit
- Left = 112
- Top = 108
- Width = 121
- Height = 21
- TabOrder = 4
- Text = 'View'
- end
- object Edit6: TEdit
- Left = 112
- Top = 132
- Width = 121
- Height = 21
- TabOrder = 5
- Text = 'C:\RunThisProgram.Exe'
- end
- object Button1: TButton
- Left = 80
- Top = 168
- Width = 75
- Height = 25
- Caption = 'Register'
- TabOrder = 6
- OnClick = Button1Click
- end
- end
-