home *** CD-ROM | disk | FTP | other *** search
- object ProgManForm: TProgManForm
- Left = 254
- Top = 258
- Width = 376
- Height = 168
- Caption = 'ProgMan Installation Expert'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel: TPanel
- Left = 0
- Top = 0
- Width = 368
- Height = 141
- Align = alClient
- BevelInner = bvLowered
- BorderWidth = 4
- TabOrder = 0
- object Label1: TLabel
- Left = 16
- Top = 18
- Width = 91
- Height = 13
- Caption = '&Project executable:'
- FocusControl = Prog
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 16
- Top = 42
- Width = 86
- Height = 13
- Caption = '&Name executable:'
- FocusControl = Item
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 16
- Top = 66
- Width = 82
- Height = 13
- Caption = '&Existing Group(s):'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object ComboBox1: TComboBox
- Left = 132
- Top = 64
- Width = 222
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 0
- OnChange = ComboBox1Change
- end
- object Item: TEdit
- Left = 132
- Top = 40
- Width = 222
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object Prog: TEdit
- Left = 132
- Top = 16
- Width = 222
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 2
- end
- object OKBtn: TBitBtn
- Left = 44
- Top = 96
- Width = 89
- Height = 29
- Caption = '&OK'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = OKBtnClick
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 240
- Top = 96
- Width = 89
- Height = 29
- Caption = '&Cancel'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- Kind = bkCancel
- end
- object ProgMan1: TProgMan
- Left = 176
- Top = 96
- Width = 24
- Height = 24
- About = 'TProgMan (c) 1996 by Bob Swart (aka Dr.Bob)'
- Active = False
- OnDDEdata = ProgMan1DDEdata
- end
- end
- end
-