namespace IndianHealthService.BMXNet.Tools.ComponentTestBench { partial class ComponentTestBenchMainWindow { /// /// 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(ComponentTestBenchMainWindow)); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.sessionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.spawnSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.closeRemoteSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.schemaBuiToolStripMenuItem = 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.componentTranscriptSplitter = new System.Windows.Forms.SplitContainer(); 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.label5 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.label6 = new System.Windows.Forms.Label(); this.divisionButton = new System.Windows.Forms.Button(); this.keyEntry = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.keyButton = new System.Windows.Forms.Button(); this.refreshButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.controlPanel = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); this.overrideContextVeto = new System.Windows.Forms.CheckBox(); 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.changeDivisionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.changeUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.showLogTranscriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.logTranscriptControl1 = new IndianHealthService.BMXNet.Tools.ComponentTestBench.LogTranscriptControl(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); this.menuStrip1.SuspendLayout(); this.componentTranscriptSplitter.Panel1.SuspendLayout(); this.componentTranscriptSplitter.Panel2.SuspendLayout(); this.componentTranscriptSplitter.SuspendLayout(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.viewToolStripMenuItem, 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(598, 24); this.menuStrip1.TabIndex = 1; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openToolStripMenuItem, this.toolStripMenuItem1, this.changeDivisionToolStripMenuItem, this.changeUserToolStripMenuItem, this.toolStripMenuItem2, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20); this.fileToolStripMenuItem.Text = "File"; // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.Size = new System.Drawing.Size(176, 22); this.openToolStripMenuItem.Text = "Test Component..."; this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(176, 22); this.exitToolStripMenuItem.Text = "Exit"; // // 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); // // toolsToolStripMenuItem // this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.schemaBuiToolStripMenuItem}); this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem"; this.toolsToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.toolsToolStripMenuItem.Text = "Tools"; // // schemaBuiToolStripMenuItem // this.schemaBuiToolStripMenuItem.Name = "schemaBuiToolStripMenuItem"; this.schemaBuiToolStripMenuItem.Size = new System.Drawing.Size(157, 22); this.schemaBuiToolStripMenuItem.Text = "Schema Builder"; // // 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); // // componentTranscriptSplitter // this.componentTranscriptSplitter.Dock = System.Windows.Forms.DockStyle.Fill; this.componentTranscriptSplitter.Location = new System.Drawing.Point(0, 24); this.componentTranscriptSplitter.Name = "componentTranscriptSplitter"; // // componentTranscriptSplitter.Panel1 // this.componentTranscriptSplitter.Panel1.Controls.Add(this.label8); this.componentTranscriptSplitter.Panel1.Controls.Add(this.panel3); this.componentTranscriptSplitter.Panel1.Controls.Add(this.label5); this.componentTranscriptSplitter.Panel1.Controls.Add(this.panel2); this.componentTranscriptSplitter.Panel1.Controls.Add(this.refreshButton); this.componentTranscriptSplitter.Panel1.Controls.Add(this.label1); this.componentTranscriptSplitter.Panel1.Controls.Add(this.label2); this.componentTranscriptSplitter.Panel1.Controls.Add(this.controlPanel); this.componentTranscriptSplitter.Panel1.Controls.Add(this.panel1); this.componentTranscriptSplitter.Panel1MinSize = 400; // // componentTranscriptSplitter.Panel2 // this.componentTranscriptSplitter.Panel2.Controls.Add(this.logTranscriptControl1); this.componentTranscriptSplitter.Panel2Collapsed = true; this.componentTranscriptSplitter.Panel2MinSize = 125; this.componentTranscriptSplitter.Size = new System.Drawing.Size(598, 644); this.componentTranscriptSplitter.SplitterDistance = 400; this.componentTranscriptSplitter.TabIndex = 0; // // 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(463, 193); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(120, 13); this.label8.TabIndex = 19; 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, 209); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(574, 73); this.panel3.TabIndex = 18; // // 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(424, 17); this.remoteCallBackCheck.Name = "remoteCallBackCheck"; this.remoteCallBackCheck.Size = new System.Drawing.Size(51, 17); this.remoteCallBackCheck.TabIndex = 2; 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(487, 40); this.localTriggerButton.Name = "localTriggerButton"; this.localTriggerButton.Size = new System.Drawing.Size(75, 23); this.localTriggerButton.TabIndex = 6; 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(104, 21); this.localParamTriggerCombo.TabIndex = 5; // // 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(104, 21); this.remoteParamTriggerCombo.TabIndex = 1; // // 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(487, 11); this.remoteTriggerButton.Name = "remoteTriggerButton"; this.remoteTriggerButton.Size = new System.Drawing.Size(75, 23); this.remoteTriggerButton.TabIndex = 3; this.remoteTriggerButton.Text = "Trigger"; this.remoteTriggerButton.UseVisualStyleBackColor = true; this.remoteTriggerButton.Click += new System.EventHandler(this.remoteTriggerButton_Click); // // localEventTriggerCombo // 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; // // 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(506, 8); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(78, 13); this.label5.TabIndex = 17; 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, 24); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(574, 60); this.panel2.TabIndex = 16; // // 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"; // // 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(487, 9); this.divisionButton.Name = "divisionButton"; this.divisionButton.Size = new System.Drawing.Size(75, 23); this.divisionButton.TabIndex = 2; this.divisionButton.Text = "Division..."; this.divisionButton.UseVisualStyleBackColor = true; this.divisionButton.Click += new System.EventHandler(this.divisionButton_Click); // // 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(235, 20); this.keyEntry.TabIndex = 0; 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(332, 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); // // refreshButton // this.refreshButton.ForeColor = System.Drawing.Color.White; this.refreshButton.Location = new System.Drawing.Point(24, 291); this.refreshButton.Name = "refreshButton"; this.refreshButton.Size = new System.Drawing.Size(75, 23); this.refreshButton.TabIndex = 0; this.refreshButton.Text = "Refresh "; this.refreshButton.UseVisualStyleBackColor = true; this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click); // // 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(506, 95); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 13); this.label1.TabIndex = 14; this.label1.Text = "Context Area"; // // 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(509, 302); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77, 13); this.label2.TabIndex = 13; this.label2.Text = "Control Area"; // // 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, 318); this.controlPanel.Name = "controlPanel"; this.controlPanel.Size = new System.Drawing.Size(574, 314); this.controlPanel.TabIndex = 12; // // 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.overrideContextVeto); 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, 111); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(574, 73); this.panel1.TabIndex = 11; // // overrideContextVeto // this.overrideContextVeto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.overrideContextVeto.AutoSize = true; this.overrideContextVeto.ForeColor = System.Drawing.Color.White; this.overrideContextVeto.Location = new System.Drawing.Point(424, 12); this.overrideContextVeto.Name = "overrideContextVeto"; this.overrideContextVeto.Size = new System.Drawing.Size(135, 17); this.overrideContextVeto.TabIndex = 5; this.overrideContextVeto.Text = "Override Context Vetos"; this.overrideContextVeto.UseVisualStyleBackColor = true; // // 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(424, 43); this.currentCheckBox.Name = "currentCheckBox"; this.currentCheckBox.Size = new System.Drawing.Size(120, 17); this.currentCheckBox.TabIndex = 4; 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(332, 40); this.resetButton.Name = "resetButton"; this.resetButton.Size = new System.Drawing.Size(75, 23); this.resetButton.TabIndex = 1; 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.FormattingEnabled = true; this.visitComboBox.Location = new System.Drawing.Point(58, 42); this.visitComboBox.Name = "visitComboBox"; this.visitComboBox.Size = new System.Drawing.Size(260, 21); this.visitComboBox.TabIndex = 2; 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(332, 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(260, 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); // // changeDivisionToolStripMenuItem // this.changeDivisionToolStripMenuItem.Name = "changeDivisionToolStripMenuItem"; this.changeDivisionToolStripMenuItem.Size = new System.Drawing.Size(176, 22); this.changeDivisionToolStripMenuItem.Text = "Change Division..."; this.changeDivisionToolStripMenuItem.Click += new System.EventHandler(this.changeDivisionToolStripMenuItem_Click); // // changeUserToolStripMenuItem // this.changeUserToolStripMenuItem.Name = "changeUserToolStripMenuItem"; this.changeUserToolStripMenuItem.Size = new System.Drawing.Size(176, 22); this.changeUserToolStripMenuItem.Text = "Change User..."; this.changeUserToolStripMenuItem.Click += new System.EventHandler(this.changeUserToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(173, 6); // // viewToolStripMenuItem // this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.showLogTranscriptToolStripMenuItem}); this.viewToolStripMenuItem.Name = "viewToolStripMenuItem"; this.viewToolStripMenuItem.Size = new System.Drawing.Size(41, 20); this.viewToolStripMenuItem.Text = "View"; // // showLogTranscriptToolStripMenuItem // this.showLogTranscriptToolStripMenuItem.Name = "showLogTranscriptToolStripMenuItem"; this.showLogTranscriptToolStripMenuItem.Size = new System.Drawing.Size(182, 22); this.showLogTranscriptToolStripMenuItem.Text = "Show Log Transcript"; this.showLogTranscriptToolStripMenuItem.Click += new System.EventHandler(this.logViewerToolStripMenuItem_Click); // // logTranscriptControl1 // this.logTranscriptControl1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.logTranscriptControl1.BackColor = System.Drawing.Color.Gray; this.logTranscriptControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.logTranscriptControl1.IsLogging = true; this.logTranscriptControl1.Location = new System.Drawing.Point(0, 0); this.logTranscriptControl1.Name = "logTranscriptControl1"; this.logTranscriptControl1.Padding = new System.Windows.Forms.Padding(4, 24, 4, 4); this.logTranscriptControl1.Size = new System.Drawing.Size(25, 100); this.logTranscriptControl1.TabIndex = 0; // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(173, 6); // // ComponentTestBenchMainWindow // 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(598, 668); this.Controls.Add(this.componentTranscriptSplitter); this.Controls.Add(this.menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.Name = "ComponentTestBenchMainWindow"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Component Test Bench"; this.Load += new System.EventHandler(this.WindowsApplicationMainWindow_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WindowsApplicationMainWindow_FormClosing); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.componentTranscriptSplitter.Panel1.ResumeLayout(false); this.componentTranscriptSplitter.Panel1.PerformLayout(); this.componentTranscriptSplitter.Panel2.ResumeLayout(false); this.componentTranscriptSplitter.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem aboutDialogToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem bMXVersionInfoToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem sessionsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem spawnSessionToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem closeRemoteSessionToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem schemaBuiToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.SplitContainer componentTranscriptSplitter; private System.Windows.Forms.Label label8; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.CheckBox remoteCallBackCheck; 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.Label label5; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button divisionButton; private System.Windows.Forms.TextBox keyEntry; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button keyButton; private System.Windows.Forms.Button refreshButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Panel controlPanel; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.CheckBox currentCheckBox; private System.Windows.Forms.Button resetButton; private System.Windows.Forms.ComboBox visitComboBox; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button findButton; private System.Windows.Forms.ComboBox patientCombo; private LogTranscriptControl logTranscriptControl1; private System.Windows.Forms.CheckBox overrideContextVeto; private System.Windows.Forms.ToolStripMenuItem changeUserToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem changeDivisionToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem showLogTranscriptToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2; } }