home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / NOVINKY / SuperMem / SM98 / SM98.EXE / 0 / RCDATA / TFRANCHISEEFORM / TFRANCHISEEFORM.txt
Encoding:
Text File  |  1999-03-17  |  6.3 KB  |  351 lines

  1. object FranchiseeForm: TFranchiseeForm
  2.   Left = 382
  3.   Top = 200
  4.   Width = 785
  5.   Height = 519
  6.   Caption = 'Franchisee'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Button2: TButton
  18.     Left = 700
  19.     Top = 96
  20.     Width = 75
  21.     Height = 25
  22.     Caption = 'Size'
  23.     TabOrder = 0
  24.     OnClick = Button2Click
  25.   end
  26.   object ScrollBox1: TScrollBox
  27.     Left = 8
  28.     Top = 8
  29.     Width = 681
  30.     Height = 473
  31.     TabOrder = 1
  32.     object Label1: TLabel
  33.       Left = 8
  34.       Top = 8
  35.       Width = 185
  36.       Height = 16
  37.       Caption = 'Franchisee name and surname'
  38.     end
  39.     object Label2: TLabel
  40.       Left = 8
  41.       Top = 64
  42.       Width = 126
  43.       Height = 16
  44.       Caption = 'Franchisee company'
  45.     end
  46.     object Label3: TLabel
  47.       Left = 8
  48.       Top = 120
  49.       Width = 120
  50.       Height = 16
  51.       Caption = 'Franchisee address'
  52.     end
  53.     object Label4: TLabel
  54.       Left = 8
  55.       Top = 176
  56.       Width = 92
  57.       Height = 16
  58.       Caption = 'Language area'
  59.     end
  60.     object Label5: TLabel
  61.       Left = 8
  62.       Top = 232
  63.       Width = 46
  64.       Height = 16
  65.       Caption = 'Phones'
  66.     end
  67.     object Faxes: TLabel
  68.       Left = 8
  69.       Top = 288
  70.       Width = 37
  71.       Height = 16
  72.       Caption = 'Faxes'
  73.     end
  74.     object Label6: TLabel
  75.       Left = 8
  76.       Top = 344
  77.       Width = 106
  78.       Height = 16
  79.       Caption = 'E-mail addresses'
  80.     end
  81.     object Label7: TLabel
  82.       Left = 8
  83.       Top = 400
  84.       Width = 103
  85.       Height = 16
  86.       Caption = 'Website address'
  87.     end
  88.     object Label8: TLabel
  89.       Left = 8
  90.       Top = 456
  91.       Width = 80
  92.       Height = 16
  93.       Caption = 'FAQ address'
  94.     end
  95.     object Label9: TLabel
  96.       Left = 8
  97.       Top = 512
  98.       Width = 87
  99.       Height = 16
  100.       Caption = 'News address'
  101.     end
  102.     object Label10: TLabel
  103.       Left = 8
  104.       Top = 568
  105.       Width = 176
  106.       Height = 16
  107.       Caption = 'Password for user registration'
  108.     end
  109.     object Label11: TLabel
  110.       Left = 8
  111.       Top = 624
  112.       Width = 112
  113.       Height = 16
  114.       Caption = 'Registration e-mail'
  115.     end
  116.     object Label12: TLabel
  117.       Left = 8
  118.       Top = 680
  119.       Width = 103
  120.       Height = 16
  121.       Caption = 'Credit toolbar text'
  122.     end
  123.     object Label13: TLabel
  124.       Left = 8
  125.       Top = 736
  126.       Width = 110
  127.       Height = 16
  128.       Caption = 'Translation: Name'
  129.     end
  130.     object Label14: TLabel
  131.       Left = 8
  132.       Top = 792
  133.       Width = 118
  134.       Height = 16
  135.       Caption = 'Translation: Country'
  136.     end
  137.     object Label15: TLabel
  138.       Left = 8
  139.       Top = 848
  140.       Width = 112
  141.       Height = 16
  142.       Caption = 'Translation: Phone'
  143.     end
  144.     object Label16: TLabel
  145.       Left = 8
  146.       Top = 904
  147.       Width = 130
  148.       Height = 16
  149.       Caption = 'Translation: Comment'
  150.     end
  151.     object Label17: TLabel
  152.       Left = 8
  153.       Top = 960
  154.       Width = 124
  155.       Height = 16
  156.       Caption = 'Translation: Register'
  157.     end
  158.     object Label18: TLabel
  159.       Left = 8
  160.       Top = 1016
  161.       Width = 115
  162.       Height = 16
  163.       Caption = 'Translation: Cancel'
  164.     end
  165.     object Label19: TLabel
  166.       Left = 8
  167.       Top = 1072
  168.       Width = 86
  169.       Height = 16
  170.       Caption = 'Help file name'
  171.     end
  172.     object Label20: TLabel
  173.       Left = 8
  174.       Top = 1128
  175.       Width = 102
  176.       Height = 16
  177.       Caption = 'Translation: Help'
  178.     end
  179.     object Bevel1: TBevel
  180.       Left = 8
  181.       Top = 1183
  182.       Width = 641
  183.       Height = 9
  184.     end
  185.     object NameE: TEdit
  186.       Left = 8
  187.       Top = 32
  188.       Width = 641
  189.       Height = 24
  190.       TabOrder = 0
  191.     end
  192.     object CompanyE: TEdit
  193.       Left = 8
  194.       Top = 88
  195.       Width = 641
  196.       Height = 24
  197.       TabOrder = 1
  198.     end
  199.     object AddressE: TEdit
  200.       Left = 8
  201.       Top = 144
  202.       Width = 641
  203.       Height = 24
  204.       TabOrder = 2
  205.     end
  206.     object CountryE: TEdit
  207.       Left = 8
  208.       Top = 200
  209.       Width = 641
  210.       Height = 24
  211.       TabOrder = 3
  212.     end
  213.     object PhoneE: TEdit
  214.       Left = 8
  215.       Top = 256
  216.       Width = 641
  217.       Height = 24
  218.       TabOrder = 4
  219.     end
  220.     object FaxE: TEdit
  221.       Left = 8
  222.       Top = 312
  223.       Width = 641
  224.       Height = 24
  225.       TabOrder = 5
  226.     end
  227.     object EmailE: TEdit
  228.       Left = 8
  229.       Top = 368
  230.       Width = 641
  231.       Height = 24
  232.       TabOrder = 6
  233.     end
  234.     object wwwE: TEdit
  235.       Left = 8
  236.       Top = 424
  237.       Width = 641
  238.       Height = 24
  239.       TabOrder = 7
  240.     end
  241.     object wwwFAQE: TEdit
  242.       Left = 8
  243.       Top = 480
  244.       Width = 641
  245.       Height = 24
  246.       TabOrder = 8
  247.     end
  248.     object wwwNewsE: TEdit
  249.       Left = 8
  250.       Top = 536
  251.       Width = 641
  252.       Height = 24
  253.       TabOrder = 9
  254.     end
  255.     object passwordE: TEdit
  256.       Left = 8
  257.       Top = 592
  258.       Width = 641
  259.       Height = 24
  260.       TabOrder = 10
  261.     end
  262.     object regemailE: TEdit
  263.       Left = 8
  264.       Top = 648
  265.       Width = 641
  266.       Height = 24
  267.       TabOrder = 11
  268.     end
  269.     object ClickToRegisterE: TEdit
  270.       Left = 8
  271.       Top = 704
  272.       Width = 641
  273.       Height = 24
  274.       TabOrder = 12
  275.     end
  276.     object TraNameE: TEdit
  277.       Left = 8
  278.       Top = 760
  279.       Width = 641
  280.       Height = 24
  281.       TabOrder = 13
  282.     end
  283.     object TraCountryE: TEdit
  284.       Left = 8
  285.       Top = 816
  286.       Width = 641
  287.       Height = 24
  288.       TabOrder = 14
  289.     end
  290.     object TraPhoneE: TEdit
  291.       Left = 8
  292.       Top = 872
  293.       Width = 641
  294.       Height = 24
  295.       TabOrder = 15
  296.     end
  297.     object TraCommentE: TEdit
  298.       Left = 8
  299.       Top = 928
  300.       Width = 641
  301.       Height = 24
  302.       TabOrder = 16
  303.     end
  304.     object TraRegisterE: TEdit
  305.       Left = 8
  306.       Top = 984
  307.       Width = 641
  308.       Height = 24
  309.       TabOrder = 17
  310.     end
  311.     object TraCancelE: TEdit
  312.       Left = 8
  313.       Top = 1040
  314.       Width = 641
  315.       Height = 24
  316.       TabOrder = 18
  317.     end
  318.     object HelpFileE: TEdit
  319.       Left = 8
  320.       Top = 1096
  321.       Width = 641
  322.       Height = 24
  323.       TabOrder = 19
  324.     end
  325.     object HelpItemE: TEdit
  326.       Left = 8
  327.       Top = 1152
  328.       Width = 641
  329.       Height = 24
  330.       TabOrder = 20
  331.     end
  332.   end
  333.   object OK: TBitBtn
  334.     Left = 696
  335.     Top = 8
  336.     Width = 81
  337.     Height = 33
  338.     TabOrder = 2
  339.     OnClick = OKClick
  340.     Kind = bkOK
  341.   end
  342.   object Cancel: TBitBtn
  343.     Left = 696
  344.     Top = 48
  345.     Width = 81
  346.     Height = 33
  347.     TabOrder = 3
  348.     Kind = bkCancel
  349.   end
  350. end
  351.