home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 178
- Top = 112
- Width = 388
- Height = 314
- Caption = 'UUProcessor Demo'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 25
- Top = 33
- Width = 95
- Height = 16
- Caption = 'File to Process: '
- end
- object Label2: TLabel
- Left = 46
- Top = 63
- Width = 69
- Height = 16
- Caption = 'Output File: '
- end
- object SpeedButton1: TSpeedButton
- Left = 272
- Top = 31
- Width = 21
- Height = 21
- Caption = '...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = SpeedButton1Click
- end
- object Edit1: TEdit
- Left = 119
- Top = 28
- Width = 149
- Height = 24
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 119
- Top = 58
- Width = 149
- Height = 24
- TabOrder = 1
- end
- object Button1: TButton
- Left = 138
- Top = 226
- Width = 92
- Height = 31
- Caption = 'Process'
- TabOrder = 2
- OnClick = Button1Click
- end
- object GroupBox1: TGroupBox
- Left = 39
- Top = 113
- Width = 100
- Height = 85
- Caption = 'Process'
- TabOrder = 3
- object RadioButton1: TRadioButton
- Left = 16
- Top = 22
- Width = 74
- Height = 21
- Caption = 'Encode'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object RadioButton2: TRadioButton
- Left = 16
- Top = 52
- Width = 74
- Height = 21
- Caption = 'Decode'
- TabOrder = 1
- end
- end
- object GroupBox2: TGroupBox
- Left = 148
- Top = 113
- Width = 178
- Height = 85
- Caption = 'Method'
- TabOrder = 4
- object RadioButton3: TRadioButton
- Left = 16
- Top = 22
- Width = 153
- Height = 21
- Caption = 'UUEncode/Decode'
- TabOrder = 0
- end
- object RadioButton4: TRadioButton
- Left = 16
- Top = 52
- Width = 74
- Height = 21
- Caption = 'MIME'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 264
- Width = 380
- Height = 23
- Panels = <>
- SimplePanel = True
- end
- object NMUUE1: TNMUUProcessor
- OnBeginEncode = NMUUE1BeginEncode
- OnEndEncode = NMUUE1EndEncode
- OnBeginDecode = NMUUE1BeginDecode
- OnEndDecode = NMUUE1EndDecode
- Left = 207
- Top = 178
- end
- object OpenDialog1: TOpenDialog
- Left = 256
- Top = 16
- end
- end
-