main.dfm
上传用户:sipnol
上传日期:2013-03-16
资源大小:318k
文件大小:24k
源码类别:

百货/超市行业

开发平台:

Visual C++

  1. object mainform: Tmainform
  2.   Left = -4
  3.   Top = -4
  4.   Width = 808
  5.   Height = 580
  6.   Caption = '电梯仿真系统'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object STB1: TStatusBar
  20.     Left = 0
  21.     Top = 534
  22.     Width = 800
  23.     Height = 19
  24.     Panels = <
  25.       item
  26.         Width = 200
  27.       end
  28.       item
  29.         Width = 200
  30.       end
  31.       item
  32.         Width = 200
  33.       end
  34.       item
  35.         Width = 200
  36.       end>
  37.     SimplePanel = False
  38.   end
  39.   object Panel1: TPanel
  40.     Left = 0
  41.     Top = 0
  42.     Width = 800
  43.     Height = 534
  44.     Align = alClient
  45.     BevelInner = bvLowered
  46.     TabOrder = 1
  47.     object PageControl1: TPageControl
  48.       Left = 2
  49.       Top = 2
  50.       Width = 796
  51.       Height = 530
  52.       ActivePage = TabSheet1
  53.       Align = alClient
  54.       Font.Charset = GB2312_CHARSET
  55.       Font.Color = clWindowText
  56.       Font.Height = -13
  57.       Font.Name = '宋体'
  58.       Font.Style = []
  59.       ParentFont = False
  60.       Style = tsFlatButtons
  61.       TabOrder = 0
  62.       object TabSheet1: TTabSheet
  63.         Caption = '电梯状态'
  64.         object Panel2: TPanel
  65.           Left = 0
  66.           Top = 0
  67.           Width = 788
  68.           Height = 499
  69.           Align = alClient
  70.           BevelInner = bvLowered
  71.           TabOrder = 0
  72.           object Label1: TLabel
  73.             Left = 118
  74.             Top = 9
  75.             Width = 14
  76.             Height = 13
  77.             Caption = 'E1'
  78.           end
  79.           object Label2: TLabel
  80.             Left = 194
  81.             Top = 9
  82.             Width = 14
  83.             Height = 13
  84.             Caption = 'E2'
  85.           end
  86.           object Label3: TLabel
  87.             Left = 270
  88.             Top = 9
  89.             Width = 14
  90.             Height = 13
  91.             Caption = 'E3'
  92.           end
  93.           object Label4: TLabel
  94.             Left = 346
  95.             Top = 9
  96.             Width = 14
  97.             Height = 13
  98.             Caption = 'E4'
  99.           end
  100.           object Label5: TLabel
  101.             Left = 422
  102.             Top = 9
  103.             Width = 14
  104.             Height = 13
  105.             Caption = 'E5'
  106.           end
  107.           object Label6: TLabel
  108.             Left = 498
  109.             Top = 9
  110.             Width = 14
  111.             Height = 13
  112.             Caption = 'E6'
  113.           end
  114.           object Label7: TLabel
  115.             Left = 574
  116.             Top = 9
  117.             Width = 14
  118.             Height = 13
  119.             Caption = 'E7'
  120.           end
  121.           object Label8: TLabel
  122.             Left = 650
  123.             Top = 9
  124.             Width = 14
  125.             Height = 13
  126.             Caption = 'E8'
  127.           end
  128.           object Label9: TLabel
  129.             Left = 726
  130.             Top = 9
  131.             Width = 14
  132.             Height = 13
  133.             Caption = 'E9'
  134.           end
  135.           object Label10: TLabel
  136.             Left = 42
  137.             Top = 9
  138.             Width = 14
  139.             Height = 13
  140.             Caption = 'E0'
  141.           end
  142.           object Label11: TLabel
  143.             Left = 19
  144.             Top = 421
  145.             Width = 65
  146.             Height = 13
  147.             Caption = '运行时间:'
  148.           end
  149.           object Label12: TLabel
  150.             Left = 18
  151.             Top = 456
  152.             Width = 59
  153.             Height = 13
  154.             Caption = '空闲时间:'
  155.           end
  156.           object Label13: TLabel
  157.             Left = 95
  158.             Top = 421
  159.             Width = 65
  160.             Height = 13
  161.             Caption = '运行时间:'
  162.           end
  163.           object Label14: TLabel
  164.             Left = 94
  165.             Top = 456
  166.             Width = 59
  167.             Height = 13
  168.             Caption = '空闲时间:'
  169.           end
  170.           object Label15: TLabel
  171.             Left = 171
  172.             Top = 421
  173.             Width = 65
  174.             Height = 13
  175.             Caption = '运行时间:'
  176.           end
  177.           object Label16: TLabel
  178.             Left = 170
  179.             Top = 456
  180.             Width = 59
  181.             Height = 13
  182.             Caption = '空闲时间:'
  183.           end
  184.           object Label17: TLabel
  185.             Left = 248
  186.             Top = 421
  187.             Width = 65
  188.             Height = 13
  189.             Caption = '运行时间:'
  190.           end
  191.           object Label18: TLabel
  192.             Left = 247
  193.             Top = 456
  194.             Width = 59
  195.             Height = 13
  196.             Caption = '空闲时间:'
  197.           end
  198.           object Label19: TLabel
  199.             Left = 325
  200.             Top = 421
  201.             Width = 65
  202.             Height = 13
  203.             Caption = '运行时间:'
  204.           end
  205.           object Label20: TLabel
  206.             Left = 324
  207.             Top = 456
  208.             Width = 59
  209.             Height = 13
  210.             Caption = '空闲时间:'
  211.           end
  212.           object Label21: TLabel
  213.             Left = 401
  214.             Top = 421
  215.             Width = 65
  216.             Height = 13
  217.             Caption = '运行时间:'
  218.           end
  219.           object Label22: TLabel
  220.             Left = 400
  221.             Top = 456
  222.             Width = 59
  223.             Height = 13
  224.             Caption = '空闲时间:'
  225.           end
  226.           object Label23: TLabel
  227.             Left = 478
  228.             Top = 421
  229.             Width = 65
  230.             Height = 13
  231.             Caption = '运行时间:'
  232.           end
  233.           object Label24: TLabel
  234.             Left = 477
  235.             Top = 456
  236.             Width = 59
  237.             Height = 13
  238.             Caption = '空闲时间:'
  239.           end
  240.           object Label25: TLabel
  241.             Left = 555
  242.             Top = 421
  243.             Width = 65
  244.             Height = 13
  245.             Caption = '运行时间:'
  246.           end
  247.           object Label26: TLabel
  248.             Left = 554
  249.             Top = 456
  250.             Width = 59
  251.             Height = 13
  252.             Caption = '空闲时间:'
  253.           end
  254.           object Label27: TLabel
  255.             Left = 632
  256.             Top = 421
  257.             Width = 65
  258.             Height = 13
  259.             Caption = '运行时间:'
  260.           end
  261.           object Label28: TLabel
  262.             Left = 631
  263.             Top = 456
  264.             Width = 59
  265.             Height = 13
  266.             Caption = '空闲时间:'
  267.           end
  268.           object Label29: TLabel
  269.             Left = 709
  270.             Top = 421
  271.             Width = 65
  272.             Height = 13
  273.             Caption = '运行时间:'
  274.           end
  275.           object Label30: TLabel
  276.             Left = 708
  277.             Top = 456
  278.             Width = 59
  279.             Height = 13
  280.             Caption = '空闲时间:'
  281.           end
  282.           object Label35: TLabel
  283.             Left = 16
  284.             Top = 304
  285.             Width = 66
  286.             Height = 13
  287.             Caption = 'E0电梯承载'
  288.           end
  289.           object Label36: TLabel
  290.             Left = 92
  291.             Top = 304
  292.             Width = 66
  293.             Height = 13
  294.             Caption = 'E1电梯承载'
  295.           end
  296.           object Label37: TLabel
  297.             Left = 169
  298.             Top = 304
  299.             Width = 66
  300.             Height = 13
  301.             Caption = 'E2电梯承载'
  302.           end
  303.           object Label38: TLabel
  304.             Left = 245
  305.             Top = 304
  306.             Width = 66
  307.             Height = 13
  308.             Caption = 'E3电梯承载'
  309.           end
  310.           object Label39: TLabel
  311.             Left = 322
  312.             Top = 304
  313.             Width = 66
  314.             Height = 13
  315.             Caption = 'E4电梯承载'
  316.           end
  317.           object Label40: TLabel
  318.             Left = 398
  319.             Top = 304
  320.             Width = 66
  321.             Height = 13
  322.             Caption = 'E5电梯承载'
  323.           end
  324.           object Label41: TLabel
  325.             Left = 475
  326.             Top = 304
  327.             Width = 66
  328.             Height = 13
  329.             Caption = 'E6电梯承载'
  330.           end
  331.           object Label42: TLabel
  332.             Left = 551
  333.             Top = 304
  334.             Width = 66
  335.             Height = 13
  336.             Caption = 'E7电梯承载'
  337.           end
  338.           object Label43: TLabel
  339.             Left = 628
  340.             Top = 304
  341.             Width = 66
  342.             Height = 13
  343.             Caption = 'E8电梯承载'
  344.           end
  345.           object Label44: TLabel
  346.             Left = 704
  347.             Top = 304
  348.             Width = 66
  349.             Height = 13
  350.             Caption = 'E9电梯承载'
  351.           end
  352.           object TB0: TTrackBar
  353.             Left = 39
  354.             Top = 21
  355.             Width = 45
  356.             Height = 277
  357.             Enabled = False
  358.             Max = 0
  359.             Min = -39
  360.             Orientation = trVertical
  361.             Frequency = 1
  362.             Position = 0
  363.             SelEnd = 0
  364.             SelStart = 0
  365.             TabOrder = 0
  366.             TickMarks = tmBottomRight
  367.             TickStyle = tsAuto
  368.           end
  369.           object TB1: TTrackBar
  370.             Left = 115
  371.             Top = 21
  372.             Width = 45
  373.             Height = 277
  374.             Enabled = False
  375.             Max = 0
  376.             Min = -39
  377.             Orientation = trVertical
  378.             Frequency = 1
  379.             Position = 0
  380.             SelEnd = 0
  381.             SelStart = 0
  382.             TabOrder = 1
  383.             TickMarks = tmBottomRight
  384.             TickStyle = tsAuto
  385.           end
  386.           object TB2: TTrackBar
  387.             Left = 191
  388.             Top = 21
  389.             Width = 45
  390.             Height = 277
  391.             Enabled = False
  392.             Max = 0
  393.             Min = -39
  394.             Orientation = trVertical
  395.             Frequency = 1
  396.             Position = 0
  397.             SelEnd = 0
  398.             SelStart = 0
  399.             TabOrder = 2
  400.             TickMarks = tmBottomRight
  401.             TickStyle = tsAuto
  402.           end
  403.           object TB3: TTrackBar
  404.             Left = 266
  405.             Top = 21
  406.             Width = 45
  407.             Height = 277
  408.             Enabled = False
  409.             Max = 0
  410.             Min = -39
  411.             Orientation = trVertical
  412.             Frequency = 1
  413.             Position = 0
  414.             SelEnd = 0
  415.             SelStart = 0
  416.             TabOrder = 3
  417.             TickMarks = tmBottomRight
  418.             TickStyle = tsAuto
  419.           end
  420.           object TB4: TTrackBar
  421.             Left = 342
  422.             Top = 21
  423.             Width = 45
  424.             Height = 277
  425.             Enabled = False
  426.             Max = 0
  427.             Min = -39
  428.             Orientation = trVertical
  429.             Frequency = 1
  430.             Position = 0
  431.             SelEnd = 0
  432.             SelStart = 0
  433.             TabOrder = 4
  434.             TickMarks = tmBottomRight
  435.             TickStyle = tsAuto
  436.           end
  437.           object TB5: TTrackBar
  438.             Left = 418
  439.             Top = 21
  440.             Width = 45
  441.             Height = 277
  442.             Enabled = False
  443.             Max = 0
  444.             Min = -39
  445.             Orientation = trVertical
  446.             Frequency = 1
  447.             Position = 0
  448.             SelEnd = 0
  449.             SelStart = 0
  450.             TabOrder = 5
  451.             TickMarks = tmBottomRight
  452.             TickStyle = tsAuto
  453.           end
  454.           object TB6: TTrackBar
  455.             Left = 494
  456.             Top = 21
  457.             Width = 45
  458.             Height = 277
  459.             Enabled = False
  460.             Max = 0
  461.             Min = -39
  462.             Orientation = trVertical
  463.             Frequency = 1
  464.             Position = 0
  465.             SelEnd = 0
  466.             SelStart = 0
  467.             TabOrder = 6
  468.             TickMarks = tmBottomRight
  469.             TickStyle = tsAuto
  470.           end
  471.           object TB7: TTrackBar
  472.             Left = 569
  473.             Top = 21
  474.             Width = 45
  475.             Height = 277
  476.             Enabled = False
  477.             Max = 0
  478.             Min = -39
  479.             Orientation = trVertical
  480.             Frequency = 1
  481.             Position = 0
  482.             SelEnd = 0
  483.             SelStart = 0
  484.             TabOrder = 7
  485.             TickMarks = tmBottomRight
  486.             TickStyle = tsAuto
  487.           end
  488.           object TB8: TTrackBar
  489.             Left = 645
  490.             Top = 21
  491.             Width = 45
  492.             Height = 277
  493.             Enabled = False
  494.             Max = 0
  495.             Min = -39
  496.             Orientation = trVertical
  497.             Frequency = 1
  498.             Position = 0
  499.             SelEnd = 0
  500.             SelStart = 0
  501.             TabOrder = 8
  502.             TickMarks = tmBottomRight
  503.             TickStyle = tsAuto
  504.           end
  505.           object TB9: TTrackBar
  506.             Left = 721
  507.             Top = 21
  508.             Width = 45
  509.             Height = 277
  510.             Enabled = False
  511.             Max = 0
  512.             Min = -39
  513.             Orientation = trVertical
  514.             Frequency = 1
  515.             Position = 0
  516.             SelEnd = 0
  517.             SelStart = 0
  518.             TabOrder = 9
  519.             TickMarks = tmBottomRight
  520.             TickStyle = tsAuto
  521.           end
  522.           object Memo0: TMemo
  523.             Left = 14
  524.             Top = 320
  525.             Width = 69
  526.             Height = 98
  527.             ReadOnly = True
  528.             ScrollBars = ssVertical
  529.             TabOrder = 10
  530.           end
  531.           object Memo1: TMemo
  532.             Left = 91
  533.             Top = 320
  534.             Width = 70
  535.             Height = 98
  536.             ReadOnly = True
  537.             ScrollBars = ssVertical
  538.             TabOrder = 11
  539.           end
  540.           object Memo2: TMemo
  541.             Left = 167
  542.             Top = 320
  543.             Width = 70
  544.             Height = 98
  545.             ReadOnly = True
  546.             ScrollBars = ssVertical
  547.             TabOrder = 12
  548.           end
  549.           object Memo3: TMemo
  550.             Left = 244
  551.             Top = 320
  552.             Width = 69
  553.             Height = 98
  554.             ReadOnly = True
  555.             ScrollBars = ssVertical
  556.             TabOrder = 13
  557.           end
  558.           object Memo4: TMemo
  559.             Left = 321
  560.             Top = 320
  561.             Width = 70
  562.             Height = 98
  563.             ReadOnly = True
  564.             ScrollBars = ssVertical
  565.             TabOrder = 14
  566.           end
  567.           object Memo5: TMemo
  568.             Left = 397
  569.             Top = 320
  570.             Width = 70
  571.             Height = 98
  572.             ReadOnly = True
  573.             ScrollBars = ssVertical
  574.             TabOrder = 15
  575.           end
  576.           object Memo6: TMemo
  577.             Left = 474
  578.             Top = 320
  579.             Width = 69
  580.             Height = 98
  581.             ReadOnly = True
  582.             ScrollBars = ssVertical
  583.             TabOrder = 16
  584.           end
  585.           object Memo7: TMemo
  586.             Left = 551
  587.             Top = 320
  588.             Width = 70
  589.             Height = 98
  590.             ReadOnly = True
  591.             ScrollBars = ssVertical
  592.             TabOrder = 17
  593.           end
  594.           object Memo8: TMemo
  595.             Left = 627
  596.             Top = 320
  597.             Width = 70
  598.             Height = 98
  599.             ReadOnly = True
  600.             ScrollBars = ssVertical
  601.             TabOrder = 18
  602.           end
  603.           object Memo9: TMemo
  604.             Left = 704
  605.             Top = 320
  606.             Width = 71
  607.             Height = 98
  608.             ReadOnly = True
  609.             ScrollBars = ssVertical
  610.             TabOrder = 19
  611.           end
  612.           object ST0: TStaticText
  613.             Left = 18
  614.             Top = 434
  615.             Width = 51
  616.             Height = 18
  617.             AutoSize = False
  618.             BorderStyle = sbsSunken
  619.             Color = clHighlightText
  620.             ParentColor = False
  621.             TabOrder = 20
  622.           end
  623.           object ST1: TStaticText
  624.             Left = 94
  625.             Top = 434
  626.             Width = 51
  627.             Height = 18
  628.             AutoSize = False
  629.             BorderStyle = sbsSunken
  630.             Color = clHighlightText
  631.             ParentColor = False
  632.             TabOrder = 21
  633.           end
  634.           object ST2: TStaticText
  635.             Left = 171
  636.             Top = 434
  637.             Width = 51
  638.             Height = 18
  639.             AutoSize = False
  640.             BorderStyle = sbsSunken
  641.             Color = clHighlightText
  642.             ParentColor = False
  643.             TabOrder = 22
  644.           end
  645.           object ST3: TStaticText
  646.             Left = 250
  647.             Top = 434
  648.             Width = 51
  649.             Height = 18
  650.             AutoSize = False
  651.             BorderStyle = sbsSunken
  652.             Color = clHighlightText
  653.             ParentColor = False
  654.             TabOrder = 23
  655.           end
  656.           object ST4: TStaticText
  657.             Left = 325
  658.             Top = 434
  659.             Width = 51
  660.             Height = 18
  661.             AutoSize = False
  662.             BorderStyle = sbsSunken
  663.             Color = clHighlightText
  664.             ParentColor = False
  665.             TabOrder = 24
  666.           end
  667.           object ST5: TStaticText
  668.             Left = 401
  669.             Top = 434
  670.             Width = 51
  671.             Height = 18
  672.             AutoSize = False
  673.             BorderStyle = sbsSunken
  674.             Color = clHighlightText
  675.             ParentColor = False
  676.             TabOrder = 25
  677.           end
  678.           object ST6: TStaticText
  679.             Left = 478
  680.             Top = 434
  681.             Width = 51
  682.             Height = 18
  683.             AutoSize = False
  684.             BorderStyle = sbsSunken
  685.             Color = clHighlightText
  686.             ParentColor = False
  687.             TabOrder = 26
  688.           end
  689.           object ST7: TStaticText
  690.             Left = 555
  691.             Top = 434
  692.             Width = 51
  693.             Height = 18
  694.             AutoSize = False
  695.             BorderStyle = sbsSunken
  696.             Color = clHighlightText
  697.             ParentColor = False
  698.             TabOrder = 27
  699.           end
  700.           object ST8: TStaticText
  701.             Left = 633
  702.             Top = 434
  703.             Width = 51
  704.             Height = 18
  705.             AutoSize = False
  706.             BorderStyle = sbsSunken
  707.             Color = clHighlightText
  708.             ParentColor = False
  709.             TabOrder = 28
  710.           end
  711.           object ST9: TStaticText
  712.             Left = 710
  713.             Top = 434
  714.             Width = 51
  715.             Height = 18
  716.             AutoSize = False
  717.             BorderStyle = sbsSunken
  718.             Color = clHighlightText
  719.             ParentColor = False
  720.             TabOrder = 29
  721.           end
  722.           object idleST0: TStaticText
  723.             Left = 18
  724.             Top = 469
  725.             Width = 52
  726.             Height = 17
  727.             AutoSize = False
  728.             BorderStyle = sbsSunken
  729.             Color = clHighlightText
  730.             ParentColor = False
  731.             TabOrder = 30
  732.           end
  733.           object idleST1: TStaticText
  734.             Left = 94
  735.             Top = 469
  736.             Width = 52
  737.             Height = 17
  738.             AutoSize = False
  739.             BorderStyle = sbsSunken
  740.             Color = clHighlightText
  741.             ParentColor = False
  742.             TabOrder = 31
  743.           end
  744.           object idleST2: TStaticText
  745.             Left = 170
  746.             Top = 469
  747.             Width = 52
  748.             Height = 17
  749.             AutoSize = False
  750.             BorderStyle = sbsSunken
  751.             Color = clHighlightText
  752.             ParentColor = False
  753.             TabOrder = 32
  754.           end
  755.           object idleST3: TStaticText
  756.             Left = 248
  757.             Top = 469
  758.             Width = 52
  759.             Height = 17
  760.             AutoSize = False
  761.             BorderStyle = sbsSunken
  762.             Color = clHighlightText
  763.             ParentColor = False
  764.             TabOrder = 33
  765.           end
  766.           object idleST4: TStaticText
  767.             Left = 325
  768.             Top = 469
  769.             Width = 52
  770.             Height = 17
  771.             AutoSize = False
  772.             BorderStyle = sbsSunken
  773.             Color = clHighlightText
  774.             ParentColor = False
  775.             TabOrder = 34
  776.           end
  777.           object idleST5: TStaticText
  778.             Left = 400
  779.             Top = 469
  780.             Width = 52
  781.             Height = 17
  782.             AutoSize = False
  783.             BorderStyle = sbsSunken
  784.             Color = clHighlightText
  785.             ParentColor = False
  786.             TabOrder = 35
  787.           end
  788.           object idleST6: TStaticText
  789.             Left = 477
  790.             Top = 469
  791.             Width = 52
  792.             Height = 17
  793.             AutoSize = False
  794.             BorderStyle = sbsSunken
  795.             Color = clHighlightText
  796.             ParentColor = False
  797.             TabOrder = 36
  798.           end
  799.           object idleST7: TStaticText
  800.             Left = 554
  801.             Top = 469
  802.             Width = 52
  803.             Height = 17
  804.             AutoSize = False
  805.             BorderStyle = sbsSunken
  806.             Color = clHighlightText
  807.             ParentColor = False
  808.             TabOrder = 37
  809.           end
  810.           object idleST8: TStaticText
  811.             Left = 632
  812.             Top = 469
  813.             Width = 51
  814.             Height = 17
  815.             AutoSize = False
  816.             BorderStyle = sbsSunken
  817.             Color = clHighlightText
  818.             ParentColor = False
  819.             TabOrder = 38
  820.           end
  821.           object idleST9: TStaticText
  822.             Left = 710
  823.             Top = 469
  824.             Width = 51
  825.             Height = 17
  826.             AutoSize = False
  827.             BorderStyle = sbsSunken
  828.             Color = clHighlightText
  829.             ParentColor = False
  830.             TabOrder = 39
  831.           end
  832.         end
  833.       end
  834.       object TabSheet2: TTabSheet
  835.         Caption = '人员统计'
  836.         ImageIndex = 1
  837.         object Panel4: TPanel
  838.           Left = 0
  839.           Top = 0
  840.           Width = 788
  841.           Height = 499
  842.           Align = alClient
  843.           BevelInner = bvLowered
  844.           TabOrder = 0
  845.           object Label31: TLabel
  846.             Left = 29
  847.             Top = 70
  848.             Width = 117
  849.             Height = 13
  850.             Caption = '当前请求乘梯人员:'
  851.           end
  852.           object Label32: TLabel
  853.             Left = 225
  854.             Top = 70
  855.             Width = 91
  856.             Height = 13
  857.             Caption = '当前闲留人员:'
  858.           end
  859.           object Label33: TLabel
  860.             Left = 597
  861.             Top = 70
  862.             Width = 156
  863.             Height = 13
  864.             Caption = '当前完成乘梯任务的人员:'
  865.           end
  866.           object Label34: TLabel
  867.             Left = 413
  868.             Top = 70
  869.             Width = 130
  870.             Height = 13
  871.             Caption = '当前正在乘梯的人员:'
  872.           end
  873.           object Memo10: TMemo
  874.             Left = 18
  875.             Top = 90
  876.             Width = 185
  877.             Height = 314
  878.             Color = clInfoBk
  879.             Lines.Strings = (
  880.               'Memo10')
  881.             ReadOnly = True
  882.             ScrollBars = ssVertical
  883.             TabOrder = 0
  884.           end
  885.           object Memo11: TMemo
  886.             Left = 209
  887.             Top = 90
  888.             Width = 185
  889.             Height = 314
  890.             Color = clInfoBk
  891.             Lines.Strings = (
  892.               'Memo11')
  893.             ReadOnly = True
  894.             ScrollBars = ssVertical
  895.             TabOrder = 1
  896.           end
  897.           object Memo12: TMemo
  898.             Left = 583
  899.             Top = 90
  900.             Width = 185
  901.             Height = 314
  902.             Color = clInfoBk
  903.             Lines.Strings = (
  904.               'Memo12')
  905.             ReadOnly = True
  906.             ScrollBars = ssVertical
  907.             TabOrder = 2
  908.           end
  909.           object Memo13: TMemo
  910.             Left = 400
  911.             Top = 90
  912.             Width = 175
  913.             Height = 314
  914.             Color = clInfoBk
  915.             Lines.Strings = (
  916.               'Memo13')
  917.             TabOrder = 3
  918.           end
  919.         end
  920.       end
  921.       object TabSheet3: TTabSheet
  922.         Caption = '楼层统计'
  923.         ImageIndex = 2
  924.         object Panel3: TPanel
  925.           Left = 0
  926.           Top = 0
  927.           Width = 788
  928.           Height = 499
  929.           Align = alClient
  930.           BevelInner = bvLowered
  931.           TabOrder = 0
  932.           object StrGD1: TStringGrid
  933.             Left = 2
  934.             Top = 2
  935.             Width = 784
  936.             Height = 495
  937.             Align = alClient
  938.             Color = clInfoBk
  939.             ColCount = 11
  940.             DefaultColWidth = 70
  941.             RowCount = 12
  942.             TabOrder = 0
  943.           end
  944.         end
  945.       end
  946.     end
  947.   end
  948. end