⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmmain.designer.cs

📁 Advanced firmware uploader s main body source code. For sti5518
💻 CS
📖 第 1 页 / 共 3 页
字号:
      this.mnuCheckFirmware.Click += new System.EventHandler( this.mnuCheckFirmware_Click );
      // 
      // mnuSeparator3
      // 
      this.mnuSeparator3.Name = "mnuSeparator3";
      this.mnuSeparator3.Size = new System.Drawing.Size( 377, 6 );
      // 
      // mnuLoginLabel
      // 
      this.mnuLoginLabel.Enabled = false;
      this.mnuLoginLabel.Font = new System.Drawing.Font( "Tahoma", 8.25F, System.Drawing.FontStyle.Bold );
      this.mnuLoginLabel.Name = "mnuLoginLabel";
      this.mnuLoginLabel.Size = new System.Drawing.Size( 380, 22 );
      this.mnuLoginLabel.Text = "Login/Password:";
      // 
      // mnuLogin
      // 
      this.mnuLogin.Name = "mnuLogin";
      this.mnuLogin.Size = new System.Drawing.Size( 320, 21 );
      this.mnuLogin.Text = "sat";
      this.mnuLogin.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
      // 
      // mnuPassword
      // 
      this.mnuPassword.Name = "mnuPassword";
      this.mnuPassword.Size = new System.Drawing.Size( 320, 21 );
      this.mnuPassword.Text = "files";
      this.mnuPassword.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
      // 
      // mnuSeparator4
      // 
      this.mnuSeparator4.Name = "mnuSeparator4";
      this.mnuSeparator4.Size = new System.Drawing.Size( 377, 6 );
      // 
      // mnuProxyLabel
      // 
      this.mnuProxyLabel.Enabled = false;
      this.mnuProxyLabel.Font = new System.Drawing.Font( "Tahoma", 8.25F, System.Drawing.FontStyle.Bold );
      this.mnuProxyLabel.Name = "mnuProxyLabel";
      this.mnuProxyLabel.Size = new System.Drawing.Size( 380, 22 );
      this.mnuProxyLabel.Text = "Proxy URL:";
      // 
      // mnuProxyUrl
      // 
      this.mnuProxyUrl.Font = new System.Drawing.Font( "Tahoma", 8.25F, System.Drawing.FontStyle.Italic );
      this.mnuProxyUrl.Name = "mnuProxyUrl";
      this.mnuProxyUrl.Size = new System.Drawing.Size( 320, 21 );
      this.mnuProxyUrl.Text = "Example:    proxy:80";
      this.mnuProxyUrl.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
      // 
      // mnuSeparator5
      // 
      this.mnuSeparator5.Name = "mnuSeparator5";
      this.mnuSeparator5.Size = new System.Drawing.Size( 377, 6 );
      // 
      // mnuHelp
      // 
      this.mnuHelp.DropDownItems.AddRange( new System.Windows.Forms.ToolStripItem[] {
            this.mnuAbout} );
      this.mnuHelp.Name = "mnuHelp";
      this.mnuHelp.Size = new System.Drawing.Size( 40, 20 );
      this.mnuHelp.Text = "&Help";
      // 
      // mnuAbout
      // 
      this.mnuAbout.Name = "mnuAbout";
      this.mnuAbout.ShortcutKeys = System.Windows.Forms.Keys.F1;
      this.mnuAbout.Size = new System.Drawing.Size( 133, 22 );
      this.mnuAbout.Text = "&About";
      this.mnuAbout.Click += new System.EventHandler( this.mnuAbout_Click );
      // 
      // statusMain
      // 
      this.statusMain.Items.AddRange( new System.Windows.Forms.ToolStripItem[] {
            this.stripDownload,
            this.stripLblProgress,
            this.progressStrip,
            this.stripBtnUpdate,
            this.stripBtnCancel} );
      this.statusMain.Location = new System.Drawing.Point( 0, 269 );
      this.statusMain.Name = "statusMain";
      this.statusMain.Size = new System.Drawing.Size( 422, 25 );
      this.statusMain.TabIndex = 9;
      this.statusMain.Text = "Status strip";
      // 
      // stripDownload
      // 
      this.stripDownload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.stripDownload.Enabled = false;
      this.stripDownload.Image = global::OpenBoxUpdater.Properties.Resources.downloads;
      this.stripDownload.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
      this.stripDownload.Name = "stripDownload";
      this.stripDownload.Size = new System.Drawing.Size( 33, 20 );
      this.stripDownload.Text = "Downloads...";
      // 
      // stripLblProgress
      // 
      this.stripLblProgress.Name = "stripLblProgress";
      this.stripLblProgress.Size = new System.Drawing.Size( 53, 20 );
      this.stripLblProgress.Text = "Progress:";
      // 
      // progressStrip
      // 
      this.progressStrip.AutoToolTip = true;
      this.progressStrip.Name = "progressStrip";
      this.progressStrip.Size = new System.Drawing.Size( 200, 19 );
      // 
      // stripBtnUpdate
      // 
      this.stripBtnUpdate.BorderSides = ( ( System.Windows.Forms.ToolStripStatusLabelBorderSides )( ( ( ( System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top )
                  | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right )
                  | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom ) ) );
      this.stripBtnUpdate.BorderStyle = System.Windows.Forms.Border3DStyle.RaisedOuter;
      this.stripBtnUpdate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
      this.stripBtnUpdate.Enabled = false;
      this.stripBtnUpdate.Font = new System.Drawing.Font( "Tahoma", 8.25F, System.Drawing.FontStyle.Bold );
      this.stripBtnUpdate.Margin = new System.Windows.Forms.Padding( 2 );
      this.stripBtnUpdate.Name = "stripBtnUpdate";
      this.stripBtnUpdate.Padding = new System.Windows.Forms.Padding( 2 );
      this.stripBtnUpdate.Size = new System.Drawing.Size( 56, 21 );
      this.stripBtnUpdate.Text = "&Update";
      this.stripBtnUpdate.Click += new System.EventHandler( this.stripBtnUpdate_Click );
      // 
      // stripBtnCancel
      // 
      this.stripBtnCancel.BorderSides = ( ( System.Windows.Forms.ToolStripStatusLabelBorderSides )( ( ( ( System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top )
                  | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right )
                  | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom ) ) );
      this.stripBtnCancel.BorderStyle = System.Windows.Forms.Border3DStyle.RaisedOuter;
      this.stripBtnCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
      this.stripBtnCancel.Enabled = false;
      this.stripBtnCancel.Font = new System.Drawing.Font( "Tahoma", 8.25F, System.Drawing.FontStyle.Bold );
      this.stripBtnCancel.Margin = new System.Windows.Forms.Padding( 2 );
      this.stripBtnCancel.Name = "stripBtnCancel";
      this.stripBtnCancel.Padding = new System.Windows.Forms.Padding( 2 );
      this.stripBtnCancel.Size = new System.Drawing.Size( 52, 21 );
      this.stripBtnCancel.Text = "&Cancel";
      this.stripBtnCancel.Click += new System.EventHandler( this.stripBtnCancel_Click );
      // 
      // threadUpdate
      // 
      this.threadUpdate.WorkerReportsProgress = true;
      this.threadUpdate.WorkerSupportsCancellation = true;
      this.threadUpdate.DoWork += new System.ComponentModel.DoWorkEventHandler( this.threadUpdate_DoWork );
      this.threadUpdate.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler( this.threadUpdate_RunWorkerCompleted );
      this.threadUpdate.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler( this.threadUpdate_ProgressChanged );
      // 
      // lblFile
      // 
      this.lblFile.Location = new System.Drawing.Point( 13, 28 );
      this.lblFile.Name = "lblFile";
      this.lblFile.Size = new System.Drawing.Size( 82, 20 );
      this.lblFile.TabIndex = 1;
      this.lblFile.Text = "&File name:";
      this.lblFile.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
      // 
      // txtFilePath
      // 
      this.txtFilePath.Anchor = ( ( System.Windows.Forms.AnchorStyles )( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left )
                  | System.Windows.Forms.AnchorStyles.Right ) ) );
      this.txtFilePath.Location = new System.Drawing.Point( 101, 28 );
      this.txtFilePath.Name = "txtFilePath";
      this.txtFilePath.ReadOnly = true;
      this.txtFilePath.Size = new System.Drawing.Size( 279, 20 );
      this.txtFilePath.TabIndex = 2;
      // 
      // btnSearch
      // 
      this.btnSearch.Anchor = ( ( System.Windows.Forms.AnchorStyles )( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right ) ) );
      this.btnSearch.Location = new System.Drawing.Point( 386, 28 );
      this.btnSearch.Name = "btnSearch";
      this.btnSearch.Size = new System.Drawing.Size( 24, 20 );
      this.btnSearch.TabIndex = 3;
      this.btnSearch.Text = "...";
      this.btnSearch.UseVisualStyleBackColor = true;
      this.btnSearch.Click += new System.EventHandler( this.btnSearch_Click );
      // 
      // lstLogViewer
      // 
      this.lstLogViewer.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.lstLogViewer.ContextMenuStrip = this.popupLog;
      this.lstLogViewer.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
      this.lstLogViewer.FormattingEnabled = true;
      this.lstLogViewer.Location = new System.Drawing.Point( 12, 155 );
      this.lstLogViewer.Name = "lstLogViewer";
      this.lstLogViewer.Size = new System.Drawing.Size( 398, 110 );
      this.lstLogViewer.TabIndex = 8;
      this.lstLogViewer.DrawItem += new System.Windows.Forms.DrawItemEventHandler( this.lstLogViewer_DrawItem );
      this.lstLogViewer.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler( this.lstLogViewer_MeasureItem );
      // 
      // popupLog
      // 
      this.popupLog.Items.AddRange( new System.Windows.Forms.ToolStripItem[] {
            this.mnuCopy,
            this.mnuCopyAll,
            this.toolStripMenuItem1,
            this.mnuResetLog} );
      this.popupLog.Name = "popupLog";
      this.popupLog.Size = new System.Drawing.Size( 150, 76 );
      // 
      // mnuCopy
      // 
      this.mnuCopy.Name = "mnuCopy";
      this.mnuCopy.ShortcutKeys = ( ( System.Windows.Forms.Keys )( ( System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C ) ) );
      this.mnuCopy.Size = new System.Drawing.Size( 149, 22 );
      this.mnuCopy.Text = "&Copy";
      this.mnuCopy.Click += new System.EventHandler( this.mnuCopy_Click );
      // 
      // mnuCopyAll
      // 
      this.mnuCopyAll.Name = "mnuCopyAll";
      this.mnuCopyAll.Size = new System.Drawing.Size( 149, 22 );
      this.mnuCopyAll.Text = "Copy &All";
      this.mnuCopyAll.Click += new System.EventHandler( this.mnuCopyAll_Click );
      // 
      // toolStripMenuItem1
      // 
      this.toolStripMenuItem1.Name = "toolStripMenuItem1";
      this.toolStripMenuItem1.Size = new System.Drawing.Size( 146, 6 );
      // 
      // mnuResetLog
      // 
      this.mnuResetLog.Name = "mnuResetLog";
      this.mnuResetLog.Size = new System.Drawing.Size( 149, 22 );
      this.mnuResetLog.Text = "&Reset";
      this.mnuResetLog.Click += new System.EventHandler( this.mnuResetLog_Click );
      // 
      // lblLog
      // 
      this.lblLog.Location = new System.Drawing.Point( 12, 132 );
      this.lblLog.Name = "lblLog";
      this.lblLog.Size = new System.Drawing.Size( 53, 20 );
      this.lblLog.TabIndex = 5;
      this.lblLog.Text = "&Log:";
      this.lblLog.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
      // 
      // openFileDlg
      // 
      this.openFileDlg.Filter = "Firmware (*.wsw)|*.wsw|All Files|*.*";
      // 
      // grpComPort
      // 
      this.grpComPort.Anchor = ( ( System.Windows.Forms.AnchorStyles )( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left )
                  | System.Windows.Forms.AnchorStyles.Right ) ) );
      this.grpComPort.Controls.Add( this.flowPortSettings );
      this.grpComPort.Location = new System.Drawing.Point( 12, 52 );
      this.grpComPort.Name = "grpComPort";
      this.grpComPort.Size = new System.Drawing.Size( 398, 73 );
      this.grpComPort.TabIndex = 4;
      this.grpComPort.TabStop = false;
      this.grpComPort.Text = "COM Port";
      // 
      // flowPortSettings
      // 
      this.flowPortSettings.AutoSize = true;
      this.flowPortSettings.Controls.Add( this.lblComPort );
      this.flowPortSettings.Controls.Add( this.txtComPort );
      this.flowPortSettings.Controls.Add( this.lblBaudRate );
      this.flowPortSettings.Controls.Add( this.txtBaudeRate );
      this.flowPortSettings.Controls.Add( this.lblDatabit );
      this.flowPortSettings.Controls.Add( this.txtDatabit );
      this.flowPortSettings.Controls.Add( this.lblParity );
      this.flowPortSettings.Controls.Add( this.txtParity );
      this.flowPortSettings.Controls.Add( this.lblStopBit );
      this.flowPortSettings.Controls.Add( this.txtStopBit );
      this.flowPortSettings.Controls.Add( this.lblFlowControl );

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -