home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 22 / LogicielsPC_22.iso / Accuses / Maj / Amscmd / AmsCmd.exe / 0 / RCDATA / TPARAMC / TPARAMC.txt
Text File  |  2001-06-27  |  3KB  |  162 lines

  1. object Paramc: TParamc
  2.   Left = 200
  3.   Top = 121
  4.   BorderStyle = bsDialog
  5.   Caption = 'Param∩┐╜tres de la commande'
  6.   ClientHeight = 328
  7.   ClientWidth = 367
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnKeyPress = FormKeyPress
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 8
  21.     Width = 85
  22.     Height = 16
  23.     Caption = 'Taux de l'#39'euro'
  24.   end
  25.   object Edit1: TEdit
  26.     Left = 128
  27.     Top = 8
  28.     Width = 97
  29.     Height = 24
  30.     TabOrder = 0
  31.     OnKeyPress = FormKeyPress
  32.   end
  33.   object GroupBox1: TGroupBox
  34.     Left = 16
  35.     Top = 40
  36.     Width = 209
  37.     Height = 105
  38.     Caption = 'Taux de TVA'
  39.     TabOrder = 1
  40.     object Label2: TLabel
  41.       Left = 16
  42.       Top = 24
  43.       Width = 40
  44.       Height = 16
  45.       Caption = 'Taux 1'
  46.     end
  47.     object Label3: TLabel
  48.       Left = 16
  49.       Top = 50
  50.       Width = 40
  51.       Height = 16
  52.       Caption = 'Taux 2'
  53.     end
  54.     object Label4: TLabel
  55.       Left = 16
  56.       Top = 74
  57.       Width = 40
  58.       Height = 16
  59.       Caption = 'Taux 3'
  60.     end
  61.     object Edit2: TEdit
  62.       Left = 72
  63.       Top = 24
  64.       Width = 121
  65.       Height = 24
  66.       TabOrder = 0
  67.       OnKeyPress = FormKeyPress
  68.     end
  69.     object Edit3: TEdit
  70.       Left = 72
  71.       Top = 48
  72.       Width = 121
  73.       Height = 24
  74.       TabOrder = 1
  75.       OnKeyPress = FormKeyPress
  76.     end
  77.     object Edit4: TEdit
  78.       Left = 72
  79.       Top = 72
  80.       Width = 121
  81.       Height = 24
  82.       TabOrder = 2
  83.       OnKeyPress = FormKeyPress
  84.     end
  85.   end
  86.   object Button1: TButton
  87.     Left = 264
  88.     Top = 80
  89.     Width = 75
  90.     Height = 25
  91.     Cancel = True
  92.     Caption = 'Annuler'
  93.     TabOrder = 2
  94.     OnClick = Button1Click
  95.   end
  96.   object Button2: TButton
  97.     Left = 264
  98.     Top = 112
  99.     Width = 75
  100.     Height = 25
  101.     Caption = 'OK'
  102.     TabOrder = 3
  103.     OnClick = Button2Click
  104.   end
  105.   object GroupBox2: TGroupBox
  106.     Left = 16
  107.     Top = 152
  108.     Width = 321
  109.     Height = 161
  110.     Caption = 'Conditions de paiement'
  111.     TabOrder = 4
  112.     object Edit5: TEdit
  113.       Left = 8
  114.       Top = 24
  115.       Width = 297
  116.       Height = 24
  117.       TabOrder = 0
  118.     end
  119.     object Edit6: TEdit
  120.       Left = 8
  121.       Top = 48
  122.       Width = 297
  123.       Height = 24
  124.       TabOrder = 1
  125.     end
  126.     object Edit7: TEdit
  127.       Left = 8
  128.       Top = 72
  129.       Width = 297
  130.       Height = 24
  131.       TabOrder = 2
  132.     end
  133.     object Edit8: TEdit
  134.       Left = 8
  135.       Top = 96
  136.       Width = 297
  137.       Height = 24
  138.       TabOrder = 3
  139.     end
  140.     object Edit9: TEdit
  141.       Left = 8
  142.       Top = 120
  143.       Width = 297
  144.       Height = 24
  145.       TabOrder = 4
  146.     end
  147.   end
  148.   object RadioGroup1: TRadioGroup
  149.     Left = 240
  150.     Top = 8
  151.     Width = 105
  152.     Height = 57
  153.     Caption = 'Devise'
  154.     ItemIndex = 0
  155.     Items.Strings = (
  156.       'Franc'
  157.       'Euro')
  158.     TabOrder = 5
  159.     Visible = False
  160.   end
  161. end
  162.