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 / TJUMPFRM / TJUMPFRM.txt < prev   
Text File  |  2004-04-21  |  4KB  |  189 lines

  1. object JumpFrm: TJumpFrm
  2.   Left = 527
  3.   Top = 259
  4.   BorderStyle = bsDialog
  5.   Caption = 'Jump to'
  6.   ClientHeight = 227
  7.   ClientWidth = 360
  8.   Color = clBtnFace
  9.   Font.Charset = EASTEUROPE_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.   ShowHint = True
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 0
  24.     Top = 57
  25.     Width = 360
  26.     Height = 2
  27.     Align = alTop
  28.     Shape = bsTopLine
  29.   end
  30.   object BevelLabel1: TBevelLabel
  31.     Left = 0
  32.     Top = 181
  33.     Width = 360
  34.     Height = 13
  35.     Font.Charset = ANSI_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'Tahoma'
  39.     Font.Style = []
  40.     Align = alBottom
  41.     Alignment = taLeftJustify
  42.     Text = 'RadLight 3.03 SE'
  43.     Color = clBtnFace
  44.   end
  45.   object Panel1: TPanel
  46.     Left = 0
  47.     Top = 0
  48.     Width = 360
  49.     Height = 57
  50.     Align = alTop
  51.     BevelOuter = bvNone
  52.     Color = clWhite
  53.     TabOrder = 0
  54.     object Label1: TLabel
  55.       Left = 8
  56.       Top = 10
  57.       Width = 113
  58.       Height = 13
  59.       Caption = 'Set Current Position'
  60.       Font.Charset = ANSI_CHARSET
  61.       Font.Color = clWindowText
  62.       Font.Height = -11
  63.       Font.Name = 'Tahoma'
  64.       Font.Style = [fsBold]
  65.       ParentFont = False
  66.     end
  67.     object Label3: TLabel
  68.       Left = 18
  69.       Top = 27
  70.       Width = 241
  71.       Height = 13
  72.       Caption = 'Here you jump directy to any part of the movie ...'
  73.     end
  74.     object Image1: TImage
  75.       Left = 301
  76.       Top = 1
  77.       Width = 55
  78.       Height = 55
  79.       Picture.Data = {<image000.bmp>}
  80.     end
  81.   end
  82.   object PageControl1: TPageControl
  83.     Left = 0
  84.     Top = 59
  85.     Width = 360
  86.     Height = 122
  87.     ActivePage = TabSheet1
  88.     Align = alClient
  89.     Style = tsFlatButtons
  90.     TabOrder = 1
  91.     TabWidth = 85
  92.     object TabSheet1: TTabSheet
  93.       Caption = 'Time'
  94.       object Label4: TLabel
  95.         Left = 20
  96.         Top = 12
  97.         Width = 45
  98.         Height = 13
  99.         Caption = 'Jump to :'
  100.       end
  101.       object Label5: TLabel
  102.         Left = 280
  103.         Top = 12
  104.         Width = 49
  105.         Height = 13
  106.         Alignment = taRightJustify
  107.         Caption = 'Total Time'
  108.       end
  109.       object Edit2: TEdit
  110.         Left = 47
  111.         Top = 46
  112.         Width = 121
  113.         Height = 21
  114.         TabOrder = 0
  115.         Text = '0'
  116.       end
  117.       object Edit3: TEdit
  118.         Left = 183
  119.         Top = 46
  120.         Width = 121
  121.         Height = 21
  122.         ReadOnly = True
  123.         TabOrder = 1
  124.         Text = '00:00:00'
  125.       end
  126.     end
  127.     object TabSheet2: TTabSheet
  128.       Caption = 'Frames'
  129.       ImageIndex = 1
  130.       object Label2: TLabel
  131.         Left = 20
  132.         Top = 12
  133.         Width = 45
  134.         Height = 13
  135.         Caption = 'Jump to :'
  136.       end
  137.       object Label6: TLabel
  138.         Left = 267
  139.         Top = 12
  140.         Width = 62
  141.         Height = 13
  142.         Alignment = taRightJustify
  143.         Caption = 'Total Frames'
  144.       end
  145.       object Edit1: TEdit
  146.         Left = 47
  147.         Top = 46
  148.         Width = 121
  149.         Height = 21
  150.         TabOrder = 0
  151.         Text = '0'
  152.       end
  153.       object Edit4: TEdit
  154.         Left = 183
  155.         Top = 46
  156.         Width = 121
  157.         Height = 21
  158.         ReadOnly = True
  159.         TabOrder = 1
  160.         Text = '0'
  161.       end
  162.     end
  163.   end
  164.   object Panel2: TPanel
  165.     Left = 0
  166.     Top = 194
  167.     Width = 360
  168.     Height = 33
  169.     Align = alBottom
  170.     BevelOuter = bvNone
  171.     TabOrder = 2
  172.     object Button1: TButton
  173.       Left = 264
  174.       Top = 2
  175.       Width = 88
  176.       Height = 25
  177.       Caption = 'Jump'
  178.       Font.Charset = ANSI_CHARSET
  179.       Font.Color = clWindowText
  180.       Font.Height = -11
  181.       Font.Name = 'Tahoma'
  182.       Font.Style = [fsBold]
  183.       ParentFont = False
  184.       TabOrder = 0
  185.       OnClick = Button1Click
  186.     end
  187.   end
  188. end
  189.