home *** CD-ROM | disk | FTP | other *** search
- object FProgram: TFProgram
- Left = 345
- Top = 241
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Program Speed Dial'
- ClientHeight = 137
- ClientWidth = 276
- ParentFont = True
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 63
- Top = 45
- Width = 31
- Height = 13
- Alignment = taRightJustify
- Caption = 'Name:'
- Transparent = True
- end
- object Label2: TLabel
- Left = 54
- Top = 74
- Width = 40
- Height = 13
- Alignment = taRightJustify
- Caption = 'Number:'
- Transparent = True
- end
- object Label3: TLabel
- Left = 53
- Top = 17
- Width = 40
- Height = 13
- Alignment = taRightJustify
- Caption = 'Position:'
- Transparent = True
- end
- object Bok: TButton
- Left = 101
- Top = 106
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 4
- end
- object BCancel: TButton
- Left = 195
- Top = 106
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object SpeedName: TEdit
- Left = 101
- Top = 41
- Width = 164
- Height = 21
- Color = clWhite
- TabOrder = 1
- Text = 'Edit1'
- end
- object SpeedNumber: TEdit
- Left = 101
- Top = 70
- Width = 164
- Height = 21
- Color = clWhite
- TabOrder = 2
- Text = 'SpeedNumber'
- end
- object BClear: TButton
- Left = 7
- Top = 106
- Width = 75
- Height = 25
- Caption = 'Clear'
- TabOrder = 3
- OnClick = BClearClick
- end
- object PositionBox: TComboBox
- Left = 101
- Top = 13
- Width = 44
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- MaxLength = 2
- TabOrder = 0
- end
- end
-