/
AwsomeMeNGL
/
SerialMonitor_582-1_Practicing
Обзор
Документация
Войти
/
AwsomeMeNGL
/
SerialMonitor_582-1_Practicing
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
SerialMonitor2/Form_Main.Designer.cs
532 строки
32 KB
MrDeef
Merge branch 'main' into MrDeef
03 мар 2025, 17:51
Не верифицирован
03 мар 2025, 17:51
6d34659
Код
Авторство
О чём код?
namespace SerialMonitor2 { partial class Form_Main { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.statusStrip_Main = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel_PortStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel_1 = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel_TXD = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel_RXD = new System.Windows.Forms.ToolStripStatusLabel(); this.groupBox_SettingsCommon = new System.Windows.Forms.GroupBox(); this.checkBox_Settings_LogSave = new System.Windows.Forms.CheckBox(); this.textBox_Settings_LogFileName = new System.Windows.Forms.TextBox(); this.button_Settings_LogSaveAs = new System.Windows.Forms.Button(); this.button_Settings_Statistics = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label(); this.groupBox_Main = new System.Windows.Forms.GroupBox(); this.splitContainer_Main = new System.Windows.Forms.SplitContainer(); this.groupBox_TXD = new System.Windows.Forms.GroupBox(); this.checkBox_StreamSwitch = new System.Windows.Forms.CheckBox(); this.button_TXD_richTextBox_Clear = new System.Windows.Forms.Button(); this.button_TXD_SendPacket = new System.Windows.Forms.Button(); this.numericUpDown_TXD_Repeat = new System.Windows.Forms.NumericUpDown(); this.label4 = new System.Windows.Forms.Label(); this.numericUpDown_TXD_Delay = new System.Windows.Forms.NumericUpDown(); this.label3 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.comboBox_TXD_DataType = new System.Windows.Forms.ComboBox(); this.comboBox_TXD_PacketType = new System.Windows.Forms.ComboBox(); this.comboBox_TXD_Packet = new System.Windows.Forms.ComboBox(); this.richTextBox_TXD = new System.Windows.Forms.RichTextBox(); this.groupBox_RXD = new System.Windows.Forms.GroupBox(); this.button1 = new System.Windows.Forms.Button(); this.richTextBox_RXD = new System.Windows.Forms.RichTextBox(); this.comboBox_RXD_DataType = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.groupBox_MainSerialPort_Dongle = new System.Windows.Forms.GroupBox(); this.statusStrip_Main.SuspendLayout(); this.groupBox_SettingsCommon.SuspendLayout(); this.groupBox_Main.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer_Main)).BeginInit(); this.splitContainer_Main.Panel1.SuspendLayout(); this.splitContainer_Main.Panel2.SuspendLayout(); this.splitContainer_Main.SuspendLayout(); this.groupBox_TXD.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_TXD_Repeat)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_TXD_Delay)).BeginInit(); this.groupBox_RXD.SuspendLayout(); this.SuspendLayout(); // // statusStrip_Main // this.statusStrip_Main.ImageScalingSize = new System.Drawing.Size(20, 20); this.statusStrip_Main.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel_PortStatus, this.toolStripStatusLabel_1, this.toolStripStatusLabel_TXD, this.toolStripStatusLabel_RXD}); this.statusStrip_Main.Location = new System.Drawing.Point(0, 578); this.statusStrip_Main.Name = "statusStrip_Main"; this.statusStrip_Main.Size = new System.Drawing.Size(634, 22); this.statusStrip_Main.TabIndex = 4; this.statusStrip_Main.Text = "statusStrip1"; // // toolStripStatusLabel_PortStatus // this.toolStripStatusLabel_PortStatus.AutoSize = false; this.toolStripStatusLabel_PortStatus.Name = "toolStripStatusLabel_PortStatus"; this.toolStripStatusLabel_PortStatus.Size = new System.Drawing.Size(200, 17); this.toolStripStatusLabel_PortStatus.Text = "Доступ закрыт"; this.toolStripStatusLabel_PortStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // toolStripStatusLabel_1 // this.toolStripStatusLabel_1.AutoSize = false; this.toolStripStatusLabel_1.Name = "toolStripStatusLabel_1"; this.toolStripStatusLabel_1.Size = new System.Drawing.Size(80, 17); // // toolStripStatusLabel_TXD // this.toolStripStatusLabel_TXD.AutoSize = false; this.toolStripStatusLabel_TXD.Name = "toolStripStatusLabel_TXD"; this.toolStripStatusLabel_TXD.Size = new System.Drawing.Size(155, 17); this.toolStripStatusLabel_TXD.Text = "Отправлено"; this.toolStripStatusLabel_TXD.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // toolStripStatusLabel_RXD // this.toolStripStatusLabel_RXD.AutoSize = false; this.toolStripStatusLabel_RXD.Name = "toolStripStatusLabel_RXD"; this.toolStripStatusLabel_RXD.Size = new System.Drawing.Size(155, 17); this.toolStripStatusLabel_RXD.Text = "Принято"; this.toolStripStatusLabel_RXD.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // groupBox_SettingsCommon // this.groupBox_SettingsCommon.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox_SettingsCommon.Controls.Add(this.checkBox_Settings_LogSave); this.groupBox_SettingsCommon.Controls.Add(this.textBox_Settings_LogFileName); this.groupBox_SettingsCommon.Controls.Add(this.button_Settings_LogSaveAs); this.groupBox_SettingsCommon.Controls.Add(this.button_Settings_Statistics); this.groupBox_SettingsCommon.Controls.Add(this.label7); this.groupBox_SettingsCommon.Location = new System.Drawing.Point(318, 12); this.groupBox_SettingsCommon.Name = "groupBox_SettingsCommon"; this.groupBox_SettingsCommon.Size = new System.Drawing.Size(302, 170); this.groupBox_SettingsCommon.TabIndex = 6; this.groupBox_SettingsCommon.TabStop = false; this.groupBox_SettingsCommon.Text = "Настройки"; // // checkBox_Settings_LogSave // this.checkBox_Settings_LogSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.checkBox_Settings_LogSave.AutoSize = true; this.checkBox_Settings_LogSave.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkBox_Settings_LogSave.Location = new System.Drawing.Point(192, 116); this.checkBox_Settings_LogSave.Name = "checkBox_Settings_LogSave"; this.checkBox_Settings_LogSave.Size = new System.Drawing.Size(99, 17); this.checkBox_Settings_LogSave.TabIndex = 6; this.checkBox_Settings_LogSave.Text = "Сохранять лог"; this.checkBox_Settings_LogSave.UseVisualStyleBackColor = true; // // textBox_Settings_LogFileName // this.textBox_Settings_LogFileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBox_Settings_LogFileName.Location = new System.Drawing.Point(6, 142); this.textBox_Settings_LogFileName.Name = "textBox_Settings_LogFileName"; this.textBox_Settings_LogFileName.ReadOnly = true; this.textBox_Settings_LogFileName.Size = new System.Drawing.Size(162, 20); this.textBox_Settings_LogFileName.TabIndex = 5; // // button_Settings_LogSaveAs // this.button_Settings_LogSaveAs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button_Settings_LogSaveAs.Location = new System.Drawing.Point(175, 139); this.button_Settings_LogSaveAs.Name = "button_Settings_LogSaveAs"; this.button_Settings_LogSaveAs.Size = new System.Drawing.Size(116, 25); this.button_Settings_LogSaveAs.TabIndex = 4; this.button_Settings_LogSaveAs.Text = "Сохранить как..."; this.button_Settings_LogSaveAs.UseVisualStyleBackColor = true; // // button_Settings_Statistics // this.button_Settings_Statistics.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button_Settings_Statistics.Location = new System.Drawing.Point(175, 19); this.button_Settings_Statistics.Name = "button_Settings_Statistics"; this.button_Settings_Statistics.Size = new System.Drawing.Size(116, 37); this.button_Settings_Statistics.TabIndex = 4; this.button_Settings_Statistics.Text = "Статистика"; this.button_Settings_Statistics.UseVisualStyleBackColor = true; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 126); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(84, 13); this.label7.TabIndex = 2; this.label7.Text = "Имя лог-файла"; // // groupBox_Main // this.groupBox_Main.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox_Main.Controls.Add(this.splitContainer_Main); this.groupBox_Main.Location = new System.Drawing.Point(12, 188); this.groupBox_Main.Name = "groupBox_Main"; this.groupBox_Main.Size = new System.Drawing.Size(608, 388); this.groupBox_Main.TabIndex = 6; this.groupBox_Main.TabStop = false; // // splitContainer_Main // this.splitContainer_Main.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer_Main.Location = new System.Drawing.Point(3, 16); this.splitContainer_Main.Name = "splitContainer_Main"; this.splitContainer_Main.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer_Main.Panel1 // this.splitContainer_Main.Panel1.Controls.Add(this.groupBox_TXD); this.splitContainer_Main.Panel1MinSize = 160; // // splitContainer_Main.Panel2 // this.splitContainer_Main.Panel2.Controls.Add(this.groupBox_RXD); this.splitContainer_Main.Panel2MinSize = 100; this.splitContainer_Main.Size = new System.Drawing.Size(602, 369); this.splitContainer_Main.SplitterDistance = 175; this.splitContainer_Main.SplitterWidth = 6; this.splitContainer_Main.TabIndex = 1; // // groupBox_TXD // this.groupBox_TXD.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.groupBox_TXD.Controls.Add(this.checkBox_StreamSwitch); this.groupBox_TXD.Controls.Add(this.button_TXD_richTextBox_Clear); this.groupBox_TXD.Controls.Add(this.button_TXD_SendPacket); this.groupBox_TXD.Controls.Add(this.numericUpDown_TXD_Repeat); this.groupBox_TXD.Controls.Add(this.label4); this.groupBox_TXD.Controls.Add(this.numericUpDown_TXD_Delay); this.groupBox_TXD.Controls.Add(this.label3); this.groupBox_TXD.Controls.Add(this.label5); this.groupBox_TXD.Controls.Add(this.label2); this.groupBox_TXD.Controls.Add(this.label1); this.groupBox_TXD.Controls.Add(this.comboBox_TXD_DataType); this.groupBox_TXD.Controls.Add(this.comboBox_TXD_PacketType); this.groupBox_TXD.Controls.Add(this.comboBox_TXD_Packet); this.groupBox_TXD.Controls.Add(this.richTextBox_TXD); this.groupBox_TXD.Location = new System.Drawing.Point(3, 3); this.groupBox_TXD.Name = "groupBox_TXD"; this.groupBox_TXD.Size = new System.Drawing.Size(591, 170); this.groupBox_TXD.TabIndex = 6; this.groupBox_TXD.TabStop = false; this.groupBox_TXD.Text = "Передача"; // // checkBox_StreamSwitch // this.checkBox_StreamSwitch.AutoSize = true; this.checkBox_StreamSwitch.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkBox_StreamSwitch.Location = new System.Drawing.Point(120, 25); this.checkBox_StreamSwitch.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.checkBox_StreamSwitch.Name = "checkBox_StreamSwitch"; this.checkBox_StreamSwitch.Size = new System.Drawing.Size(93, 17); this.checkBox_StreamSwitch.TabIndex = 7; this.checkBox_StreamSwitch.Text = "Прямой ввод"; this.checkBox_StreamSwitch.UseVisualStyleBackColor = true; this.checkBox_StreamSwitch.CheckedChanged += new System.EventHandler(this.checkBox_StreamSwitch_CheckedChanged); // // button_TXD_richTextBox_Clear // this.button_TXD_richTextBox_Clear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button_TXD_richTextBox_Clear.Location = new System.Drawing.Point(470, 127); this.button_TXD_richTextBox_Clear.Name = "button_TXD_richTextBox_Clear"; this.button_TXD_richTextBox_Clear.Size = new System.Drawing.Size(116, 37); this.button_TXD_richTextBox_Clear.TabIndex = 4; this.button_TXD_richTextBox_Clear.Text = "Очистить окно"; this.button_TXD_richTextBox_Clear.UseVisualStyleBackColor = true; // // button_TXD_SendPacket // this.button_TXD_SendPacket.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.button_TXD_SendPacket.Location = new System.Drawing.Point(470, 26); this.button_TXD_SendPacket.Name = "button_TXD_SendPacket"; this.button_TXD_SendPacket.Size = new System.Drawing.Size(116, 37); this.button_TXD_SendPacket.TabIndex = 4; this.button_TXD_SendPacket.Text = "Отправить пакет"; this.button_TXD_SendPacket.UseVisualStyleBackColor = true; this.button_TXD_SendPacket.Click += new System.EventHandler(this.buttonSendData_Click); // // numericUpDown_TXD_Repeat // this.numericUpDown_TXD_Repeat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.numericUpDown_TXD_Repeat.Location = new System.Drawing.Point(389, 43); this.numericUpDown_TXD_Repeat.Name = "numericUpDown_TXD_Repeat"; this.numericUpDown_TXD_Repeat.Size = new System.Drawing.Size(75, 20); this.numericUpDown_TXD_Repeat.TabIndex = 3; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(386, 26); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(52, 13); this.label4.TabIndex = 2; this.label4.Text = "Повторы"; // // numericUpDown_TXD_Delay // this.numericUpDown_TXD_Delay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.numericUpDown_TXD_Delay.Location = new System.Drawing.Point(308, 43); this.numericUpDown_TXD_Delay.Name = "numericUpDown_TXD_Delay"; this.numericUpDown_TXD_Delay.Size = new System.Drawing.Size(75, 20); this.numericUpDown_TXD_Delay.TabIndex = 3; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(305, 26); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(78, 13); this.label3.TabIndex = 2; this.label3.Text = "Задержка, мс"; // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(470, 69); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(86, 13); this.label5.TabIndex = 2; this.label5.Text = "Представление"; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(227, 26); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(64, 13); this.label2.TabIndex = 2; this.label2.Text = "Тип пакета"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(109, 13); this.label1.TabIndex = 2; this.label1.Text = "Пакет для отправки"; // // comboBox_TXD_DataType // this.comboBox_TXD_DataType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.comboBox_TXD_DataType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox_TXD_DataType.FormattingEnabled = true; this.comboBox_TXD_DataType.Location = new System.Drawing.Point(470, 85); this.comboBox_TXD_DataType.Name = "comboBox_TXD_DataType"; this.comboBox_TXD_DataType.Size = new System.Drawing.Size(116, 21); this.comboBox_TXD_DataType.TabIndex = 1; this.comboBox_TXD_DataType.SelectedIndexChanged += new System.EventHandler(this.comboBox_TXD_DataType_SelectedIndexChanged); this.comboBox_TXD_DataType.SelectionChangeCommitted += new System.EventHandler(this.comboBox_TXD_DataType_SelectionChangeCommitted); // // comboBox_TXD_PacketType // this.comboBox_TXD_PacketType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.comboBox_TXD_PacketType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox_TXD_PacketType.FormattingEnabled = true; this.comboBox_TXD_PacketType.Location = new System.Drawing.Point(227, 42); this.comboBox_TXD_PacketType.Name = "comboBox_TXD_PacketType"; this.comboBox_TXD_PacketType.Size = new System.Drawing.Size(75, 21); this.comboBox_TXD_PacketType.TabIndex = 1; this.comboBox_TXD_PacketType.SelectedIndexChanged += new System.EventHandler(this.comboBox_TXD_PacketType_SelectedIndexChanged); this.comboBox_TXD_PacketType.SelectionChangeCommitted += new System.EventHandler(this.comboBox_TXD_PacketType_SelectionChangeCommitted); // // comboBox_TXD_Packet // this.comboBox_TXD_Packet.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBox_TXD_Packet.FormattingEnabled = true; this.comboBox_TXD_Packet.Location = new System.Drawing.Point(6, 42); this.comboBox_TXD_Packet.Name = "comboBox_TXD_Packet"; this.comboBox_TXD_Packet.Size = new System.Drawing.Size(214, 21); this.comboBox_TXD_Packet.TabIndex = 1; this.comboBox_TXD_Packet.SelectedIndexChanged += new System.EventHandler(this.comboBox_TXD_Packet_SelectedIndexChanged); // // richTextBox_TXD // this.richTextBox_TXD.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.richTextBox_TXD.Location = new System.Drawing.Point(6, 69); this.richTextBox_TXD.Name = "richTextBox_TXD"; this.richTextBox_TXD.Size = new System.Drawing.Size(457, 97); this.richTextBox_TXD.TabIndex = 0; this.richTextBox_TXD.Text = ""; this.richTextBox_TXD.KeyDown += new System.Windows.Forms.KeyEventHandler(this.richTextBox_TXD_KeyDown); // // groupBox_RXD // this.groupBox_RXD.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.groupBox_RXD.Controls.Add(this.button1); this.groupBox_RXD.Controls.Add(this.richTextBox_RXD); this.groupBox_RXD.Controls.Add(this.comboBox_RXD_DataType); this.groupBox_RXD.Controls.Add(this.label6); this.groupBox_RXD.Location = new System.Drawing.Point(3, 3); this.groupBox_RXD.Name = "groupBox_RXD"; this.groupBox_RXD.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox_RXD.Size = new System.Drawing.Size(591, 182); this.groupBox_RXD.TabIndex = 6; this.groupBox_RXD.TabStop = false; this.groupBox_RXD.Text = "Прием"; // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button1.Location = new System.Drawing.Point(468, 140); this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(116, 37); this.button1.TabIndex = 4; this.button1.Text = "Очистить окно"; this.button1.UseVisualStyleBackColor = true; // // richTextBox_RXD // this.richTextBox_RXD.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.richTextBox_RXD.Location = new System.Drawing.Point(6, 19); this.richTextBox_RXD.Name = "richTextBox_RXD"; this.richTextBox_RXD.Size = new System.Drawing.Size(457, 158); this.richTextBox_RXD.TabIndex = 0; this.richTextBox_RXD.Text = ""; // // comboBox_RXD_DataType // this.comboBox_RXD_DataType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.comboBox_RXD_DataType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox_RXD_DataType.FormattingEnabled = true; this.comboBox_RXD_DataType.Location = new System.Drawing.Point(470, 51); this.comboBox_RXD_DataType.Name = "comboBox_RXD_DataType"; this.comboBox_RXD_DataType.Size = new System.Drawing.Size(116, 21); this.comboBox_RXD_DataType.TabIndex = 1; this.comboBox_RXD_DataType.SelectedIndexChanged += new System.EventHandler(this.comboBox_RXD_DataType_SelectedIndexChanged); // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(470, 35); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(86, 13); this.label6.TabIndex = 2; this.label6.Text = "Представление"; // // groupBox_MainSerialPort_Dongle // this.groupBox_MainSerialPort_Dongle.Location = new System.Drawing.Point(12, 12); this.groupBox_MainSerialPort_Dongle.Name = "groupBox_MainSerialPort_Dongle"; this.groupBox_MainSerialPort_Dongle.Size = new System.Drawing.Size(300, 170); this.groupBox_MainSerialPort_Dongle.TabIndex = 7; this.groupBox_MainSerialPort_Dongle.TabStop = false; this.groupBox_MainSerialPort_Dongle.Text = "groupBox1"; this.groupBox_MainSerialPort_Dongle.Visible = false; // // Form_Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(634, 600); this.Controls.Add(this.groupBox_MainSerialPort_Dongle); this.Controls.Add(this.groupBox_Main); this.Controls.Add(this.groupBox_SettingsCommon); this.Controls.Add(this.statusStrip_Main); this.MinimumSize = new System.Drawing.Size(650, 597); this.Name = "Form_Main"; this.Text = "Serial Port Monitor"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_Main_FormClosing); this.Load += new System.EventHandler(this.Form_Main_Load); this.statusStrip_Main.ResumeLayout(false); this.statusStrip_Main.PerformLayout(); this.groupBox_SettingsCommon.ResumeLayout(false); this.groupBox_SettingsCommon.PerformLayout(); this.groupBox_Main.ResumeLayout(false); this.splitContainer_Main.Panel1.ResumeLayout(false); this.splitContainer_Main.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer_Main)).EndInit(); this.splitContainer_Main.ResumeLayout(false); this.groupBox_TXD.ResumeLayout(false); this.groupBox_TXD.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_TXD_Repeat)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_TXD_Delay)).EndInit(); this.groupBox_RXD.ResumeLayout(false); this.groupBox_RXD.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.StatusStrip statusStrip_Main; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel_PortStatus; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel_TXD; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel_RXD; private System.Windows.Forms.GroupBox groupBox_SettingsCommon; private System.Windows.Forms.SplitContainer splitContainer_Main; private System.Windows.Forms.GroupBox groupBox_TXD; private System.Windows.Forms.GroupBox groupBox_RXD; private System.Windows.Forms.NumericUpDown numericUpDown_TXD_Delay; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox comboBox_TXD_PacketType; private System.Windows.Forms.ComboBox comboBox_TXD_Packet; private System.Windows.Forms.RichTextBox richTextBox_TXD; private System.Windows.Forms.NumericUpDown numericUpDown_TXD_Repeat; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button button_TXD_SendPacket; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox comboBox_TXD_DataType; private System.Windows.Forms.Button button_TXD_richTextBox_Clear; private System.Windows.Forms.Button button1; private System.Windows.Forms.RichTextBox richTextBox_RXD; private System.Windows.Forms.ComboBox comboBox_RXD_DataType; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button button_Settings_Statistics; private System.Windows.Forms.CheckBox checkBox_Settings_LogSave; private System.Windows.Forms.TextBox textBox_Settings_LogFileName; private System.Windows.Forms.Button button_Settings_LogSaveAs; private System.Windows.Forms.Label label7; private System.Windows.Forms.GroupBox groupBox_MainSerialPort_Dongle; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel_1; private System.Windows.Forms.GroupBox groupBox_Main; private System.Windows.Forms.CheckBox checkBox_StreamSwitch; } }