namespace IndianHealthService.BMXNet.Example.CrossComponent.WindowsApp
{
partial class WindowsApplicationMainWindow
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WindowsApplicationMainWindow));
this.panel1 = new System.Windows.Forms.Panel();
this.currentCheckBox = new System.Windows.Forms.CheckBox();
this.resetButton = new System.Windows.Forms.Button();
this.visitComboBox = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.findButton = new System.Windows.Forms.Button();
this.patientCombo = new System.Windows.Forms.ComboBox();
this.controlPanel = new System.Windows.Forms.Panel();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.sessionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.spawnSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.closeRemoteSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutDialogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.bMXVersionInfoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.refreshButton = new System.Windows.Forms.Button();
this.divisionButton = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.label6 = new System.Windows.Forms.Label();
this.keyEntry = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.keyButton = new System.Windows.Forms.Button();
this.label8 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.remoteCallBackCheck = new System.Windows.Forms.CheckBox();
this.localTriggerButton = new System.Windows.Forms.Button();
this.localParamTriggerCombo = new System.Windows.Forms.ComboBox();
this.remoteParamTriggerCombo = new System.Windows.Forms.ComboBox();
this.remoteTriggerButton = new System.Windows.Forms.Button();
this.localEventTriggerCombo = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.remoteEventTriggerCombo = new System.Windows.Forms.ComboBox();
this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.logViewerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.schemaBuiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.panel1.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BackColor = System.Drawing.Color.DimGray;
this.panel1.Controls.Add(this.currentCheckBox);
this.panel1.Controls.Add(this.resetButton);
this.panel1.Controls.Add(this.visitComboBox);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.findButton);
this.panel1.Controls.Add(this.patientCombo);
this.panel1.Location = new System.Drawing.Point(12, 141);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(570, 73);
this.panel1.TabIndex = 0;
//
// currentCheckBox
//
this.currentCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.currentCheckBox.AutoSize = true;
this.currentCheckBox.ForeColor = System.Drawing.Color.White;
this.currentCheckBox.Location = new System.Drawing.Point(420, 43);
this.currentCheckBox.Name = "currentCheckBox";
this.currentCheckBox.Size = new System.Drawing.Size(120, 17);
this.currentCheckBox.TabIndex = 6;
this.currentCheckBox.Text = "Select Most Recent";
this.currentCheckBox.UseVisualStyleBackColor = true;
//
// resetButton
//
this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.resetButton.ForeColor = System.Drawing.Color.White;
this.resetButton.Location = new System.Drawing.Point(328, 40);
this.resetButton.Name = "resetButton";
this.resetButton.Size = new System.Drawing.Size(75, 23);
this.resetButton.TabIndex = 5;
this.resetButton.Text = "Reset";
this.resetButton.UseVisualStyleBackColor = true;
this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
//
// visitComboBox
//
this.visitComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.visitComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.visitComboBox.FormattingEnabled = true;
this.visitComboBox.Location = new System.Drawing.Point(58, 42);
this.visitComboBox.Name = "visitComboBox";
this.visitComboBox.Size = new System.Drawing.Size(256, 21);
this.visitComboBox.TabIndex = 4;
this.visitComboBox.SelectedIndexChanged += new System.EventHandler(this.visitComboBox_SelectedIndexChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(9, 45);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 13);
this.label4.TabIndex = 3;
this.label4.Text = "Visit:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(9, 16);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(43, 13);
this.label3.TabIndex = 2;
this.label3.Text = "Patient:";
//
// findButton
//
this.findButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.findButton.ForeColor = System.Drawing.Color.White;
this.findButton.Location = new System.Drawing.Point(328, 11);
this.findButton.Name = "findButton";
this.findButton.Size = new System.Drawing.Size(75, 23);
this.findButton.TabIndex = 1;
this.findButton.Text = "Find";
this.findButton.UseVisualStyleBackColor = true;
this.findButton.Click += new System.EventHandler(this.findButton_Click);
//
// patientCombo
//
this.patientCombo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.patientCombo.FormattingEnabled = true;
this.patientCombo.Location = new System.Drawing.Point(58, 11);
this.patientCombo.Name = "patientCombo";
this.patientCombo.Size = new System.Drawing.Size(256, 21);
this.patientCombo.TabIndex = 0;
this.patientCombo.SelectedIndexChanged += new System.EventHandler(this.patientCombo_SelectedIndexChanged);
this.patientCombo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.patientCombo_KeyDown);
//
// controlPanel
//
this.controlPanel.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.controlPanel.BackColor = System.Drawing.Color.DimGray;
this.controlPanel.Location = new System.Drawing.Point(12, 348);
this.controlPanel.Name = "controlPanel";
this.controlPanel.Size = new System.Drawing.Size(570, 308);
this.controlPanel.TabIndex = 1;
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.sessionsToolStripMenuItem,
this.toolsToolStripMenuItem,
this.aboutToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(594, 24);
this.menuStrip1.TabIndex = 2;
this.menuStrip1.Text = "menuStrip1";
//
// sessionsToolStripMenuItem
//
this.sessionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.spawnSessionToolStripMenuItem,
this.closeRemoteSessionToolStripMenuItem});
this.sessionsToolStripMenuItem.Name = "sessionsToolStripMenuItem";
this.sessionsToolStripMenuItem.Size = new System.Drawing.Size(60, 20);
this.sessionsToolStripMenuItem.Text = "Sessions";
//
// spawnSessionToolStripMenuItem
//
this.spawnSessionToolStripMenuItem.Name = "spawnSessionToolStripMenuItem";
this.spawnSessionToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
this.spawnSessionToolStripMenuItem.Text = "Spawn Session";
this.spawnSessionToolStripMenuItem.Click += new System.EventHandler(this.spawnSessionToolStripMenuItem_Click);
//
// closeRemoteSessionToolStripMenuItem
//
this.closeRemoteSessionToolStripMenuItem.Name = "closeRemoteSessionToolStripMenuItem";
this.closeRemoteSessionToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
this.closeRemoteSessionToolStripMenuItem.Text = "Close Remote Session";
this.closeRemoteSessionToolStripMenuItem.Click += new System.EventHandler(this.closeRemoteSessionToolStripMenuItem_Click);
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.aboutDialogToolStripMenuItem,
this.bMXVersionInfoToolStripMenuItem});
this.aboutToolStripMenuItem.ForeColor = System.Drawing.Color.DimGray;
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
this.aboutToolStripMenuItem.Text = "About";
//
// aboutDialogToolStripMenuItem
//
this.aboutDialogToolStripMenuItem.Name = "aboutDialogToolStripMenuItem";
this.aboutDialogToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
this.aboutDialogToolStripMenuItem.Text = "About Dialog...";
this.aboutDialogToolStripMenuItem.Click += new System.EventHandler(this.aboutDialogToolStripMenuItem_Click);
//
// bMXVersionInfoToolStripMenuItem
//
this.bMXVersionInfoToolStripMenuItem.Name = "bMXVersionInfoToolStripMenuItem";
this.bMXVersionInfoToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
this.bMXVersionInfoToolStripMenuItem.Text = "BMX Version Info...";
this.bMXVersionInfoToolStripMenuItem.Click += new System.EventHandler(this.bMXVersionInfoToolStripMenuItem_Click);
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(505, 332);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Control Area";
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(502, 125);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(80, 13);
this.label1.TabIndex = 4;
this.label1.Text = "Context Area";
//
// refreshButton
//
this.refreshButton.ForeColor = System.Drawing.Color.White;
this.refreshButton.Location = new System.Drawing.Point(24, 321);
this.refreshButton.Name = "refreshButton";
this.refreshButton.Size = new System.Drawing.Size(75, 23);
this.refreshButton.TabIndex = 6;
this.refreshButton.Text = "Refresh ";
this.refreshButton.UseVisualStyleBackColor = true;
this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
//
// divisionButton
//
this.divisionButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.divisionButton.ForeColor = System.Drawing.Color.White;
this.divisionButton.Location = new System.Drawing.Point(483, 9);
this.divisionButton.Name = "divisionButton";
this.divisionButton.Size = new System.Drawing.Size(75, 23);
this.divisionButton.TabIndex = 7;
this.divisionButton.Text = "Division...";
this.divisionButton.UseVisualStyleBackColor = true;
this.divisionButton.Click += new System.EventHandler(this.divisionButton_Click);
//
// label5
//
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.ForeColor = System.Drawing.Color.White;
this.label5.Location = new System.Drawing.Point(502, 38);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(78, 13);
this.label5.TabIndex = 8;
this.label5.Text = "Access Area";
//
// panel2
//
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel2.BackColor = System.Drawing.Color.DimGray;
this.panel2.Controls.Add(this.label6);
this.panel2.Controls.Add(this.divisionButton);
this.panel2.Controls.Add(this.keyEntry);
this.panel2.Controls.Add(this.label7);
this.panel2.Controls.Add(this.keyButton);
this.panel2.Location = new System.Drawing.Point(12, 54);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(570, 60);
this.panel2.TabIndex = 7;
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.White;
this.label6.Location = new System.Drawing.Point(80, 34);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(104, 13);
this.label6.TabIndex = 9;
this.label6.Text = "example: key1, key2";
//
// keyEntry
//
this.keyEntry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.keyEntry.Location = new System.Drawing.Point(83, 11);
this.keyEntry.Name = "keyEntry";
this.keyEntry.Size = new System.Drawing.Size(231, 20);
this.keyEntry.TabIndex = 8;
this.keyEntry.TextChanged += new System.EventHandler(this.keyEntry_TextChanged);
//
// label7
//
this.label7.AutoSize = true;
this.label7.ForeColor = System.Drawing.Color.White;
this.label7.Location = new System.Drawing.Point(9, 14);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(73, 13);
this.label7.TabIndex = 2;
this.label7.Text = "Security keys:";
//
// keyButton
//
this.keyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.keyButton.ForeColor = System.Drawing.Color.White;
this.keyButton.Location = new System.Drawing.Point(328, 8);
this.keyButton.Name = "keyButton";
this.keyButton.Size = new System.Drawing.Size(75, 23);
this.keyButton.TabIndex = 1;
this.keyButton.Text = "Check";
this.keyButton.UseVisualStyleBackColor = true;
this.keyButton.Click += new System.EventHandler(this.keyButton_Click);
//
// label8
//
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.ForeColor = System.Drawing.Color.White;
this.label8.Location = new System.Drawing.Point(459, 223);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(120, 13);
this.label8.TabIndex = 10;
this.label8.Text = "External Event Area";
//
// panel3
//
this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel3.BackColor = System.Drawing.Color.DimGray;
this.panel3.Controls.Add(this.remoteCallBackCheck);
this.panel3.Controls.Add(this.localTriggerButton);
this.panel3.Controls.Add(this.localParamTriggerCombo);
this.panel3.Controls.Add(this.remoteParamTriggerCombo);
this.panel3.Controls.Add(this.remoteTriggerButton);
this.panel3.Controls.Add(this.localEventTriggerCombo);
this.panel3.Controls.Add(this.label9);
this.panel3.Controls.Add(this.label10);
this.panel3.Controls.Add(this.remoteEventTriggerCombo);
this.panel3.Location = new System.Drawing.Point(12, 239);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(570, 73);
this.panel3.TabIndex = 9;
//
// remoteCallBackCheck
//
this.remoteCallBackCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.remoteCallBackCheck.AutoSize = true;
this.remoteCallBackCheck.ForeColor = System.Drawing.Color.White;
this.remoteCallBackCheck.Location = new System.Drawing.Point(420, 17);
this.remoteCallBackCheck.Name = "remoteCallBackCheck";
this.remoteCallBackCheck.Size = new System.Drawing.Size(51, 17);
this.remoteCallBackCheck.TabIndex = 9;
this.remoteCallBackCheck.Text = "Back";
this.remoteCallBackCheck.UseVisualStyleBackColor = true;
//
// localTriggerButton
//
this.localTriggerButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.localTriggerButton.ForeColor = System.Drawing.Color.White;
this.localTriggerButton.Location = new System.Drawing.Point(483, 40);
this.localTriggerButton.Name = "localTriggerButton";
this.localTriggerButton.Size = new System.Drawing.Size(75, 23);
this.localTriggerButton.TabIndex = 8;
this.localTriggerButton.Text = "Trigger";
this.localTriggerButton.UseVisualStyleBackColor = true;
this.localTriggerButton.Click += new System.EventHandler(this.localTriggerButton_Click);
//
// localParamTriggerCombo
//
this.localParamTriggerCombo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.localParamTriggerCombo.FormattingEnabled = true;
this.localParamTriggerCombo.Location = new System.Drawing.Point(303, 40);
this.localParamTriggerCombo.Name = "localParamTriggerCombo";
this.localParamTriggerCombo.Size = new System.Drawing.Size(100, 21);
this.localParamTriggerCombo.TabIndex = 7;
//
// remoteParamTriggerCombo
//
this.remoteParamTriggerCombo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.remoteParamTriggerCombo.FormattingEnabled = true;
this.remoteParamTriggerCombo.Location = new System.Drawing.Point(303, 13);
this.remoteParamTriggerCombo.Name = "remoteParamTriggerCombo";
this.remoteParamTriggerCombo.Size = new System.Drawing.Size(100, 21);
this.remoteParamTriggerCombo.TabIndex = 6;
//
// remoteTriggerButton
//
this.remoteTriggerButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.remoteTriggerButton.ForeColor = System.Drawing.Color.White;
this.remoteTriggerButton.Location = new System.Drawing.Point(483, 11);
this.remoteTriggerButton.Name = "remoteTriggerButton";
this.remoteTriggerButton.Size = new System.Drawing.Size(75, 23);
this.remoteTriggerButton.TabIndex = 5;
this.remoteTriggerButton.Text = "Trigger";
this.remoteTriggerButton.UseVisualStyleBackColor = true;
this.remoteTriggerButton.Click += new System.EventHandler(this.remoteTriggerButton_Click);
//
// localEventTriggerCombo
//
this.localEventTriggerCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.localEventTriggerCombo.FormattingEnabled = true;
this.localEventTriggerCombo.Location = new System.Drawing.Point(136, 42);
this.localEventTriggerCombo.Name = "localEventTriggerCombo";
this.localEventTriggerCombo.Size = new System.Drawing.Size(159, 21);
this.localEventTriggerCombo.TabIndex = 4;
//
// label9
//
this.label9.AutoSize = true;
this.label9.ForeColor = System.Drawing.Color.White;
this.label9.Location = new System.Drawing.Point(9, 45);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(101, 13);
this.label9.TabIndex = 3;
this.label9.Text = "Local Event/param:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.ForeColor = System.Drawing.Color.White;
this.label10.Location = new System.Drawing.Point(9, 16);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(113, 13);
this.label10.TabIndex = 2;
this.label10.Text = "Remote Event/Param:";
//
// remoteEventTriggerCombo
//
this.remoteEventTriggerCombo.FormattingEnabled = true;
this.remoteEventTriggerCombo.Location = new System.Drawing.Point(135, 13);
this.remoteEventTriggerCombo.Name = "remoteEventTriggerCombo";
this.remoteEventTriggerCombo.Size = new System.Drawing.Size(160, 21);
this.remoteEventTriggerCombo.TabIndex = 0;
//
// toolsToolStripMenuItem
//
this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.logViewerToolStripMenuItem,
this.schemaBuiToolStripMenuItem});
this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
this.toolsToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
this.toolsToolStripMenuItem.Text = "Tools";
//
// logViewerToolStripMenuItem
//
this.logViewerToolStripMenuItem.Name = "logViewerToolStripMenuItem";
this.logViewerToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
this.logViewerToolStripMenuItem.Text = "Log Viewer";
this.logViewerToolStripMenuItem.Click += new System.EventHandler(this.logViewerToolStripMenuItem_Click);
//
// schemaBuiToolStripMenuItem
//
this.schemaBuiToolStripMenuItem.Name = "schemaBuiToolStripMenuItem";
this.schemaBuiToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
this.schemaBuiToolStripMenuItem.Text = "Schema Builder";
//
// WindowsApplicationMainWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Gray;
this.ClientSize = new System.Drawing.Size(594, 668);
this.Controls.Add(this.label8);
this.Controls.Add(this.panel3);
this.Controls.Add(this.label5);
this.Controls.Add(this.panel2);
this.Controls.Add(this.refreshButton);
this.Controls.Add(this.label1);
this.Controls.Add(this.label2);
this.Controls.Add(this.controlPanel);
this.Controls.Add(this.panel1);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "WindowsApplicationMainWindow";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "WindowsApplicationMainWindow";
this.Load += new System.EventHandler(this.WindowsApplicationMainWindow_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WindowsApplicationMainWindow_FormClosing);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel controlPanel;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button findButton;
private System.Windows.Forms.ComboBox patientCombo;
private System.Windows.Forms.Button resetButton;
private System.Windows.Forms.ComboBox visitComboBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.CheckBox currentCheckBox;
private System.Windows.Forms.Button refreshButton;
private System.Windows.Forms.Button divisionButton;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button keyButton;
private System.Windows.Forms.TextBox keyEntry;
private System.Windows.Forms.ToolStripMenuItem aboutDialogToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem bMXVersionInfoToolStripMenuItem;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button localTriggerButton;
private System.Windows.Forms.ComboBox localParamTriggerCombo;
private System.Windows.Forms.ComboBox remoteParamTriggerCombo;
private System.Windows.Forms.Button remoteTriggerButton;
private System.Windows.Forms.ComboBox localEventTriggerCombo;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.ComboBox remoteEventTriggerCombo;
private System.Windows.Forms.ToolStripMenuItem sessionsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem spawnSessionToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem closeRemoteSessionToolStripMenuItem;
private System.Windows.Forms.CheckBox remoteCallBackCheck;
private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem logViewerToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem schemaBuiToolStripMenuItem;
}
}