home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Database / ejemplos / tclientdataset / Unit1.~df / Unit1.txt
Encoding:
Text File  |  1999-03-29  |  3.2 KB  |  148 lines

  1. object Form1: TForm1
  2.   Left = 206
  3.   Top = 133
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object DBGrid1: TDBGrid
  17.     Left = 32
  18.     Top = 128
  19.     Width = 320
  20.     Height = 120
  21.     DataSource = DataSource1
  22.     TabOrder = 0
  23.     TitleFont.Charset = DEFAULT_CHARSET
  24.     TitleFont.Color = clWindowText
  25.     TitleFont.Height = -11
  26.     TitleFont.Name = 'MS Sans Serif'
  27.     TitleFont.Style = []
  28.   end
  29.   object DBNavigator1: TDBNavigator
  30.     Left = 32
  31.     Top = 88
  32.     Width = 240
  33.     Height = 25
  34.     DataSource = DataSource1
  35.     TabOrder = 1
  36.   end
  37.   object Button1: TButton
  38.     Left = 128
  39.     Top = 24
  40.     Width = 75
  41.     Height = 25
  42.     Caption = '&Indexar'
  43.     TabOrder = 2
  44.     OnClick = Button1Click
  45.   end
  46.   object Button2: TButton
  47.     Left = 216
  48.     Top = 24
  49.     Width = 75
  50.     Height = 25
  51.     Caption = '&Deshacer'
  52.     TabOrder = 3
  53.     OnClick = Button2Click
  54.   end
  55.   object Button3: TButton
  56.     Left = 128
  57.     Top = 64
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'Button3'
  61.     TabOrder = 4
  62.     OnClick = Button3Click
  63.   end
  64.   object Button4: TButton
  65.     Left = 240
  66.     Top = 64
  67.     Width = 75
  68.     Height = 25
  69.     Caption = 'Button4'
  70.     TabOrder = 5
  71.     OnClick = Button4Click
  72.   end
  73.   object ClientDataSet1: TClientDataSet
  74.     Active = True
  75.     Aggregates = <>
  76.     FileName = 'c:\prueba1'
  77.     FieldDefs = <
  78.       item
  79.         Name = 'nombre'
  80.         DataType = ftString
  81.         Size = 20
  82.       end
  83.       item
  84.         Name = 'apellidos'
  85.         DataType = ftString
  86.         Size = 20
  87.       end
  88.       item
  89.         Name = 'direccion'
  90.         DataType = ftString
  91.         Size = 20
  92.       end
  93.       item
  94.         Name = 'telefono'
  95.         DataType = ftInteger
  96.       end
  97.       item
  98.         Name = 'fax'
  99.         DataType = ftInteger
  100.       end
  101.       item
  102.         Name = 'email'
  103.         DataType = ftString
  104.         Size = 20
  105.       end>
  106.     IndexDefs = <
  107.       item
  108.         Name = 'xnombre'
  109.         Fields = 'nombre'
  110.         Options = [ixCaseInsensitive]
  111.       end>
  112.     Params = <>
  113.     StoreDefs = True
  114.     Left = 64
  115.     Top = 24
  116.     Data = {
  117.       A80000009619E0BD010000001800000006000000000003000000A800066E6F6D
  118.       6272650100490000000100055749445448020002001400096170656C6C69646F
  119.       73010049000000010005574944544802000200140009646972656363696F6E01
  120.       004900000001000557494454480200020014000874656C65666F6E6F04000100
  121.       0000000003666178040001000000000005656D61696C01004900000001000557
  122.       494454480200020014000000}
  123.     object ClientDataSet1nombre: TStringField
  124.       FieldName = 'nombre'
  125.     end
  126.     object ClientDataSet1apellidos: TStringField
  127.       FieldName = 'apellidos'
  128.     end
  129.     object ClientDataSet1direccion: TStringField
  130.       FieldName = 'direccion'
  131.     end
  132.     object ClientDataSet1telefono: TIntegerField
  133.       FieldName = 'telefono'
  134.     end
  135.     object ClientDataSet1fax: TIntegerField
  136.       FieldName = 'fax'
  137.     end
  138.     object ClientDataSet1email: TStringField
  139.       FieldName = 'email'
  140.     end
  141.   end
  142.   object DataSource1: TDataSource
  143.     DataSet = ClientDataSet1
  144.     Left = 32
  145.     Top = 24
  146.   end
  147. end
  148.