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

  1. object waitform: Twaitform
  2.   Left = 307
  3.   Top = 107
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Add Wait (hex)'
  6.   ClientHeight = 81
  7.   ClientWidth = 402
  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 = 320
  22.     Top = 16
  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 = 320
  37.     Top = 40
  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 Panel1: TPanel
  51.     Left = 8
  52.     Top = 16
  53.     Width = 217
  54.     Height = 49
  55.     BevelInner = bvRaised
  56.     BevelOuter = bvLowered
  57.     TabOrder = 0
  58.     object Panel2: TPanel
  59.       Left = 8
  60.       Top = 8
  61.       Width = 33
  62.       Height = 33
  63.       Alignment = taLeftJustify
  64.       BevelOuter = bvNone
  65.       Caption = 'Wait:'
  66.       TabOrder = 0
  67.     end
  68.     object Edit1: TEdit
  69.       Left = 48
  70.       Top = 16
  71.       Width = 121
  72.       Height = 21
  73.       CharCase = ecUpperCase
  74.       MaxLength = 4
  75.       TabOrder = 1
  76.     end
  77.     object Panel3: TPanel
  78.       Left = 176
  79.       Top = 8
  80.       Width = 33
  81.       Height = 33
  82.       Alignment = taLeftJustify
  83.       BevelOuter = bvNone
  84.       Caption = 'ms'
  85.       TabOrder = 2
  86.     end
  87.   end
  88.   object GroupBox1: TGroupBox
  89.     Left = 232
  90.     Top = 2
  91.     Width = 81
  92.     Height = 73
  93.     Caption = 'Position:'
  94.     TabOrder = 1
  95.     object RadioButton1: TRadioButton
  96.       Left = 8
  97.       Top = 16
  98.       Width = 57
  99.       Height = 17
  100.       Caption = 'above'
  101.       Enabled = False
  102.       TabOrder = 0
  103.     end
  104.     object RadioButton2: TRadioButton
  105.       Left = 8
  106.       Top = 32
  107.       Width = 57
  108.       Height = 17
  109.       Caption = 'under'
  110.       Enabled = False
  111.       TabOrder = 1
  112.     end
  113.     object RadioButton3: TRadioButton
  114.       Left = 8
  115.       Top = 48
  116.       Width = 57
  117.       Height = 17
  118.       Caption = 'end'
  119.       Checked = True
  120.       Enabled = False
  121.       TabOrder = 2
  122.       TabStop = True
  123.     end
  124.   end
  125. end
  126.