home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / servis / cztel / ct2004s.exe / 0 / RCDATA / TRSDEFPACK / TRSDEFPACK.txt
Text File  |  2004-05-20  |  17KB  |  744 lines

  1. object rsDefPack: TrsDefPack
  2.   Left = 282
  3.   Top = 297
  4.   Width = 664
  5.   Height = 340
  6.   Color = clBtnFace
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OldCreateOrder = False
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object vtfDataList: TVisionToolForm
  18.     Tag = 2
  19.     Left = 232
  20.     Top = 112
  21.     Width = 169
  22.     Height = 36
  23.     DataGrid = gpDataListList
  24.     OnShow = vtfListShow
  25.     OnClose = vtfListClose
  26.     OnSizing = vtfListSizing
  27.     OnKeyDown = vtfListKeyDown
  28.     object gpDataListList: TDBGridPro
  29.       Tag = 2
  30.       Left = 0
  31.       Top = 0
  32.       Width = 169
  33.       Height = 36
  34.       Align = alClient
  35.       ParentColor = False
  36.       TabOrder = 0
  37.       TabStop = True
  38.       BorderStyle = bsNoBorder
  39.       AutoColumnFit = True
  40.       UniqueFields = '_Key'
  41.       ShowTitles = False
  42.       HideSelection = False
  43.       OptionsVisual = [gvoNoEndEllipsis]
  44.       OptionsBehavior = [gboSmartSizing]
  45.       OptionsPickup = [gpoReturnKey, gpoClick, gpoMouseTrack, gpoCaptureRecord]
  46.       ReadOnly = True
  47.       CursorType = gctInsensitiveID
  48.       Designer = dsgDataList
  49.       Columns = <>
  50.     end
  51.   end
  52.   object vtfCalendar: TVisionToolForm
  53.     Left = 232
  54.     Top = 4
  55.     Width = 169
  56.     Height = 89
  57.     ActiveControl = calCalendar
  58.     Options = [tfoFocusable, tfoFixedWidth, tfoFixedHeight]
  59.     OnShow = vtfCalendarShow
  60.     OnPostChanges = vtfCalendarPostChanges
  61.     object calCalendar: TProdiCalendar
  62.       Left = 0
  63.       Top = 0
  64.       Width = 140
  65.       Height = 130
  66.       ParentColor = False
  67.       TabOrder = 0
  68.       TabStop = True
  69.       BorderStyle = bsNoBorder
  70.       Date = 37162.000000000000000000
  71.       ShowTodayButton = False
  72.       OnChange = calCalendarChange
  73.       OnPickup = calCalendarPickup
  74.     end
  75.   end
  76.   object vtfBlobPicker: TVisionToolForm
  77.     Left = 232
  78.     Top = 156
  79.     Width = 169
  80.     Height = 105
  81.     ActiveControl = pnBlobPickerBG
  82.     Options = [tfoFocusable, tfoNoAutoPost]
  83.     OnShow = vtfBlobPickerShow
  84.     OnPostChanges = vtfBlobPickerPostChanges
  85.     OnClose = vtfBlobPickerClose
  86.     OnShortCut = vtfBlobPickerShortCut
  87.     OnEditAction = vtfBlobPickerEditAction
  88.     object pnBlobPickerCtrl: TPanel
  89.       Left = 0
  90.       Top = 73
  91.       Width = 169
  92.       Height = 32
  93.       Align = alBottom
  94.       BevelOuter = bvNone
  95.       TabOrder = 0
  96.       object bvBlobPickerBevel: TBevel
  97.         Left = 0
  98.         Top = 0
  99.         Width = 169
  100.         Height = 2
  101.         Align = alTop
  102.         Shape = bsBottomLine
  103.         Style = bsRaised
  104.       end
  105.       object pnBlobPickerCtrl2: TPanel
  106.         Left = 33
  107.         Top = 2
  108.         Width = 136
  109.         Height = 30
  110.         Align = alRight
  111.         BevelOuter = bvNone
  112.         TabOrder = 0
  113.         object btnBlobPickerOK: TButton
  114.           Left = 8
  115.           Top = 4
  116.           Width = 60
  117.           Height = 22
  118.           Caption = '&OK'
  119.           Default = True
  120.           TabOrder = 0
  121.           OnClick = btnBlobPickerOKClick
  122.         end
  123.         object btnBlobPickerCancel: TButton
  124.           Left = 72
  125.           Top = 4
  126.           Width = 60
  127.           Height = 22
  128.           Cancel = True
  129.           Caption = '&Cancel'
  130.           ModalResult = 2
  131.           TabOrder = 1
  132.         end
  133.       end
  134.     end
  135.     object pnBlobPickerBG: TPanel
  136.       Left = 0
  137.       Top = 0
  138.       Width = 169
  139.       Height = 73
  140.       Align = alClient
  141.       BevelOuter = bvNone
  142.       Color = clWindow
  143.       FullRepaint = False
  144.       TabOrder = 1
  145.     end
  146.   end
  147.   object vtfCalculator: TVisionToolForm
  148.     Left = 412
  149.     Top = 4
  150.     Width = 204
  151.     Height = 144
  152.     Color = clBtnFace
  153.     Options = [tfoFocusable, tfoFixedWidth, tfoFixedHeight]
  154.     OnPaint = vtfCalculatorPaint
  155.     OnShow = vtfCalculatorShow
  156.     OnClose = vtfCalculatorClose
  157.     OnKeyDown = vtfCalculatorKeyDown
  158.     OnKeyPress = vtfCalculatorKeyPress
  159.     object sbCalcNum0: TSpeedButton
  160.       Left = 44
  161.       Top = 116
  162.       Width = 28
  163.       Height = 24
  164.       Caption = '0'
  165.       Flat = True
  166.       OnClick = sbCalcNumBtnClick
  167.     end
  168.     object sbCalcNum1: TSpeedButton
  169.       Tag = 1
  170.       Left = 44
  171.       Top = 88
  172.       Width = 28
  173.       Height = 24
  174.       Caption = '1'
  175.       Flat = True
  176.       OnClick = sbCalcNumBtnClick
  177.     end
  178.     object sbCalcNum2: TSpeedButton
  179.       Tag = 2
  180.       Left = 76
  181.       Top = 88
  182.       Width = 28
  183.       Height = 24
  184.       Caption = '2'
  185.       Flat = True
  186.       OnClick = sbCalcNumBtnClick
  187.     end
  188.     object sbCalcNum3: TSpeedButton
  189.       Tag = 3
  190.       Left = 108
  191.       Top = 88
  192.       Width = 28
  193.       Height = 24
  194.       Caption = '3'
  195.       Flat = True
  196.       OnClick = sbCalcNumBtnClick
  197.     end
  198.     object sbCalcNum4: TSpeedButton
  199.       Tag = 4
  200.       Left = 44
  201.       Top = 60
  202.       Width = 28
  203.       Height = 24
  204.       Caption = '4'
  205.       Flat = True
  206.       OnClick = sbCalcNumBtnClick
  207.     end
  208.     object sbCalcNum5: TSpeedButton
  209.       Tag = 5
  210.       Left = 76
  211.       Top = 60
  212.       Width = 28
  213.       Height = 24
  214.       Caption = '5'
  215.       Flat = True
  216.       OnClick = sbCalcNumBtnClick
  217.     end
  218.     object sbCalcNum6: TSpeedButton
  219.       Tag = 6
  220.       Left = 108
  221.       Top = 60
  222.       Width = 28
  223.       Height = 24
  224.       Caption = '6'
  225.       Flat = True
  226.       OnClick = sbCalcNumBtnClick
  227.     end
  228.     object sbCalcNum7: TSpeedButton
  229.       Tag = 7
  230.       Left = 44
  231.       Top = 32
  232.       Width = 28
  233.       Height = 24
  234.       Caption = '7'
  235.       Flat = True
  236.       OnClick = sbCalcNumBtnClick
  237.     end
  238.     object sbCalcNum8: TSpeedButton
  239.       Tag = 8
  240.       Left = 76
  241.       Top = 32
  242.       Width = 28
  243.       Height = 24
  244.       Caption = '8'
  245.       Flat = True
  246.       OnClick = sbCalcNumBtnClick
  247.     end
  248.     object sbCalcNum9: TSpeedButton
  249.       Tag = 9
  250.       Left = 108
  251.       Top = 32
  252.       Width = 28
  253.       Height = 24
  254.       Caption = '9'
  255.       Flat = True
  256.       OnClick = sbCalcNumBtnClick
  257.     end
  258.     object sbCalcSign: TSpeedButton
  259.       Tag = 10
  260.       Left = 76
  261.       Top = 116
  262.       Width = 28
  263.       Height = 24
  264.       Caption = '+/-'
  265.       Flat = True
  266.       OnClick = sbCalcNumBtnClick
  267.     end
  268.     object sbCalcDecSep: TSpeedButton
  269.       Tag = 11
  270.       Left = 108
  271.       Top = 116
  272.       Width = 28
  273.       Height = 24
  274.       Caption = ','
  275.       Flat = True
  276.       OnClick = sbCalcNumBtnClick
  277.     end
  278.     object sbCalcBS: TSpeedButton
  279.       Tag = 3
  280.       Left = 96
  281.       Top = 4
  282.       Width = 32
  283.       Height = 24
  284.       Caption = 'BS'
  285.       Flat = True
  286.       OnClick = sbCalcSysOpBtnClick
  287.     end
  288.     object sbCalcCE: TSpeedButton
  289.       Tag = 2
  290.       Left = 132
  291.       Top = 4
  292.       Width = 32
  293.       Height = 24
  294.       Caption = 'CE'
  295.       Flat = True
  296.       OnClick = sbCalcSysOpBtnClick
  297.     end
  298.     object sbCalcC: TSpeedButton
  299.       Tag = 1
  300.       Left = 168
  301.       Top = 4
  302.       Width = 32
  303.       Height = 24
  304.       Caption = 'C'
  305.       Flat = True
  306.       OnClick = sbCalcSysOpBtnClick
  307.     end
  308.     object sbCalcDiv: TSpeedButton
  309.       Tag = 1
  310.       Left = 140
  311.       Top = 32
  312.       Width = 28
  313.       Height = 24
  314.       Caption = '/'
  315.       Flat = True
  316.       OnClick = sbCalcOpBtnClick
  317.     end
  318.     object sbCalcMul: TSpeedButton
  319.       Tag = 2
  320.       Left = 140
  321.       Top = 60
  322.       Width = 28
  323.       Height = 24
  324.       Caption = '*'
  325.       Flat = True
  326.       OnClick = sbCalcOpBtnClick
  327.     end
  328.     object sbCalcMinus: TSpeedButton
  329.       Tag = 3
  330.       Left = 140
  331.       Top = 88
  332.       Width = 28
  333.       Height = 24
  334.       Caption = '-'
  335.       Flat = True
  336.       OnClick = sbCalcOpBtnClick
  337.     end
  338.     object sbCalcPlus: TSpeedButton
  339.       Tag = 4
  340.       Left = 140
  341.       Top = 116
  342.       Width = 28
  343.       Height = 24
  344.       Caption = '+'
  345.       Flat = True
  346.       OnClick = sbCalcOpBtnClick
  347.     end
  348.     object sbCalcSqrt: TSpeedButton
  349.       Tag = 5
  350.       Left = 172
  351.       Top = 32
  352.       Width = 28
  353.       Height = 24
  354.       Flat = True
  355.       Glyph.Data = {
  356.         4E010000424D4E01000000000000760000002800000012000000120000000100
  357.         040000000000D800000000000000000000001000000010000000000000000000
  358.         80000080000000808000800000008000800080800000C0C0C000808080000000
  359.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  360.         7777770000007777777777777777770000007777777777777777770000007777
  361.         7487777777777700000077774487777487748700000074744748777748487700
  362.         0000774477487777748777000000774777487777748777000000777777487777
  363.         4848770000007777777487748774870000007777777487777777770000007777
  364.         7774877777777700000077777774877777777700000077777777487777777700
  365.         0000777777774444444447000000777777777777777777000000777777777777
  366.         777777000000777777777777777777000000}
  367.       OnClick = sbCalcOpBtnClick
  368.     end
  369.     object sbCalcPercent: TSpeedButton
  370.       Tag = 6
  371.       Left = 172
  372.       Top = 60
  373.       Width = 28
  374.       Height = 24
  375.       Caption = '%'
  376.       Flat = True
  377.       OnClick = sbCalcOpBtnClick
  378.     end
  379.     object sbCalc1divX: TSpeedButton
  380.       Tag = 7
  381.       Left = 172
  382.       Top = 88
  383.       Width = 28
  384.       Height = 24
  385.       Caption = '1/x'
  386.       Flat = True
  387.       OnClick = sbCalcOpBtnClick
  388.     end
  389.     object sbCalcIs: TSpeedButton
  390.       Left = 172
  391.       Top = 116
  392.       Width = 28
  393.       Height = 24
  394.       Caption = '='
  395.       Flat = True
  396.       OnClick = sbCalcIsClick
  397.     end
  398.     object sbCalcMC: TSpeedButton
  399.       Tag = 1
  400.       Left = 4
  401.       Top = 32
  402.       Width = 28
  403.       Height = 24
  404.       Caption = 'MC'
  405.       Flat = True
  406.       OnClick = sbCalcMemOpBtnClick
  407.     end
  408.     object sbCalcMR: TSpeedButton
  409.       Tag = 2
  410.       Left = 4
  411.       Top = 60
  412.       Width = 28
  413.       Height = 24
  414.       Caption = 'MR'
  415.       Flat = True
  416.       OnClick = sbCalcMemOpBtnClick
  417.     end
  418.     object sbCalcMS: TSpeedButton
  419.       Tag = 3
  420.       Left = 4
  421.       Top = 88
  422.       Width = 28
  423.       Height = 24
  424.       Caption = 'MS'
  425.       Flat = True
  426.       OnClick = sbCalcMemOpBtnClick
  427.     end
  428.     object sbCalcMplus: TSpeedButton
  429.       Tag = 4
  430.       Left = 4
  431.       Top = 116
  432.       Width = 28
  433.       Height = 24
  434.       Caption = 'M+'
  435.       Flat = True
  436.       OnClick = sbCalcMemOpBtnClick
  437.     end
  438.     object pnCalcMemory: TPanel
  439.       Left = 4
  440.       Top = 4
  441.       Width = 84
  442.       Height = 24
  443.       Alignment = taLeftJustify
  444.       BevelOuter = bvLowered
  445.       Font.Charset = RUSSIAN_CHARSET
  446.       Font.Color = clGrayText
  447.       Font.Height = -11
  448.       Font.Name = 'Tahoma'
  449.       Font.Style = []
  450.       ParentFont = False
  451.       TabOrder = 0
  452.     end
  453.   end
  454.   object DsgnViewSimple: TLiteDesigner
  455.     FocusRectKind = frcNone
  456.     CellMargins.TopMargin = 1
  457.     CellMargins.BottomMargin = 1
  458.     HiddenSelection = clNone
  459.     SelectedCellFill = False
  460.     VertLines = clSilver
  461.     HorizLines = clSilver
  462.     ShowLines = False
  463.     Left = 88
  464.     Top = 136
  465.   end
  466.   object DsgnList: TLiteDesigner
  467.     CellMargins.TopMargin = 1
  468.     CellMargins.BottomMargin = 1
  469.     VertLines = clSilver
  470.     HorizLines = clSilver
  471.     ShowLines = False
  472.     Left = 120
  473.     Top = 136
  474.   end
  475.   object TitleSurface: TStandardVision
  476.     Description = 'Determines 3D style of the cell.'
  477.     ReadOnly = True
  478.     OnDraw = TitleSurfaceDraw
  479.     Left = 8
  480.     Top = 8
  481.   end
  482.   object DsgnListActive: TLiteDesigner
  483.     FocusRectKind = frcPersistentRow
  484.     CellMargins.TopMargin = 1
  485.     CellMargins.BottomMargin = 1
  486.     SelectedRowFill = True
  487.     VertLines = clSilver
  488.     HorizLines = clSilver
  489.     CellSeparator = clNone
  490.     ShowLines = False
  491.     Left = 152
  492.     Top = 136
  493.   end
  494.   object DsgnListNormal: TLiteDesigner
  495.     HiddenSelection = clNone
  496.     VertLines = clSilver
  497.     HorizLines = clSilver
  498.     Left = 8
  499.     Top = 136
  500.   end
  501.   object DsgnListFlat: TLiteDesigner
  502.     HiddenSelection = clNone
  503.     VertLines = clSilver
  504.     HorizLines = clSilver
  505.     TitleStyle = ltsFlat
  506.     Left = 40
  507.     Top = 136
  508.   end
  509.   object Calendar: TDateVision
  510.     Description = 'Calendar control with buttons.'
  511.     Left = 40
  512.     Top = 40
  513.   end
  514.   object CalendarSimple: TDateVision
  515.     Description = 'Calendar control without buttons.'
  516.     Buttons = []
  517.     Left = 72
  518.     Top = 40
  519.   end
  520.   object CheckBoxBool: TCheckBoxVision
  521.     Description = 'Switch control for logical fields.'
  522.     Left = 8
  523.     Top = 104
  524.   end
  525.   object CheckBoxInt: TCheckBoxVision
  526.     Description = 'Switch control for integer fields. 0 - off, 1 - on.'
  527.     ValueChecked = '1'
  528.     ValueUnChecked = '0'
  529.     Left = 40
  530.     Top = 104
  531.   end
  532.   object visImagedText: TLiteVision
  533.     Tag = -1
  534.     OnDraw = visImagedTextDraw
  535.     Left = 240
  536.     Top = 116
  537.   end
  538.   object NumericDef: TNumericVision
  539.     Description = 'Number format, two digits after decimal separator.'
  540.     DisplayFormat = '0.00'
  541.     DropDownKind = ndkCustom
  542.     Left = 40
  543.     Top = 72
  544.   end
  545.   object NumericDefSep: TNumericVision
  546.     Description = 
  547.       'Number format, two digits after decimal separator, thousand sepa' +
  548.       'rator.'
  549.     DisplayFormat = '0.00,'
  550.     DropDownKind = ndkCustom
  551.     Left = 72
  552.     Top = 72
  553.   end
  554.   object Numeric: TNumericVision
  555.     Description = 'Dsiplays and edits data as number.'
  556.     DropDownKind = ndkCustom
  557.     Left = 8
  558.     Top = 72
  559.   end
  560.   object Date: TDateVision
  561.     Description = 'Displays and edits data as date.'
  562.     EnableButton = False
  563.     Left = 8
  564.     Top = 40
  565.   end
  566.   object DsgnListClassic: TLiteDesigner
  567.     VertLines = clSilver
  568.     HorizLines = clSilver
  569.     Left = 193
  570.     Top = 137
  571.   end
  572.   object NumericSpin: TNumericVision
  573.     Description = 'Number format, spin buttons are available.'
  574.     ButtonStyle = pbsSpin
  575.     EnableButton = True
  576.     DropDownKind = ndkCustom
  577.     Left = 104
  578.     Top = 72
  579.   end
  580.   object dsgDataList: TLiteDesigner
  581.     Tag = -1
  582.     FocusRectKind = frcNone
  583.     CellMargins.TopMargin = 1
  584.     CellMargins.BottomMargin = 1
  585.     SelectedCellFill = False
  586.     SelectedRowFill = True
  587.     VertLines = clSilver
  588.     HorizLines = clNone
  589.     ShowLastLine = False
  590.     Left = 272
  591.     Top = 116
  592.   end
  593.   object BlobContextMenu: TPopupMenu
  594.     OnPopup = BlobContextMenuPopup
  595.     Left = 8
  596.     Top = 184
  597.     object miCutBlob: TMenuItem
  598.       Tag = 1
  599.       Caption = 'Cut'
  600.       ImageIndex = 0
  601.       OnClick = miBlobContextClick
  602.     end
  603.     object miCopyBlob: TMenuItem
  604.       Tag = 2
  605.       Caption = 'Copy'
  606.       ImageIndex = 1
  607.       OnClick = miBlobContextClick
  608.     end
  609.     object miPasteBlob: TMenuItem
  610.       Tag = 3
  611.       Caption = 'Paste'
  612.       ImageIndex = 2
  613.       OnClick = miBlobContextClick
  614.     end
  615.     object miClearBlob: TMenuItem
  616.       Tag = 4
  617.       Caption = 'Clear'
  618.       ImageIndex = 3
  619.       OnClick = miBlobContextClick
  620.     end
  621.     object miInOutBlob: TMenuItem
  622.       Caption = '-'
  623.     end
  624.     object miLoadBlob: TMenuItem
  625.       Tag = 5
  626.       Caption = 'Load...'
  627.       ImageIndex = 4
  628.       OnClick = miBlobContextClick
  629.     end
  630.     object miSaveToBlob: TMenuItem
  631.       Tag = 6
  632.       Caption = 'Save to...'
  633.       ImageIndex = 5
  634.       OnClick = miBlobContextClick
  635.     end
  636.     object miPreviewBlobSep: TMenuItem
  637.       Caption = '-'
  638.     end
  639.     object miPreviewBlob: TMenuItem
  640.       Tag = 7
  641.       Caption = 'Preview'
  642.       ImageIndex = 6
  643.       OnClick = miBlobContextClick
  644.     end
  645.   end
  646.   object PictureContextMenu: TPopupMenu
  647.     OnPopup = PictureContextMenuPopup
  648.     Left = 40
  649.     Top = 184
  650.     object miCutPicture: TMenuItem
  651.       Tag = 1
  652.       Caption = 'Cut'
  653.       ImageIndex = 0
  654.       OnClick = miPictureContextClick
  655.     end
  656.     object miCopyPicture: TMenuItem
  657.       Tag = 2
  658.       Caption = 'Copy'
  659.       ImageIndex = 1
  660.       OnClick = miPictureContextClick
  661.     end
  662.     object miPastePicture: TMenuItem
  663.       Tag = 3
  664.       Caption = 'Paste'
  665.       ImageIndex = 2
  666.       OnClick = miPictureContextClick
  667.     end
  668.     object miClearPicture: TMenuItem
  669.       Tag = 4
  670.       Caption = 'Clear'
  671.       ImageIndex = 3
  672.       OnClick = miPictureContextClick
  673.     end
  674.     object miInOutPictureSep: TMenuItem
  675.       Caption = '-'
  676.     end
  677.     object miLoadPicture: TMenuItem
  678.       Tag = 5
  679.       Caption = 'Load...'
  680.       ImageIndex = 4
  681.       OnClick = miPictureContextClick
  682.     end
  683.     object miSaveToPicture: TMenuItem
  684.       Tag = 6
  685.       Caption = 'Save to...'
  686.       ImageIndex = 5
  687.       OnClick = miPictureContextClick
  688.     end
  689.     object miPreviewPictureSep: TMenuItem
  690.       Caption = '-'
  691.     end
  692.     object miPreviewPicture: TMenuItem
  693.       Tag = 7
  694.       Caption = 'Preview'
  695.       ImageIndex = 6
  696.       OnClick = miPictureContextClick
  697.     end
  698.   end
  699.   object Memo: TMemoVision
  700.     EditWordWrap = False
  701.     EditScrollBars = ssNone
  702.     Left = 8
  703.     Top = 224
  704.   end
  705.   object ColorPicker: TStandardVision
  706.     Alignment = talLeftJustify
  707.     Images = NullImageList
  708.     SkipCharValidation = True
  709.     OnDblClick = ColorPickerDblClick
  710.     OnGetText = ColorPickerGetText
  711.     OnDraw = ColorPickerDraw
  712.     OnDrawEdit = ColorPickerDrawEdit
  713.     BeforePost = ColorPickerBeforePost
  714.     Left = 8
  715.     Top = 264
  716.   end
  717.   object NullImageList: TImageList
  718.     Left = 40
  719.     Top = 264
  720.   end
  721.   object Image: TImageVision
  722.     Left = 40
  723.     Top = 224
  724.   end
  725.   object Time: TTimeVision
  726.     EnableButton = False
  727.     EditFormatKind = tefDefault
  728.     Left = 104
  729.     Top = 40
  730.   end
  731.   object TimeShort: TTimeVision
  732.     DisplayFormatKind = dfkShort
  733.     Left = 136
  734.     Top = 40
  735.   end
  736.   object Calculator: TNumericVision
  737.     ButtonStyle = pbsDropDown
  738.     EnableButton = True
  739.     DropDownKind = ndkCalculator
  740.     Left = 136
  741.     Top = 72
  742.   end
  743. end
  744.