namespace DataStreamInterfaceTest { partial class DemoMainWnd { /// /// 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.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.getIDButton = new System.Windows.Forms.Button(); this.getFramesButton = new System.Windows.Forms.Button(); this.measurementLabel = new System.Windows.Forms.Label(); this.stateLabel = new System.Windows.Forms.Label(); this.capabilitiesLabel = new System.Windows.Forms.Label(); this.getQuantityUnitsButton = new System.Windows.Forms.Button(); this.getQuantityCaptionButton = new System.Windows.Forms.Button(); this.getQuantitiesCountButton = new System.Windows.Forms.Button(); this.getVolumeUnitsButton = new System.Windows.Forms.Button(); this.getTimeUnitsButton = new System.Windows.Forms.Button(); this.setStateButton = new System.Windows.Forms.Button(); this.getStateButton = new System.Windows.Forms.Button(); this.stopMeasurementButton = new System.Windows.Forms.Button(); this.startMeasurementButton = new System.Windows.Forms.Button(); this.closeConnectionButton = new System.Windows.Forms.Button(); this.openConnectionButton = new System.Windows.Forms.Button(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.logsTextBox = new System.Windows.Forms.TextBox(); this.dataTabControl = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.framesListView = new System.Windows.Forms.ListView(); this.tabPage2 = new System.Windows.Forms.TabPage(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.dataTabControl.SuspendLayout(); this.tabPage1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.IsSplitterFixed = true; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.getIDButton); this.splitContainer1.Panel1.Controls.Add(this.getFramesButton); this.splitContainer1.Panel1.Controls.Add(this.measurementLabel); this.splitContainer1.Panel1.Controls.Add(this.stateLabel); this.splitContainer1.Panel1.Controls.Add(this.capabilitiesLabel); this.splitContainer1.Panel1.Controls.Add(this.getQuantityUnitsButton); this.splitContainer1.Panel1.Controls.Add(this.getQuantityCaptionButton); this.splitContainer1.Panel1.Controls.Add(this.getQuantitiesCountButton); this.splitContainer1.Panel1.Controls.Add(this.getVolumeUnitsButton); this.splitContainer1.Panel1.Controls.Add(this.getTimeUnitsButton); this.splitContainer1.Panel1.Controls.Add(this.setStateButton); this.splitContainer1.Panel1.Controls.Add(this.getStateButton); this.splitContainer1.Panel1.Controls.Add(this.stopMeasurementButton); this.splitContainer1.Panel1.Controls.Add(this.startMeasurementButton); this.splitContainer1.Panel1.Controls.Add(this.closeConnectionButton); this.splitContainer1.Panel1.Controls.Add(this.openConnectionButton); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.splitContainer2); this.splitContainer1.Size = new System.Drawing.Size(826, 583); this.splitContainer1.SplitterDistance = 150; this.splitContainer1.TabIndex = 0; // // getIDButton // this.getIDButton.Location = new System.Drawing.Point(12, 480); this.getIDButton.Name = "getIDButton"; this.getIDButton.Size = new System.Drawing.Size(128, 24); this.getIDButton.TabIndex = 12; this.getIDButton.Text = "Get ID"; this.getIDButton.UseVisualStyleBackColor = true; this.getIDButton.Click += new System.EventHandler(this.getIDButton_Click); // // getFramesButton // this.getFramesButton.Location = new System.Drawing.Point(12, 450); this.getFramesButton.Name = "getFramesButton"; this.getFramesButton.Size = new System.Drawing.Size(128, 24); this.getFramesButton.TabIndex = 11; this.getFramesButton.Text = "Get frames"; this.getFramesButton.UseVisualStyleBackColor = true; this.getFramesButton.Click += new System.EventHandler(this.getFramesButton_Click); // // measurementLabel // this.measurementLabel.AutoSize = true; this.measurementLabel.Location = new System.Drawing.Point(12, 374); this.measurementLabel.Name = "measurementLabel"; this.measurementLabel.Size = new System.Drawing.Size(74, 13); this.measurementLabel.TabIndex = 15; this.measurementLabel.Text = "Measurement:"; // // stateLabel // this.stateLabel.AutoSize = true; this.stateLabel.Location = new System.Drawing.Point(12, 194); this.stateLabel.Name = "stateLabel"; this.stateLabel.Size = new System.Drawing.Size(112, 13); this.stateLabel.TabIndex = 14; this.stateLabel.Text = "State and connection:"; // // capabilitiesLabel // this.capabilitiesLabel.AutoSize = true; this.capabilitiesLabel.Location = new System.Drawing.Point(12, 9); this.capabilitiesLabel.Name = "capabilitiesLabel"; this.capabilitiesLabel.Size = new System.Drawing.Size(63, 13); this.capabilitiesLabel.TabIndex = 13; this.capabilitiesLabel.Text = "Capabilities:"; // // getQuantityUnitsButton // this.getQuantityUnitsButton.Location = new System.Drawing.Point(12, 145); this.getQuantityUnitsButton.Name = "getQuantityUnitsButton"; this.getQuantityUnitsButton.Size = new System.Drawing.Size(128, 24); this.getQuantityUnitsButton.TabIndex = 4; this.getQuantityUnitsButton.Text = "Get quantity units"; this.getQuantityUnitsButton.UseVisualStyleBackColor = true; this.getQuantityUnitsButton.Click += new System.EventHandler(this.getQuantityUnitsButton_Click); // // getQuantityCaptionButton // this.getQuantityCaptionButton.Location = new System.Drawing.Point(12, 115); this.getQuantityCaptionButton.Name = "getQuantityCaptionButton"; this.getQuantityCaptionButton.Size = new System.Drawing.Size(128, 24); this.getQuantityCaptionButton.TabIndex = 3; this.getQuantityCaptionButton.Text = "Get quantity caption"; this.getQuantityCaptionButton.UseVisualStyleBackColor = true; this.getQuantityCaptionButton.Click += new System.EventHandler(this.getQuantityCaptionButton_Click); // // getQuantitiesCountButton // this.getQuantitiesCountButton.Location = new System.Drawing.Point(12, 85); this.getQuantitiesCountButton.Name = "getQuantitiesCountButton"; this.getQuantitiesCountButton.Size = new System.Drawing.Size(128, 24); this.getQuantitiesCountButton.TabIndex = 2; this.getQuantitiesCountButton.Text = "Get quantities count"; this.getQuantitiesCountButton.UseVisualStyleBackColor = true; this.getQuantitiesCountButton.Click += new System.EventHandler(this.getQuantitiesCountButton_Click); // // getVolumeUnitsButton // this.getVolumeUnitsButton.Location = new System.Drawing.Point(12, 55); this.getVolumeUnitsButton.Name = "getVolumeUnitsButton"; this.getVolumeUnitsButton.Size = new System.Drawing.Size(128, 24); this.getVolumeUnitsButton.TabIndex = 1; this.getVolumeUnitsButton.Text = "Get volume units"; this.getVolumeUnitsButton.UseVisualStyleBackColor = true; this.getVolumeUnitsButton.Click += new System.EventHandler(this.getVolumeUnitsButton_Click); // // getTimeUnitsButton // this.getTimeUnitsButton.Location = new System.Drawing.Point(12, 25); this.getTimeUnitsButton.Name = "getTimeUnitsButton"; this.getTimeUnitsButton.Size = new System.Drawing.Size(128, 24); this.getTimeUnitsButton.TabIndex = 0; this.getTimeUnitsButton.Text = "Get time units"; this.getTimeUnitsButton.UseVisualStyleBackColor = true; this.getTimeUnitsButton.Click += new System.EventHandler(this.getTimeUnitsButton_Click); // // setStateButton // this.setStateButton.Location = new System.Drawing.Point(12, 315); this.setStateButton.Name = "setStateButton"; this.setStateButton.Size = new System.Drawing.Size(128, 24); this.setStateButton.TabIndex = 8; this.setStateButton.Text = "Set state"; this.setStateButton.UseVisualStyleBackColor = true; this.setStateButton.Click += new System.EventHandler(this.setStateButton_Click); // // getStateButton // this.getStateButton.Location = new System.Drawing.Point(12, 285); this.getStateButton.Name = "getStateButton"; this.getStateButton.Size = new System.Drawing.Size(128, 24); this.getStateButton.TabIndex = 7; this.getStateButton.Text = "Get state"; this.getStateButton.UseVisualStyleBackColor = true; this.getStateButton.Click += new System.EventHandler(this.getStateButton_Click); // // stopMeasurementButton // this.stopMeasurementButton.Location = new System.Drawing.Point(12, 420); this.stopMeasurementButton.Name = "stopMeasurementButton"; this.stopMeasurementButton.Size = new System.Drawing.Size(128, 24); this.stopMeasurementButton.TabIndex = 10; this.stopMeasurementButton.Text = "Stop measurement"; this.stopMeasurementButton.UseVisualStyleBackColor = true; this.stopMeasurementButton.Click += new System.EventHandler(this.stopMeasurementButton_Click); // // startMeasurementButton // this.startMeasurementButton.Location = new System.Drawing.Point(12, 390); this.startMeasurementButton.Name = "startMeasurementButton"; this.startMeasurementButton.Size = new System.Drawing.Size(128, 24); this.startMeasurementButton.TabIndex = 9; this.startMeasurementButton.Text = "Start measurement"; this.startMeasurementButton.UseVisualStyleBackColor = true; this.startMeasurementButton.Click += new System.EventHandler(this.startMeasurementButton_Click); // // closeConnectionButton // this.closeConnectionButton.Location = new System.Drawing.Point(12, 240); this.closeConnectionButton.Name = "closeConnectionButton"; this.closeConnectionButton.Size = new System.Drawing.Size(128, 24); this.closeConnectionButton.TabIndex = 6; this.closeConnectionButton.Text = "Close connection"; this.closeConnectionButton.UseVisualStyleBackColor = true; this.closeConnectionButton.Click += new System.EventHandler(this.closeConnectionButton_Click); // // openConnectionButton // this.openConnectionButton.Location = new System.Drawing.Point(12, 210); this.openConnectionButton.Name = "openConnectionButton"; this.openConnectionButton.Size = new System.Drawing.Size(128, 24); this.openConnectionButton.TabIndex = 5; this.openConnectionButton.Text = "Open connection"; this.openConnectionButton.UseVisualStyleBackColor = true; this.openConnectionButton.Click += new System.EventHandler(this.openConnectionButton_Click); // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.logsTextBox); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.dataTabControl); this.splitContainer2.Size = new System.Drawing.Size(672, 583); this.splitContainer2.SplitterDistance = 222; this.splitContainer2.TabIndex = 0; // // logsTextBox // this.logsTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.logsTextBox.Location = new System.Drawing.Point(0, 0); this.logsTextBox.Multiline = true; this.logsTextBox.Name = "logsTextBox"; this.logsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.logsTextBox.Size = new System.Drawing.Size(672, 222); this.logsTextBox.TabIndex = 0; // // dataTabControl // this.dataTabControl.Controls.Add(this.tabPage1); this.dataTabControl.Controls.Add(this.tabPage2); this.dataTabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.dataTabControl.Location = new System.Drawing.Point(0, 0); this.dataTabControl.Name = "dataTabControl"; this.dataTabControl.SelectedIndex = 0; this.dataTabControl.Size = new System.Drawing.Size(672, 357); this.dataTabControl.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.framesListView); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(664, 331); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Transferred frames"; this.tabPage1.UseVisualStyleBackColor = true; // // framesListView // this.framesListView.Dock = System.Windows.Forms.DockStyle.Fill; this.framesListView.GridLines = true; this.framesListView.Location = new System.Drawing.Point(3, 3); this.framesListView.Name = "framesListView"; this.framesListView.Size = new System.Drawing.Size(658, 325); this.framesListView.TabIndex = 0; this.framesListView.UseCompatibleStateImageBehavior = false; this.framesListView.View = System.Windows.Forms.View.Details; // // tabPage2 // this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(664, 331); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Graph"; this.tabPage2.UseVisualStyleBackColor = true; // // DemoMainWnd // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(826, 583); this.Controls.Add(this.splitContainer1); this.Name = "DemoMainWnd"; this.Text = "Datastream interface test"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DemoMainWnd_FormClosing); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel1.PerformLayout(); this.splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); this.dataTabControl.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Button openConnectionButton; private System.Windows.Forms.Button closeConnectionButton; private System.Windows.Forms.Button stopMeasurementButton; private System.Windows.Forms.Button startMeasurementButton; private System.Windows.Forms.Button setStateButton; private System.Windows.Forms.Button getStateButton; private System.Windows.Forms.Button getQuantityUnitsButton; private System.Windows.Forms.Button getQuantityCaptionButton; private System.Windows.Forms.Button getQuantitiesCountButton; private System.Windows.Forms.Button getVolumeUnitsButton; private System.Windows.Forms.Button getTimeUnitsButton; private System.Windows.Forms.Label measurementLabel; private System.Windows.Forms.Label stateLabel; private System.Windows.Forms.Label capabilitiesLabel; private System.Windows.Forms.Button getIDButton; private System.Windows.Forms.Button getFramesButton; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.TextBox logsTextBox; private System.Windows.Forms.TabControl dataTabControl; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.ListView framesListView; private System.Windows.Forms.TabPage tabPage2; } }