home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMMARQUEE / TFRMMARQUEE.txt
Text File  |  1996-10-14  |  9KB  |  447 lines

  1. object frmMarquee: TfrmMarquee
  2.   Left = 289
  3.   Top = 235
  4.   HelpContext = 150
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Marquee'
  8.   ClientHeight = 266
  9.   ClientWidth = 570
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 553
  22.     Height = 220
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object lblScrollText: TLabel
  27.     Left = 16
  28.     Top = 24
  29.     Width = 64
  30.     Height = 13
  31.     Alignment = taRightJustify
  32.     Caption = '&Scrolling Text'
  33.     WordWrap = True
  34.   end
  35.   object lblAlign: TLabel
  36.     Left = 57
  37.     Top = 56
  38.     Width = 23
  39.     Height = 13
  40.     Alignment = taRightJustify
  41.     Caption = '&Align'
  42.     FocusControl = cmbAlign
  43.     Font.Color = clBlack
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.   end
  49.   object lblBehavior: TLabel
  50.     Left = 200
  51.     Top = 56
  52.     Width = 72
  53.     Height = 13
  54.     Alignment = taRightJustify
  55.     Caption = '&Behavior'
  56.     FocusControl = cmbBehavior
  57.     WordWrap = True
  58.   end
  59.   object lblDirection: TLabel
  60.     Left = 392
  61.     Top = 56
  62.     Width = 56
  63.     Height = 13
  64.     Alignment = taRightJustify
  65.     Caption = 'Di&rection'
  66.     FocusControl = cmbDirection
  67.     WordWrap = True
  68.   end
  69.   object lblHeight: TLabel
  70.     Left = 49
  71.     Top = 92
  72.     Width = 31
  73.     Height = 13
  74.     Alignment = taRightJustify
  75.     Caption = '&Height'
  76.     FocusControl = cmbHeight
  77.   end
  78.   object lblWidth: TLabel
  79.     Left = 200
  80.     Top = 92
  81.     Width = 72
  82.     Height = 13
  83.     Alignment = taRightJustify
  84.     Caption = '&Width'
  85.     FocusControl = cmbWidth
  86.     WordWrap = True
  87.   end
  88.   object lblHSpace: TLabel
  89.     Left = 392
  90.     Top = 92
  91.     Width = 56
  92.     Height = 13
  93.     Alignment = taRightJustify
  94.     Caption = 'HS&pace'
  95.     FocusControl = txtHSpace
  96.     WordWrap = True
  97.   end
  98.   object lblLoop: TLabel
  99.     Left = 48
  100.     Top = 200
  101.     Width = 24
  102.     Height = 13
  103.     Alignment = taRightJustify
  104.     Caption = '&Loop'
  105.     Enabled = False
  106.     FocusControl = txtLoop
  107.   end
  108.   object lblFontColor: TLabel
  109.     Left = 22
  110.     Top = 157
  111.     Width = 58
  112.     Height = 26
  113.     Alignment = taRightJustify
  114.     Caption = 'Background &Color'
  115.     FocusControl = txtColor
  116.     Font.Color = clBlack
  117.     Font.Height = -11
  118.     Font.Name = 'MS Sans Serif'
  119.     Font.Style = []
  120.     ParentFont = False
  121.     WordWrap = True
  122.   end
  123.   object shpBGColor: TShape
  124.     Left = 204
  125.     Top = 156
  126.     Width = 29
  127.     Height = 29
  128.   end
  129.   object lblScrollAmt: TLabel
  130.     Left = 15
  131.     Top = 126
  132.     Width = 65
  133.     Height = 13
  134.     Alignment = taRightJustify
  135.     Caption = 'Scroll A&mount'
  136.     FocusControl = txtScrollAmt
  137.     WordWrap = True
  138.   end
  139.   object lblScrollDelay: TLabel
  140.     Left = 200
  141.     Top = 126
  142.     Width = 72
  143.     Height = 13
  144.     Alignment = taRightJustify
  145.     Caption = 'Scroll &Delay'
  146.     FocusControl = txtScrollDelay
  147.     WordWrap = True
  148.   end
  149.   object lblVSpace: TLabel
  150.     Left = 392
  151.     Top = 126
  152.     Width = 55
  153.     Height = 13
  154.     Alignment = taRightJustify
  155.     Caption = '&VSpace'
  156.     FocusControl = txtVSpace
  157.     WordWrap = True
  158.   end
  159.   object OKBtn: TBitBtn
  160.     Left = 314
  161.     Top = 236
  162.     Width = 77
  163.     Height = 25
  164.     Caption = 'OK'
  165.     Default = True
  166.     ModalResult = 1
  167.     TabOrder = 14
  168.     NumGlyphs = 2
  169.     Spacing = -1
  170.     IsControl = True
  171.   end
  172.   object CancelBtn: TBitBtn
  173.     Left = 398
  174.     Top = 236
  175.     Width = 77
  176.     Height = 25
  177.     Cancel = True
  178.     Caption = 'Cancel'
  179.     ModalResult = 2
  180.     TabOrder = 15
  181.     NumGlyphs = 2
  182.     Spacing = -1
  183.     IsControl = True
  184.   end
  185.   object HelpBtn: TBitBtn
  186.     Left = 482
  187.     Top = 236
  188.     Width = 77
  189.     Height = 25
  190.     Caption = '&Help'
  191.     TabOrder = 16
  192.     OnClick = HelpBtnClick
  193.     NumGlyphs = 2
  194.     Spacing = -1
  195.     IsControl = True
  196.   end
  197.   object txtScrollText: TEdit
  198.     Left = 88
  199.     Top = 20
  200.     Width = 461
  201.     Height = 21
  202.     Hint = 'Text that will be scrolled'
  203.     ParentShowHint = False
  204.     ShowHint = True
  205.     TabOrder = 0
  206.   end
  207.   object cmbAlign: TComboBox
  208.     Left = 88
  209.     Top = 52
  210.     Width = 109
  211.     Height = 21
  212.     Hint = 
  213.       'Specifies that the text around the marquee should align with the' +
  214.       ' top, middle, or bottom of the marquee'
  215.     Font.Color = clBlack
  216.     Font.Height = -11
  217.     Font.Name = 'MS Sans Serif'
  218.     Font.Style = []
  219.     ItemHeight = 13
  220.     Items.Strings = (
  221.       'Bottom'
  222.       'Middle'
  223.       'Top')
  224.     ParentFont = False
  225.     ParentShowHint = False
  226.     ShowHint = True
  227.     Sorted = True
  228.     TabOrder = 1
  229.   end
  230.   object cmbBehavior: TComboBox
  231.     Left = 280
  232.     Top = 52
  233.     Width = 93
  234.     Height = 21
  235.     Hint = 'Specifies how the text should behave. Scroll is the default.'
  236.     ItemHeight = 13
  237.     Items.Strings = (
  238.       'Scroll'
  239.       'Slide'
  240.       'Alternate')
  241.     ParentShowHint = False
  242.     ShowHint = True
  243.     TabOrder = 2
  244.   end
  245.   object cmbDirection: TComboBox
  246.     Left = 456
  247.     Top = 52
  248.     Width = 93
  249.     Height = 21
  250.     Hint = 'Specifies which direction the text should scroll.'
  251.     ItemHeight = 13
  252.     Items.Strings = (
  253.       'Left'
  254.       'Right')
  255.     ParentShowHint = False
  256.     ShowHint = True
  257.     TabOrder = 3
  258.   end
  259.   object txtLoop: TEdit
  260.     Left = 88
  261.     Top = 196
  262.     Width = 98
  263.     Height = 21
  264.     Hint = 'Number of times the marquee repeats'
  265.     Enabled = False
  266.     ParentShowHint = False
  267.     ShowHint = True
  268.     TabOrder = 12
  269.     Text = '1'
  270.   end
  271.   object chkInfinite: TCheckBox
  272.     Left = 264
  273.     Top = 198
  274.     Width = 97
  275.     Height = 17
  276.     Hint = 'Should the marquee repeat forever?'
  277.     Caption = 'Loop &Forever'
  278.     ParentShowHint = False
  279.     ShowHint = True
  280.     State = cbChecked
  281.     TabOrder = 13
  282.     OnClick = chkInfiniteClick
  283.   end
  284.   object txtHSpace: TEdit
  285.     Left = 456
  286.     Top = 88
  287.     Width = 93
  288.     Height = 21
  289.     Hint = 
  290.       'Specifies left & right margins for the outside of the marquee, i' +
  291.       'n pixels.'
  292.     ParentShowHint = False
  293.     ShowHint = True
  294.     TabOrder = 6
  295.   end
  296.   object txtColor: TComboBox
  297.     Left = 88
  298.     Top = 160
  299.     Width = 109
  300.     Height = 21
  301.     Hint = 'Color can be in either text or hex format'
  302.     ItemHeight = 13
  303.     Items.Strings = (
  304.       'Aqua'
  305.       'Black'
  306.       'Blue'
  307.       'Fuchsia'
  308.       'Gray'
  309.       'Green'
  310.       'Lime'
  311.       'Maroon'
  312.       'Navy'
  313.       'Olive'
  314.       'Purple'
  315.       'Red'
  316.       'Silver'
  317.       'Teal'
  318.       'White'
  319.       'Yellow')
  320.     ParentShowHint = False
  321.     ShowHint = True
  322.     TabOrder = 10
  323.     OnChange = txtColorChange
  324.   end
  325.   object bbtnSetColor: TBitBtn
  326.     Left = 240
  327.     Top = 157
  328.     Width = 109
  329.     Height = 27
  330.     Hint = 'Set the marquee background'#39's color'
  331.     Caption = 'C&olor'
  332.     ParentShowHint = False
  333.     ShowHint = True
  334.     TabOrder = 11
  335.     OnClick = bbtnSetColorClick
  336.     Glyph.Data = {
  337.       DE000000424DDE0000000000000076000000280000000F0000000D0000000100
  338.       0400000000006800000000000000000000000000000000000000000000000000
  339.       80000080000000808000800000008000800080800000C0C0C000808080000000
  340.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00444444444444
  341.       444F4CCCCCC4BBBBBB4F4CCCCCC4BBBBBB4F4CCCCCC4BBBBBB4F4CCCCCC4BBBB
  342.       BB4F4CCCCCC4BBBBBB4F444444444444444F49999994AAAAAA4F49999994AAAA
  343.       AA4F49999994AAAAAA4F49999994AAAAAA4F49999994AAAAAA4F444444444444
  344.       444F}
  345.   end
  346.   object txtScrollAmt: TEdit
  347.     Left = 88
  348.     Top = 124
  349.     Width = 109
  350.     Height = 21
  351.     Hint = 
  352.       'Specifies the number of pixels drawn between each sucessive draw' +
  353.       ' of the marquee text.'
  354.     ParentShowHint = False
  355.     ShowHint = True
  356.     TabOrder = 7
  357.   end
  358.   object txtScrollDelay: TEdit
  359.     Left = 280
  360.     Top = 124
  361.     Width = 93
  362.     Height = 21
  363.     Hint = 
  364.       'Specifies the number of millseconds between each sucessive draw ' +
  365.       'of the marquee text.'
  366.     ParentShowHint = False
  367.     ShowHint = True
  368.     TabOrder = 8
  369.   end
  370.   object txtVSpace: TEdit
  371.     Left = 456
  372.     Top = 124
  373.     Width = 93
  374.     Height = 21
  375.     Hint = 
  376.       'Specifies top & bottom margins for the outside of the marquee, i' +
  377.       'n pixels.'
  378.     ParentShowHint = False
  379.     ShowHint = True
  380.     TabOrder = 9
  381.   end
  382.   object cmbHeight: TComboBox
  383.     Left = 88
  384.     Top = 88
  385.     Width = 109
  386.     Height = 21
  387.     Hint = 
  388.       'Specifies the height of the marquee, either in pixels or as a pe' +
  389.       'rcentage of the screen height.'
  390.     ItemHeight = 13
  391.     Items.Strings = (
  392.       '10%'
  393.       '20%'
  394.       '30%'
  395.       '40%'
  396.       '50%'
  397.       '60%'
  398.       '70%'
  399.       '80%'
  400.       '90%'
  401.       '100%')
  402.     ParentShowHint = False
  403.     ShowHint = True
  404.     TabOrder = 4
  405.   end
  406.   object cmbWidth: TComboBox
  407.     Left = 280
  408.     Top = 88
  409.     Width = 93
  410.     Height = 21
  411.     Hint = 
  412.       'Specifies the width of the marquee, either in pixels or as a per' +
  413.       'centage of the screen width.'
  414.     ItemHeight = 13
  415.     Items.Strings = (
  416.       '10%'
  417.       '20%'
  418.       '30%'
  419.       '40%'
  420.       '50%'
  421.       '60%'
  422.       '70%'
  423.       '80%'
  424.       '90%'
  425.       '100%')
  426.     ParentShowHint = False
  427.     ShowHint = True
  428.     TabOrder = 5
  429.   end
  430.   object udLoop: TUpDown
  431.     Left = 186
  432.     Top = 196
  433.     Width = 11
  434.     Height = 21
  435.     Associate = txtLoop
  436.     Min = 1
  437.     Position = 1
  438.     TabOrder = 17
  439.     Wrap = False
  440.   end
  441.   object dlgColor: TColorDialog
  442.     Ctl3D = True
  443.     Left = 8
  444.     Top = 232
  445.   end
  446. end
  447.