home *** CD-ROM | disk | FTP | other *** search
/ Guide To Cracking 2002 / Guide_to_Cracking_2002.iso / Programming / yPP-B-SRC.ZIP / Unit7.dfm < prev    next >
Encoding:
Text File  |  2000-08-29  |  1.9 KB  |  88 lines

  1. object resumeform: Tresumeform
  2.   Left = 418
  3.   Top = 200
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Add Resume'
  6.   ClientHeight = 81
  7.   ClientWidth = 180
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object SpeedButton1: TSpeedButton
  21.     Left = 96
  22.     Top = 8
  23.     Width = 73
  24.     Height = 22
  25.     Caption = 'OK'
  26.     Flat = True
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     OnClick = SpeedButton1Click
  34.   end
  35.   object SpeedButton2: TSpeedButton
  36.     Left = 96
  37.     Top = 32
  38.     Width = 73
  39.     Height = 22
  40.     Caption = 'Cancel'
  41.     Flat = True
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.     OnClick = SpeedButton2Click
  49.   end
  50.   object GroupBox1: TGroupBox
  51.     Left = 8
  52.     Top = 2
  53.     Width = 81
  54.     Height = 73
  55.     Caption = 'Position:'
  56.     TabOrder = 0
  57.     object RadioButton1: TRadioButton
  58.       Left = 8
  59.       Top = 16
  60.       Width = 57
  61.       Height = 17
  62.       Caption = 'above'
  63.       Enabled = False
  64.       TabOrder = 0
  65.     end
  66.     object RadioButton2: TRadioButton
  67.       Left = 8
  68.       Top = 32
  69.       Width = 57
  70.       Height = 17
  71.       Caption = 'under'
  72.       Enabled = False
  73.       TabOrder = 1
  74.     end
  75.     object RadioButton3: TRadioButton
  76.       Left = 8
  77.       Top = 48
  78.       Width = 57
  79.       Height = 17
  80.       Caption = 'end'
  81.       Checked = True
  82.       Enabled = False
  83.       TabOrder = 2
  84.       TabStop = True
  85.     end
  86.   end
  87. end
  88.