home *** CD-ROM | disk | FTP | other *** search
- object waitform: Twaitform
- Left = 307
- Top = 107
- BorderStyle = bsToolWindow
- Caption = 'Add Wait (hex)'
- ClientHeight = 81
- ClientWidth = 402
- 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 = 320
- Top = 16
- 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 = 320
- Top = 40
- 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 Panel1: TPanel
- Left = 8
- Top = 16
- Width = 217
- Height = 49
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Panel2: TPanel
- Left = 8
- Top = 8
- Width = 33
- Height = 33
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = 'Wait:'
- TabOrder = 0
- end
- object Edit1: TEdit
- Left = 48
- Top = 16
- Width = 121
- Height = 21
- CharCase = ecUpperCase
- MaxLength = 4
- TabOrder = 1
- end
- object Panel3: TPanel
- Left = 176
- Top = 8
- Width = 33
- Height = 33
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = 'ms'
- TabOrder = 2
- end
- end
- object GroupBox1: TGroupBox
- Left = 232
- Top = 2
- Width = 81
- Height = 73
- Caption = 'Position:'
- TabOrder = 1
- 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
-