📄 frmmain.designer.cs
字号:
namespace OpenBoxUpdater
{
partial class frmMain
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
#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.components = new System.ComponentModel.Container();
this.mainMenu = new System.Windows.Forms.MenuStrip();
this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
this.mnuOpen = new System.Windows.Forms.ToolStripMenuItem();
this.mnuSeparator0 = new System.Windows.Forms.ToolStripSeparator();
this.mnuClose = new System.Windows.Forms.ToolStripMenuItem();
this.mnuSerialPort = new System.Windows.Forms.ToolStripMenuItem();
this.mnuComPorts = new System.Windows.Forms.ToolStripMenuItem();
this.mnuCom1 = new System.Windows.Forms.ToolStripMenuItem();
this.mnuCom2 = new System.Windows.Forms.ToolStripMenuItem();
this.mnuSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.mnuSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.mnuBaudRate = new System.Windows.Forms.ToolStripMenuItem();
this.mnu115200 = new System.Windows.Forms.ToolStripMenuItem();
this.mnu128000 = new System.Windows.Forms.ToolStripMenuItem();
this.mnu019200 = new System.Windows.Forms.ToolStripMenuItem();
this.mnu009600 = new System.Windows.Forms.ToolStripMenuItem();
this.mnuFirmwares = new System.Windows.Forms.ToolStripMenuItem();
this.mnuWebSiteUrlLabel = new System.Windows.Forms.ToolStripMenuItem();
this.mnuUrl = new System.Windows.Forms.ToolStripTextBox();
this.mnuCheckFirmware = new System.Windows.Forms.ToolStripMenuItem();
this.mnuSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.mnuLoginLabel = new System.Windows.Forms.ToolStripMenuItem();
this.mnuLogin = new System.Windows.Forms.ToolStripTextBox();
this.mnuPassword = new System.Windows.Forms.ToolStripTextBox();
this.mnuSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.mnuProxyLabel = new System.Windows.Forms.ToolStripMenuItem();
this.mnuProxyUrl = new System.Windows.Forms.ToolStripTextBox();
this.mnuSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
this.mnuAbout = new System.Windows.Forms.ToolStripMenuItem();
this.statusMain = new System.Windows.Forms.StatusStrip();
this.stripDownload = new System.Windows.Forms.ToolStripStatusLabel();
this.stripLblProgress = new System.Windows.Forms.ToolStripStatusLabel();
this.progressStrip = new System.Windows.Forms.ToolStripProgressBar();
this.stripBtnUpdate = new System.Windows.Forms.ToolStripStatusLabel();
this.stripBtnCancel = new System.Windows.Forms.ToolStripStatusLabel();
this.serialCOM = new System.IO.Ports.SerialPort( this.components );
this.threadUpdate = new System.ComponentModel.BackgroundWorker();
this.lblFile = new System.Windows.Forms.Label();
this.txtFilePath = new System.Windows.Forms.TextBox();
this.btnSearch = new System.Windows.Forms.Button();
this.lstLogViewer = new System.Windows.Forms.ListBox();
this.popupLog = new System.Windows.Forms.ContextMenuStrip( this.components );
this.mnuCopy = new System.Windows.Forms.ToolStripMenuItem();
this.mnuCopyAll = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.mnuResetLog = new System.Windows.Forms.ToolStripMenuItem();
this.lblLog = new System.Windows.Forms.Label();
this.openFileDlg = new System.Windows.Forms.OpenFileDialog();
this.grpComPort = new System.Windows.Forms.GroupBox();
this.flowPortSettings = new System.Windows.Forms.FlowLayoutPanel();
this.lblComPort = new System.Windows.Forms.Label();
this.txtComPort = new System.Windows.Forms.TextBox();
this.lblBaudRate = new System.Windows.Forms.Label();
this.txtBaudeRate = new System.Windows.Forms.TextBox();
this.lblDatabit = new System.Windows.Forms.Label();
this.txtDatabit = new System.Windows.Forms.TextBox();
this.lblParity = new System.Windows.Forms.Label();
this.txtParity = new System.Windows.Forms.TextBox();
this.lblStopBit = new System.Windows.Forms.Label();
this.txtStopBit = new System.Windows.Forms.TextBox();
this.lblFlowControl = new System.Windows.Forms.Label();
this.txtFlowControl = new System.Windows.Forms.TextBox();
this.lblCounter = new System.Windows.Forms.Label();
this.chkAutoScroll = new System.Windows.Forms.CheckBox();
this.timerWait = new System.Windows.Forms.Timer( this.components );
this.mnuFoundFirmwares = new System.Windows.Forms.ToolStripMenuItem();
this.mainMenu.SuspendLayout();
this.statusMain.SuspendLayout();
this.popupLog.SuspendLayout();
this.grpComPort.SuspendLayout();
this.flowPortSettings.SuspendLayout();
this.SuspendLayout();
//
// mainMenu
//
this.mainMenu.Items.AddRange( new System.Windows.Forms.ToolStripItem[] {
this.mnuFile,
this.mnuSerialPort,
this.mnuFirmwares,
this.mnuHelp} );
this.mainMenu.Location = new System.Drawing.Point( 0, 0 );
this.mainMenu.Name = "mainMenu";
this.mainMenu.Size = new System.Drawing.Size( 422, 24 );
this.mainMenu.TabIndex = 0;
this.mainMenu.Text = "menuStrip1";
//
// mnuFile
//
this.mnuFile.DropDownItems.AddRange( new System.Windows.Forms.ToolStripItem[] {
this.mnuOpen,
this.mnuSeparator0,
this.mnuClose} );
this.mnuFile.Name = "mnuFile";
this.mnuFile.Size = new System.Drawing.Size( 35, 20 );
this.mnuFile.Text = "&File";
//
// mnuOpen
//
this.mnuOpen.Name = "mnuOpen";
this.mnuOpen.ShortcutKeys = ( ( System.Windows.Forms.Keys )( ( System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O ) ) );
this.mnuOpen.Size = new System.Drawing.Size( 163, 22 );
this.mnuOpen.Text = "&Open...";
this.mnuOpen.Click += new System.EventHandler( this.mnuOpen_Click );
//
// mnuSeparator0
//
this.mnuSeparator0.Name = "mnuSeparator0";
this.mnuSeparator0.Size = new System.Drawing.Size( 160, 6 );
//
// mnuClose
//
this.mnuClose.Name = "mnuClose";
this.mnuClose.Size = new System.Drawing.Size( 163, 22 );
this.mnuClose.Text = "&Close";
this.mnuClose.Click += new System.EventHandler( this.mnuClose_Click );
//
// mnuSerialPort
//
this.mnuSerialPort.DropDownItems.AddRange( new System.Windows.Forms.ToolStripItem[] {
this.mnuComPorts,
this.mnuSeparator1,
this.mnuBaudRate} );
this.mnuSerialPort.Name = "mnuSerialPort";
this.mnuSerialPort.Size = new System.Drawing.Size( 68, 20 );
this.mnuSerialPort.Text = "&Serial Port";
//
// mnuComPorts
//
this.mnuComPorts.DropDownItems.AddRange( new System.Windows.Forms.ToolStripItem[] {
this.mnuCom1,
this.mnuCom2,
this.mnuSeparator2} );
this.mnuComPorts.Name = "mnuComPorts";
this.mnuComPorts.Size = new System.Drawing.Size( 136, 22 );
this.mnuComPorts.Text = "COM &Ports";
//
// mnuCom1
//
this.mnuCom1.Checked = true;
this.mnuCom1.CheckState = System.Windows.Forms.CheckState.Checked;
this.mnuCom1.Name = "mnuCom1";
this.mnuCom1.Size = new System.Drawing.Size( 117, 22 );
this.mnuCom1.Tag = "COM1";
this.mnuCom1.Text = "COM &1";
this.mnuCom1.Click += new System.EventHandler( this.mnuComs_Click );
//
// mnuCom2
//
this.mnuCom2.Name = "mnuCom2";
this.mnuCom2.Size = new System.Drawing.Size( 117, 22 );
this.mnuCom2.Tag = "COM2";
this.mnuCom2.Text = "COM &2";
this.mnuCom2.Click += new System.EventHandler( this.mnuComs_Click );
//
// mnuSeparator2
//
this.mnuSeparator2.Name = "mnuSeparator2";
this.mnuSeparator2.Size = new System.Drawing.Size( 114, 6 );
//
// mnuSeparator1
//
this.mnuSeparator1.Name = "mnuSeparator1";
this.mnuSeparator1.Size = new System.Drawing.Size( 133, 6 );
//
// mnuBaudRate
//
this.mnuBaudRate.DropDownItems.AddRange( new System.Windows.Forms.ToolStripItem[] {
this.mnu115200,
this.mnu128000,
this.mnu019200,
this.mnu009600} );
this.mnuBaudRate.Name = "mnuBaudRate";
this.mnuBaudRate.Size = new System.Drawing.Size( 136, 22 );
this.mnuBaudRate.Text = "Baud &Rate";
//
// mnu115200
//
this.mnu115200.Checked = true;
this.mnu115200.CheckState = System.Windows.Forms.CheckState.Checked;
this.mnu115200.Name = "mnu115200";
this.mnu115200.Size = new System.Drawing.Size( 137, 22 );
this.mnu115200.Tag = "115200";
this.mnu115200.Text = "&1. 115 200";
this.mnu115200.Click += new System.EventHandler( this.mnuBaudRate_Click );
//
// mnu128000
//
this.mnu128000.Name = "mnu128000";
this.mnu128000.Size = new System.Drawing.Size( 137, 22 );
this.mnu128000.Tag = "128000";
this.mnu128000.Text = "&2. 128 000";
this.mnu128000.Click += new System.EventHandler( this.mnuBaudRate_Click );
//
// mnu019200
//
this.mnu019200.Name = "mnu019200";
this.mnu019200.Size = new System.Drawing.Size( 137, 22 );
this.mnu019200.Tag = "19200";
this.mnu019200.Text = "&3. 19 200";
this.mnu019200.Click += new System.EventHandler( this.mnuBaudRate_Click );
//
// mnu009600
//
this.mnu009600.Name = "mnu009600";
this.mnu009600.Size = new System.Drawing.Size( 137, 22 );
this.mnu009600.Tag = "9600";
this.mnu009600.Text = "&4. 9 600";
this.mnu009600.Click += new System.EventHandler( this.mnuBaudRate_Click );
//
// mnuFirmwares
//
this.mnuFirmwares.DropDownItems.AddRange( new System.Windows.Forms.ToolStripItem[] {
this.mnuFoundFirmwares,
this.mnuCheckFirmware,
this.mnuSeparator3,
this.mnuWebSiteUrlLabel,
this.mnuUrl,
this.mnuSeparator4,
this.mnuLoginLabel,
this.mnuLogin,
this.mnuPassword,
this.mnuSeparator5,
this.mnuProxyLabel,
this.mnuProxyUrl} );
this.mnuFirmwares.Name = "mnuFirmwares";
this.mnuFirmwares.Size = new System.Drawing.Size( 68, 20 );
this.mnuFirmwares.Text = "&Firmwares";
//
// mnuWebSiteUrlLabel
//
this.mnuWebSiteUrlLabel.Enabled = false;
this.mnuWebSiteUrlLabel.Font = new System.Drawing.Font( "Tahoma", 8.25F, System.Drawing.FontStyle.Bold );
this.mnuWebSiteUrlLabel.Name = "mnuWebSiteUrlLabel";
this.mnuWebSiteUrlLabel.Size = new System.Drawing.Size( 380, 22 );
this.mnuWebSiteUrlLabel.Text = "Web site URL:";
//
// mnuUrl
//
this.mnuUrl.Name = "mnuUrl";
this.mnuUrl.Size = new System.Drawing.Size( 320, 21 );
this.mnuUrl.Text = "http://openbox.ua/download.php?&get=OPENBOX-X820/";
//
// mnuCheckFirmware
//
this.mnuCheckFirmware.Name = "mnuCheckFirmware";
this.mnuCheckFirmware.ShortcutKeys = System.Windows.Forms.Keys.F5;
this.mnuCheckFirmware.Size = new System.Drawing.Size( 380, 22 );
this.mnuCheckFirmware.Text = "&Check Firmwares URL";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -