2025-12-17 15:34:38 +09:00
|
|
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
|
|
|
|
Partial Class MainForm
|
|
|
|
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
|
|
|
|
|
|
|
|
'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다.
|
|
|
|
|
|
<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
|
|
|
|
|
|
|
|
|
|
|
|
'Windows Form 디자이너에 필요합니다.
|
|
|
|
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
|
|
|
|
|
|
|
|
'참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
|
|
|
|
|
|
'수정하려면 Windows Form 디자이너를 사용하십시오.
|
|
|
|
|
|
'코드 편집기를 사용하여 수정하지 마십시오.
|
|
|
|
|
|
<System.Diagnostics.DebuggerStepThrough()>
|
|
|
|
|
|
Private Sub InitializeComponent()
|
|
|
|
|
|
Me.components = New System.ComponentModel.Container()
|
|
|
|
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MainForm))
|
|
|
|
|
|
Me.groupBoxCommon = New System.Windows.Forms.GroupBox()
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonDownloader = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.Label32 = New System.Windows.Forms.Label()
|
2025-12-19 11:29:31 +09:00
|
|
|
|
Me.textBoxDownloader = New System.Windows.Forms.TextBox()
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonClean = New System.Windows.Forms.Button()
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonFileDefault = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxBinaryDefault = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.comboBoxBaudRate = New System.Windows.Forms.ComboBox()
|
|
|
|
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.buttonDownloadAll = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.groupBoxProcess01 = New System.Windows.Forms.GroupBox()
|
2025-12-19 11:29:31 +09:00
|
|
|
|
Me.textBoxInfo01 = New System.Windows.Forms.TextBox()
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonPortScan01 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.buttonFile01 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.comboBoxPort01 = New System.Windows.Forms.ComboBox()
|
|
|
|
|
|
Me.Label67 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxCmdWindow01 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.Label28 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxBinary01 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.buttonDownload01 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.runTimeTimer = New System.Windows.Forms.Timer(Me.components)
|
|
|
|
|
|
Me.LiveTimer = New System.Windows.Forms.Timer(Me.components)
|
|
|
|
|
|
Me.SerialPort1 = New System.IO.Ports.SerialPort(Me.components)
|
|
|
|
|
|
Me.cmdTimer = New System.Windows.Forms.Timer(Me.components)
|
|
|
|
|
|
Me.groupBoxProcess02 = New System.Windows.Forms.GroupBox()
|
2025-12-19 11:29:31 +09:00
|
|
|
|
Me.textBoxInfo02 = New System.Windows.Forms.TextBox()
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonPortScan02 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.buttonFile02 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.comboBoxPort02 = New System.Windows.Forms.ComboBox()
|
|
|
|
|
|
Me.Label29 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxCmdWindow02 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.Label31 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxBinary02 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.buttonDownload02 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.groupBoxProcess03 = New System.Windows.Forms.GroupBox()
|
2025-12-19 11:29:31 +09:00
|
|
|
|
Me.textBoxInfo03 = New System.Windows.Forms.TextBox()
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonPortScan03 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.buttonFile03 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.comboBoxPort03 = New System.Windows.Forms.ComboBox()
|
|
|
|
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxCmdWindow03 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxBinary03 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.buttonDownload03 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.groupBoxProcess04 = New System.Windows.Forms.GroupBox()
|
2025-12-19 11:29:31 +09:00
|
|
|
|
Me.textBoxInfo04 = New System.Windows.Forms.TextBox()
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonPortScan04 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.buttonFile04 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.comboBoxPort04 = New System.Windows.Forms.ComboBox()
|
|
|
|
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxCmdWindow04 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.Label13 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxBinary04 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.buttonDownload04 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.groupBoxProcess05 = New System.Windows.Forms.GroupBox()
|
2025-12-19 11:29:31 +09:00
|
|
|
|
Me.textBoxInfo05 = New System.Windows.Forms.TextBox()
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonPortScan05 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.buttonFile05 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.comboBoxPort05 = New System.Windows.Forms.ComboBox()
|
|
|
|
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxCmdWindow05 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.Label15 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxBinary05 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.buttonDownload05 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.groupBoxProcess06 = New System.Windows.Forms.GroupBox()
|
2025-12-19 11:29:31 +09:00
|
|
|
|
Me.textBoxInfo06 = New System.Windows.Forms.TextBox()
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonPortScan06 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.buttonFile06 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.comboBoxPort06 = New System.Windows.Forms.ComboBox()
|
|
|
|
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxCmdWindow06 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxBinary06 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.buttonDownload06 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.groupBoxProcess07 = New System.Windows.Forms.GroupBox()
|
2025-12-19 11:29:31 +09:00
|
|
|
|
Me.textBoxInfo07 = New System.Windows.Forms.TextBox()
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonPortScan07 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.buttonFile07 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.comboBoxPort07 = New System.Windows.Forms.ComboBox()
|
|
|
|
|
|
Me.Label16 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxCmdWindow07 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.Label18 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxBinary07 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.buttonDownload07 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.groupBoxProcess08 = New System.Windows.Forms.GroupBox()
|
2025-12-19 11:29:31 +09:00
|
|
|
|
Me.textBoxInfo08 = New System.Windows.Forms.TextBox()
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonPortScan08 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.buttonFile08 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.comboBoxPort08 = New System.Windows.Forms.ComboBox()
|
|
|
|
|
|
Me.Label19 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxCmdWindow08 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.Label21 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxBinary08 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.buttonDownload08 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.groupBoxProcess09 = New System.Windows.Forms.GroupBox()
|
2025-12-19 11:29:31 +09:00
|
|
|
|
Me.textBoxInfo09 = New System.Windows.Forms.TextBox()
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonPortScan09 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.buttonFile09 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.comboBoxPort09 = New System.Windows.Forms.ComboBox()
|
|
|
|
|
|
Me.Label22 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxCmdWindow09 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.Label24 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxBinary09 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.buttonDownload09 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.groupBoxProcess10 = New System.Windows.Forms.GroupBox()
|
2025-12-19 11:29:31 +09:00
|
|
|
|
Me.textBoxInfo10 = New System.Windows.Forms.TextBox()
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonPortScan10 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.buttonFile10 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.comboBoxPort10 = New System.Windows.Forms.ComboBox()
|
|
|
|
|
|
Me.Label25 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxCmdWindow10 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.Label27 = New System.Windows.Forms.Label()
|
|
|
|
|
|
Me.textBoxBinary10 = New System.Windows.Forms.TextBox()
|
|
|
|
|
|
Me.buttonDownload10 = New System.Windows.Forms.Button()
|
|
|
|
|
|
Me.groupBoxCommon.SuspendLayout()
|
|
|
|
|
|
Me.groupBoxProcess01.SuspendLayout()
|
|
|
|
|
|
Me.groupBoxProcess02.SuspendLayout()
|
|
|
|
|
|
Me.groupBoxProcess03.SuspendLayout()
|
|
|
|
|
|
Me.groupBoxProcess04.SuspendLayout()
|
|
|
|
|
|
Me.groupBoxProcess05.SuspendLayout()
|
|
|
|
|
|
Me.groupBoxProcess06.SuspendLayout()
|
|
|
|
|
|
Me.groupBoxProcess07.SuspendLayout()
|
|
|
|
|
|
Me.groupBoxProcess08.SuspendLayout()
|
|
|
|
|
|
Me.groupBoxProcess09.SuspendLayout()
|
|
|
|
|
|
Me.groupBoxProcess10.SuspendLayout()
|
|
|
|
|
|
Me.SuspendLayout()
|
|
|
|
|
|
'
|
|
|
|
|
|
'groupBoxCommon
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.groupBoxCommon.BackColor = System.Drawing.Color.Silver
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.groupBoxCommon.Controls.Add(Me.buttonDownloader)
|
|
|
|
|
|
Me.groupBoxCommon.Controls.Add(Me.Label32)
|
2025-12-19 11:29:31 +09:00
|
|
|
|
Me.groupBoxCommon.Controls.Add(Me.textBoxDownloader)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.groupBoxCommon.Controls.Add(Me.buttonClean)
|
|
|
|
|
|
Me.groupBoxCommon.Controls.Add(Me.buttonFileDefault)
|
|
|
|
|
|
Me.groupBoxCommon.Controls.Add(Me.Label2)
|
|
|
|
|
|
Me.groupBoxCommon.Controls.Add(Me.textBoxBinaryDefault)
|
|
|
|
|
|
Me.groupBoxCommon.Controls.Add(Me.comboBoxBaudRate)
|
|
|
|
|
|
Me.groupBoxCommon.Controls.Add(Me.Label7)
|
|
|
|
|
|
Me.groupBoxCommon.Controls.Add(Me.buttonDownloadAll)
|
|
|
|
|
|
Me.groupBoxCommon.Font = New System.Drawing.Font("굴림", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.groupBoxCommon.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.groupBoxCommon.Location = New System.Drawing.Point(12, 12)
|
|
|
|
|
|
Me.groupBoxCommon.Name = "groupBoxCommon"
|
|
|
|
|
|
Me.groupBoxCommon.Size = New System.Drawing.Size(1878, 75)
|
|
|
|
|
|
Me.groupBoxCommon.TabIndex = 32
|
|
|
|
|
|
Me.groupBoxCommon.TabStop = False
|
|
|
|
|
|
Me.groupBoxCommon.Text = "전체 기본 설정"
|
|
|
|
|
|
'
|
2025-12-18 15:45:25 +09:00
|
|
|
|
'buttonDownloader
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonDownloader.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.buttonDownloader.Location = New System.Drawing.Point(1240, 24)
|
|
|
|
|
|
Me.buttonDownloader.Name = "buttonDownloader"
|
|
|
|
|
|
Me.buttonDownloader.Size = New System.Drawing.Size(44, 32)
|
|
|
|
|
|
Me.buttonDownloader.TabIndex = 97
|
|
|
|
|
|
Me.buttonDownloader.Text = "..."
|
|
|
|
|
|
Me.buttonDownloader.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label32
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label32.AutoSize = True
|
|
|
|
|
|
Me.Label32.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.Label32.Location = New System.Drawing.Point(828, 29)
|
|
|
|
|
|
Me.Label32.Name = "Label32"
|
|
|
|
|
|
Me.Label32.Size = New System.Drawing.Size(142, 24)
|
|
|
|
|
|
Me.Label32.TabIndex = 96
|
|
|
|
|
|
Me.Label32.Text = "Downloader"
|
|
|
|
|
|
'
|
2025-12-19 11:29:31 +09:00
|
|
|
|
'textBoxDownloader
|
2025-12-18 15:45:25 +09:00
|
|
|
|
'
|
2025-12-19 11:29:31 +09:00
|
|
|
|
Me.textBoxDownloader.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
|
|
|
|
Me.textBoxDownloader.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.textBoxDownloader.ForeColor = System.Drawing.Color.Blue
|
|
|
|
|
|
Me.textBoxDownloader.Location = New System.Drawing.Point(974, 25)
|
|
|
|
|
|
Me.textBoxDownloader.Name = "textBoxDownloader"
|
|
|
|
|
|
Me.textBoxDownloader.ReadOnly = True
|
|
|
|
|
|
Me.textBoxDownloader.Size = New System.Drawing.Size(258, 32)
|
|
|
|
|
|
Me.textBoxDownloader.TabIndex = 95
|
|
|
|
|
|
Me.textBoxDownloader.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
2025-12-18 15:45:25 +09:00
|
|
|
|
'
|
|
|
|
|
|
'buttonClean
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonClean.AccessibleName = ""
|
|
|
|
|
|
Me.buttonClean.AutoSize = True
|
|
|
|
|
|
Me.buttonClean.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.buttonClean.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.buttonClean.Location = New System.Drawing.Point(1555, 20)
|
|
|
|
|
|
Me.buttonClean.Name = "buttonClean"
|
|
|
|
|
|
Me.buttonClean.Size = New System.Drawing.Size(144, 37)
|
|
|
|
|
|
Me.buttonClean.TabIndex = 94
|
|
|
|
|
|
Me.buttonClean.Text = "Clean"
|
|
|
|
|
|
Me.buttonClean.UseVisualStyleBackColor = True
|
2025-12-17 15:34:38 +09:00
|
|
|
|
'
|
|
|
|
|
|
'buttonFileDefault
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonFileDefault.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonFileDefault.Location = New System.Drawing.Point(720, 26)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonFileDefault.Name = "buttonFileDefault"
|
|
|
|
|
|
Me.buttonFileDefault.Size = New System.Drawing.Size(44, 32)
|
|
|
|
|
|
Me.buttonFileDefault.TabIndex = 91
|
|
|
|
|
|
Me.buttonFileDefault.Text = "..."
|
|
|
|
|
|
Me.buttonFileDefault.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label2
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label2.AutoSize = True
|
|
|
|
|
|
Me.Label2.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.Label2.Location = New System.Drawing.Point(373, 29)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.Label2.Name = "Label2"
|
|
|
|
|
|
Me.Label2.Size = New System.Drawing.Size(77, 24)
|
|
|
|
|
|
Me.Label2.TabIndex = 90
|
|
|
|
|
|
Me.Label2.Text = "Binary"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxBinaryDefault
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxBinaryDefault.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
|
|
|
|
Me.textBoxBinaryDefault.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.textBoxBinaryDefault.ForeColor = System.Drawing.Color.Blue
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxBinaryDefault.Location = New System.Drawing.Point(456, 26)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxBinaryDefault.Name = "textBoxBinaryDefault"
|
|
|
|
|
|
Me.textBoxBinaryDefault.ReadOnly = True
|
|
|
|
|
|
Me.textBoxBinaryDefault.Size = New System.Drawing.Size(258, 32)
|
|
|
|
|
|
Me.textBoxBinaryDefault.TabIndex = 87
|
|
|
|
|
|
Me.textBoxBinaryDefault.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
|
|
|
|
|
'comboBoxBaudRate
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.comboBoxBaudRate.BackColor = System.Drawing.Color.Yellow
|
|
|
|
|
|
Me.comboBoxBaudRate.Font = New System.Drawing.Font("굴림", 18.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.comboBoxBaudRate.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.comboBoxBaudRate.FormattingEnabled = True
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.comboBoxBaudRate.Location = New System.Drawing.Point(137, 26)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.comboBoxBaudRate.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
|
|
|
|
Me.comboBoxBaudRate.Name = "comboBoxBaudRate"
|
|
|
|
|
|
Me.comboBoxBaudRate.Size = New System.Drawing.Size(165, 32)
|
|
|
|
|
|
Me.comboBoxBaudRate.TabIndex = 20
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label7
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label7.AutoSize = True
|
|
|
|
|
|
Me.Label7.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.Label7.Location = New System.Drawing.Point(8, 31)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.Label7.Name = "Label7"
|
|
|
|
|
|
Me.Label7.Size = New System.Drawing.Size(126, 24)
|
|
|
|
|
|
Me.Label7.TabIndex = 17
|
|
|
|
|
|
Me.Label7.Text = "Baud Rate"
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonDownloadAll
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonDownloadAll.AccessibleName = ""
|
|
|
|
|
|
Me.buttonDownloadAll.AutoSize = True
|
|
|
|
|
|
Me.buttonDownloadAll.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.buttonDownloadAll.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonDownloadAll.Location = New System.Drawing.Point(1717, 20)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonDownloadAll.Name = "buttonDownloadAll"
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonDownloadAll.Size = New System.Drawing.Size(155, 37)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonDownloadAll.TabIndex = 84
|
|
|
|
|
|
Me.buttonDownloadAll.Text = "Download"
|
|
|
|
|
|
Me.buttonDownloadAll.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'groupBoxProcess01
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.groupBoxProcess01.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.groupBoxProcess01.Controls.Add(Me.textBoxInfo01)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.groupBoxProcess01.Controls.Add(Me.buttonPortScan01)
|
|
|
|
|
|
Me.groupBoxProcess01.Controls.Add(Me.buttonFile01)
|
|
|
|
|
|
Me.groupBoxProcess01.Controls.Add(Me.comboBoxPort01)
|
|
|
|
|
|
Me.groupBoxProcess01.Controls.Add(Me.Label67)
|
|
|
|
|
|
Me.groupBoxProcess01.Controls.Add(Me.textBoxCmdWindow01)
|
|
|
|
|
|
Me.groupBoxProcess01.Controls.Add(Me.Label28)
|
|
|
|
|
|
Me.groupBoxProcess01.Controls.Add(Me.textBoxBinary01)
|
|
|
|
|
|
Me.groupBoxProcess01.Controls.Add(Me.buttonDownload01)
|
|
|
|
|
|
Me.groupBoxProcess01.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.groupBoxProcess01.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.groupBoxProcess01.Location = New System.Drawing.Point(10, 104)
|
|
|
|
|
|
Me.groupBoxProcess01.Name = "groupBoxProcess01"
|
|
|
|
|
|
Me.groupBoxProcess01.Size = New System.Drawing.Size(360, 440)
|
|
|
|
|
|
Me.groupBoxProcess01.TabIndex = 1
|
|
|
|
|
|
Me.groupBoxProcess01.TabStop = False
|
|
|
|
|
|
Me.groupBoxProcess01.Text = "Process 01"
|
|
|
|
|
|
'
|
2025-12-19 11:29:31 +09:00
|
|
|
|
'textBoxInfo01
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxInfo01.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
|
|
|
|
Me.textBoxInfo01.BackColor = System.Drawing.Color.Gray
|
|
|
|
|
|
Me.textBoxInfo01.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.textBoxInfo01.ForeColor = System.Drawing.Color.White
|
|
|
|
|
|
Me.textBoxInfo01.Location = New System.Drawing.Point(6, 395)
|
|
|
|
|
|
Me.textBoxInfo01.Name = "textBoxInfo01"
|
|
|
|
|
|
Me.textBoxInfo01.Size = New System.Drawing.Size(172, 32)
|
|
|
|
|
|
Me.textBoxInfo01.TabIndex = 90
|
|
|
|
|
|
Me.textBoxInfo01.Text = "DOWNLOADING"
|
|
|
|
|
|
Me.textBoxInfo01.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
2025-12-17 15:34:38 +09:00
|
|
|
|
'buttonPortScan01
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonPortScan01.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.buttonPortScan01.Location = New System.Drawing.Point(272, 28)
|
|
|
|
|
|
Me.buttonPortScan01.Name = "buttonPortScan01"
|
|
|
|
|
|
Me.buttonPortScan01.Size = New System.Drawing.Size(69, 32)
|
|
|
|
|
|
Me.buttonPortScan01.TabIndex = 89
|
|
|
|
|
|
Me.buttonPortScan01.Text = "스캔"
|
|
|
|
|
|
Me.buttonPortScan01.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonFile01
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonFile01.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonFile01.Location = New System.Drawing.Point(295, 70)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonFile01.Name = "buttonFile01"
|
|
|
|
|
|
Me.buttonFile01.Size = New System.Drawing.Size(44, 32)
|
|
|
|
|
|
Me.buttonFile01.TabIndex = 86
|
|
|
|
|
|
Me.buttonFile01.Text = "..."
|
|
|
|
|
|
Me.buttonFile01.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'comboBoxPort01
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.comboBoxPort01.BackColor = System.Drawing.Color.Yellow
|
|
|
|
|
|
Me.comboBoxPort01.Font = New System.Drawing.Font("굴림", 15.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.comboBoxPort01.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.comboBoxPort01.FormattingEnabled = True
|
|
|
|
|
|
Me.comboBoxPort01.Location = New System.Drawing.Point(121, 30)
|
|
|
|
|
|
Me.comboBoxPort01.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
|
|
|
|
Me.comboBoxPort01.Name = "comboBoxPort01"
|
|
|
|
|
|
Me.comboBoxPort01.Size = New System.Drawing.Size(145, 29)
|
|
|
|
|
|
Me.comboBoxPort01.TabIndex = 84
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label67
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label67.AutoSize = True
|
|
|
|
|
|
Me.Label67.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.Label67.ForeColor = System.Drawing.Color.Blue
|
|
|
|
|
|
Me.Label67.Location = New System.Drawing.Point(11, 40)
|
|
|
|
|
|
Me.Label67.Name = "Label67"
|
|
|
|
|
|
Me.Label67.Size = New System.Drawing.Size(104, 19)
|
|
|
|
|
|
Me.Label67.TabIndex = 82
|
|
|
|
|
|
Me.Label67.Text = "Port Name"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxCmdWindow01
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxCmdWindow01.AllowDrop = True
|
|
|
|
|
|
Me.textBoxCmdWindow01.Font = New System.Drawing.Font("굴림", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow01.Location = New System.Drawing.Point(6, 118)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow01.Multiline = True
|
|
|
|
|
|
Me.textBoxCmdWindow01.Name = "textBoxCmdWindow01"
|
|
|
|
|
|
Me.textBoxCmdWindow01.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow01.Size = New System.Drawing.Size(348, 270)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow01.TabIndex = 74
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label28
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label28.AutoSize = True
|
|
|
|
|
|
Me.Label28.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.Label28.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.Label28.Location = New System.Drawing.Point(10, 76)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.Label28.Name = "Label28"
|
|
|
|
|
|
Me.Label28.Size = New System.Drawing.Size(65, 19)
|
|
|
|
|
|
Me.Label28.TabIndex = 57
|
|
|
|
|
|
Me.Label28.Text = "Binary"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxBinary01
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxBinary01.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
|
|
|
|
Me.textBoxBinary01.Font = New System.Drawing.Font("굴림", 14.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.textBoxBinary01.ForeColor = System.Drawing.Color.Blue
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxBinary01.Location = New System.Drawing.Point(120, 72)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxBinary01.Name = "textBoxBinary01"
|
|
|
|
|
|
Me.textBoxBinary01.ReadOnly = True
|
|
|
|
|
|
Me.textBoxBinary01.Size = New System.Drawing.Size(170, 29)
|
|
|
|
|
|
Me.textBoxBinary01.TabIndex = 56
|
|
|
|
|
|
Me.textBoxBinary01.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonDownload01
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonDownload01.AccessibleName = ""
|
|
|
|
|
|
Me.buttonDownload01.AutoSize = True
|
|
|
|
|
|
Me.buttonDownload01.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.buttonDownload01.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonDownload01.Location = New System.Drawing.Point(194, 394)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonDownload01.Name = "buttonDownload01"
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonDownload01.Size = New System.Drawing.Size(160, 35)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonDownload01.TabIndex = 44
|
|
|
|
|
|
Me.buttonDownload01.Text = "Download"
|
|
|
|
|
|
Me.buttonDownload01.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'runTimeTimer
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.runTimeTimer.Interval = 1000
|
|
|
|
|
|
'
|
|
|
|
|
|
'LiveTimer
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.LiveTimer.Interval = 500
|
|
|
|
|
|
'
|
|
|
|
|
|
'SerialPort1
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.SerialPort1.BaudRate = 230400
|
|
|
|
|
|
'
|
|
|
|
|
|
'cmdTimer
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.cmdTimer.Interval = 10
|
|
|
|
|
|
'
|
|
|
|
|
|
'groupBoxProcess02
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.groupBoxProcess02.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.groupBoxProcess02.Controls.Add(Me.textBoxInfo02)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.groupBoxProcess02.Controls.Add(Me.buttonPortScan02)
|
|
|
|
|
|
Me.groupBoxProcess02.Controls.Add(Me.buttonFile02)
|
|
|
|
|
|
Me.groupBoxProcess02.Controls.Add(Me.comboBoxPort02)
|
|
|
|
|
|
Me.groupBoxProcess02.Controls.Add(Me.Label29)
|
|
|
|
|
|
Me.groupBoxProcess02.Controls.Add(Me.textBoxCmdWindow02)
|
|
|
|
|
|
Me.groupBoxProcess02.Controls.Add(Me.Label31)
|
|
|
|
|
|
Me.groupBoxProcess02.Controls.Add(Me.textBoxBinary02)
|
|
|
|
|
|
Me.groupBoxProcess02.Controls.Add(Me.buttonDownload02)
|
|
|
|
|
|
Me.groupBoxProcess02.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.groupBoxProcess02.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.groupBoxProcess02.Location = New System.Drawing.Point(389, 104)
|
|
|
|
|
|
Me.groupBoxProcess02.Name = "groupBoxProcess02"
|
|
|
|
|
|
Me.groupBoxProcess02.Size = New System.Drawing.Size(360, 440)
|
|
|
|
|
|
Me.groupBoxProcess02.TabIndex = 2
|
|
|
|
|
|
Me.groupBoxProcess02.TabStop = False
|
|
|
|
|
|
Me.groupBoxProcess02.Text = "Process 02"
|
|
|
|
|
|
'
|
2025-12-19 11:29:31 +09:00
|
|
|
|
'textBoxInfo02
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxInfo02.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
|
|
|
|
Me.textBoxInfo02.BackColor = System.Drawing.Color.Gray
|
|
|
|
|
|
Me.textBoxInfo02.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.textBoxInfo02.ForeColor = System.Drawing.Color.White
|
|
|
|
|
|
Me.textBoxInfo02.Location = New System.Drawing.Point(6, 395)
|
|
|
|
|
|
Me.textBoxInfo02.Name = "textBoxInfo02"
|
|
|
|
|
|
Me.textBoxInfo02.Size = New System.Drawing.Size(172, 32)
|
|
|
|
|
|
Me.textBoxInfo02.TabIndex = 91
|
|
|
|
|
|
Me.textBoxInfo02.Text = "READY"
|
|
|
|
|
|
Me.textBoxInfo02.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
2025-12-17 15:34:38 +09:00
|
|
|
|
'buttonPortScan02
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonPortScan02.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.buttonPortScan02.Location = New System.Drawing.Point(272, 28)
|
|
|
|
|
|
Me.buttonPortScan02.Name = "buttonPortScan02"
|
|
|
|
|
|
Me.buttonPortScan02.Size = New System.Drawing.Size(69, 32)
|
|
|
|
|
|
Me.buttonPortScan02.TabIndex = 89
|
|
|
|
|
|
Me.buttonPortScan02.Text = "스캔"
|
|
|
|
|
|
Me.buttonPortScan02.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonFile02
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonFile02.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonFile02.Location = New System.Drawing.Point(296, 70)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonFile02.Name = "buttonFile02"
|
|
|
|
|
|
Me.buttonFile02.Size = New System.Drawing.Size(44, 32)
|
|
|
|
|
|
Me.buttonFile02.TabIndex = 86
|
|
|
|
|
|
Me.buttonFile02.Text = "..."
|
|
|
|
|
|
Me.buttonFile02.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'comboBoxPort02
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.comboBoxPort02.BackColor = System.Drawing.Color.Yellow
|
|
|
|
|
|
Me.comboBoxPort02.Font = New System.Drawing.Font("굴림", 15.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.comboBoxPort02.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.comboBoxPort02.FormattingEnabled = True
|
|
|
|
|
|
Me.comboBoxPort02.Location = New System.Drawing.Point(121, 30)
|
|
|
|
|
|
Me.comboBoxPort02.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
|
|
|
|
Me.comboBoxPort02.Name = "comboBoxPort02"
|
|
|
|
|
|
Me.comboBoxPort02.Size = New System.Drawing.Size(145, 29)
|
|
|
|
|
|
Me.comboBoxPort02.TabIndex = 84
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label29
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label29.AutoSize = True
|
|
|
|
|
|
Me.Label29.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.Label29.ForeColor = System.Drawing.Color.Blue
|
|
|
|
|
|
Me.Label29.Location = New System.Drawing.Point(11, 40)
|
|
|
|
|
|
Me.Label29.Name = "Label29"
|
|
|
|
|
|
Me.Label29.Size = New System.Drawing.Size(104, 19)
|
|
|
|
|
|
Me.Label29.TabIndex = 82
|
|
|
|
|
|
Me.Label29.Text = "Port Name"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxCmdWindow02
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxCmdWindow02.AllowDrop = True
|
|
|
|
|
|
Me.textBoxCmdWindow02.Font = New System.Drawing.Font("굴림", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow02.Location = New System.Drawing.Point(6, 118)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow02.Multiline = True
|
|
|
|
|
|
Me.textBoxCmdWindow02.Name = "textBoxCmdWindow02"
|
|
|
|
|
|
Me.textBoxCmdWindow02.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow02.Size = New System.Drawing.Size(348, 270)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow02.TabIndex = 74
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label31
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label31.AutoSize = True
|
|
|
|
|
|
Me.Label31.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.Label31.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.Label31.Location = New System.Drawing.Point(11, 76)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.Label31.Name = "Label31"
|
|
|
|
|
|
Me.Label31.Size = New System.Drawing.Size(65, 19)
|
|
|
|
|
|
Me.Label31.TabIndex = 57
|
|
|
|
|
|
Me.Label31.Text = "Binary"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxBinary02
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxBinary02.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
|
|
|
|
Me.textBoxBinary02.Font = New System.Drawing.Font("굴림", 14.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.textBoxBinary02.ForeColor = System.Drawing.Color.Blue
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxBinary02.Location = New System.Drawing.Point(121, 72)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxBinary02.Name = "textBoxBinary02"
|
|
|
|
|
|
Me.textBoxBinary02.ReadOnly = True
|
|
|
|
|
|
Me.textBoxBinary02.Size = New System.Drawing.Size(170, 29)
|
|
|
|
|
|
Me.textBoxBinary02.TabIndex = 56
|
|
|
|
|
|
Me.textBoxBinary02.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonDownload02
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonDownload02.AccessibleName = ""
|
|
|
|
|
|
Me.buttonDownload02.AutoSize = True
|
|
|
|
|
|
Me.buttonDownload02.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.buttonDownload02.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonDownload02.Location = New System.Drawing.Point(194, 394)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonDownload02.Name = "buttonDownload02"
|
|
|
|
|
|
Me.buttonDownload02.Size = New System.Drawing.Size(150, 37)
|
|
|
|
|
|
Me.buttonDownload02.TabIndex = 44
|
|
|
|
|
|
Me.buttonDownload02.Text = "Download"
|
|
|
|
|
|
Me.buttonDownload02.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'groupBoxProcess03
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.groupBoxProcess03.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.groupBoxProcess03.Controls.Add(Me.textBoxInfo03)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.groupBoxProcess03.Controls.Add(Me.buttonPortScan03)
|
|
|
|
|
|
Me.groupBoxProcess03.Controls.Add(Me.buttonFile03)
|
|
|
|
|
|
Me.groupBoxProcess03.Controls.Add(Me.comboBoxPort03)
|
|
|
|
|
|
Me.groupBoxProcess03.Controls.Add(Me.Label3)
|
|
|
|
|
|
Me.groupBoxProcess03.Controls.Add(Me.textBoxCmdWindow03)
|
|
|
|
|
|
Me.groupBoxProcess03.Controls.Add(Me.Label10)
|
|
|
|
|
|
Me.groupBoxProcess03.Controls.Add(Me.textBoxBinary03)
|
|
|
|
|
|
Me.groupBoxProcess03.Controls.Add(Me.buttonDownload03)
|
|
|
|
|
|
Me.groupBoxProcess03.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.groupBoxProcess03.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.groupBoxProcess03.Location = New System.Drawing.Point(771, 104)
|
|
|
|
|
|
Me.groupBoxProcess03.Name = "groupBoxProcess03"
|
|
|
|
|
|
Me.groupBoxProcess03.Size = New System.Drawing.Size(360, 440)
|
|
|
|
|
|
Me.groupBoxProcess03.TabIndex = 3
|
|
|
|
|
|
Me.groupBoxProcess03.TabStop = False
|
|
|
|
|
|
Me.groupBoxProcess03.Text = "Process 03"
|
|
|
|
|
|
'
|
2025-12-19 11:29:31 +09:00
|
|
|
|
'textBoxInfo03
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxInfo03.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
|
|
|
|
Me.textBoxInfo03.BackColor = System.Drawing.Color.Gray
|
|
|
|
|
|
Me.textBoxInfo03.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.textBoxInfo03.ForeColor = System.Drawing.Color.White
|
|
|
|
|
|
Me.textBoxInfo03.Location = New System.Drawing.Point(6, 395)
|
|
|
|
|
|
Me.textBoxInfo03.Name = "textBoxInfo03"
|
|
|
|
|
|
Me.textBoxInfo03.Size = New System.Drawing.Size(172, 32)
|
|
|
|
|
|
Me.textBoxInfo03.TabIndex = 92
|
|
|
|
|
|
Me.textBoxInfo03.Text = "READY"
|
|
|
|
|
|
Me.textBoxInfo03.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
2025-12-17 15:34:38 +09:00
|
|
|
|
'buttonPortScan03
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonPortScan03.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.buttonPortScan03.Location = New System.Drawing.Point(272, 28)
|
|
|
|
|
|
Me.buttonPortScan03.Name = "buttonPortScan03"
|
|
|
|
|
|
Me.buttonPortScan03.Size = New System.Drawing.Size(69, 32)
|
|
|
|
|
|
Me.buttonPortScan03.TabIndex = 89
|
|
|
|
|
|
Me.buttonPortScan03.Text = "스캔"
|
|
|
|
|
|
Me.buttonPortScan03.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonFile03
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonFile03.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonFile03.Location = New System.Drawing.Point(296, 70)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonFile03.Name = "buttonFile03"
|
|
|
|
|
|
Me.buttonFile03.Size = New System.Drawing.Size(44, 32)
|
|
|
|
|
|
Me.buttonFile03.TabIndex = 86
|
|
|
|
|
|
Me.buttonFile03.Text = "..."
|
|
|
|
|
|
Me.buttonFile03.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'comboBoxPort03
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.comboBoxPort03.BackColor = System.Drawing.Color.Yellow
|
|
|
|
|
|
Me.comboBoxPort03.Font = New System.Drawing.Font("굴림", 15.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.comboBoxPort03.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.comboBoxPort03.FormattingEnabled = True
|
|
|
|
|
|
Me.comboBoxPort03.Location = New System.Drawing.Point(121, 30)
|
|
|
|
|
|
Me.comboBoxPort03.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
|
|
|
|
Me.comboBoxPort03.Name = "comboBoxPort03"
|
|
|
|
|
|
Me.comboBoxPort03.Size = New System.Drawing.Size(145, 29)
|
|
|
|
|
|
Me.comboBoxPort03.TabIndex = 84
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label3
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label3.AutoSize = True
|
|
|
|
|
|
Me.Label3.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.Label3.ForeColor = System.Drawing.Color.Blue
|
|
|
|
|
|
Me.Label3.Location = New System.Drawing.Point(11, 40)
|
|
|
|
|
|
Me.Label3.Name = "Label3"
|
|
|
|
|
|
Me.Label3.Size = New System.Drawing.Size(104, 19)
|
|
|
|
|
|
Me.Label3.TabIndex = 82
|
|
|
|
|
|
Me.Label3.Text = "Port Name"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxCmdWindow03
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxCmdWindow03.AllowDrop = True
|
|
|
|
|
|
Me.textBoxCmdWindow03.Font = New System.Drawing.Font("굴림", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow03.Location = New System.Drawing.Point(6, 118)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow03.Multiline = True
|
|
|
|
|
|
Me.textBoxCmdWindow03.Name = "textBoxCmdWindow03"
|
|
|
|
|
|
Me.textBoxCmdWindow03.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow03.Size = New System.Drawing.Size(348, 270)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow03.TabIndex = 74
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label10
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label10.AutoSize = True
|
|
|
|
|
|
Me.Label10.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.Label10.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.Label10.Location = New System.Drawing.Point(11, 76)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.Label10.Name = "Label10"
|
|
|
|
|
|
Me.Label10.Size = New System.Drawing.Size(65, 19)
|
|
|
|
|
|
Me.Label10.TabIndex = 57
|
|
|
|
|
|
Me.Label10.Text = "Binary"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxBinary03
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxBinary03.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
|
|
|
|
Me.textBoxBinary03.Font = New System.Drawing.Font("굴림", 14.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.textBoxBinary03.ForeColor = System.Drawing.Color.Blue
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxBinary03.Location = New System.Drawing.Point(121, 72)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxBinary03.Name = "textBoxBinary03"
|
|
|
|
|
|
Me.textBoxBinary03.ReadOnly = True
|
|
|
|
|
|
Me.textBoxBinary03.Size = New System.Drawing.Size(170, 29)
|
|
|
|
|
|
Me.textBoxBinary03.TabIndex = 56
|
|
|
|
|
|
Me.textBoxBinary03.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonDownload03
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonDownload03.AccessibleName = ""
|
|
|
|
|
|
Me.buttonDownload03.AutoSize = True
|
|
|
|
|
|
Me.buttonDownload03.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.buttonDownload03.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonDownload03.Location = New System.Drawing.Point(194, 394)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonDownload03.Name = "buttonDownload03"
|
|
|
|
|
|
Me.buttonDownload03.Size = New System.Drawing.Size(150, 37)
|
|
|
|
|
|
Me.buttonDownload03.TabIndex = 44
|
|
|
|
|
|
Me.buttonDownload03.Text = "Download"
|
|
|
|
|
|
Me.buttonDownload03.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'groupBoxProcess04
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.groupBoxProcess04.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.groupBoxProcess04.Controls.Add(Me.textBoxInfo04)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.groupBoxProcess04.Controls.Add(Me.buttonPortScan04)
|
|
|
|
|
|
Me.groupBoxProcess04.Controls.Add(Me.buttonFile04)
|
|
|
|
|
|
Me.groupBoxProcess04.Controls.Add(Me.comboBoxPort04)
|
|
|
|
|
|
Me.groupBoxProcess04.Controls.Add(Me.Label11)
|
|
|
|
|
|
Me.groupBoxProcess04.Controls.Add(Me.textBoxCmdWindow04)
|
|
|
|
|
|
Me.groupBoxProcess04.Controls.Add(Me.Label13)
|
|
|
|
|
|
Me.groupBoxProcess04.Controls.Add(Me.textBoxBinary04)
|
|
|
|
|
|
Me.groupBoxProcess04.Controls.Add(Me.buttonDownload04)
|
|
|
|
|
|
Me.groupBoxProcess04.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.groupBoxProcess04.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.groupBoxProcess04.Location = New System.Drawing.Point(1152, 104)
|
|
|
|
|
|
Me.groupBoxProcess04.Name = "groupBoxProcess04"
|
|
|
|
|
|
Me.groupBoxProcess04.Size = New System.Drawing.Size(360, 440)
|
|
|
|
|
|
Me.groupBoxProcess04.TabIndex = 4
|
|
|
|
|
|
Me.groupBoxProcess04.TabStop = False
|
|
|
|
|
|
Me.groupBoxProcess04.Text = "Process 04"
|
|
|
|
|
|
'
|
2025-12-19 11:29:31 +09:00
|
|
|
|
'textBoxInfo04
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxInfo04.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
|
|
|
|
Me.textBoxInfo04.BackColor = System.Drawing.Color.Gray
|
|
|
|
|
|
Me.textBoxInfo04.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.textBoxInfo04.ForeColor = System.Drawing.Color.White
|
|
|
|
|
|
Me.textBoxInfo04.Location = New System.Drawing.Point(6, 395)
|
|
|
|
|
|
Me.textBoxInfo04.Name = "textBoxInfo04"
|
|
|
|
|
|
Me.textBoxInfo04.Size = New System.Drawing.Size(172, 32)
|
|
|
|
|
|
Me.textBoxInfo04.TabIndex = 92
|
|
|
|
|
|
Me.textBoxInfo04.Text = "READY"
|
|
|
|
|
|
Me.textBoxInfo04.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
2025-12-17 15:34:38 +09:00
|
|
|
|
'buttonPortScan04
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonPortScan04.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.buttonPortScan04.Location = New System.Drawing.Point(272, 28)
|
|
|
|
|
|
Me.buttonPortScan04.Name = "buttonPortScan04"
|
|
|
|
|
|
Me.buttonPortScan04.Size = New System.Drawing.Size(69, 32)
|
|
|
|
|
|
Me.buttonPortScan04.TabIndex = 89
|
|
|
|
|
|
Me.buttonPortScan04.Text = "스캔"
|
|
|
|
|
|
Me.buttonPortScan04.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonFile04
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonFile04.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonFile04.Location = New System.Drawing.Point(298, 70)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonFile04.Name = "buttonFile04"
|
|
|
|
|
|
Me.buttonFile04.Size = New System.Drawing.Size(44, 32)
|
|
|
|
|
|
Me.buttonFile04.TabIndex = 86
|
|
|
|
|
|
Me.buttonFile04.Text = "..."
|
|
|
|
|
|
Me.buttonFile04.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'comboBoxPort04
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.comboBoxPort04.BackColor = System.Drawing.Color.Yellow
|
|
|
|
|
|
Me.comboBoxPort04.Font = New System.Drawing.Font("굴림", 15.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.comboBoxPort04.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.comboBoxPort04.FormattingEnabled = True
|
|
|
|
|
|
Me.comboBoxPort04.Location = New System.Drawing.Point(121, 30)
|
|
|
|
|
|
Me.comboBoxPort04.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
|
|
|
|
Me.comboBoxPort04.Name = "comboBoxPort04"
|
|
|
|
|
|
Me.comboBoxPort04.Size = New System.Drawing.Size(145, 29)
|
|
|
|
|
|
Me.comboBoxPort04.TabIndex = 84
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label11
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label11.AutoSize = True
|
|
|
|
|
|
Me.Label11.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.Label11.ForeColor = System.Drawing.Color.Blue
|
|
|
|
|
|
Me.Label11.Location = New System.Drawing.Point(11, 40)
|
|
|
|
|
|
Me.Label11.Name = "Label11"
|
|
|
|
|
|
Me.Label11.Size = New System.Drawing.Size(104, 19)
|
|
|
|
|
|
Me.Label11.TabIndex = 82
|
|
|
|
|
|
Me.Label11.Text = "Port Name"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxCmdWindow04
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxCmdWindow04.AllowDrop = True
|
|
|
|
|
|
Me.textBoxCmdWindow04.Font = New System.Drawing.Font("굴림", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow04.Location = New System.Drawing.Point(6, 118)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow04.Multiline = True
|
|
|
|
|
|
Me.textBoxCmdWindow04.Name = "textBoxCmdWindow04"
|
|
|
|
|
|
Me.textBoxCmdWindow04.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow04.Size = New System.Drawing.Size(348, 270)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow04.TabIndex = 74
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label13
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label13.AutoSize = True
|
|
|
|
|
|
Me.Label13.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.Label13.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.Label13.Location = New System.Drawing.Point(13, 76)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.Label13.Name = "Label13"
|
|
|
|
|
|
Me.Label13.Size = New System.Drawing.Size(65, 19)
|
|
|
|
|
|
Me.Label13.TabIndex = 57
|
|
|
|
|
|
Me.Label13.Text = "Binary"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxBinary04
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxBinary04.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
|
|
|
|
Me.textBoxBinary04.Font = New System.Drawing.Font("굴림", 14.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.textBoxBinary04.ForeColor = System.Drawing.Color.Blue
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxBinary04.Location = New System.Drawing.Point(123, 72)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxBinary04.Name = "textBoxBinary04"
|
|
|
|
|
|
Me.textBoxBinary04.ReadOnly = True
|
|
|
|
|
|
Me.textBoxBinary04.Size = New System.Drawing.Size(170, 29)
|
|
|
|
|
|
Me.textBoxBinary04.TabIndex = 56
|
|
|
|
|
|
Me.textBoxBinary04.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonDownload04
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonDownload04.AccessibleName = ""
|
|
|
|
|
|
Me.buttonDownload04.AutoSize = True
|
|
|
|
|
|
Me.buttonDownload04.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.buttonDownload04.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonDownload04.Location = New System.Drawing.Point(194, 394)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonDownload04.Name = "buttonDownload04"
|
|
|
|
|
|
Me.buttonDownload04.Size = New System.Drawing.Size(150, 37)
|
|
|
|
|
|
Me.buttonDownload04.TabIndex = 44
|
|
|
|
|
|
Me.buttonDownload04.Text = "Download"
|
|
|
|
|
|
Me.buttonDownload04.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'groupBoxProcess05
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.groupBoxProcess05.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.groupBoxProcess05.Controls.Add(Me.textBoxInfo05)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.groupBoxProcess05.Controls.Add(Me.buttonPortScan05)
|
|
|
|
|
|
Me.groupBoxProcess05.Controls.Add(Me.buttonFile05)
|
|
|
|
|
|
Me.groupBoxProcess05.Controls.Add(Me.comboBoxPort05)
|
|
|
|
|
|
Me.groupBoxProcess05.Controls.Add(Me.Label8)
|
|
|
|
|
|
Me.groupBoxProcess05.Controls.Add(Me.textBoxCmdWindow05)
|
|
|
|
|
|
Me.groupBoxProcess05.Controls.Add(Me.Label15)
|
|
|
|
|
|
Me.groupBoxProcess05.Controls.Add(Me.textBoxBinary05)
|
|
|
|
|
|
Me.groupBoxProcess05.Controls.Add(Me.buttonDownload05)
|
|
|
|
|
|
Me.groupBoxProcess05.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.groupBoxProcess05.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.groupBoxProcess05.Location = New System.Drawing.Point(1530, 104)
|
|
|
|
|
|
Me.groupBoxProcess05.Name = "groupBoxProcess05"
|
|
|
|
|
|
Me.groupBoxProcess05.Size = New System.Drawing.Size(360, 440)
|
|
|
|
|
|
Me.groupBoxProcess05.TabIndex = 5
|
|
|
|
|
|
Me.groupBoxProcess05.TabStop = False
|
|
|
|
|
|
Me.groupBoxProcess05.Text = "Process 05"
|
|
|
|
|
|
'
|
2025-12-19 11:29:31 +09:00
|
|
|
|
'textBoxInfo05
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxInfo05.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
|
|
|
|
Me.textBoxInfo05.BackColor = System.Drawing.Color.Gray
|
|
|
|
|
|
Me.textBoxInfo05.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.textBoxInfo05.ForeColor = System.Drawing.Color.White
|
|
|
|
|
|
Me.textBoxInfo05.Location = New System.Drawing.Point(6, 395)
|
|
|
|
|
|
Me.textBoxInfo05.Name = "textBoxInfo05"
|
|
|
|
|
|
Me.textBoxInfo05.Size = New System.Drawing.Size(172, 32)
|
|
|
|
|
|
Me.textBoxInfo05.TabIndex = 92
|
|
|
|
|
|
Me.textBoxInfo05.Text = "READY"
|
|
|
|
|
|
Me.textBoxInfo05.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
2025-12-17 15:34:38 +09:00
|
|
|
|
'buttonPortScan05
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonPortScan05.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.buttonPortScan05.Location = New System.Drawing.Point(272, 28)
|
|
|
|
|
|
Me.buttonPortScan05.Name = "buttonPortScan05"
|
|
|
|
|
|
Me.buttonPortScan05.Size = New System.Drawing.Size(69, 32)
|
|
|
|
|
|
Me.buttonPortScan05.TabIndex = 89
|
|
|
|
|
|
Me.buttonPortScan05.Text = "스캔"
|
|
|
|
|
|
Me.buttonPortScan05.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonFile05
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonFile05.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonFile05.Location = New System.Drawing.Point(296, 67)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonFile05.Name = "buttonFile05"
|
|
|
|
|
|
Me.buttonFile05.Size = New System.Drawing.Size(44, 32)
|
|
|
|
|
|
Me.buttonFile05.TabIndex = 86
|
|
|
|
|
|
Me.buttonFile05.Text = "..."
|
|
|
|
|
|
Me.buttonFile05.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'comboBoxPort05
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.comboBoxPort05.BackColor = System.Drawing.Color.Yellow
|
|
|
|
|
|
Me.comboBoxPort05.Font = New System.Drawing.Font("굴림", 15.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.comboBoxPort05.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.comboBoxPort05.FormattingEnabled = True
|
|
|
|
|
|
Me.comboBoxPort05.Location = New System.Drawing.Point(121, 30)
|
|
|
|
|
|
Me.comboBoxPort05.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
|
|
|
|
Me.comboBoxPort05.Name = "comboBoxPort05"
|
|
|
|
|
|
Me.comboBoxPort05.Size = New System.Drawing.Size(145, 29)
|
|
|
|
|
|
Me.comboBoxPort05.TabIndex = 84
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label8
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label8.AutoSize = True
|
|
|
|
|
|
Me.Label8.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.Label8.ForeColor = System.Drawing.Color.Blue
|
|
|
|
|
|
Me.Label8.Location = New System.Drawing.Point(11, 40)
|
|
|
|
|
|
Me.Label8.Name = "Label8"
|
|
|
|
|
|
Me.Label8.Size = New System.Drawing.Size(104, 19)
|
|
|
|
|
|
Me.Label8.TabIndex = 82
|
|
|
|
|
|
Me.Label8.Text = "Port Name"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxCmdWindow05
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxCmdWindow05.AllowDrop = True
|
|
|
|
|
|
Me.textBoxCmdWindow05.Font = New System.Drawing.Font("굴림", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow05.Location = New System.Drawing.Point(6, 118)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow05.Multiline = True
|
|
|
|
|
|
Me.textBoxCmdWindow05.Name = "textBoxCmdWindow05"
|
|
|
|
|
|
Me.textBoxCmdWindow05.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow05.Size = New System.Drawing.Size(348, 270)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow05.TabIndex = 74
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label15
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label15.AutoSize = True
|
|
|
|
|
|
Me.Label15.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.Label15.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.Label15.Location = New System.Drawing.Point(11, 73)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.Label15.Name = "Label15"
|
|
|
|
|
|
Me.Label15.Size = New System.Drawing.Size(65, 19)
|
|
|
|
|
|
Me.Label15.TabIndex = 57
|
|
|
|
|
|
Me.Label15.Text = "Binary"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxBinary05
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxBinary05.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
|
|
|
|
Me.textBoxBinary05.Font = New System.Drawing.Font("굴림", 14.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.textBoxBinary05.ForeColor = System.Drawing.Color.Blue
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxBinary05.Location = New System.Drawing.Point(121, 69)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxBinary05.Name = "textBoxBinary05"
|
|
|
|
|
|
Me.textBoxBinary05.ReadOnly = True
|
|
|
|
|
|
Me.textBoxBinary05.Size = New System.Drawing.Size(170, 29)
|
|
|
|
|
|
Me.textBoxBinary05.TabIndex = 56
|
|
|
|
|
|
Me.textBoxBinary05.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonDownload05
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonDownload05.AccessibleName = ""
|
|
|
|
|
|
Me.buttonDownload05.AutoSize = True
|
|
|
|
|
|
Me.buttonDownload05.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.buttonDownload05.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonDownload05.Location = New System.Drawing.Point(194, 394)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonDownload05.Name = "buttonDownload05"
|
|
|
|
|
|
Me.buttonDownload05.Size = New System.Drawing.Size(150, 37)
|
|
|
|
|
|
Me.buttonDownload05.TabIndex = 44
|
|
|
|
|
|
Me.buttonDownload05.Text = "Download"
|
|
|
|
|
|
Me.buttonDownload05.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'groupBoxProcess06
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.groupBoxProcess06.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.groupBoxProcess06.Controls.Add(Me.textBoxInfo06)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.groupBoxProcess06.Controls.Add(Me.buttonPortScan06)
|
|
|
|
|
|
Me.groupBoxProcess06.Controls.Add(Me.buttonFile06)
|
|
|
|
|
|
Me.groupBoxProcess06.Controls.Add(Me.comboBoxPort06)
|
|
|
|
|
|
Me.groupBoxProcess06.Controls.Add(Me.Label4)
|
|
|
|
|
|
Me.groupBoxProcess06.Controls.Add(Me.textBoxCmdWindow06)
|
|
|
|
|
|
Me.groupBoxProcess06.Controls.Add(Me.Label6)
|
|
|
|
|
|
Me.groupBoxProcess06.Controls.Add(Me.textBoxBinary06)
|
|
|
|
|
|
Me.groupBoxProcess06.Controls.Add(Me.buttonDownload06)
|
|
|
|
|
|
Me.groupBoxProcess06.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.groupBoxProcess06.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.groupBoxProcess06.Location = New System.Drawing.Point(9, 563)
|
|
|
|
|
|
Me.groupBoxProcess06.Name = "groupBoxProcess06"
|
|
|
|
|
|
Me.groupBoxProcess06.Size = New System.Drawing.Size(360, 440)
|
|
|
|
|
|
Me.groupBoxProcess06.TabIndex = 6
|
|
|
|
|
|
Me.groupBoxProcess06.TabStop = False
|
|
|
|
|
|
Me.groupBoxProcess06.Text = "Process 06"
|
|
|
|
|
|
'
|
2025-12-19 11:29:31 +09:00
|
|
|
|
'textBoxInfo06
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxInfo06.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
|
|
|
|
Me.textBoxInfo06.BackColor = System.Drawing.Color.Gray
|
|
|
|
|
|
Me.textBoxInfo06.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.textBoxInfo06.ForeColor = System.Drawing.Color.White
|
|
|
|
|
|
Me.textBoxInfo06.Location = New System.Drawing.Point(6, 395)
|
|
|
|
|
|
Me.textBoxInfo06.Name = "textBoxInfo06"
|
|
|
|
|
|
Me.textBoxInfo06.Size = New System.Drawing.Size(172, 32)
|
|
|
|
|
|
Me.textBoxInfo06.TabIndex = 92
|
|
|
|
|
|
Me.textBoxInfo06.Text = "READY"
|
|
|
|
|
|
Me.textBoxInfo06.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
2025-12-17 15:34:38 +09:00
|
|
|
|
'buttonPortScan06
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonPortScan06.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.buttonPortScan06.Location = New System.Drawing.Point(272, 28)
|
|
|
|
|
|
Me.buttonPortScan06.Name = "buttonPortScan06"
|
|
|
|
|
|
Me.buttonPortScan06.Size = New System.Drawing.Size(69, 32)
|
|
|
|
|
|
Me.buttonPortScan06.TabIndex = 89
|
|
|
|
|
|
Me.buttonPortScan06.Text = "스캔"
|
|
|
|
|
|
Me.buttonPortScan06.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonFile06
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonFile06.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonFile06.Location = New System.Drawing.Point(296, 67)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonFile06.Name = "buttonFile06"
|
|
|
|
|
|
Me.buttonFile06.Size = New System.Drawing.Size(44, 32)
|
|
|
|
|
|
Me.buttonFile06.TabIndex = 86
|
|
|
|
|
|
Me.buttonFile06.Text = "..."
|
|
|
|
|
|
Me.buttonFile06.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'comboBoxPort06
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.comboBoxPort06.BackColor = System.Drawing.Color.Yellow
|
|
|
|
|
|
Me.comboBoxPort06.Font = New System.Drawing.Font("굴림", 15.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.comboBoxPort06.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.comboBoxPort06.FormattingEnabled = True
|
|
|
|
|
|
Me.comboBoxPort06.Location = New System.Drawing.Point(121, 30)
|
|
|
|
|
|
Me.comboBoxPort06.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
|
|
|
|
Me.comboBoxPort06.Name = "comboBoxPort06"
|
|
|
|
|
|
Me.comboBoxPort06.Size = New System.Drawing.Size(145, 29)
|
|
|
|
|
|
Me.comboBoxPort06.TabIndex = 84
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label4
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label4.AutoSize = True
|
|
|
|
|
|
Me.Label4.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.Label4.ForeColor = System.Drawing.Color.Blue
|
|
|
|
|
|
Me.Label4.Location = New System.Drawing.Point(11, 40)
|
|
|
|
|
|
Me.Label4.Name = "Label4"
|
|
|
|
|
|
Me.Label4.Size = New System.Drawing.Size(104, 19)
|
|
|
|
|
|
Me.Label4.TabIndex = 82
|
|
|
|
|
|
Me.Label4.Text = "Port Name"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxCmdWindow06
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxCmdWindow06.AllowDrop = True
|
|
|
|
|
|
Me.textBoxCmdWindow06.Font = New System.Drawing.Font("굴림", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow06.Location = New System.Drawing.Point(6, 118)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow06.Multiline = True
|
|
|
|
|
|
Me.textBoxCmdWindow06.Name = "textBoxCmdWindow06"
|
|
|
|
|
|
Me.textBoxCmdWindow06.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow06.Size = New System.Drawing.Size(348, 270)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow06.TabIndex = 74
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label6
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label6.AutoSize = True
|
|
|
|
|
|
Me.Label6.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.Label6.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.Label6.Location = New System.Drawing.Point(11, 73)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.Label6.Name = "Label6"
|
|
|
|
|
|
Me.Label6.Size = New System.Drawing.Size(65, 19)
|
|
|
|
|
|
Me.Label6.TabIndex = 57
|
|
|
|
|
|
Me.Label6.Text = "Binary"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxBinary06
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxBinary06.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
|
|
|
|
Me.textBoxBinary06.Font = New System.Drawing.Font("굴림", 14.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.textBoxBinary06.ForeColor = System.Drawing.Color.Blue
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxBinary06.Location = New System.Drawing.Point(121, 69)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxBinary06.Name = "textBoxBinary06"
|
|
|
|
|
|
Me.textBoxBinary06.ReadOnly = True
|
|
|
|
|
|
Me.textBoxBinary06.Size = New System.Drawing.Size(170, 29)
|
|
|
|
|
|
Me.textBoxBinary06.TabIndex = 56
|
|
|
|
|
|
Me.textBoxBinary06.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonDownload06
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonDownload06.AccessibleName = ""
|
|
|
|
|
|
Me.buttonDownload06.AutoSize = True
|
|
|
|
|
|
Me.buttonDownload06.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.buttonDownload06.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonDownload06.Location = New System.Drawing.Point(194, 394)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonDownload06.Name = "buttonDownload06"
|
|
|
|
|
|
Me.buttonDownload06.Size = New System.Drawing.Size(150, 37)
|
|
|
|
|
|
Me.buttonDownload06.TabIndex = 44
|
|
|
|
|
|
Me.buttonDownload06.Text = "Download"
|
|
|
|
|
|
Me.buttonDownload06.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'groupBoxProcess07
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.groupBoxProcess07.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.groupBoxProcess07.Controls.Add(Me.textBoxInfo07)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.groupBoxProcess07.Controls.Add(Me.buttonPortScan07)
|
|
|
|
|
|
Me.groupBoxProcess07.Controls.Add(Me.buttonFile07)
|
|
|
|
|
|
Me.groupBoxProcess07.Controls.Add(Me.comboBoxPort07)
|
|
|
|
|
|
Me.groupBoxProcess07.Controls.Add(Me.Label16)
|
|
|
|
|
|
Me.groupBoxProcess07.Controls.Add(Me.textBoxCmdWindow07)
|
|
|
|
|
|
Me.groupBoxProcess07.Controls.Add(Me.Label18)
|
|
|
|
|
|
Me.groupBoxProcess07.Controls.Add(Me.textBoxBinary07)
|
|
|
|
|
|
Me.groupBoxProcess07.Controls.Add(Me.buttonDownload07)
|
|
|
|
|
|
Me.groupBoxProcess07.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.groupBoxProcess07.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.groupBoxProcess07.Location = New System.Drawing.Point(389, 563)
|
|
|
|
|
|
Me.groupBoxProcess07.Name = "groupBoxProcess07"
|
|
|
|
|
|
Me.groupBoxProcess07.Size = New System.Drawing.Size(360, 440)
|
|
|
|
|
|
Me.groupBoxProcess07.TabIndex = 7
|
|
|
|
|
|
Me.groupBoxProcess07.TabStop = False
|
|
|
|
|
|
Me.groupBoxProcess07.Text = "Process 07"
|
|
|
|
|
|
'
|
2025-12-19 11:29:31 +09:00
|
|
|
|
'textBoxInfo07
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxInfo07.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
|
|
|
|
Me.textBoxInfo07.BackColor = System.Drawing.Color.Gray
|
|
|
|
|
|
Me.textBoxInfo07.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.textBoxInfo07.ForeColor = System.Drawing.Color.White
|
|
|
|
|
|
Me.textBoxInfo07.Location = New System.Drawing.Point(6, 395)
|
|
|
|
|
|
Me.textBoxInfo07.Name = "textBoxInfo07"
|
|
|
|
|
|
Me.textBoxInfo07.Size = New System.Drawing.Size(172, 32)
|
|
|
|
|
|
Me.textBoxInfo07.TabIndex = 92
|
|
|
|
|
|
Me.textBoxInfo07.Text = "READY"
|
|
|
|
|
|
Me.textBoxInfo07.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
2025-12-17 15:34:38 +09:00
|
|
|
|
'buttonPortScan07
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonPortScan07.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.buttonPortScan07.Location = New System.Drawing.Point(272, 28)
|
|
|
|
|
|
Me.buttonPortScan07.Name = "buttonPortScan07"
|
|
|
|
|
|
Me.buttonPortScan07.Size = New System.Drawing.Size(69, 32)
|
|
|
|
|
|
Me.buttonPortScan07.TabIndex = 89
|
|
|
|
|
|
Me.buttonPortScan07.Text = "스캔"
|
|
|
|
|
|
Me.buttonPortScan07.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonFile07
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonFile07.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonFile07.Location = New System.Drawing.Point(296, 68)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonFile07.Name = "buttonFile07"
|
|
|
|
|
|
Me.buttonFile07.Size = New System.Drawing.Size(44, 32)
|
|
|
|
|
|
Me.buttonFile07.TabIndex = 86
|
|
|
|
|
|
Me.buttonFile07.Text = "..."
|
|
|
|
|
|
Me.buttonFile07.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'comboBoxPort07
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.comboBoxPort07.BackColor = System.Drawing.Color.Yellow
|
|
|
|
|
|
Me.comboBoxPort07.Font = New System.Drawing.Font("굴림", 15.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.comboBoxPort07.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.comboBoxPort07.FormattingEnabled = True
|
|
|
|
|
|
Me.comboBoxPort07.Location = New System.Drawing.Point(121, 30)
|
|
|
|
|
|
Me.comboBoxPort07.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
|
|
|
|
Me.comboBoxPort07.Name = "comboBoxPort07"
|
|
|
|
|
|
Me.comboBoxPort07.Size = New System.Drawing.Size(145, 29)
|
|
|
|
|
|
Me.comboBoxPort07.TabIndex = 84
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label16
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label16.AutoSize = True
|
|
|
|
|
|
Me.Label16.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.Label16.ForeColor = System.Drawing.Color.Blue
|
|
|
|
|
|
Me.Label16.Location = New System.Drawing.Point(11, 40)
|
|
|
|
|
|
Me.Label16.Name = "Label16"
|
|
|
|
|
|
Me.Label16.Size = New System.Drawing.Size(104, 19)
|
|
|
|
|
|
Me.Label16.TabIndex = 82
|
|
|
|
|
|
Me.Label16.Text = "Port Name"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxCmdWindow07
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxCmdWindow07.AllowDrop = True
|
|
|
|
|
|
Me.textBoxCmdWindow07.Font = New System.Drawing.Font("굴림", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow07.Location = New System.Drawing.Point(6, 118)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow07.Multiline = True
|
|
|
|
|
|
Me.textBoxCmdWindow07.Name = "textBoxCmdWindow07"
|
|
|
|
|
|
Me.textBoxCmdWindow07.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow07.Size = New System.Drawing.Size(348, 270)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow07.TabIndex = 74
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label18
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label18.AutoSize = True
|
|
|
|
|
|
Me.Label18.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.Label18.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.Label18.Location = New System.Drawing.Point(11, 74)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.Label18.Name = "Label18"
|
|
|
|
|
|
Me.Label18.Size = New System.Drawing.Size(65, 19)
|
|
|
|
|
|
Me.Label18.TabIndex = 57
|
|
|
|
|
|
Me.Label18.Text = "Binary"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxBinary07
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxBinary07.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
|
|
|
|
Me.textBoxBinary07.Font = New System.Drawing.Font("굴림", 14.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.textBoxBinary07.ForeColor = System.Drawing.Color.Blue
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxBinary07.Location = New System.Drawing.Point(121, 70)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxBinary07.Name = "textBoxBinary07"
|
|
|
|
|
|
Me.textBoxBinary07.ReadOnly = True
|
|
|
|
|
|
Me.textBoxBinary07.Size = New System.Drawing.Size(170, 29)
|
|
|
|
|
|
Me.textBoxBinary07.TabIndex = 56
|
|
|
|
|
|
Me.textBoxBinary07.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonDownload07
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonDownload07.AccessibleName = ""
|
|
|
|
|
|
Me.buttonDownload07.AutoSize = True
|
|
|
|
|
|
Me.buttonDownload07.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.buttonDownload07.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonDownload07.Location = New System.Drawing.Point(194, 394)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonDownload07.Name = "buttonDownload07"
|
|
|
|
|
|
Me.buttonDownload07.Size = New System.Drawing.Size(150, 37)
|
|
|
|
|
|
Me.buttonDownload07.TabIndex = 44
|
|
|
|
|
|
Me.buttonDownload07.Text = "Download"
|
|
|
|
|
|
Me.buttonDownload07.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'groupBoxProcess08
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.groupBoxProcess08.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.groupBoxProcess08.Controls.Add(Me.textBoxInfo08)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.groupBoxProcess08.Controls.Add(Me.buttonPortScan08)
|
|
|
|
|
|
Me.groupBoxProcess08.Controls.Add(Me.buttonFile08)
|
|
|
|
|
|
Me.groupBoxProcess08.Controls.Add(Me.comboBoxPort08)
|
|
|
|
|
|
Me.groupBoxProcess08.Controls.Add(Me.Label19)
|
|
|
|
|
|
Me.groupBoxProcess08.Controls.Add(Me.textBoxCmdWindow08)
|
|
|
|
|
|
Me.groupBoxProcess08.Controls.Add(Me.Label21)
|
|
|
|
|
|
Me.groupBoxProcess08.Controls.Add(Me.textBoxBinary08)
|
|
|
|
|
|
Me.groupBoxProcess08.Controls.Add(Me.buttonDownload08)
|
|
|
|
|
|
Me.groupBoxProcess08.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.groupBoxProcess08.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.groupBoxProcess08.Location = New System.Drawing.Point(771, 563)
|
|
|
|
|
|
Me.groupBoxProcess08.Name = "groupBoxProcess08"
|
|
|
|
|
|
Me.groupBoxProcess08.Size = New System.Drawing.Size(360, 440)
|
|
|
|
|
|
Me.groupBoxProcess08.TabIndex = 8
|
|
|
|
|
|
Me.groupBoxProcess08.TabStop = False
|
|
|
|
|
|
Me.groupBoxProcess08.Text = "Process 08"
|
|
|
|
|
|
'
|
2025-12-19 11:29:31 +09:00
|
|
|
|
'textBoxInfo08
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxInfo08.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
|
|
|
|
Me.textBoxInfo08.BackColor = System.Drawing.Color.Gray
|
|
|
|
|
|
Me.textBoxInfo08.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.textBoxInfo08.ForeColor = System.Drawing.Color.White
|
|
|
|
|
|
Me.textBoxInfo08.Location = New System.Drawing.Point(6, 395)
|
|
|
|
|
|
Me.textBoxInfo08.Name = "textBoxInfo08"
|
|
|
|
|
|
Me.textBoxInfo08.Size = New System.Drawing.Size(172, 32)
|
|
|
|
|
|
Me.textBoxInfo08.TabIndex = 92
|
|
|
|
|
|
Me.textBoxInfo08.Text = "READY"
|
|
|
|
|
|
Me.textBoxInfo08.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
2025-12-17 15:34:38 +09:00
|
|
|
|
'buttonPortScan08
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonPortScan08.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.buttonPortScan08.Location = New System.Drawing.Point(272, 28)
|
|
|
|
|
|
Me.buttonPortScan08.Name = "buttonPortScan08"
|
|
|
|
|
|
Me.buttonPortScan08.Size = New System.Drawing.Size(69, 32)
|
|
|
|
|
|
Me.buttonPortScan08.TabIndex = 89
|
|
|
|
|
|
Me.buttonPortScan08.Text = "스캔"
|
|
|
|
|
|
Me.buttonPortScan08.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonFile08
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonFile08.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonFile08.Location = New System.Drawing.Point(296, 67)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonFile08.Name = "buttonFile08"
|
|
|
|
|
|
Me.buttonFile08.Size = New System.Drawing.Size(44, 32)
|
|
|
|
|
|
Me.buttonFile08.TabIndex = 86
|
|
|
|
|
|
Me.buttonFile08.Text = "..."
|
|
|
|
|
|
Me.buttonFile08.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'comboBoxPort08
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.comboBoxPort08.BackColor = System.Drawing.Color.Yellow
|
|
|
|
|
|
Me.comboBoxPort08.Font = New System.Drawing.Font("굴림", 15.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.comboBoxPort08.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.comboBoxPort08.FormattingEnabled = True
|
|
|
|
|
|
Me.comboBoxPort08.Location = New System.Drawing.Point(121, 30)
|
|
|
|
|
|
Me.comboBoxPort08.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
|
|
|
|
Me.comboBoxPort08.Name = "comboBoxPort08"
|
|
|
|
|
|
Me.comboBoxPort08.Size = New System.Drawing.Size(145, 29)
|
|
|
|
|
|
Me.comboBoxPort08.TabIndex = 84
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label19
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label19.AutoSize = True
|
|
|
|
|
|
Me.Label19.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.Label19.ForeColor = System.Drawing.Color.Blue
|
|
|
|
|
|
Me.Label19.Location = New System.Drawing.Point(11, 40)
|
|
|
|
|
|
Me.Label19.Name = "Label19"
|
|
|
|
|
|
Me.Label19.Size = New System.Drawing.Size(104, 19)
|
|
|
|
|
|
Me.Label19.TabIndex = 82
|
|
|
|
|
|
Me.Label19.Text = "Port Name"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxCmdWindow08
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxCmdWindow08.AllowDrop = True
|
|
|
|
|
|
Me.textBoxCmdWindow08.Font = New System.Drawing.Font("굴림", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow08.Location = New System.Drawing.Point(6, 118)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow08.Multiline = True
|
|
|
|
|
|
Me.textBoxCmdWindow08.Name = "textBoxCmdWindow08"
|
|
|
|
|
|
Me.textBoxCmdWindow08.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow08.Size = New System.Drawing.Size(348, 270)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow08.TabIndex = 74
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label21
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label21.AutoSize = True
|
|
|
|
|
|
Me.Label21.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.Label21.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.Label21.Location = New System.Drawing.Point(11, 73)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.Label21.Name = "Label21"
|
|
|
|
|
|
Me.Label21.Size = New System.Drawing.Size(65, 19)
|
|
|
|
|
|
Me.Label21.TabIndex = 57
|
|
|
|
|
|
Me.Label21.Text = "Binary"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxBinary08
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxBinary08.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
|
|
|
|
Me.textBoxBinary08.Font = New System.Drawing.Font("굴림", 14.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.textBoxBinary08.ForeColor = System.Drawing.Color.Blue
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxBinary08.Location = New System.Drawing.Point(121, 69)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxBinary08.Name = "textBoxBinary08"
|
|
|
|
|
|
Me.textBoxBinary08.ReadOnly = True
|
|
|
|
|
|
Me.textBoxBinary08.Size = New System.Drawing.Size(170, 29)
|
|
|
|
|
|
Me.textBoxBinary08.TabIndex = 56
|
|
|
|
|
|
Me.textBoxBinary08.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonDownload08
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonDownload08.AccessibleName = ""
|
|
|
|
|
|
Me.buttonDownload08.AutoSize = True
|
|
|
|
|
|
Me.buttonDownload08.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.buttonDownload08.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonDownload08.Location = New System.Drawing.Point(194, 394)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonDownload08.Name = "buttonDownload08"
|
|
|
|
|
|
Me.buttonDownload08.Size = New System.Drawing.Size(150, 37)
|
|
|
|
|
|
Me.buttonDownload08.TabIndex = 44
|
|
|
|
|
|
Me.buttonDownload08.Text = "Download"
|
|
|
|
|
|
Me.buttonDownload08.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'groupBoxProcess09
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.groupBoxProcess09.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.groupBoxProcess09.Controls.Add(Me.textBoxInfo09)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.groupBoxProcess09.Controls.Add(Me.buttonPortScan09)
|
|
|
|
|
|
Me.groupBoxProcess09.Controls.Add(Me.buttonFile09)
|
|
|
|
|
|
Me.groupBoxProcess09.Controls.Add(Me.comboBoxPort09)
|
|
|
|
|
|
Me.groupBoxProcess09.Controls.Add(Me.Label22)
|
|
|
|
|
|
Me.groupBoxProcess09.Controls.Add(Me.textBoxCmdWindow09)
|
|
|
|
|
|
Me.groupBoxProcess09.Controls.Add(Me.Label24)
|
|
|
|
|
|
Me.groupBoxProcess09.Controls.Add(Me.textBoxBinary09)
|
|
|
|
|
|
Me.groupBoxProcess09.Controls.Add(Me.buttonDownload09)
|
|
|
|
|
|
Me.groupBoxProcess09.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.groupBoxProcess09.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.groupBoxProcess09.Location = New System.Drawing.Point(1154, 563)
|
|
|
|
|
|
Me.groupBoxProcess09.Name = "groupBoxProcess09"
|
|
|
|
|
|
Me.groupBoxProcess09.Size = New System.Drawing.Size(360, 440)
|
|
|
|
|
|
Me.groupBoxProcess09.TabIndex = 9
|
|
|
|
|
|
Me.groupBoxProcess09.TabStop = False
|
|
|
|
|
|
Me.groupBoxProcess09.Text = "Process 09"
|
|
|
|
|
|
'
|
2025-12-19 11:29:31 +09:00
|
|
|
|
'textBoxInfo09
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxInfo09.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
|
|
|
|
Me.textBoxInfo09.BackColor = System.Drawing.Color.Gray
|
|
|
|
|
|
Me.textBoxInfo09.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.textBoxInfo09.ForeColor = System.Drawing.Color.White
|
|
|
|
|
|
Me.textBoxInfo09.Location = New System.Drawing.Point(6, 395)
|
|
|
|
|
|
Me.textBoxInfo09.Name = "textBoxInfo09"
|
|
|
|
|
|
Me.textBoxInfo09.Size = New System.Drawing.Size(172, 32)
|
|
|
|
|
|
Me.textBoxInfo09.TabIndex = 92
|
|
|
|
|
|
Me.textBoxInfo09.Text = "READY"
|
|
|
|
|
|
Me.textBoxInfo09.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
2025-12-17 15:34:38 +09:00
|
|
|
|
'buttonPortScan09
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonPortScan09.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.buttonPortScan09.Location = New System.Drawing.Point(272, 28)
|
|
|
|
|
|
Me.buttonPortScan09.Name = "buttonPortScan09"
|
|
|
|
|
|
Me.buttonPortScan09.Size = New System.Drawing.Size(69, 32)
|
|
|
|
|
|
Me.buttonPortScan09.TabIndex = 89
|
|
|
|
|
|
Me.buttonPortScan09.Text = "스캔"
|
|
|
|
|
|
Me.buttonPortScan09.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonFile09
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonFile09.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonFile09.Location = New System.Drawing.Point(296, 67)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonFile09.Name = "buttonFile09"
|
|
|
|
|
|
Me.buttonFile09.Size = New System.Drawing.Size(44, 32)
|
|
|
|
|
|
Me.buttonFile09.TabIndex = 86
|
|
|
|
|
|
Me.buttonFile09.Text = "..."
|
|
|
|
|
|
Me.buttonFile09.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'comboBoxPort09
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.comboBoxPort09.BackColor = System.Drawing.Color.Yellow
|
|
|
|
|
|
Me.comboBoxPort09.Font = New System.Drawing.Font("굴림", 15.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.comboBoxPort09.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.comboBoxPort09.FormattingEnabled = True
|
|
|
|
|
|
Me.comboBoxPort09.Location = New System.Drawing.Point(121, 30)
|
|
|
|
|
|
Me.comboBoxPort09.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
|
|
|
|
Me.comboBoxPort09.Name = "comboBoxPort09"
|
|
|
|
|
|
Me.comboBoxPort09.Size = New System.Drawing.Size(145, 29)
|
|
|
|
|
|
Me.comboBoxPort09.TabIndex = 84
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label22
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label22.AutoSize = True
|
|
|
|
|
|
Me.Label22.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.Label22.ForeColor = System.Drawing.Color.Blue
|
|
|
|
|
|
Me.Label22.Location = New System.Drawing.Point(11, 40)
|
|
|
|
|
|
Me.Label22.Name = "Label22"
|
|
|
|
|
|
Me.Label22.Size = New System.Drawing.Size(104, 19)
|
|
|
|
|
|
Me.Label22.TabIndex = 82
|
|
|
|
|
|
Me.Label22.Text = "Port Name"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxCmdWindow09
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxCmdWindow09.AllowDrop = True
|
|
|
|
|
|
Me.textBoxCmdWindow09.Font = New System.Drawing.Font("굴림", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow09.Location = New System.Drawing.Point(6, 118)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow09.Multiline = True
|
|
|
|
|
|
Me.textBoxCmdWindow09.Name = "textBoxCmdWindow09"
|
|
|
|
|
|
Me.textBoxCmdWindow09.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow09.Size = New System.Drawing.Size(348, 270)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow09.TabIndex = 74
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label24
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label24.AutoSize = True
|
|
|
|
|
|
Me.Label24.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.Label24.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.Label24.Location = New System.Drawing.Point(11, 73)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.Label24.Name = "Label24"
|
|
|
|
|
|
Me.Label24.Size = New System.Drawing.Size(65, 19)
|
|
|
|
|
|
Me.Label24.TabIndex = 57
|
|
|
|
|
|
Me.Label24.Text = "Binary"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxBinary09
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxBinary09.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
|
|
|
|
Me.textBoxBinary09.Font = New System.Drawing.Font("굴림", 14.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.textBoxBinary09.ForeColor = System.Drawing.Color.Blue
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxBinary09.Location = New System.Drawing.Point(121, 69)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxBinary09.Name = "textBoxBinary09"
|
|
|
|
|
|
Me.textBoxBinary09.ReadOnly = True
|
|
|
|
|
|
Me.textBoxBinary09.Size = New System.Drawing.Size(170, 29)
|
|
|
|
|
|
Me.textBoxBinary09.TabIndex = 56
|
|
|
|
|
|
Me.textBoxBinary09.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonDownload09
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonDownload09.AccessibleName = ""
|
|
|
|
|
|
Me.buttonDownload09.AutoSize = True
|
|
|
|
|
|
Me.buttonDownload09.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.buttonDownload09.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonDownload09.Location = New System.Drawing.Point(194, 394)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonDownload09.Name = "buttonDownload09"
|
|
|
|
|
|
Me.buttonDownload09.Size = New System.Drawing.Size(150, 37)
|
|
|
|
|
|
Me.buttonDownload09.TabIndex = 44
|
|
|
|
|
|
Me.buttonDownload09.Text = "Download"
|
|
|
|
|
|
Me.buttonDownload09.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'groupBoxProcess10
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.groupBoxProcess10.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.groupBoxProcess10.Controls.Add(Me.textBoxInfo10)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.groupBoxProcess10.Controls.Add(Me.buttonPortScan10)
|
|
|
|
|
|
Me.groupBoxProcess10.Controls.Add(Me.buttonFile10)
|
|
|
|
|
|
Me.groupBoxProcess10.Controls.Add(Me.comboBoxPort10)
|
|
|
|
|
|
Me.groupBoxProcess10.Controls.Add(Me.Label25)
|
|
|
|
|
|
Me.groupBoxProcess10.Controls.Add(Me.textBoxCmdWindow10)
|
|
|
|
|
|
Me.groupBoxProcess10.Controls.Add(Me.Label27)
|
|
|
|
|
|
Me.groupBoxProcess10.Controls.Add(Me.textBoxBinary10)
|
|
|
|
|
|
Me.groupBoxProcess10.Controls.Add(Me.buttonDownload10)
|
|
|
|
|
|
Me.groupBoxProcess10.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.groupBoxProcess10.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.groupBoxProcess10.Location = New System.Drawing.Point(1532, 563)
|
|
|
|
|
|
Me.groupBoxProcess10.Name = "groupBoxProcess10"
|
|
|
|
|
|
Me.groupBoxProcess10.Size = New System.Drawing.Size(360, 440)
|
|
|
|
|
|
Me.groupBoxProcess10.TabIndex = 10
|
|
|
|
|
|
Me.groupBoxProcess10.TabStop = False
|
|
|
|
|
|
Me.groupBoxProcess10.Text = "Process 10"
|
|
|
|
|
|
'
|
2025-12-19 11:29:31 +09:00
|
|
|
|
'textBoxInfo10
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxInfo10.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
|
|
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
|
|
|
|
Me.textBoxInfo10.BackColor = System.Drawing.Color.Gray
|
|
|
|
|
|
Me.textBoxInfo10.Font = New System.Drawing.Font("굴림", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.textBoxInfo10.ForeColor = System.Drawing.Color.White
|
|
|
|
|
|
Me.textBoxInfo10.Location = New System.Drawing.Point(6, 395)
|
|
|
|
|
|
Me.textBoxInfo10.Name = "textBoxInfo10"
|
|
|
|
|
|
Me.textBoxInfo10.Size = New System.Drawing.Size(172, 32)
|
|
|
|
|
|
Me.textBoxInfo10.TabIndex = 92
|
|
|
|
|
|
Me.textBoxInfo10.Text = "READY"
|
|
|
|
|
|
Me.textBoxInfo10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
2025-12-17 15:34:38 +09:00
|
|
|
|
'buttonPortScan10
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonPortScan10.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.buttonPortScan10.Location = New System.Drawing.Point(272, 28)
|
|
|
|
|
|
Me.buttonPortScan10.Name = "buttonPortScan10"
|
|
|
|
|
|
Me.buttonPortScan10.Size = New System.Drawing.Size(69, 32)
|
|
|
|
|
|
Me.buttonPortScan10.TabIndex = 89
|
|
|
|
|
|
Me.buttonPortScan10.Text = "스캔"
|
|
|
|
|
|
Me.buttonPortScan10.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonFile10
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonFile10.Font = New System.Drawing.Font("굴림", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonFile10.Location = New System.Drawing.Point(297, 66)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonFile10.Name = "buttonFile10"
|
|
|
|
|
|
Me.buttonFile10.Size = New System.Drawing.Size(44, 32)
|
|
|
|
|
|
Me.buttonFile10.TabIndex = 86
|
|
|
|
|
|
Me.buttonFile10.Text = "..."
|
|
|
|
|
|
Me.buttonFile10.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'comboBoxPort10
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.comboBoxPort10.BackColor = System.Drawing.Color.Yellow
|
|
|
|
|
|
Me.comboBoxPort10.Font = New System.Drawing.Font("굴림", 15.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.comboBoxPort10.ForeColor = System.Drawing.Color.Black
|
|
|
|
|
|
Me.comboBoxPort10.FormattingEnabled = True
|
|
|
|
|
|
Me.comboBoxPort10.Location = New System.Drawing.Point(121, 30)
|
|
|
|
|
|
Me.comboBoxPort10.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
|
|
|
|
Me.comboBoxPort10.Name = "comboBoxPort10"
|
|
|
|
|
|
Me.comboBoxPort10.Size = New System.Drawing.Size(145, 29)
|
|
|
|
|
|
Me.comboBoxPort10.TabIndex = 84
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label25
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label25.AutoSize = True
|
|
|
|
|
|
Me.Label25.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
|
|
|
|
|
Me.Label25.ForeColor = System.Drawing.Color.Blue
|
|
|
|
|
|
Me.Label25.Location = New System.Drawing.Point(11, 40)
|
|
|
|
|
|
Me.Label25.Name = "Label25"
|
|
|
|
|
|
Me.Label25.Size = New System.Drawing.Size(104, 19)
|
|
|
|
|
|
Me.Label25.TabIndex = 82
|
|
|
|
|
|
Me.Label25.Text = "Port Name"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxCmdWindow10
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxCmdWindow10.AllowDrop = True
|
|
|
|
|
|
Me.textBoxCmdWindow10.Font = New System.Drawing.Font("굴림", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow10.Location = New System.Drawing.Point(6, 118)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow10.Multiline = True
|
|
|
|
|
|
Me.textBoxCmdWindow10.Name = "textBoxCmdWindow10"
|
|
|
|
|
|
Me.textBoxCmdWindow10.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxCmdWindow10.Size = New System.Drawing.Size(348, 270)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxCmdWindow10.TabIndex = 74
|
|
|
|
|
|
'
|
|
|
|
|
|
'Label27
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Label27.AutoSize = True
|
|
|
|
|
|
Me.Label27.Font = New System.Drawing.Font("굴림", 14.25!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.Label27.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.Label27.Location = New System.Drawing.Point(12, 72)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.Label27.Name = "Label27"
|
|
|
|
|
|
Me.Label27.Size = New System.Drawing.Size(65, 19)
|
|
|
|
|
|
Me.Label27.TabIndex = 57
|
|
|
|
|
|
Me.Label27.Text = "Binary"
|
|
|
|
|
|
'
|
|
|
|
|
|
'textBoxBinary10
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.textBoxBinary10.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
|
|
|
|
Me.textBoxBinary10.Font = New System.Drawing.Font("굴림", 14.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.textBoxBinary10.ForeColor = System.Drawing.Color.Blue
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.textBoxBinary10.Location = New System.Drawing.Point(122, 68)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.textBoxBinary10.Name = "textBoxBinary10"
|
|
|
|
|
|
Me.textBoxBinary10.ReadOnly = True
|
|
|
|
|
|
Me.textBoxBinary10.Size = New System.Drawing.Size(170, 29)
|
|
|
|
|
|
Me.textBoxBinary10.TabIndex = 56
|
|
|
|
|
|
Me.textBoxBinary10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
|
|
|
|
'
|
|
|
|
|
|
'buttonDownload10
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.buttonDownload10.AccessibleName = ""
|
|
|
|
|
|
Me.buttonDownload10.AutoSize = True
|
|
|
|
|
|
Me.buttonDownload10.Font = New System.Drawing.Font("굴림", 18.0!, System.Drawing.FontStyle.Bold)
|
|
|
|
|
|
Me.buttonDownload10.ForeColor = System.Drawing.Color.Black
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Me.buttonDownload10.Location = New System.Drawing.Point(194, 394)
|
2025-12-17 15:34:38 +09:00
|
|
|
|
Me.buttonDownload10.Name = "buttonDownload10"
|
|
|
|
|
|
Me.buttonDownload10.Size = New System.Drawing.Size(150, 37)
|
|
|
|
|
|
Me.buttonDownload10.TabIndex = 44
|
|
|
|
|
|
Me.buttonDownload10.Text = "Download"
|
|
|
|
|
|
Me.buttonDownload10.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
|
|
|
|
|
'MainForm
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
|
|
|
|
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
|
|
|
|
Me.AutoSize = True
|
|
|
|
|
|
Me.ClientSize = New System.Drawing.Size(1904, 1041)
|
|
|
|
|
|
Me.Controls.Add(Me.groupBoxProcess10)
|
|
|
|
|
|
Me.Controls.Add(Me.groupBoxProcess09)
|
|
|
|
|
|
Me.Controls.Add(Me.groupBoxProcess08)
|
|
|
|
|
|
Me.Controls.Add(Me.groupBoxProcess07)
|
|
|
|
|
|
Me.Controls.Add(Me.groupBoxProcess06)
|
|
|
|
|
|
Me.Controls.Add(Me.groupBoxProcess05)
|
|
|
|
|
|
Me.Controls.Add(Me.groupBoxProcess04)
|
|
|
|
|
|
Me.Controls.Add(Me.groupBoxProcess03)
|
|
|
|
|
|
Me.Controls.Add(Me.groupBoxProcess02)
|
|
|
|
|
|
Me.Controls.Add(Me.groupBoxProcess01)
|
|
|
|
|
|
Me.Controls.Add(Me.groupBoxCommon)
|
|
|
|
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
|
|
|
|
Me.MaximizeBox = False
|
|
|
|
|
|
Me.Name = "MainForm"
|
|
|
|
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
|
|
|
|
Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
|
|
|
|
|
|
Me.groupBoxCommon.ResumeLayout(False)
|
|
|
|
|
|
Me.groupBoxCommon.PerformLayout()
|
|
|
|
|
|
Me.groupBoxProcess01.ResumeLayout(False)
|
|
|
|
|
|
Me.groupBoxProcess01.PerformLayout()
|
|
|
|
|
|
Me.groupBoxProcess02.ResumeLayout(False)
|
|
|
|
|
|
Me.groupBoxProcess02.PerformLayout()
|
|
|
|
|
|
Me.groupBoxProcess03.ResumeLayout(False)
|
|
|
|
|
|
Me.groupBoxProcess03.PerformLayout()
|
|
|
|
|
|
Me.groupBoxProcess04.ResumeLayout(False)
|
|
|
|
|
|
Me.groupBoxProcess04.PerformLayout()
|
|
|
|
|
|
Me.groupBoxProcess05.ResumeLayout(False)
|
|
|
|
|
|
Me.groupBoxProcess05.PerformLayout()
|
|
|
|
|
|
Me.groupBoxProcess06.ResumeLayout(False)
|
|
|
|
|
|
Me.groupBoxProcess06.PerformLayout()
|
|
|
|
|
|
Me.groupBoxProcess07.ResumeLayout(False)
|
|
|
|
|
|
Me.groupBoxProcess07.PerformLayout()
|
|
|
|
|
|
Me.groupBoxProcess08.ResumeLayout(False)
|
|
|
|
|
|
Me.groupBoxProcess08.PerformLayout()
|
|
|
|
|
|
Me.groupBoxProcess09.ResumeLayout(False)
|
|
|
|
|
|
Me.groupBoxProcess09.PerformLayout()
|
|
|
|
|
|
Me.groupBoxProcess10.ResumeLayout(False)
|
|
|
|
|
|
Me.groupBoxProcess10.PerformLayout()
|
|
|
|
|
|
Me.ResumeLayout(False)
|
|
|
|
|
|
|
|
|
|
|
|
End Sub
|
|
|
|
|
|
Friend WithEvents groupBoxCommon As System.Windows.Forms.GroupBox
|
|
|
|
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
|
|
|
|
Friend WithEvents groupBoxProcess01 As System.Windows.Forms.GroupBox
|
|
|
|
|
|
Friend WithEvents Label28 As System.Windows.Forms.Label
|
|
|
|
|
|
Friend WithEvents textBoxBinary01 As System.Windows.Forms.TextBox
|
|
|
|
|
|
Friend WithEvents buttonDownload01 As System.Windows.Forms.Button
|
|
|
|
|
|
Friend WithEvents textBoxCmdWindow01 As System.Windows.Forms.TextBox
|
|
|
|
|
|
Friend WithEvents runTimeTimer As System.Windows.Forms.Timer
|
|
|
|
|
|
Friend WithEvents LiveTimer As System.Windows.Forms.Timer
|
|
|
|
|
|
Friend WithEvents SerialPort1 As System.IO.Ports.SerialPort
|
|
|
|
|
|
Friend WithEvents cmdTimer As System.Windows.Forms.Timer
|
|
|
|
|
|
Friend WithEvents Label67 As Label
|
|
|
|
|
|
Friend WithEvents buttonDownloadAll As Button
|
|
|
|
|
|
Friend WithEvents comboBoxPort01 As ComboBox
|
|
|
|
|
|
Friend WithEvents buttonFile01 As Button
|
|
|
|
|
|
Friend WithEvents comboBoxBaudRate As ComboBox
|
|
|
|
|
|
Friend WithEvents Label2 As Label
|
|
|
|
|
|
Friend WithEvents textBoxBinaryDefault As TextBox
|
|
|
|
|
|
Friend WithEvents buttonFileDefault As Button
|
|
|
|
|
|
Friend WithEvents buttonPortScan01 As Button
|
|
|
|
|
|
Friend WithEvents groupBoxProcess02 As GroupBox
|
|
|
|
|
|
Friend WithEvents buttonPortScan02 As Button
|
|
|
|
|
|
Friend WithEvents buttonFile02 As Button
|
|
|
|
|
|
Friend WithEvents comboBoxPort02 As ComboBox
|
|
|
|
|
|
Friend WithEvents Label29 As Label
|
|
|
|
|
|
Friend WithEvents textBoxCmdWindow02 As TextBox
|
|
|
|
|
|
Friend WithEvents Label31 As Label
|
|
|
|
|
|
Friend WithEvents textBoxBinary02 As TextBox
|
|
|
|
|
|
Friend WithEvents buttonDownload02 As Button
|
|
|
|
|
|
Friend WithEvents groupBoxProcess03 As GroupBox
|
|
|
|
|
|
Friend WithEvents buttonPortScan03 As Button
|
|
|
|
|
|
Friend WithEvents buttonFile03 As Button
|
|
|
|
|
|
Friend WithEvents comboBoxPort03 As ComboBox
|
|
|
|
|
|
Friend WithEvents Label3 As Label
|
|
|
|
|
|
Friend WithEvents textBoxCmdWindow03 As TextBox
|
|
|
|
|
|
Friend WithEvents Label10 As Label
|
|
|
|
|
|
Friend WithEvents textBoxBinary03 As TextBox
|
|
|
|
|
|
Friend WithEvents buttonDownload03 As Button
|
|
|
|
|
|
Friend WithEvents groupBoxProcess04 As GroupBox
|
|
|
|
|
|
Friend WithEvents buttonPortScan04 As Button
|
|
|
|
|
|
Friend WithEvents buttonFile04 As Button
|
|
|
|
|
|
Friend WithEvents comboBoxPort04 As ComboBox
|
|
|
|
|
|
Friend WithEvents Label11 As Label
|
|
|
|
|
|
Friend WithEvents textBoxCmdWindow04 As TextBox
|
|
|
|
|
|
Friend WithEvents Label13 As Label
|
|
|
|
|
|
Friend WithEvents textBoxBinary04 As TextBox
|
|
|
|
|
|
Friend WithEvents buttonDownload04 As Button
|
|
|
|
|
|
Friend WithEvents groupBoxProcess05 As GroupBox
|
|
|
|
|
|
Friend WithEvents buttonPortScan05 As Button
|
|
|
|
|
|
Friend WithEvents buttonFile05 As Button
|
|
|
|
|
|
Friend WithEvents comboBoxPort05 As ComboBox
|
|
|
|
|
|
Friend WithEvents Label8 As Label
|
|
|
|
|
|
Friend WithEvents textBoxCmdWindow05 As TextBox
|
|
|
|
|
|
Friend WithEvents Label15 As Label
|
|
|
|
|
|
Friend WithEvents textBoxBinary05 As TextBox
|
|
|
|
|
|
Friend WithEvents buttonDownload05 As Button
|
|
|
|
|
|
Friend WithEvents groupBoxProcess06 As GroupBox
|
|
|
|
|
|
Friend WithEvents buttonPortScan06 As Button
|
|
|
|
|
|
Friend WithEvents buttonFile06 As Button
|
|
|
|
|
|
Friend WithEvents comboBoxPort06 As ComboBox
|
|
|
|
|
|
Friend WithEvents Label4 As Label
|
|
|
|
|
|
Friend WithEvents textBoxCmdWindow06 As TextBox
|
|
|
|
|
|
Friend WithEvents Label6 As Label
|
|
|
|
|
|
Friend WithEvents textBoxBinary06 As TextBox
|
|
|
|
|
|
Friend WithEvents buttonDownload06 As Button
|
|
|
|
|
|
Friend WithEvents groupBoxProcess07 As GroupBox
|
|
|
|
|
|
Friend WithEvents buttonPortScan07 As Button
|
|
|
|
|
|
Friend WithEvents buttonFile07 As Button
|
|
|
|
|
|
Friend WithEvents comboBoxPort07 As ComboBox
|
|
|
|
|
|
Friend WithEvents Label16 As Label
|
|
|
|
|
|
Friend WithEvents textBoxCmdWindow07 As TextBox
|
|
|
|
|
|
Friend WithEvents Label18 As Label
|
|
|
|
|
|
Friend WithEvents textBoxBinary07 As TextBox
|
|
|
|
|
|
Friend WithEvents buttonDownload07 As Button
|
|
|
|
|
|
Friend WithEvents groupBoxProcess08 As GroupBox
|
|
|
|
|
|
Friend WithEvents buttonPortScan08 As Button
|
|
|
|
|
|
Friend WithEvents buttonFile08 As Button
|
|
|
|
|
|
Friend WithEvents comboBoxPort08 As ComboBox
|
|
|
|
|
|
Friend WithEvents Label19 As Label
|
|
|
|
|
|
Friend WithEvents textBoxCmdWindow08 As TextBox
|
|
|
|
|
|
Friend WithEvents Label21 As Label
|
|
|
|
|
|
Friend WithEvents textBoxBinary08 As TextBox
|
|
|
|
|
|
Friend WithEvents buttonDownload08 As Button
|
|
|
|
|
|
Friend WithEvents groupBoxProcess09 As GroupBox
|
|
|
|
|
|
Friend WithEvents buttonPortScan09 As Button
|
|
|
|
|
|
Friend WithEvents buttonFile09 As Button
|
|
|
|
|
|
Friend WithEvents comboBoxPort09 As ComboBox
|
|
|
|
|
|
Friend WithEvents Label22 As Label
|
|
|
|
|
|
Friend WithEvents textBoxCmdWindow09 As TextBox
|
|
|
|
|
|
Friend WithEvents Label24 As Label
|
|
|
|
|
|
Friend WithEvents textBoxBinary09 As TextBox
|
|
|
|
|
|
Friend WithEvents buttonDownload09 As Button
|
|
|
|
|
|
Friend WithEvents groupBoxProcess10 As GroupBox
|
|
|
|
|
|
Friend WithEvents buttonPortScan10 As Button
|
|
|
|
|
|
Friend WithEvents buttonFile10 As Button
|
|
|
|
|
|
Friend WithEvents comboBoxPort10 As ComboBox
|
|
|
|
|
|
Friend WithEvents Label25 As Label
|
|
|
|
|
|
Friend WithEvents textBoxCmdWindow10 As TextBox
|
|
|
|
|
|
Friend WithEvents Label27 As Label
|
|
|
|
|
|
Friend WithEvents textBoxBinary10 As TextBox
|
|
|
|
|
|
Friend WithEvents buttonDownload10 As Button
|
|
|
|
|
|
Friend WithEvents buttonClean As Button
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Friend WithEvents buttonDownloader As Button
|
|
|
|
|
|
Friend WithEvents Label32 As Label
|
2025-12-19 11:29:31 +09:00
|
|
|
|
Friend WithEvents textBoxDownloader As TextBox
|
2025-12-18 15:45:25 +09:00
|
|
|
|
Friend WithEvents textBoxInfo01 As TextBox
|
|
|
|
|
|
Friend WithEvents textBoxInfo02 As TextBox
|
|
|
|
|
|
Friend WithEvents textBoxInfo03 As TextBox
|
|
|
|
|
|
Friend WithEvents textBoxInfo04 As TextBox
|
|
|
|
|
|
Friend WithEvents textBoxInfo05 As TextBox
|
|
|
|
|
|
Friend WithEvents textBoxInfo06 As TextBox
|
|
|
|
|
|
Friend WithEvents textBoxInfo07 As TextBox
|
|
|
|
|
|
Friend WithEvents textBoxInfo08 As TextBox
|
|
|
|
|
|
Friend WithEvents textBoxInfo09 As TextBox
|
|
|
|
|
|
Friend WithEvents textBoxInfo10 As TextBox
|
2025-12-17 15:34:38 +09:00
|
|
|
|
End Class
|