home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / rzcomps.exe / DEMO / DATAFRM2.DF_ / DATAFRM2.DF / DATAFRM2.txt next >
Text File  |  1996-10-18  |  8KB  |  377 lines

  1. object FrmData2: TFrmData2
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'More Data-Aware Components'
  6.   ClientHeight = 317
  7.   ClientWidth = 398
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   TextHeight = 13
  19.   object RzDBLabel1: TRzDBLabel
  20.     Left = 56
  21.     Top = 276
  22.     Width = 203
  23.     Height = 29
  24.     Hint = 'This is an RzDBLabel'
  25.     TextStyle = tsRaised
  26.     AutoSize = False
  27.     Caption = 'Enjoys horseback riding and paints.'
  28.     Font.Color = clNavy
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     WordWrap = True
  34.     DataField = 'INTERESTS'
  35.     DataSource = SrcClients
  36.   end
  37.   object RzLabel1: TRzLabel
  38.     Left = 8
  39.     Top = 12
  40.     Width = 149
  41.     Height = 41
  42.     TextStyle = tsNormal
  43.     Caption = 
  44.       'This form uses the Clients table from the DBDEMOS database that ' +
  45.       'was shipped with Delphi.'
  46.     Font.Color = clNavy
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     WordWrap = True
  52.   end
  53.   object RzLabel9: TRzLabel
  54.     Left = 8
  55.     Top = 276
  56.     Width = 40
  57.     Height = 13
  58.     TextStyle = tsNormal
  59.     Caption = 'Interests'
  60.   end
  61.   object BtnOK: TButton
  62.     Left = 314
  63.     Top = 280
  64.     Width = 75
  65.     Height = 25
  66.     Caption = 'Done'
  67.     ModalResult = 1
  68.     TabOrder = 4
  69.   end
  70.   object DBGrid1: TDBGrid
  71.     Left = 8
  72.     Top = 60
  73.     Width = 381
  74.     Height = 73
  75.     DataSource = SrcClients
  76.     TabOrder = 2
  77.     TitleFont.Color = clWindowText
  78.     TitleFont.Height = -11
  79.     TitleFont.Name = 'MS Sans Serif'
  80.     TitleFont.Style = []
  81.   end
  82.   object DBNavigator1: TDBNavigator
  83.     Left = 172
  84.     Top = 28
  85.     Width = 208
  86.     Height = 25
  87.     DataSource = SrcClients
  88.     VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel]
  89.     TabOrder = 3
  90.   end
  91.   object GrpRiskLevel: TGroupBox
  92.     Left = 268
  93.     Top = 144
  94.     Width = 121
  95.     Height = 125
  96.     Caption = 'Risk Level'
  97.     TabOrder = 1
  98.     object TrkRisk: TRzDBTrackBar
  99.       Left = 8
  100.       Top = 16
  101.       Width = 40
  102.       Height = 106
  103.       Max = 2
  104.       Orientation = orVertical
  105.       Position = 1
  106.       ThumbStyle = tsBox
  107.       TrackOffset = 16
  108.       TabOrder = 0
  109.       DataField = 'RISK_LEVEL'
  110.       DataSource = SrcClients
  111.       Values.Strings = (
  112.         'LOW'
  113.         'MED'
  114.         'HIGH')
  115.     end
  116.     object GrpRisk: TRzDBRadioGroup
  117.       Left = 52
  118.       Top = 20
  119.       Width = 65
  120.       Height = 69
  121.       ItemFont.Color = clWindowText
  122.       ItemFont.Height = -11
  123.       ItemFont.Name = 'MS Sans Serif'
  124.       ItemFont.Style = []
  125.       StartXPos = 0
  126.       GroupStyle = gsCustom
  127.       VerticalSpacing = 7
  128.       DataField = 'RISK_LEVEL'
  129.       DataSource = SrcClients
  130.       Items.Strings = (
  131.         'High'
  132.         'Medium'
  133.         'Low')
  134.       Values.Strings = (
  135.         'HIGH'
  136.         'MED'
  137.         'LOW')
  138.       FrameSides = []
  139.       TabOrder = 1
  140.     end
  141.   end
  142.   object GroupBox1: TGroupBox
  143.     Left = 4
  144.     Top = 144
  145.     Width = 253
  146.     Height = 125
  147.     Caption = 'RzDBLineEdit Components'
  148.     TabOrder = 0
  149.     object RzLabel2: TRzLabel
  150.       Left = 8
  151.       Top = 100
  152.       Width = 16
  153.       Height = 11
  154.       TextStyle = tsNormal
  155.       Caption = 'City'
  156.       Font.Color = clGray
  157.       Font.Height = -9
  158.       Font.Name = 'Small Fonts'
  159.       Font.Style = []
  160.       ParentFont = False
  161.     end
  162.     object RzLabel3: TRzLabel
  163.       Left = 140
  164.       Top = 100
  165.       Width = 22
  166.       Height = 11
  167.       TextStyle = tsNormal
  168.       Caption = 'State'
  169.       Font.Color = clGray
  170.       Font.Height = -9
  171.       Font.Name = 'Small Fonts'
  172.       Font.Style = []
  173.       ParentFont = False
  174.     end
  175.     object RzLabel4: TRzLabel
  176.       Left = 196
  177.       Top = 100
  178.       Width = 13
  179.       Height = 11
  180.       TextStyle = tsNormal
  181.       Caption = 'Zip'
  182.       Font.Color = clGray
  183.       Font.Height = -9
  184.       Font.Name = 'Small Fonts'
  185.       Font.Style = []
  186.       ParentFont = False
  187.     end
  188.     object RzLabel5: TRzLabel
  189.       Left = 8
  190.       Top = 68
  191.       Width = 35
  192.       Height = 11
  193.       TextStyle = tsNormal
  194.       Caption = 'Address'
  195.       Font.Color = clGray
  196.       Font.Height = -9
  197.       Font.Name = 'Small Fonts'
  198.       Font.Style = []
  199.       ParentFont = False
  200.     end
  201.     object RzLabel6: TRzLabel
  202.       Left = 8
  203.       Top = 36
  204.       Width = 46
  205.       Height = 11
  206.       TextStyle = tsNormal
  207.       Caption = 'First Name'
  208.       Font.Color = clGray
  209.       Font.Height = -9
  210.       Font.Name = 'Small Fonts'
  211.       Font.Style = []
  212.       ParentFont = False
  213.     end
  214.     object RzLabel7: TRzLabel
  215.       Left = 140
  216.       Top = 36
  217.       Width = 45
  218.       Height = 11
  219.       TextStyle = tsNormal
  220.       Caption = 'Last Name'
  221.       Font.Color = clGray
  222.       Font.Height = -9
  223.       Font.Name = 'Small Fonts'
  224.       Font.Style = []
  225.       ParentFont = False
  226.     end
  227.     object RzLabel8: TRzLabel
  228.       Left = 128
  229.       Top = 80
  230.       Width = 7
  231.       Height = 24
  232.       TextStyle = tsNormal
  233.       Caption = ','
  234.       Font.Color = clWindowText
  235.       Font.Height = -19
  236.       Font.Name = 'MS Sans Serif'
  237.       Font.Style = [fsBold]
  238.       ParentFont = False
  239.     end
  240.     object EdtFirstName: TRzDBLineEdit
  241.       Left = 8
  242.       Top = 16
  243.       Width = 117
  244.       Height = 19
  245.       DataField = 'FIRST_NAME'
  246.       DataSource = SrcClients
  247.       MaxLength = 20
  248.       ParentColor = True
  249.       ParentCtl3D = False
  250.       TabOrder = 0
  251.       LineStyle = lsGroove
  252.     end
  253.     object EdtLastName: TRzDBLineEdit
  254.       Left = 140
  255.       Top = 16
  256.       Width = 101
  257.       Height = 19
  258.       DataField = 'LAST_NAME'
  259.       DataSource = SrcClients
  260.       MaxLength = 20
  261.       ParentColor = True
  262.       ParentCtl3D = False
  263.       TabOrder = 1
  264.       LineStyle = lsGroove
  265.     end
  266.     object EdtAddress: TRzDBLineEdit
  267.       Left = 8
  268.       Top = 48
  269.       Width = 233
  270.       Height = 19
  271.       DataField = 'ADDRESS_1'
  272.       DataSource = SrcClients
  273.       MaxLength = 20
  274.       ParentColor = True
  275.       ParentCtl3D = False
  276.       TabOrder = 2
  277.       LineStyle = lsGroove
  278.     end
  279.     object EdtCity: TRzDBLineEdit
  280.       Left = 8
  281.       Top = 80
  282.       Width = 117
  283.       Height = 19
  284.       DataField = 'CITY'
  285.       DataSource = SrcClients
  286.       MaxLength = 20
  287.       ParentColor = True
  288.       ParentCtl3D = False
  289.       TabOrder = 3
  290.       LineStyle = lsGroove
  291.     end
  292.     object EdtState: TRzDBLineEdit
  293.       Left = 140
  294.       Top = 80
  295.       Width = 45
  296.       Height = 19
  297.       CharCase = ecUpperCase
  298.       DataField = 'STATE'
  299.       DataSource = SrcClients
  300.       MaxLength = 2
  301.       ParentColor = True
  302.       ParentCtl3D = False
  303.       TabOrder = 4
  304.       LineStyle = lsGroove
  305.     end
  306.     object EdtZip: TRzDBLineEdit
  307.       Left = 196
  308.       Top = 80
  309.       Width = 45
  310.       Height = 19
  311.       DataField = 'ZIP'
  312.       DataSource = SrcClients
  313.       MaxLength = 5
  314.       ParentColor = True
  315.       ParentCtl3D = False
  316.       TabOrder = 5
  317.       LineStyle = lsGroove
  318.     end
  319.   end
  320.   object TblClients: TTable
  321.     Active = True
  322.     DatabaseName = 'DBDEMOS'
  323.     TableName = 'CLIENTS.DBF'
  324.     Left = 260
  325.     Top = 28
  326.     object TblClientsLAST_NAME: TStringField
  327.       DisplayLabel = 'Last Name'
  328.       DisplayWidth = 13
  329.       FieldName = 'LAST_NAME'
  330.     end
  331.     object TblClientsFIRST_NAME: TStringField
  332.       DisplayLabel = 'First Name'
  333.       DisplayWidth = 15
  334.       FieldName = 'FIRST_NAME'
  335.     end
  336.     object TblClientsRISK_LEVEL: TStringField
  337.       DisplayLabel = 'Risk Level'
  338.       DisplayWidth = 12
  339.       FieldName = 'RISK_LEVEL'
  340.       Size = 8
  341.     end
  342.     object TblClientsADDRESS_1: TStringField
  343.       DisplayLabel = 'Address'
  344.       DisplayWidth = 26
  345.       FieldName = 'ADDRESS_1'
  346.     end
  347.     object TblClientsCITY: TStringField
  348.       DisplayLabel = 'City'
  349.       DisplayWidth = 15
  350.       FieldName = 'CITY'
  351.     end
  352.     object TblClientsSTATE: TStringField
  353.       DisplayLabel = 'State'
  354.       DisplayWidth = 7
  355.       FieldName = 'STATE'
  356.       Size = 2
  357.     end
  358.     object TblClientsZIP: TStringField
  359.       DisplayLabel = 'Zip'
  360.       DisplayWidth = 7
  361.       FieldName = 'ZIP'
  362.       Size = 5
  363.     end
  364.     object TblClientsINTERESTS: TStringField
  365.       DisplayLabel = 'Interests'
  366.       DisplayWidth = 173
  367.       FieldName = 'INTERESTS'
  368.       Size = 120
  369.     end
  370.   end
  371.   object SrcClients: TDataSource
  372.     DataSet = TblClients
  373.     Left = 288
  374.     Top = 28
  375.   end
  376. end
  377.