home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / GoldHTML / Golden.exe / 0 / RCDATA / TWRKFORM1 / TWRKFORM1.txt
Text File  |  1998-04-04  |  3KB  |  178 lines

  1. object WRKForm1: TWRKForm1
  2.   Left = 240
  3.   Top = 217
  4.   BorderStyle = bsDialog
  5.   Caption = 'MARQUEE...'
  6.   ClientHeight = 206
  7.   ClientWidth = 195
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 32
  19.     Top = 17
  20.     Width = 56
  21.     Height = 13
  22.     Caption = 'Pohyb textu'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 25
  26.     Top = 42
  27.     Width = 62
  28.     Height = 13
  29.     Caption = 'Sm∩┐╜r pohybu'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 4
  33.     Top = 92
  34.     Width = 83
  35.     Height = 13
  36.     Caption = 'Kolikr∩┐╜t opakovat'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 56
  40.     Top = 120
  41.     Width = 30
  42.     Height = 13
  43.     Caption = 'Pauza'
  44.   end
  45.   object Label6: TLabel
  46.     Left = 12
  47.     Top = 148
  48.     Width = 75
  49.     Height = 13
  50.     Caption = 'Velikost posunu'
  51.   end
  52.   object Label8: TLabel
  53.     Left = 24
  54.     Top = 68
  55.     Width = 63
  56.     Height = 13
  57.     Caption = 'Barva pozad∩┐╜'
  58.   end
  59.   object Button1: TButton
  60.     Left = 112
  61.     Top = 176
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'Vlo∩┐╜it'
  65.     Default = True
  66.     ModalResult = 1
  67.     TabOrder = 9
  68.     OnClick = Button1Click
  69.   end
  70.   object Button2: TButton
  71.     Left = 8
  72.     Top = 176
  73.     Width = 75
  74.     Height = 25
  75.     Cancel = True
  76.     Caption = 'Zp∩┐╜t'
  77.     ModalResult = 2
  78.     TabOrder = 10
  79.   end
  80.   object ComboBox1: TComboBox
  81.     Left = 92
  82.     Top = 13
  83.     Width = 93
  84.     Height = 21
  85.     ItemHeight = 13
  86.     Items.Strings = (
  87.       ''
  88.       'SLIDE'
  89.       'SCROLL'
  90.       'ALTERNATE')
  91.     TabOrder = 0
  92.   end
  93.   object ComboBox2: TComboBox
  94.     Left = 92
  95.     Top = 39
  96.     Width = 93
  97.     Height = 21
  98.     ItemHeight = 13
  99.     Items.Strings = (
  100.       ''
  101.       'LEFT'
  102.       'RIGHT')
  103.     TabOrder = 1
  104.   end
  105.   object ComboBox3: TComboBox
  106.     Left = 91
  107.     Top = 88
  108.     Width = 94
  109.     Height = 21
  110.     ItemHeight = 13
  111.     Items.Strings = (
  112.       '1'
  113.       '2'
  114.       '5'
  115.       '10'
  116.       '20'
  117.       '50'
  118.       '100'
  119.       '1000'
  120.       'INFINITE')
  121.     TabOrder = 4
  122.   end
  123.   object SpinEdit1: TSpinEdit
  124.     Left = 92
  125.     Top = 116
  126.     Width = 53
  127.     Height = 22
  128.     MaxValue = 0
  129.     MinValue = 0
  130.     TabOrder = 5
  131.     Value = 0
  132.     OnChange = SpinEdit1Change
  133.   end
  134.   object SpinEdit2: TSpinEdit
  135.     Left = 92
  136.     Top = 144
  137.     Width = 53
  138.     Height = 22
  139.     MaxValue = 0
  140.     MinValue = 0
  141.     TabOrder = 7
  142.     Value = 0
  143.     OnChange = SpinEdit2Change
  144.   end
  145.   object ColorCombo1: TColorCombo
  146.     Left = 92
  147.     Top = 64
  148.     Width = 40
  149.     Height = 20
  150.     Caption = 'ColorCombo1'
  151.     TabOrder = 2
  152.     Color = clWhite
  153.   end
  154.   object CheckBox1: TCheckBox
  155.     Left = 141
  156.     Top = 65
  157.     Width = 17
  158.     Height = 17
  159.     TabOrder = 3
  160.   end
  161.   object CheckBox2: TCheckBox
  162.     Left = 146
  163.     Top = 119
  164.     Width = 34
  165.     Height = 17
  166.     Caption = 'ms'
  167.     TabOrder = 6
  168.   end
  169.   object CheckBox3: TCheckBox
  170.     Left = 147
  171.     Top = 146
  172.     Width = 97
  173.     Height = 17
  174.     Caption = 'pixel∩┐╜'
  175.     TabOrder = 8
  176.   end
  177. end
  178.