object TheForm: TTheForm Left = 86 Top = 252 Width = 481 Height = 432 Caption = 'IavaDraw Visual - Scroller Add-On' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 168 Top = 364 Width = 297 Height = 41 Picture.Data = {} end object SpeedButton4: TSpeedButton Left = 356 Top = 4 Width = 113 Height = 53 Caption = 'Exit' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = SpeedButton4Click end object Panel1: TPanel Left = 12 Top = 64 Width = 457 Height = 297 BevelInner = bvLowered BevelOuter = bvLowered TabOrder = 1 object Button1: TButton Left = 392 Top = 8 Width = 53 Height = 25 Caption = 'Setup 1' TabOrder = 0 OnClick = Button1Click end object Button3: TButton Left = 392 Top = 40 Width = 53 Height = 25 Caption = 'Setup 2' TabOrder = 1 OnClick = Button3Click end object Button4: TButton Left = 392 Top = 72 Width = 53 Height = 25 Caption = 'Setup 3' TabOrder = 2 OnClick = Button4Click end object Button5: TButton Left = 392 Top = 104 Width = 53 Height = 25 Caption = 'Setup 4' TabOrder = 3 OnClick = Button5Click end object Button6: TButton Left = 392 Top = 136 Width = 53 Height = 25 Caption = 'Setup 5' TabOrder = 4 OnClick = Button6Click end object Button7: TButton Left = 392 Top = 168 Width = 53 Height = 25 Caption = 'Setup 6' TabOrder = 5 OnClick = Button7Click end object Button8: TButton Left = 392 Top = 200 Width = 53 Height = 25 Caption = 'Setup 7' TabOrder = 6 OnClick = Button8Click end object Button9: TButton Left = 392 Top = 232 Width = 53 Height = 25 Caption = 'Setup 8' TabOrder = 7 OnClick = Button9Click end object Button2: TButton Left = 8 Top = 264 Width = 337 Height = 25 Caption = 'Scroller setup' TabOrder = 8 OnClick = Button2Click end object Button13: TButton Left = 348 Top = 8 Width = 41 Height = 25 Caption = 'Clear' TabOrder = 9 OnClick = Button13Click end object Button14: TButton Left = 348 Top = 40 Width = 41 Height = 25 Caption = 'Clear' TabOrder = 10 OnClick = Button14Click end object Button15: TButton Left = 348 Top = 72 Width = 41 Height = 25 Caption = 'Clear' TabOrder = 11 OnClick = Button15Click end object Button16: TButton Left = 348 Top = 104 Width = 41 Height = 25 Caption = 'Clear' TabOrder = 12 OnClick = Button16Click end object Button17: TButton Left = 348 Top = 136 Width = 41 Height = 25 Caption = 'Clear' TabOrder = 13 OnClick = Button17Click end object Button18: TButton Left = 348 Top = 168 Width = 41 Height = 25 Caption = 'Clear' TabOrder = 14 OnClick = Button18Click end object Button19: TButton Left = 348 Top = 200 Width = 41 Height = 25 Caption = 'Clear' TabOrder = 15 OnClick = Button19Click end object Button20: TButton Left = 348 Top = 232 Width = 41 Height = 25 Caption = 'Clear' TabOrder = 16 OnClick = Button20Click end end object Memo1: TMemo Left = 16 Top = 72 Width = 337 Height = 25 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'Insert here your text for scroll sequence 1:') ParentFont = False ScrollBars = ssVertical TabOrder = 0 end object Memo3: TMemo Left = 16 Top = 104 Width = 337 Height = 25 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'Insert here your text for scroll sequence 2:') ParentFont = False ScrollBars = ssVertical TabOrder = 2 end object Memo4: TMemo Left = 16 Top = 136 Width = 337 Height = 25 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'Insert here your text for scroll sequence 3:') ParentFont = False ScrollBars = ssVertical TabOrder = 3 end object Memo5: TMemo Left = 16 Top = 168 Width = 337 Height = 25 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'Insert here your text for scroll sequence 4:') ParentFont = False ScrollBars = ssVertical TabOrder = 4 end object Memo6: TMemo Left = 16 Top = 200 Width = 337 Height = 25 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'Insert here your text for scroll sequence 5:') ParentFont = False ScrollBars = ssVertical TabOrder = 5 end object Memo7: TMemo Left = 16 Top = 232 Width = 337 Height = 25 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'Insert here your text for scroll sequence 6:') ParentFont = False ScrollBars = ssVertical TabOrder = 6 end object Memo8: TMemo Left = 16 Top = 264 Width = 337 Height = 25 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'Insert here your text for scroll sequence 7:') ParentFont = False ScrollBars = ssVertical TabOrder = 7 end object Memo9: TMemo Left = 16 Top = 296 Width = 337 Height = 25 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'Insert here your text for scroll sequence 8:') ParentFont = False ScrollBars = ssVertical TabOrder = 8 end object Button10: TButton Left = 244 Top = 4 Width = 113 Height = 53 Caption = 'About' TabOrder = 9 OnClick = Button10Click end object Button11: TButton Left = 124 Top = 4 Width = 113 Height = 53 Caption = 'Option' TabOrder = 10 end object Button12: TButton Left = 12 Top = 4 Width = 113 Height = 53 Caption = 'Make Java' TabOrder = 11 OnClick = Button12Click end object TimeOutTimer: TTimer Interval = 10000 OnTimer = TimeOutTimerTimer Left = 16 Top = 372 end end