home *** CD-ROM | disk | FTP | other *** search
- object PBTermCommandForm: TPBTermCommandForm
- Left = 273
- Top = 180
- Width = 435
- Height = 149
- ActiveControl = PBCommandEdit
- Caption = 'Command Configuration'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PBCommandLabel: TLabel
- Left = 16
- Top = 28
- Width = 98
- Height = 16
- Caption = 'PB Command '
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 124
- Top = 28
- Width = 261
- Height = 16
- Caption = 'Use ampersand (&&) to separate commands.'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object PBCommandEdit: TEdit
- Left = 16
- Top = 48
- Width = 393
- Height = 21
- TabOrder = 0
- end
- object OKButton: TButton
- Left = 260
- Top = 88
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelButton: TButton
- Left = 340
- Top = 88
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-