home *** CD-ROM | disk | FTP | other *** search
- object InfoForm: TInfoForm
- Left = 164
- Top = 274
- BorderStyle = bsDialog
- Caption = 'Properties'
- ClientHeight = 185
- ClientWidth = 393
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- TextHeight = 15
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 59
- Height = 15
- Caption = 'Command'
- end
- object Label2: TLabel
- Left = 8
- Top = 32
- Width = 62
- Height = 15
- Caption = 'Information'
- end
- object Label3: TLabel
- Left = 8
- Top = 80
- Width = 42
- Height = 15
- Caption = 'Icon file'
- end
- object Label4: TLabel
- Left = 8
- Top = 104
- Width = 33
- Height = 15
- Caption = 'Icon #'
- end
- object Bevel1: TBevel
- Left = 8
- Top = 136
- Width = 377
- Height = 9
- Shape = bsTopLine
- Style = bsRaised
- end
- object Label5: TLabel
- Left = 8
- Top = 56
- Width = 48
- Height = 15
- Caption = 'Directory'
- end
- object IconNrStr: TEdit
- Left = 80
- Top = 104
- Width = 33
- Height = 22
- MaxLength = 3
- TabOrder = 4
- end
- object IconFileStr: TEdit
- Left = 80
- Top = 80
- Width = 305
- Height = 22
- MaxLength = 255
- TabOrder = 3
- OnDblClick = IconFileStrDblClick
- end
- object InfoStr: TEdit
- Left = 80
- Top = 32
- Width = 305
- Height = 22
- MaxLength = 255
- TabOrder = 1
- end
- object CmdStr: TEdit
- Left = 80
- Top = 8
- Width = 305
- Height = 22
- MaxLength = 255
- TabOrder = 0
- OnDblClick = CmdStrDblClick
- end
- object BitBtn1: TBitBtn
- Left = 104
- Top = 144
- Width = 89
- Height = 33
- TabOrder = 5
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 200
- Top = 144
- Width = 89
- Height = 33
- TabOrder = 6
- Kind = bkCancel
- end
- object DirStr: TEdit
- Left = 80
- Top = 56
- Width = 305
- Height = 22
- MaxLength = 255
- TabOrder = 2
- end
- object OpenDialog1: TOpenDialog
- Left = 8
- Top = 144
- end
- end
-