home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Internet / Javadraw / DATA.Z / scroller.exe / 0 / RCDATA / TSEQSETUP / TSEQSETUP.txt < prev   
Text File  |  1996-12-09  |  4KB  |  236 lines

  1. object SeqSetup: TSeqSetup
  2.   Left = 689
  3.   Top = 171
  4.   Width = 355
  5.   Height = 361
  6.   Caption = 'Sequence Scroll Setup'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 345
  19.     Height = 297
  20.   end
  21.   object Label3: TLabel
  22.     Left = 204
  23.     Top = 272
  24.     Width = 131
  25.     Height = 13
  26.     Caption = 'Launch URL by mouseclick'
  27.   end
  28.   object ComboBox1: TComboBox
  29.     Left = 12
  30.     Top = 200
  31.     Width = 109
  32.     Height = 21
  33.     Font.Color = clWindowText
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ItemHeight = 13
  38.     Items.Strings = (
  39.       'black'
  40.       'blue'
  41.       'cyan'
  42.       'darkgrey'
  43.       'grey'
  44.       'green'
  45.       'lightgray'
  46.       'magenta'
  47.       'orange'
  48.       'pink'
  49.       'red'
  50.       'white'
  51.       'yellow')
  52.     ParentFont = False
  53.     TabOrder = 0
  54.     Text = 'black'
  55.   end
  56.   object Panel1: TPanel
  57.     Left = 12
  58.     Top = 12
  59.     Width = 109
  60.     Height = 145
  61.     TabOrder = 1
  62.     object Label1: TLabel
  63.       Left = 4
  64.       Top = 4
  65.       Width = 36
  66.       Height = 13
  67.       Caption = 'Effects:'
  68.       Font.Color = clBlack
  69.       Font.Height = -11
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = [fsUnderline]
  72.       ParentFont = False
  73.     end
  74.     object CheckBox3: TCheckBox
  75.       Left = 4
  76.       Top = 20
  77.       Width = 97
  78.       Height = 17
  79.       Caption = 'engraved'
  80.       TabOrder = 0
  81.       OnClick = CheckBox3Click
  82.     end
  83.     object CheckBox2: TCheckBox
  84.       Left = 4
  85.       Top = 40
  86.       Width = 97
  87.       Height = 17
  88.       Caption = 'sine-wave'
  89.       TabOrder = 1
  90.     end
  91.     object CheckBox4: TCheckBox
  92.       Left = 4
  93.       Top = 60
  94.       Width = 97
  95.       Height = 17
  96.       Caption = 'shadow'
  97.       TabOrder = 2
  98.     end
  99.     object CheckBox1: TCheckBox
  100.       Left = 4
  101.       Top = 80
  102.       Width = 97
  103.       Height = 17
  104.       Caption = 'nervous'
  105.       TabOrder = 3
  106.     end
  107.     object CheckBox5: TCheckBox
  108.       Left = 4
  109.       Top = 100
  110.       Width = 97
  111.       Height = 17
  112.       Caption = 'emboss'
  113.       TabOrder = 4
  114.     end
  115.     object CheckBox7: TCheckBox
  116.       Left = 4
  117.       Top = 120
  118.       Width = 97
  119.       Height = 17
  120.       Caption = 'explode effect'
  121.       TabOrder = 5
  122.     end
  123.   end
  124.   object Panel2: TPanel
  125.     Left = 144
  126.     Top = 12
  127.     Width = 189
  128.     Height = 241
  129.     TabOrder = 2
  130.     object Label2: TLabel
  131.       Left = 4
  132.       Top = 4
  133.       Width = 82
  134.       Height = 13
  135.       Caption = 'Movement setup:'
  136.       Font.Color = clBlack
  137.       Font.Height = -11
  138.       Font.Name = 'MS Sans Serif'
  139.       Font.Style = [fsUnderline]
  140.       ParentFont = False
  141.     end
  142.     object Label4: TLabel
  143.       Left = 4
  144.       Top = 24
  145.       Width = 113
  146.       Height = 13
  147.       Caption = 'Begin scroll sequence:  '
  148.     end
  149.     object Label5: TLabel
  150.       Left = 4
  151.       Top = 144
  152.       Width = 99
  153.       Height = 13
  154.       Caption = 'End scroll sequence:'
  155.     end
  156.     object Label7: TLabel
  157.       Left = 168
  158.       Top = 124
  159.       Width = 17
  160.       Height = 13
  161.       Caption = 'ms'
  162.     end
  163.     object RadioGroup1: TRadioGroup
  164.       Left = 4
  165.       Top = 40
  166.       Width = 177
  167.       Height = 73
  168.       Columns = 2
  169.       ItemIndex = 1
  170.       Items.Strings = (
  171.         'up'
  172.         'down'
  173.         'left'
  174.         'right'
  175.         'no start scroll')
  176.       TabOrder = 0
  177.     end
  178.     object CheckBox6: TCheckBox
  179.       Left = 4
  180.       Top = 120
  181.       Width = 121
  182.       Height = 17
  183.       Caption = 'stop in the middle for '
  184.       TabOrder = 1
  185.     end
  186.     object Edit2: TEdit
  187.       Left = 124
  188.       Top = 116
  189.       Width = 41
  190.       Height = 21
  191.       TabOrder = 2
  192.       Text = '0'
  193.     end
  194.     object RadioGroup3: TRadioGroup
  195.       Left = 4
  196.       Top = 164
  197.       Width = 177
  198.       Height = 69
  199.       Columns = 2
  200.       ItemIndex = 1
  201.       Items.Strings = (
  202.         'up'
  203.         'down'
  204.         'left'
  205.         'right'
  206.         'no end scroll')
  207.       TabOrder = 3
  208.     end
  209.   end
  210.   object Button2: TButton
  211.     Left = 256
  212.     Top = 303
  213.     Width = 87
  214.     Height = 25
  215.     Caption = '&Cancel'
  216.     ModalResult = 2
  217.     TabOrder = 3
  218.   end
  219.   object Button1: TButton
  220.     Left = 160
  221.     Top = 303
  222.     Width = 87
  223.     Height = 25
  224.     Caption = '&Ok'
  225.     ModalResult = 1
  226.     TabOrder = 4
  227.   end
  228.   object Edit3: TEdit
  229.     Left = 12
  230.     Top = 264
  231.     Width = 185
  232.     Height = 21
  233.     TabOrder = 5
  234.   end
  235. end
  236.