home *** CD-ROM | disk | FTP | other *** search
/ Swift Draw / SwiftDraw.iso / Cosmi / Register.exe / 0 / RCDATA / TREGISTERFORM / TREGISTERFORM.txt
Text File  |  1999-10-11  |  9KB  |  439 lines

  1. object RegisterForm: TRegisterForm
  2.   Left = 376
  3.   Top = 159
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Registration Information'
  7.   ClientHeight = 489
  8.   ClientWidth = 538
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object TLabel
  22.     Left = 65
  23.     Top = 35
  24.     Width = 31
  25.     Height = 13
  26.     Alignment = taRightJustify
  27.     Caption = '&Name:'
  28.     FocusControl = EName
  29.   end
  30.   object TLabel
  31.     Left = 46
  32.     Top = 59
  33.     Width = 50
  34.     Height = 13
  35.     Alignment = taRightJustify
  36.     Caption = 'Address &1:'
  37.     FocusControl = EAddress1
  38.   end
  39.   object TLabel
  40.     Left = 46
  41.     Top = 83
  42.     Width = 50
  43.     Height = 13
  44.     Alignment = taRightJustify
  45.     Caption = 'Address &2:'
  46.     FocusControl = EAddress2
  47.   end
  48.   object TLabel
  49.     Left = 76
  50.     Top = 107
  51.     Width = 20
  52.     Height = 13
  53.     Alignment = taRightJustify
  54.     Caption = 'C&ity:'
  55.     FocusControl = ECity
  56.   end
  57.   object TLabel
  58.     Left = 197
  59.     Top = 107
  60.     Width = 75
  61.     Height = 13
  62.     Alignment = taRightJustify
  63.     Caption = '&State/Province:'
  64.     FocusControl = EState
  65.   end
  66.   object TLabel
  67.     Left = 324
  68.     Top = 107
  69.     Width = 60
  70.     Height = 13
  71.     Alignment = taRightJustify
  72.     Caption = 'Posta&l Code:'
  73.     FocusControl = EPostalCode
  74.   end
  75.   object TLabel
  76.     Left = 57
  77.     Top = 131
  78.     Width = 39
  79.     Height = 13
  80.     Alignment = taRightJustify
  81.     Caption = 'C&ountry:'
  82.     FocusControl = ECountry
  83.   end
  84.   object TLabel
  85.     Left = 74
  86.     Top = 155
  87.     Width = 22
  88.     Height = 13
  89.     Alignment = taRightJustify
  90.     Caption = '&Age:'
  91.     FocusControl = EAge
  92.   end
  93.   object TLabel
  94.     Left = 62
  95.     Top = 219
  96.     Width = 34
  97.     Height = 13
  98.     Alignment = taRightJustify
  99.     Caption = 'P&hone:'
  100.     FocusControl = EPhone
  101.   end
  102.   object TLabel
  103.     Left = 65
  104.     Top = 243
  105.     Width = 31
  106.     Height = 13
  107.     Alignment = taRightJustify
  108.     Caption = '&E-mail:'
  109.     FocusControl = EEMail
  110.   end
  111.   object TLabel
  112.     Left = 8
  113.     Top = 267
  114.     Width = 88
  115.     Height = 13
  116.     Alignment = taRightJustify
  117.     Caption = '&Where purchased:'
  118.     FocusControl = CPurchased
  119.   end
  120.   object TLabel
  121.     Left = 281
  122.     Top = 219
  123.     Width = 79
  124.     Height = 13
  125.     Alignment = taRightJustify
  126.     Caption = 'Date pu&rchased:'
  127.     FocusControl = EDate
  128.   end
  129.   object TLabel
  130.     Left = 44
  131.     Top = 315
  132.     Width = 52
  133.     Height = 13
  134.     Alignment = taRightJustify
  135.     Caption = '&Comments:'
  136.     FocusControl = MComments
  137.   end
  138.   object LProduct: TLabel
  139.     Left = 56
  140.     Top = 11
  141.     Width = 40
  142.     Height = 13
  143.     Alignment = taRightJustify
  144.     Caption = 'Prod&uct:'
  145.     FocusControl = EProduct
  146.   end
  147.   object TLabel
  148.     Left = 285
  149.     Top = 243
  150.     Width = 75
  151.     Height = 13
  152.     Alignment = taRightJustify
  153.     Caption = 'Computer T&ype:'
  154.     FocusControl = EComputerType
  155.   end
  156.   object TLabel
  157.     Left = 274
  158.     Top = 267
  159.     Width = 86
  160.     Height = 13
  161.     Alignment = taRightJustify
  162.     Caption = 'Operatin&g System:'
  163.     FocusControl = EOS
  164.   end
  165.   object TLabel
  166.     Left = 333
  167.     Top = 291
  168.     Width = 27
  169.     Height = 13
  170.     Alignment = taRightJustify
  171.     Caption = 'RA&M:'
  172.     FocusControl = ERAM
  173.   end
  174.   object LEStoreType: TLabel
  175.     Left = 43
  176.     Top = 291
  177.     Width = 55
  178.     Height = 13
  179.     Alignment = taRightJustify
  180.     Caption = 'S&tore Type:'
  181.     Enabled = False
  182.     FocusControl = EStoreType
  183.   end
  184.   object EName: TEdit
  185.     Left = 100
  186.     Top = 32
  187.     Width = 168
  188.     Height = 21
  189.     TabOrder = 1
  190.   end
  191.   object EAddress1: TEdit
  192.     Left = 100
  193.     Top = 56
  194.     Width = 168
  195.     Height = 21
  196.     TabOrder = 2
  197.   end
  198.   object EAddress2: TEdit
  199.     Left = 100
  200.     Top = 80
  201.     Width = 168
  202.     Height = 21
  203.     TabOrder = 3
  204.   end
  205.   object ECity: TEdit
  206.     Left = 100
  207.     Top = 104
  208.     Width = 88
  209.     Height = 21
  210.     TabOrder = 4
  211.   end
  212.   object EState: TEdit
  213.     Left = 276
  214.     Top = 104
  215.     Width = 40
  216.     Height = 21
  217.     CharCase = ecUpperCase
  218.     TabOrder = 5
  219.   end
  220.   object EPostalCode: TEdit
  221.     Left = 388
  222.     Top = 104
  223.     Width = 64
  224.     Height = 21
  225.     TabOrder = 6
  226.   end
  227.   object ECountry: TEdit
  228.     Left = 100
  229.     Top = 128
  230.     Width = 168
  231.     Height = 21
  232.     TabOrder = 7
  233.   end
  234.   object EAge: TEdit
  235.     Left = 100
  236.     Top = 152
  237.     Width = 168
  238.     Height = 21
  239.     TabOrder = 8
  240.   end
  241.   object EPhone: TEdit
  242.     Left = 100
  243.     Top = 216
  244.     Width = 168
  245.     Height = 21
  246.     TabOrder = 10
  247.   end
  248.   object EEMail: TEdit
  249.     Left = 100
  250.     Top = 240
  251.     Width = 168
  252.     Height = 21
  253.     TabOrder = 11
  254.   end
  255.   object RSex: TRadioGroup
  256.     Left = 67
  257.     Top = 176
  258.     Width = 305
  259.     Height = 33
  260.     Caption = 'Se&x:'
  261.     Columns = 3
  262.     ItemIndex = 2
  263.     Items.Strings = (
  264.       'Male'
  265.       'Female'
  266.       'Decline to state')
  267.     TabOrder = 9
  268.   end
  269.   object CPurchased: TComboBox
  270.     Left = 100
  271.     Top = 264
  272.     Width = 168
  273.     Height = 21
  274.     ItemHeight = 13
  275.     Items.Strings = (
  276.       'Best Buy'
  277.       'BJ'#39's Wholesale Club'
  278.       'Bradlee'#39's'
  279.       'CompUSA'
  280.       'Cosmi Web Site'
  281.       'Eckerd'#39's'
  282.       'Electronics Boutique'
  283.       'Fred Meyer'
  284.       'K-Mart'
  285.       'Office Depot'
  286.       'Office Max'
  287.       'Price-Costco'
  288.       'Radio Shack'
  289.       'Sam'#39's Club'
  290.       'Software Etc.'
  291.       'Staples'
  292.       'Walmart')
  293.     TabOrder = 12
  294.     OnChange = CPurchasedChange
  295.   end
  296.   object BPrint: TBitBtn
  297.     Left = 117
  298.     Top = 416
  299.     Width = 130
  300.     Height = 65
  301.     Caption = '&Print Registration...'
  302.     Default = True
  303.     ModalResult = 1
  304.     TabOrder = 19
  305.     OnClick = BPrintClick
  306.     Glyph.Data = {
  307.       76010000424D7601000000000000760000002800000020000000100000000100
  308.       04000000000000010000120B0000120B00001000000000000000000000000000
  309.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  310.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  311.       0003377777777777777308888888888888807F33333333333337088888888888
  312.       88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  313.       8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  314.       8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  315.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  316.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  317.       33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  318.       33333337FFFF7733333333300000033333333337777773333333}
  319.     NumGlyphs = 2
  320.     Spacing = 10
  321.   end
  322.   object EDate: TOvcDateEdit
  323.     Left = 364
  324.     Top = 216
  325.     Width = 168
  326.     Height = 21
  327.     AllowIncDec = True
  328.     ButtonGlyph.Data = {
  329.       3E010000424D3E0100000000000036000000280000000B0000000B0000000100
  330.       1000000000000801000000000000000000000000000000000000E03D00000000
  331.       0000000000000000000000000000E03D00000000F75EF75EEF3DF75EF75EEF3D
  332.       F75EF75EF75E000000F00000007CF75EEF3D007CF75EEF3D007CF75EF75E0000
  333.       D7020000EF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3D000083030000F75EF75E
  334.       EF3DF75EF75EEF3DF75EF75EF75E000051020000007CF75EEF3D007CF75EEF3D
  335.       007CF75EF75E000083030000EF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3D0000
  336.       64000000F75EF75EEF3DF75EF75EEF3DF75EF75EF75E000005000000007CF75E
  337.       EF3D007CF75EEF3D007CF75EF75E000004000000000000000000000000000000
  338.       00000000000000005A04E03D1F001F00EF3DEF3DEF3DEF3DEF3D1F001F00E03D
  339.       C102}
  340.     Controller = OvcController
  341.     Epoch = 1980
  342.     ForceCentury = False
  343.     LabelInfo.Visible = False
  344.     PopupAnchor = paLeft
  345.     PopupColors.ActiveDay = clRed
  346.     PopupColors.ColorScheme = cscalCustom
  347.     PopupColors.DayNames = clMaroon
  348.     PopupColors.Days = clBlack
  349.     PopupColors.InactiveDays = clGray
  350.     PopupColors.MonthAndYear = clBlue
  351.     PopupColors.Weekend = clRed
  352.     PopupDateFormat = dfLong
  353.     PopupDayNameWidth = 3
  354.     PopupFont.Charset = DEFAULT_CHARSET
  355.     PopupFont.Color = clWindowText
  356.     PopupFont.Height = -11
  357.     PopupFont.Name = 'MS Sans Serif'
  358.     PopupFont.Style = []
  359.     PopupHeight = 140
  360.     PopupOptions = [cdoShortNames, cdoShowYear, cdoShowInactive, cdoShowRevert, cdoShowToday, cdoShowNavBtns]
  361.     PopupWidth = 200
  362.     PopupWeekStarts = dtSunday
  363.     ReadOnly = False
  364.     RequiredFields = [rfYear, rfMonth, rfDay]
  365.     ShowButton = False
  366.     TabOrder = 14
  367.     TodayString = '/'
  368.   end
  369.   object MComments: TMemo
  370.     Left = 100
  371.     Top = 312
  372.     Width = 432
  373.     Height = 89
  374.     TabOrder = 18
  375.   end
  376.   object EProduct: TEdit
  377.     Left = 100
  378.     Top = 8
  379.     Width = 168
  380.     Height = 21
  381.     TabOrder = 0
  382.   end
  383.   object BDontRegister: TBitBtn
  384.     Left = 291
  385.     Top = 416
  386.     Width = 130
  387.     Height = 65
  388.     Caption = '&Don'#39't Register'
  389.     TabOrder = 20
  390.     Kind = bkCancel
  391.     Spacing = 10
  392.   end
  393.   object EComputerType: TEdit
  394.     Left = 364
  395.     Top = 240
  396.     Width = 168
  397.     Height = 21
  398.     TabOrder = 15
  399.   end
  400.   object EOS: TEdit
  401.     Left = 364
  402.     Top = 264
  403.     Width = 168
  404.     Height = 21
  405.     TabOrder = 16
  406.   end
  407.   object ERAM: TEdit
  408.     Left = 364
  409.     Top = 288
  410.     Width = 168
  411.     Height = 21
  412.     TabOrder = 17
  413.   end
  414.   object EStoreType: TEdit
  415.     Left = 100
  416.     Top = 288
  417.     Width = 168
  418.     Height = 21
  419.     Enabled = False
  420.     TabOrder = 13
  421.   end
  422.   object OvcController: TOvcController
  423.     EntryCommands.TableList = (
  424.       'Default'
  425.       True
  426.       ()
  427.       'WordStar'
  428.       False
  429.       ()
  430.       'Grid'
  431.       False
  432.       ())
  433.     EntryOptions = [efoAutoSelect, efoBeepOnError, efoInsertPushes]
  434.     Epoch = 1900
  435.     Left = 411
  436.     Top = 8
  437.   end
  438. end
  439.