git-svn-id: https://svn.sdnsupport.nl:448/svn/UCS_New_KeyGenerator/trunk@4 fb98f456-852b-ae4b-87b5-d34767d02741
562 lines
26 KiB
VB.net
562 lines
26 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class KeyFileGenerator
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
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.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(KeyFileGenerator))
|
|
Me.ProcId_1 = New System.Windows.Forms.TextBox()
|
|
Me.ProcId_2 = New System.Windows.Forms.TextBox()
|
|
Me.ProcId_3 = New System.Windows.Forms.TextBox()
|
|
Me.ProcId_4 = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.CreateKeyButton = New System.Windows.Forms.Button()
|
|
Me.KeyFileData = New System.Windows.Forms.RichTextBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.ClientName = New System.Windows.Forms.TextBox()
|
|
Me.Option_UDP = New System.Windows.Forms.CheckBox()
|
|
Me.Option_Telnet = New System.Windows.Forms.CheckBox()
|
|
Me.Option_Video = New System.Windows.Forms.CheckBox()
|
|
Me.Option_C2000 = New System.Windows.Forms.CheckBox()
|
|
Me.RichTextBox1 = New System.Windows.Forms.RichTextBox()
|
|
Me.RichTextBox2Decrypt = New System.Windows.Forms.RichTextBox()
|
|
Me.DecryptButton = New System.Windows.Forms.Button()
|
|
Me.Option_voip = New System.Windows.Forms.CheckBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.GroupBox10 = New System.Windows.Forms.GroupBox()
|
|
Me.VoipCallNumberCount = New System.Windows.Forms.TextBox()
|
|
Me.GroupBox9 = New System.Windows.Forms.GroupBox()
|
|
Me.C2000IssiCount = New System.Windows.Forms.TextBox()
|
|
Me.GroupBox8 = New System.Windows.Forms.GroupBox()
|
|
Me.VideoBoxCount = New System.Windows.Forms.TextBox()
|
|
Me.GroupBox7 = New System.Windows.Forms.GroupBox()
|
|
Me.TelnetIpCount = New System.Windows.Forms.TextBox()
|
|
Me.GroupBox6 = New System.Windows.Forms.GroupBox()
|
|
Me.UdpIdCount = New System.Windows.Forms.TextBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.GroupBoxCount = New System.Windows.Forms.TextBox()
|
|
Me.ButtonCount = New System.Windows.Forms.TextBox()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
|
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
|
|
Me.GroupBox5 = New System.Windows.Forms.GroupBox()
|
|
Me.DataToDecryptTextbox = New System.Windows.Forms.RichTextBox()
|
|
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.GroupBox10.SuspendLayout()
|
|
Me.GroupBox9.SuspendLayout()
|
|
Me.GroupBox8.SuspendLayout()
|
|
Me.GroupBox7.SuspendLayout()
|
|
Me.GroupBox6.SuspendLayout()
|
|
Me.GroupBox2.SuspendLayout()
|
|
Me.GroupBox3.SuspendLayout()
|
|
Me.GroupBox4.SuspendLayout()
|
|
Me.GroupBox5.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'ProcId_1
|
|
'
|
|
Me.ProcId_1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
|
Me.ProcId_1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.ProcId_1.Location = New System.Drawing.Point(6, 15)
|
|
Me.ProcId_1.MaxLength = 4
|
|
Me.ProcId_1.Name = "ProcId_1"
|
|
Me.ProcId_1.Size = New System.Drawing.Size(70, 26)
|
|
Me.ProcId_1.TabIndex = 0
|
|
Me.ToolTip1.SetToolTip(Me.ProcId_1, "Blok 1 van de key")
|
|
'
|
|
'ProcId_2
|
|
'
|
|
Me.ProcId_2.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
|
Me.ProcId_2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.ProcId_2.Location = New System.Drawing.Point(110, 15)
|
|
Me.ProcId_2.MaxLength = 4
|
|
Me.ProcId_2.Name = "ProcId_2"
|
|
Me.ProcId_2.Size = New System.Drawing.Size(70, 26)
|
|
Me.ProcId_2.TabIndex = 1
|
|
Me.ToolTip1.SetToolTip(Me.ProcId_2, "Blok 2 van de key")
|
|
'
|
|
'ProcId_3
|
|
'
|
|
Me.ProcId_3.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
|
Me.ProcId_3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.ProcId_3.Location = New System.Drawing.Point(214, 15)
|
|
Me.ProcId_3.MaxLength = 4
|
|
Me.ProcId_3.Name = "ProcId_3"
|
|
Me.ProcId_3.Size = New System.Drawing.Size(70, 26)
|
|
Me.ProcId_3.TabIndex = 2
|
|
Me.ToolTip1.SetToolTip(Me.ProcId_3, "Blok 3 van de key")
|
|
'
|
|
'ProcId_4
|
|
'
|
|
Me.ProcId_4.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
|
Me.ProcId_4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.ProcId_4.Location = New System.Drawing.Point(318, 15)
|
|
Me.ProcId_4.MaxLength = 4
|
|
Me.ProcId_4.Name = "ProcId_4"
|
|
Me.ProcId_4.Size = New System.Drawing.Size(70, 26)
|
|
Me.ProcId_4.TabIndex = 3
|
|
Me.ToolTip1.SetToolTip(Me.ProcId_4, "Blok 4 van de key")
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(85, 16)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(16, 24)
|
|
Me.Label1.TabIndex = 1
|
|
Me.Label1.Text = "-"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(189, 16)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(16, 24)
|
|
Me.Label2.TabIndex = 1
|
|
Me.Label2.Text = "-"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(293, 16)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(16, 24)
|
|
Me.Label3.TabIndex = 1
|
|
Me.Label3.Text = "-"
|
|
'
|
|
'CreateKeyButton
|
|
'
|
|
Me.CreateKeyButton.Location = New System.Drawing.Point(6, 19)
|
|
Me.CreateKeyButton.Name = "CreateKeyButton"
|
|
Me.CreateKeyButton.Size = New System.Drawing.Size(188, 48)
|
|
Me.CreateKeyButton.TabIndex = 18
|
|
Me.CreateKeyButton.Text = "Maak registratie key data"
|
|
Me.CreateKeyButton.UseVisualStyleBackColor = True
|
|
'
|
|
'KeyFileData
|
|
'
|
|
Me.KeyFileData.Location = New System.Drawing.Point(6, 19)
|
|
Me.KeyFileData.Name = "KeyFileData"
|
|
Me.KeyFileData.Size = New System.Drawing.Size(529, 498)
|
|
Me.KeyFileData.TabIndex = 17
|
|
Me.KeyFileData.Text = ""
|
|
Me.ToolTip1.SetToolTip(Me.KeyFileData, "De xml data die in de keyfile zit")
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(16, 23)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(41, 13)
|
|
Me.Label4.TabIndex = 4
|
|
Me.Label4.Text = "Naam :"
|
|
'
|
|
'ClientName
|
|
'
|
|
Me.ClientName.Location = New System.Drawing.Point(58, 19)
|
|
Me.ClientName.Name = "ClientName"
|
|
Me.ClientName.Size = New System.Drawing.Size(330, 20)
|
|
Me.ClientName.TabIndex = 4
|
|
Me.ToolTip1.SetToolTip(Me.ClientName, "Geeft de naam van de gebruiker van de key")
|
|
'
|
|
'Option_UDP
|
|
'
|
|
Me.Option_UDP.AutoSize = True
|
|
Me.Option_UDP.Location = New System.Drawing.Point(6, 19)
|
|
Me.Option_UDP.Name = "Option_UDP"
|
|
Me.Option_UDP.Size = New System.Drawing.Size(49, 17)
|
|
Me.Option_UDP.TabIndex = 7
|
|
Me.Option_UDP.Text = "UDP"
|
|
Me.Option_UDP.UseVisualStyleBackColor = True
|
|
'
|
|
'Option_Telnet
|
|
'
|
|
Me.Option_Telnet.AutoSize = True
|
|
Me.Option_Telnet.Location = New System.Drawing.Point(6, 21)
|
|
Me.Option_Telnet.Name = "Option_Telnet"
|
|
Me.Option_Telnet.Size = New System.Drawing.Size(56, 17)
|
|
Me.Option_Telnet.TabIndex = 9
|
|
Me.Option_Telnet.Text = "Telnet"
|
|
Me.Option_Telnet.UseVisualStyleBackColor = True
|
|
'
|
|
'Option_Video
|
|
'
|
|
Me.Option_Video.AutoSize = True
|
|
Me.Option_Video.Location = New System.Drawing.Point(6, 19)
|
|
Me.Option_Video.Name = "Option_Video"
|
|
Me.Option_Video.Size = New System.Drawing.Size(53, 17)
|
|
Me.Option_Video.TabIndex = 11
|
|
Me.Option_Video.Text = "Video"
|
|
Me.Option_Video.UseVisualStyleBackColor = True
|
|
'
|
|
'Option_C2000
|
|
'
|
|
Me.Option_C2000.AutoSize = True
|
|
Me.Option_C2000.Location = New System.Drawing.Point(6, 19)
|
|
Me.Option_C2000.Name = "Option_C2000"
|
|
Me.Option_C2000.Size = New System.Drawing.Size(57, 17)
|
|
Me.Option_C2000.TabIndex = 13
|
|
Me.Option_C2000.Text = "C2000"
|
|
Me.Option_C2000.UseVisualStyleBackColor = True
|
|
'
|
|
'RichTextBox1
|
|
'
|
|
Me.RichTextBox1.Location = New System.Drawing.Point(6, 79)
|
|
Me.RichTextBox1.Name = "RichTextBox1"
|
|
Me.RichTextBox1.Size = New System.Drawing.Size(525, 673)
|
|
Me.RichTextBox1.TabIndex = 19
|
|
Me.RichTextBox1.Text = ""
|
|
Me.ToolTip1.SetToolTip(Me.RichTextBox1, "De registratie key data." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Deze kan worden ingevoerd in het UCS.")
|
|
'
|
|
'RichTextBox2Decrypt
|
|
'
|
|
Me.RichTextBox2Decrypt.Location = New System.Drawing.Point(6, 336)
|
|
Me.RichTextBox2Decrypt.Name = "RichTextBox2Decrypt"
|
|
Me.RichTextBox2Decrypt.Size = New System.Drawing.Size(452, 416)
|
|
Me.RichTextBox2Decrypt.TabIndex = 7
|
|
Me.RichTextBox2Decrypt.TabStop = False
|
|
Me.RichTextBox2Decrypt.Text = ""
|
|
'
|
|
'DecryptButton
|
|
'
|
|
Me.DecryptButton.Location = New System.Drawing.Point(157, 307)
|
|
Me.DecryptButton.Name = "DecryptButton"
|
|
Me.DecryptButton.Size = New System.Drawing.Size(151, 23)
|
|
Me.DecryptButton.TabIndex = 8
|
|
Me.DecryptButton.TabStop = False
|
|
Me.DecryptButton.Text = "Decrypt"
|
|
Me.DecryptButton.UseVisualStyleBackColor = True
|
|
'
|
|
'Option_voip
|
|
'
|
|
Me.Option_voip.AutoSize = True
|
|
Me.Option_voip.Location = New System.Drawing.Point(6, 19)
|
|
Me.Option_voip.Name = "Option_voip"
|
|
Me.Option_voip.Size = New System.Drawing.Size(51, 17)
|
|
Me.Option_voip.TabIndex = 15
|
|
Me.Option_voip.Text = "VOIP"
|
|
Me.Option_voip.UseVisualStyleBackColor = True
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label5.Location = New System.Drawing.Point(6, 44)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(66, 24)
|
|
Me.Label5.TabIndex = 9
|
|
Me.Label5.Text = "Label5"
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.GroupBox10)
|
|
Me.GroupBox1.Controls.Add(Me.GroupBox9)
|
|
Me.GroupBox1.Controls.Add(Me.GroupBox8)
|
|
Me.GroupBox1.Controls.Add(Me.GroupBox7)
|
|
Me.GroupBox1.Controls.Add(Me.GroupBox6)
|
|
Me.GroupBox1.Controls.Add(Me.Label8)
|
|
Me.GroupBox1.Controls.Add(Me.Label6)
|
|
Me.GroupBox1.Controls.Add(Me.GroupBoxCount)
|
|
Me.GroupBox1.Controls.Add(Me.ButtonCount)
|
|
Me.GroupBox1.Controls.Add(Me.ClientName)
|
|
Me.GroupBox1.Controls.Add(Me.Label4)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(12, 83)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(541, 159)
|
|
Me.GroupBox1.TabIndex = 11
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Registratie opties"
|
|
'
|
|
'GroupBox10
|
|
'
|
|
Me.GroupBox10.Controls.Add(Me.VoipCallNumberCount)
|
|
Me.GroupBox10.Controls.Add(Me.Option_voip)
|
|
Me.GroupBox10.Location = New System.Drawing.Point(438, 71)
|
|
Me.GroupBox10.Name = "GroupBox10"
|
|
Me.GroupBox10.Size = New System.Drawing.Size(97, 81)
|
|
Me.GroupBox10.TabIndex = 13
|
|
Me.GroupBox10.TabStop = False
|
|
Me.GroupBox10.Text = "VOIP"
|
|
'
|
|
'VoipCallNumberCount
|
|
'
|
|
Me.VoipCallNumberCount.Location = New System.Drawing.Point(6, 42)
|
|
Me.VoipCallNumberCount.Name = "VoipCallNumberCount"
|
|
Me.VoipCallNumberCount.Size = New System.Drawing.Size(85, 20)
|
|
Me.VoipCallNumberCount.TabIndex = 16
|
|
Me.ToolTip1.SetToolTip(Me.VoipCallNumberCount, "Aantal call nummers" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Niks invullen geeft obeberkt aantal call nummers")
|
|
'
|
|
'GroupBox9
|
|
'
|
|
Me.GroupBox9.Controls.Add(Me.C2000IssiCount)
|
|
Me.GroupBox9.Controls.Add(Me.Option_C2000)
|
|
Me.GroupBox9.Location = New System.Drawing.Point(333, 71)
|
|
Me.GroupBox9.Name = "GroupBox9"
|
|
Me.GroupBox9.Size = New System.Drawing.Size(99, 81)
|
|
Me.GroupBox9.TabIndex = 12
|
|
Me.GroupBox9.TabStop = False
|
|
Me.GroupBox9.Text = "C2000"
|
|
'
|
|
'C2000IssiCount
|
|
'
|
|
Me.C2000IssiCount.Location = New System.Drawing.Point(6, 42)
|
|
Me.C2000IssiCount.Name = "C2000IssiCount"
|
|
Me.C2000IssiCount.Size = New System.Drawing.Size(87, 20)
|
|
Me.C2000IssiCount.TabIndex = 14
|
|
Me.ToolTip1.SetToolTip(Me.C2000IssiCount, "Aantal ISSI's" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Niks invullen geeft obeberkt aantal ISSI's")
|
|
'
|
|
'GroupBox8
|
|
'
|
|
Me.GroupBox8.Controls.Add(Me.VideoBoxCount)
|
|
Me.GroupBox8.Controls.Add(Me.Option_Video)
|
|
Me.GroupBox8.Location = New System.Drawing.Point(221, 71)
|
|
Me.GroupBox8.Name = "GroupBox8"
|
|
Me.GroupBox8.Size = New System.Drawing.Size(106, 81)
|
|
Me.GroupBox8.TabIndex = 11
|
|
Me.GroupBox8.TabStop = False
|
|
Me.GroupBox8.Text = "Video"
|
|
'
|
|
'VideoBoxCount
|
|
'
|
|
Me.VideoBoxCount.Location = New System.Drawing.Point(6, 42)
|
|
Me.VideoBoxCount.Name = "VideoBoxCount"
|
|
Me.VideoBoxCount.Size = New System.Drawing.Size(94, 20)
|
|
Me.VideoBoxCount.TabIndex = 12
|
|
Me.ToolTip1.SetToolTip(Me.VideoBoxCount, "Aantal Video schermen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Niks invullen geeft obeberkt aantal videoschermen")
|
|
'
|
|
'GroupBox7
|
|
'
|
|
Me.GroupBox7.Controls.Add(Me.TelnetIpCount)
|
|
Me.GroupBox7.Controls.Add(Me.Option_Telnet)
|
|
Me.GroupBox7.Location = New System.Drawing.Point(89, 71)
|
|
Me.GroupBox7.Name = "GroupBox7"
|
|
Me.GroupBox7.Size = New System.Drawing.Size(126, 81)
|
|
Me.GroupBox7.TabIndex = 10
|
|
Me.GroupBox7.TabStop = False
|
|
Me.GroupBox7.Text = "Telnet"
|
|
'
|
|
'TelnetIpCount
|
|
'
|
|
Me.TelnetIpCount.Location = New System.Drawing.Point(7, 42)
|
|
Me.TelnetIpCount.Name = "TelnetIpCount"
|
|
Me.TelnetIpCount.Size = New System.Drawing.Size(113, 20)
|
|
Me.TelnetIpCount.TabIndex = 10
|
|
Me.ToolTip1.SetToolTip(Me.TelnetIpCount, "Aantal IP Adressen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Niks invullen geeft obeberkt aantal IP adressen")
|
|
'
|
|
'GroupBox6
|
|
'
|
|
Me.GroupBox6.Controls.Add(Me.UdpIdCount)
|
|
Me.GroupBox6.Controls.Add(Me.Option_UDP)
|
|
Me.GroupBox6.Location = New System.Drawing.Point(6, 71)
|
|
Me.GroupBox6.Name = "GroupBox6"
|
|
Me.GroupBox6.Size = New System.Drawing.Size(77, 81)
|
|
Me.GroupBox6.TabIndex = 9
|
|
Me.GroupBox6.TabStop = False
|
|
Me.GroupBox6.Text = "UDP"
|
|
'
|
|
'UdpIdCount
|
|
'
|
|
Me.UdpIdCount.Location = New System.Drawing.Point(7, 43)
|
|
Me.UdpIdCount.Name = "UdpIdCount"
|
|
Me.UdpIdCount.Size = New System.Drawing.Size(63, 20)
|
|
Me.UdpIdCount.TabIndex = 8
|
|
Me.ToolTip1.SetToolTip(Me.UdpIdCount, "Aantal ID's" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Niks invullen geeft obeberkt aantal ID's")
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Location = New System.Drawing.Point(190, 48)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(92, 13)
|
|
Me.Label8.TabIndex = 8
|
|
Me.Label8.Text = "Max groepboxen :"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(5, 48)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(78, 13)
|
|
Me.Label6.TabIndex = 8
|
|
Me.Label6.Text = "Max knoppen :"
|
|
'
|
|
'GroupBoxCount
|
|
'
|
|
Me.GroupBoxCount.Location = New System.Drawing.Point(288, 45)
|
|
Me.GroupBoxCount.Name = "GroupBoxCount"
|
|
Me.GroupBoxCount.Size = New System.Drawing.Size(100, 20)
|
|
Me.GroupBoxCount.TabIndex = 6
|
|
Me.ToolTip1.SetToolTip(Me.GroupBoxCount, "Niks invullen geeft onbeperkt aantal groupboxen")
|
|
'
|
|
'ButtonCount
|
|
'
|
|
Me.ButtonCount.Location = New System.Drawing.Point(89, 45)
|
|
Me.ButtonCount.Name = "ButtonCount"
|
|
Me.ButtonCount.Size = New System.Drawing.Size(100, 20)
|
|
Me.ButtonCount.TabIndex = 5
|
|
Me.ToolTip1.SetToolTip(Me.ButtonCount, "Niks invullen geeft obeberkt aantal knoppen")
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.ProcId_1)
|
|
Me.GroupBox2.Controls.Add(Me.ProcId_2)
|
|
Me.GroupBox2.Controls.Add(Me.Label5)
|
|
Me.GroupBox2.Controls.Add(Me.ProcId_3)
|
|
Me.GroupBox2.Controls.Add(Me.ProcId_4)
|
|
Me.GroupBox2.Controls.Add(Me.Label1)
|
|
Me.GroupBox2.Controls.Add(Me.Label2)
|
|
Me.GroupBox2.Controls.Add(Me.Label3)
|
|
Me.GroupBox2.Location = New System.Drawing.Point(12, 12)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(541, 68)
|
|
Me.GroupBox2.TabIndex = 12
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "Activatie Key"
|
|
'
|
|
'GroupBox3
|
|
'
|
|
Me.GroupBox3.Controls.Add(Me.KeyFileData)
|
|
Me.GroupBox3.Location = New System.Drawing.Point(12, 248)
|
|
Me.GroupBox3.Name = "GroupBox3"
|
|
Me.GroupBox3.Size = New System.Drawing.Size(541, 523)
|
|
Me.GroupBox3.TabIndex = 13
|
|
Me.GroupBox3.TabStop = False
|
|
Me.GroupBox3.Text = "Keyfile XML"
|
|
'
|
|
'GroupBox4
|
|
'
|
|
Me.GroupBox4.Controls.Add(Me.CreateKeyButton)
|
|
Me.GroupBox4.Controls.Add(Me.RichTextBox1)
|
|
Me.GroupBox4.Location = New System.Drawing.Point(560, 13)
|
|
Me.GroupBox4.Name = "GroupBox4"
|
|
Me.GroupBox4.Size = New System.Drawing.Size(537, 758)
|
|
Me.GroupBox4.TabIndex = 14
|
|
Me.GroupBox4.TabStop = False
|
|
Me.GroupBox4.Text = "Registratie key data"
|
|
'
|
|
'GroupBox5
|
|
'
|
|
Me.GroupBox5.Controls.Add(Me.DataToDecryptTextbox)
|
|
Me.GroupBox5.Controls.Add(Me.DecryptButton)
|
|
Me.GroupBox5.Controls.Add(Me.RichTextBox2Decrypt)
|
|
Me.GroupBox5.Location = New System.Drawing.Point(1103, 13)
|
|
Me.GroupBox5.Name = "GroupBox5"
|
|
Me.GroupBox5.Size = New System.Drawing.Size(464, 758)
|
|
Me.GroupBox5.TabIndex = 15
|
|
Me.GroupBox5.TabStop = False
|
|
Me.GroupBox5.Text = "Decrypt key file"
|
|
'
|
|
'DataToDecryptTextbox
|
|
'
|
|
Me.DataToDecryptTextbox.Location = New System.Drawing.Point(6, 19)
|
|
Me.DataToDecryptTextbox.Name = "DataToDecryptTextbox"
|
|
Me.DataToDecryptTextbox.Size = New System.Drawing.Size(452, 282)
|
|
Me.DataToDecryptTextbox.TabIndex = 0
|
|
Me.DataToDecryptTextbox.TabStop = False
|
|
Me.DataToDecryptTextbox.Text = ""
|
|
'
|
|
'KeyFileGenerator
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1578, 783)
|
|
Me.Controls.Add(Me.GroupBox5)
|
|
Me.Controls.Add(Me.GroupBox4)
|
|
Me.Controls.Add(Me.GroupBox3)
|
|
Me.Controls.Add(Me.GroupBox2)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "KeyFileGenerator"
|
|
Me.Text = "Key File Generator"
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.GroupBox10.ResumeLayout(False)
|
|
Me.GroupBox10.PerformLayout()
|
|
Me.GroupBox9.ResumeLayout(False)
|
|
Me.GroupBox9.PerformLayout()
|
|
Me.GroupBox8.ResumeLayout(False)
|
|
Me.GroupBox8.PerformLayout()
|
|
Me.GroupBox7.ResumeLayout(False)
|
|
Me.GroupBox7.PerformLayout()
|
|
Me.GroupBox6.ResumeLayout(False)
|
|
Me.GroupBox6.PerformLayout()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox2.PerformLayout()
|
|
Me.GroupBox3.ResumeLayout(False)
|
|
Me.GroupBox4.ResumeLayout(False)
|
|
Me.GroupBox5.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents ProcId_1 As System.Windows.Forms.TextBox
|
|
Friend WithEvents ProcId_2 As System.Windows.Forms.TextBox
|
|
Friend WithEvents ProcId_3 As System.Windows.Forms.TextBox
|
|
Friend WithEvents ProcId_4 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents CreateKeyButton As System.Windows.Forms.Button
|
|
Friend WithEvents KeyFileData As System.Windows.Forms.RichTextBox
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents ClientName As System.Windows.Forms.TextBox
|
|
Friend WithEvents Option_UDP As System.Windows.Forms.CheckBox
|
|
Friend WithEvents Option_Telnet As System.Windows.Forms.CheckBox
|
|
Friend WithEvents Option_Video As System.Windows.Forms.CheckBox
|
|
Friend WithEvents Option_C2000 As System.Windows.Forms.CheckBox
|
|
Friend WithEvents RichTextBox1 As System.Windows.Forms.RichTextBox
|
|
Friend WithEvents RichTextBox2Decrypt As System.Windows.Forms.RichTextBox
|
|
Friend WithEvents DecryptButton As System.Windows.Forms.Button
|
|
Friend WithEvents Option_voip As System.Windows.Forms.CheckBox
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents DataToDecryptTextbox As System.Windows.Forms.RichTextBox
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents ButtonCount As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents GroupBoxCount As System.Windows.Forms.TextBox
|
|
Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
|
|
Friend WithEvents GroupBox10 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents GroupBox9 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents GroupBox8 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents GroupBox7 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents GroupBox6 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents VoipCallNumberCount As System.Windows.Forms.TextBox
|
|
Friend WithEvents C2000IssiCount As System.Windows.Forms.TextBox
|
|
Friend WithEvents TelnetIpCount As System.Windows.Forms.TextBox
|
|
Friend WithEvents UdpIdCount As System.Windows.Forms.TextBox
|
|
Friend WithEvents VideoBoxCount As System.Windows.Forms.TextBox
|
|
|
|
End Class
|