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

  1. object FTransmEl: TFTransmEl
  2.   Left = 397
  3.   Top = 205
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Transmitere electronica'
  7.   ClientHeight = 105
  8.   ClientWidth = 287
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 15
  20.   object BConfirm: TB
  21.     Left = 17
  22.     Top = 63
  23.     Width = 120
  24.     Height = 30
  25.     Caption = '&Confirmare'
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clBtnText
  28.     Font.Height = -12
  29.     Font.Name = 'Arial'
  30.     Font.Style = []
  31.     ModalResult = 1
  32.     ParentFont = False
  33.     TabOrder = 2
  34.   end
  35.   object BAbandon: TB
  36.     Left = 146
  37.     Top = 63
  38.     Width = 120
  39.     Height = 30
  40.     Cancel = True
  41.     Caption = '&Abandon'
  42.     Font.Charset = ANSI_CHARSET
  43.     Font.Color = clBtnText
  44.     Font.Height = -12
  45.     Font.Name = 'Arial'
  46.     Font.Style = []
  47.     ParentFont = False
  48.     TabOrder = 3
  49.     OnClick = BAbandonClick
  50.   end
  51.   object RBdbfAnexe: TRadioButton
  52.     Left = 22
  53.     Top = 32
  54.     Width = 243
  55.     Height = 17
  56.     Caption = 'Transmitere sub forma de fisier DBF'
  57.     TabOrder = 1
  58.     OnKeyDown = RBTxtKeyDown
  59.   end
  60.   object RBTxtAnexe: TRadioButton
  61.     Left = 21
  62.     Top = 11
  63.     Width = 243
  64.     Height = 17
  65.     Caption = 'Transmitere sub forma de fisier TXT  '
  66.     TabOrder = 0
  67.     OnKeyDown = RBTxtKeyDown
  68.   end
  69. end
  70.