home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / raketu / r-install.exe / Raketu.exe / 0 / RCDATA / TDLGSTKALRT / TDLGSTKALRT.txt
Encoding:
Text File  |  2007-01-31  |  2.5 KB  |  127 lines

  1. object DlgStkAlrt: TDlgStkAlrt
  2.   Left = 152
  3.   Top = 144
  4.   Width = 233
  5.   Height = 170
  6.   Caption = 'Stock Alerts'
  7.   Color = clBtnFace
  8.   Constraints.MaxHeight = 170
  9.   Constraints.MaxWidth = 233
  10.   Constraints.MinHeight = 170
  11.   Constraints.MinWidth = 233
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   OnShow = OnShow
  19.   DesignSize = (
  20.     225
  21.     136)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object StockName: TStaticText
  25.     Left = 8
  26.     Top = 8
  27.     Width = 69
  28.     Height = 17
  29.     Caption = 'StockName'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.     TabOrder = 0
  37.   end
  38.   object ComboBox1: TComboBox
  39.     Left = 8
  40.     Top = 24
  41.     Width = 113
  42.     Height = 21
  43.     Style = csDropDownList
  44.     ItemHeight = 13
  45.     TabOrder = 1
  46.     OnChange = ComboBox1OnChange
  47.     Items.Strings = (
  48.       'Increases by'
  49.       'Decreases by'
  50.       'Is Above'
  51.       'Is Below')
  52.   end
  53.   object AlrtAmt: TEdit
  54.     Left = 144
  55.     Top = 24
  56.     Width = 41
  57.     Height = 21
  58.     TabOrder = 2
  59.     OnKeyPress = AlrtAmtKeyPress
  60.   end
  61.   object AlrtUnits: TStaticText
  62.     Left = 192
  63.     Top = 25
  64.     Width = 14
  65.     Height = 24
  66.     Caption = '$'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -16
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.     TabOrder = 3
  74.   end
  75.   object SMSAlrt: TCheckBox
  76.     Left = 48
  77.     Top = 53
  78.     Width = 121
  79.     Height = 17
  80.     Caption = 'Send Alert to SMS?'
  81.     Font.Charset = EASTEUROPE_CHARSET
  82.     Font.Color = clWindowText
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     ParentFont = False
  87.     TabOrder = 4
  88.   end
  89.   object BAccept: TButton
  90.     Left = 24
  91.     Top = 101
  92.     Width = 75
  93.     Height = 25
  94.     Caption = 'Ok'
  95.     TabOrder = 5
  96.     OnClick = AcceptClick
  97.   end
  98.   object BCancel: TButton
  99.     Left = 111
  100.     Top = 101
  101.     Width = 75
  102.     Height = 25
  103.     Caption = 'Clear'
  104.     TabOrder = 6
  105.     OnClick = CancelClick
  106.   end
  107.   object SMSAddress: TStaticText
  108.     Left = 8
  109.     Top = 74
  110.     Width = 201
  111.     Height = 17
  112.     Alignment = taCenter
  113.     Anchors = []
  114.     AutoSize = False
  115.     Caption = 'SMSAddress'
  116.     Constraints.MaxWidth = 201
  117.     Constraints.MinWidth = 201
  118.     Font.Charset = DEFAULT_CHARSET
  119.     Font.Color = clWindowText
  120.     Font.Height = -11
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = []
  123.     ParentFont = False
  124.     TabOrder = 7
  125.   end
  126. end
  127.