home *** CD-ROM | disk | FTP | other *** search
- object CodingWin: TCodingWin
- Left = 375
- Top = 187
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Data Coding Problem'
- ClientHeight = 271
- ClientWidth = 345
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- ShowHint = True
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 313
- Height = 49
- AutoSize = False
- Caption =
- 'There is a problem in Nokia phones that distorts messages coded ' +
- 'in 16-bit format on the phone display (message itself will not b' +
- 'e damaged). You have two options:'
- Transparent = True
- WordWrap = True
- end
- object BitBtn1: TBitBtn
- Left = 112
- Top = 224
- Width = 105
- Height = 33
- TabOrder = 1
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 224
- Top = 224
- Width = 105
- Height = 33
- TabOrder = 2
- Kind = bkCancel
- end
- object Model: TRadioGroup
- Left = 16
- Top = 64
- Width = 313
- Height = 73
- Hint =
- 'Select the model of YOUR phone. You do NOT need to decide'#10'the ph' +
- 'one you are going to forward the message finally.'#10'If you have a ' +
- 'non-Nokia phone, test which setting is better.'#10'If the indicator ' +
- 'control message does nothing,'#10'try to change this setting.'
- Caption = '&Phone Model'
- Color = clBtnFace
- ItemIndex = 0
- Items.Strings = (
- 'Workaround for Nokia 51xx/61xx or similar (7-bit coding)'
- 'Use the 16-bit coding anyway (you have a newer phone)')
- ParentColor = False
- TabOrder = 0
- OnClick = ModelClick
- end
- object GroupBox1: TGroupBox
- Left = 16
- Top = 144
- Width = 313
- Height = 65
- Caption = 'Result'
- Color = clBtnFace
- ParentColor = False
- TabOrder = 3
- object Info: TLabel
- Left = 8
- Top = 16
- Width = 297
- Height = 41
- AutoSize = False
- Color = clBtnFace
- ParentColor = False
- WordWrap = True
- end
- end
- end
-