home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 September / PCWorld_2001-09_cd.bin / Software / Vyzkuste / flashmsg / FlashMsg.exe / 0 / RCDATA / TCODINGWIN / TCODINGWIN.txt
Text File  |  2000-11-18  |  2KB  |  91 lines

  1. object CodingWin: TCodingWin
  2.   Left = 375
  3.   Top = 187
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Data Coding Problem'
  7.   ClientHeight = 271
  8.   ClientWidth = 345
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 313
  25.     Height = 49
  26.     AutoSize = False
  27.     Caption = 
  28.       'There is a problem in Nokia phones that distorts messages coded ' +
  29.       'in 16-bit format on the phone display (message itself will not b' +
  30.       'e damaged). You have two options:'
  31.     Transparent = True
  32.     WordWrap = True
  33.   end
  34.   object BitBtn1: TBitBtn
  35.     Left = 112
  36.     Top = 224
  37.     Width = 105
  38.     Height = 33
  39.     TabOrder = 1
  40.     Kind = bkOK
  41.   end
  42.   object BitBtn2: TBitBtn
  43.     Left = 224
  44.     Top = 224
  45.     Width = 105
  46.     Height = 33
  47.     TabOrder = 2
  48.     Kind = bkCancel
  49.   end
  50.   object Model: TRadioGroup
  51.     Left = 16
  52.     Top = 64
  53.     Width = 313
  54.     Height = 73
  55.     Hint = 
  56.       'Select the model of YOUR phone. You do NOT need to decide'#10'the ph' +
  57.       'one you are going to forward the message finally.'#10'If you have a ' +
  58.       'non-Nokia phone, test which setting is better.'#10'If the indicator ' +
  59.       'control message does nothing,'#10'try to change this setting.'
  60.     Caption = '&Phone Model'
  61.     Color = clBtnFace
  62.     ItemIndex = 0
  63.     Items.Strings = (
  64.       'Workaround for Nokia 51xx/61xx or similar (7-bit coding)'
  65.       'Use the 16-bit coding anyway (you have a newer phone)')
  66.     ParentColor = False
  67.     TabOrder = 0
  68.     OnClick = ModelClick
  69.   end
  70.   object GroupBox1: TGroupBox
  71.     Left = 16
  72.     Top = 144
  73.     Width = 313
  74.     Height = 65
  75.     Caption = 'Result'
  76.     Color = clBtnFace
  77.     ParentColor = False
  78.     TabOrder = 3
  79.     object Info: TLabel
  80.       Left = 8
  81.       Top = 16
  82.       Width = 297
  83.       Height = 41
  84.       AutoSize = False
  85.       Color = clBtnFace
  86.       ParentColor = False
  87.       WordWrap = True
  88.     end
  89.   end
  90. end
  91.