home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1999 June / PCpro_1999_06.ISO / frontend / EncoderS.exe / EncoderServer.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1998-10-04  |  5.7 KB  |  290 lines

  1. object Form1: TForm1
  2.   Left = 193
  3.   Top = 108
  4.   Width = 397
  5.   Height = 345
  6.   Caption = 'MP3 Encode Server'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Splitter1: TSplitter
  20.     Left = 0
  21.     Top = 172
  22.     Width = 389
  23.     Height = 3
  24.     Cursor = crVSplit
  25.     Align = alTop
  26.   end
  27.   object Panel1: TPanel
  28.     Left = 0
  29.     Top = 0
  30.     Width = 389
  31.     Height = 76
  32.     Align = alTop
  33.     BevelOuter = bvNone
  34.     TabOrder = 0
  35.     object Label1: TLabel
  36.       Left = 4
  37.       Top = 8
  38.       Width = 43
  39.       Height = 13
  40.       Caption = 'Encoder:'
  41.     end
  42.     object Label4: TLabel
  43.       Left = 4
  44.       Top = 32
  45.       Width = 34
  46.       Height = 13
  47.       Caption = 'Speed:'
  48.     end
  49.     object Label5: TLabel
  50.       Left = 4
  51.       Top = 56
  52.       Width = 39
  53.       Height = 13
  54.       Caption = 'Options:'
  55.     end
  56.     object EEncoder: TEdit
  57.       Left = 52
  58.       Top = 4
  59.       Width = 289
  60.       Height = 21
  61.       TabOrder = 0
  62.       Text = '\\klaasjan\cd\bladeenc.exe'
  63.     end
  64.     object EOptions: TEdit
  65.       Left = 52
  66.       Top = 52
  67.       Width = 137
  68.       Height = 21
  69.       TabOrder = 1
  70.       Text = '-prio=lowest -delete -quit'
  71.     end
  72.     object Button1: TButton
  73.       Left = 348
  74.       Top = 4
  75.       Width = 85
  76.       Height = 25
  77.       Caption = 'Send Message'
  78.       TabOrder = 2
  79.       Visible = False
  80.       OnClick = Button1Click
  81.     end
  82.     object EMessage: TEdit
  83.       Left = 348
  84.       Top = 32
  85.       Width = 213
  86.       Height = 21
  87.       TabOrder = 3
  88.       Text = 'Message'
  89.       Visible = False
  90.     end
  91.     object CheckBox1: TCheckBox
  92.       Left = 192
  93.       Top = 56
  94.       Width = 149
  95.       Height = 17
  96.       Caption = 'Server deletes sourcefile'
  97.       TabOrder = 4
  98.       Visible = False
  99.     end
  100.     object ESpeed: TComboBox
  101.       Left = 52
  102.       Top = 28
  103.       Width = 73
  104.       Height = 21
  105.       ItemHeight = 13
  106.       Items.Strings = (
  107.         '-112'
  108.         '-128'
  109.         '-160'
  110.         '-192'
  111.         '-256'
  112.         '-320')
  113.       TabOrder = 5
  114.       Text = '-128'
  115.     end
  116.   end
  117.   object Panel2: TPanel
  118.     Left = 0
  119.     Top = 76
  120.     Width = 389
  121.     Height = 96
  122.     Align = alTop
  123.     BevelOuter = bvNone
  124.     TabOrder = 1
  125.     object Panel3: TPanel
  126.       Left = 0
  127.       Top = 0
  128.       Width = 52
  129.       Height = 96
  130.       Align = alLeft
  131.       BevelOuter = bvNone
  132.       TabOrder = 0
  133.       object Label6: TLabel
  134.         Left = 4
  135.         Top = 4
  136.         Width = 42
  137.         Height = 13
  138.         Caption = 'Systems:'
  139.       end
  140.     end
  141.     object Clients: TListView
  142.       Left = 52
  143.       Top = 0
  144.       Width = 337
  145.       Height = 96
  146.       Align = alClient
  147.       Columns = <
  148.         item
  149.           Caption = 'System'
  150.         end
  151.         item
  152.           Caption = 'Time Left'
  153.           Width = 60
  154.         end
  155.         item
  156.           Caption = 'Percent'
  157.         end
  158.         item
  159.           Caption = 'Filename'
  160.           Width = 155
  161.         end>
  162.       HotTrackStyles = []
  163.       ReadOnly = True
  164.       RowSelect = True
  165.       TabOrder = 1
  166.       ViewStyle = vsReport
  167.     end
  168.   end
  169.   object Panel4: TPanel
  170.     Left = 0
  171.     Top = 175
  172.     Width = 389
  173.     Height = 143
  174.     Align = alClient
  175.     BevelOuter = bvNone
  176.     TabOrder = 2
  177.     object Panel5: TPanel
  178.       Left = 0
  179.       Top = 0
  180.       Width = 52
  181.       Height = 143
  182.       Align = alLeft
  183.       BevelOuter = bvNone
  184.       TabOrder = 0
  185.       object Label7: TLabel
  186.         Left = 4
  187.         Top = 4
  188.         Width = 24
  189.         Height = 13
  190.         Caption = 'Files:'
  191.       end
  192.     end
  193.     object Panel7: TPanel
  194.       Left = 52
  195.       Top = 0
  196.       Width = 337
  197.       Height = 143
  198.       Align = alClient
  199.       BevelOuter = bvNone
  200.       Caption = 'Panel7'
  201.       TabOrder = 1
  202.       object Files: TListView
  203.         Left = 0
  204.         Top = 0
  205.         Width = 337
  206.         Height = 120
  207.         Align = alClient
  208.         Columns = <
  209.           item
  210.             Caption = 'Filename'
  211.             Width = 185
  212.           end
  213.           item
  214.             Caption = 'Size'
  215.           end
  216.           item
  217.             Caption = 'Status'
  218.             Width = 80
  219.           end>
  220.         HotTrackStyles = []
  221.         ReadOnly = True
  222.         RowSelect = True
  223.         TabOrder = 0
  224.         ViewStyle = vsReport
  225.         OnClick = FilesClick
  226.       end
  227.       object Panel6: TPanel
  228.         Left = 0
  229.         Top = 120
  230.         Width = 337
  231.         Height = 23
  232.         Align = alBottom
  233.         BevelOuter = bvNone
  234.         TabOrder = 1
  235.         object BRemove: TButton
  236.           Left = 219
  237.           Top = 4
  238.           Width = 70
  239.           Height = 17
  240.           Caption = 'Remove'
  241.           Enabled = False
  242.           TabOrder = 0
  243.           OnClick = BRemoveClick
  244.         end
  245.         object BClearStatus: TButton
  246.           Left = 3
  247.           Top = 4
  248.           Width = 70
  249.           Height = 17
  250.           Caption = 'Clear Status'
  251.           Enabled = False
  252.           TabOrder = 1
  253.           OnClick = BClearStatusClick
  254.         end
  255.         object BCancel: TButton
  256.           Left = 147
  257.           Top = 4
  258.           Width = 70
  259.           Height = 17
  260.           Caption = 'Cancel'
  261.           Enabled = False
  262.           TabOrder = 2
  263.           OnClick = BCancelClick
  264.         end
  265.         object BHold: TButton
  266.           Left = 75
  267.           Top = 4
  268.           Width = 70
  269.           Height = 17
  270.           Caption = 'Hold'
  271.           Enabled = False
  272.           TabOrder = 3
  273.           OnClick = BHoldClick
  274.         end
  275.       end
  276.     end
  277.   end
  278.   object ServerS: TServerSocket
  279.     Active = False
  280.     Port = 4433
  281.     ServerType = stNonBlocking
  282.     OnClientConnect = ServerSClientConnect
  283.     OnClientDisconnect = ServerSClientDisconnect
  284.     OnClientRead = ServerSClientRead
  285.     OnClientError = ServerSClientError
  286.     Left = 192
  287.     Top = 28
  288.   end
  289. end
  290.