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

  1. object FAvansCo: TFAvansCo
  2.   Left = 208
  3.   Top = 130
  4.   Width = 760
  5.   Height = 498
  6.   Caption = 'Avans Concediu'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDesktopCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 15
  19.   object Panel3: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 752
  23.     Height = 48
  24.     Align = alTop
  25.     BevelInner = bvLowered
  26.     BorderWidth = 2
  27.     Caption = ' '
  28.     TabOrder = 0
  29.     object Image1: TImage
  30.       Left = 4
  31.       Top = 4
  32.       Width = 41
  33.       Height = 40
  34.       Hint = '(c) Integrator Soft'#13#10'Relatii la:'#13#10'  0268 427 700'#13#10'  0722 248 908'
  35.       Align = alLeft
  36.       ParentShowHint = False
  37.       Picture.Data = {<image000.ico>}
  38.       ShowHint = True
  39.     end
  40.     object lNumeFirma: TLabelEffect
  41.       Left = 45
  42.       Top = 4
  43.       Width = 234
  44.       Height = 40
  45.       ColourShadow = clGray
  46.       GraduateFrom = clWindowText
  47.       StyleHighlight = eoExtrude
  48.       StyleShadow = eoGraduated
  49.       ColourScheme = csText
  50.       Align = alClient
  51.       Caption = 'WWWWWWWW'
  52.       Font.Charset = ANSI_CHARSET
  53.       Font.Color = clBlack
  54.       Font.Height = -16
  55.       Font.Name = 'Arial'
  56.       Font.Style = [fsBold]
  57.       ParentFont = False
  58.     end
  59.     object DBNavigator1: TDBNavigator
  60.       Left = 279
  61.       Top = 4
  62.       Width = 105
  63.       Height = 40
  64.       DataSource = DV.dAvansCO
  65.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  66.       Align = alRight
  67.       Flat = True
  68.       ParentShowHint = False
  69.       ShowHint = True
  70.       TabOrder = 0
  71.     end
  72.     object Panel2: TPanel
  73.       Left = 384
  74.       Top = 4
  75.       Width = 364
  76.       Height = 40
  77.       Align = alRight
  78.       BevelOuter = bvNone
  79.       TabOrder = 1
  80.       object Label1: TLabel
  81.         Left = 6
  82.         Top = 3
  83.         Width = 34
  84.         Height = 15
  85.         Anchors = [akTop, akRight]
  86.         Caption = 'Nume'
  87.       end
  88.       object DBText1: TDBText
  89.         Left = 42
  90.         Top = 3
  91.         Width = 107
  92.         Height = 17
  93.         Anchors = [akTop, akRight]
  94.         Color = clInfoBk
  95.         DataField = 'NUME'
  96.         DataSource = DV.dAvansCO
  97.         ParentColor = False
  98.       end
  99.       object Label3: TLabel
  100.         Left = 154
  101.         Top = 3
  102.         Width = 53
  103.         Height = 13
  104.         Anchors = [akTop, akRight]
  105.         AutoSize = False
  106.         Caption = 'Prenume'
  107.       end
  108.       object DBText2: TDBText
  109.         Left = 208
  110.         Top = 3
  111.         Width = 153
  112.         Height = 17
  113.         Anchors = [akRight]
  114.         Color = clInfoBk
  115.         DataField = 'PRENUME'
  116.         DataSource = DV.dAvansCO
  117.         ParentColor = False
  118.       end
  119.       object Label2: TLabel
  120.         Left = 7
  121.         Top = 21
  122.         Width = 33
  123.         Height = 15
  124.         Anchors = [akTop, akRight]
  125.         Caption = 'Marca'
  126.       end
  127.       object DBText3: TDBText
  128.         Left = 42
  129.         Top = 21
  130.         Width = 107
  131.         Height = 17
  132.         Anchors = [akTop, akRight]
  133.         Color = clInfoBk
  134.         DataField = 'MARCA'
  135.         DataSource = DV.dAvansCO
  136.         ParentColor = False
  137.       end
  138.       object Label4: TLabel
  139.         Left = 154
  140.         Top = 21
  141.         Width = 46
  142.         Height = 13
  143.         Anchors = [akTop, akRight]
  144.         AutoSize = False
  145.         Caption = 'Functia'
  146.       end
  147.       object DBText4: TDBText
  148.         Left = 208
  149.         Top = 21
  150.         Width = 153
  151.         Height = 17
  152.         Anchors = [akRight]
  153.         Color = clInfoBk
  154.         DataField = 'FUNCTIE'
  155.         DataSource = DV.dAvansCO
  156.         ParentColor = False
  157.       end
  158.     end
  159.   end
  160.   object DBG1: TDBGrid
  161.     Left = 0
  162.     Top = 48
  163.     Width = 752
  164.     Height = 367
  165.     Align = alClient
  166.     Color = clWhite
  167.     DataSource = DV.dAvansCO
  168.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  169.     ReadOnly = True
  170.     TabOrder = 1
  171.     TitleFont.Charset = ANSI_CHARSET
  172.     TitleFont.Color = clWindowText
  173.     TitleFont.Height = -12
  174.     TitleFont.Name = 'Arial'
  175.     TitleFont.Style = []
  176.     OnCellClick = DBG1CellClick
  177.     OnDrawColumnCell = DBG1DrawColumnCell
  178.     OnKeyDown = DBG1KeyDown
  179.     Columns = <
  180.       item
  181.         Expanded = False
  182.         FieldName = 'Depart'
  183.         Width = 76
  184.         Visible = True
  185.       end
  186.       item
  187.         Expanded = False
  188.         FieldName = 'CATEGORIE'
  189.         Visible = True
  190.       end
  191.       item
  192.         Expanded = False
  193.         FieldName = 'MARCA'
  194.         Visible = True
  195.       end
  196.       item
  197.         Expanded = False
  198.         FieldName = 'NUME'
  199.         Width = 109
  200.         Visible = True
  201.       end
  202.       item
  203.         Expanded = False
  204.         FieldName = 'PRENUME'
  205.         Width = 112
  206.         Visible = True
  207.       end
  208.       item
  209.         Expanded = False
  210.         FieldName = 'FUNCTIE'
  211.         Width = 168
  212.         Visible = True
  213.       end
  214.       item
  215.         Expanded = False
  216.         FieldName = 'SALINC'
  217.         Width = 92
  218.         Visible = True
  219.       end
  220.       item
  221.         Expanded = False
  222.         FieldName = 'AVANS_CO'
  223.         Width = 93
  224.         Visible = True
  225.       end>
  226.   end
  227.   object Panel1: TPanel
  228.     Left = 0
  229.     Top = 434
  230.     Width = 752
  231.     Height = 37
  232.     Align = alBottom
  233.     BevelInner = bvLowered
  234.     TabOrder = 2
  235.     object BIesire: TB
  236.       Left = 615
  237.       Top = 4
  238.       Width = 130
  239.       Height = 30
  240.       Anchors = [akTop, akRight]
  241.       Cancel = True
  242.       Caption = '&Iesire'
  243.       Font.Charset = ANSI_CHARSET
  244.       Font.Color = clBtnText
  245.       Font.Height = -12
  246.       Font.Name = 'Arial'
  247.       Font.Style = []
  248.       ParentFont = False
  249.       TabOrder = 0
  250.       OnClick = BIesireClick
  251.     end
  252.     object BTiparire: TB
  253.       Left = 479
  254.       Top = 4
  255.       Width = 130
  256.       Height = 30
  257.       Anchors = [akTop, akRight]
  258.       Caption = '&Tiparire'
  259.       Font.Charset = ANSI_CHARSET
  260.       Font.Color = clBtnText
  261.       Font.Height = -12
  262.       Font.Name = 'Arial'
  263.       Font.Style = []
  264.       ParentFont = False
  265.       TabOrder = 1
  266.       OnClick = BTiparireClick
  267.     end
  268.   end
  269.   object StatBar: TStatusBar
  270.     Left = 0
  271.     Top = 415
  272.     Width = 752
  273.     Height = 19
  274.     Color = clInfoBk
  275.     Panels = <
  276.       item
  277.         Alignment = taCenter
  278.         Text = 
  279.           'Selectare personelor pentru care se va lista avansul de concediu' +
  280.           ' - <Enter>'
  281.         Width = 400
  282.       end
  283.       item
  284.         Alignment = taCenter
  285.         Text = 'Cautare - <F7>'
  286.         Width = 100
  287.       end
  288.       item
  289.         Alignment = taCenter
  290.         Text = 'Continuare cautare - <Ctrl-F7>'
  291.         Width = 150
  292.       end>
  293.     SimplePanel = False
  294.     SizeGrip = False
  295.   end
  296. end
  297.