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

  1. object FAMSFirme: TFAMSFirme
  2.   Left = 247
  3.   Top = 256
  4.   Width = 717
  5.   Height = 448
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Gestiune firme'
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 15
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 380
  23.     Width = 709
  24.     Height = 41
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     Caption = ' '
  28.     TabOrder = 1
  29.     object Bx: TB
  30.       Left = 574
  31.       Top = 6
  32.       Width = 130
  33.       Height = 30
  34.       Anchors = [akTop, akRight]
  35.       Cancel = True
  36.       Caption = '&Iesire'
  37.       Font.Charset = ANSI_CHARSET
  38.       Font.Color = clBtnText
  39.       Font.Height = -12
  40.       Font.Name = 'Arial'
  41.       Font.Style = []
  42.       ParentFont = False
  43.       TabOrder = 3
  44.       OnClick = BxClick
  45.     end
  46.     object BAdaugare: TB
  47.       Left = 12
  48.       Top = 6
  49.       Width = 130
  50.       Height = 30
  51.       Caption = '&Adaugare firma'
  52.       Font.Charset = ANSI_CHARSET
  53.       Font.Color = clBtnText
  54.       Font.Height = -12
  55.       Font.Name = 'Arial'
  56.       Font.Style = []
  57.       ParentFont = False
  58.       TabOrder = 0
  59.       OnClick = BAdaugareClick
  60.     end
  61.     object BModificare: TB
  62.       Left = 143
  63.       Top = 6
  64.       Width = 130
  65.       Height = 30
  66.       Caption = '&Modificare firma'
  67.       Font.Charset = ANSI_CHARSET
  68.       Font.Color = clBtnText
  69.       Font.Height = -12
  70.       Font.Name = 'Arial'
  71.       Font.Style = []
  72.       ParentFont = False
  73.       TabOrder = 1
  74.       OnClick = BModificareClick
  75.     end
  76.     object BStergere: TB
  77.       Left = 274
  78.       Top = 6
  79.       Width = 130
  80.       Height = 30
  81.       Caption = '&Stergere firma'
  82.       Font.Charset = ANSI_CHARSET
  83.       Font.Color = clBtnText
  84.       Font.Height = -12
  85.       Font.Name = 'Arial'
  86.       Font.Style = []
  87.       ParentFont = False
  88.       TabOrder = 2
  89.       OnClick = BStergereClick
  90.     end
  91.   end
  92.   object Panel2: TPanel
  93.     Left = 0
  94.     Top = 41
  95.     Width = 709
  96.     Height = 339
  97.     Align = alClient
  98.     BevelInner = bvLowered
  99.     BorderWidth = 5
  100.     Caption = ' '
  101.     TabOrder = 0
  102.     object DBG1: TDBGrid
  103.       Left = 7
  104.       Top = 7
  105.       Width = 695
  106.       Height = 325
  107.       Align = alClient
  108.       Color = clMenu
  109.       DataSource = DV.dFirme
  110.       Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  111.       PopupMenu = PM1
  112.       ReadOnly = True
  113.       TabOrder = 0
  114.       TitleFont.Charset = ANSI_CHARSET
  115.       TitleFont.Color = clWindowText
  116.       TitleFont.Height = -12
  117.       TitleFont.Name = 'Arial'
  118.       TitleFont.Style = []
  119.       OnDrawColumnCell = DBG1DrawColumnCell
  120.       OnDblClick = BModificareClick
  121.       OnKeyDown = DBG1KeyDown
  122.       Columns = <
  123.         item
  124.           Expanded = False
  125.           FieldName = 'CodF'
  126.           Visible = False
  127.         end
  128.         item
  129.           Expanded = False
  130.           FieldName = 'Cod'
  131.           Visible = True
  132.         end
  133.         item
  134.           Expanded = False
  135.           FieldName = 'TipAngaj'
  136.           Visible = True
  137.         end
  138.         item
  139.           Expanded = False
  140.           FieldName = 'Denumire'
  141.           Visible = True
  142.         end
  143.         item
  144.           Expanded = False
  145.           FieldName = 'Nume'
  146.           Visible = True
  147.         end
  148.         item
  149.           Expanded = False
  150.           FieldName = 'Prenume'
  151.           Visible = True
  152.         end
  153.         item
  154.           Expanded = False
  155.           FieldName = 'Judet'
  156.           Visible = True
  157.         end
  158.         item
  159.           Expanded = False
  160.           FieldName = 'CodFiscal'
  161.           Visible = True
  162.         end
  163.         item
  164.           Expanded = False
  165.           FieldName = 'RegCom'
  166.           Visible = True
  167.         end
  168.         item
  169.           Expanded = False
  170.           FieldName = 'Banca1'
  171.           Visible = True
  172.         end
  173.         item
  174.           Expanded = False
  175.           FieldName = 'Banca2'
  176.           Visible = True
  177.         end
  178.         item
  179.           Expanded = False
  180.           FieldName = 'Banca3'
  181.           Visible = True
  182.         end
  183.         item
  184.           Expanded = False
  185.           FieldName = 'Cont1'
  186.           Visible = True
  187.         end
  188.         item
  189.           Expanded = False
  190.           FieldName = 'Cont2'
  191.           Visible = True
  192.         end
  193.         item
  194.           Expanded = False
  195.           FieldName = 'Cont3'
  196.           Visible = True
  197.         end
  198.         item
  199.           Expanded = False
  200.           FieldName = 'Telefon'
  201.           Visible = True
  202.         end
  203.         item
  204.           Expanded = False
  205.           FieldName = 'Fax'
  206.           Visible = True
  207.         end
  208.         item
  209.           Expanded = False
  210.           FieldName = 'EMail'
  211.           Visible = True
  212.         end
  213.         item
  214.           Expanded = False
  215.           FieldName = 'Localitate'
  216.           Visible = True
  217.         end
  218.         item
  219.           Expanded = False
  220.           FieldName = 'Strada'
  221.           Visible = True
  222.         end
  223.         item
  224.           Expanded = False
  225.           FieldName = 'Numar'
  226.           Visible = True
  227.         end
  228.         item
  229.           Expanded = False
  230.           FieldName = 'CodPostal'
  231.           Visible = True
  232.         end
  233.         item
  234.           Expanded = False
  235.           FieldName = 'Bloc'
  236.           Visible = True
  237.         end
  238.         item
  239.           Expanded = False
  240.           FieldName = 'Scara'
  241.           Visible = True
  242.         end
  243.         item
  244.           Expanded = False
  245.           FieldName = 'Etaj'
  246.           Visible = True
  247.         end
  248.         item
  249.           Expanded = False
  250.           FieldName = 'Ap'
  251.           Visible = True
  252.         end
  253.         item
  254.           Expanded = False
  255.           FieldName = 'Sector'
  256.           Visible = True
  257.         end
  258.         item
  259.           Expanded = False
  260.           FieldName = 'Pers1'
  261.           Visible = True
  262.         end
  263.         item
  264.           Expanded = False
  265.           FieldName = 'Pers2'
  266.           Visible = True
  267.         end
  268.         item
  269.           Expanded = False
  270.           FieldName = 'NrI'
  271.           Visible = True
  272.         end>
  273.     end
  274.   end
  275.   object Panel3: TPanel
  276.     Left = 0
  277.     Top = 0
  278.     Width = 709
  279.     Height = 41
  280.     Align = alTop
  281.     BevelInner = bvLowered
  282.     BorderWidth = 2
  283.     Caption = ' '
  284.     TabOrder = 2
  285.     object LE1: TLabelEffect
  286.       Left = 502
  287.       Top = 4
  288.       Width = 203
  289.       Height = 33
  290.       ColourShadow = clGray
  291.       GraduateFrom = clWindowText
  292.       ColourScheme = csText
  293.       Align = alRight
  294.       Alignment = taRightJustify
  295.       Caption = 'Firme    '
  296.       Font.Charset = ANSI_CHARSET
  297.       Font.Color = clBlack
  298.       Font.Height = -16
  299.       Font.Name = 'Arial'
  300.       Font.Style = [fsBold]
  301.       ParentFont = False
  302.     end
  303.     object lTitlu: TLabelEffect
  304.       Left = 36
  305.       Top = 4
  306.       Width = 269
  307.       Height = 33
  308.       ColourShadow = clGray
  309.       GraduateFrom = clWindowText
  310.       StyleHighlight = eoExtrude
  311.       StyleShadow = eoGraduated
  312.       ColourScheme = csText
  313.       Align = alClient
  314.       Alignment = taCenter
  315.       Caption = 'Firma'
  316.       Font.Charset = ANSI_CHARSET
  317.       Font.Color = clBlack
  318.       Font.Height = -16
  319.       Font.Name = 'Arial'
  320.       Font.Style = [fsBold]
  321.       ParentFont = False
  322.     end
  323.     object Image1: TImage
  324.       Left = 4
  325.       Top = 4
  326.       Width = 32
  327.       Height = 33
  328.       Hint = '(c) Integrator Soft'#13#10'Relatii la:'#13#10'  0268 427 700'#13#10'  0722 248 908'
  329.       Align = alLeft
  330.       AutoSize = True
  331.       ParentShowHint = False
  332.       Picture.Data = {<image000.ico>}
  333.       ShowHint = True
  334.     end
  335.     object DBNavigator1: TDBNavigator
  336.       Left = 305
  337.       Top = 4
  338.       Width = 197
  339.       Height = 33
  340.       DataSource = DV.dFirme
  341.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbRefresh]
  342.       Align = alRight
  343.       Anchors = [akLeft, akTop, akBottom]
  344.       Flat = True
  345.       ParentShowHint = False
  346.       ShowHint = True
  347.       TabOrder = 0
  348.     end
  349.   end
  350.   object PM1: TPopupMenu
  351.     Left = 120
  352.     Top = 89
  353.     object Adugare1: TMenuItem
  354.       Caption = '&Adaugare firma'
  355.       ShortCut = 45
  356.       OnClick = BAdaugareClick
  357.     end
  358.     object Modificare1: TMenuItem
  359.       Caption = '&Modificare firma'
  360.       ShortCut = 13
  361.       OnClick = BModificareClick
  362.     end
  363.     object Stergere1: TMenuItem
  364.       Caption = '&Stergere firma'
  365.       ShortCut = 46
  366.       OnClick = BStergereClick
  367.     end
  368.   end
  369. end
  370.