home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 193
- Top = 108
- Width = 397
- Height = 345
- Caption = 'MP3 Encode Server'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Splitter1: TSplitter
- Left = 0
- Top = 172
- Width = 389
- Height = 3
- Cursor = crVSplit
- Align = alTop
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 389
- Height = 76
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object Label1: TLabel
- Left = 4
- Top = 8
- Width = 43
- Height = 13
- Caption = 'Encoder:'
- end
- object Label4: TLabel
- Left = 4
- Top = 32
- Width = 34
- Height = 13
- Caption = 'Speed:'
- end
- object Label5: TLabel
- Left = 4
- Top = 56
- Width = 39
- Height = 13
- Caption = 'Options:'
- end
- object EEncoder: TEdit
- Left = 52
- Top = 4
- Width = 289
- Height = 21
- TabOrder = 0
- Text = '\\klaasjan\cd\bladeenc.exe'
- end
- object EOptions: TEdit
- Left = 52
- Top = 52
- Width = 137
- Height = 21
- TabOrder = 1
- Text = '-prio=lowest -delete -quit'
- end
- object Button1: TButton
- Left = 348
- Top = 4
- Width = 85
- Height = 25
- Caption = 'Send Message'
- TabOrder = 2
- Visible = False
- OnClick = Button1Click
- end
- object EMessage: TEdit
- Left = 348
- Top = 32
- Width = 213
- Height = 21
- TabOrder = 3
- Text = 'Message'
- Visible = False
- end
- object CheckBox1: TCheckBox
- Left = 192
- Top = 56
- Width = 149
- Height = 17
- Caption = 'Server deletes sourcefile'
- TabOrder = 4
- Visible = False
- end
- object ESpeed: TComboBox
- Left = 52
- Top = 28
- Width = 73
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- '-112'
- '-128'
- '-160'
- '-192'
- '-256'
- '-320')
- TabOrder = 5
- Text = '-128'
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 76
- Width = 389
- Height = 96
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object Panel3: TPanel
- Left = 0
- Top = 0
- Width = 52
- Height = 96
- Align = alLeft
- BevelOuter = bvNone
- TabOrder = 0
- object Label6: TLabel
- Left = 4
- Top = 4
- Width = 42
- Height = 13
- Caption = 'Systems:'
- end
- end
- object Clients: TListView
- Left = 52
- Top = 0
- Width = 337
- Height = 96
- Align = alClient
- Columns = <
- item
- Caption = 'System'
- end
- item
- Caption = 'Time Left'
- Width = 60
- end
- item
- Caption = 'Percent'
- end
- item
- Caption = 'Filename'
- Width = 155
- end>
- HotTrackStyles = []
- ReadOnly = True
- RowSelect = True
- TabOrder = 1
- ViewStyle = vsReport
- end
- end
- object Panel4: TPanel
- Left = 0
- Top = 175
- Width = 389
- Height = 143
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 2
- object Panel5: TPanel
- Left = 0
- Top = 0
- Width = 52
- Height = 143
- Align = alLeft
- BevelOuter = bvNone
- TabOrder = 0
- object Label7: TLabel
- Left = 4
- Top = 4
- Width = 24
- Height = 13
- Caption = 'Files:'
- end
- end
- object Panel7: TPanel
- Left = 52
- Top = 0
- Width = 337
- Height = 143
- Align = alClient
- BevelOuter = bvNone
- Caption = 'Panel7'
- TabOrder = 1
- object Files: TListView
- Left = 0
- Top = 0
- Width = 337
- Height = 120
- Align = alClient
- Columns = <
- item
- Caption = 'Filename'
- Width = 185
- end
- item
- Caption = 'Size'
- end
- item
- Caption = 'Status'
- Width = 80
- end>
- HotTrackStyles = []
- ReadOnly = True
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- OnClick = FilesClick
- end
- object Panel6: TPanel
- Left = 0
- Top = 120
- Width = 337
- Height = 23
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object BRemove: TButton
- Left = 219
- Top = 4
- Width = 70
- Height = 17
- Caption = 'Remove'
- Enabled = False
- TabOrder = 0
- OnClick = BRemoveClick
- end
- object BClearStatus: TButton
- Left = 3
- Top = 4
- Width = 70
- Height = 17
- Caption = 'Clear Status'
- Enabled = False
- TabOrder = 1
- OnClick = BClearStatusClick
- end
- object BCancel: TButton
- Left = 147
- Top = 4
- Width = 70
- Height = 17
- Caption = 'Cancel'
- Enabled = False
- TabOrder = 2
- OnClick = BCancelClick
- end
- object BHold: TButton
- Left = 75
- Top = 4
- Width = 70
- Height = 17
- Caption = 'Hold'
- Enabled = False
- TabOrder = 3
- OnClick = BHoldClick
- end
- end
- end
- end
- object ServerS: TServerSocket
- Active = False
- Port = 4433
- ServerType = stNonBlocking
- OnClientConnect = ServerSClientConnect
- OnClientDisconnect = ServerSClientDisconnect
- OnClientRead = ServerSClientRead
- OnClientError = ServerSClientError
- Left = 192
- Top = 28
- end
- end
-