home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / komunikace / wavago / W-install-cz.exe / Wavago.exe / 0 / RCDATA / TDLGSMSWAVE / TDLGSMSWAVE.txt < prev   
Text File  |  2006-04-12  |  2KB  |  112 lines

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