namespace BirdyFlash { partial class mainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainForm)); this.materialCard1 = new MaterialSkin.Controls.MaterialCard(); this.btnRefreshPorts = new MaterialSkin.Controls.MaterialFloatingActionButton(); this.ctxPortManagment = new MaterialSkin.Controls.MaterialContextMenuStrip(); this.scanForLocalSerialPorts = new System.Windows.Forms.ToolStripMenuItem(); this.addTCPPortToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.addPagerbaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.lbxAvailablePorts = new MaterialSkin.Controls.MaterialCheckedListBox(); this.materialLabel2 = new MaterialSkin.Controls.MaterialLabel(); this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); this.materialTabControl1 = new MaterialSkin.Controls.MaterialTabControl(); this.tPageManualMode = new System.Windows.Forms.TabPage(); this.materialCard3 = new MaterialSkin.Controls.MaterialCard(); this.pbWP = new System.Windows.Forms.PictureBox(); this.ckbDebug = new MaterialSkin.Controls.MaterialCheckbox(); this.materialButton6 = new MaterialSkin.Controls.MaterialButton(); this.pbSlim = new System.Windows.Forms.PictureBox(); this.materialButton5 = new MaterialSkin.Controls.MaterialButton(); this.btnManualRestart = new MaterialSkin.Controls.MaterialButton(); this.materialTextBox1 = new MaterialSkin.Controls.MaterialTextBox(); this.btnReadBOSkrypt = new MaterialSkin.Controls.MaterialButton(); this.cbxE2PFileFormat = new MaterialSkin.Controls.MaterialComboBox(); this.manualPagerSelect = new MaterialSkin.Controls.MaterialComboBox(); this.btnManualDiscoverPager = new MaterialSkin.Controls.MaterialButton(); this.btnWriteBOSkrypt = new MaterialSkin.Controls.MaterialButton(); this.materialLabel1 = new MaterialSkin.Controls.MaterialLabel(); this.materialLabel3 = new MaterialSkin.Controls.MaterialLabel(); this.txtManualSerial = new MaterialSkin.Controls.MaterialTextBox(); this.btnChangeSerial = new MaterialSkin.Controls.MaterialButton(); this.materialLabel4 = new MaterialSkin.Controls.MaterialLabel(); this.btnDumpFirmware = new MaterialSkin.Controls.MaterialButton(); this.btnManualDumpE2P = new MaterialSkin.Controls.MaterialButton(); this.btnWriteFirmware = new MaterialSkin.Controls.MaterialButton(); this.btnManualWriteE2P = new MaterialSkin.Controls.MaterialButton(); this.btnResetE2P = new MaterialSkin.Controls.MaterialButton(); this.tPageWatchModePager = new System.Windows.Forms.TabPage(); this.pnlPagerWatchMode = new System.Windows.Forms.Panel(); this.ckbxPagerWatchMode = new MaterialSkin.Controls.MaterialCheckbox(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.ctxManageSerialPort = new MaterialSkin.Controls.MaterialContextMenuStrip(); this.force56700bdToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.lbxTasks = new MaterialSkin.Controls.MaterialListBox(); this.materialCard2 = new MaterialSkin.Controls.MaterialCard(); this.materialLabel5 = new MaterialSkin.Controls.MaterialLabel(); this.ctxManageTCPPort = new MaterialSkin.Controls.MaterialContextMenuStrip(); this.ctxManageTCPPort_RemovePort = new System.Windows.Forms.ToolStripMenuItem(); this.materialCard1.SuspendLayout(); this.ctxPortManagment.SuspendLayout(); this.materialTabControl1.SuspendLayout(); this.tPageManualMode.SuspendLayout(); this.materialCard3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbWP)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbSlim)).BeginInit(); this.tPageWatchModePager.SuspendLayout(); this.pnlPagerWatchMode.SuspendLayout(); this.ctxManageSerialPort.SuspendLayout(); this.materialCard2.SuspendLayout(); this.ctxManageTCPPort.SuspendLayout(); this.SuspendLayout(); // // materialCard1 // this.materialCard1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.materialCard1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.materialCard1.Controls.Add(this.btnRefreshPorts); this.materialCard1.Controls.Add(this.lbxAvailablePorts); this.materialCard1.Controls.Add(this.materialLabel2); this.materialCard1.Depth = 0; this.materialCard1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.materialCard1.Location = new System.Drawing.Point(8, 8); this.materialCard1.Margin = new System.Windows.Forms.Padding(14); this.materialCard1.MouseState = MaterialSkin.MouseState.HOVER; this.materialCard1.Name = "materialCard1"; this.materialCard1.Padding = new System.Windows.Forms.Padding(10); this.materialCard1.Size = new System.Drawing.Size(234, 607); this.materialCard1.TabIndex = 12; // // btnRefreshPorts // this.btnRefreshPorts.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnRefreshPorts.AnimateShowHideButton = true; this.btnRefreshPorts.AutoSize = true; this.btnRefreshPorts.ContextMenuStrip = this.ctxPortManagment; this.btnRefreshPorts.Depth = 0; this.btnRefreshPorts.Icon = global::BirdyFlash.Properties.Resources.dots_vertical; this.btnRefreshPorts.Location = new System.Drawing.Point(171, 549); this.btnRefreshPorts.MouseState = MaterialSkin.MouseState.HOVER; this.btnRefreshPorts.Name = "btnRefreshPorts"; this.btnRefreshPorts.Size = new System.Drawing.Size(56, 56); this.btnRefreshPorts.TabIndex = 17; this.btnRefreshPorts.Text = "Scan"; this.btnRefreshPorts.UseVisualStyleBackColor = true; this.btnRefreshPorts.Click += new System.EventHandler(this.btnRefreshPorts_Click); // // ctxPortManagment // this.ctxPortManagment.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.ctxPortManagment.Depth = 0; this.ctxPortManagment.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.scanForLocalSerialPorts, this.addTCPPortToolStripMenuItem, this.addPagerbaseToolStripMenuItem}); this.ctxPortManagment.MouseState = MaterialSkin.MouseState.HOVER; this.ctxPortManagment.Name = "materialContextMenuStrip1"; this.ctxPortManagment.Size = new System.Drawing.Size(210, 70); // // scanForLocalSerialPorts // this.scanForLocalSerialPorts.Name = "scanForLocalSerialPorts"; this.scanForLocalSerialPorts.Size = new System.Drawing.Size(209, 22); this.scanForLocalSerialPorts.Text = "Scan for Local Serial Ports"; this.scanForLocalSerialPorts.Click += new System.EventHandler(this.scanForLocalSerialPorts_Click); // // addTCPPortToolStripMenuItem // this.addTCPPortToolStripMenuItem.Name = "addTCPPortToolStripMenuItem"; this.addTCPPortToolStripMenuItem.Size = new System.Drawing.Size(209, 22); this.addTCPPortToolStripMenuItem.Text = "Add TCP Port"; this.addTCPPortToolStripMenuItem.Click += new System.EventHandler(this.addTCPPortToolStripMenuItem_Click); // // addPagerbaseToolStripMenuItem // this.addPagerbaseToolStripMenuItem.Name = "addPagerbaseToolStripMenuItem"; this.addPagerbaseToolStripMenuItem.Size = new System.Drawing.Size(209, 22); this.addPagerbaseToolStripMenuItem.Text = "Add Pagerbase"; this.addPagerbaseToolStripMenuItem.Click += new System.EventHandler(this.addPagerbaseToolStripMenuItem_Click); // // lbxAvailablePorts // this.lbxAvailablePorts.AutoScroll = true; this.lbxAvailablePorts.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.lbxAvailablePorts.Depth = 0; this.lbxAvailablePorts.Dock = System.Windows.Forms.DockStyle.Fill; this.lbxAvailablePorts.Location = new System.Drawing.Point(10, 29); this.lbxAvailablePorts.MouseState = MaterialSkin.MouseState.HOVER; this.lbxAvailablePorts.Name = "lbxAvailablePorts"; this.lbxAvailablePorts.Size = new System.Drawing.Size(214, 568); this.lbxAvailablePorts.Striped = false; this.lbxAvailablePorts.StripeDarkColor = System.Drawing.Color.Empty; this.lbxAvailablePorts.TabIndex = 1; // // materialLabel2 // this.materialLabel2.AutoSize = true; this.materialLabel2.Depth = 0; this.materialLabel2.Dock = System.Windows.Forms.DockStyle.Top; this.materialLabel2.Font = new System.Drawing.Font("Roboto", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.materialLabel2.Location = new System.Drawing.Point(10, 10); this.materialLabel2.MouseState = MaterialSkin.MouseState.HOVER; this.materialLabel2.Name = "materialLabel2"; this.materialLabel2.Size = new System.Drawing.Size(120, 19); this.materialLabel2.TabIndex = 16; this.materialLabel2.Text = "Port Managment"; // // materialTabControl1 // this.materialTabControl1.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.materialTabControl1.Controls.Add(this.tPageManualMode); this.materialTabControl1.Controls.Add(this.tPageWatchModePager); this.materialTabControl1.Depth = 0; this.materialTabControl1.ImageList = this.imageList1; this.materialTabControl1.Location = new System.Drawing.Point(244, 5); this.materialTabControl1.MouseState = MaterialSkin.MouseState.HOVER; this.materialTabControl1.Multiline = true; this.materialTabControl1.Name = "materialTabControl1"; this.materialTabControl1.SelectedIndex = 0; this.materialTabControl1.Size = new System.Drawing.Size(653, 613); this.materialTabControl1.TabIndex = 16; // // tPageManualMode // this.tPageManualMode.Controls.Add(this.materialCard3); this.tPageManualMode.ImageKey = "hammer-wrench.png"; this.tPageManualMode.Location = new System.Drawing.Point(4, 55); this.tPageManualMode.Name = "tPageManualMode"; this.tPageManualMode.Padding = new System.Windows.Forms.Padding(3); this.tPageManualMode.Size = new System.Drawing.Size(645, 554); this.tPageManualMode.TabIndex = 2; this.tPageManualMode.Text = "Manual Mode"; this.tPageManualMode.UseVisualStyleBackColor = true; // // materialCard3 // this.materialCard3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.materialCard3.Controls.Add(this.pbWP); this.materialCard3.Controls.Add(this.ckbDebug); this.materialCard3.Controls.Add(this.materialButton6); this.materialCard3.Controls.Add(this.pbSlim); this.materialCard3.Controls.Add(this.materialButton5); this.materialCard3.Controls.Add(this.btnManualRestart); this.materialCard3.Controls.Add(this.materialTextBox1); this.materialCard3.Controls.Add(this.btnReadBOSkrypt); this.materialCard3.Controls.Add(this.cbxE2PFileFormat); this.materialCard3.Controls.Add(this.manualPagerSelect); this.materialCard3.Controls.Add(this.btnManualDiscoverPager); this.materialCard3.Controls.Add(this.btnWriteBOSkrypt); this.materialCard3.Controls.Add(this.materialLabel1); this.materialCard3.Controls.Add(this.materialLabel3); this.materialCard3.Controls.Add(this.txtManualSerial); this.materialCard3.Controls.Add(this.btnChangeSerial); this.materialCard3.Controls.Add(this.materialLabel4); this.materialCard3.Controls.Add(this.btnDumpFirmware); this.materialCard3.Controls.Add(this.btnManualDumpE2P); this.materialCard3.Controls.Add(this.btnWriteFirmware); this.materialCard3.Controls.Add(this.btnManualWriteE2P); this.materialCard3.Controls.Add(this.btnResetE2P); this.materialCard3.Depth = 0; this.materialCard3.Dock = System.Windows.Forms.DockStyle.Fill; this.materialCard3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.materialCard3.Location = new System.Drawing.Point(3, 3); this.materialCard3.Margin = new System.Windows.Forms.Padding(14); this.materialCard3.MouseState = MaterialSkin.MouseState.HOVER; this.materialCard3.Name = "materialCard3"; this.materialCard3.Padding = new System.Windows.Forms.Padding(14); this.materialCard3.Size = new System.Drawing.Size(639, 548); this.materialCard3.TabIndex = 14; // // pbWP // this.pbWP.Image = global::BirdyFlash.Properties.Resources.birdyWP_tiger; this.pbWP.Location = new System.Drawing.Point(256, 104); this.pbWP.Name = "pbWP"; this.pbWP.Size = new System.Drawing.Size(51, 35); this.pbWP.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbWP.TabIndex = 35; this.pbWP.TabStop = false; this.pbWP.Visible = false; // // ckbDebug // this.ckbDebug.AutoSize = true; this.ckbDebug.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(202)))), ((int)(((byte)(233))))); this.ckbDebug.Depth = 0; this.ckbDebug.Location = new System.Drawing.Point(327, 451); this.ckbDebug.Margin = new System.Windows.Forms.Padding(0); this.ckbDebug.MouseLocation = new System.Drawing.Point(-1, -1); this.ckbDebug.MouseState = MaterialSkin.MouseState.HOVER; this.ckbDebug.Name = "ckbDebug"; this.ckbDebug.Ripple = true; this.ckbDebug.Size = new System.Drawing.Size(81, 37); this.ckbDebug.TabIndex = 18; this.ckbDebug.Text = "Debug"; this.ckbDebug.UseVisualStyleBackColor = false; this.ckbDebug.CheckedChanged += new System.EventHandler(this.ckbDebug_CheckedChanged); // // materialButton6 // this.materialButton6.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.materialButton6.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; this.materialButton6.Depth = 0; this.materialButton6.Enabled = false; this.materialButton6.HighEmphasis = true; this.materialButton6.Icon = null; this.materialButton6.Location = new System.Drawing.Point(456, 490); this.materialButton6.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.materialButton6.MouseState = MaterialSkin.MouseState.HOVER; this.materialButton6.Name = "materialButton6"; this.materialButton6.Size = new System.Drawing.Size(112, 36); this.materialButton6.TabIndex = 31; this.materialButton6.Text = "Raw HSpeed"; this.materialButton6.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; this.materialButton6.UseAccentColor = false; this.materialButton6.UseVisualStyleBackColor = true; this.materialButton6.Click += new System.EventHandler(this.materialButton6_Click); // // pbSlim // this.pbSlim.Image = global::BirdyFlash.Properties.Resources.birdytiger; this.pbSlim.Location = new System.Drawing.Point(256, 80); this.pbSlim.Name = "pbSlim"; this.pbSlim.Size = new System.Drawing.Size(51, 59); this.pbSlim.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbSlim.TabIndex = 18; this.pbSlim.TabStop = false; this.pbSlim.Visible = false; // // materialButton5 // this.materialButton5.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.materialButton5.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; this.materialButton5.Depth = 0; this.materialButton5.Enabled = false; this.materialButton5.HighEmphasis = true; this.materialButton5.Icon = null; this.materialButton5.Location = new System.Drawing.Point(327, 490); this.materialButton5.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.materialButton5.MouseState = MaterialSkin.MouseState.HOVER; this.materialButton5.Name = "materialButton5"; this.materialButton5.Size = new System.Drawing.Size(121, 36); this.materialButton5.TabIndex = 30; this.materialButton5.Text = "Raw HEX CMD"; this.materialButton5.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; this.materialButton5.UseAccentColor = false; this.materialButton5.UseVisualStyleBackColor = true; this.materialButton5.Click += new System.EventHandler(this.materialButton5_Click); // // btnManualRestart // this.btnManualRestart.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnManualRestart.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; this.btnManualRestart.Depth = 0; this.btnManualRestart.Enabled = false; this.btnManualRestart.HighEmphasis = true; this.btnManualRestart.Icon = null; this.btnManualRestart.Location = new System.Drawing.Point(321, 413); this.btnManualRestart.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.btnManualRestart.MouseState = MaterialSkin.MouseState.HOVER; this.btnManualRestart.Name = "btnManualRestart"; this.btnManualRestart.Size = new System.Drawing.Size(84, 36); this.btnManualRestart.TabIndex = 34; this.btnManualRestart.Text = "Restart"; this.btnManualRestart.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; this.btnManualRestart.UseAccentColor = false; this.btnManualRestart.UseVisualStyleBackColor = true; this.btnManualRestart.Click += new System.EventHandler(this.btnManualRestart_Click); // // materialTextBox1 // this.materialTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.materialTextBox1.Depth = 0; this.materialTextBox1.Font = new System.Drawing.Font("Roboto", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.materialTextBox1.LeadingIcon = null; this.materialTextBox1.Location = new System.Drawing.Point(17, 490); this.materialTextBox1.MaxLength = 50; this.materialTextBox1.MouseState = MaterialSkin.MouseState.OUT; this.materialTextBox1.Multiline = false; this.materialTextBox1.Name = "materialTextBox1"; this.materialTextBox1.Size = new System.Drawing.Size(296, 50); this.materialTextBox1.TabIndex = 29; this.materialTextBox1.Text = ""; this.materialTextBox1.TrailingIcon = null; this.materialTextBox1.TextChanged += new System.EventHandler(this.materialTextBox1_TextChanged); // // btnReadBOSkrypt // this.btnReadBOSkrypt.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnReadBOSkrypt.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; this.btnReadBOSkrypt.Depth = 0; this.btnReadBOSkrypt.Enabled = false; this.btnReadBOSkrypt.HighEmphasis = true; this.btnReadBOSkrypt.Icon = null; this.btnReadBOSkrypt.Location = new System.Drawing.Point(173, 413); this.btnReadBOSkrypt.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.btnReadBOSkrypt.MouseState = MaterialSkin.MouseState.HOVER; this.btnReadBOSkrypt.Name = "btnReadBOSkrypt"; this.btnReadBOSkrypt.Size = new System.Drawing.Size(140, 36); this.btnReadBOSkrypt.TabIndex = 32; this.btnReadBOSkrypt.Text = "Dump BOSKrypt"; this.btnReadBOSkrypt.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; this.btnReadBOSkrypt.UseAccentColor = false; this.btnReadBOSkrypt.UseVisualStyleBackColor = true; // // cbxE2PFileFormat // this.cbxE2PFileFormat.AutoResize = false; this.cbxE2PFileFormat.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.cbxE2PFileFormat.Depth = 0; this.cbxE2PFileFormat.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable; this.cbxE2PFileFormat.DropDownHeight = 174; this.cbxE2PFileFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbxE2PFileFormat.DropDownWidth = 121; this.cbxE2PFileFormat.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.cbxE2PFileFormat.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.cbxE2PFileFormat.FormattingEnabled = true; this.cbxE2PFileFormat.IntegralHeight = false; this.cbxE2PFileFormat.ItemHeight = 43; this.cbxE2PFileFormat.Items.AddRange(new object[] { "TPL Original (.rev2)", "BIN-Dump (.bin)", "Hex-Text (.hex)"}); this.cbxE2PFileFormat.Location = new System.Drawing.Point(20, 235); this.cbxE2PFileFormat.MaxDropDownItems = 4; this.cbxE2PFileFormat.MouseState = MaterialSkin.MouseState.OUT; this.cbxE2PFileFormat.Name = "cbxE2PFileFormat"; this.cbxE2PFileFormat.Size = new System.Drawing.Size(244, 49); this.cbxE2PFileFormat.StartIndex = 1; this.cbxE2PFileFormat.TabIndex = 33; // // manualPagerSelect // this.manualPagerSelect.AutoResize = false; this.manualPagerSelect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.manualPagerSelect.Depth = 0; this.manualPagerSelect.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable; this.manualPagerSelect.DropDownHeight = 174; this.manualPagerSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.manualPagerSelect.DropDownWidth = 121; this.manualPagerSelect.Enabled = false; this.manualPagerSelect.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.manualPagerSelect.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.manualPagerSelect.FormattingEnabled = true; this.manualPagerSelect.IntegralHeight = false; this.manualPagerSelect.ItemHeight = 43; this.manualPagerSelect.Location = new System.Drawing.Point(17, 17); this.manualPagerSelect.MaxDropDownItems = 4; this.manualPagerSelect.MouseState = MaterialSkin.MouseState.OUT; this.manualPagerSelect.Name = "manualPagerSelect"; this.manualPagerSelect.Size = new System.Drawing.Size(290, 49); this.manualPagerSelect.StartIndex = 0; this.manualPagerSelect.TabIndex = 13; this.manualPagerSelect.SelectedIndexChanged += new System.EventHandler(this.manualPagerSelect_SelectedIndexChanged); // // btnManualDiscoverPager // this.btnManualDiscoverPager.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnManualDiscoverPager.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; this.btnManualDiscoverPager.Depth = 0; this.btnManualDiscoverPager.HighEmphasis = true; this.btnManualDiscoverPager.Icon = null; this.btnManualDiscoverPager.Location = new System.Drawing.Point(315, 23); this.btnManualDiscoverPager.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.btnManualDiscoverPager.MouseState = MaterialSkin.MouseState.HOVER; this.btnManualDiscoverPager.Name = "btnManualDiscoverPager"; this.btnManualDiscoverPager.Size = new System.Drawing.Size(150, 36); this.btnManualDiscoverPager.TabIndex = 19; this.btnManualDiscoverPager.Text = "Discover Pagers"; this.btnManualDiscoverPager.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; this.btnManualDiscoverPager.UseAccentColor = false; this.btnManualDiscoverPager.UseVisualStyleBackColor = true; this.btnManualDiscoverPager.Click += new System.EventHandler(this.btnManualDiscoverPager_Click); // // btnWriteBOSkrypt // this.btnWriteBOSkrypt.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnWriteBOSkrypt.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; this.btnWriteBOSkrypt.Depth = 0; this.btnWriteBOSkrypt.Enabled = false; this.btnWriteBOSkrypt.HighEmphasis = true; this.btnWriteBOSkrypt.Icon = null; this.btnWriteBOSkrypt.Location = new System.Drawing.Point(20, 413); this.btnWriteBOSkrypt.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.btnWriteBOSkrypt.MouseState = MaterialSkin.MouseState.HOVER; this.btnWriteBOSkrypt.Name = "btnWriteBOSkrypt"; this.btnWriteBOSkrypt.Size = new System.Drawing.Size(143, 36); this.btnWriteBOSkrypt.TabIndex = 28; this.btnWriteBOSkrypt.Text = "Write BOSkrypt"; this.btnWriteBOSkrypt.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; this.btnWriteBOSkrypt.UseAccentColor = false; this.btnWriteBOSkrypt.UseVisualStyleBackColor = true; this.btnWriteBOSkrypt.Click += new System.EventHandler(this.btnWriteBOSkrypt_Click); // // materialLabel1 // this.materialLabel1.AutoSize = true; this.materialLabel1.Depth = 0; this.materialLabel1.Font = new System.Drawing.Font("Roboto", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.materialLabel1.Location = new System.Drawing.Point(17, 69); this.materialLabel1.MouseState = MaterialSkin.MouseState.HOVER; this.materialLabel1.Name = "materialLabel1"; this.materialLabel1.Size = new System.Drawing.Size(41, 19); this.materialLabel1.TabIndex = 21; this.materialLabel1.Text = "Serial"; // // materialLabel3 // this.materialLabel3.AutoSize = true; this.materialLabel3.Depth = 0; this.materialLabel3.Font = new System.Drawing.Font("Roboto", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.materialLabel3.Location = new System.Drawing.Point(17, 340); this.materialLabel3.MouseState = MaterialSkin.MouseState.HOVER; this.materialLabel3.Name = "materialLabel3"; this.materialLabel3.Size = new System.Drawing.Size(71, 19); this.materialLabel3.TabIndex = 26; this.materialLabel3.Text = "Advanced"; // // txtManualSerial // this.txtManualSerial.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtManualSerial.Depth = 0; this.txtManualSerial.Font = new System.Drawing.Font("Roboto", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtManualSerial.LeadingIcon = null; this.txtManualSerial.Location = new System.Drawing.Point(17, 91); this.txtManualSerial.MaxLength = 50; this.txtManualSerial.MouseState = MaterialSkin.MouseState.OUT; this.txtManualSerial.Multiline = false; this.txtManualSerial.Name = "txtManualSerial"; this.txtManualSerial.ReadOnly = true; this.txtManualSerial.Size = new System.Drawing.Size(233, 50); this.txtManualSerial.TabIndex = 20; this.txtManualSerial.Text = ""; this.txtManualSerial.TrailingIcon = null; // // btnChangeSerial // this.btnChangeSerial.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnChangeSerial.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; this.btnChangeSerial.Depth = 0; this.btnChangeSerial.Enabled = false; this.btnChangeSerial.HighEmphasis = true; this.btnChangeSerial.Icon = null; this.btnChangeSerial.Location = new System.Drawing.Point(321, 365); this.btnChangeSerial.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.btnChangeSerial.MouseState = MaterialSkin.MouseState.HOVER; this.btnChangeSerial.Name = "btnChangeSerial"; this.btnChangeSerial.Size = new System.Drawing.Size(132, 36); this.btnChangeSerial.TabIndex = 25; this.btnChangeSerial.Text = "Change Serial"; this.btnChangeSerial.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; this.btnChangeSerial.UseAccentColor = false; this.btnChangeSerial.UseVisualStyleBackColor = true; this.btnChangeSerial.Click += new System.EventHandler(this.btnChangeSerial_Click); // // materialLabel4 // this.materialLabel4.AutoSize = true; this.materialLabel4.Depth = 0; this.materialLabel4.Font = new System.Drawing.Font("Roboto", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.materialLabel4.Location = new System.Drawing.Point(23, 210); this.materialLabel4.MouseState = MaterialSkin.MouseState.HOVER; this.materialLabel4.Name = "materialLabel4"; this.materialLabel4.Size = new System.Drawing.Size(103, 19); this.materialLabel4.TabIndex = 27; this.materialLabel4.Text = "E2P Functions"; // // btnDumpFirmware // this.btnDumpFirmware.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnDumpFirmware.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; this.btnDumpFirmware.Depth = 0; this.btnDumpFirmware.Enabled = false; this.btnDumpFirmware.HighEmphasis = true; this.btnDumpFirmware.Icon = null; this.btnDumpFirmware.Location = new System.Drawing.Point(172, 365); this.btnDumpFirmware.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.btnDumpFirmware.MouseState = MaterialSkin.MouseState.HOVER; this.btnDumpFirmware.Name = "btnDumpFirmware"; this.btnDumpFirmware.Size = new System.Drawing.Size(141, 36); this.btnDumpFirmware.TabIndex = 24; this.btnDumpFirmware.Text = "Dump Firmware"; this.btnDumpFirmware.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; this.btnDumpFirmware.UseAccentColor = false; this.btnDumpFirmware.UseVisualStyleBackColor = true; // // btnManualDumpE2P // this.btnManualDumpE2P.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnManualDumpE2P.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; this.btnManualDumpE2P.Depth = 0; this.btnManualDumpE2P.Enabled = false; this.btnManualDumpE2P.HighEmphasis = true; this.btnManualDumpE2P.Icon = ((System.Drawing.Image)(resources.GetObject("btnManualDumpE2P.Icon"))); this.btnManualDumpE2P.Location = new System.Drawing.Point(20, 288); this.btnManualDumpE2P.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.btnManualDumpE2P.MouseState = MaterialSkin.MouseState.HOVER; this.btnManualDumpE2P.Name = "btnManualDumpE2P"; this.btnManualDumpE2P.Size = new System.Drawing.Size(130, 36); this.btnManualDumpE2P.TabIndex = 18; this.btnManualDumpE2P.Text = "Download"; this.btnManualDumpE2P.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; this.btnManualDumpE2P.UseAccentColor = false; this.btnManualDumpE2P.UseVisualStyleBackColor = true; this.btnManualDumpE2P.Click += new System.EventHandler(this.btnManualDumpE2P_Click); // // btnWriteFirmware // this.btnWriteFirmware.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnWriteFirmware.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; this.btnWriteFirmware.Depth = 0; this.btnWriteFirmware.Enabled = false; this.btnWriteFirmware.HighEmphasis = true; this.btnWriteFirmware.Icon = null; this.btnWriteFirmware.Location = new System.Drawing.Point(20, 365); this.btnWriteFirmware.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.btnWriteFirmware.MouseState = MaterialSkin.MouseState.HOVER; this.btnWriteFirmware.Name = "btnWriteFirmware"; this.btnWriteFirmware.Size = new System.Drawing.Size(144, 36); this.btnWriteFirmware.TabIndex = 24; this.btnWriteFirmware.Text = "Write Firmware"; this.btnWriteFirmware.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; this.btnWriteFirmware.UseAccentColor = false; this.btnWriteFirmware.UseVisualStyleBackColor = true; // // btnManualWriteE2P // this.btnManualWriteE2P.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnManualWriteE2P.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; this.btnManualWriteE2P.Depth = 0; this.btnManualWriteE2P.Enabled = false; this.btnManualWriteE2P.HighEmphasis = true; this.btnManualWriteE2P.Icon = ((System.Drawing.Image)(resources.GetObject("btnManualWriteE2P.Icon"))); this.btnManualWriteE2P.Location = new System.Drawing.Point(158, 288); this.btnManualWriteE2P.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.btnManualWriteE2P.MouseState = MaterialSkin.MouseState.HOVER; this.btnManualWriteE2P.Name = "btnManualWriteE2P"; this.btnManualWriteE2P.Size = new System.Drawing.Size(106, 36); this.btnManualWriteE2P.TabIndex = 22; this.btnManualWriteE2P.Text = "Upload"; this.btnManualWriteE2P.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; this.btnManualWriteE2P.UseAccentColor = false; this.btnManualWriteE2P.UseVisualStyleBackColor = true; this.btnManualWriteE2P.Click += new System.EventHandler(this.materialButton1_Click_1); // // btnResetE2P // this.btnResetE2P.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnResetE2P.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; this.btnResetE2P.Depth = 0; this.btnResetE2P.Enabled = false; this.btnResetE2P.HighEmphasis = true; this.btnResetE2P.Icon = null; this.btnResetE2P.Location = new System.Drawing.Point(413, 413); this.btnResetE2P.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.btnResetE2P.MouseState = MaterialSkin.MouseState.HOVER; this.btnResetE2P.Name = "btnResetE2P"; this.btnResetE2P.Size = new System.Drawing.Size(128, 36); this.btnResetE2P.TabIndex = 23; this.btnResetE2P.Text = "Initiate Reset"; this.btnResetE2P.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; this.btnResetE2P.UseAccentColor = true; this.btnResetE2P.UseVisualStyleBackColor = true; this.btnResetE2P.Click += new System.EventHandler(this.materialButton1_Click_2); // // tPageWatchModePager // this.tPageWatchModePager.BackColor = System.Drawing.Color.White; this.tPageWatchModePager.Controls.Add(this.pnlPagerWatchMode); this.tPageWatchModePager.ForeColor = System.Drawing.SystemColors.ControlText; this.tPageWatchModePager.ImageKey = "auto-upload.png"; this.tPageWatchModePager.Location = new System.Drawing.Point(4, 55); this.tPageWatchModePager.Name = "tPageWatchModePager"; this.tPageWatchModePager.Padding = new System.Windows.Forms.Padding(3); this.tPageWatchModePager.Size = new System.Drawing.Size(645, 554); this.tPageWatchModePager.TabIndex = 1; this.tPageWatchModePager.Text = "Pager Watch Mode"; // // pnlPagerWatchMode // this.pnlPagerWatchMode.Controls.Add(this.ckbxPagerWatchMode); this.pnlPagerWatchMode.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlPagerWatchMode.Location = new System.Drawing.Point(3, 3); this.pnlPagerWatchMode.Name = "pnlPagerWatchMode"; this.pnlPagerWatchMode.Size = new System.Drawing.Size(639, 548); this.pnlPagerWatchMode.TabIndex = 18; // // ckbxPagerWatchMode // this.ckbxPagerWatchMode.AutoSize = true; this.ckbxPagerWatchMode.Depth = 0; this.ckbxPagerWatchMode.Location = new System.Drawing.Point(13, 10); this.ckbxPagerWatchMode.Margin = new System.Windows.Forms.Padding(0); this.ckbxPagerWatchMode.MouseLocation = new System.Drawing.Point(-1, -1); this.ckbxPagerWatchMode.MouseState = MaterialSkin.MouseState.HOVER; this.ckbxPagerWatchMode.Name = "ckbxPagerWatchMode"; this.ckbxPagerWatchMode.Ripple = true; this.ckbxPagerWatchMode.Size = new System.Drawing.Size(83, 37); this.ckbxPagerWatchMode.TabIndex = 17; this.ckbxPagerWatchMode.Text = "Enable"; this.ckbxPagerWatchMode.UseVisualStyleBackColor = true; this.ckbxPagerWatchMode.CheckedChanged += new System.EventHandler(this.ckbxPagerWatchMode_CheckedChanged); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "hammer-wrench.png"); this.imageList1.Images.SetKeyName(1, "auto-upload.png"); // // ctxManageSerialPort // this.ctxManageSerialPort.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.ctxManageSerialPort.Depth = 0; this.ctxManageSerialPort.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.force56700bdToolStripMenuItem}); this.ctxManageSerialPort.MouseState = MaterialSkin.MouseState.HOVER; this.ctxManageSerialPort.Name = "ctxManageSerialPort"; this.ctxManageSerialPort.Size = new System.Drawing.Size(151, 26); // // force56700bdToolStripMenuItem // this.force56700bdToolStripMenuItem.Name = "force56700bdToolStripMenuItem"; this.force56700bdToolStripMenuItem.Size = new System.Drawing.Size(150, 22); this.force56700bdToolStripMenuItem.Text = "Force 56700bd"; this.force56700bdToolStripMenuItem.Click += new System.EventHandler(this.force56700bdToolStripMenuItem_Click); // // lbxTasks // this.lbxTasks.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.lbxTasks.BackColor = System.Drawing.Color.White; this.lbxTasks.BorderColor = System.Drawing.Color.LightGray; this.lbxTasks.Depth = 0; this.lbxTasks.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.lbxTasks.Location = new System.Drawing.Point(0, 32); this.lbxTasks.MouseState = MaterialSkin.MouseState.HOVER; this.lbxTasks.Name = "lbxTasks"; this.lbxTasks.SelectedIndex = -1; this.lbxTasks.SelectedItem = null; this.lbxTasks.SelectedValue = null; this.lbxTasks.ShowBorder = false; this.lbxTasks.ShowScrollBar = true; this.lbxTasks.Size = new System.Drawing.Size(884, 158); this.lbxTasks.Style = MaterialSkin.Controls.MaterialListBox.ListBoxStyle.ThreeLine; this.lbxTasks.TabIndex = 0; // // materialCard2 // this.materialCard2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.materialCard2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.materialCard2.Controls.Add(this.materialLabel5); this.materialCard2.Controls.Add(this.lbxTasks); this.materialCard2.Depth = 0; this.materialCard2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.materialCard2.Location = new System.Drawing.Point(8, 620); this.materialCard2.Margin = new System.Windows.Forms.Padding(14); this.materialCard2.MouseState = MaterialSkin.MouseState.HOVER; this.materialCard2.Name = "materialCard2"; this.materialCard2.Padding = new System.Windows.Forms.Padding(10); this.materialCard2.Size = new System.Drawing.Size(886, 192); this.materialCard2.TabIndex = 19; // // materialLabel5 // this.materialLabel5.AutoSize = true; this.materialLabel5.Depth = 0; this.materialLabel5.Dock = System.Windows.Forms.DockStyle.Top; this.materialLabel5.Font = new System.Drawing.Font("Roboto", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.materialLabel5.Location = new System.Drawing.Point(10, 10); this.materialLabel5.MouseState = MaterialSkin.MouseState.HOVER; this.materialLabel5.Name = "materialLabel5"; this.materialLabel5.RightToLeft = System.Windows.Forms.RightToLeft.No; this.materialLabel5.Size = new System.Drawing.Size(44, 19); this.materialLabel5.TabIndex = 17; this.materialLabel5.Text = "Tasks"; // // ctxManageTCPPort // this.ctxManageTCPPort.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.ctxManageTCPPort.Depth = 0; this.ctxManageTCPPort.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ctxManageTCPPort_RemovePort}); this.ctxManageTCPPort.MouseState = MaterialSkin.MouseState.HOVER; this.ctxManageTCPPort.Name = "ctxManageSerialPort"; this.ctxManageTCPPort.Size = new System.Drawing.Size(143, 26); // // ctxManageTCPPort_RemovePort // this.ctxManageTCPPort_RemovePort.Name = "ctxManageTCPPort_RemovePort"; this.ctxManageTCPPort_RemovePort.Size = new System.Drawing.Size(142, 22); this.ctxManageTCPPort_RemovePort.Text = "Remove Port"; this.ctxManageTCPPort_RemovePort.Click += new System.EventHandler(this.ctxManageTCPPort_RemovePort_Click); // // mainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(902, 819); this.Controls.Add(this.materialTabControl1); this.Controls.Add(this.materialCard2); this.Controls.Add(this.materialCard1); this.DrawerShowIconsWhenHidden = true; this.DrawerTabControl = this.materialTabControl1; this.DrawerUseColors = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimumSize = new System.Drawing.Size(860, 665); this.Name = "mainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Birdy Flash"; this.Load += new System.EventHandler(this.Form1_Load); this.materialCard1.ResumeLayout(false); this.materialCard1.PerformLayout(); this.ctxPortManagment.ResumeLayout(false); this.materialTabControl1.ResumeLayout(false); this.tPageManualMode.ResumeLayout(false); this.materialCard3.ResumeLayout(false); this.materialCard3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbWP)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbSlim)).EndInit(); this.tPageWatchModePager.ResumeLayout(false); this.pnlPagerWatchMode.ResumeLayout(false); this.pnlPagerWatchMode.PerformLayout(); this.ctxManageSerialPort.ResumeLayout(false); this.materialCard2.ResumeLayout(false); this.materialCard2.PerformLayout(); this.ctxManageTCPPort.ResumeLayout(false); this.ResumeLayout(false); } #endregion private MaterialSkin.Controls.MaterialCard materialCard1; private MaterialSkin.Controls.MaterialLabel materialLabel2; private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog; private MaterialSkin.Controls.MaterialTabControl materialTabControl1; private System.Windows.Forms.TabPage tPageWatchModePager; private MaterialSkin.Controls.MaterialCheckbox ckbxPagerWatchMode; private System.Windows.Forms.TabPage tPageManualMode; private System.Windows.Forms.Panel pnlPagerWatchMode; private MaterialSkin.Controls.MaterialComboBox manualPagerSelect; private MaterialSkin.Controls.MaterialButton btnManualDumpE2P; private MaterialSkin.Controls.MaterialButton btnManualDiscoverPager; private MaterialSkin.Controls.MaterialLabel materialLabel1; private MaterialSkin.Controls.MaterialTextBox txtManualSerial; private MaterialSkin.Controls.MaterialButton btnManualWriteE2P; private MaterialSkin.Controls.MaterialButton btnResetE2P; private MaterialSkin.Controls.MaterialLabel materialLabel3; private MaterialSkin.Controls.MaterialButton btnChangeSerial; private MaterialSkin.Controls.MaterialButton btnDumpFirmware; private MaterialSkin.Controls.MaterialButton btnWriteFirmware; private MaterialSkin.Controls.MaterialLabel materialLabel4; private MaterialSkin.Controls.MaterialButton btnWriteBOSkrypt; private MaterialSkin.Controls.MaterialButton materialButton5; private MaterialSkin.Controls.MaterialTextBox materialTextBox1; private MaterialSkin.Controls.MaterialButton materialButton6; private MaterialSkin.Controls.MaterialButton btnReadBOSkrypt; private MaterialSkin.Controls.MaterialCheckbox ckbDebug; private MaterialSkin.Controls.MaterialComboBox cbxE2PFileFormat; private MaterialSkin.Controls.MaterialContextMenuStrip ctxPortManagment; private System.Windows.Forms.ToolStripMenuItem scanForLocalSerialPorts; private System.Windows.Forms.ToolStripMenuItem addTCPPortToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem addPagerbaseToolStripMenuItem; private MaterialSkin.Controls.MaterialContextMenuStrip ctxManageSerialPort; private System.Windows.Forms.ToolStripMenuItem force56700bdToolStripMenuItem; private MaterialSkin.Controls.MaterialFloatingActionButton btnRefreshPorts; private MaterialSkin.Controls.MaterialCheckedListBox lbxAvailablePorts; private System.Windows.Forms.PictureBox pbSlim; private MaterialSkin.Controls.MaterialButton btnManualRestart; private MaterialSkin.Controls.MaterialListBox lbxTasks; private MaterialSkin.Controls.MaterialCard materialCard2; private System.Windows.Forms.ImageList imageList1; private MaterialSkin.Controls.MaterialCard materialCard3; private MaterialSkin.Controls.MaterialLabel materialLabel5; private System.Windows.Forms.PictureBox pbWP; private MaterialSkin.Controls.MaterialContextMenuStrip ctxManageTCPPort; private System.Windows.Forms.ToolStripMenuItem ctxManageTCPPort_RemovePort; } }