home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 July & August / Gamestar_64_2004-07-08_dvd.iso / Programy / RadLight3SE.exe / RadLight3.exe / 0 / RCDATA / TDELAYFRM / TDELAYFRM.txt < prev   
Text File  |  2004-04-21  |  4KB  |  178 lines

  1. object DelayFrm: TDelayFrm
  2.   Left = 576
  3.   Top = 268
  4.   BorderStyle = bsDialog
  5.   Caption = 'Subtitle Delay'
  6.   ClientHeight = 227
  7.   ClientWidth = 360
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object BevelLabel1: TBevelLabel
  22.     Left = 0
  23.     Top = 181
  24.     Width = 360
  25.     Height = 13
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'Tahoma'
  30.     Font.Style = []
  31.     Align = alBottom
  32.     Alignment = taLeftJustify
  33.     Text = 'RadLight 3.03 SE'
  34.     Color = clBtnFace
  35.   end
  36.   object Bevel1: TBevel
  37.     Left = 0
  38.     Top = 57
  39.     Width = 360
  40.     Height = 2
  41.     Align = alTop
  42.     Shape = bsTopLine
  43.   end
  44.   object Panel1: TPanel
  45.     Left = 0
  46.     Top = 0
  47.     Width = 360
  48.     Height = 57
  49.     Align = alTop
  50.     BevelOuter = bvNone
  51.     Color = clWhite
  52.     TabOrder = 0
  53.     object Label1: TLabel
  54.       Left = 8
  55.       Top = 7
  56.       Width = 101
  57.       Height = 13
  58.       Caption = 'Set Subtitle Delay'
  59.       Font.Charset = ANSI_CHARSET
  60.       Font.Color = clWindowText
  61.       Font.Height = -11
  62.       Font.Name = 'Tahoma'
  63.       Font.Style = [fsBold]
  64.       ParentFont = False
  65.     end
  66.     object Label3: TLabel
  67.       Left = 18
  68.       Top = 24
  69.       Width = 179
  70.       Height = 13
  71.       Caption = 'Here you can adjust subtitle delay ...'
  72.     end
  73.     object Image1: TImage
  74.       Left = 301
  75.       Top = 1
  76.       Width = 55
  77.       Height = 55
  78.       Picture.Data = {<image000.bmp>}
  79.     end
  80.   end
  81.   object PageControl1: TPageControl
  82.     Left = 0
  83.     Top = 59
  84.     Width = 360
  85.     Height = 122
  86.     ActivePage = TabSheet1
  87.     Align = alClient
  88.     Style = tsFlatButtons
  89.     TabOrder = 1
  90.     TabWidth = 85
  91.     object TabSheet1: TTabSheet
  92.       Caption = 'Seconds'
  93.       object Label4: TLabel
  94.         Left = 16
  95.         Top = 12
  96.         Width = 85
  97.         Height = 13
  98.         Caption = 'Display Subtitles :'
  99.       end
  100.       object Edit2: TEdit
  101.         Left = 39
  102.         Top = 46
  103.         Width = 121
  104.         Height = 21
  105.         TabOrder = 0
  106.         Text = '0'
  107.       end
  108.       object ComboBox2: TComboBox
  109.         Left = 183
  110.         Top = 46
  111.         Width = 129
  112.         Height = 21
  113.         Style = csDropDownList
  114.         ItemHeight = 13
  115.         Items.Strings = (
  116.           'Earlier'
  117.           'Later')
  118.         TabOrder = 1
  119.       end
  120.     end
  121.     object TabSheet2: TTabSheet
  122.       Caption = 'Frames'
  123.       ImageIndex = 1
  124.       object Label2: TLabel
  125.         Left = 16
  126.         Top = 12
  127.         Width = 85
  128.         Height = 13
  129.         Caption = 'Display Subtitles :'
  130.       end
  131.       object Edit1: TEdit
  132.         Left = 39
  133.         Top = 46
  134.         Width = 121
  135.         Height = 21
  136.         TabOrder = 0
  137.         Text = '0'
  138.       end
  139.       object ComboBox1: TComboBox
  140.         Left = 183
  141.         Top = 46
  142.         Width = 129
  143.         Height = 21
  144.         Style = csDropDownList
  145.         ItemHeight = 13
  146.         Items.Strings = (
  147.           'Earlier'
  148.           'Later')
  149.         TabOrder = 1
  150.       end
  151.     end
  152.   end
  153.   object Panel2: TPanel
  154.     Left = 0
  155.     Top = 194
  156.     Width = 360
  157.     Height = 33
  158.     Align = alBottom
  159.     BevelOuter = bvNone
  160.     TabOrder = 2
  161.     object Button1: TButton
  162.       Left = 264
  163.       Top = 2
  164.       Width = 88
  165.       Height = 25
  166.       Caption = 'Apply'
  167.       Font.Charset = ANSI_CHARSET
  168.       Font.Color = clWindowText
  169.       Font.Height = -11
  170.       Font.Name = 'Tahoma'
  171.       Font.Style = [fsBold]
  172.       ParentFont = False
  173.       TabOrder = 0
  174.       OnClick = Button1Click
  175.     end
  176.   end
  177. end
  178.