home *** CD-ROM | disk | FTP | other *** search
- object EncodeEditBox: TEncodeEditBox
- Left = 200
- Top = 97
- HelpContext = 530
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderStyle = bsDialog
- Caption = 'CodeBox'
- ClientHeight = 144
- ClientWidth = 376
- 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
- ShowAccelChar = False
- WordWrap = True
- end
- object Label4: TLabel
- Tag = 2
- Left = 140
- Top = 54
- Width = 97
- Height = 13
- Caption = 'Lines per file:'
- FocusControl = LinesPerFile
- end
- object Label1: TLabel
- Tag = 3
- Left = 140
- Top = 78
- Width = 97
- Height = 13
- AutoSize = False
- Caption = 'Bytes per file:'
- FocusControl = BytesPerFile
- end
- object Label2: TLabel
- Tag = 4
- Left = 140
- Top = 96
- Width = 233
- Height = 13
- AutoSize = False
- Caption = '(Note: header size is not counted)'
- end
- object BtnOK: TButton
- Tag = 4001
- Left = 47
- Top = 116
- Width = 90
- Height = 24
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object BtnCancel: TButton
- Tag = 4002
- Left = 235
- Top = 116
- Width = 90
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 6
- end
- object Edit1: TEdit
- Left = 8
- Top = 24
- Width = 353
- Height = 21
- TabOrder = 0
- Text = 'Edit1'
- OnKeyDown = Edit1KeyDown
- end
- object BtnTree: TButton
- Tag = 5002
- Left = 141
- Top = 116
- Width = 90
- Height = 24
- Caption = '&Tree'
- TabOrder = 5
- OnClick = BtnTreeClick
- end
- object EncodeAs: TRadioGroup
- Tag = 1
- Left = 8
- Top = 48
- Width = 113
- Height = 61
- Caption = 'Encode as'
- ItemIndex = 0
- Items.Strings = (
- 'MIME (Base64)'
- 'UUEncode'
- 'XXEncode')
- 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 ResolutionFix1: TResolutionFix
- Left = 4
- Top = 112
- end
- object Translate1: TTranslate
- Tag = 6040
- Left = 344
- Top = 108
- end
- end
-