_ Partial Class EncodeDecodeForm Inherits DevComponents.DotNetBar.Office2007Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(EncodeDecodeForm)) Me.gbEncoding = New System.Windows.Forms.GroupBox() Me.btnDecode = New DevComponents.DotNetBar.ButtonX() Me.btnEncode = New DevComponents.DotNetBar.ButtonX() Me.rbB64 = New System.Windows.Forms.RadioButton() Me.rbVL64 = New System.Windows.Forms.RadioButton() Me.lblOut = New System.Windows.Forms.Label() Me.txtOut = New System.Windows.Forms.TextBox() Me.lblIn = New System.Windows.Forms.Label() Me.txtIn = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.gbEncoding.SuspendLayout() Me.SuspendLayout() ' 'gbEncoding ' Me.gbEncoding.Controls.Add(Me.btnDecode) Me.gbEncoding.Controls.Add(Me.btnEncode) Me.gbEncoding.Controls.Add(Me.rbB64) Me.gbEncoding.Controls.Add(Me.rbVL64) Me.gbEncoding.Controls.Add(Me.lblOut) Me.gbEncoding.Controls.Add(Me.txtOut) Me.gbEncoding.Controls.Add(Me.lblIn) Me.gbEncoding.Controls.Add(Me.txtIn) Me.gbEncoding.ForeColor = System.Drawing.Color.Yellow Me.gbEncoding.Location = New System.Drawing.Point(15, 25) Me.gbEncoding.Name = "gbEncoding" Me.gbEncoding.Size = New System.Drawing.Size(164, 231) Me.gbEncoding.TabIndex = 2 Me.gbEncoding.TabStop = False ' 'btnDecode ' Me.btnDecode.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.btnDecode.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.btnDecode.ForeColor = System.Drawing.Color.Black Me.btnDecode.Location = New System.Drawing.Point(85, 164) Me.btnDecode.Name = "btnDecode" Me.btnDecode.Size = New System.Drawing.Size(70, 25) Me.btnDecode.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.btnDecode.TabIndex = 43 Me.btnDecode.Text = "Decode" ' 'btnEncode ' Me.btnEncode.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton Me.btnEncode.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground Me.btnEncode.ForeColor = System.Drawing.Color.Black Me.btnEncode.Location = New System.Drawing.Point(9, 164) Me.btnEncode.Name = "btnEncode" Me.btnEncode.Size = New System.Drawing.Size(70, 25) Me.btnEncode.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.btnEncode.TabIndex = 2 Me.btnEncode.Text = "Encode" ' 'rbB64 ' Me.rbB64.AutoSize = True Me.rbB64.ForeColor = System.Drawing.Color.Yellow Me.rbB64.Location = New System.Drawing.Point(102, 208) Me.rbB64.Name = "rbB64" Me.rbB64.Size = New System.Drawing.Size(44, 17) Me.rbB64.TabIndex = 7 Me.rbB64.Text = "B64" Me.rbB64.UseVisualStyleBackColor = True ' 'rbVL64 ' Me.rbVL64.AutoSize = True Me.rbVL64.Checked = True Me.rbVL64.ForeColor = System.Drawing.Color.Yellow Me.rbVL64.Location = New System.Drawing.Point(6, 208) Me.rbVL64.Name = "rbVL64" Me.rbVL64.Size = New System.Drawing.Size(50, 17) Me.rbVL64.TabIndex = 6 Me.rbVL64.TabStop = True Me.rbVL64.Text = "VL64" Me.rbVL64.UseVisualStyleBackColor = True ' 'lblOut ' Me.lblOut.AutoSize = True Me.lblOut.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblOut.ForeColor = System.Drawing.Color.Yellow Me.lblOut.Location = New System.Drawing.Point(3, 74) Me.lblOut.Name = "lblOut" Me.lblOut.Size = New System.Drawing.Size(45, 13) Me.lblOut.TabIndex = 3 Me.lblOut.Text = "Output" ' 'txtOut ' Me.txtOut.BackColor = System.Drawing.Color.White Me.txtOut.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.txtOut.ForeColor = System.Drawing.Color.Black Me.txtOut.Location = New System.Drawing.Point(7, 90) Me.txtOut.Multiline = True Me.txtOut.Name = "txtOut" Me.txtOut.ReadOnly = True Me.txtOut.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.txtOut.Size = New System.Drawing.Size(148, 68) Me.txtOut.TabIndex = 2 ' 'lblIn ' Me.lblIn.AutoSize = True Me.lblIn.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblIn.ForeColor = System.Drawing.Color.Yellow Me.lblIn.Location = New System.Drawing.Point(4, 27) Me.lblIn.Name = "lblIn" Me.lblIn.Size = New System.Drawing.Size(36, 13) Me.lblIn.TabIndex = 1 Me.lblIn.Text = "Input" ' 'txtIn ' Me.txtIn.BackColor = System.Drawing.Color.White Me.txtIn.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.txtIn.ForeColor = System.Drawing.Color.Black Me.txtIn.Location = New System.Drawing.Point(6, 43) Me.txtIn.Name = "txtIn" Me.txtIn.Size = New System.Drawing.Size(146, 20) Me.txtIn.TabIndex = 0 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.ForeColor = System.Drawing.Color.Yellow Me.Label4.Location = New System.Drawing.Point(12, 9) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(120, 13) Me.Label4.TabIndex = 40 Me.Label4.Text = "Encoding\Decoding" ' 'EncodeDecodeForm ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(199, 272) Me.Controls.Add(Me.gbEncoding) Me.Controls.Add(Me.Label4) Me.EnableGlass = False Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "EncodeDecodeForm" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Encode/Decode" Me.TopMost = True Me.gbEncoding.ResumeLayout(False) Me.gbEncoding.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents gbEncoding As System.Windows.Forms.GroupBox Friend WithEvents btnDecode As DevComponents.DotNetBar.ButtonX Friend WithEvents btnEncode As DevComponents.DotNetBar.ButtonX Friend WithEvents rbB64 As System.Windows.Forms.RadioButton Friend WithEvents rbVL64 As System.Windows.Forms.RadioButton Friend WithEvents lblOut As System.Windows.Forms.Label Friend WithEvents txtOut As System.Windows.Forms.TextBox Friend WithEvents lblIn As System.Windows.Forms.Label Friend WithEvents txtIn As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label End Class