home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 018A / WBIT32.ZIP / WEBIT32.EXE / 0 / RCDATA / THEADINGROLLUP / THEADINGROLLUP.txt
Text File  |  1996-11-23  |  7KB  |  229 lines

  1. object HeadingRollUp: THeadingRollUp
  2.   Left = 147
  3.   Top = 277
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 141
  7.   ClientWidth = 225
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poDefault
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 225
  21.     Height = 16
  22.     Align = alTop
  23.     BevelOuter = bvNone
  24.     BorderStyle = bsSingle
  25.     Color = clNavy
  26.     Font.Color = clBlack
  27.     Font.Height = -12
  28.     Font.Name = 'Arial'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     OnMouseDown = Panel1MouseDown
  33.     OnMouseMove = Panel1MouseMove
  34.     OnMouseUp = Panel1MouseUp
  35.     object CaptionLabel: TLabel
  36.       Left = 20
  37.       Top = -1
  38.       Width = 43
  39.       Height = 15
  40.       Caption = 'Caption'
  41.       Font.Color = clWhite
  42.       Font.Height = -12
  43.       Font.Name = 'Arial'
  44.       Font.Style = []
  45.       ParentFont = False
  46.       Transparent = True
  47.       OnMouseDown = Panel1MouseDown
  48.       OnMouseMove = Panel1MouseMove
  49.       OnMouseUp = Panel1MouseUp
  50.     end
  51.     object CloseButton: TSpeedButton
  52.       Left = 1
  53.       Top = 0
  54.       Width = 14
  55.       Height = 14
  56.       Glyph.Data = {
  57.         F0000000424DF00000000000000076000000280000000C0000000C0000000100
  58.         0400000000006000000000000000000000001000000000000000000000000000
  59.         80000080000000808000800000008000800080800000C0C0C000808080000000
  60.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  61.         0000300333333003000030003333000300003300033000330000333000000333
  62.         0000333300003333000033330000333300003330000003330000330003300033
  63.         0000300033330003000030033333300300003333333333330000000000000000
  64.         0000000000000000000000000000000000000000}
  65.       OnClick = CloseButtonClick
  66.     end
  67.     object UpButton: TSpeedButton
  68.       Left = 86
  69.       Top = 0
  70.       Width = 14
  71.       Height = 14
  72.       Glyph.Data = {
  73.         F0000000424DF00000000000000076000000280000000C0000000C0000000100
  74.         0400000000006000000000000000000000001000000000000000000000000000
  75.         80000080000000808000800000008000800080800000C0C0C000808080000000
  76.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  77.         0000333333333333000033333333333300000000000000000000300000000003
  78.         0000330000000033000033300000033300003333000033330000333330033333
  79.         0000333333333333000033333333333300003333333333330000000000000000
  80.         0000000000000000000000000000000000000000}
  81.       Visible = False
  82.     end
  83.     object DownButton: TSpeedButton
  84.       Left = 101
  85.       Top = 0
  86.       Width = 14
  87.       Height = 14
  88.       Glyph.Data = {
  89.         F0000000424DF00000000000000076000000280000000C0000000C0000000100
  90.         0400000000006000000000000000000000001000000000000000000000000000
  91.         80000080000000808000800000008000800080800000C0C0C000808080000000
  92.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  93.         0000333333333333000033333003333300003333000033330000333000000333
  94.         0000330000000033000030000000000300000000000000000000333333333333
  95.         0000333333333333000033333333333300003333333333330000000000000000
  96.         0000000000000000000000000000000000000000}
  97.       Visible = False
  98.     end
  99.     object RollButton: TSpeedButton
  100.       Left = 137
  101.       Top = 0
  102.       Width = 14
  103.       Height = 14
  104.       Glyph.Data = {
  105.         F0000000424DF00000000000000076000000280000000C0000000C0000000100
  106.         0400000000006000000000000000000000001000000000000000000000000000
  107.         80000080000000808000800000008000800080800000C0C0C000808080000000
  108.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  109.         0000333333333333000033333333333300000000000000000000300000000003
  110.         0000330000000033000033300000033300003333000033330000333330033333
  111.         0000333333333333000033333333333300003333333333330000000000000000
  112.         0000000000000000000000000000000000000000}
  113.       OnClick = RollButtonClick
  114.     end
  115.   end
  116.   object FormArea: TPanel
  117.     Left = 0
  118.     Top = 16
  119.     Width = 225
  120.     Height = 125
  121.     Align = alClient
  122.     BevelOuter = bvNone
  123.     BorderStyle = bsSingle
  124.     Color = clNavy
  125.     TabOrder = 1
  126.     object RollUpText: TEdit
  127.       Left = 4
  128.       Top = 4
  129.       Width = 211
  130.       Height = 24
  131.       TabOrder = 0
  132.       OnKeyPress = RollUpTextKeyPress
  133.     end
  134.     object HeadingSize: TSpinEdit
  135.       Left = 4
  136.       Top = 36
  137.       Width = 33
  138.       Height = 26
  139.       MaxValue = 6
  140.       MinValue = 1
  141.       TabOrder = 1
  142.       Value = 3
  143.     end
  144.     object Center: TCheckBox
  145.       Left = 52
  146.       Top = 34
  147.       Width = 97
  148.       Height = 17
  149.       Caption = 'Center'
  150.       Font.Color = clYellow
  151.       Font.Height = -13
  152.       Font.Name = 'Arial'
  153.       Font.Style = []
  154.       ParentFont = False
  155.       TabOrder = 2
  156.     end
  157.     object Italics: TCheckBox
  158.       Left = 52
  159.       Top = 50
  160.       Width = 97
  161.       Height = 17
  162.       Caption = 'Italics'
  163.       Font.Color = clYellow
  164.       Font.Height = -13
  165.       Font.Name = 'Arial'
  166.       Font.Style = []
  167.       ParentFont = False
  168.       TabOrder = 3
  169.     end
  170.     object Underline: TCheckBox
  171.       Left = 118
  172.       Top = 34
  173.       Width = 97
  174.       Height = 17
  175.       Caption = 'Underline'
  176.       Font.Color = clYellow
  177.       Font.Height = -13
  178.       Font.Name = 'Arial'
  179.       Font.Style = []
  180.       ParentFont = False
  181.       TabOrder = 4
  182.     end
  183.     object BitBtn1: TBitBtn
  184.       Left = 29
  185.       Top = 91
  186.       Width = 70
  187.       Height = 30
  188.       Caption = 'Add'
  189.       Default = True
  190.       TabOrder = 5
  191.       OnClick = BitBtn1Click
  192.       Glyph.Data = {
  193.         76010000424D7601000000000000760000002800000020000000100000000100
  194.         04000000000000010000130B0000130B00000000000000000000000000000000
  195.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  196.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  197.         33333333FF33333333FF333993333333300033377F3333333777333993333333
  198.         300033F77FFF3333377739999993333333333777777F3333333F399999933333
  199.         33003777777333333377333993333333330033377F3333333377333993333333
  200.         3333333773333333333F333333333333330033333333F33333773333333C3333
  201.         330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
  202.         993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
  203.         333333333337733333FF3333333C333330003333333733333777333333333333
  204.         3000333333333333377733333333333333333333333333333333}
  205.       NumGlyphs = 2
  206.     end
  207.     object BitBtn2: TBitBtn
  208.       Left = 123
  209.       Top = 91
  210.       Width = 70
  211.       Height = 30
  212.       Caption = 'Close'
  213.       TabOrder = 6
  214.       Kind = bkClose
  215.     end
  216.   end
  217.   object Scaler1: TScaler
  218.     Xdevelop = 800
  219.     Ydevelop = 600
  220.     LimitScale = No
  221.     ScaleRuntime = False
  222.     Left = 146
  223.     Top = 78
  224.     PixelsPerInch = 96
  225.     ClientHeight = 141
  226.     ClientWidth = 225
  227.   end
  228. end
  229.