home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Demo / salarii / Upgrade / salarii.exe / 0 / RCDATA / TFVERIFDEPART / TFVERIFDEPART.txt
Encoding:
Text File  |  2003-10-10  |  3.4 KB  |  163 lines

  1. object FVerifDepart: TFVerifDepart
  2.   Left = 283
  3.   Top = 177
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'FVerifDepart'
  7.   ClientHeight = 287
  8.   ClientWidth = 601
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object DBG1: TDBGrid
  22.     Left = 0
  23.     Top = 33
  24.     Width = 601
  25.     Height = 213
  26.     Align = alClient
  27.     DataSource = DV.dsVerifDep
  28.     Font.Charset = ANSI_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -12
  31.     Font.Name = 'Arial'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     ReadOnly = True
  35.     TabOrder = 0
  36.     TitleFont.Charset = DEFAULT_CHARSET
  37.     TitleFont.Color = clWindowText
  38.     TitleFont.Height = -11
  39.     TitleFont.Name = 'MS Sans Serif'
  40.     TitleFont.Style = []
  41.     OnDblClick = BDepClick
  42.     OnKeyDown = DBG1KeyDown
  43.     Columns = <
  44.       item
  45.         Expanded = False
  46.         FieldName = 'MARCA'
  47.         Width = 45
  48.         Visible = True
  49.       end
  50.       item
  51.         Expanded = False
  52.         FieldName = 'CATEGORIE'
  53.         Width = 25
  54.         Visible = True
  55.       end
  56.       item
  57.         Expanded = False
  58.         FieldName = 'TIP'
  59.         Visible = True
  60.       end
  61.       item
  62.         Expanded = False
  63.         FieldName = 'NUME'
  64.         Width = 110
  65.         Visible = True
  66.       end
  67.       item
  68.         Expanded = False
  69.         FieldName = 'PRENUME'
  70.         Width = 135
  71.         Visible = True
  72.       end
  73.       item
  74.         Expanded = False
  75.         FieldName = 'CODNUMPERS'
  76.         Width = 95
  77.         Visible = True
  78.       end
  79.       item
  80.         Expanded = False
  81.         FieldName = 'FUNCTIE'
  82.         Width = 120
  83.         Visible = True
  84.       end>
  85.   end
  86.   object Panel1: TPanel
  87.     Left = 0
  88.     Top = 0
  89.     Width = 601
  90.     Height = 33
  91.     Align = alTop
  92.     TabOrder = 1
  93.     object lNumeFirma: TLabelEffect
  94.       Left = 1
  95.       Top = 1
  96.       Width = 599
  97.       Height = 31
  98.       ColourShadow = clGray
  99.       GraduateFrom = clWindowText
  100.       StyleHighlight = eoExtrude
  101.       StyleShadow = eoGraduated
  102.       ColourScheme = csText
  103.       Align = alClient
  104.       Alignment = taCenter
  105.       Caption = 'Persoane fara departament'
  106.       Font.Charset = ANSI_CHARSET
  107.       Font.Color = clBlack
  108.       Font.Height = -16
  109.       Font.Name = 'Arial'
  110.       Font.Style = [fsBold]
  111.       ParentFont = False
  112.     end
  113.   end
  114.   object Panel2: TPanel
  115.     Left = 0
  116.     Top = 246
  117.     Width = 601
  118.     Height = 41
  119.     Align = alBottom
  120.     TabOrder = 2
  121.     object BDep: TB
  122.       Left = 9
  123.       Top = 6
  124.       Width = 130
  125.       Height = 30
  126.       Caption = '&Alegere departament'
  127.       Font.Charset = ANSI_CHARSET
  128.       Font.Color = clBtnText
  129.       Font.Height = -12
  130.       Font.Name = 'Arial'
  131.       Font.Style = []
  132.       ParentFont = False
  133.       TabOrder = 0
  134.       OnClick = BDepClick
  135.     end
  136.     object Panel3: TPanel
  137.       Left = 456
  138.       Top = 1
  139.       Width = 144
  140.       Height = 39
  141.       Align = alRight
  142.       BevelOuter = bvNone
  143.       TabOrder = 1
  144.       object B2: TB
  145.         Left = 8
  146.         Top = 5
  147.         Width = 130
  148.         Height = 30
  149.         Cancel = True
  150.         Caption = '&Iesire'
  151.         Font.Charset = ANSI_CHARSET
  152.         Font.Color = clBtnText
  153.         Font.Height = -12
  154.         Font.Name = 'Arial'
  155.         Font.Style = []
  156.         ModalResult = 2
  157.         ParentFont = False
  158.         TabOrder = 0
  159.       end
  160.     end
  161.   end
  162. end
  163.