home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Demos / FastNet / Uue / uuedem.dfm / uuedem.txt
Text File  |  1999-08-11  |  3KB  |  140 lines

  1. object Form1: TForm1
  2.   Left = 178
  3.   Top = 112
  4.   Width = 388
  5.   Height = 314
  6.   Caption = 'UUProcessor Demo'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 25
  18.     Top = 33
  19.     Width = 95
  20.     Height = 16
  21.     Caption = 'File to Process: '
  22.   end
  23.   object Label2: TLabel
  24.     Left = 46
  25.     Top = 63
  26.     Width = 69
  27.     Height = 16
  28.     Caption = 'Output File: '
  29.   end
  30.   object SpeedButton1: TSpeedButton
  31.     Left = 272
  32.     Top = 31
  33.     Width = 21
  34.     Height = 21
  35.     Caption = '...'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -15
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.     OnClick = SpeedButton1Click
  43.   end
  44.   object Edit1: TEdit
  45.     Left = 119
  46.     Top = 28
  47.     Width = 149
  48.     Height = 24
  49.     TabOrder = 0
  50.   end
  51.   object Edit2: TEdit
  52.     Left = 119
  53.     Top = 58
  54.     Width = 149
  55.     Height = 24
  56.     TabOrder = 1
  57.   end
  58.   object Button1: TButton
  59.     Left = 138
  60.     Top = 226
  61.     Width = 92
  62.     Height = 31
  63.     Caption = 'Process'
  64.     TabOrder = 2
  65.     OnClick = Button1Click
  66.   end
  67.   object GroupBox1: TGroupBox
  68.     Left = 39
  69.     Top = 113
  70.     Width = 100
  71.     Height = 85
  72.     Caption = 'Process'
  73.     TabOrder = 3
  74.     object RadioButton1: TRadioButton
  75.       Left = 16
  76.       Top = 22
  77.       Width = 74
  78.       Height = 21
  79.       Caption = 'Encode'
  80.       Checked = True
  81.       TabOrder = 0
  82.       TabStop = True
  83.     end
  84.     object RadioButton2: TRadioButton
  85.       Left = 16
  86.       Top = 52
  87.       Width = 74
  88.       Height = 21
  89.       Caption = 'Decode'
  90.       TabOrder = 1
  91.     end
  92.   end
  93.   object GroupBox2: TGroupBox
  94.     Left = 148
  95.     Top = 113
  96.     Width = 178
  97.     Height = 85
  98.     Caption = 'Method'
  99.     TabOrder = 4
  100.     object RadioButton3: TRadioButton
  101.       Left = 16
  102.       Top = 22
  103.       Width = 153
  104.       Height = 21
  105.       Caption = 'UUEncode/Decode'
  106.       TabOrder = 0
  107.     end
  108.     object RadioButton4: TRadioButton
  109.       Left = 16
  110.       Top = 52
  111.       Width = 74
  112.       Height = 21
  113.       Caption = 'MIME'
  114.       Checked = True
  115.       TabOrder = 1
  116.       TabStop = True
  117.     end
  118.   end
  119.   object StatusBar1: TStatusBar
  120.     Left = 0
  121.     Top = 264
  122.     Width = 380
  123.     Height = 23
  124.     Panels = <>
  125.     SimplePanel = True
  126.   end
  127.   object NMUUE1: TNMUUProcessor
  128.     OnBeginEncode = NMUUE1BeginEncode
  129.     OnEndEncode = NMUUE1EndEncode
  130.     OnBeginDecode = NMUUE1BeginDecode
  131.     OnEndDecode = NMUUE1EndDecode
  132.     Left = 207
  133.     Top = 178
  134.   end
  135.   object OpenDialog1: TOpenDialog
  136.     Left = 256
  137.     Top = 16
  138.   end
  139. end
  140.