home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / zkuste / delphi / kompon / D34567 / SMDBG / SMGRDEMO.ZIP / Main.dfm / Main.txt < prev   
Text File  |  2000-03-13  |  18KB  |  635 lines

  1. object frmMain: TfrmMain
  2.   Left = 200
  3.   Top = 108
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'TSMDBGrid component demo application'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object pcMain: TPageControl
  15.     Left = 0
  16.     Top = 0
  17.     Width = 536
  18.     Height = 348
  19.     ActivePage = tsBoolean
  20.     Align = alClient
  21.     HotTrack = True
  22.     MultiLine = True
  23.     TabOrder = 0
  24.     OnChange = pcMainChange
  25.     object tsBoolean: TTabSheet
  26.       Caption = 'BooleanAsCheckbox'
  27.       object SMDBGridBoolean: TSMDBGrid
  28.         Left = 0
  29.         Top = 0
  30.         Width = 528
  31.         Height = 284
  32.         Align = alClient
  33.         Color = clInfoBk
  34.         DataSource = dSrcReservat
  35.         Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  36.         TabOrder = 0
  37.         TitleFont.Charset = DEFAULT_CHARSET
  38.         TitleFont.Color = clWindowText
  39.         TitleFont.Height = -11
  40.         TitleFont.Name = 'MS Sans Serif'
  41.         TitleFont.Style = []
  42.         ExOptions = [eoBooleanAsCheckBox, eoCellHint]
  43.         RegistryKey = 'Software\MikeShkolnik'
  44.         RegistrySection = 'SMDBGrid'
  45.         WidthOfIndicator = 11
  46.         ScrollBars = ssHorizontal
  47.         ColCount = 12
  48.         RowCount = 14
  49.         Col = 1
  50.         Row = 1
  51.       end
  52.     end
  53.     object tsSort: TTabSheet
  54.       Caption = 'Sort arrows in title'
  55.       object SMDBGridSort: TSMDBGrid
  56.         Left = 0
  57.         Top = 0
  58.         Width = 528
  59.         Height = 284
  60.         Align = alClient
  61.         Color = clInfoBk
  62.         DataSource = dSrcReservat
  63.         Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  64.         TabOrder = 0
  65.         TitleFont.Charset = DEFAULT_CHARSET
  66.         TitleFont.Color = clWindowText
  67.         TitleFont.Height = -11
  68.         TitleFont.Name = 'MS Sans Serif'
  69.         TitleFont.Style = []
  70.         ExOptions = [eoCellHint, eoDisableDelete, eoDisableInsert]
  71.         RegistryKey = 'Software\MikeShkolnik'
  72.         RegistrySection = 'SMDBGrid'
  73.         WidthOfIndicator = 11
  74.         ScrollBars = ssHorizontal
  75.         ColCount = 12
  76.         RowCount = 14
  77.         Col = 1
  78.         Row = 1
  79.       end
  80.     end
  81.     object tsStandardPopup: TTabSheet
  82.       Caption = 'StandardPopup'
  83.       object SMDBGridStandardPopup: TSMDBGrid
  84.         Left = 0
  85.         Top = 0
  86.         Width = 528
  87.         Height = 302
  88.         Align = alClient
  89.         Color = clInfoBk
  90.         DataSource = dSrcReservat
  91.         Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  92.         TabOrder = 0
  93.         TitleFont.Charset = DEFAULT_CHARSET
  94.         TitleFont.Color = clWindowText
  95.         TitleFont.Height = -11
  96.         TitleFont.Name = 'MS Sans Serif'
  97.         TitleFont.Style = []
  98.         ExOptions = [eoCellHint, eoStandardPopup]
  99.         RegistryKey = 'Software\MikeShkolnik'
  100.         RegistrySection = 'SMDBGrid'
  101.         WidthOfIndicator = 11
  102.         ScrollBars = ssHorizontal
  103.         ColCount = 12
  104.         RowCount = 15
  105.         Col = 1
  106.         Row = 1
  107.       end
  108.     end
  109.     object tsFixed: TTabSheet
  110.       Caption = 'FixedColumns'
  111.       object SMDBGridFixed: TSMDBGrid
  112.         Left = 0
  113.         Top = 0
  114.         Width = 528
  115.         Height = 302
  116.         Align = alClient
  117.         Color = clInfoBk
  118.         DataSource = dSrcReservat
  119.         Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  120.         TabOrder = 0
  121.         TitleFont.Charset = DEFAULT_CHARSET
  122.         TitleFont.Color = clWindowText
  123.         TitleFont.Height = -11
  124.         TitleFont.Name = 'MS Sans Serif'
  125.         TitleFont.Style = []
  126.         ExOptions = [eoBooleanAsCheckBox, eoCellHint]
  127.         FixedCols = 2
  128.         RegistryKey = 'Software\MikeShkolnik'
  129.         RegistrySection = 'SMDBGrid'
  130.         WidthOfIndicator = 11
  131.         ScrollBars = ssHorizontal
  132.         ColCount = 12
  133.         RowCount = 15
  134.         Col = 3
  135.         Row = 1
  136.       end
  137.     end
  138.     object tsMultiSelect: TTabSheet
  139.       Caption = 'MultiSelect + Checkbox in Indicator'
  140.       object SMDBGridMultiSelect: TSMDBGrid
  141.         Left = 0
  142.         Top = 0
  143.         Width = 528
  144.         Height = 302
  145.         Align = alClient
  146.         Color = clInfoBk
  147.         DataSource = dSrcReservat
  148.         Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit, dgMultiSelect]
  149.         TabOrder = 0
  150.         TitleFont.Charset = DEFAULT_CHARSET
  151.         TitleFont.Color = clWindowText
  152.         TitleFont.Height = -11
  153.         TitleFont.Name = 'MS Sans Serif'
  154.         TitleFont.Style = []
  155.         ExOptions = [eoCheckBoxSelect, eoCellHint, eoKeepSelection, eoLayout, eoStandardPopup]
  156.         RegistryKey = 'Software\MikeShkolnik'
  157.         RegistrySection = 'SMDBGrid'
  158.         WidthOfIndicator = 23
  159.         ScrollBars = ssHorizontal
  160.         ColCount = 12
  161.         RowCount = 15
  162.         Col = 1
  163.         Row = 1
  164.       end
  165.     end
  166.     object tsGlyph: TTabSheet
  167.       Caption = 'Glyphs in Indicator'
  168.       object imgGlyph1: TImage
  169.         Left = 336
  170.         Top = 232
  171.         Width = 17
  172.         Height = 13
  173.         Picture.Data = {<image000.bmp>}
  174.         Transparent = True
  175.         Visible = False
  176.       end
  177.       object imgGlyph2: TImage
  178.         Left = 360
  179.         Top = 232
  180.         Width = 15
  181.         Height = 12
  182.         Picture.Data = {<image001.bmp>}
  183.         Transparent = True
  184.         Visible = False
  185.       end
  186.       object SMDBGridGlyph: TSMDBGrid
  187.         Left = 0
  188.         Top = 0
  189.         Width = 528
  190.         Height = 302
  191.         Align = alClient
  192.         Color = clInfoBk
  193.         DataSource = dSrcReservat
  194.         Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit, dgMultiSelect]
  195.         TabOrder = 0
  196.         TitleFont.Charset = DEFAULT_CHARSET
  197.         TitleFont.Color = clWindowText
  198.         TitleFont.Height = -11
  199.         TitleFont.Name = 'MS Sans Serif'
  200.         TitleFont.Style = []
  201.         ExOptions = [eoENTERlikeTAB, eoKeepSelection, eoStandardPopup]
  202.         RegistryKey = 'Software\MikeSoft'
  203.         RegistrySection = 'SMDBGrid'
  204.         OnGetGlyph = SMDBGridGlyphGetGlyph
  205.         WidthOfIndicator = 27
  206.         ScrollBars = ssHorizontal
  207.         ColCount = 12
  208.         RowCount = 15
  209.         Col = 1
  210.         Row = 1
  211.       end
  212.     end
  213.     object tsLookup: TTabSheet
  214.       Caption = 'Show Lookups'
  215.       object SMDBGridLookup: TSMDBGrid
  216.         Left = 0
  217.         Top = 0
  218.         Width = 528
  219.         Height = 302
  220.         Align = alClient
  221.         Color = clInfoBk
  222.         DataSource = dSrcReservat
  223.         Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  224.         TabOrder = 0
  225.         TitleFont.Charset = DEFAULT_CHARSET
  226.         TitleFont.Color = clWindowText
  227.         TitleFont.Height = -11
  228.         TitleFont.Name = 'MS Sans Serif'
  229.         TitleFont.Style = []
  230.         ExOptions = [eoCellHint, eoShowLookup]
  231.         RegistryKey = 'Software\MikeShkolnik'
  232.         RegistrySection = 'SMDBGrid'
  233.         WidthOfIndicator = 11
  234.         ScrollBars = ssHorizontal
  235.         ColCount = 12
  236.         RowCount = 15
  237.         Col = 1
  238.         Row = 1
  239.         Columns = <
  240.           item
  241.             Color = 12639424
  242.             FieldName = 'CustNo'
  243.             Width = 55
  244.           end
  245.           item
  246.             FieldName = 'ResNo'
  247.             Width = 76
  248.           end
  249.           item
  250.             FieldName = 'EventNo'
  251.             Width = 66
  252.           end
  253.           item
  254.             FieldName = 'NumTickets'
  255.             Width = 66
  256.           end
  257.           item
  258.             FieldName = 'Paid'
  259.             PickList.Strings = (
  260.               'Yes'
  261.               'No')
  262.             Width = 54
  263.           end
  264.           item
  265.             FieldName = 'Amt_Paid'
  266.             Font.Charset = DEFAULT_CHARSET
  267.             Font.Color = clRed
  268.             Font.Height = -11
  269.             Font.Name = 'MS Sans Serif'
  270.             Font.Style = []
  271.           end
  272.           item
  273.             FieldName = 'Pay_Method'
  274.           end
  275.           item
  276.             FieldName = 'Card_No'
  277.           end
  278.           item
  279.             FieldName = 'Card_Exp'
  280.           end
  281.           item
  282.             FieldName = 'Pay_Notes'
  283.           end
  284.           item
  285.             FieldName = 'Purge_Date'
  286.           end>
  287.       end
  288.     end
  289.     object tsGraphics: TTabSheet
  290.       Caption = 'Graphics'
  291.       object Splitter1: TSplitter
  292.         Left = 0
  293.         Top = 145
  294.         Width = 0
  295.         Height = 3
  296.         Cursor = crVSplit
  297.         Align = alTop
  298.       end
  299.       object SMDBGridGraphic1: TSMDBGrid
  300.         Left = 0
  301.         Top = 0
  302.         Width = 0
  303.         Height = 145
  304.         Align = alTop
  305.         Color = clInfoBk
  306.         DataSource = dSrcBiolife
  307.         Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  308.         TabOrder = 0
  309.         TitleFont.Charset = DEFAULT_CHARSET
  310.         TitleFont.Color = clWindowText
  311.         TitleFont.Height = -11
  312.         TitleFont.Name = 'MS Sans Serif'
  313.         TitleFont.Style = []
  314.         ExOptions = [eoCellHint, eoDrawGraphicField, eoENTERlikeTAB, eoKeepSelection, eoStandardPopup]
  315.         RegistryKey = 'Software\MikeSoft'
  316.         RegistrySection = 'SMDBGrid'
  317.         WidthOfIndicator = 11
  318.         ScrollBars = ssHorizontal
  319.         ColCount = 9
  320.         RowCount = 8
  321.         Col = 1
  322.         Row = 1
  323.       end
  324.       object SMDBGridGraphic2: TSMDBGrid
  325.         Left = 0
  326.         Top = 148
  327.         Width = 528
  328.         Height = 154
  329.         Align = alClient
  330.         Color = clInfoBk
  331.         DataSource = dSrcBiolife
  332.         Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  333.         TabOrder = 1
  334.         TitleFont.Charset = DEFAULT_CHARSET
  335.         TitleFont.Color = clWindowText
  336.         TitleFont.Height = -11
  337.         TitleFont.Name = 'MS Sans Serif'
  338.         TitleFont.Style = []
  339.         ExOptions = [eoCellHint, eoENTERlikeTAB, eoKeepSelection, eoShowGlyphs, eoStandardPopup]
  340.         RegistryKey = 'Software\MikeSoft'
  341.         RegistrySection = 'SMDBGrid'
  342.         WidthOfIndicator = 11
  343.         ScrollBars = ssHorizontal
  344.         ColCount = 9
  345.         RowCount = 7
  346.         Col = 1
  347.         Row = 1
  348.       end
  349.     end
  350.     object tsNoAppendDelete: TTabSheet
  351.       Caption = 'Disable Append/Delete'
  352.       object SMDBGridNoAppendDelete: TSMDBGrid
  353.         Left = 0
  354.         Top = 0
  355.         Width = 528
  356.         Height = 302
  357.         Align = alClient
  358.         Color = clInfoBk
  359.         DataSource = dSrcReservat
  360.         Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  361.         TabOrder = 0
  362.         TitleFont.Charset = DEFAULT_CHARSET
  363.         TitleFont.Color = clWindowText
  364.         TitleFont.Height = -11
  365.         TitleFont.Name = 'MS Sans Serif'
  366.         TitleFont.Style = []
  367.         ExOptions = [eoCellHint, eoDisableDelete, eoDisableInsert]
  368.         RegistryKey = 'Software\MikeShkolnik'
  369.         RegistrySection = 'SMDBGrid'
  370.         WidthOfIndicator = 11
  371.         ScrollBars = ssHorizontal
  372.         ColCount = 12
  373.         RowCount = 15
  374.         Col = 1
  375.         Row = 1
  376.       end
  377.     end
  378.     object tsColors: TTabSheet
  379.       Caption = 'Two-color mode'
  380.       object SMDBGridColors: TSMDBGrid
  381.         Left = 0
  382.         Top = 0
  383.         Width = 528
  384.         Height = 302
  385.         Align = alClient
  386.         DataSource = dSrcReservat
  387.         Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  388.         TabOrder = 0
  389.         TitleFont.Charset = DEFAULT_CHARSET
  390.         TitleFont.Color = clWindowText
  391.         TitleFont.Height = -11
  392.         TitleFont.Name = 'MS Sans Serif'
  393.         TitleFont.Style = []
  394.         ExOptions = [eoCellHint, eoDisableDelete, eoDisableInsert]
  395.         OnGetCellParams = SMDBGridColorsGetCellParams
  396.         RegistryKey = 'Software\MikeShkolnik'
  397.         RegistrySection = 'SMDBGrid'
  398.         WidthOfIndicator = 11
  399.         ScrollBars = ssHorizontal
  400.         ColCount = 12
  401.         RowCount = 15
  402.         Col = 1
  403.         Row = 1
  404.       end
  405.     end
  406.     object tsEnterLikeTab: TTabSheet
  407.       Caption = 'Enter like Tab'
  408.       object SMDBGridEnterLikeTab: TSMDBGrid
  409.         Left = 0
  410.         Top = 0
  411.         Width = 528
  412.         Height = 284
  413.         Align = alClient
  414.         Color = clInfoBk
  415.         DataSource = dSrcReservat
  416.         Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  417.         TabOrder = 0
  418.         TitleFont.Charset = DEFAULT_CHARSET
  419.         TitleFont.Color = clWindowText
  420.         TitleFont.Height = -11
  421.         TitleFont.Name = 'MS Sans Serif'
  422.         TitleFont.Style = []
  423.         ExOptions = [eoBooleanAsCheckBox, eoCellHint, eoENTERlikeTAB]
  424.         RegistryKey = 'Software\MikeShkolnik'
  425.         RegistrySection = 'SMDBGrid'
  426.         WidthOfIndicator = 11
  427.         ScrollBars = ssHorizontal
  428.         ColCount = 12
  429.         RowCount = 14
  430.         Col = 1
  431.         Row = 1
  432.       end
  433.     end
  434.     object tsMultilined: TTabSheet
  435.       Caption = 'Multilined title'
  436.       object SMDBGrid1: TSMDBGrid
  437.         Left = 0
  438.         Top = 0
  439.         Width = 528
  440.         Height = 284
  441.         Align = alClient
  442.         Color = clInfoBk
  443.         DataSource = dSrcReservat
  444.         Font.Charset = DEFAULT_CHARSET
  445.         Font.Color = clWindowText
  446.         Font.Height = -11
  447.         Font.Name = 'MS Sans Serif'
  448.         Font.Style = []
  449.         Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  450.         ParentFont = False
  451.         TabOrder = 0
  452.         TitleFont.Charset = DEFAULT_CHARSET
  453.         TitleFont.Color = clNavy
  454.         TitleFont.Height = -11
  455.         TitleFont.Name = 'MS Sans Serif'
  456.         TitleFont.Style = [fsUnderline]
  457.         ExOptions = [eoBooleanAsCheckBox, eoCellHint]
  458.         RegistryKey = 'Software\MikeShkolnik'
  459.         RegistrySection = 'SMDBGrid'
  460.         WidthOfIndicator = 11
  461.         ScrollBars = ssHorizontal
  462.         ColCount = 12
  463.         RowCount = 13
  464.         Col = 1
  465.         Row = 1
  466.         Columns = <
  467.           item
  468.             Color = 12639424
  469.             FieldName = 'CustNo'
  470.             Title.Alignment = taCenter
  471.             Title.Caption = 'Customer No'
  472.             Width = 56
  473.           end
  474.           item
  475.             FieldName = 'ResNo'
  476.             Width = 98
  477.           end
  478.           item
  479.             FieldName = 'EventNo'
  480.           end
  481.           item
  482.             FieldName = 'NumTickets'
  483.             Title.Alignment = taCenter
  484.             Title.Caption = 'Number of Tickets'
  485.             Width = 71
  486.           end
  487.           item
  488.             FieldName = 'Paid'
  489.             Width = 33
  490.           end
  491.           item
  492.             FieldName = 'Amt_Paid'
  493.             Font.Charset = DEFAULT_CHARSET
  494.             Font.Color = clRed
  495.             Font.Height = -11
  496.             Font.Name = 'MS Sans Serif'
  497.             Font.Style = []
  498.             Title.Caption = 'Amount Paid'
  499.             Width = 81
  500.           end
  501.           item
  502.             Color = 12639424
  503.             FieldName = 'Pay_Method'
  504.           end
  505.           item
  506.             FieldName = 'Card_No'
  507.           end
  508.           item
  509.             FieldName = 'Card_Exp'
  510.           end
  511.           item
  512.             FieldName = 'Pay_Notes'
  513.           end
  514.           item
  515.             FieldName = 'Purge_Date'
  516.           end>
  517.       end
  518.     end
  519.   end
  520.   object dSrcReservat: TDataSource
  521.     DataSet = tblReservat
  522.     Left = 84
  523.     Top = 88
  524.   end
  525.   object tblReservat: TTable
  526.     Active = True
  527.     CachedUpdates = True
  528.     DatabaseName = 'DBDEMOS'
  529.     IndexFieldNames = 'CustNo'
  530.     TableName = 'RESERVAT.DB'
  531.     Left = 116
  532.     Top = 88
  533.     object tblReservatCustNo: TIntegerField
  534.       DisplayWidth = 16
  535.       FieldName = 'CustNo'
  536.     end
  537.     object tblReservatResNo: TAutoIncField
  538.       DisplayWidth = 18
  539.       FieldName = 'ResNo'
  540.     end
  541.     object tblReservatEventNo: TIntegerField
  542.       DisplayWidth = 16
  543.       FieldName = 'EventNo'
  544.     end
  545.     object tblReservatNumTickets: TIntegerField
  546.       DisplayWidth = 14
  547.       FieldName = 'NumTickets'
  548.     end
  549.     object tblReservatPaid: TBooleanField
  550.       DefaultExpression = 'True'
  551.       DisplayWidth = 11
  552.       FieldName = 'Paid'
  553.       DisplayValues = 'Yes;No'
  554.     end
  555.     object tblReservatAmt_Paid: TCurrencyField
  556.       DisplayWidth = 25
  557.       FieldName = 'Amt_Paid'
  558.     end
  559.     object tblReservatPay_Method: TStringField
  560.       DisplayWidth = 33
  561.       FieldName = 'Pay_Method'
  562.       Size = 10
  563.     end
  564.     object tblReservatCard_No: TStringField
  565.       DisplayWidth = 61
  566.       FieldName = 'Card_No'
  567.     end
  568.     object tblReservatCard_Exp: TDateField
  569.       DisplayWidth = 33
  570.       FieldName = 'Card_Exp'
  571.     end
  572.     object tblReservatPay_Notes: TMemoField
  573.       DisplayWidth = 33
  574.       FieldName = 'Pay_Notes'
  575.       BlobType = ftMemo
  576.       Size = 30
  577.     end
  578.     object tblReservatPurge_Date: TDateField
  579.       DisplayWidth = 33
  580.       FieldName = 'Purge_Date'
  581.     end
  582.   end
  583.   object tblCustomer: TTable
  584.     Active = True
  585.     CachedUpdates = True
  586.     DatabaseName = 'DBDEMOS'
  587.     TableName = 'CUSTOMER.DB'
  588.     Left = 124
  589.     Top = 120
  590.   end
  591.   object tblBiolife: TTable
  592.     Active = True
  593.     CachedUpdates = True
  594.     DatabaseName = 'DBDEMOS'
  595.     TableName = 'BIOLIFE.DB'
  596.     Left = 124
  597.     Top = 152
  598.     object tblBiolifeSpeciesNo: TFloatField
  599.       FieldName = 'Species No'
  600.     end
  601.     object tblBiolifeCategory: TStringField
  602.       FieldName = 'Category'
  603.       Size = 15
  604.     end
  605.     object tblBiolifeCommon_Name: TStringField
  606.       FieldName = 'Common_Name'
  607.       Size = 30
  608.     end
  609.     object tblBiolifeGraphic: TGraphicField
  610.       FieldName = 'Graphic'
  611.       BlobType = ftGraphic
  612.     end
  613.     object tblBiolifeSpeciesName: TStringField
  614.       FieldName = 'Species Name'
  615.       Size = 40
  616.     end
  617.     object tblBiolifeLengthcm: TFloatField
  618.       FieldName = 'Length (cm)'
  619.     end
  620.     object tblBiolifeLength_In: TFloatField
  621.       FieldName = 'Length_In'
  622.     end
  623.     object tblBiolifeNotes: TMemoField
  624.       FieldName = 'Notes'
  625.       BlobType = ftMemo
  626.       Size = 50
  627.     end
  628.   end
  629.   object dSrcBiolife: TDataSource
  630.     DataSet = tblBiolife
  631.     Left = 92
  632.     Top = 152
  633.   end
  634. end
  635.