home *** CD-ROM | disk | FTP | other *** search
- object DlgStkAlrt: TDlgStkAlrt
- Left = 152
- Top = 144
- Width = 233
- Height = 170
- Caption = 'Stock Alerts'
- Color = clBtnFace
- Constraints.MaxHeight = 170
- Constraints.MaxWidth = 233
- Constraints.MinHeight = 170
- Constraints.MinWidth = 233
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnShow = OnShow
- DesignSize = (
- 225
- 136)
- PixelsPerInch = 96
- TextHeight = 13
- object StockName: TStaticText
- Left = 8
- Top = 8
- Width = 69
- Height = 17
- Caption = 'StockName'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object ComboBox1: TComboBox
- Left = 8
- Top = 24
- Width = 113
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = ComboBox1OnChange
- Items.Strings = (
- 'Increases by'
- 'Decreases by'
- 'Is Above'
- 'Is Below')
- end
- object AlrtAmt: TEdit
- Left = 144
- Top = 24
- Width = 41
- Height = 21
- TabOrder = 2
- OnKeyPress = AlrtAmtKeyPress
- end
- object AlrtUnits: TStaticText
- Left = 192
- Top = 25
- Width = 14
- Height = 24
- Caption = '$'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- end
- object SMSAlrt: TCheckBox
- Left = 48
- Top = 53
- Width = 121
- Height = 17
- Caption = 'Send Alert to SMS?'
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- end
- object BAccept: TButton
- Left = 24
- Top = 101
- Width = 75
- Height = 25
- Caption = 'Ok'
- TabOrder = 5
- OnClick = AcceptClick
- end
- object BCancel: TButton
- Left = 111
- Top = 101
- Width = 75
- Height = 25
- Caption = 'Clear'
- TabOrder = 6
- OnClick = CancelClick
- end
- object SMSAddress: TStaticText
- Left = 8
- Top = 74
- Width = 201
- Height = 17
- Alignment = taCenter
- Anchors = []
- AutoSize = False
- Caption = 'SMSAddress'
- Constraints.MaxWidth = 201
- Constraints.MinWidth = 201
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- end
- end
-