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

  1. object Win: TWin
  2.   Left = 629
  3.   Top = 277
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'PanuWorld FLASHMSG'
  7.   ClientHeight = 377
  8.   ClientWidth = 481
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   Position = poDefaultPosOnly
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image2: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 481
  25.     Height = 377
  26.     Picture.Data = {<image000.bmp>}
  27.     Stretch = True
  28.   end
  29.   object Image1: TImage
  30.     Left = 0
  31.     Top = 48
  32.     Width = 80
  33.     Height = 303
  34.     AutoSize = True
  35.     Picture.Data = {<image001.bmp>}
  36.   end
  37.   object Label9: TLabel
  38.     Left = 16
  39.     Top = 8
  40.     Width = 49
  41.     Height = 13
  42.     Caption = 'COM &Port:'
  43.     FocusControl = ComPort
  44.     Transparent = True
  45.   end
  46.   object Label8: TLabel
  47.     Left = 175
  48.     Top = 8
  49.     Width = 211
  50.     Height = 42
  51.     Caption = 'FLASHMSG'
  52.     Font.Charset = ANSI_CHARSET
  53.     Font.Color = clBlack
  54.     Font.Height = -37
  55.     Font.Name = 'Times New Roman'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.     Transparent = True
  59.   end
  60.   object PageControl: TPageControl
  61.     Left = 88
  62.     Top = 56
  63.     Width = 385
  64.     Height = 289
  65.     ActivePage = TabSheet1
  66.     MultiLine = True
  67.     TabOrder = 1
  68.     object TabSheet1: TTabSheet
  69.       Hint = 
  70.         'Type your message and use Blink format button to'#10'mark the blinki' +
  71.         'ng part(s). To write standard class 0 and'#10'normal messages do not' +
  72.         ' use Blink format at all.'
  73.       Caption = '(Blinking) Messages'
  74.       object Label3: TLabel
  75.         Left = 16
  76.         Top = 8
  77.         Width = 119
  78.         Height = 13
  79.         Caption = '&Type your message here:'
  80.         WordWrap = True
  81.       end
  82.       object Label4: TLabel
  83.         Left = 256
  84.         Top = 8
  85.         Width = 71
  86.         Height = 17
  87.         Caption = 'Characters left:'
  88.       end
  89.       object Count: TLabel
  90.         Left = 336
  91.         Top = 8
  92.         Width = 25
  93.         Height = 13
  94.         Alignment = taRightJustify
  95.         Caption = '160'
  96.       end
  97.       object Label6: TLabel
  98.         Left = 16
  99.         Top = 168
  100.         Width = 345
  101.         Height = 73
  102.         AutoSize = False
  103.         Caption = 
  104.           'The receiving phone for blinking messages must be a Nokia with t' +
  105.           'he "blink" bug. However, the message may behave incorrectly - wo' +
  106.           'rds may be repeated or wrong parts blink. Messages without blink' +
  107.           'ing can be used with phone of any brand. The text in hidden mess' +
  108.           'ages is invisible if the phone is a Nokia with the "hide" bug.'
  109.         WordWrap = True
  110.       end
  111.       object BlinkFont: TSpeedButton
  112.         Left = 168
  113.         Top = 8
  114.         Width = 73
  115.         Height = 25
  116.         Hint = 
  117.           'Click here to toggle the blinking of the selected'#10'text. (Blinkin' +
  118.           'g is shown in red on the PC.)'
  119.         AllowAllUp = True
  120.         GroupIndex = 1
  121.         Caption = 'Blink'
  122.         Font.Charset = DEFAULT_CHARSET
  123.         Font.Color = clRed
  124.         Font.Height = -11
  125.         Font.Name = 'MS Sans Serif'
  126.         Font.Style = [fsUnderline]
  127.         Glyph.Data = {
  128.           F6000000424DF600000000000000760000002800000010000000100000000100
  129.           04000000000080000000C40E0000C40E00000000000000000000000000000000
  130.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  131.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  132.           8888888888808888888888088880888808888880888888808888888880000088
  133.           8888888888088808888888888808880888888888880888088888880088000088
  134.           0088888888088808888888888808880888888888880888088888888880000088
  135.           8888888088888880888888088880888808888888888088888888}
  136.         ParentFont = False
  137.         Spacing = -1
  138.         OnClick = BlinkFontClick
  139.       end
  140.       object Class: TRadioGroup
  141.         Left = 256
  142.         Top = 32
  143.         Width = 105
  144.         Height = 89
  145.         Hint = 
  146.           'Select the way the message is shown to the recipient:'#10'Class 0 me' +
  147.           'ssages are shown directly on the display.'#10'Normal messages are st' +
  148.           'ored in the inbox.'#10'The text in hidden messages is visible only o' +
  149.           'n some phones.'
  150.         Caption = '&Message Type'
  151.         ItemIndex = 0
  152.         Items.Strings = (
  153.           'Class 0'
  154.           'Normal'
  155.           'Hidden')
  156.         TabOrder = 1
  157.         OnClick = ClassClick
  158.       end
  159.       object Message: TRichEdit
  160.         Left = 16
  161.         Top = 40
  162.         Width = 225
  163.         Height = 121
  164.         HideSelection = False
  165.         MaxLength = 320
  166.         TabOrder = 0
  167.         OnChange = MessageChange
  168.         OnSelectionChange = MessageSelectionChange
  169.       end
  170.       object SaveBlink: TBitBtn
  171.         Left = 256
  172.         Top = 128
  173.         Width = 105
  174.         Height = 33
  175.         Caption = '&Send/Save...'
  176.         Default = True
  177.         Enabled = False
  178.         TabOrder = 2
  179.         OnClick = SaveBlinkClick
  180.         Glyph.Data = {
  181.           F6000000424DF600000000000000760000002800000010000000100000000100
  182.           04000000000080000000C40E0000C40E00000000000000000000000000000000
  183.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  184.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888884666
  185.           6888888888880406788888888088040678888888800804067888880000F00406
  186.           7888880FFFFF00006888880FFFFFF0006888880FFFFF00006888880000F02777
  187.           0888888880082873088888888088003008888888888846668888888888880667
  188.           8888888888887678788888888888888808888888888888880888}
  189.       end
  190.     end
  191.     object TabSheet3: TTabSheet
  192.       Hint = 'Select the function(s) you'#10'want to include in your message.'
  193.       Caption = 'Indicator Control'
  194.       ParentShowHint = False
  195.       ShowHint = True
  196.       object Label1: TLabel
  197.         Left = 16
  198.         Top = 8
  199.         Width = 254
  200.         Height = 13
  201.         Caption = 'Select the behaviour of the indicator control message:'
  202.       end
  203.       object Label5: TLabel
  204.         Left = 16
  205.         Top = 168
  206.         Width = 345
  207.         Height = 65
  208.         AutoSize = False
  209.         Caption = 
  210.           'The receiving phone must implement GSM Phase 2+ for proper opera' +
  211.           'tion. Some new phones does not forward these messages correctly.' +
  212.           ' In such case, send the message directly from the PC. The indica' +
  213.           'tors can be removed from the phone only with another message.'
  214.         WordWrap = True
  215.       end
  216.       object GroupBox1: TGroupBox
  217.         Left = 16
  218.         Top = 32
  219.         Width = 105
  220.         Height = 89
  221.         Caption = '&Voice Mail'
  222.         TabOrder = 0
  223.         object Image5: TImage
  224.           Left = 24
  225.           Top = 56
  226.           Width = 57
  227.           Height = 25
  228.           Picture.Data = {<image002.bmp>}
  229.           Stretch = True
  230.         end
  231.         object VoiceOn: TCheckBox
  232.           Left = 8
  233.           Top = 16
  234.           Width = 41
  235.           Height = 17
  236.           Caption = 'On'
  237.           TabOrder = 0
  238.           OnClick = VoiceOnClick
  239.         end
  240.         object VoiceOff: TCheckBox
  241.           Left = 8
  242.           Top = 40
  243.           Width = 41
  244.           Height = 17
  245.           Caption = 'Off'
  246.           TabOrder = 1
  247.           OnClick = VoiceOffClick
  248.         end
  249.       end
  250.       object GroupBox2: TGroupBox
  251.         Left = 136
  252.         Top = 32
  253.         Width = 105
  254.         Height = 89
  255.         Caption = 'FA&X Message'
  256.         TabOrder = 1
  257.         object Image4: TImage
  258.           Left = 24
  259.           Top = 56
  260.           Width = 57
  261.           Height = 25
  262.           Picture.Data = {<image003.bmp>}
  263.           Stretch = True
  264.         end
  265.         object FaxOn: TCheckBox
  266.           Left = 8
  267.           Top = 16
  268.           Width = 41
  269.           Height = 17
  270.           Caption = 'On'
  271.           TabOrder = 0
  272.           OnClick = FaxOnClick
  273.         end
  274.         object FaxOff: TCheckBox
  275.           Left = 8
  276.           Top = 40
  277.           Width = 41
  278.           Height = 17
  279.           Caption = 'Off'
  280.           TabOrder = 1
  281.           OnClick = FaxOffClick
  282.         end
  283.       end
  284.       object GroupBox3: TGroupBox
  285.         Left = 256
  286.         Top = 32
  287.         Width = 105
  288.         Height = 89
  289.         Caption = '&Email Message'
  290.         TabOrder = 2
  291.         object Image3: TImage
  292.           Left = 24
  293.           Top = 56
  294.           Width = 57
  295.           Height = 25
  296.           Picture.Data = {<image004.bmp>}
  297.           Stretch = True
  298.         end
  299.         object EmailOn: TCheckBox
  300.           Left = 8
  301.           Top = 16
  302.           Width = 41
  303.           Height = 17
  304.           Caption = 'On'
  305.           TabOrder = 0
  306.           OnClick = EmailOnClick
  307.         end
  308.         object EmailOff: TCheckBox
  309.           Left = 8
  310.           Top = 40
  311.           Width = 41
  312.           Height = 17
  313.           Caption = 'Off'
  314.           TabOrder = 1
  315.           OnClick = EmailOffClick
  316.         end
  317.       end
  318.       object Forward: TCheckBox
  319.         Left = 24
  320.         Top = 136
  321.         Width = 193
  322.         Height = 17
  323.         Hint = 
  324.           'Normal indicator control message will delete itself after changi' +
  325.           'ng'#10'the indicators. - Select this box to make the message to save' +
  326.           ' itself'#10'in the inbox of the receiver so it could forwarded again' +
  327.           '.'
  328.         Caption = '&Allow recipient to forward message'
  329.         TabOrder = 3
  330.       end
  331.       object SaveInd: TBitBtn
  332.         Left = 256
  333.         Top = 128
  334.         Width = 105
  335.         Height = 33
  336.         Caption = '&Send/Save...'
  337.         Default = True
  338.         Enabled = False
  339.         TabOrder = 4
  340.         OnClick = SaveIndClick
  341.         Glyph.Data = {
  342.           F6000000424DF600000000000000760000002800000010000000100000000100
  343.           04000000000080000000C40E0000C40E00000000000000000000000000000000
  344.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  345.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888884666
  346.           6888888888880406788888888088040678888888800804067888880000F00406
  347.           7888880FFFFF00006888880FFFFFF0006888880FFFFF00006888880000F02777
  348.           0888888880082873088888888088003008888888888846668888888888880667
  349.           8888888888887678788888888888888808888888888888880888}
  350.       end
  351.     end
  352.     object TabSheet4: TTabSheet
  353.       Hint = 
  354.         'Click the button to save a void message'#10'in your phone or to send' +
  355.         ' it directly.'
  356.       Caption = 'Void Messages'
  357.       object Label11: TLabel
  358.         Left = 16
  359.         Top = 8
  360.         Width = 241
  361.         Height = 49
  362.         AutoSize = False
  363.         Caption = 
  364.           'A void message causes the receiving phone to signal the message ' +
  365.           'tone/vibration without any message actually received in the phon' +
  366.           'e.'
  367.         WordWrap = True
  368.       end
  369.       object Label13: TLabel
  370.         Left = 16
  371.         Top = 168
  372.         Width = 345
  373.         Height = 52
  374.         Caption = 
  375.           'Void messages work on some receiving phones. In addition to this' +
  376.           ', some new phones does not forward void messages correctly. In s' +
  377.           'uch case, send the message directly from the PC.'
  378.         WordWrap = True
  379.       end
  380.       object BitBtn1: TBitBtn
  381.         Left = 256
  382.         Top = 128
  383.         Width = 105
  384.         Height = 33
  385.         Caption = '&Send/Save...'
  386.         Default = True
  387.         TabOrder = 0
  388.         OnClick = SaveVoidClick
  389.         Glyph.Data = {
  390.           F6000000424DF600000000000000760000002800000010000000100000000100
  391.           04000000000080000000C40E0000C40E00000000000000000000000000000000
  392.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  393.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888884666
  394.           6888888888880406788888888088040678888888800804067888880000F00406
  395.           7888880FFFFF00006888880FFFFFF0006888880FFFFF00006888880000F02777
  396.           0888888880082873088888888088003008888888888846668888888888880667
  397.           8888888888887678788888888888888808888888888888880888}
  398.       end
  399.     end
  400.     object TabSheet2: TTabSheet
  401.       Hint = 
  402.         'Click the button to save a class 0'#10'message template in your phon' +
  403.         'e.'
  404.       Caption = 'Class 0 Templates'
  405.       object Label2: TLabel
  406.         Left = 16
  407.         Top = 8
  408.         Width = 241
  409.         Height = 41
  410.         AutoSize = False
  411.         Caption = 
  412.           'A class 0 template allows you to write class 0 messages with a p' +
  413.           'hone that does not normally support writing or editing those.'
  414.         WordWrap = True
  415.       end
  416.       object Label10: TLabel
  417.         Left = 16
  418.         Top = 56
  419.         Width = 241
  420.         Height = 105
  421.         AutoSize = False
  422.         Caption = 
  423.           'To use the template in your phone:'#10'1. Set the message format to ' +
  424.           'Email.'#10'2. Open the template (blank message) in the outbox and se' +
  425.           'lect Forward. You must not be given possibility to edit the mess' +
  426.           'age.'#10'3. Type your message to the Email address prompt (max. 50 c' +
  427.           'haracters).'#10'4. Then continue as usual.'
  428.         WordWrap = True
  429.       end
  430.       object Label7: TLabel
  431.         Left = 16
  432.         Top = 168
  433.         Width = 342
  434.         Height = 52
  435.         Caption = 
  436.           'This trick of writing and sending class 0 messages with the phon' +
  437.           'e works only with some phones and on some GSM networks. If the p' +
  438.           'hone shows the '#39'Edit'#39' option for the template, it will not work ' +
  439.           'when sent with that phone. The network may cut the message short' +
  440.           'er than 50 characters.'
  441.         WordWrap = True
  442.       end
  443.       object SaveTemp: TBitBtn
  444.         Left = 256
  445.         Top = 128
  446.         Width = 105
  447.         Height = 33
  448.         Caption = '&Save to Phone'
  449.         Default = True
  450.         TabOrder = 0
  451.         OnClick = SaveTempClick
  452.         Glyph.Data = {
  453.           F6000000424DF600000000000000760000002800000010000000100000000100
  454.           04000000000080000000C40E0000C40E00000000000000000000000000000000
  455.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  456.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888884666
  457.           6888888888880406788888888088040678888888800804067888880000F00406
  458.           7888880FFFFF00006888880FFFFFF0006888880FFFFF00006888880000F02777
  459.           0888888880082873088888888088003008888888888846668888888888880667
  460.           8888888888887678788888888888888808888888888888880888}
  461.       end
  462.     end
  463.     object TabSheet5: TTabSheet
  464.       Hint = 
  465.         'Type a name and a number for a new phonebook entry.'#10'Use the Blin' +
  466.         'k format button to mark the blinking part(s) of the name.'
  467.       Caption = 'Blinking Phonebook'
  468.       object BlinkEntry: TSpeedButton
  469.         Left = 168
  470.         Top = 8
  471.         Width = 73
  472.         Height = 25
  473.         Hint = 
  474.           'Click here to toggle the blinking of the selected'#10'text. (Blinkin' +
  475.           'g is shown in red on the PC.)'
  476.         AllowAllUp = True
  477.         GroupIndex = 2
  478.         Caption = 'Blink'
  479.         Font.Charset = DEFAULT_CHARSET
  480.         Font.Color = clRed
  481.         Font.Height = -11
  482.         Font.Name = 'MS Sans Serif'
  483.         Font.Style = [fsUnderline]
  484.         Glyph.Data = {
  485.           F6000000424DF600000000000000760000002800000010000000100000000100
  486.           04000000000080000000C40E0000C40E00000000000000000000000000000000
  487.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  488.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  489.           8888888888808888888888088880888808888880888888808888888880000088
  490.           8888888888088808888888888808880888888888880888088888880088000088
  491.           0088888888088808888888888808880888888888880888088888888880000088
  492.           8888888088888880888888088880888808888888888088888888}
  493.         ParentFont = False
  494.         Spacing = -1
  495.         OnClick = BlinkEntryClick
  496.       end
  497.       object Label12: TLabel
  498.         Left = 16
  499.         Top = 8
  500.         Width = 127
  501.         Height = 13
  502.         Caption = 'Create new &entry for name:'
  503.         FocusControl = EntryName
  504.         WordWrap = True
  505.       end
  506.       object Label14: TLabel
  507.         Left = 256
  508.         Top = 8
  509.         Width = 72
  510.         Height = 13
  511.         Caption = 'Phone &number:'
  512.         FocusControl = EntryNo
  513.       end
  514.       object Label15: TLabel
  515.         Left = 16
  516.         Top = 168
  517.         Width = 345
  518.         Height = 73
  519.         AutoSize = False
  520.         Caption = 
  521.           'Entries will be saved in the phone (ME) memory. The phone for bl' +
  522.           'inking phonebook entries must be a Nokia with the "blink" featur' +
  523.           'e. Phonebook entries without blinking can be saved into phone of' +
  524.           ' any brand. '
  525.         WordWrap = True
  526.       end
  527.       object SaveEntry: TBitBtn
  528.         Left = 256
  529.         Top = 128
  530.         Width = 105
  531.         Height = 33
  532.         Caption = '&Save to Phone'
  533.         Default = True
  534.         Enabled = False
  535.         TabOrder = 2
  536.         OnClick = SaveEntryClick
  537.         Glyph.Data = {
  538.           F6000000424DF600000000000000760000002800000010000000100000000100
  539.           04000000000080000000C40E0000C40E00000000000000000000000000000000
  540.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  541.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888884666
  542.           6888888888880406788888888088040678888888800804067888880000F00406
  543.           7888880FFFFF00006888880FFFFFF0006888880FFFFF00006888880000F02777
  544.           0888888880082873088888888088003008888888888846668888888888880667
  545.           8888888888887678788888888888888808888888888888880888}
  546.       end
  547.       object EntryName: TRichEdit
  548.         Left = 16
  549.         Top = 40
  550.         Width = 225
  551.         Height = 21
  552.         HideSelection = False
  553.         MaxLength = 32
  554.         TabOrder = 0
  555.         WantReturns = False
  556.         WordWrap = False
  557.         OnSelectionChange = EntryNameSelectionChange
  558.       end
  559.       object EntryNo: TEdit
  560.         Left = 256
  561.         Top = 40
  562.         Width = 105
  563.         Height = 21
  564.         TabOrder = 1
  565.         OnChange = EntryNoChange
  566.       end
  567.     end
  568.   end
  569.   object StatusBar: TStatusBar
  570.     Left = 0
  571.     Top = 358
  572.     Width = 481
  573.     Height = 19
  574.     Panels = <>
  575.     SimplePanel = True
  576.     SizeGrip = False
  577.   end
  578.   object ComPort: TComboBox
  579.     Left = 8
  580.     Top = 24
  581.     Width = 65
  582.     Height = 21
  583.     Hint = 
  584.       'The COM port of the phone'#13'-OR- if you are using an IR module, th' +
  585.       'e virtual COM port of the IR driver'#13'-OR- if you are using a phon' +
  586.       'e requiring Nokia Data Suite,'#13'the the virtual COM port of the ND' +
  587.       'S.'
  588.     Style = csDropDownList
  589.     DropDownCount = 9
  590.     ItemHeight = 13
  591.     Items.Strings = (
  592.       'COM 1'
  593.       'COM 2'
  594.       'COM 3'
  595.       'COM 4'
  596.       'COM 5'
  597.       'COM 6'
  598.       'COM 7'
  599.       'COM 8'
  600.       'COM 9')
  601.     TabOrder = 0
  602.   end
  603.   object MainMenu1: TMainMenu
  604.     Left = 32
  605.     Top = 320
  606.     object File1: TMenuItem
  607.       Caption = '&File'
  608.       ShortCut = 0
  609.       object Exit1: TMenuItem
  610.         Caption = 'E&xit'
  611.         Hint = 'Closes PanuWorld FLASHMSG.'
  612.         ShortCut = 32883
  613.         OnClick = Exit1Click
  614.       end
  615.     end
  616.     object Help1: TMenuItem
  617.       Caption = '&Help'
  618.       ShortCut = 0
  619.       object AboutFlashMsg1: TMenuItem
  620.         Caption = '&About FLASHMSG...'
  621.         Hint = 'Shows About PanuWorld FLASHMSG dialog.'
  622.         ShortCut = 112
  623.         OnClick = AboutFlashMsg1Click
  624.       end
  625.       object Debug1: TMenuItem
  626.         Caption = 'Debug'
  627.         ShortCut = 24699
  628.         Visible = False
  629.         OnClick = Debug1Click
  630.       end
  631.     end
  632.   end
  633. end
  634.