BTool.MsgLogForm.InitializeComponent C# (CSharp) Méthode

InitializeComponent() private méthode

private InitializeComponent ( ) : void
Résultat void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.rtbMsgBox = new System.Windows.Forms.RichTextBox();
            this.cmsRtbLog = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.tsmiDisplayRxDumps = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiDisplayTxDumps = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tsmiDisplayRxPackets = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiDisplayTxPackets = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.tsmiSelectAll = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiCopy = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tsmiClearLog = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.tsmiSave = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.tsmiClearTransmitQueue = new System.Windows.Forms.ToolStripMenuItem();
            this.cmsRtbLog.SuspendLayout();
            this.SuspendLayout();
            //
            // rtbMsgBox
            //
            this.rtbMsgBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.rtbMsgBox.ContextMenuStrip = this.cmsRtbLog;
            this.rtbMsgBox.Cursor = System.Windows.Forms.Cursors.SizeNS;
            this.rtbMsgBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rtbMsgBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rtbMsgBox.HideSelection = false;
            this.rtbMsgBox.Location = new System.Drawing.Point(0, 0);
            this.rtbMsgBox.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
            this.rtbMsgBox.Name = "rtbMsgBox";
            this.rtbMsgBox.ReadOnly = true;
            this.rtbMsgBox.Size = new System.Drawing.Size(354, 542);
            this.rtbMsgBox.TabIndex = 1;
            this.rtbMsgBox.Text = "";
            this.rtbMsgBox.WordWrap = false;
            this.rtbMsgBox.HScroll += new System.EventHandler(this.rtbMsgBox_HScroll);
            this.rtbMsgBox.VScroll += new System.EventHandler(this.rtbMsgBox_VScroll);
            //
            // cmsRtbLog
            //
            this.cmsRtbLog.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiDisplayRxDumps,
            this.tsmiDisplayTxDumps,
            this.toolStripSeparator2,
            this.tsmiDisplayRxPackets,
            this.tsmiDisplayTxPackets,
            this.toolStripSeparator4,
            this.tsmiSelectAll,
            this.tsmiCopy,
            this.toolStripSeparator1,
            this.tsmiClearLog,
            this.toolStripSeparator3,
            this.tsmiSave,
            this.toolStripSeparator5,
            this.tsmiClearTransmitQueue});
            this.cmsRtbLog.Name = "contextMenuStrip2";
            this.cmsRtbLog.Size = new System.Drawing.Size(199, 232);
            //
            // tsmiDisplayRxDumps
            //
            this.tsmiDisplayRxDumps.Checked = true;
            this.tsmiDisplayRxDumps.CheckState = System.Windows.Forms.CheckState.Checked;
            this.tsmiDisplayRxDumps.Name = "tsmiDisplayRxDumps";
            this.tsmiDisplayRxDumps.Size = new System.Drawing.Size(198, 22);
            this.tsmiDisplayRxDumps.Text = "&Display Rx Dumps";
            this.tsmiDisplayRxDumps.ToolTipText = "Display Rx Data Dumps";
            this.tsmiDisplayRxDumps.Click += new System.EventHandler(this.tsmiDisplayRxDumps_Click);
            //
            // tsmiDisplayTxDumps
            //
            this.tsmiDisplayTxDumps.Checked = true;
            this.tsmiDisplayTxDumps.CheckState = System.Windows.Forms.CheckState.Checked;
            this.tsmiDisplayTxDumps.Name = "tsmiDisplayTxDumps";
            this.tsmiDisplayTxDumps.Size = new System.Drawing.Size(198, 22);
            this.tsmiDisplayTxDumps.Text = "D&isplay Tx Dumps";
            this.tsmiDisplayTxDumps.ToolTipText = "Display Tx Data Dumps";
            this.tsmiDisplayTxDumps.Click += new System.EventHandler(this.tsmiDisplayTxDumps_Click);
            //
            // toolStripSeparator2
            //
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(195, 6);
            //
            // tsmiDisplayRxPackets
            //
            this.tsmiDisplayRxPackets.Checked = true;
            this.tsmiDisplayRxPackets.CheckState = System.Windows.Forms.CheckState.Checked;
            this.tsmiDisplayRxPackets.Name = "tsmiDisplayRxPackets";
            this.tsmiDisplayRxPackets.Size = new System.Drawing.Size(198, 22);
            this.tsmiDisplayRxPackets.Text = "Display &Rx Packets";
            this.tsmiDisplayRxPackets.ToolTipText = "Display Rx Packet Information";
            this.tsmiDisplayRxPackets.Click += new System.EventHandler(this.tsmiDisplayRxPackets_Click);
            //
            // tsmiDisplayTxPackets
            //
            this.tsmiDisplayTxPackets.Checked = true;
            this.tsmiDisplayTxPackets.CheckState = System.Windows.Forms.CheckState.Checked;
            this.tsmiDisplayTxPackets.Name = "tsmiDisplayTxPackets";
            this.tsmiDisplayTxPackets.Size = new System.Drawing.Size(198, 22);
            this.tsmiDisplayTxPackets.Text = "Display &Tx Packets";
            this.tsmiDisplayTxPackets.ToolTipText = "Display Tx Packet Information";
            this.tsmiDisplayTxPackets.Click += new System.EventHandler(this.tsmiDisplayTxPackets_Click);
            //
            // toolStripSeparator4
            //
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(195, 6);
            //
            // tsmiSelectAll
            //
            this.tsmiSelectAll.Name = "tsmiSelectAll";
            this.tsmiSelectAll.Size = new System.Drawing.Size(198, 22);
            this.tsmiSelectAll.Text = "Select &All";
            this.tsmiSelectAll.ToolTipText = "Select All Text In Log";
            this.tsmiSelectAll.Click += new System.EventHandler(this.tsmiSelectAll_Click);
            //
            // tsmiCopy
            //
            this.tsmiCopy.Name = "tsmiCopy";
            this.tsmiCopy.Size = new System.Drawing.Size(198, 22);
            this.tsmiCopy.Text = "&Copy";
            this.tsmiCopy.ToolTipText = "Copy To Clipboard";
            this.tsmiCopy.Click += new System.EventHandler(this.tsmiCopy_Click);
            //
            // toolStripSeparator1
            //
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(195, 6);
            //
            // tsmiClearLog
            //
            this.tsmiClearLog.Name = "tsmiClearLog";
            this.tsmiClearLog.Size = new System.Drawing.Size(198, 22);
            this.tsmiClearLog.Text = "C&lear Log";
            this.tsmiClearLog.ToolTipText = "Clear Log Area";
            this.tsmiClearLog.Click += new System.EventHandler(this.tsmiClearLog_Click);
            //
            // toolStripSeparator3
            //
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(195, 6);
            //
            // tsmiSave
            //
            this.tsmiSave.Name = "tsmiSave";
            this.tsmiSave.Size = new System.Drawing.Size(198, 22);
            this.tsmiSave.Text = "&Save";
            this.tsmiSave.ToolTipText = "Save Log To File";
            this.tsmiSave.Click += new System.EventHandler(this.tsmiSave_Click);
            //
            // toolStripSeparator5
            //
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(195, 6);
            //
            // tsmiClearTransmitQueue
            //
            this.tsmiClearTransmitQueue.Name = "tsmiClearTransmitQueue";
            this.tsmiClearTransmitQueue.Size = new System.Drawing.Size(198, 22);
            this.tsmiClearTransmitQueue.Text = "ClearTransmit &Queue";
            this.tsmiClearTransmitQueue.ToolTipText = "Clears All Pending Transmit Commands";
            this.tsmiClearTransmitQueue.Click += new System.EventHandler(this.tsmiClearTransmitQueue_Click);
            //
            // MsgLogForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(354, 542);
            this.Controls.Add(this.rtbMsgBox);
            this.Name = "MsgLogForm";
            this.Text = "Msg Log Form";
            this.cmsRtbLog.ResumeLayout(false);
            this.ResumeLayout(false);
        }