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 / TDLGSMSWAVE / TDLGSMSWAVE.txt
Encoding:
Text File  |  2007-01-31  |  2.1 KB  |  110 lines

  1. object DlgSMSWave: TDlgSMSWave
  2.   Left = 95
  3.   Top = 53
  4.   Width = 300
  5.   Height = 230
  6.   Caption = 'SMSWav'
  7.   Color = clBtnFace
  8.   Constraints.MaxHeight = 230
  9.   Constraints.MaxWidth = 300
  10.   Constraints.MinHeight = 230
  11.   Constraints.MinWidth = 300
  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.     292
  21.     196)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Shape1: TShape
  25.     Left = 0
  26.     Top = 0
  27.     Width = 295
  28.     Height = 40
  29.     Anchors = [akLeft, akTop, akRight]
  30.   end
  31.   object ProdIco: TImage
  32.     Left = 3
  33.     Top = 0
  34.     Width = 33
  35.     Height = 33
  36.   end
  37.   object TSubject: TStaticText
  38.     Left = 43
  39.     Top = 7
  40.     Width = 36
  41.     Height = 20
  42.     Anchors = [akLeft, akTop, akRight]
  43.     Caption = 'SMS'
  44.     Color = clWhite
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clNavy
  47.     Font.Height = -13
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = [fsBold, fsItalic]
  50.     ParentColor = False
  51.     ParentFont = False
  52.     TabOrder = 0
  53.   end
  54.   object Memo1: TMemo
  55.     Left = 0
  56.     Top = 66
  57.     Width = 289
  58.     Height = 97
  59.     Align = alCustom
  60.     Alignment = taCenter
  61.     Anchors = [akLeft, akTop, akRight, akBottom]
  62.     Color = clBtnFace
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = clBlack
  65.     Font.Height = -11
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = []
  68.     ParentFont = False
  69.     ReadOnly = True
  70.     ScrollBars = ssVertical
  71.     TabOrder = 1
  72.   end
  73.   object BReply: TButton
  74.     Left = 64
  75.     Top = 166
  76.     Width = 62
  77.     Height = 28
  78.     Anchors = [akBottom]
  79.     Caption = 'Reply'
  80.     TabOrder = 2
  81.     OnClick = BReplyClick
  82.   end
  83.   object TFrom: TStaticText
  84.     Left = 6
  85.     Top = 44
  86.     Width = 30
  87.     Height = 17
  88.     Caption = 'From:'
  89.     TabOrder = 3
  90.   end
  91.   object BExit: TButton
  92.     Left = 155
  93.     Top = 166
  94.     Width = 62
  95.     Height = 28
  96.     Anchors = [akBottom]
  97.     Caption = 'Exit'
  98.     TabOrder = 4
  99.     OnClick = BExitClick
  100.   end
  101.   object TAddress: TStaticText
  102.     Left = 52
  103.     Top = 44
  104.     Width = 48
  105.     Height = 17
  106.     Caption = 'FAddress'
  107.     TabOrder = 5
  108.   end
  109. end
  110.