object EncodeEditBox: TEncodeEditBox Left = 200 Top = 97 HelpContext = 530 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderStyle = bsDialog Caption = 'CodeBox' ClientHeight = 144 ClientWidth = 379 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object InfoText: TLabel Left = 8 Top = 4 Width = 361 Height = 15 AutoSize = False Caption = 'InfoText' FocusControl = Edit1 Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ShowAccelChar = False WordWrap = True end object Label4: TLabel Tag = 2 Left = 140 Top = 54 Width = 62 Height = 13 Caption = 'Lines per file:' FocusControl = LinesPerFile Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label1: TLabel Tag = 3 Left = 140 Top = 78 Width = 97 Height = 13 AutoSize = False Caption = 'Bytes per file:' FocusControl = BytesPerFile Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Tag = 4 Left = 140 Top = 96 Width = 233 Height = 13 AutoSize = False Caption = '(Note: header size is not counted)' Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object BtnOK: TButton Tag = 4001 Left = 3 Top = 117 Width = 90 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 end object BtnCancel: TButton Tag = 4002 Left = 191 Top = 117 Width = 90 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 6 end object Edit1: TEdit Left = 8 Top = 24 Width = 363 Height = 21 TabOrder = 0 Text = 'Edit1' OnKeyDown = Edit1KeyDown end object BtnTree: TButton Tag = 5002 Left = 97 Top = 117 Width = 90 Height = 23 Caption = '&Tree' TabOrder = 5 OnClick = BtnTreeClick end object EncodeAs: TRadioGroup Tag = 1 Left = 8 Top = 48 Width = 113 Height = 61 Caption = 'Encode as' Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemIndex = 0 Items.Strings = ( 'MIME (Base64)' 'UUEncode' 'XXEncode') ParentFont = False TabOrder = 1 OnClick = EncodeAsClick end object LinesPerFile: TEdit Left = 244 Top = 50 Width = 101 Height = 21 TabOrder = 2 Text = 'LinesPerFile' OnChange = LinesPerFileChange end object BytesPerFile: TEdit Left = 244 Top = 74 Width = 101 Height = 21 TabOrder = 3 Text = 'BytesPerFile' OnChange = BytesPerFileChange end object Button1: TButton Tag = 4003 Left = 285 Top = 117 Width = 90 Height = 23 Caption = 'Help' TabOrder = 7 OnClick = Button1Click end object ResolutionFix1: TResolutionFix Left = 4 Top = 112 end object Translate1: TTranslate Tag = 6040 Left = 36 Top = 112 end end