home *** CD-ROM | disk | FTP | other *** search
/ Online Praxis 1997 February / OP2_97.BIN / cd-rom / tools / email / pronto / family.z / FAMILY.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  1997-01-13  |  14KB  |  669 lines

  1. object Form2: TForm2
  2.   Left = 370
  3.   Top = 108
  4.   BorderStyle = bsNone
  5.   Caption = 'Pronto Family'
  6.   ClientHeight = 545
  7.   ClientWidth = 769
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnClick = FormClick
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnDeactivate = FormDeactivate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 640
  27.     Height = 480
  28.     AutoSize = True
  29.     OnDragOver = NotAcceptedDragOver
  30.     OnMouseDown = attach1MouseDown
  31.   end
  32.   object imgView: TImage
  33.     Left = 21
  34.     Top = 111
  35.     Width = 107
  36.     Height = 101
  37.     Cursor = 18
  38.     Stretch = True
  39.     OnDragOver = NotAcceptedDragOver
  40.     OnMouseDown = imgViewMouseDown
  41.   end
  42.   object Image2: TImage
  43.     Left = 506
  44.     Top = 19
  45.     Width = 125
  46.     Height = 63
  47.     Cursor = 18
  48.     OnDragOver = NotAcceptedDragOver
  49.     OnMouseDown = Image2MouseDown
  50.   end
  51.   object ToolRecordWav: TImage
  52.     Tag = 2
  53.     Left = 35
  54.     Top = 226
  55.     Width = 98
  56.     Height = 43
  57.     Cursor = 18
  58.     OnClick = ToolRecordWavClick
  59.     OnDragOver = NotAcceptedDragOver
  60.   end
  61.   object ToolPrint: TImage
  62.     Left = 174
  63.     Top = 231
  64.     Width = 46
  65.     Height = 30
  66.     Cursor = 18
  67.     OnClick = ToolPrintClick
  68.     OnDragOver = NotAcceptedDragOver
  69.   end
  70.   object ToolZoom: TImage
  71.     Left = 172
  72.     Top = 176
  73.     Width = 49
  74.     Height = 31
  75.     Cursor = 18
  76.     Stretch = True
  77.     OnDragOver = NotAcceptedDragOver
  78.     OnMouseDown = ToolZoomMouseDown
  79.   end
  80.   object ToolSend: TImage
  81.     Tag = 2
  82.     Left = 516
  83.     Top = 131
  84.     Width = 86
  85.     Height = 52
  86.     Cursor = 18
  87.     OnMouseDown = ToolSendMouseDown
  88.   end
  89.   object AttachBmp: TImage
  90.     Left = 41
  91.     Top = 487
  92.     Width = 54
  93.     Height = 16
  94.     AutoSize = True
  95.     Picture.Data = {<image000.bmp>}
  96.     Visible = False
  97.   end
  98.   object AttachMid: TImage
  99.     Left = 177
  100.     Top = 486
  101.     Width = 53
  102.     Height = 16
  103.     AutoSize = True
  104.     Picture.Data = {<image001.bmp>}
  105.     Visible = False
  106.   end
  107.   object AttachWav: TImage
  108.     Left = 103
  109.     Top = 486
  110.     Width = 53
  111.     Height = 15
  112.     AutoSize = True
  113.     Picture.Data = {<image002.bmp>}
  114.     Visible = False
  115.   end
  116.   object ToolFont: TImage
  117.     Left = 172
  118.     Top = 205
  119.     Width = 47
  120.     Height = 26
  121.     Cursor = 18
  122.     Stretch = True
  123.     OnDragOver = NotAcceptedDragOver
  124.     OnMouseDown = ToolFontMouseDown
  125.   end
  126.   object MsgFrom: TLabel
  127.     Left = 247
  128.     Top = 114
  129.     Width = 228
  130.     Height = 25
  131.     AutoSize = False
  132.     Caption = 'MsgFrom'
  133.     Transparent = True
  134.     Visible = False
  135.     OnMouseDown = MsgFromMouseDown
  136.   end
  137.   object msgSubjectFrom: TLabel
  138.     Left = 266
  139.     Top = 147
  140.     Width = 209
  141.     Height = 22
  142.     AutoSize = False
  143.     Caption = 'msgSubjectFrom'
  144.     ShowAccelChar = False
  145.     Transparent = True
  146.     Visible = False
  147.     OnMouseDown = msgSubjectFromMouseDown
  148.   end
  149.   object ToolRecordAvi: TImage
  150.     Tag = 2
  151.     Left = 0
  152.     Top = 279
  153.     Width = 130
  154.     Height = 63
  155.     Cursor = 18
  156.     OnDragOver = NotAcceptedDragOver
  157.     OnMouseDown = ToolRecordAviMouseDown
  158.   end
  159.   object ImgAttach: TImage
  160.     Tag = 2
  161.     Left = 170
  162.     Top = 259
  163.     Width = 54
  164.     Height = 37
  165.     Cursor = 18
  166.     OnDragOver = NotAcceptedDragOver
  167.     OnMouseDown = ImgAttachMouseDown
  168.   end
  169.   object AttachDefault: TImage
  170.     Left = 106
  171.     Top = 504
  172.     Width = 53
  173.     Height = 15
  174.     AutoSize = True
  175.     Picture.Data = {<image003.bmp>}
  176.   end
  177.   object toolReply: TImage
  178.     Left = 523
  179.     Top = 143
  180.     Width = 78
  181.     Height = 53
  182.     Cursor = 18
  183.     OnDragOver = NotAcceptedDragOver
  184.     OnMouseDown = toolReplyMouseDown
  185.   end
  186.   object toolForward: TImage
  187.     Left = 526
  188.     Top = 263
  189.     Width = 79
  190.     Height = 53
  191.     Cursor = 18
  192.     OnDragOver = NotAcceptedDragOver
  193.     OnMouseDown = toolForwardMouseDown
  194.   end
  195.   object AttachAvi: TImage
  196.     Left = 44
  197.     Top = 506
  198.     Width = 53
  199.     Height = 15
  200.     AutoSize = True
  201.     Picture.Data = {<image004.bmp>}
  202.     Visible = False
  203.   end
  204.   object imgRecentAddr: TImage
  205.     Tag = 2
  206.     Left = 450
  207.     Top = 112
  208.     Width = 26
  209.     Height = 24
  210.     Cursor = 18
  211.     OnDragOver = NotAcceptedDragOver
  212.     OnMouseDown = imgRecentAddrMouseDown
  213.   end
  214.   object imgZoomImage: TImage
  215.     Left = 37
  216.     Top = 104
  217.     Width = 77
  218.     Height = 82
  219.     Cursor = 18
  220.     OnClick = imgZoomImageClick
  221.     OnDragOver = NotAcceptedDragOver
  222.   end
  223.   object imgAddressBook: TImage
  224.     Left = 529
  225.     Top = 228
  226.     Width = 68
  227.     Height = 86
  228.     Cursor = 18
  229.     OnDragOver = NotAcceptedDragOver
  230.     OnMouseDown = imgAddressBookMouseDown
  231.   end
  232.   object imgTo: TImage
  233.     Left = 167
  234.     Top = 111
  235.     Width = 35
  236.     Height = 25
  237.     Cursor = 18
  238.     OnDragOver = NotAcceptedDragOver
  239.     OnMouseDown = imgToMouseDown
  240.   end
  241.   object imgGreeting: TImage
  242.     Left = 39
  243.     Top = 3
  244.     Width = 71
  245.     Height = 63
  246.     Cursor = 18
  247.     OnDragOver = NotAcceptedDragOver
  248.     OnMouseDown = imgGreetingMouseDown
  249.   end
  250.   object imgViewNext: TImage
  251.     Left = 477
  252.     Top = 119
  253.     Width = 19
  254.     Height = 15
  255.     Cursor = 18
  256.     AutoSize = True
  257.     Picture.Data = {<image005.bmp>}
  258.     Visible = False
  259.     OnMouseDown = imgViewNextMouseDown
  260.   end
  261.   object imgViewPrev: TImage
  262.     Left = 151
  263.     Top = 118
  264.     Width = 16
  265.     Height = 15
  266.     Cursor = 18
  267.     AutoSize = True
  268.     Picture.Data = {<image006.bmp>}
  269.     Visible = False
  270.     OnMouseDown = imgViewPrevMouseDown
  271.   end
  272.   object imgTaskTrash: TImage
  273.     Left = 170
  274.     Top = 336
  275.     Width = 22
  276.     Height = 21
  277.     Cursor = 18
  278.     OnDragOver = AcceptedDragOver
  279.     OnMouseDown = imgTaskTrashMouseDown
  280.   end
  281.   object imgTaskDrower1: TImage
  282.     Left = 194
  283.     Top = 270
  284.     Width = 25
  285.     Height = 22
  286.     Cursor = 18
  287.     OnDragOver = NotAcceptedDragOver
  288.     OnMouseDown = imgTaskDrower1MouseDown
  289.   end
  290.   object ImgTaskDrower2: TImage
  291.     Left = 195
  292.     Top = 292
  293.     Width = 23
  294.     Height = 21
  295.     Cursor = 18
  296.     OnDragOver = NotAcceptedDragOver
  297.     OnMouseDown = ImgTaskDrower2MouseDown
  298.   end
  299.   object ImgTaskDrower3: TImage
  300.     Left = 194
  301.     Top = 313
  302.     Width = 25
  303.     Height = 22
  304.     Cursor = 18
  305.     OnDragOver = NotAcceptedDragOver
  306.     OnMouseDown = ImgTaskDrower3MouseDown
  307.   end
  308.   object ImgTaskDrower4: TImage
  309.     Left = 194
  310.     Top = 336
  311.     Width = 23
  312.     Height = 21
  313.     Cursor = 18
  314.     OnDragOver = NotAcceptedDragOver
  315.     OnMouseDown = ImgTaskDrower4MouseDown
  316.   end
  317.   object lblHelpImgFileName: TLabel
  318.     Left = 680
  319.     Top = 18
  320.     Width = 100
  321.     Height = 13
  322.     Caption = 'lblHelpImgFileName'
  323.     Color = clWhite
  324.     ParentColor = False
  325.     Visible = False
  326.   end
  327.   object imgHelpSleep: TImage
  328.     Left = 481
  329.     Top = 344
  330.     Width = 158
  331.     Height = 77
  332.     Cursor = 18
  333.     OnDragOver = NotAcceptedDragOver
  334.     OnMouseDown = imgHelpSleepMouseDown
  335.     OnMouseMove = imgHelpSleepMouseMove
  336.   end
  337.   object imgExit: TImage
  338.     Left = 445
  339.     Top = 410
  340.     Width = 192
  341.     Height = 68
  342.     Cursor = 18
  343.     OnClick = imgExitClick
  344.     OnDragOver = NotAcceptedDragOver
  345.   end
  346.   object imgNewMessage: TImage
  347.     Left = 7
  348.     Top = 21
  349.     Width = 121
  350.     Height = 60
  351.     Cursor = 18
  352.     OnMouseDown = imgNewMessageMouseDown
  353.   end
  354.   object attach1: TImage
  355.     Left = 485
  356.     Top = 120
  357.     Width = 49
  358.     Height = 16
  359.     Cursor = 18
  360.     Visible = False
  361.     OnClick = attachClick
  362.     OnDragOver = NotAcceptedDragOver
  363.     OnEndDrag = attachEndDrag
  364.     OnMouseDown = attach1MouseDown
  365.     OnMouseMove = attach1MouseMove
  366.   end
  367.   object attach2: TImage
  368.     Left = 484
  369.     Top = 146
  370.     Width = 49
  371.     Height = 16
  372.     Cursor = 18
  373.     Visible = False
  374.     OnClick = attachClick
  375.     OnDragOver = NotAcceptedDragOver
  376.     OnEndDrag = attachEndDrag
  377.     OnMouseDown = attach2MouseDown
  378.     OnMouseMove = attach2MouseMove
  379.   end
  380.   object attach3: TImage
  381.     Left = 478
  382.     Top = 175
  383.     Width = 49
  384.     Height = 16
  385.     Cursor = 18
  386.     Visible = False
  387.     OnClick = attachClick
  388.     OnDragOver = NotAcceptedDragOver
  389.     OnEndDrag = attachEndDrag
  390.     OnMouseDown = attach3MouseDown
  391.     OnMouseMove = attach3MouseMove
  392.   end
  393.   object attach4: TImage
  394.     Left = 477
  395.     Top = 200
  396.     Width = 49
  397.     Height = 16
  398.     Cursor = 18
  399.     Visible = False
  400.     OnClick = attachClick
  401.     OnDragOver = NotAcceptedDragOver
  402.     OnEndDrag = attachEndDrag
  403.     OnMouseDown = attach4MouseDown
  404.     OnMouseMove = attach4MouseMove
  405.   end
  406.   object attach5: TImage
  407.     Left = 481
  408.     Top = 230
  409.     Width = 49
  410.     Height = 16
  411.     Cursor = 18
  412.     Visible = False
  413.     OnClick = attachClick
  414.     OnDragOver = NotAcceptedDragOver
  415.     OnEndDrag = attachEndDrag
  416.     OnMouseDown = attach5MouseDown
  417.     OnMouseMove = attach5MouseMove
  418.   end
  419.   object attach6: TImage
  420.     Left = 480
  421.     Top = 259
  422.     Width = 49
  423.     Height = 16
  424.     Cursor = 18
  425.     Visible = False
  426.     OnClick = attachClick
  427.     OnDragOver = NotAcceptedDragOver
  428.     OnEndDrag = attachEndDrag
  429.     OnMouseDown = attach6MouseDown
  430.     OnMouseMove = attach6MouseMove
  431.   end
  432.   object attach7: TImage
  433.     Left = 480
  434.     Top = 286
  435.     Width = 49
  436.     Height = 16
  437.     Cursor = 18
  438.     Visible = False
  439.     OnClick = attachClick
  440.     OnDragOver = NotAcceptedDragOver
  441.     OnEndDrag = attachEndDrag
  442.     OnMouseDown = attach7MouseDown
  443.     OnMouseMove = attach7MouseMove
  444.   end
  445.   object attach8: TImage
  446.     Left = 480
  447.     Top = 313
  448.     Width = 49
  449.     Height = 16
  450.     Cursor = 18
  451.     Visible = False
  452.     OnClick = attachClick
  453.     OnDragOver = NotAcceptedDragOver
  454.     OnEndDrag = attachEndDrag
  455.     OnMouseDown = attach8MouseDown
  456.     OnMouseMove = attach8MouseMove
  457.   end
  458.   object attach9: TImage
  459.     Left = 478
  460.     Top = 342
  461.     Width = 49
  462.     Height = 16
  463.     Cursor = 18
  464.     Visible = False
  465.     OnClick = attachClick
  466.     OnDragOver = NotAcceptedDragOver
  467.     OnEndDrag = attachEndDrag
  468.     OnMouseDown = attach9MouseDown
  469.     OnMouseMove = attach9MouseMove
  470.   end
  471.   object AttachHtml: TImage
  472.     Left = 177
  473.     Top = 506
  474.     Width = 53
  475.     Height = 15
  476.     AutoSize = True
  477.     Picture.Data = {<image007.bmp>}
  478.     Visible = False
  479.   end
  480.   object AttachDcr: TImage
  481.     Left = 36
  482.     Top = 548
  483.     Width = 53
  484.     Height = 15
  485.     AutoSize = True
  486.     Picture.Data = {<image008.bmp>}
  487.     Visible = False
  488.   end
  489.   object imgHelp: TImage
  490.     Left = 620
  491.     Top = 2
  492.     Width = 18
  493.     Height = 17
  494.     Cursor = 18
  495.     AutoSize = True
  496.     Picture.Data = {<image009.bmp>}
  497.     OnMouseDown = imgHelpMouseDown
  498.     OnMouseUp = imgHelpMouseUp
  499.   end
  500.   object imgMinimize: TImage
  501.     Left = 600
  502.     Top = 2
  503.     Width = 18
  504.     Height = 17
  505.     Cursor = 18
  506.     AutoSize = True
  507.     Picture.Data = {<image010.bmp>}
  508.     OnMouseDown = imgMinimizeMouseDown
  509.     OnMouseUp = imgMinimizeMouseUp
  510.   end
  511.   object Label1: TLabel
  512.     Left = 352
  513.     Top = 284
  514.     Width = 65
  515.     Height = 17
  516.     Caption = 'Label1'
  517.   end
  518.   object PrevAdd: TImage
  519.     Left = 140
  520.     Top = 14
  521.     Width = 17
  522.     Height = 69
  523.     Picture.Data = {<image011.bmp>}
  524.     OnMouseDown = PrevAddMouseDown
  525.   end
  526.   object NextAdd: TImage
  527.     Left = 480
  528.     Top = 14
  529.     Width = 17
  530.     Height = 69
  531.     Picture.Data = {<image012.bmp>}
  532.     OnMouseDown = NextAddMouseDown
  533.   end
  534.   object MsgSubject: TEdit
  535.     Tag = 2
  536.     Left = 266
  537.     Top = 146
  538.     Width = 209
  539.     Height = 20
  540.     AutoSize = False
  541.     BorderStyle = bsNone
  542.     Font.Color = clWindowText
  543.     Font.Height = -11
  544.     Font.Name = 'MS Sans Serif'
  545.     Font.Style = []
  546.     ParentFont = False
  547.     TabOrder = 1
  548.     OnMouseDown = MsgSubjectMouseDown
  549.   end
  550.   object MsgTo: TEdit
  551.     Tag = 2
  552.     Left = 211
  553.     Top = 114
  554.     Width = 234
  555.     Height = 21
  556.     AutoSize = False
  557.     BorderStyle = bsNone
  558.     TabOrder = 0
  559.     Text = 'Internet@address'
  560.     OnMouseDown = MsgToMouseDown
  561.   end
  562.   object FlicPlayer1: TFlicPlayer
  563.     Left = 424
  564.     Top = 352
  565.     Width = 5
  566.     Height = 5
  567.     Cursor = 18
  568.     FlicTransIndex = 144
  569.     FlicTransparent = True
  570.     FlicAutoSpeed = True
  571.     FlicFrameDelay = 72
  572.     FlicPlayLoop = False
  573.     TabOrder = 8
  574.     OnMouseDown = FlicPlayer1MouseDown
  575.     OnMouseMove = imgHelpSleepMouseMove
  576.   end
  577.   object MemoTemp: TMemo
  578.     Left = 7
  579.     Top = 480
  580.     Width = 26
  581.     Height = 26
  582.     TabOrder = 3
  583.     Visible = False
  584.   end
  585.   object MediaPlayer1: TMediaPlayer
  586.     Left = 266
  587.     Top = 484
  588.     Width = 253
  589.     Height = 20
  590.     DeviceType = dtWaveAudio
  591.     Visible = False
  592.     TabOrder = 4
  593.   end
  594.   object ColorTempEdit: TEdit
  595.     Left = 532
  596.     Top = 488
  597.     Width = 109
  598.     Height = 17
  599.     BorderStyle = bsNone
  600.     Color = clWhite
  601.     TabOrder = 5
  602.     Visible = False
  603.   end
  604.   object MediaPlayer2: TMediaPlayer
  605.     Left = 266
  606.     Top = 512
  607.     Width = 253
  608.     Height = 20
  609.     DeviceType = dtSequencer
  610.     Visible = False
  611.     TabOrder = 6
  612.   end
  613.   object listAddresses: TListBox
  614.     Left = 523
  615.     Top = 513
  616.     Width = 130
  617.     Height = 22
  618.     ItemHeight = 13
  619.     TabOrder = 7
  620.     Visible = False
  621.   end
  622.   object RchEdt_FormatedToPrint: TRichEdit
  623.     Left = 17
  624.     Top = 376
  625.     Width = 46
  626.     Height = 38
  627.     Cursor = 18
  628.     Lines.Strings = (
  629.       'RchEdt'
  630.       '_Format'
  631.       'edToPri'
  632.       'nt')
  633.     TabOrder = 9
  634.     Visible = False
  635.   end
  636.   object MsgBody: TRichEdit
  637.     Left = 219
  638.     Top = 175
  639.     Width = 256
  640.     Height = 184
  641.     ScrollBars = ssBoth
  642.     TabOrder = 2
  643.     OnChange = MsgBodyChange
  644.     OnDragOver = NotAcceptedDragOver
  645.     OnMouseDown = MsgBodyMouseDown
  646.   end
  647.   object PlayerNetvetAvi: TMediaPlayer
  648.     Left = 6
  649.     Top = 522
  650.     Width = 253
  651.     Height = 20
  652.     TabOrder = 10
  653.     OnNotify = PlayerNetvetAviNotify
  654.   end
  655.   object ShockdllTV: TShockdll
  656.     Left = 15
  657.     Top = 255
  658.     Width = 120
  659.     Height = 110
  660.   end
  661.   object ShockdllBanner: TShockdll
  662.     Left = 158
  663.     Top = 16
  664.     Width = 320
  665.     Height = 65
  666.     Cursor = 18
  667.   end
  668. end
  669.