home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / ctenari / Radlite / Subedit / Subedit.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  2001-01-02  |  3KB  |  170 lines

  1. object Form4: TForm4
  2.   Left = 277
  3.   Top = 162
  4.   BorderStyle = bsDialog
  5.   Caption = 'Splitting File...'
  6.   ClientHeight = 329
  7.   ClientWidth = 525
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 5
  20.     Top = 4
  21.     Width = 516
  22.     Height = 185
  23.     Caption = 'Data to Split'
  24.     TabOrder = 0
  25.     object list: TListView
  26.       Left = 8
  27.       Top = 16
  28.       Width = 497
  29.       Height = 161
  30.       Columns = <
  31.         item
  32.           Caption = 'Time1'
  33.           Width = 75
  34.         end
  35.         item
  36.           Caption = 'Time2'
  37.           Width = 75
  38.         end
  39.         item
  40.           Caption = 'Text'
  41.           Width = 650
  42.         end>
  43.       HideSelection = False
  44.       ReadOnly = True
  45.       TabOrder = 0
  46.       ViewStyle = vsReport
  47.       OnChange = listChange
  48.     end
  49.   end
  50.   object GroupBox2: TGroupBox
  51.     Left = 5
  52.     Top = 212
  53.     Width = 516
  54.     Height = 113
  55.     Caption = 'Advanced'
  56.     TabOrder = 1
  57.     object Label1: TLabel
  58.       Left = 232
  59.       Top = 22
  60.       Width = 45
  61.       Height = 13
  62.       Caption = 'Split After'
  63.     end
  64.     object Bevel1: TBevel
  65.       Left = 16
  66.       Top = 52
  67.       Width = 393
  68.       Height = 17
  69.       Style = bsRaised
  70.     end
  71.     object CheckBox1: TCheckBox
  72.       Left = 16
  73.       Top = 22
  74.       Width = 169
  75.       Height = 17
  76.       Caption = 'Splitted File Starts with 0'
  77.       Checked = True
  78.       State = cbChecked
  79.       TabOrder = 0
  80.     end
  81.     object Edit1: TEdit
  82.       Left = 288
  83.       Top = 18
  84.       Width = 121
  85.       Height = 21
  86.       TabOrder = 1
  87.       Text = '0:0:0.000'
  88.     end
  89.     object Button4: TButton
  90.       Left = 232
  91.       Top = 80
  92.       Width = 177
  93.       Height = 25
  94.       Caption = 'Split After Video Ends'
  95.       TabOrder = 2
  96.       OnClick = Button4Click
  97.     end
  98.     object Panel1: TPanel
  99.       Left = 16
  100.       Top = 80
  101.       Width = 177
  102.       Height = 25
  103.       BevelOuter = bvNone
  104.       BorderStyle = bsSingle
  105.       TabOrder = 3
  106.       object Gauge1: TGauge
  107.         Left = 0
  108.         Top = 0
  109.         Width = 173
  110.         Height = 21
  111.         Align = alClient
  112.         BorderStyle = bsNone
  113.         ForeColor = clNavy
  114.         Progress = 0
  115.       end
  116.     end
  117.   end
  118.   object Button1: TButton
  119.     Left = 432
  120.     Top = 292
  121.     Width = 75
  122.     Height = 25
  123.     Caption = 'Cancel'
  124.     TabOrder = 2
  125.     OnClick = Button1Click
  126.   end
  127.   object Button2: TButton
  128.     Left = 432
  129.     Top = 260
  130.     Width = 75
  131.     Height = 25
  132.     Caption = 'Split'
  133.     Font.Charset = DEFAULT_CHARSET
  134.     Font.Color = clWindowText
  135.     Font.Height = -11
  136.     Font.Name = 'MS Sans Serif'
  137.     Font.Style = [fsBold]
  138.     ParentFont = False
  139.     TabOrder = 3
  140.     OnClick = Button2Click
  141.   end
  142.   object Button3: TButton
  143.     Left = 432
  144.     Top = 227
  145.     Width = 75
  146.     Height = 25
  147.     Caption = 'Preview'
  148.     TabOrder = 4
  149.     OnClick = Button3Click
  150.   end
  151.   object TrackBar1: TTrackBar
  152.     Left = 5
  153.     Top = 194
  154.     Width = 508
  155.     Height = 17
  156.     Cursor = crHandPoint
  157.     Max = 200
  158.     Orientation = trHorizontal
  159.     Frequency = 1
  160.     Position = 0
  161.     SelEnd = 0
  162.     SelStart = 0
  163.     TabOrder = 5
  164.     ThumbLength = 15
  165.     TickMarks = tmBottomRight
  166.     TickStyle = tsAuto
  167.     OnChange = TrackBar1Change
  168.   end
  169. end
  170.