namespace IndianHealthService.BMXNet.Example.CrossComponent { partial class UserInfoControl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.queryLabel = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.queryEntry = new System.Windows.Forms.TextBox(); this.grid = new System.Windows.Forms.DataGridView(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.pollingTrack = new System.Windows.Forms.TrackBar(); this.enableRemoteEvents = new System.Windows.Forms.CheckBox(); this.raiseBackCheckbox = new System.Windows.Forms.CheckBox(); this.pollingLabel = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.eventLogList = new System.Windows.Forms.ListView(); this.label8 = new System.Windows.Forms.Label(); this.fireEventEntry = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.parameterEntry = new System.Windows.Forms.TextBox(); this.button3 = new System.Windows.Forms.Button(); this.unsubscribeButton = new System.Windows.Forms.Button(); this.subscriptionList = new System.Windows.Forms.ListBox(); this.subscribeButton = new System.Windows.Forms.Button(); this.subscriptionEvent = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.panel2 = new System.Windows.Forms.Panel(); this.button5 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.label12 = new System.Windows.Forms.Label(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.label11 = new System.Windows.Forms.Label(); this.pasteButton = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.lastUpdateLabel = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.userNameLabel = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.divisionLabel = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.patientLabel = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.visitLabel = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.fireLocalEvent = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.fireLocalParameter = new System.Windows.Forms.TextBox(); this.triggerLocalButton = new System.Windows.Forms.Button(); this.localUnsubscribeButton = new System.Windows.Forms.Button(); this.localSubscriptions = new System.Windows.Forms.ListBox(); this.localSubscribeButton = new System.Windows.Forms.Button(); this.localEvent = new System.Windows.Forms.TextBox(); this.panel3 = new System.Windows.Forms.Panel(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.vetoCheckBox = new System.Windows.Forms.CheckBox(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pollingTrack)).BeginInit(); this.tabPage3.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); this.panel3.SuspendLayout(); this.tabPage4.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.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.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Location = new System.Drawing.Point(6, 57); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(617, 413); this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.BackColor = System.Drawing.Color.MistyRose; this.tabPage1.Controls.Add(this.queryLabel); this.tabPage1.Controls.Add(this.label6); this.tabPage1.Controls.Add(this.queryEntry); this.tabPage1.Controls.Add(this.grid); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Size = new System.Drawing.Size(609, 387); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "ADO"; this.tabPage1.UseVisualStyleBackColor = true; // // queryLabel // this.queryLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.queryLabel.Location = new System.Drawing.Point(6, 50); this.queryLabel.Name = "queryLabel"; this.queryLabel.Size = new System.Drawing.Size(503, 13); this.queryLabel.TabIndex = 27; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(3, 6); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(230, 13); this.label6.TabIndex = 26; this.label6.Text = " @U, @P, and @V for IEN substituion"; // // queryEntry // this.queryEntry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.queryEntry.Location = new System.Drawing.Point(6, 24); this.queryEntry.Name = "queryEntry"; this.queryEntry.Size = new System.Drawing.Size(503, 20); this.queryEntry.TabIndex = 25; this.queryEntry.TextChanged += new System.EventHandler(this.queryEntry_TextChanged_1); // // grid // this.grid.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.grid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grid.Location = new System.Drawing.Point(3, 71); this.grid.Name = "grid"; this.grid.Size = new System.Drawing.Size(506, 313); this.grid.TabIndex = 17; // // tabPage2 // this.tabPage2.BackColor = System.Drawing.Color.Cornsilk; this.tabPage2.Controls.Add(this.label16); this.tabPage2.Controls.Add(this.fireLocalEvent); this.tabPage2.Controls.Add(this.label17); this.tabPage2.Controls.Add(this.fireLocalParameter); this.tabPage2.Controls.Add(this.triggerLocalButton); this.tabPage2.Controls.Add(this.localUnsubscribeButton); this.tabPage2.Controls.Add(this.localSubscriptions); this.tabPage2.Controls.Add(this.localSubscribeButton); this.tabPage2.Controls.Add(this.localEvent); this.tabPage2.Controls.Add(this.panel3); this.tabPage2.Controls.Add(this.pollingTrack); this.tabPage2.Controls.Add(this.enableRemoteEvents); this.tabPage2.Controls.Add(this.raiseBackCheckbox); this.tabPage2.Controls.Add(this.pollingLabel); this.tabPage2.Controls.Add(this.label9); this.tabPage2.Controls.Add(this.eventLogList); this.tabPage2.Controls.Add(this.label8); this.tabPage2.Controls.Add(this.fireEventEntry); this.tabPage2.Controls.Add(this.label7); this.tabPage2.Controls.Add(this.parameterEntry); this.tabPage2.Controls.Add(this.button3); this.tabPage2.Controls.Add(this.unsubscribeButton); this.tabPage2.Controls.Add(this.subscriptionList); this.tabPage2.Controls.Add(this.subscribeButton); this.tabPage2.Controls.Add(this.subscriptionEvent); this.tabPage2.Controls.Add(this.panel1); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Size = new System.Drawing.Size(609, 387); this.tabPage2.TabIndex = 0; this.tabPage2.Text = "Event Services"; this.tabPage2.UseVisualStyleBackColor = true; // // pollingTrack // this.pollingTrack.AutoSize = false; this.pollingTrack.BackColor = System.Drawing.Color.Goldenrod; this.pollingTrack.LargeChange = 10; this.pollingTrack.Location = new System.Drawing.Point(280, 9); this.pollingTrack.Maximum = 300; this.pollingTrack.Minimum = 1; this.pollingTrack.Name = "pollingTrack"; this.pollingTrack.Size = new System.Drawing.Size(105, 22); this.pollingTrack.TabIndex = 38; this.pollingTrack.TickStyle = System.Windows.Forms.TickStyle.None; this.pollingTrack.Value = 1; this.pollingTrack.ValueChanged += new System.EventHandler(this.pollingTrack_ValueChanged); // // enableRemoteEvents // this.enableRemoteEvents.AutoSize = true; this.enableRemoteEvents.BackColor = System.Drawing.Color.Goldenrod; this.enableRemoteEvents.Location = new System.Drawing.Point(17, 11); this.enableRemoteEvents.Name = "enableRemoteEvents"; this.enableRemoteEvents.Size = new System.Drawing.Size(135, 17); this.enableRemoteEvents.TabIndex = 41; this.enableRemoteEvents.Text = "Enable Remote Events"; this.enableRemoteEvents.UseVisualStyleBackColor = false; this.enableRemoteEvents.CheckedChanged += new System.EventHandler(this.enableRemoteEvents_CheckedChanged); // // raiseBackCheckbox // this.raiseBackCheckbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.raiseBackCheckbox.AutoSize = true; this.raiseBackCheckbox.Location = new System.Drawing.Point(236, 151); this.raiseBackCheckbox.Name = "raiseBackCheckbox"; this.raiseBackCheckbox.Size = new System.Drawing.Size(81, 17); this.raiseBackCheckbox.TabIndex = 40; this.raiseBackCheckbox.Text = "Raise Back"; this.raiseBackCheckbox.UseVisualStyleBackColor = true; // // pollingLabel // this.pollingLabel.BackColor = System.Drawing.Color.Goldenrod; this.pollingLabel.Location = new System.Drawing.Point(160, 13); this.pollingLabel.Name = "pollingLabel"; this.pollingLabel.Size = new System.Drawing.Size(115, 13); this.pollingLabel.TabIndex = 39; this.pollingLabel.Text = "Polling Interval:"; // // label9 // this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label9.BackColor = System.Drawing.Color.DarkGoldenrod; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.ForeColor = System.Drawing.Color.White; this.label9.Location = new System.Drawing.Point(403, 6); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(203, 28); this.label9.TabIndex = 37; this.label9.Text = "Subscription Log"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // eventLogList // this.eventLogList.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.eventLogList.Location = new System.Drawing.Point(403, 40); this.eventLogList.Name = "eventLogList"; this.eventLogList.Size = new System.Drawing.Size(203, 344); this.eventLogList.TabIndex = 36; this.eventLogList.UseCompatibleStateImageBehavior = false; this.eventLogList.View = System.Windows.Forms.View.Details; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(44, 68); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(40, 13); this.label8.TabIndex = 35; this.label8.Text = "Events"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // fireEventEntry // this.fireEventEntry.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.fireEventEntry.Location = new System.Drawing.Point(93, 148); this.fireEventEntry.Name = "fireEventEntry"; this.fireEventEntry.Size = new System.Drawing.Size(143, 20); this.fireEventEntry.TabIndex = 33; // // label7 // this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(29, 181); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(55, 13); this.label7.TabIndex = 32; this.label7.Text = "Parameter"; // // parameterEntry // this.parameterEntry.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.parameterEntry.Location = new System.Drawing.Point(94, 174); this.parameterEntry.Name = "parameterEntry"; this.parameterEntry.Size = new System.Drawing.Size(143, 20); this.parameterEntry.TabIndex = 31; // // button3 // this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.button3.BackColor = System.Drawing.Color.Gainsboro; this.button3.Location = new System.Drawing.Point(9, 149); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 30; this.button3.Text = "Trigger"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // unsubscribeButton // this.unsubscribeButton.BackColor = System.Drawing.Color.Gainsboro; this.unsubscribeButton.Location = new System.Drawing.Point(242, 40); this.unsubscribeButton.Name = "unsubscribeButton"; this.unsubscribeButton.Size = new System.Drawing.Size(75, 23); this.unsubscribeButton.TabIndex = 29; this.unsubscribeButton.Text = "Unsubscribe"; this.unsubscribeButton.UseVisualStyleBackColor = false; this.unsubscribeButton.Click += new System.EventHandler(this.unsubscribeButton_Click); // // subscriptionList // this.subscriptionList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.subscriptionList.FormattingEnabled = true; this.subscriptionList.Location = new System.Drawing.Point(93, 68); this.subscriptionList.Name = "subscriptionList"; this.subscriptionList.Size = new System.Drawing.Size(143, 69); this.subscriptionList.TabIndex = 28; this.subscriptionList.SelectedIndexChanged += new System.EventHandler(this.subscriptionList_SelectedIndexChanged); // // subscribeButton // this.subscribeButton.BackColor = System.Drawing.Color.Gainsboro; this.subscribeButton.Location = new System.Drawing.Point(9, 40); this.subscribeButton.Name = "subscribeButton"; this.subscribeButton.Size = new System.Drawing.Size(75, 23); this.subscribeButton.TabIndex = 27; this.subscribeButton.Text = "Subscribe"; this.subscribeButton.UseVisualStyleBackColor = false; this.subscribeButton.Click += new System.EventHandler(this.subscribeButton_Click); // // subscriptionEvent // this.subscriptionEvent.Location = new System.Drawing.Point(93, 43); this.subscriptionEvent.Name = "subscriptionEvent"; this.subscriptionEvent.Size = new System.Drawing.Size(143, 20); this.subscriptionEvent.TabIndex = 26; // // panel1 // this.panel1.BackColor = System.Drawing.Color.Goldenrod; this.panel1.Location = new System.Drawing.Point(3, 6); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(394, 28); this.panel1.TabIndex = 42; // // tabPage3 // this.tabPage3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.tabPage3.Controls.Add(this.panel2); this.tabPage3.Controls.Add(this.button1); this.tabPage3.Controls.Add(this.label12); this.tabPage3.Controls.Add(this.numericUpDown1); this.tabPage3.Controls.Add(this.label11); this.tabPage3.Controls.Add(this.pasteButton); this.tabPage3.Controls.Add(this.textBox1); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(609, 387); this.tabPage3.TabIndex = 1; this.tabPage3.Text = "Echo Test"; this.tabPage3.UseVisualStyleBackColor = true; // // 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.SystemColors.Highlight; this.panel2.Controls.Add(this.button5); this.panel2.Controls.Add(this.button4); this.panel2.Controls.Add(this.button2); this.panel2.Controls.Add(this.textBox2); this.panel2.Controls.Add(this.label14); this.panel2.Controls.Add(this.label13); this.panel2.Controls.Add(this.label10); this.panel2.Location = new System.Drawing.Point(3, 174); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(514, 130); this.panel2.TabIndex = 43; // // button5 // this.button5.BackColor = System.Drawing.Color.Gainsboro; this.button5.Location = new System.Drawing.Point(222, 10); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(114, 23); this.button5.TabIndex = 12; this.button5.Text = "Show Exception..."; this.button5.UseVisualStyleBackColor = false; // // button4 // this.button4.BackColor = System.Drawing.Color.Gainsboro; this.button4.Location = new System.Drawing.Point(342, 10); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(75, 23); this.button4.TabIndex = 11; this.button4.Text = "Save As..."; this.button4.UseVisualStyleBackColor = false; // // button2 // this.button2.BackColor = System.Drawing.Color.Gainsboro; this.button2.Location = new System.Drawing.Point(424, 10); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 10; this.button2.Text = "Copy"; this.button2.UseVisualStyleBackColor = false; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(6, 41); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(505, 58); this.textBox2.TabIndex = 9; // // label14 // this.label14.AutoSize = true; this.label14.ForeColor = System.Drawing.Color.White; this.label14.Location = new System.Drawing.Point(13, 102); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(80, 13); this.label14.TabIndex = 8; this.label14.Text = "Response time:"; // // label13 // this.label13.AutoSize = true; this.label13.ForeColor = System.Drawing.Color.White; this.label13.Location = new System.Drawing.Point(71, 10); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(43, 13); this.label13.TabIndex = 7; this.label13.Text = "Length:"; // // label10 // this.label10.AutoSize = true; this.label10.ForeColor = System.Drawing.Color.White; this.label10.Location = new System.Drawing.Point(3, 10); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(40, 13); this.label10.TabIndex = 6; this.label10.Text = "Result:"; // // button1 // this.button1.BackColor = System.Drawing.Color.Gainsboro; this.button1.Location = new System.Drawing.Point(439, 145); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 6; this.button1.Text = "Call BMX Echo"; this.button1.UseVisualStyleBackColor = false; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(6, 138); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(76, 13); this.label12.TabIndex = 5; this.label12.Text = "Repeat Count:"; // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(95, 136); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(120, 20); this.numericUpDown1.TabIndex = 4; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(6, 19); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(72, 13); this.label11.TabIndex = 3; this.label11.Text = "Echo Content"; // // pasteButton // this.pasteButton.BackColor = System.Drawing.Color.Gainsboro; this.pasteButton.Location = new System.Drawing.Point(439, 6); this.pasteButton.Name = "pasteButton"; this.pasteButton.Size = new System.Drawing.Size(75, 23); this.pasteButton.TabIndex = 1; this.pasteButton.Text = "Paste"; this.pasteButton.UseVisualStyleBackColor = false; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(6, 35); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(508, 95); this.textBox1.TabIndex = 0; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(3, 9); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(77, 13); this.label4.TabIndex = 23; this.label4.Text = ""; // // lastUpdateLabel // this.lastUpdateLabel.AutoSize = true; this.lastUpdateLabel.Location = new System.Drawing.Point(3, 26); this.lastUpdateLabel.Name = "lastUpdateLabel"; this.lastUpdateLabel.Size = new System.Drawing.Size(77, 13); this.lastUpdateLabel.TabIndex = 24; this.lastUpdateLabel.Text = ""; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(102, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(72, 13); this.label1.TabIndex = 25; this.label1.Text = ""; // // userNameLabel // this.userNameLabel.Location = new System.Drawing.Point(102, 26); this.userNameLabel.Name = "userNameLabel"; this.userNameLabel.Size = new System.Drawing.Size(149, 13); this.userNameLabel.TabIndex = 26; this.userNameLabel.Text = ""; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(204, 9); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(81, 13); this.label5.TabIndex = 27; this.label5.Text = ""; // // divisionLabel // this.divisionLabel.AutoSize = true; this.divisionLabel.Location = new System.Drawing.Point(204, 26); this.divisionLabel.Name = "divisionLabel"; this.divisionLabel.Size = new System.Drawing.Size(81, 13); this.divisionLabel.TabIndex = 28; this.divisionLabel.Text = ""; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(313, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(83, 13); this.label2.TabIndex = 29; this.label2.Text = ""; // // patientLabel // this.patientLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.patientLabel.Location = new System.Drawing.Point(313, 26); this.patientLabel.Name = "patientLabel"; this.patientLabel.Size = new System.Drawing.Size(206, 13); this.patientLabel.TabIndex = 30; this.patientLabel.Text = ""; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Thistle; this.label3.Location = new System.Drawing.Point(427, 9); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(38, 13); this.label3.TabIndex = 31; this.label3.Text = ""; // // visitLabel // this.visitLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.visitLabel.Location = new System.Drawing.Point(427, 26); this.visitLabel.Name = "visitLabel"; this.visitLabel.Size = new System.Drawing.Size(191, 13); this.visitLabel.TabIndex = 32; this.visitLabel.Text = ""; // // label15 // this.label15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label15.BackColor = System.Drawing.Color.Goldenrod; this.label15.Location = new System.Drawing.Point(9, 8); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(115, 13); this.label15.TabIndex = 53; this.label15.Text = "Local Events"; // // label16 // this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(44, 262); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(40, 13); this.label16.TabIndex = 51; this.label16.Text = "Events"; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // fireLocalEvent // this.fireLocalEvent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.fireLocalEvent.Location = new System.Drawing.Point(93, 327); this.fireLocalEvent.Name = "fireLocalEvent"; this.fireLocalEvent.Size = new System.Drawing.Size(143, 20); this.fireLocalEvent.TabIndex = 50; this.fireLocalEvent.TextChanged += new System.EventHandler(this.fireLocalEntry_TextChanged); // // label17 // this.label17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(29, 360); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(55, 13); this.label17.TabIndex = 49; this.label17.Text = "Parameter"; // // fireLocalParameter // this.fireLocalParameter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.fireLocalParameter.Location = new System.Drawing.Point(94, 353); this.fireLocalParameter.Name = "fireLocalParameter"; this.fireLocalParameter.Size = new System.Drawing.Size(143, 20); this.fireLocalParameter.TabIndex = 48; // // triggerLocalButton // this.triggerLocalButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.triggerLocalButton.BackColor = System.Drawing.Color.Gainsboro; this.triggerLocalButton.Location = new System.Drawing.Point(9, 328); this.triggerLocalButton.Name = "triggerLocalButton"; this.triggerLocalButton.Size = new System.Drawing.Size(75, 23); this.triggerLocalButton.TabIndex = 47; this.triggerLocalButton.Text = "Trigger"; this.triggerLocalButton.UseVisualStyleBackColor = false; this.triggerLocalButton.Click += new System.EventHandler(this.triggerLocalButton_Click); // // localUnsubscribeButton // this.localUnsubscribeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.localUnsubscribeButton.BackColor = System.Drawing.Color.Gainsboro; this.localUnsubscribeButton.Location = new System.Drawing.Point(242, 234); this.localUnsubscribeButton.Name = "localUnsubscribeButton"; this.localUnsubscribeButton.Size = new System.Drawing.Size(75, 23); this.localUnsubscribeButton.TabIndex = 46; this.localUnsubscribeButton.Text = "Unsubscribe"; this.localUnsubscribeButton.UseVisualStyleBackColor = false; this.localUnsubscribeButton.Click += new System.EventHandler(this.localUnsubscribeButton_Click); // // localSubscriptions // this.localSubscriptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.localSubscriptions.FormattingEnabled = true; this.localSubscriptions.Location = new System.Drawing.Point(93, 262); this.localSubscriptions.Name = "localSubscriptions"; this.localSubscriptions.Size = new System.Drawing.Size(143, 56); this.localSubscriptions.TabIndex = 45; this.localSubscriptions.SelectedIndexChanged += new System.EventHandler(this.localSubscriptions_SelectedIndexChanged); // // localSubscribeButton // this.localSubscribeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.localSubscribeButton.BackColor = System.Drawing.Color.Gainsboro; this.localSubscribeButton.Location = new System.Drawing.Point(9, 234); this.localSubscribeButton.Name = "localSubscribeButton"; this.localSubscribeButton.Size = new System.Drawing.Size(75, 23); this.localSubscribeButton.TabIndex = 44; this.localSubscribeButton.Text = "Subscribe"; this.localSubscribeButton.UseVisualStyleBackColor = false; this.localSubscribeButton.Click += new System.EventHandler(this.localSubscribeButton_Click); // // localEvent // this.localEvent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.localEvent.Location = new System.Drawing.Point(93, 237); this.localEvent.Name = "localEvent"; this.localEvent.Size = new System.Drawing.Size(143, 20); this.localEvent.TabIndex = 43; // // panel3 // this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.panel3.BackColor = System.Drawing.Color.Goldenrod; this.panel3.Controls.Add(this.label15); this.panel3.Location = new System.Drawing.Point(3, 200); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(394, 28); this.panel3.TabIndex = 56; // // tabPage4 // this.tabPage4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.tabPage4.Controls.Add(this.vetoCheckBox); this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Name = "tabPage4"; this.tabPage4.Size = new System.Drawing.Size(609, 387); this.tabPage4.TabIndex = 2; this.tabPage4.Text = "Context"; // // vetoCheckBox // this.vetoCheckBox.AutoSize = true; this.vetoCheckBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.vetoCheckBox.Location = new System.Drawing.Point(15, 16); this.vetoCheckBox.Name = "vetoCheckBox"; this.vetoCheckBox.Size = new System.Drawing.Size(327, 17); this.vetoCheckBox.TabIndex = 42; this.vetoCheckBox.Text = "Veto Context Change (If directed, framework can override veto)"; this.vetoCheckBox.UseVisualStyleBackColor = false; this.vetoCheckBox.CheckedChanged += new System.EventHandler(this.vetoCheckBox_CheckedChanged); // // UserInfoControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.LightBlue; this.Controls.Add(this.visitLabel); this.Controls.Add(this.label3); this.Controls.Add(this.patientLabel); this.Controls.Add(this.label2); this.Controls.Add(this.divisionLabel); this.Controls.Add(this.label5); this.Controls.Add(this.userNameLabel); this.Controls.Add(this.label1); this.Controls.Add(this.lastUpdateLabel); this.Controls.Add(this.label4); this.Controls.Add(this.tabControl1); this.Name = "UserInfoControl"; this.Size = new System.Drawing.Size(631, 473); this.Load += new System.EventHandler(this.UserInfoControl_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pollingTrack)).EndInit(); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); this.panel3.ResumeLayout(false); this.tabPage4.ResumeLayout(false); this.tabPage4.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.Label queryLabel; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox queryEntry; private System.Windows.Forms.DataGridView grid; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label lastUpdateLabel; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label userNameLabel; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label divisionLabel; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label patientLabel; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label visitLabel; private System.Windows.Forms.ListBox subscriptionList; private System.Windows.Forms.Button subscribeButton; private System.Windows.Forms.TextBox subscriptionEvent; private System.Windows.Forms.TrackBar pollingTrack; private System.Windows.Forms.Label label9; private System.Windows.Forms.ListView eventLogList; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox fireEventEntry; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox parameterEntry; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button unsubscribeButton; private System.Windows.Forms.Label pollingLabel; private System.Windows.Forms.CheckBox raiseBackCheckbox; private System.Windows.Forms.CheckBox enableRemoteEvents; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.Button pasteButton; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label10; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label12; private System.Windows.Forms.NumericUpDown numericUpDown1; private System.Windows.Forms.Label label11; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button2; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label16; private System.Windows.Forms.TextBox fireLocalEvent; private System.Windows.Forms.Label label17; private System.Windows.Forms.TextBox fireLocalParameter; private System.Windows.Forms.Button triggerLocalButton; private System.Windows.Forms.Button localUnsubscribeButton; private System.Windows.Forms.ListBox localSubscriptions; private System.Windows.Forms.Button localSubscribeButton; private System.Windows.Forms.TextBox localEvent; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.CheckBox vetoCheckBox; } }