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
Wrap
Text File
|
2001-01-02
|
3KB
|
170 lines
object Form4: TForm4
Left = 277
Top = 162
BorderStyle = bsDialog
Caption = 'Splitting File...'
ClientHeight = 329
ClientWidth = 525
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 5
Top = 4
Width = 516
Height = 185
Caption = 'Data to Split'
TabOrder = 0
object list: TListView
Left = 8
Top = 16
Width = 497
Height = 161
Columns = <
item
Caption = 'Time1'
Width = 75
end
item
Caption = 'Time2'
Width = 75
end
item
Caption = 'Text'
Width = 650
end>
HideSelection = False
ReadOnly = True
TabOrder = 0
ViewStyle = vsReport
OnChange = listChange
end
end
object GroupBox2: TGroupBox
Left = 5
Top = 212
Width = 516
Height = 113
Caption = 'Advanced'
TabOrder = 1
object Label1: TLabel
Left = 232
Top = 22
Width = 45
Height = 13
Caption = 'Split After'
end
object Bevel1: TBevel
Left = 16
Top = 52
Width = 393
Height = 17
Style = bsRaised
end
object CheckBox1: TCheckBox
Left = 16
Top = 22
Width = 169
Height = 17
Caption = 'Splitted File Starts with 0'
Checked = True
State = cbChecked
TabOrder = 0
end
object Edit1: TEdit
Left = 288
Top = 18
Width = 121
Height = 21
TabOrder = 1
Text = '0:0:0.000'
end
object Button4: TButton
Left = 232
Top = 80
Width = 177
Height = 25
Caption = 'Split After Video Ends'
TabOrder = 2
OnClick = Button4Click
end
object Panel1: TPanel
Left = 16
Top = 80
Width = 177
Height = 25
BevelOuter = bvNone
BorderStyle = bsSingle
TabOrder = 3
object Gauge1: TGauge
Left = 0
Top = 0
Width = 173
Height = 21
Align = alClient
BorderStyle = bsNone
ForeColor = clNavy
Progress = 0
end
end
end
object Button1: TButton
Left = 432
Top = 292
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 432
Top = 260
Width = 75
Height = 25
Caption = 'Split'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 432
Top = 227
Width = 75
Height = 25
Caption = 'Preview'
TabOrder = 4
OnClick = Button3Click
end
object TrackBar1: TTrackBar
Left = 5
Top = 194
Width = 508
Height = 17
Cursor = crHandPoint
Max = 200
Orientation = trHorizontal
Frequency = 1
Position = 0
SelEnd = 0
SelStart = 0
TabOrder = 5
ThumbLength = 15
TickMarks = tmBottomRight
TickStyle = tsAuto
OnChange = TrackBar1Change
end
end