Clients.dfm
上传用户:fuxingtt
上传日期:2022-04-05
资源大小:49k
文件大小:4k
源码类别:

行业应用

开发平台:

Delphi

  1. object Infos: TInfos
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsSingle
  5.   Caption = 'Infos'
  6.   ClientHeight = 467
  7.   ClientWidth = 473
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LabNom: TLabel
  21.     Left = 8
  22.     Top = 230
  23.     Width = 28
  24.     Height = 13
  25.     Caption = 'Nom :'
  26.   end
  27.   object LabPrenom: TLabel
  28.     Left = 256
  29.     Top = 230
  30.     Width = 43
  31.     Height = 13
  32.     Caption = 'Pr'#233'nom :'
  33.   end
  34.   object LabFixe: TLabel
  35.     Left = 8
  36.     Top = 270
  37.     Width = 48
  38.     Height = 13
  39.     Caption = 'T'#233'l. Fixe :'
  40.   end
  41.   object LabPortable: TLabel
  42.     Left = 8
  43.     Top = 310
  44.     Width = 68
  45.     Height = 13
  46.     Caption = 'T'#233'l. Portable :'
  47.   end
  48.   object LabAdresse: TLabel
  49.     Left = 176
  50.     Top = 270
  51.     Width = 46
  52.     Height = 13
  53.     Caption = 'Adresse :'
  54.   end
  55.   object LabEmail: TLabel
  56.     Left = 8
  57.     Top = 390
  58.     Width = 31
  59.     Height = 13
  60.     Caption = 'Email :'
  61.   end
  62.   object LabNaissance: TLabel
  63.     Left = 8
  64.     Top = 350
  65.     Width = 96
  66.     Height = 13
  67.     Caption = 'Date de Naissance :'
  68.   end
  69.   object LabNumero: TLabel
  70.     Left = 8
  71.     Top = 192
  72.     Width = 67
  73.     Height = 13
  74.     Caption = 'Num'#233'ro Client'
  75.   end
  76.   object DBGrid1: TDBGrid
  77.     Left = 0
  78.     Top = 0
  79.     Width = 473
  80.     Height = 185
  81.     Color = clInfoBk
  82.     DataSource = DataSource1
  83.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit, dgTitleClick, dgTitleHotTrack]
  84.     TabOrder = 0
  85.     TitleFont.Charset = DEFAULT_CHARSET
  86.     TitleFont.Color = clWindowText
  87.     TitleFont.Height = -11
  88.     TitleFont.Name = 'Tahoma'
  89.     TitleFont.Style = []
  90.     Columns = <
  91.       item
  92.         Expanded = False
  93.         FieldName = 'Numero'
  94.         Visible = True
  95.       end
  96.       item
  97.         Expanded = False
  98.         FieldName = 'Nom'
  99.         Width = 188
  100.         Visible = True
  101.       end
  102.       item
  103.         Expanded = False
  104.         FieldName = 'Prenom'
  105.         Width = 203
  106.         Visible = True
  107.       end>
  108.   end
  109.   object Nom: TDBEdit
  110.     Left = 8
  111.     Top = 245
  112.     Width = 242
  113.     Height = 21
  114.     CharCase = ecUpperCase
  115.     DataField = 'Nom'
  116.     DataSource = DataSource1
  117.     Font.Charset = DEFAULT_CHARSET
  118.     Font.Color = clWindowText
  119.     Font.Height = -11
  120.     Font.Name = 'Tahoma'
  121.     Font.Style = [fsBold]
  122.     ParentFont = False
  123.     TabOrder = 2
  124.   end
  125.   object Prenom: TDBEdit
  126.     Left = 256
  127.     Top = 245
  128.     Width = 209
  129.     Height = 21
  130.     DataField = 'Prenom'
  131.     DataSource = DataSource1
  132.     TabOrder = 3
  133.   end
  134.   object NumFixe: TDBEdit
  135.     Left = 8
  136.     Top = 285
  137.     Width = 153
  138.     Height = 21
  139.     DataField = 'Telephone'
  140.     DataSource = DataSource1
  141.     TabOrder = 4
  142.   end
  143.   object NumPortable: TDBEdit
  144.     Left = 8
  145.     Top = 325
  146.     Width = 153
  147.     Height = 21
  148.     DataField = 'Portable'
  149.     DataSource = DataSource1
  150.     TabOrder = 5
  151.   end
  152.   object DBNavigator1: TDBNavigator
  153.     Left = 109
  154.     Top = 430
  155.     Width = 260
  156.     Height = 33
  157.     DataSource = DataSource1
  158.     ParentShowHint = False
  159.     ShowHint = True
  160.     TabOrder = 9
  161.   end
  162.   object Naissance: TDBEdit
  163.     Left = 8
  164.     Top = 365
  165.     Width = 153
  166.     Height = 21
  167.     DataField = 'Naissance'
  168.     DataSource = DataSource1
  169.     TabOrder = 6
  170.   end
  171.   object Email: TDBEdit
  172.     Left = 8
  173.     Top = 405
  174.     Width = 457
  175.     Height = 21
  176.     DataField = 'Email'
  177.     DataSource = DataSource1
  178.     TabOrder = 8
  179.   end
  180.   object Client: TDBEdit
  181.     Left = 8
  182.     Top = 208
  183.     Width = 113
  184.     Height = 21
  185.     DataField = 'Numero'
  186.     DataSource = DataSource1
  187.     TabOrder = 1
  188.   end
  189.   object Adresse: TDBMemo
  190.     Left = 176
  191.     Top = 285
  192.     Width = 289
  193.     Height = 101
  194.     DataField = 'Adresse'
  195.     DataSource = DataSource1
  196.     TabOrder = 7
  197.   end
  198.   object ADOConnection1: TADOConnection
  199.     LoginPrompt = False
  200.     Provider = 'Microsoft.Jet.OLEDB.4.0'
  201.     Left = 400
  202.     Top = 40
  203.   end
  204.   object ADOTable1: TADOTable
  205.     Connection = ADOConnection1
  206.     TableName = 'Clients'
  207.     Left = 400
  208.     Top = 96
  209.   end
  210.   object DataSource1: TDataSource
  211.     DataSet = ADOTable1
  212.     Left = 320
  213.     Top = 40
  214.   end
  215. end