home *** CD-ROM | disk | FTP | other *** search
- object resumeform: Tresumeform
- Left = 418
- Top = 200
- BorderStyle = bsToolWindow
- Caption = 'Add Resume'
- ClientHeight = 81
- ClientWidth = 180
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object SpeedButton1: TSpeedButton
- Left = 96
- Top = 8
- Width = 73
- Height = 22
- Caption = 'OK'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = SpeedButton1Click
- end
- object SpeedButton2: TSpeedButton
- Left = 96
- Top = 32
- Width = 73
- Height = 22
- Caption = 'Cancel'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = SpeedButton2Click
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 2
- Width = 81
- Height = 73
- Caption = 'Position:'
- TabOrder = 0
- object RadioButton1: TRadioButton
- Left = 8
- Top = 16
- Width = 57
- Height = 17
- Caption = 'above'
- Enabled = False
- TabOrder = 0
- end
- object RadioButton2: TRadioButton
- Left = 8
- Top = 32
- Width = 57
- Height = 17
- Caption = 'under'
- Enabled = False
- TabOrder = 1
- end
- object RadioButton3: TRadioButton
- Left = 8
- Top = 48
- Width = 57
- Height = 17
- Caption = 'end'
- Checked = True
- Enabled = False
- TabOrder = 2
- TabStop = True
- end
- end
- end
-