![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
repo time
Dependencies: mbed MAX14720 MAX30205 USBDevice
Diff: HspGuiSourceV301/HSPGui/CustomControls/PrimitivesView.Designer.cs
- Revision:
- 20:6d2af70c92ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/HspGuiSourceV301/HSPGui/CustomControls/PrimitivesView.Designer.cs Tue Apr 06 06:41:40 2021 +0000 @@ -0,0 +1,861 @@ +namespace HealthSensorPlatform.CustomControls +{ + partial class PrimitivesView + { + /// <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 Component 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.groupBox6 = new MaximStyle.MaximGroupBox(); + this.label18 = new System.Windows.Forms.Label(); + this.tbCommandLine = new System.Windows.Forms.TextBox(); + this.btnRawRpcEnter = new MaximStyle.MaximButton(); + this.groupBox5 = new MaximStyle.MaximGroupBox(); + this.label17 = new System.Windows.Forms.Label(); + this.tbLIS2HDWriteData = new System.Windows.Forms.TextBox(); + this.label16 = new System.Windows.Forms.Label(); + this.btnLIS2HDReadReg = new MaximStyle.MaximButton(); + this.tbLIS2HDAddress = new System.Windows.Forms.TextBox(); + this.label15 = new System.Windows.Forms.Label(); + this.tbLIS2HDReadData = new System.Windows.Forms.TextBox(); + this.btnLIS2HDWriteReg = new MaximStyle.MaximButton(); + this.groupBox4 = new MaximStyle.MaximGroupBox(); + this.label14 = new System.Windows.Forms.Label(); + this.tbMAX30205WriteData = new System.Windows.Forms.TextBox(); + this.btnMAX30205ReadReg = new MaximStyle.MaximButton(); + this.tbMAX30205Address = new System.Windows.Forms.TextBox(); + this.label13 = new System.Windows.Forms.Label(); + this.tbMAX30205ReadData = new System.Windows.Forms.TextBox(); + this.btnMAX30205WriteReg = new MaximStyle.MaximButton(); + this.label12 = new System.Windows.Forms.Label(); + this.groupBox3 = new MaximStyle.MaximGroupBox(); + this.label11 = new System.Windows.Forms.Label(); + this.btnMAX30101ReadReg = new MaximStyle.MaximButton(); + this.tbMAX30101WriteData = new System.Windows.Forms.TextBox(); + this.label10 = new System.Windows.Forms.Label(); + this.btnSpiWriteReg = new MaximStyle.MaximButton(); + this.tbMAX30101ReadData = new System.Windows.Forms.TextBox(); + this.label9 = new System.Windows.Forms.Label(); + this.tbMAX30101Address = new System.Windows.Forms.TextBox(); + this.groupBox2 = new MaximStyle.MaximGroupBox(); + this.label8 = new System.Windows.Forms.Label(); + this.tbSpiWriteData = new System.Windows.Forms.TextBox(); + this.label7 = new System.Windows.Forms.Label(); + this.btnSpiReadReg = new MaximStyle.MaximButton(); + this.label6 = new System.Windows.Forms.Label(); + this.tbSpiAddress = new System.Windows.Forms.TextBox(); + this.tbSpiReadData = new System.Windows.Forms.TextBox(); + this.btnI2cWriteData = new MaximStyle.MaximButton(); + this.groupBox1 = new MaximStyle.MaximGroupBox(); + this.label5 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label1 = new System.Windows.Forms.Label(); + this.tbI2cInstance = new System.Windows.Forms.TextBox(); + this.tbI2cWriteData = new System.Windows.Forms.TextBox(); + this.btnI2cWriteReg = new MaximStyle.MaximButton(); + this.tbI2cReadData = new System.Windows.Forms.TextBox(); + this.btnI2cReadReg = new MaximStyle.MaximButton(); + this.tbI2cAddress = new System.Windows.Forms.TextBox(); + this.tbI2cSlaveAddress = new System.Windows.Forms.TextBox(); + this.btnShowHideRpcLog = new MaximStyle.MaximButton(); + this.groupBox7 = new MaximStyle.MaximGroupBox(); + this.label19 = new System.Windows.Forms.Label(); + this.tbMAX30001WriteData = new System.Windows.Forms.TextBox(); + this.btnMAX30001ReadReg = new MaximStyle.MaximButton(); + this.tbMAX30001Address = new System.Windows.Forms.TextBox(); + this.label20 = new System.Windows.Forms.Label(); + this.tbMAX30001ReadData = new System.Windows.Forms.TextBox(); + this.btnMAX30001WriteReg = new MaximStyle.MaximButton(); + this.label21 = new System.Windows.Forms.Label(); + this.label22 = new System.Windows.Forms.Label(); + this.groupBox6.SuspendLayout(); + this.groupBox5.SuspendLayout(); + this.groupBox4.SuspendLayout(); + this.groupBox3.SuspendLayout(); + this.groupBox2.SuspendLayout(); + this.groupBox1.SuspendLayout(); + this.groupBox7.SuspendLayout(); + this.SuspendLayout(); + // + // groupBox6 + // + this.groupBox6.BackgroundColor = System.Drawing.Color.White; + this.groupBox6.Controls.Add(this.label18); + this.groupBox6.Controls.Add(this.tbCommandLine); + this.groupBox6.Controls.Add(this.btnRawRpcEnter); + this.groupBox6.Location = new System.Drawing.Point(424, 266); + this.groupBox6.Name = "groupBox6"; + this.groupBox6.Size = new System.Drawing.Size(378, 110); + this.groupBox6.TabIndex = 87; + this.groupBox6.TabStop = false; + this.groupBox6.Text = "Raw RPC"; + // + // label18 + // + this.label18.AutoSize = true; + this.label18.Location = new System.Drawing.Point(16, 28); + this.label18.Name = "label18"; + this.label18.Size = new System.Drawing.Size(77, 13); + this.label18.TabIndex = 106; + this.label18.Text = "Command Line"; + // + // tbCommandLine + // + this.tbCommandLine.Location = new System.Drawing.Point(19, 44); + this.tbCommandLine.Name = "tbCommandLine"; + this.tbCommandLine.Size = new System.Drawing.Size(279, 20); + this.tbCommandLine.TabIndex = 65; + this.tbCommandLine.Text = "/I2c/ReadReg 02 AE FF"; + // + // btnRawRpcEnter + // + this.btnRawRpcEnter.Location = new System.Drawing.Point(229, 70); + this.btnRawRpcEnter.Name = "btnRawRpcEnter"; + this.btnRawRpcEnter.Size = new System.Drawing.Size(80, 23); + this.btnRawRpcEnter.TabIndex = 64; + this.btnRawRpcEnter.Text = "Enter"; + this.btnRawRpcEnter.UseVisualStyleBackColor = true; + this.btnRawRpcEnter.Click += new System.EventHandler(this.btnRawRpcEnter_Click); + // + // groupBox5 + // + this.groupBox5.BackgroundColor = System.Drawing.Color.White; + this.groupBox5.Controls.Add(this.label17); + this.groupBox5.Controls.Add(this.tbLIS2HDWriteData); + this.groupBox5.Controls.Add(this.label16); + this.groupBox5.Controls.Add(this.btnLIS2HDReadReg); + this.groupBox5.Controls.Add(this.tbLIS2HDAddress); + this.groupBox5.Controls.Add(this.label15); + this.groupBox5.Controls.Add(this.tbLIS2HDReadData); + this.groupBox5.Controls.Add(this.btnLIS2HDWriteReg); + this.groupBox5.Location = new System.Drawing.Point(424, 44); + this.groupBox5.Name = "groupBox5"; + this.groupBox5.Size = new System.Drawing.Size(380, 110); + this.groupBox5.TabIndex = 86; + this.groupBox5.TabStop = false; + this.groupBox5.Text = "LIS2HD"; + // + // label17 + // + this.label17.AutoSize = true; + this.label17.Location = new System.Drawing.Point(226, 28); + this.label17.Name = "label17"; + this.label17.Size = new System.Drawing.Size(58, 13); + this.label17.TabIndex = 79; + this.label17.Text = "Write Data"; + // + // tbLIS2HDWriteData + // + this.tbLIS2HDWriteData.Location = new System.Drawing.Point(229, 45); + this.tbLIS2HDWriteData.Name = "tbLIS2HDWriteData"; + this.tbLIS2HDWriteData.Size = new System.Drawing.Size(80, 20); + this.tbLIS2HDWriteData.TabIndex = 105; + this.tbLIS2HDWriteData.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // label16 + // + this.label16.AutoSize = true; + this.label16.Location = new System.Drawing.Point(120, 28); + this.label16.Name = "label16"; + this.label16.Size = new System.Drawing.Size(59, 13); + this.label16.TabIndex = 78; + this.label16.Text = "Read Data"; + // + // btnLIS2HDReadReg + // + this.btnLIS2HDReadReg.Location = new System.Drawing.Point(123, 72); + this.btnLIS2HDReadReg.Margin = new System.Windows.Forms.Padding(2); + this.btnLIS2HDReadReg.Name = "btnLIS2HDReadReg"; + this.btnLIS2HDReadReg.Size = new System.Drawing.Size(80, 22); + this.btnLIS2HDReadReg.TabIndex = 98; + this.btnLIS2HDReadReg.Text = "ReadReg"; + this.btnLIS2HDReadReg.UseVisualStyleBackColor = true; + this.btnLIS2HDReadReg.Click += new System.EventHandler(this.btnLIS2HDReadReg_Click); + // + // tbLIS2HDAddress + // + this.tbLIS2HDAddress.Location = new System.Drawing.Point(19, 45); + this.tbLIS2HDAddress.Name = "tbLIS2HDAddress"; + this.tbLIS2HDAddress.Size = new System.Drawing.Size(80, 20); + this.tbLIS2HDAddress.TabIndex = 100; + this.tbLIS2HDAddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // label15 + // + this.label15.AutoSize = true; + this.label15.Location = new System.Drawing.Point(16, 28); + this.label15.Name = "label15"; + this.label15.Size = new System.Drawing.Size(45, 13); + this.label15.TabIndex = 77; + this.label15.Text = "Address"; + // + // tbLIS2HDReadData + // + this.tbLIS2HDReadData.Location = new System.Drawing.Point(123, 45); + this.tbLIS2HDReadData.Name = "tbLIS2HDReadData"; + this.tbLIS2HDReadData.ReadOnly = true; + this.tbLIS2HDReadData.Size = new System.Drawing.Size(80, 20); + this.tbLIS2HDReadData.TabIndex = 102; + this.tbLIS2HDReadData.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // btnLIS2HDWriteReg + // + this.btnLIS2HDWriteReg.Location = new System.Drawing.Point(229, 72); + this.btnLIS2HDWriteReg.Margin = new System.Windows.Forms.Padding(2); + this.btnLIS2HDWriteReg.Name = "btnLIS2HDWriteReg"; + this.btnLIS2HDWriteReg.Size = new System.Drawing.Size(80, 22); + this.btnLIS2HDWriteReg.TabIndex = 104; + this.btnLIS2HDWriteReg.Text = "WriteReg"; + this.btnLIS2HDWriteReg.UseVisualStyleBackColor = true; + this.btnLIS2HDWriteReg.Click += new System.EventHandler(this.btnLIS2HDWriteReg_Click); + // + // groupBox4 + // + this.groupBox4.BackgroundColor = System.Drawing.Color.White; + this.groupBox4.Controls.Add(this.label14); + this.groupBox4.Controls.Add(this.tbMAX30205WriteData); + this.groupBox4.Controls.Add(this.btnMAX30205ReadReg); + this.groupBox4.Controls.Add(this.tbMAX30205Address); + this.groupBox4.Controls.Add(this.label13); + this.groupBox4.Controls.Add(this.tbMAX30205ReadData); + this.groupBox4.Controls.Add(this.btnMAX30205WriteReg); + this.groupBox4.Controls.Add(this.label12); + this.groupBox4.Location = new System.Drawing.Point(16, 377); + this.groupBox4.Name = "groupBox4"; + this.groupBox4.Size = new System.Drawing.Size(400, 110); + this.groupBox4.TabIndex = 85; + this.groupBox4.TabStop = false; + this.groupBox4.Text = "MAX30205"; + // + // label14 + // + this.label14.AutoSize = true; + this.label14.Location = new System.Drawing.Point(226, 30); + this.label14.Name = "label14"; + this.label14.Size = new System.Drawing.Size(58, 13); + this.label14.TabIndex = 79; + this.label14.Text = "Write Data"; + // + // tbMAX30205WriteData + // + this.tbMAX30205WriteData.Location = new System.Drawing.Point(229, 46); + this.tbMAX30205WriteData.Name = "tbMAX30205WriteData"; + this.tbMAX30205WriteData.Size = new System.Drawing.Size(80, 20); + this.tbMAX30205WriteData.TabIndex = 107; + this.tbMAX30205WriteData.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // btnMAX30205ReadReg + // + this.btnMAX30205ReadReg.Location = new System.Drawing.Point(123, 72); + this.btnMAX30205ReadReg.Margin = new System.Windows.Forms.Padding(2); + this.btnMAX30205ReadReg.Name = "btnMAX30205ReadReg"; + this.btnMAX30205ReadReg.Size = new System.Drawing.Size(80, 22); + this.btnMAX30205ReadReg.TabIndex = 100; + this.btnMAX30205ReadReg.Text = "ReadReg"; + this.btnMAX30205ReadReg.UseVisualStyleBackColor = true; + this.btnMAX30205ReadReg.Click += new System.EventHandler(this.btnMAX30205ReadReg_Click); + // + // tbMAX30205Address + // + this.tbMAX30205Address.Location = new System.Drawing.Point(19, 46); + this.tbMAX30205Address.Name = "tbMAX30205Address"; + this.tbMAX30205Address.Size = new System.Drawing.Size(80, 20); + this.tbMAX30205Address.TabIndex = 102; + this.tbMAX30205Address.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // label13 + // + this.label13.AutoSize = true; + this.label13.Location = new System.Drawing.Point(120, 30); + this.label13.Name = "label13"; + this.label13.Size = new System.Drawing.Size(59, 13); + this.label13.TabIndex = 78; + this.label13.Text = "Read Data"; + // + // tbMAX30205ReadData + // + this.tbMAX30205ReadData.Location = new System.Drawing.Point(123, 46); + this.tbMAX30205ReadData.Name = "tbMAX30205ReadData"; + this.tbMAX30205ReadData.ReadOnly = true; + this.tbMAX30205ReadData.Size = new System.Drawing.Size(80, 20); + this.tbMAX30205ReadData.TabIndex = 104; + this.tbMAX30205ReadData.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // btnMAX30205WriteReg + // + this.btnMAX30205WriteReg.Location = new System.Drawing.Point(229, 72); + this.btnMAX30205WriteReg.Margin = new System.Windows.Forms.Padding(2); + this.btnMAX30205WriteReg.Name = "btnMAX30205WriteReg"; + this.btnMAX30205WriteReg.Size = new System.Drawing.Size(80, 22); + this.btnMAX30205WriteReg.TabIndex = 106; + this.btnMAX30205WriteReg.Text = "WriteReg"; + this.btnMAX30205WriteReg.UseVisualStyleBackColor = true; + this.btnMAX30205WriteReg.Click += new System.EventHandler(this.btnMAX30205WriteReg_Click); + // + // label12 + // + this.label12.AutoSize = true; + this.label12.Location = new System.Drawing.Point(16, 30); + this.label12.Name = "label12"; + this.label12.Size = new System.Drawing.Size(45, 13); + this.label12.TabIndex = 77; + this.label12.Text = "Address"; + // + // groupBox3 + // + this.groupBox3.BackgroundColor = System.Drawing.Color.White; + this.groupBox3.Controls.Add(this.label11); + this.groupBox3.Controls.Add(this.btnMAX30101ReadReg); + this.groupBox3.Controls.Add(this.tbMAX30101WriteData); + this.groupBox3.Controls.Add(this.label10); + this.groupBox3.Controls.Add(this.btnSpiWriteReg); + this.groupBox3.Controls.Add(this.tbMAX30101ReadData); + this.groupBox3.Controls.Add(this.label9); + this.groupBox3.Controls.Add(this.tbMAX30101Address); + this.groupBox3.Location = new System.Drawing.Point(16, 266); + this.groupBox3.Name = "groupBox3"; + this.groupBox3.Size = new System.Drawing.Size(400, 110); + this.groupBox3.TabIndex = 84; + this.groupBox3.TabStop = false; + this.groupBox3.Text = "MAX30101"; + // + // label11 + // + this.label11.AutoSize = true; + this.label11.Location = new System.Drawing.Point(226, 28); + this.label11.Name = "label11"; + this.label11.Size = new System.Drawing.Size(58, 13); + this.label11.TabIndex = 79; + this.label11.Text = "Write Data"; + // + // btnMAX30101ReadReg + // + this.btnMAX30101ReadReg.Location = new System.Drawing.Point(123, 71); + this.btnMAX30101ReadReg.Margin = new System.Windows.Forms.Padding(2); + this.btnMAX30101ReadReg.Name = "btnMAX30101ReadReg"; + this.btnMAX30101ReadReg.Size = new System.Drawing.Size(80, 22); + this.btnMAX30101ReadReg.TabIndex = 92; + this.btnMAX30101ReadReg.Text = "ReadReg"; + this.btnMAX30101ReadReg.UseVisualStyleBackColor = true; + this.btnMAX30101ReadReg.Click += new System.EventHandler(this.btnMAX30101ReadReg_Click); + // + // tbMAX30101WriteData + // + this.tbMAX30101WriteData.Location = new System.Drawing.Point(229, 44); + this.tbMAX30101WriteData.Name = "tbMAX30101WriteData"; + this.tbMAX30101WriteData.Size = new System.Drawing.Size(80, 20); + this.tbMAX30101WriteData.TabIndex = 99; + this.tbMAX30101WriteData.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // label10 + // + this.label10.AutoSize = true; + this.label10.Location = new System.Drawing.Point(120, 28); + this.label10.Name = "label10"; + this.label10.Size = new System.Drawing.Size(59, 13); + this.label10.TabIndex = 78; + this.label10.Text = "Read Data"; + // + // btnSpiWriteReg + // + this.btnSpiWriteReg.Location = new System.Drawing.Point(229, 71); + this.btnSpiWriteReg.Margin = new System.Windows.Forms.Padding(2); + this.btnSpiWriteReg.Name = "btnSpiWriteReg"; + this.btnSpiWriteReg.Size = new System.Drawing.Size(80, 22); + this.btnSpiWriteReg.TabIndex = 98; + this.btnSpiWriteReg.Text = "WriteReg"; + this.btnSpiWriteReg.UseVisualStyleBackColor = true; + this.btnSpiWriteReg.Click += new System.EventHandler(this.btnSpiWriteReg_Click); + // + // tbMAX30101ReadData + // + this.tbMAX30101ReadData.Location = new System.Drawing.Point(123, 44); + this.tbMAX30101ReadData.Name = "tbMAX30101ReadData"; + this.tbMAX30101ReadData.ReadOnly = true; + this.tbMAX30101ReadData.Size = new System.Drawing.Size(80, 20); + this.tbMAX30101ReadData.TabIndex = 96; + this.tbMAX30101ReadData.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // label9 + // + this.label9.AutoSize = true; + this.label9.Location = new System.Drawing.Point(16, 28); + this.label9.Name = "label9"; + this.label9.Size = new System.Drawing.Size(45, 13); + this.label9.TabIndex = 77; + this.label9.Text = "Address"; + // + // tbMAX30101Address + // + this.tbMAX30101Address.Location = new System.Drawing.Point(19, 44); + this.tbMAX30101Address.Name = "tbMAX30101Address"; + this.tbMAX30101Address.Size = new System.Drawing.Size(80, 20); + this.tbMAX30101Address.TabIndex = 94; + this.tbMAX30101Address.Text = "AE"; + this.tbMAX30101Address.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // groupBox2 + // + this.groupBox2.BackgroundColor = System.Drawing.Color.White; + this.groupBox2.Controls.Add(this.label8); + this.groupBox2.Controls.Add(this.tbSpiWriteData); + this.groupBox2.Controls.Add(this.label7); + this.groupBox2.Controls.Add(this.btnSpiReadReg); + this.groupBox2.Controls.Add(this.label6); + this.groupBox2.Controls.Add(this.tbSpiAddress); + this.groupBox2.Controls.Add(this.tbSpiReadData); + this.groupBox2.Controls.Add(this.btnI2cWriteData); + this.groupBox2.Location = new System.Drawing.Point(16, 155); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Size = new System.Drawing.Size(400, 110); + this.groupBox2.TabIndex = 83; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "SPI"; + // + // label8 + // + this.label8.AutoSize = true; + this.label8.Location = new System.Drawing.Point(226, 31); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(58, 13); + this.label8.TabIndex = 79; + this.label8.Text = "Write Data"; + // + // tbSpiWriteData + // + this.tbSpiWriteData.Location = new System.Drawing.Point(229, 47); + this.tbSpiWriteData.Name = "tbSpiWriteData"; + this.tbSpiWriteData.Size = new System.Drawing.Size(80, 20); + this.tbSpiWriteData.TabIndex = 104; + this.tbSpiWriteData.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // label7 + // + this.label7.AutoSize = true; + this.label7.Location = new System.Drawing.Point(120, 31); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(59, 13); + this.label7.TabIndex = 78; + this.label7.Text = "Read Data"; + // + // btnSpiReadReg + // + this.btnSpiReadReg.Location = new System.Drawing.Point(123, 73); + this.btnSpiReadReg.Margin = new System.Windows.Forms.Padding(2); + this.btnSpiReadReg.Name = "btnSpiReadReg"; + this.btnSpiReadReg.Size = new System.Drawing.Size(80, 22); + this.btnSpiReadReg.TabIndex = 97; + this.btnSpiReadReg.Text = "ReadReg"; + this.btnSpiReadReg.UseVisualStyleBackColor = true; + this.btnSpiReadReg.Click += new System.EventHandler(this.btnSpiReadReg_Click); + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(16, 31); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(45, 13); + this.label6.TabIndex = 77; + this.label6.Text = "Address"; + // + // tbSpiAddress + // + this.tbSpiAddress.Location = new System.Drawing.Point(19, 47); + this.tbSpiAddress.Name = "tbSpiAddress"; + this.tbSpiAddress.Size = new System.Drawing.Size(80, 20); + this.tbSpiAddress.TabIndex = 99; + this.tbSpiAddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // tbSpiReadData + // + this.tbSpiReadData.Location = new System.Drawing.Point(123, 47); + this.tbSpiReadData.Name = "tbSpiReadData"; + this.tbSpiReadData.ReadOnly = true; + this.tbSpiReadData.Size = new System.Drawing.Size(80, 20); + this.tbSpiReadData.TabIndex = 101; + this.tbSpiReadData.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // btnI2cWriteData + // + this.btnI2cWriteData.Location = new System.Drawing.Point(229, 73); + this.btnI2cWriteData.Margin = new System.Windows.Forms.Padding(2); + this.btnI2cWriteData.Name = "btnI2cWriteData"; + this.btnI2cWriteData.Size = new System.Drawing.Size(80, 22); + this.btnI2cWriteData.TabIndex = 103; + this.btnI2cWriteData.Text = "WriteReg"; + this.btnI2cWriteData.UseVisualStyleBackColor = true; + this.btnI2cWriteData.Click += new System.EventHandler(this.btnI2cWriteData_Click); + // + // groupBox1 + // + this.groupBox1.BackgroundColor = System.Drawing.Color.White; + this.groupBox1.Controls.Add(this.label5); + this.groupBox1.Controls.Add(this.label4); + this.groupBox1.Controls.Add(this.label3); + this.groupBox1.Controls.Add(this.label2); + this.groupBox1.Controls.Add(this.label1); + this.groupBox1.Controls.Add(this.tbI2cInstance); + this.groupBox1.Controls.Add(this.tbI2cWriteData); + this.groupBox1.Controls.Add(this.btnI2cWriteReg); + this.groupBox1.Controls.Add(this.tbI2cReadData); + this.groupBox1.Controls.Add(this.btnI2cReadReg); + this.groupBox1.Controls.Add(this.tbI2cAddress); + this.groupBox1.Controls.Add(this.tbI2cSlaveAddress); + this.groupBox1.Location = new System.Drawing.Point(16, 44); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(400, 110); + this.groupBox1.TabIndex = 82; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "I2C"; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(317, 27); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(58, 13); + this.label5.TabIndex = 79; + this.label5.Text = "Write Data"; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(250, 27); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(59, 13); + this.label4.TabIndex = 78; + this.label4.Text = "Read Data"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(166, 27); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(45, 13); + this.label3.TabIndex = 77; + this.label3.Text = "Address"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(91, 27); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(75, 13); + this.label2.TabIndex = 76; + this.label2.Text = "Slave Address"; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(12, 27); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(48, 13); + this.label1.TabIndex = 75; + this.label1.Text = "Instance"; + // + // tbI2cInstance + // + this.tbI2cInstance.Location = new System.Drawing.Point(15, 45); + this.tbI2cInstance.Name = "tbI2cInstance"; + this.tbI2cInstance.Size = new System.Drawing.Size(69, 20); + this.tbI2cInstance.TabIndex = 72; + this.tbI2cInstance.Text = "2"; + this.tbI2cInstance.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // tbI2cWriteData + // + this.tbI2cWriteData.Location = new System.Drawing.Point(320, 45); + this.tbI2cWriteData.Name = "tbI2cWriteData"; + this.tbI2cWriteData.Size = new System.Drawing.Size(69, 20); + this.tbI2cWriteData.TabIndex = 74; + this.tbI2cWriteData.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // btnI2cWriteReg + // + this.btnI2cWriteReg.Location = new System.Drawing.Point(320, 72); + this.btnI2cWriteReg.Margin = new System.Windows.Forms.Padding(2); + this.btnI2cWriteReg.Name = "btnI2cWriteReg"; + this.btnI2cWriteReg.Size = new System.Drawing.Size(69, 22); + this.btnI2cWriteReg.TabIndex = 71; + this.btnI2cWriteReg.Text = "WriteReg"; + this.btnI2cWriteReg.UseVisualStyleBackColor = true; + this.btnI2cWriteReg.Click += new System.EventHandler(this.btnI2cWriteReg_Click); + // + // tbI2cReadData + // + this.tbI2cReadData.Location = new System.Drawing.Point(253, 45); + this.tbI2cReadData.Name = "tbI2cReadData"; + this.tbI2cReadData.ReadOnly = true; + this.tbI2cReadData.Size = new System.Drawing.Size(61, 20); + this.tbI2cReadData.TabIndex = 69; + this.tbI2cReadData.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // btnI2cReadReg + // + this.btnI2cReadReg.Location = new System.Drawing.Point(253, 72); + this.btnI2cReadReg.Margin = new System.Windows.Forms.Padding(2); + this.btnI2cReadReg.Name = "btnI2cReadReg"; + this.btnI2cReadReg.Size = new System.Drawing.Size(61, 22); + this.btnI2cReadReg.TabIndex = 64; + this.btnI2cReadReg.Text = "ReadReg"; + this.btnI2cReadReg.UseVisualStyleBackColor = true; + this.btnI2cReadReg.Click += new System.EventHandler(this.btnI2cReadReg_Click); + // + // tbI2cAddress + // + this.tbI2cAddress.Location = new System.Drawing.Point(169, 45); + this.tbI2cAddress.Name = "tbI2cAddress"; + this.tbI2cAddress.Size = new System.Drawing.Size(69, 20); + this.tbI2cAddress.TabIndex = 67; + this.tbI2cAddress.Text = "FF"; + this.tbI2cAddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // tbI2cSlaveAddress + // + this.tbI2cSlaveAddress.Location = new System.Drawing.Point(94, 45); + this.tbI2cSlaveAddress.Name = "tbI2cSlaveAddress"; + this.tbI2cSlaveAddress.Size = new System.Drawing.Size(69, 20); + this.tbI2cSlaveAddress.TabIndex = 65; + this.tbI2cSlaveAddress.Text = "AE"; + this.tbI2cSlaveAddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // btnShowHideRpcLog + // + this.btnShowHideRpcLog.Location = new System.Drawing.Point(16, 15); + this.btnShowHideRpcLog.Name = "btnShowHideRpcLog"; + this.btnShowHideRpcLog.Size = new System.Drawing.Size(127, 23); + this.btnShowHideRpcLog.TabIndex = 88; + this.btnShowHideRpcLog.Text = "Show RPC Log"; + this.btnShowHideRpcLog.UseVisualStyleBackColor = true; + this.btnShowHideRpcLog.Click += new System.EventHandler(this.btnShowHideRpcLog_Click); + // + // groupBox7 + // + this.groupBox7.BackgroundColor = System.Drawing.Color.White; + this.groupBox7.Controls.Add(this.label19); + this.groupBox7.Controls.Add(this.tbMAX30001WriteData); + this.groupBox7.Controls.Add(this.btnMAX30001ReadReg); + this.groupBox7.Controls.Add(this.tbMAX30001Address); + this.groupBox7.Controls.Add(this.label20); + this.groupBox7.Controls.Add(this.tbMAX30001ReadData); + this.groupBox7.Controls.Add(this.btnMAX30001WriteReg); + this.groupBox7.Controls.Add(this.label21); + this.groupBox7.Location = new System.Drawing.Point(424, 155); + this.groupBox7.Name = "groupBox7"; + this.groupBox7.Size = new System.Drawing.Size(380, 110); + this.groupBox7.TabIndex = 109; + this.groupBox7.TabStop = false; + this.groupBox7.Text = "MAX30001"; + // + // label19 + // + this.label19.AutoSize = true; + this.label19.Location = new System.Drawing.Point(226, 31); + this.label19.Name = "label19"; + this.label19.Size = new System.Drawing.Size(58, 13); + this.label19.TabIndex = 79; + this.label19.Text = "Write Data"; + // + // tbMAX30001WriteData + // + this.tbMAX30001WriteData.Location = new System.Drawing.Point(229, 47); + this.tbMAX30001WriteData.Name = "tbMAX30001WriteData"; + this.tbMAX30001WriteData.Size = new System.Drawing.Size(80, 20); + this.tbMAX30001WriteData.TabIndex = 107; + this.tbMAX30001WriteData.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // btnMAX30001ReadReg + // + this.btnMAX30001ReadReg.Location = new System.Drawing.Point(123, 73); + this.btnMAX30001ReadReg.Margin = new System.Windows.Forms.Padding(2); + this.btnMAX30001ReadReg.Name = "btnMAX30001ReadReg"; + this.btnMAX30001ReadReg.Size = new System.Drawing.Size(80, 22); + this.btnMAX30001ReadReg.TabIndex = 100; + this.btnMAX30001ReadReg.Text = "ReadReg"; + this.btnMAX30001ReadReg.UseVisualStyleBackColor = true; + this.btnMAX30001ReadReg.Click += new System.EventHandler(this.btnMAX30001ReadReg_Click); + // + // tbMAX30001Address + // + this.tbMAX30001Address.Location = new System.Drawing.Point(19, 47); + this.tbMAX30001Address.Name = "tbMAX30001Address"; + this.tbMAX30001Address.Size = new System.Drawing.Size(80, 20); + this.tbMAX30001Address.TabIndex = 102; + this.tbMAX30001Address.Text = "02"; + this.tbMAX30001Address.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // label20 + // + this.label20.AutoSize = true; + this.label20.Location = new System.Drawing.Point(120, 31); + this.label20.Name = "label20"; + this.label20.Size = new System.Drawing.Size(59, 13); + this.label20.TabIndex = 78; + this.label20.Text = "Read Data"; + // + // tbMAX30001ReadData + // + this.tbMAX30001ReadData.Location = new System.Drawing.Point(123, 47); + this.tbMAX30001ReadData.Name = "tbMAX30001ReadData"; + this.tbMAX30001ReadData.ReadOnly = true; + this.tbMAX30001ReadData.Size = new System.Drawing.Size(80, 20); + this.tbMAX30001ReadData.TabIndex = 104; + this.tbMAX30001ReadData.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // btnMAX30001WriteReg + // + this.btnMAX30001WriteReg.Location = new System.Drawing.Point(229, 73); + this.btnMAX30001WriteReg.Margin = new System.Windows.Forms.Padding(2); + this.btnMAX30001WriteReg.Name = "btnMAX30001WriteReg"; + this.btnMAX30001WriteReg.Size = new System.Drawing.Size(80, 22); + this.btnMAX30001WriteReg.TabIndex = 106; + this.btnMAX30001WriteReg.Text = "WriteReg"; + this.btnMAX30001WriteReg.UseVisualStyleBackColor = true; + this.btnMAX30001WriteReg.Click += new System.EventHandler(this.btnMAX30001WriteReg_Click); + // + // label21 + // + this.label21.AutoSize = true; + this.label21.Location = new System.Drawing.Point(16, 31); + this.label21.Name = "label21"; + this.label21.Size = new System.Drawing.Size(45, 13); + this.label21.TabIndex = 77; + this.label21.Text = "Address"; + // + // label22 + // + this.label22.AutoSize = true; + this.label22.Location = new System.Drawing.Point(20, 494); + this.label22.Name = "label22"; + this.label22.Size = new System.Drawing.Size(230, 13); + this.label22.TabIndex = 110; + this.label22.Text = "Note: All values on this tab are in hexadecimal. "; + // + // PrimitivesView + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.Color.White; + this.Controls.Add(this.label22); + this.Controls.Add(this.groupBox7); + this.Controls.Add(this.btnShowHideRpcLog); + this.Controls.Add(this.groupBox6); + this.Controls.Add(this.groupBox5); + this.Controls.Add(this.groupBox4); + this.Controls.Add(this.groupBox3); + this.Controls.Add(this.groupBox2); + this.Controls.Add(this.groupBox1); + this.Name = "PrimitivesView"; + this.Size = new System.Drawing.Size(1006, 512); + this.Load += new System.EventHandler(this.PrimitivesView_Load); + this.groupBox6.ResumeLayout(false); + this.groupBox6.PerformLayout(); + this.groupBox5.ResumeLayout(false); + this.groupBox5.PerformLayout(); + this.groupBox4.ResumeLayout(false); + this.groupBox4.PerformLayout(); + this.groupBox3.ResumeLayout(false); + this.groupBox3.PerformLayout(); + this.groupBox2.ResumeLayout(false); + this.groupBox2.PerformLayout(); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.groupBox7.ResumeLayout(false); + this.groupBox7.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private MaximStyle.MaximGroupBox groupBox6; + private System.Windows.Forms.TextBox tbCommandLine; + private MaximStyle.MaximButton btnRawRpcEnter; + private MaximStyle.MaximGroupBox groupBox5; + private System.Windows.Forms.TextBox tbLIS2HDWriteData; + private MaximStyle.MaximButton btnLIS2HDReadReg; + private System.Windows.Forms.TextBox tbLIS2HDAddress; + private System.Windows.Forms.TextBox tbLIS2HDReadData; + private MaximStyle.MaximButton btnLIS2HDWriteReg; + private MaximStyle.MaximGroupBox groupBox4; + private System.Windows.Forms.TextBox tbMAX30205WriteData; + private MaximStyle.MaximButton btnMAX30205ReadReg; + private System.Windows.Forms.TextBox tbMAX30205Address; + private System.Windows.Forms.TextBox tbMAX30205ReadData; + private MaximStyle.MaximButton btnMAX30205WriteReg; + private MaximStyle.MaximGroupBox groupBox3; + private MaximStyle.MaximButton btnMAX30101ReadReg; + private System.Windows.Forms.TextBox tbMAX30101WriteData; + private MaximStyle.MaximButton btnSpiWriteReg; + private System.Windows.Forms.TextBox tbMAX30101ReadData; + private System.Windows.Forms.TextBox tbMAX30101Address; + private MaximStyle.MaximGroupBox groupBox2; + private System.Windows.Forms.TextBox tbSpiWriteData; + private MaximStyle.MaximButton btnSpiReadReg; + private System.Windows.Forms.TextBox tbSpiAddress; + private System.Windows.Forms.TextBox tbSpiReadData; + private MaximStyle.MaximButton btnI2cWriteData; + private MaximStyle.MaximGroupBox groupBox1; + private System.Windows.Forms.TextBox tbI2cInstance; + private System.Windows.Forms.TextBox tbI2cWriteData; + private MaximStyle.MaximButton btnI2cWriteReg; + private System.Windows.Forms.TextBox tbI2cReadData; + private MaximStyle.MaximButton btnI2cReadReg; + private System.Windows.Forms.TextBox tbI2cAddress; + private System.Windows.Forms.TextBox tbI2cSlaveAddress; + private MaximStyle.MaximButton btnShowHideRpcLog; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.Label label18; + private System.Windows.Forms.Label label17; + private System.Windows.Forms.Label label16; + private System.Windows.Forms.Label label15; + private System.Windows.Forms.Label label14; + private System.Windows.Forms.Label label13; + private System.Windows.Forms.Label label12; + private System.Windows.Forms.Label label11; + private System.Windows.Forms.Label label10; + private System.Windows.Forms.Label label9; + private System.Windows.Forms.Label label8; + private System.Windows.Forms.Label label7; + private System.Windows.Forms.Label label6; + private System.Windows.Forms.Label label5; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.Label label2; + private MaximStyle.MaximGroupBox groupBox7; + private System.Windows.Forms.Label label19; + private System.Windows.Forms.TextBox tbMAX30001WriteData; + private MaximStyle.MaximButton btnMAX30001ReadReg; + private System.Windows.Forms.TextBox tbMAX30001Address; + private System.Windows.Forms.Label label20; + private System.Windows.Forms.TextBox tbMAX30001ReadData; + private MaximStyle.MaximButton btnMAX30001WriteReg; + private System.Windows.Forms.Label label21; + private System.Windows.Forms.Label label22; + } +}