Ejemplo n.º 1
0
		/// <summary>
		/// Constructor
		/// </summary>
		/// <param name="editor"></param>
		public AttributeProperty(DCMEditor editor)
		{
			editorObj = editor;
		}
Ejemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModalityEmulator));
     this.mainMenuEmulator = new System.Windows.Forms.MainMenu(this.components);
     this.menuItemFile = new System.Windows.Forms.MenuItem();
     this.menuItemConfigSystem = new System.Windows.Forms.MenuItem();
     this.menuItemConfigEmulator = new System.Windows.Forms.MenuItem();
     this.menuItemExit = new System.Windows.Forms.MenuItem();
     this.menuItemHelp = new System.Windows.Forms.MenuItem();
     this.menuItemAbout = new System.Windows.Forms.MenuItem();
     this.tabControlEmulator = new System.Windows.Forms.TabControl();
     this.tabPageControl = new System.Windows.Forms.TabPage();
     this.groupBoxPACS = new System.Windows.Forms.GroupBox();
     this.labelPingPACS = new System.Windows.Forms.Label();
     this.labelEchoPACS = new System.Windows.Forms.Label();
     this.labelStoreCommit = new System.Windows.Forms.Label();
     this.labelStoreImage = new System.Windows.Forms.Label();
     this.buttonStorageCommit = new System.Windows.Forms.Button();
     this.labelPACS = new System.Windows.Forms.Label();
     this.labelHintPACS = new System.Windows.Forms.Label();
     this.buttonStoreImage = new System.Windows.Forms.Button();
     this.buttonEchoPACS = new System.Windows.Forms.Button();
     this.buttonPingPACS = new System.Windows.Forms.Button();
     this.pictureBoxPACS = new System.Windows.Forms.PictureBox();
     this.groupBoxRIS = new System.Windows.Forms.GroupBox();
     this.labelPingRIS = new System.Windows.Forms.Label();
     this.labelEchoRIS = new System.Windows.Forms.Label();
     this.labelMPPSMsg = new System.Windows.Forms.Label();
     this.labelReqWLM = new System.Windows.Forms.Label();
     this.labelRIS = new System.Windows.Forms.Label();
     this.labelHintRIS = new System.Windows.Forms.Label();
     this.buttonMPPSMsg = new System.Windows.Forms.Button();
     this.buttonReqWL = new System.Windows.Forms.Button();
     this.buttonEchoRIS = new System.Windows.Forms.Button();
     this.buttonPingRIS = new System.Windows.Forms.Button();
     this.pictureBoxRIS = new System.Windows.Forms.PictureBox();
     this.tabPageConfigSystems = new System.Windows.Forms.TabPage();
     this.groupBoxConfigMPPS = new System.Windows.Forms.GroupBox();
     this.textBoxMPPSPort = new System.Windows.Forms.MaskedTextBox();
     this.textBoxMPPSAETitle = new System.Windows.Forms.TextBox();
     this.textBoxMPPSIPAddress = new System.Windows.Forms.MaskedTextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.groupBoxConfigPACS = new System.Windows.Forms.GroupBox();
     this.textBoxPACSCommitAETitle = new System.Windows.Forms.TextBox();
     this.textBoxPACSCommitIPAddress = new System.Windows.Forms.MaskedTextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.textBoxPACSAETitle = new System.Windows.Forms.TextBox();
     this.textBoxPACSIPAddress = new System.Windows.Forms.MaskedTextBox();
     this.labelPACSPort = new System.Windows.Forms.Label();
     this.labelPACSAE = new System.Windows.Forms.Label();
     this.labelPACSIPAddress = new System.Windows.Forms.Label();
     this.groupBoxStorePACS = new System.Windows.Forms.GroupBox();
     this.textBoxPACSPort = new System.Windows.Forms.MaskedTextBox();
     this.groupBoxCommitPACS = new System.Windows.Forms.GroupBox();
     this.textBoxPACSCommitPort = new System.Windows.Forms.MaskedTextBox();
     this.groupBoxConfigRIS = new System.Windows.Forms.GroupBox();
     this.textBoxRISPort = new System.Windows.Forms.MaskedTextBox();
     this.textBoxRISAETitle = new System.Windows.Forms.TextBox();
     this.textBoxRISIPAddress = new System.Windows.Forms.MaskedTextBox();
     this.labelRISPort = new System.Windows.Forms.Label();
     this.labelRISAE = new System.Windows.Forms.Label();
     this.labelRISIPAddress = new System.Windows.Forms.Label();
     this.tabPageConfigEmulator = new System.Windows.Forms.TabPage();
     this.textBoxPort = new System.Windows.Forms.MaskedTextBox();
     this.textBoxTimeOut = new System.Windows.Forms.MaskedTextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.radioButtonDiff = new System.Windows.Forms.RadioButton();
     this.radioButtonSingle = new System.Windows.Forms.RadioButton();
     this.emulatorIPAddress = new System.Windows.Forms.ComboBox();
     this.buttonTS = new System.Windows.Forms.Button();
     this.label8 = new System.Windows.Forms.Label();
     this.textBoxSystemName = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.textBoxImplName = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.textBoxAETitle = new System.Windows.Forms.TextBox();
     this.textBoxImplUID = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.labelEmulatorAE = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.tabPageWLM = new System.Windows.Forms.TabPage();
     this.dcmEditorWLM = new DvtkApplicationLayer.UserInterfaces.DCMEditor();
     this.tabPageMPPSCreate = new System.Windows.Forms.TabPage();
     this.dcmEditorMPPSCreate = new DvtkApplicationLayer.UserInterfaces.DCMEditor();
     this.tabPageMPPSSet = new System.Windows.Forms.TabPage();
     this.dcmEditorMPPSSet = new DvtkApplicationLayer.UserInterfaces.DCMEditor();
     this.tabPageMPPSDiscontinued = new System.Windows.Forms.TabPage();
     this.dcmEditorDiscontinued = new DvtkApplicationLayer.UserInterfaces.DCMEditor();
     this.tabPageImageStorage = new System.Windows.Forms.TabPage();
     this.dcmEditorStorage = new DvtkApplicationLayer.UserInterfaces.DCMEditor();
     this.tabPageDummyPatient = new System.Windows.Forms.TabPage();
     this.dcmEditorDummyPatient = new DvtkApplicationLayer.UserInterfaces.DCMEditor();
     this.tabPageActivityLogging = new System.Windows.Forms.TabPage();
     this.tabPageResults = new System.Windows.Forms.TabPage();
     this.dvtkWebBrowserEmulator = new DvtkApplicationLayer.UserInterfaces.DvtkWebBrowserNew();
     this.toolBarEmulator = new System.Windows.Forms.ToolBar();
     this.toolBarButtonConfigEmulator = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonConfigSys = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonResults = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonLog = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonStop = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonSep = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonLeft = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonUp = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonright = new System.Windows.Forms.ToolBarButton();
     this.imageListEmulator = new System.Windows.Forms.ImageList(this.components);
     this.userControlActivityLoggingEmulator = new Dvtk.IheActors.UserInterfaces.UserControlActivityLogging();
     this.tabControlEmulator.SuspendLayout();
     this.tabPageControl.SuspendLayout();
     this.groupBoxPACS.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPACS)).BeginInit();
     this.groupBoxRIS.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRIS)).BeginInit();
     this.tabPageConfigSystems.SuspendLayout();
     this.groupBoxConfigMPPS.SuspendLayout();
     this.groupBoxConfigPACS.SuspendLayout();
     this.groupBoxStorePACS.SuspendLayout();
     this.groupBoxCommitPACS.SuspendLayout();
     this.groupBoxConfigRIS.SuspendLayout();
     this.tabPageConfigEmulator.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabPageWLM.SuspendLayout();
     this.tabPageMPPSCreate.SuspendLayout();
     this.tabPageMPPSSet.SuspendLayout();
     this.tabPageMPPSDiscontinued.SuspendLayout();
     this.tabPageImageStorage.SuspendLayout();
     this.tabPageDummyPatient.SuspendLayout();
     this.tabPageActivityLogging.SuspendLayout();
     this.tabPageResults.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenuEmulator
     //
     this.mainMenuEmulator.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemFile,
     this.menuItemHelp});
     //
     // menuItemFile
     //
     this.menuItemFile.Index = 0;
     this.menuItemFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemConfigSystem,
     this.menuItemConfigEmulator,
     this.menuItemExit});
     this.menuItemFile.Text = "&File";
     //
     // menuItemConfigSystem
     //
     this.menuItemConfigSystem.Index = 0;
     this.menuItemConfigSystem.Text = "Configure Systems";
     this.menuItemConfigSystem.Click += new System.EventHandler(this.menuItemConfigSystem_Click);
     //
     // menuItemConfigEmulator
     //
     this.menuItemConfigEmulator.Index = 1;
     this.menuItemConfigEmulator.Text = "Configure Emulator";
     this.menuItemConfigEmulator.Click += new System.EventHandler(this.menuItemConfigEmulator_Click);
     //
     // menuItemExit
     //
     this.menuItemExit.Index = 2;
     this.menuItemExit.Text = "&Exit";
     this.menuItemExit.Click += new System.EventHandler(this.menuItemExit_Click);
     //
     // menuItemHelp
     //
     this.menuItemHelp.Index = 1;
     this.menuItemHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemAbout});
     this.menuItemHelp.Text = "&Help";
     //
     // menuItemAbout
     //
     this.menuItemAbout.Index = 0;
     this.menuItemAbout.Text = "About Modality Emulator";
     this.menuItemAbout.Click += new System.EventHandler(this.menuItemAbout_Click);
     //
     // tabControlEmulator
     //
     this.tabControlEmulator.Controls.Add(this.tabPageControl);
     this.tabControlEmulator.Controls.Add(this.tabPageConfigSystems);
     this.tabControlEmulator.Controls.Add(this.tabPageConfigEmulator);
     this.tabControlEmulator.Controls.Add(this.tabPageWLM);
     this.tabControlEmulator.Controls.Add(this.tabPageMPPSCreate);
     this.tabControlEmulator.Controls.Add(this.tabPageMPPSSet);
     this.tabControlEmulator.Controls.Add(this.tabPageMPPSDiscontinued);
     this.tabControlEmulator.Controls.Add(this.tabPageImageStorage);
     this.tabControlEmulator.Controls.Add(this.tabPageDummyPatient);
     this.tabControlEmulator.Controls.Add(this.tabPageActivityLogging);
     this.tabControlEmulator.Controls.Add(this.tabPageResults);
     this.tabControlEmulator.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlEmulator.Location = new System.Drawing.Point(0, 28);
     this.tabControlEmulator.Name = "tabControlEmulator";
     this.tabControlEmulator.SelectedIndex = 0;
     this.tabControlEmulator.Size = new System.Drawing.Size(766, 469);
     this.tabControlEmulator.TabIndex = 1;
     //
     // tabPageControl
     //
     this.tabPageControl.Controls.Add(this.groupBoxPACS);
     this.tabPageControl.Controls.Add(this.groupBoxRIS);
     this.tabPageControl.Location = new System.Drawing.Point(4, 22);
     this.tabPageControl.Name = "tabPageControl";
     this.tabPageControl.Size = new System.Drawing.Size(758, 443);
     this.tabPageControl.TabIndex = 0;
     this.tabPageControl.Text = "Control";
     this.tabPageControl.UseVisualStyleBackColor = true;
     //
     // groupBoxPACS
     //
     this.groupBoxPACS.Controls.Add(this.labelPingPACS);
     this.groupBoxPACS.Controls.Add(this.labelEchoPACS);
     this.groupBoxPACS.Controls.Add(this.labelStoreCommit);
     this.groupBoxPACS.Controls.Add(this.labelStoreImage);
     this.groupBoxPACS.Controls.Add(this.buttonStorageCommit);
     this.groupBoxPACS.Controls.Add(this.labelPACS);
     this.groupBoxPACS.Controls.Add(this.labelHintPACS);
     this.groupBoxPACS.Controls.Add(this.buttonStoreImage);
     this.groupBoxPACS.Controls.Add(this.buttonEchoPACS);
     this.groupBoxPACS.Controls.Add(this.buttonPingPACS);
     this.groupBoxPACS.Controls.Add(this.pictureBoxPACS);
     this.groupBoxPACS.Location = new System.Drawing.Point(0, 240);
     this.groupBoxPACS.Name = "groupBoxPACS";
     this.groupBoxPACS.Size = new System.Drawing.Size(752, 216);
     this.groupBoxPACS.TabIndex = 1;
     this.groupBoxPACS.TabStop = false;
     this.groupBoxPACS.Text = "PACS/Workstation Systems";
     //
     // labelPingPACS
     //
     this.labelPingPACS.Location = new System.Drawing.Point(506, 24);
     this.labelPingPACS.Name = "labelPingPACS";
     this.labelPingPACS.Size = new System.Drawing.Size(240, 23);
     this.labelPingPACS.TabIndex = 23;
     //
     // labelEchoPACS
     //
     this.labelEchoPACS.Location = new System.Drawing.Point(507, 64);
     this.labelEchoPACS.Name = "labelEchoPACS";
     this.labelEchoPACS.Size = new System.Drawing.Size(237, 23);
     this.labelEchoPACS.TabIndex = 21;
     //
     // labelStoreCommit
     //
     this.labelStoreCommit.Location = new System.Drawing.Point(507, 141);
     this.labelStoreCommit.Name = "labelStoreCommit";
     this.labelStoreCommit.Size = new System.Drawing.Size(170, 32);
     this.labelStoreCommit.TabIndex = 20;
     //
     // labelStoreImage
     //
     this.labelStoreImage.Location = new System.Drawing.Point(507, 104);
     this.labelStoreImage.Name = "labelStoreImage";
     this.labelStoreImage.Size = new System.Drawing.Size(237, 23);
     this.labelStoreImage.TabIndex = 19;
     //
     // buttonStorageCommit
     //
     this.buttonStorageCommit.Location = new System.Drawing.Point(360, 144);
     this.buttonStorageCommit.Name = "buttonStorageCommit";
     this.buttonStorageCommit.Size = new System.Drawing.Size(136, 23);
     this.buttonStorageCommit.TabIndex = 15;
     this.buttonStorageCommit.Text = "Storage Commitment";
     this.buttonStorageCommit.Click += new System.EventHandler(this.buttonStorageCommit_Click);
     //
     // labelPACS
     //
     this.labelPACS.Location = new System.Drawing.Point(392, 178);
     this.labelPACS.Name = "labelPACS";
     this.labelPACS.Size = new System.Drawing.Size(352, 31);
     this.labelPACS.TabIndex = 14;
     //
     // labelHintPACS
     //
     this.labelHintPACS.Location = new System.Drawing.Point(362, 178);
     this.labelHintPACS.Name = "labelHintPACS";
     this.labelHintPACS.Size = new System.Drawing.Size(32, 16);
     this.labelHintPACS.TabIndex = 5;
     this.labelHintPACS.Text = "Hint:";
     //
     // buttonStoreImage
     //
     this.buttonStoreImage.Location = new System.Drawing.Point(360, 104);
     this.buttonStoreImage.Name = "buttonStoreImage";
     this.buttonStoreImage.Size = new System.Drawing.Size(136, 23);
     this.buttonStoreImage.TabIndex = 4;
     this.buttonStoreImage.Text = "Store Image";
     this.buttonStoreImage.Click += new System.EventHandler(this.buttonStoreImage_Click);
     //
     // buttonEchoPACS
     //
     this.buttonEchoPACS.Location = new System.Drawing.Point(360, 64);
     this.buttonEchoPACS.Name = "buttonEchoPACS";
     this.buttonEchoPACS.Size = new System.Drawing.Size(136, 23);
     this.buttonEchoPACS.TabIndex = 3;
     this.buttonEchoPACS.Text = "DICOM Echo";
     this.buttonEchoPACS.Click += new System.EventHandler(this.buttonEchoPACS_Click);
     //
     // buttonPingPACS
     //
     this.buttonPingPACS.Location = new System.Drawing.Point(360, 24);
     this.buttonPingPACS.Name = "buttonPingPACS";
     this.buttonPingPACS.Size = new System.Drawing.Size(136, 23);
     this.buttonPingPACS.TabIndex = 1;
     this.buttonPingPACS.Text = "Ping PACS/Workstation";
     this.buttonPingPACS.Click += new System.EventHandler(this.buttonPingPACS_Click);
     //
     // pictureBoxPACS
     //
     this.pictureBoxPACS.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxPACS.Image")));
     this.pictureBoxPACS.Location = new System.Drawing.Point(8, 16);
     this.pictureBoxPACS.Name = "pictureBoxPACS";
     this.pictureBoxPACS.Size = new System.Drawing.Size(339, 189);
     this.pictureBoxPACS.TabIndex = 0;
     this.pictureBoxPACS.TabStop = false;
     //
     // groupBoxRIS
     //
     this.groupBoxRIS.Controls.Add(this.labelPingRIS);
     this.groupBoxRIS.Controls.Add(this.labelEchoRIS);
     this.groupBoxRIS.Controls.Add(this.labelMPPSMsg);
     this.groupBoxRIS.Controls.Add(this.labelReqWLM);
     this.groupBoxRIS.Controls.Add(this.labelRIS);
     this.groupBoxRIS.Controls.Add(this.labelHintRIS);
     this.groupBoxRIS.Controls.Add(this.buttonMPPSMsg);
     this.groupBoxRIS.Controls.Add(this.buttonReqWL);
     this.groupBoxRIS.Controls.Add(this.buttonEchoRIS);
     this.groupBoxRIS.Controls.Add(this.buttonPingRIS);
     this.groupBoxRIS.Controls.Add(this.pictureBoxRIS);
     this.groupBoxRIS.Location = new System.Drawing.Point(0, 8);
     this.groupBoxRIS.Name = "groupBoxRIS";
     this.groupBoxRIS.Size = new System.Drawing.Size(752, 224);
     this.groupBoxRIS.TabIndex = 0;
     this.groupBoxRIS.TabStop = false;
     this.groupBoxRIS.Text = "RIS System";
     //
     // labelPingRIS
     //
     this.labelPingRIS.Location = new System.Drawing.Point(504, 24);
     this.labelPingRIS.Name = "labelPingRIS";
     this.labelPingRIS.Size = new System.Drawing.Size(240, 23);
     this.labelPingRIS.TabIndex = 19;
     //
     // labelEchoRIS
     //
     this.labelEchoRIS.Location = new System.Drawing.Point(504, 64);
     this.labelEchoRIS.Name = "labelEchoRIS";
     this.labelEchoRIS.Size = new System.Drawing.Size(240, 23);
     this.labelEchoRIS.TabIndex = 18;
     //
     // labelMPPSMsg
     //
     this.labelMPPSMsg.Location = new System.Drawing.Point(504, 144);
     this.labelMPPSMsg.Name = "labelMPPSMsg";
     this.labelMPPSMsg.Size = new System.Drawing.Size(240, 32);
     this.labelMPPSMsg.TabIndex = 17;
     //
     // labelReqWLM
     //
     this.labelReqWLM.Location = new System.Drawing.Point(504, 104);
     this.labelReqWLM.Name = "labelReqWLM";
     this.labelReqWLM.Size = new System.Drawing.Size(240, 23);
     this.labelReqWLM.TabIndex = 16;
     //
     // labelRIS
     //
     this.labelRIS.Location = new System.Drawing.Point(389, 179);
     this.labelRIS.Name = "labelRIS";
     this.labelRIS.Size = new System.Drawing.Size(355, 39);
     this.labelRIS.TabIndex = 11;
     //
     // labelHintRIS
     //
     this.labelHintRIS.Location = new System.Drawing.Point(360, 178);
     this.labelHintRIS.Name = "labelHintRIS";
     this.labelHintRIS.Size = new System.Drawing.Size(36, 16);
     this.labelHintRIS.TabIndex = 6;
     this.labelHintRIS.Text = "Hint:";
     //
     // buttonMPPSMsg
     //
     this.buttonMPPSMsg.Location = new System.Drawing.Point(360, 144);
     this.buttonMPPSMsg.Name = "buttonMPPSMsg";
     this.buttonMPPSMsg.Size = new System.Drawing.Size(136, 23);
     this.buttonMPPSMsg.TabIndex = 4;
     this.buttonMPPSMsg.Text = "Send MPPS Progress";
     this.buttonMPPSMsg.Click += new System.EventHandler(this.buttonMPPSMsg_Click);
     //
     // buttonReqWL
     //
     this.buttonReqWL.Location = new System.Drawing.Point(360, 104);
     this.buttonReqWL.Name = "buttonReqWL";
     this.buttonReqWL.Size = new System.Drawing.Size(136, 23);
     this.buttonReqWL.TabIndex = 3;
     this.buttonReqWL.Text = "Request Worklist";
     this.buttonReqWL.Click += new System.EventHandler(this.buttonReqWL_Click);
     //
     // buttonEchoRIS
     //
     this.buttonEchoRIS.Location = new System.Drawing.Point(360, 64);
     this.buttonEchoRIS.Name = "buttonEchoRIS";
     this.buttonEchoRIS.Size = new System.Drawing.Size(136, 23);
     this.buttonEchoRIS.TabIndex = 2;
     this.buttonEchoRIS.Text = "DICOM Echo";
     this.buttonEchoRIS.Click += new System.EventHandler(this.buttonEchoRIS_Click);
     //
     // buttonPingRIS
     //
     this.buttonPingRIS.Location = new System.Drawing.Point(360, 24);
     this.buttonPingRIS.Name = "buttonPingRIS";
     this.buttonPingRIS.Size = new System.Drawing.Size(136, 23);
     this.buttonPingRIS.TabIndex = 1;
     this.buttonPingRIS.Text = "Ping RIS";
     this.buttonPingRIS.Click += new System.EventHandler(this.buttonPingRIS_Click);
     //
     // pictureBoxRIS
     //
     this.pictureBoxRIS.BackColor = System.Drawing.SystemColors.Control;
     this.pictureBoxRIS.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxRIS.Image")));
     this.pictureBoxRIS.Location = new System.Drawing.Point(8, 16);
     this.pictureBoxRIS.Name = "pictureBoxRIS";
     this.pictureBoxRIS.Size = new System.Drawing.Size(339, 188);
     this.pictureBoxRIS.TabIndex = 0;
     this.pictureBoxRIS.TabStop = false;
     //
     // tabPageConfigSystems
     //
     this.tabPageConfigSystems.Controls.Add(this.groupBoxConfigMPPS);
     this.tabPageConfigSystems.Controls.Add(this.groupBoxConfigPACS);
     this.tabPageConfigSystems.Controls.Add(this.groupBoxConfigRIS);
     this.tabPageConfigSystems.Location = new System.Drawing.Point(4, 22);
     this.tabPageConfigSystems.Name = "tabPageConfigSystems";
     this.tabPageConfigSystems.Size = new System.Drawing.Size(758, 464);
     this.tabPageConfigSystems.TabIndex = 1;
     this.tabPageConfigSystems.Text = "Configure Remote Systems";
     this.tabPageConfigSystems.UseVisualStyleBackColor = true;
     //
     // groupBoxConfigMPPS
     //
     this.groupBoxConfigMPPS.Controls.Add(this.textBoxMPPSPort);
     this.groupBoxConfigMPPS.Controls.Add(this.textBoxMPPSAETitle);
     this.groupBoxConfigMPPS.Controls.Add(this.textBoxMPPSIPAddress);
     this.groupBoxConfigMPPS.Controls.Add(this.label5);
     this.groupBoxConfigMPPS.Controls.Add(this.label6);
     this.groupBoxConfigMPPS.Controls.Add(this.label7);
     this.groupBoxConfigMPPS.Location = new System.Drawing.Point(0, 158);
     this.groupBoxConfigMPPS.Name = "groupBoxConfigMPPS";
     this.groupBoxConfigMPPS.Size = new System.Drawing.Size(752, 144);
     this.groupBoxConfigMPPS.TabIndex = 1;
     this.groupBoxConfigMPPS.TabStop = false;
     this.groupBoxConfigMPPS.Text = "MPPS Manager";
     //
     // textBoxMPPSPort
     //
     this.textBoxMPPSPort.BeepOnError = true;
     this.textBoxMPPSPort.Location = new System.Drawing.Point(88, 60);
     this.textBoxMPPSPort.Name = "textBoxMPPSPort";
     this.textBoxMPPSPort.Size = new System.Drawing.Size(38, 20);
     this.textBoxMPPSPort.TabIndex = 6;
     this.textBoxMPPSPort.Text = "106";
     this.textBoxMPPSPort.TextChanged += new System.EventHandler(this.textBoxMPPSPort_TextChanged);
     //
     // textBoxMPPSAETitle
     //
     this.textBoxMPPSAETitle.Location = new System.Drawing.Point(88, 104);
     this.textBoxMPPSAETitle.Name = "textBoxMPPSAETitle";
     this.textBoxMPPSAETitle.Size = new System.Drawing.Size(142, 20);
     this.textBoxMPPSAETitle.TabIndex = 2;
     this.textBoxMPPSAETitle.Text = "MPPS";
     this.textBoxMPPSAETitle.TextChanged += new System.EventHandler(this.textBoxMPPSAETitle_TextChanged);
     //
     // textBoxMPPSIPAddress
     //
     this.textBoxMPPSIPAddress.Location = new System.Drawing.Point(88, 24);
     this.textBoxMPPSIPAddress.Name = "textBoxMPPSIPAddress";
     this.textBoxMPPSIPAddress.Size = new System.Drawing.Size(142, 20);
     this.textBoxMPPSIPAddress.TabIndex = 0;
     this.textBoxMPPSIPAddress.Text = "localhost";
     this.textBoxMPPSIPAddress.TextChanged += new System.EventHandler(this.textBoxMPPSIPAddress_TextChanged);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 64);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(72, 16);
     this.label5.TabIndex = 4;
     this.label5.Text = "Remote Port:";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(8, 104);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(72, 16);
     this.label6.TabIndex = 5;
     this.label6.Text = "AE Title:";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(8, 24);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(72, 16);
     this.label7.TabIndex = 3;
     this.label7.Text = "IP Address:";
     //
     // groupBoxConfigPACS
     //
     this.groupBoxConfigPACS.Controls.Add(this.textBoxPACSCommitAETitle);
     this.groupBoxConfigPACS.Controls.Add(this.textBoxPACSCommitIPAddress);
     this.groupBoxConfigPACS.Controls.Add(this.label9);
     this.groupBoxConfigPACS.Controls.Add(this.label10);
     this.groupBoxConfigPACS.Controls.Add(this.label11);
     this.groupBoxConfigPACS.Controls.Add(this.textBoxPACSAETitle);
     this.groupBoxConfigPACS.Controls.Add(this.textBoxPACSIPAddress);
     this.groupBoxConfigPACS.Controls.Add(this.labelPACSPort);
     this.groupBoxConfigPACS.Controls.Add(this.labelPACSAE);
     this.groupBoxConfigPACS.Controls.Add(this.labelPACSIPAddress);
     this.groupBoxConfigPACS.Controls.Add(this.groupBoxStorePACS);
     this.groupBoxConfigPACS.Controls.Add(this.groupBoxCommitPACS);
     this.groupBoxConfigPACS.Location = new System.Drawing.Point(0, 309);
     this.groupBoxConfigPACS.Name = "groupBoxConfigPACS";
     this.groupBoxConfigPACS.Size = new System.Drawing.Size(752, 145);
     this.groupBoxConfigPACS.TabIndex = 2;
     this.groupBoxConfigPACS.TabStop = false;
     this.groupBoxConfigPACS.Text = "PACS/Workstation Systems";
     //
     // textBoxPACSCommitAETitle
     //
     this.textBoxPACSCommitAETitle.Location = new System.Drawing.Point(461, 110);
     this.textBoxPACSCommitAETitle.Name = "textBoxPACSCommitAETitle";
     this.textBoxPACSCommitAETitle.Size = new System.Drawing.Size(137, 20);
     this.textBoxPACSCommitAETitle.TabIndex = 8;
     this.textBoxPACSCommitAETitle.Text = "PACS";
     this.textBoxPACSCommitAETitle.TextChanged += new System.EventHandler(this.textBoxPACSCommitAETitle_TextChanged);
     //
     // textBoxPACSCommitIPAddress
     //
     this.textBoxPACSCommitIPAddress.Location = new System.Drawing.Point(461, 30);
     this.textBoxPACSCommitIPAddress.Name = "textBoxPACSCommitIPAddress";
     this.textBoxPACSCommitIPAddress.Size = new System.Drawing.Size(137, 20);
     this.textBoxPACSCommitIPAddress.TabIndex = 6;
     this.textBoxPACSCommitIPAddress.Text = "localhost";
     this.textBoxPACSCommitIPAddress.TextChanged += new System.EventHandler(this.textBoxPACSCommitIPAddress_TextChanged);
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(381, 70);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(72, 16);
     this.label9.TabIndex = 10;
     this.label9.Text = "Remote Port:";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(383, 110);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(72, 16);
     this.label10.TabIndex = 11;
     this.label10.Text = "AE Title:";
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(382, 30);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(72, 16);
     this.label11.TabIndex = 9;
     this.label11.Text = "IP Address:";
     //
     // textBoxPACSAETitle
     //
     this.textBoxPACSAETitle.Location = new System.Drawing.Point(88, 110);
     this.textBoxPACSAETitle.Name = "textBoxPACSAETitle";
     this.textBoxPACSAETitle.Size = new System.Drawing.Size(142, 20);
     this.textBoxPACSAETitle.TabIndex = 2;
     this.textBoxPACSAETitle.Text = "PACS";
     this.textBoxPACSAETitle.TextChanged += new System.EventHandler(this.textBoxPACSAETitle_TextChanged);
     //
     // textBoxPACSIPAddress
     //
     this.textBoxPACSIPAddress.Location = new System.Drawing.Point(88, 30);
     this.textBoxPACSIPAddress.Name = "textBoxPACSIPAddress";
     this.textBoxPACSIPAddress.Size = new System.Drawing.Size(142, 20);
     this.textBoxPACSIPAddress.TabIndex = 0;
     this.textBoxPACSIPAddress.Text = "localhost";
     this.textBoxPACSIPAddress.TextChanged += new System.EventHandler(this.textBoxPACSIPAddress_TextChanged);
     //
     // labelPACSPort
     //
     this.labelPACSPort.Location = new System.Drawing.Point(8, 70);
     this.labelPACSPort.Name = "labelPACSPort";
     this.labelPACSPort.Size = new System.Drawing.Size(72, 16);
     this.labelPACSPort.TabIndex = 4;
     this.labelPACSPort.Text = "Remote Port:";
     //
     // labelPACSAE
     //
     this.labelPACSAE.Location = new System.Drawing.Point(8, 110);
     this.labelPACSAE.Name = "labelPACSAE";
     this.labelPACSAE.Size = new System.Drawing.Size(72, 16);
     this.labelPACSAE.TabIndex = 5;
     this.labelPACSAE.Text = "AE Title:";
     //
     // labelPACSIPAddress
     //
     this.labelPACSIPAddress.Location = new System.Drawing.Point(8, 30);
     this.labelPACSIPAddress.Name = "labelPACSIPAddress";
     this.labelPACSIPAddress.Size = new System.Drawing.Size(72, 16);
     this.labelPACSIPAddress.TabIndex = 3;
     this.labelPACSIPAddress.Text = "IP Address:";
     //
     // groupBoxStorePACS
     //
     this.groupBoxStorePACS.Controls.Add(this.textBoxPACSPort);
     this.groupBoxStorePACS.Location = new System.Drawing.Point(6, 13);
     this.groupBoxStorePACS.Name = "groupBoxStorePACS";
     this.groupBoxStorePACS.Size = new System.Drawing.Size(362, 128);
     this.groupBoxStorePACS.TabIndex = 12;
     this.groupBoxStorePACS.TabStop = false;
     this.groupBoxStorePACS.Text = "Storage Config";
     //
     // textBoxPACSPort
     //
     this.textBoxPACSPort.BeepOnError = true;
     this.textBoxPACSPort.Location = new System.Drawing.Point(82, 57);
     this.textBoxPACSPort.Name = "textBoxPACSPort";
     this.textBoxPACSPort.Size = new System.Drawing.Size(38, 20);
     this.textBoxPACSPort.TabIndex = 0;
     this.textBoxPACSPort.Text = "107";
     this.textBoxPACSPort.TextChanged += new System.EventHandler(this.textBoxPACSPort_TextChanged);
     //
     // groupBoxCommitPACS
     //
     this.groupBoxCommitPACS.Controls.Add(this.textBoxPACSCommitPort);
     this.groupBoxCommitPACS.Location = new System.Drawing.Point(374, 13);
     this.groupBoxCommitPACS.Name = "groupBoxCommitPACS";
     this.groupBoxCommitPACS.Size = new System.Drawing.Size(372, 128);
     this.groupBoxCommitPACS.TabIndex = 13;
     this.groupBoxCommitPACS.TabStop = false;
     this.groupBoxCommitPACS.Text = "Store Commit Config";
     //
     // textBoxPACSCommitPort
     //
     this.textBoxPACSCommitPort.BeepOnError = true;
     this.textBoxPACSCommitPort.Location = new System.Drawing.Point(87, 54);
     this.textBoxPACSCommitPort.Name = "textBoxPACSCommitPort";
     this.textBoxPACSCommitPort.Size = new System.Drawing.Size(41, 20);
     this.textBoxPACSCommitPort.TabIndex = 0;
     this.textBoxPACSCommitPort.Text = "107";
     this.textBoxPACSCommitPort.TextChanged += new System.EventHandler(this.textBoxPACSCommitPort_TextChanged);
     //
     // groupBoxConfigRIS
     //
     this.groupBoxConfigRIS.Controls.Add(this.textBoxRISPort);
     this.groupBoxConfigRIS.Controls.Add(this.textBoxRISAETitle);
     this.groupBoxConfigRIS.Controls.Add(this.textBoxRISIPAddress);
     this.groupBoxConfigRIS.Controls.Add(this.labelRISPort);
     this.groupBoxConfigRIS.Controls.Add(this.labelRISAE);
     this.groupBoxConfigRIS.Controls.Add(this.labelRISIPAddress);
     this.groupBoxConfigRIS.Location = new System.Drawing.Point(0, 6);
     this.groupBoxConfigRIS.Name = "groupBoxConfigRIS";
     this.groupBoxConfigRIS.Size = new System.Drawing.Size(752, 144);
     this.groupBoxConfigRIS.TabIndex = 0;
     this.groupBoxConfigRIS.TabStop = false;
     this.groupBoxConfigRIS.Text = "RIS System";
     //
     // textBoxRISPort
     //
     this.textBoxRISPort.BeepOnError = true;
     this.textBoxRISPort.Location = new System.Drawing.Point(88, 60);
     this.textBoxRISPort.Name = "textBoxRISPort";
     this.textBoxRISPort.Size = new System.Drawing.Size(38, 20);
     this.textBoxRISPort.TabIndex = 6;
     this.textBoxRISPort.Text = "105";
     this.textBoxRISPort.TextChanged += new System.EventHandler(this.textBoxRISPort_TextChanged);
     //
     // textBoxRISAETitle
     //
     this.textBoxRISAETitle.Location = new System.Drawing.Point(88, 104);
     this.textBoxRISAETitle.Name = "textBoxRISAETitle";
     this.textBoxRISAETitle.Size = new System.Drawing.Size(142, 20);
     this.textBoxRISAETitle.TabIndex = 2;
     this.textBoxRISAETitle.Text = "RIS";
     this.textBoxRISAETitle.TextChanged += new System.EventHandler(this.textBoxRISAETitle_TextChanged);
     //
     // textBoxRISIPAddress
     //
     this.textBoxRISIPAddress.Location = new System.Drawing.Point(88, 24);
     this.textBoxRISIPAddress.Name = "textBoxRISIPAddress";
     this.textBoxRISIPAddress.Size = new System.Drawing.Size(142, 20);
     this.textBoxRISIPAddress.TabIndex = 0;
     this.textBoxRISIPAddress.Text = "localhost";
     this.textBoxRISIPAddress.TextChanged += new System.EventHandler(this.textBoxRISIPAddress_TextChanged);
     //
     // labelRISPort
     //
     this.labelRISPort.Location = new System.Drawing.Point(8, 64);
     this.labelRISPort.Name = "labelRISPort";
     this.labelRISPort.Size = new System.Drawing.Size(72, 16);
     this.labelRISPort.TabIndex = 4;
     this.labelRISPort.Text = "Remote Port:";
     //
     // labelRISAE
     //
     this.labelRISAE.Location = new System.Drawing.Point(8, 104);
     this.labelRISAE.Name = "labelRISAE";
     this.labelRISAE.Size = new System.Drawing.Size(72, 16);
     this.labelRISAE.TabIndex = 5;
     this.labelRISAE.Text = "AE Title:";
     //
     // labelRISIPAddress
     //
     this.labelRISIPAddress.Location = new System.Drawing.Point(8, 24);
     this.labelRISIPAddress.Name = "labelRISIPAddress";
     this.labelRISIPAddress.Size = new System.Drawing.Size(72, 16);
     this.labelRISIPAddress.TabIndex = 3;
     this.labelRISIPAddress.Text = "IP Address:";
     //
     // tabPageConfigEmulator
     //
     this.tabPageConfigEmulator.Controls.Add(this.textBoxPort);
     this.tabPageConfigEmulator.Controls.Add(this.textBoxTimeOut);
     this.tabPageConfigEmulator.Controls.Add(this.label12);
     this.tabPageConfigEmulator.Controls.Add(this.groupBox1);
     this.tabPageConfigEmulator.Controls.Add(this.emulatorIPAddress);
     this.tabPageConfigEmulator.Controls.Add(this.buttonTS);
     this.tabPageConfigEmulator.Controls.Add(this.label8);
     this.tabPageConfigEmulator.Controls.Add(this.textBoxSystemName);
     this.tabPageConfigEmulator.Controls.Add(this.label4);
     this.tabPageConfigEmulator.Controls.Add(this.textBoxImplName);
     this.tabPageConfigEmulator.Controls.Add(this.label2);
     this.tabPageConfigEmulator.Controls.Add(this.textBoxAETitle);
     this.tabPageConfigEmulator.Controls.Add(this.textBoxImplUID);
     this.tabPageConfigEmulator.Controls.Add(this.label1);
     this.tabPageConfigEmulator.Controls.Add(this.labelEmulatorAE);
     this.tabPageConfigEmulator.Controls.Add(this.label3);
     this.tabPageConfigEmulator.Location = new System.Drawing.Point(4, 22);
     this.tabPageConfigEmulator.Name = "tabPageConfigEmulator";
     this.tabPageConfigEmulator.Size = new System.Drawing.Size(758, 464);
     this.tabPageConfigEmulator.TabIndex = 2;
     this.tabPageConfigEmulator.Text = "Configure Emulator";
     this.tabPageConfigEmulator.UseVisualStyleBackColor = true;
     //
     // textBoxPort
     //
     this.textBoxPort.BeepOnError = true;
     this.textBoxPort.Location = new System.Drawing.Point(167, 220);
     this.textBoxPort.Name = "textBoxPort";
     this.textBoxPort.Size = new System.Drawing.Size(44, 20);
     this.textBoxPort.TabIndex = 30;
     this.textBoxPort.Text = "104";
     this.textBoxPort.TextChanged += new System.EventHandler(this.textBoxPort_TextChanged);
     //
     // textBoxTimeOut
     //
     this.textBoxTimeOut.BeepOnError = true;
     this.textBoxTimeOut.Location = new System.Drawing.Point(296, 396);
     this.textBoxTimeOut.Mask = "00";
     this.textBoxTimeOut.Name = "textBoxTimeOut";
     this.textBoxTimeOut.Size = new System.Drawing.Size(29, 20);
     this.textBoxTimeOut.TabIndex = 29;
     this.textBoxTimeOut.Text = "1";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(18, 399);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(258, 13);
     this.label12.TabIndex = 28;
     this.label12.Text = "Wait time for N-EVENT-REPORT from PACS (in sec):";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radioButtonDiff);
     this.groupBox1.Controls.Add(this.radioButtonSingle);
     this.groupBox1.Location = new System.Drawing.Point(11, 261);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(314, 107);
     this.groupBox1.TabIndex = 25;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Storage Commit Mode";
     //
     // radioButtonDiff
     //
     this.radioButtonDiff.AutoSize = true;
     this.radioButtonDiff.Location = new System.Drawing.Point(26, 71);
     this.radioButtonDiff.Name = "radioButtonDiff";
     this.radioButtonDiff.Size = new System.Drawing.Size(231, 17);
     this.radioButtonDiff.TabIndex = 1;
     this.radioButtonDiff.Text = "In Different Association (Async commitment)";
     this.radioButtonDiff.UseVisualStyleBackColor = true;
     this.radioButtonDiff.CheckedChanged += new System.EventHandler(this.radioButtonDiff_CheckedChanged);
     //
     // radioButtonSingle
     //
     this.radioButtonSingle.AutoSize = true;
     this.radioButtonSingle.Checked = true;
     this.radioButtonSingle.Location = new System.Drawing.Point(26, 30);
     this.radioButtonSingle.Name = "radioButtonSingle";
     this.radioButtonSingle.Size = new System.Drawing.Size(215, 17);
     this.radioButtonSingle.TabIndex = 0;
     this.radioButtonSingle.TabStop = true;
     this.radioButtonSingle.Text = "In Single Association (Sync commitment)";
     this.radioButtonSingle.UseVisualStyleBackColor = true;
     this.radioButtonSingle.CheckedChanged += new System.EventHandler(this.radioButtonSingle_CheckedChanged);
     //
     // emulatorIPAddress
     //
     this.emulatorIPAddress.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.emulatorIPAddress.FormattingEnabled = true;
     this.emulatorIPAddress.Location = new System.Drawing.Point(168, 176);
     this.emulatorIPAddress.Name = "emulatorIPAddress";
     this.emulatorIPAddress.Size = new System.Drawing.Size(157, 21);
     this.emulatorIPAddress.TabIndex = 24;
     //
     // buttonTS
     //
     this.buttonTS.Location = new System.Drawing.Point(401, 220);
     this.buttonTS.Name = "buttonTS";
     this.buttonTS.Size = new System.Drawing.Size(170, 23);
     this.buttonTS.TabIndex = 23;
     this.buttonTS.Text = "Specify TS for Storage Commit";
     this.buttonTS.Visible = false;
     this.buttonTS.Click += new System.EventHandler(this.buttonTS_Click);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8, 176);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(100, 16);
     this.label8.TabIndex = 10;
     this.label8.Text = "Local IP Address:";
     //
     // textBoxSystemName
     //
     this.textBoxSystemName.Location = new System.Drawing.Point(168, 16);
     this.textBoxSystemName.Name = "textBoxSystemName";
     this.textBoxSystemName.Size = new System.Drawing.Size(157, 20);
     this.textBoxSystemName.TabIndex = 0;
     this.textBoxSystemName.Text = "Modality";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 16);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(96, 16);
     this.label4.TabIndex = 6;
     this.label4.Text = "System Name:";
     //
     // textBoxImplName
     //
     this.textBoxImplName.Location = new System.Drawing.Point(168, 136);
     this.textBoxImplName.Name = "textBoxImplName";
     this.textBoxImplName.ReadOnly = true;
     this.textBoxImplName.Size = new System.Drawing.Size(157, 20);
     this.textBoxImplName.TabIndex = 3;
     this.textBoxImplName.Text = "ModalityEmulator";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 136);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(160, 16);
     this.label2.TabIndex = 9;
     this.label2.Text = "Implementation Version Name:";
     //
     // textBoxAETitle
     //
     this.textBoxAETitle.Location = new System.Drawing.Point(168, 56);
     this.textBoxAETitle.Name = "textBoxAETitle";
     this.textBoxAETitle.Size = new System.Drawing.Size(157, 20);
     this.textBoxAETitle.TabIndex = 1;
     this.textBoxAETitle.Text = "MODALITY";
     //
     // textBoxImplUID
     //
     this.textBoxImplUID.Location = new System.Drawing.Point(168, 96);
     this.textBoxImplUID.Name = "textBoxImplUID";
     this.textBoxImplUID.ReadOnly = true;
     this.textBoxImplUID.Size = new System.Drawing.Size(157, 20);
     this.textBoxImplUID.TabIndex = 2;
     this.textBoxImplUID.Text = "1.2.826.0.1.3680043.2.1545.6";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 216);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(134, 20);
     this.label1.TabIndex = 11;
     this.label1.Text = "Listen Port:";
     //
     // labelEmulatorAE
     //
     this.labelEmulatorAE.Location = new System.Drawing.Point(8, 56);
     this.labelEmulatorAE.Name = "labelEmulatorAE";
     this.labelEmulatorAE.Size = new System.Drawing.Size(72, 16);
     this.labelEmulatorAE.TabIndex = 7;
     this.labelEmulatorAE.Text = "AE Title:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 96);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(144, 16);
     this.label3.TabIndex = 8;
     this.label3.Text = "Implementation Class UID:";
     //
     // tabPageWLM
     //
     this.tabPageWLM.Controls.Add(this.dcmEditorWLM);
     this.tabPageWLM.Location = new System.Drawing.Point(4, 22);
     this.tabPageWLM.Name = "tabPageWLM";
     this.tabPageWLM.Size = new System.Drawing.Size(758, 464);
     this.tabPageWLM.TabIndex = 3;
     this.tabPageWLM.Text = "Worklist Query";
     this.tabPageWLM.UseVisualStyleBackColor = true;
     //
     // dcmEditorWLM
     //
     this.dcmEditorWLM.AutoScroll = true;
     this.dcmEditorWLM.DCMFile = "";
     this.dcmEditorWLM.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dcmEditorWLM.Location = new System.Drawing.Point(0, 0);
     this.dcmEditorWLM.Name = "dcmEditorWLM";
     this.dcmEditorWLM.Size = new System.Drawing.Size(758, 464);
     this.dcmEditorWLM.TabIndex = 0;
     //
     // tabPageMPPSCreate
     //
     this.tabPageMPPSCreate.Controls.Add(this.dcmEditorMPPSCreate);
     this.tabPageMPPSCreate.Location = new System.Drawing.Point(4, 22);
     this.tabPageMPPSCreate.Name = "tabPageMPPSCreate";
     this.tabPageMPPSCreate.Size = new System.Drawing.Size(758, 464);
     this.tabPageMPPSCreate.TabIndex = 4;
     this.tabPageMPPSCreate.Text = "MPPS-Progress";
     this.tabPageMPPSCreate.UseVisualStyleBackColor = true;
     //
     // dcmEditorMPPSCreate
     //
     this.dcmEditorMPPSCreate.AutoScroll = true;
     this.dcmEditorMPPSCreate.DCMFile = "";
     this.dcmEditorMPPSCreate.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dcmEditorMPPSCreate.Location = new System.Drawing.Point(0, 0);
     this.dcmEditorMPPSCreate.Name = "dcmEditorMPPSCreate";
     this.dcmEditorMPPSCreate.Size = new System.Drawing.Size(758, 464);
     this.dcmEditorMPPSCreate.TabIndex = 0;
     //
     // tabPageMPPSSet
     //
     this.tabPageMPPSSet.Controls.Add(this.dcmEditorMPPSSet);
     this.tabPageMPPSSet.Location = new System.Drawing.Point(4, 22);
     this.tabPageMPPSSet.Name = "tabPageMPPSSet";
     this.tabPageMPPSSet.Size = new System.Drawing.Size(758, 464);
     this.tabPageMPPSSet.TabIndex = 5;
     this.tabPageMPPSSet.Text = "MPPS-Completed";
     this.tabPageMPPSSet.UseVisualStyleBackColor = true;
     //
     // dcmEditorMPPSSet
     //
     this.dcmEditorMPPSSet.AutoScroll = true;
     this.dcmEditorMPPSSet.DCMFile = "";
     this.dcmEditorMPPSSet.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dcmEditorMPPSSet.Location = new System.Drawing.Point(0, 0);
     this.dcmEditorMPPSSet.Name = "dcmEditorMPPSSet";
     this.dcmEditorMPPSSet.Size = new System.Drawing.Size(758, 464);
     this.dcmEditorMPPSSet.TabIndex = 0;
     //
     // tabPageMPPSDiscontinued
     //
     this.tabPageMPPSDiscontinued.Controls.Add(this.dcmEditorDiscontinued);
     this.tabPageMPPSDiscontinued.Location = new System.Drawing.Point(4, 22);
     this.tabPageMPPSDiscontinued.Name = "tabPageMPPSDiscontinued";
     this.tabPageMPPSDiscontinued.Size = new System.Drawing.Size(758, 464);
     this.tabPageMPPSDiscontinued.TabIndex = 10;
     this.tabPageMPPSDiscontinued.Text = "MPPS-Discontinued";
     this.tabPageMPPSDiscontinued.UseVisualStyleBackColor = true;
     //
     // dcmEditorDiscontinued
     //
     this.dcmEditorDiscontinued.AutoScroll = true;
     this.dcmEditorDiscontinued.DCMFile = "";
     this.dcmEditorDiscontinued.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dcmEditorDiscontinued.Location = new System.Drawing.Point(0, 0);
     this.dcmEditorDiscontinued.Name = "dcmEditorDiscontinued";
     this.dcmEditorDiscontinued.Size = new System.Drawing.Size(758, 464);
     this.dcmEditorDiscontinued.TabIndex = 0;
     //
     // tabPageImageStorage
     //
     this.tabPageImageStorage.Controls.Add(this.dcmEditorStorage);
     this.tabPageImageStorage.Location = new System.Drawing.Point(4, 22);
     this.tabPageImageStorage.Name = "tabPageImageStorage";
     this.tabPageImageStorage.Size = new System.Drawing.Size(758, 464);
     this.tabPageImageStorage.TabIndex = 6;
     this.tabPageImageStorage.Text = "Image Storage";
     this.tabPageImageStorage.UseVisualStyleBackColor = true;
     //
     // dcmEditorStorage
     //
     this.dcmEditorStorage.AutoScroll = true;
     this.dcmEditorStorage.DCMFile = "";
     this.dcmEditorStorage.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dcmEditorStorage.Location = new System.Drawing.Point(0, 0);
     this.dcmEditorStorage.Name = "dcmEditorStorage";
     this.dcmEditorStorage.Size = new System.Drawing.Size(758, 464);
     this.dcmEditorStorage.TabIndex = 0;
     //
     // tabPageDummyPatient
     //
     this.tabPageDummyPatient.Controls.Add(this.dcmEditorDummyPatient);
     this.tabPageDummyPatient.Location = new System.Drawing.Point(4, 22);
     this.tabPageDummyPatient.Name = "tabPageDummyPatient";
     this.tabPageDummyPatient.Size = new System.Drawing.Size(758, 464);
     this.tabPageDummyPatient.TabIndex = 9;
     this.tabPageDummyPatient.Text = "Dummy Patient";
     this.tabPageDummyPatient.UseVisualStyleBackColor = true;
     //
     // dcmEditorDummyPatient
     //
     this.dcmEditorDummyPatient.AutoScroll = true;
     this.dcmEditorDummyPatient.DCMFile = "";
     this.dcmEditorDummyPatient.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dcmEditorDummyPatient.Location = new System.Drawing.Point(0, 0);
     this.dcmEditorDummyPatient.Name = "dcmEditorDummyPatient";
     this.dcmEditorDummyPatient.Size = new System.Drawing.Size(758, 464);
     this.dcmEditorDummyPatient.TabIndex = 0;
     //
     // tabPageActivityLogging
     //
     this.tabPageActivityLogging.Controls.Add(this.userControlActivityLoggingEmulator);
     this.tabPageActivityLogging.Location = new System.Drawing.Point(4, 22);
     this.tabPageActivityLogging.Name = "tabPageActivityLogging";
     this.tabPageActivityLogging.Size = new System.Drawing.Size(758, 464);
     this.tabPageActivityLogging.TabIndex = 8;
     this.tabPageActivityLogging.Text = "Activity Logging";
     this.tabPageActivityLogging.UseVisualStyleBackColor = true;
     //
     // tabPageResults
     //
     this.tabPageResults.Controls.Add(this.dvtkWebBrowserEmulator);
     this.tabPageResults.Location = new System.Drawing.Point(4, 22);
     this.tabPageResults.Name = "tabPageResults";
     this.tabPageResults.Size = new System.Drawing.Size(758, 464);
     this.tabPageResults.TabIndex = 7;
     this.tabPageResults.Text = "Final Result";
     this.tabPageResults.UseVisualStyleBackColor = true;
     //
     // dvtkWebBrowserEmulator
     //
     this.dvtkWebBrowserEmulator.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dvtkWebBrowserEmulator.Location = new System.Drawing.Point(0, 0);
     this.dvtkWebBrowserEmulator.Name = "dvtkWebBrowserEmulator";
     this.dvtkWebBrowserEmulator.Size = new System.Drawing.Size(758, 464);
     this.dvtkWebBrowserEmulator.TabIndex = 0;
     this.dvtkWebBrowserEmulator.XmlStyleSheetFullFileName = "";
     //
     // toolBarEmulator
     //
     this.toolBarEmulator.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarEmulator.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.toolBarButtonConfigEmulator,
     this.toolBarButtonConfigSys,
     this.toolBarButtonResults,
     this.toolBarButtonLog,
     this.toolBarButtonStop,
     this.toolBarButtonSep,
     this.toolBarButtonLeft,
     this.toolBarButtonUp,
     this.toolBarButtonright});
     this.toolBarEmulator.ButtonSize = new System.Drawing.Size(39, 22);
     this.toolBarEmulator.DropDownArrows = true;
     this.toolBarEmulator.ImageList = this.imageListEmulator;
     this.toolBarEmulator.Location = new System.Drawing.Point(0, 0);
     this.toolBarEmulator.Name = "toolBarEmulator";
     this.toolBarEmulator.ShowToolTips = true;
     this.toolBarEmulator.Size = new System.Drawing.Size(766, 28);
     this.toolBarEmulator.TabIndex = 1;
     this.toolBarEmulator.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarEmulator_ButtonClick);
     //
     // toolBarButtonConfigEmulator
     //
     this.toolBarButtonConfigEmulator.ImageIndex = 7;
     this.toolBarButtonConfigEmulator.Name = "toolBarButtonConfigEmulator";
     this.toolBarButtonConfigEmulator.ToolTipText = "Configure Emulator";
     //
     // toolBarButtonConfigSys
     //
     this.toolBarButtonConfigSys.ImageIndex = 3;
     this.toolBarButtonConfigSys.Name = "toolBarButtonConfigSys";
     this.toolBarButtonConfigSys.ToolTipText = "Configure Systems";
     //
     // toolBarButtonResults
     //
     this.toolBarButtonResults.Enabled = false;
     this.toolBarButtonResults.ImageIndex = 4;
     this.toolBarButtonResults.Name = "toolBarButtonResults";
     this.toolBarButtonResults.ToolTipText = "Display results";
     //
     // toolBarButtonLog
     //
     this.toolBarButtonLog.ImageIndex = 5;
     this.toolBarButtonLog.Name = "toolBarButtonLog";
     this.toolBarButtonLog.ToolTipText = "Show logging";
     //
     // toolBarButtonStop
     //
     this.toolBarButtonStop.Enabled = false;
     this.toolBarButtonStop.ImageIndex = 6;
     this.toolBarButtonStop.Name = "toolBarButtonStop";
     this.toolBarButtonStop.ToolTipText = "Stop emulator";
     //
     // toolBarButtonSep
     //
     this.toolBarButtonSep.Name = "toolBarButtonSep";
     this.toolBarButtonSep.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButtonLeft
     //
     this.toolBarButtonLeft.Enabled = false;
     this.toolBarButtonLeft.ImageIndex = 0;
     this.toolBarButtonLeft.Name = "toolBarButtonLeft";
     this.toolBarButtonLeft.ToolTipText = "Go back";
     //
     // toolBarButtonUp
     //
     this.toolBarButtonUp.Enabled = false;
     this.toolBarButtonUp.ImageIndex = 2;
     this.toolBarButtonUp.Name = "toolBarButtonUp";
     this.toolBarButtonUp.ToolTipText = "Go to top";
     //
     // toolBarButtonright
     //
     this.toolBarButtonright.Enabled = false;
     this.toolBarButtonright.ImageIndex = 1;
     this.toolBarButtonright.Name = "toolBarButtonright";
     this.toolBarButtonright.ToolTipText = "Go forward";
     //
     // imageListEmulator
     //
     this.imageListEmulator.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListEmulator.ImageStream")));
     this.imageListEmulator.TransparentColor = System.Drawing.Color.Transparent;
     this.imageListEmulator.Images.SetKeyName(0, "");
     this.imageListEmulator.Images.SetKeyName(1, "");
     this.imageListEmulator.Images.SetKeyName(2, "");
     this.imageListEmulator.Images.SetKeyName(3, "");
     this.imageListEmulator.Images.SetKeyName(4, "");
     this.imageListEmulator.Images.SetKeyName(5, "");
     this.imageListEmulator.Images.SetKeyName(6, "");
     this.imageListEmulator.Images.SetKeyName(7, "");
     //
     // userControlActivityLoggingEmulator
     //
     this.userControlActivityLoggingEmulator.Dock = System.Windows.Forms.DockStyle.Fill;
     this.userControlActivityLoggingEmulator.Interval = 250;
     this.userControlActivityLoggingEmulator.Location = new System.Drawing.Point(0, 0);
     this.userControlActivityLoggingEmulator.Name = "userControlActivityLoggingEmulator";
     this.userControlActivityLoggingEmulator.Size = new System.Drawing.Size(758, 464);
     this.userControlActivityLoggingEmulator.TabIndex = 0;
     //
     // ModalityEmulator
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(766, 497);
     this.Controls.Add(this.tabControlEmulator);
     this.Controls.Add(this.toolBarEmulator);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.mainMenuEmulator;
     this.Name = "ModalityEmulator";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Modality Emulator";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.ModalityEmulator_Closing);
     this.tabControlEmulator.ResumeLayout(false);
     this.tabPageControl.ResumeLayout(false);
     this.groupBoxPACS.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPACS)).EndInit();
     this.groupBoxRIS.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRIS)).EndInit();
     this.tabPageConfigSystems.ResumeLayout(false);
     this.groupBoxConfigMPPS.ResumeLayout(false);
     this.groupBoxConfigMPPS.PerformLayout();
     this.groupBoxConfigPACS.ResumeLayout(false);
     this.groupBoxConfigPACS.PerformLayout();
     this.groupBoxStorePACS.ResumeLayout(false);
     this.groupBoxStorePACS.PerformLayout();
     this.groupBoxCommitPACS.ResumeLayout(false);
     this.groupBoxCommitPACS.PerformLayout();
     this.groupBoxConfigRIS.ResumeLayout(false);
     this.groupBoxConfigRIS.PerformLayout();
     this.tabPageConfigEmulator.ResumeLayout(false);
     this.tabPageConfigEmulator.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabPageWLM.ResumeLayout(false);
     this.tabPageMPPSCreate.ResumeLayout(false);
     this.tabPageMPPSSet.ResumeLayout(false);
     this.tabPageMPPSDiscontinued.ResumeLayout(false);
     this.tabPageImageStorage.ResumeLayout(false);
     this.tabPageDummyPatient.ResumeLayout(false);
     this.tabPageActivityLogging.ResumeLayout(false);
     this.tabPageResults.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QREmulator));
     this.mainMenuEmulator = new System.Windows.Forms.MainMenu(this.components);
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.menuItem6 = new System.Windows.Forms.MenuItem();
     this.menuConfigLoad = new System.Windows.Forms.MenuItem();
     this.menuConfigSave = new System.Windows.Forms.MenuItem();
     this.menuItem2 = new System.Windows.Forms.MenuItem();
     this.menuItem5 = new System.Windows.Forms.MenuItem();
     this.menuItemStoredFilesExploreValidationResults = new System.Windows.Forms.MenuItem();
     this.menuItem7 = new System.Windows.Forms.MenuItem();
     this.menuItemStoredFilesOptions = new System.Windows.Forms.MenuItem();
     this.menuItem3 = new System.Windows.Forms.MenuItem();
     this.menuItem4 = new System.Windows.Forms.MenuItem();
     this.panel1 = new System.Windows.Forms.Panel();
     this.toolStripQRSCPEmulator = new System.Windows.Forms.ToolStrip();
     this.toolBarButtonError = new System.Windows.Forms.ToolStripButton();
     this.toolBarButtonWarning = new System.Windows.Forms.ToolStripButton();
     this.buttonTS = new System.Windows.Forms.Button();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.buttonStop = new System.Windows.Forms.Button();
     this.buttonSave = new System.Windows.Forms.Button();
     this.buttonForward = new System.Windows.Forms.Button();
     this.buttonBackward = new System.Windows.Forms.Button();
     this.buttonTop = new System.Windows.Forms.Button();
     this.buttonShowInformationModel = new System.Windows.Forms.Button();
     this.buttonStart = new System.Windows.Forms.Button();
     this.panel2 = new System.Windows.Forms.Panel();
     this.tabControl = new System.Windows.Forms.TabControl();
     this.tabPageQueryRetrieve = new System.Windows.Forms.TabPage();
     this.socketTimeout = new System.Windows.Forms.NumericUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.LO = new System.Windows.Forms.CheckBox();
     this.PN = new System.Windows.Forms.CheckBox();
     this.SH = new System.Windows.Forms.CheckBox();
     this.CS = new System.Windows.Forms.CheckBox();
     this.AE = new System.Windows.Forms.CheckBox();
     this.buttonBrowse = new System.Windows.Forms.Button();
     this.textBoxDataDir = new System.Windows.Forms.TextBox();
     this.checkBoxSelectDir = new System.Windows.Forms.CheckBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.checkBoxPSRInfoModel = new System.Windows.Forms.CheckBox();
     this.checkBoxSRInfoModel = new System.Windows.Forms.CheckBox();
     this.checkBoxPRInfoModel = new System.Windows.Forms.CheckBox();
     this.label1 = new System.Windows.Forms.Label();
     this.buttonExploreDicomFiles = new System.Windows.Forms.Button();
     this.tabPageMoveDestinations = new System.Windows.Forms.TabPage();
     this.panel3 = new System.Windows.Forms.Panel();
     this.tabPageDCMEditor = new System.Windows.Forms.TabPage();
     this.tabPageActivityLogging = new System.Windows.Forms.TabPage();
     this.tabPageResults = new System.Windows.Forms.TabPage();
     this.label3 = new System.Windows.Forms.Label();
     this.dicomThreadOptionsUserControl = new DvtkHighLevelInterface.Dicom.UserInterfaces.DicomThreadOptionsUserControl();
     this.aeRegistrationControl1 = new DvtkHighLevelInterface.Dicom.UserInterfaces.AERegistrationControl();
     this.dcmEditorQREmulator = new DvtkApplicationLayer.UserInterfaces.DCMEditor();
     this.userControlActivityLogging = new DvtkHighLevelInterface.Common.UserInterfaces.UserControlActivityLogging();
     this.dvtkWebBrowserResults = new DvtkApplicationLayer.UserInterfaces.DvtkWebBrowserNew();
     this.panel1.SuspendLayout();
     this.toolStripQRSCPEmulator.SuspendLayout();
     this.panel2.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.tabPageQueryRetrieve.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.socketTimeout)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabPageMoveDestinations.SuspendLayout();
     this.panel3.SuspendLayout();
     this.tabPageDCMEditor.SuspendLayout();
     this.tabPageActivityLogging.SuspendLayout();
     this.tabPageResults.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenuEmulator
     //
     this.mainMenuEmulator.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem1,
     this.menuItem5,
     this.menuItem3});
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem6,
     this.menuItem2});
     this.menuItem1.Text = "File";
     //
     // menuItem6
     //
     this.menuItem6.Index = 0;
     this.menuItem6.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuConfigLoad,
     this.menuConfigSave});
     this.menuItem6.Text = "Config File";
     //
     // menuConfigLoad
     //
     this.menuConfigLoad.Index = 0;
     this.menuConfigLoad.Text = "Load";
     this.menuConfigLoad.Click += new System.EventHandler(this.menuConfigLoad_Click);
     //
     // menuConfigSave
     //
     this.menuConfigSave.Index = 1;
     this.menuConfigSave.Text = "Save";
     this.menuConfigSave.Click += new System.EventHandler(this.menuConfigSave_Click);
     //
     // menuItem2
     //
     this.menuItem2.Index = 1;
     this.menuItem2.Text = "Exit";
     this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
     //
     // menuItem5
     //
     this.menuItem5.Index = 1;
     this.menuItem5.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemStoredFilesExploreValidationResults,
     this.menuItem7,
     this.menuItemStoredFilesOptions});
     this.menuItem5.Text = "Stored Files";
     //
     // menuItemStoredFilesExploreValidationResults
     //
     this.menuItemStoredFilesExploreValidationResults.Index = 0;
     this.menuItemStoredFilesExploreValidationResults.Text = "Explore Validation Results...";
     this.menuItemStoredFilesExploreValidationResults.Click += new System.EventHandler(this.menuItemStoredFilesExploreValidationResults_Click);
     //
     // menuItem7
     //
     this.menuItem7.Index = 1;
     this.menuItem7.Text = "-";
     //
     // menuItemStoredFilesOptions
     //
     this.menuItemStoredFilesOptions.Index = 2;
     this.menuItemStoredFilesOptions.Text = "Options...";
     this.menuItemStoredFilesOptions.Click += new System.EventHandler(this.menuItemStoredFilesOptions_Click);
     //
     // menuItem3
     //
     this.menuItem3.Index = 2;
     this.menuItem3.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem4});
     this.menuItem3.Text = "About";
     //
     // menuItem4
     //
     this.menuItem4.Index = 0;
     this.menuItem4.Text = "About QR SCP Emulator";
     this.menuItem4.Click += new System.EventHandler(this.menuItem4_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.toolStripQRSCPEmulator);
     this.panel1.Controls.Add(this.buttonTS);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.buttonStop);
     this.panel1.Controls.Add(this.buttonSave);
     this.panel1.Controls.Add(this.buttonForward);
     this.panel1.Controls.Add(this.buttonBackward);
     this.panel1.Controls.Add(this.buttonTop);
     this.panel1.Controls.Add(this.buttonShowInformationModel);
     this.panel1.Controls.Add(this.buttonStart);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(158, 556);
     this.panel1.TabIndex = 1;
     //
     // toolStripQRSCPEmulator
     //
     this.toolStripQRSCPEmulator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolBarButtonError,
     this.toolBarButtonWarning});
     this.toolStripQRSCPEmulator.Location = new System.Drawing.Point(0, 0);
     this.toolStripQRSCPEmulator.Name = "toolStripQRSCPEmulator";
     this.toolStripQRSCPEmulator.Size = new System.Drawing.Size(150, 25);
     this.toolStripQRSCPEmulator.TabIndex = 20;
     this.toolStripQRSCPEmulator.Text = "toolStripQRSCPEmulator";
     //
     // toolBarButtonError
     //
     this.toolBarButtonError.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolBarButtonError.Enabled = false;
     this.toolBarButtonError.Image = ((System.Drawing.Image)(resources.GetObject("toolBarButtonError.Image")));
     this.toolBarButtonError.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolBarButtonError.Name = "toolBarButtonError";
     this.toolBarButtonError.Size = new System.Drawing.Size(23, 22);
     this.toolBarButtonError.Text = "toolStripButton1";
     this.toolBarButtonError.ToolTipText = "Error";
     this.toolBarButtonError.Click += new System.EventHandler(this.toolBarButtonError_Click);
     //
     // toolBarButtonWarning
     //
     this.toolBarButtonWarning.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolBarButtonWarning.Enabled = false;
     this.toolBarButtonWarning.Image = ((System.Drawing.Image)(resources.GetObject("toolBarButtonWarning.Image")));
     this.toolBarButtonWarning.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolBarButtonWarning.Name = "toolBarButtonWarning";
     this.toolBarButtonWarning.Size = new System.Drawing.Size(23, 22);
     this.toolBarButtonWarning.ToolTipText = "Warning";
     this.toolBarButtonWarning.Click += new System.EventHandler(this.toolBarButtonWarning_Click);
     //
     // buttonTS
     //
     this.buttonTS.Location = new System.Drawing.Point(35, 168);
     this.buttonTS.Name = "buttonTS";
     this.buttonTS.Size = new System.Drawing.Size(72, 23);
     this.buttonTS.TabIndex = 2;
     this.buttonTS.Text = "Specify TS";
     this.buttonTS.Click += new System.EventHandler(this.buttonTS_Click);
     //
     // splitter1
     //
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(150, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.splitter1.Size = new System.Drawing.Size(8, 556);
     this.splitter1.TabIndex = 19;
     this.splitter1.TabStop = false;
     //
     // buttonStop
     //
     this.buttonStop.Location = new System.Drawing.Point(35, 120);
     this.buttonStop.Name = "buttonStop";
     this.buttonStop.Size = new System.Drawing.Size(72, 23);
     this.buttonStop.TabIndex = 1;
     this.buttonStop.Text = "Stop";
     this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click);
     //
     // buttonSave
     //
     this.buttonSave.Location = new System.Drawing.Point(35, 216);
     this.buttonSave.Name = "buttonSave";
     this.buttonSave.Size = new System.Drawing.Size(75, 23);
     this.buttonSave.TabIndex = 3;
     this.buttonSave.Text = "Save";
     this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
     //
     // buttonForward
     //
     this.buttonForward.Image = ((System.Drawing.Image)(resources.GetObject("buttonForward.Image")));
     this.buttonForward.Location = new System.Drawing.Point(71, 335);
     this.buttonForward.Name = "buttonForward";
     this.buttonForward.Size = new System.Drawing.Size(40, 23);
     this.buttonForward.TabIndex = 6;
     this.buttonForward.Click += new System.EventHandler(this.buttonForward_Click);
     //
     // buttonBackward
     //
     this.buttonBackward.Image = ((System.Drawing.Image)(resources.GetObject("buttonBackward.Image")));
     this.buttonBackward.Location = new System.Drawing.Point(31, 335);
     this.buttonBackward.Name = "buttonBackward";
     this.buttonBackward.Size = new System.Drawing.Size(40, 23);
     this.buttonBackward.TabIndex = 5;
     this.buttonBackward.Click += new System.EventHandler(this.buttonBackward_Click);
     //
     // buttonTop
     //
     this.buttonTop.Image = ((System.Drawing.Image)(resources.GetObject("buttonTop.Image")));
     this.buttonTop.Location = new System.Drawing.Point(47, 311);
     this.buttonTop.Name = "buttonTop";
     this.buttonTop.Size = new System.Drawing.Size(40, 23);
     this.buttonTop.TabIndex = 4;
     this.buttonTop.Click += new System.EventHandler(this.buttonTop_Click);
     //
     // buttonShowInformationModel
     //
     this.buttonShowInformationModel.Location = new System.Drawing.Point(4, 263);
     this.buttonShowInformationModel.Name = "buttonShowInformationModel";
     this.buttonShowInformationModel.Size = new System.Drawing.Size(143, 23);
     this.buttonShowInformationModel.TabIndex = 4;
     this.buttonShowInformationModel.Text = "View information model";
     this.buttonShowInformationModel.Click += new System.EventHandler(this.buttonShowInformationModel_Click);
     //
     // buttonStart
     //
     this.buttonStart.Location = new System.Drawing.Point(35, 72);
     this.buttonStart.Name = "buttonStart";
     this.buttonStart.Size = new System.Drawing.Size(72, 23);
     this.buttonStart.TabIndex = 0;
     this.buttonStart.Text = "Start";
     this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.tabControl);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(158, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(656, 556);
     this.panel2.TabIndex = 17;
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tabPageQueryRetrieve);
     this.tabControl.Controls.Add(this.tabPageMoveDestinations);
     this.tabControl.Controls.Add(this.tabPageDCMEditor);
     this.tabControl.Controls.Add(this.tabPageActivityLogging);
     this.tabControl.Controls.Add(this.tabPageResults);
     this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location = new System.Drawing.Point(0, 0);
     this.tabControl.Name = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size = new System.Drawing.Size(656, 556);
     this.tabControl.TabIndex = 0;
     this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
     //
     // tabPageQueryRetrieve
     //
     this.tabPageQueryRetrieve.Controls.Add(this.label3);
     this.tabPageQueryRetrieve.Controls.Add(this.socketTimeout);
     this.tabPageQueryRetrieve.Controls.Add(this.label2);
     this.tabPageQueryRetrieve.Controls.Add(this.button1);
     this.tabPageQueryRetrieve.Controls.Add(this.groupBox2);
     this.tabPageQueryRetrieve.Controls.Add(this.buttonBrowse);
     this.tabPageQueryRetrieve.Controls.Add(this.textBoxDataDir);
     this.tabPageQueryRetrieve.Controls.Add(this.checkBoxSelectDir);
     this.tabPageQueryRetrieve.Controls.Add(this.groupBox1);
     this.tabPageQueryRetrieve.Controls.Add(this.dicomThreadOptionsUserControl);
     this.tabPageQueryRetrieve.Controls.Add(this.label1);
     this.tabPageQueryRetrieve.Controls.Add(this.buttonExploreDicomFiles);
     this.tabPageQueryRetrieve.Location = new System.Drawing.Point(4, 22);
     this.tabPageQueryRetrieve.Name = "tabPageQueryRetrieve";
     this.tabPageQueryRetrieve.Size = new System.Drawing.Size(648, 530);
     this.tabPageQueryRetrieve.TabIndex = 1;
     this.tabPageQueryRetrieve.Text = "Configuration";
     //
     // socketTimeout
     //
     this.socketTimeout.Location = new System.Drawing.Point(151, 135);
     this.socketTimeout.Maximum = new decimal(new int[] {
     65535,
     0,
     0,
     0});
     this.socketTimeout.Name = "socketTimeout";
     this.socketTimeout.Size = new System.Drawing.Size(97, 20);
     this.socketTimeout.TabIndex = 21;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(23, 140);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(85, 23);
     this.label2.TabIndex = 20;
     this.label2.Text = "Timeout";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(24, 490);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(195, 23);
     this.button1.TabIndex = 19;
     this.button1.Text = "Add Attributes to Information model";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.LO);
     this.groupBox2.Controls.Add(this.PN);
     this.groupBox2.Controls.Add(this.SH);
     this.groupBox2.Controls.Add(this.CS);
     this.groupBox2.Controls.Add(this.AE);
     this.groupBox2.Location = new System.Drawing.Point(24, 168);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(415, 74);
     this.groupBox2.TabIndex = 18;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Enable Case sensitivite Query";
     //
     // LO
     //
     this.LO.AutoSize = true;
     this.LO.Location = new System.Drawing.Point(163, 46);
     this.LO.Name = "LO";
     this.LO.Size = new System.Drawing.Size(101, 17);
     this.LO.TabIndex = 4;
     this.LO.Text = "Long string (LO)";
     this.LO.UseVisualStyleBackColor = true;
     this.LO.CheckedChanged += new System.EventHandler(this.IsChecked);
     //
     // PN
     //
     this.PN.AutoSize = true;
     this.PN.Location = new System.Drawing.Point(20, 46);
     this.PN.Name = "PN";
     this.PN.Size = new System.Drawing.Size(112, 17);
     this.PN.TabIndex = 3;
     this.PN.Text = "Person name (PN)";
     this.PN.UseVisualStyleBackColor = true;
     this.PN.CheckedChanged += new System.EventHandler(this.IsChecked);
     //
     // SH
     //
     this.SH.AutoSize = true;
     this.SH.Location = new System.Drawing.Point(286, 23);
     this.SH.Name = "SH";
     this.SH.Size = new System.Drawing.Size(105, 17);
     this.SH.TabIndex = 2;
     this.SH.Text = "Short String (SH)";
     this.SH.UseVisualStyleBackColor = true;
     this.SH.CheckedChanged += new System.EventHandler(this.IsChecked);
     //
     // CS
     //
     this.CS.AutoSize = true;
     this.CS.Location = new System.Drawing.Point(163, 23);
     this.CS.Name = "CS";
     this.CS.Size = new System.Drawing.Size(107, 17);
     this.CS.TabIndex = 1;
     this.CS.Text = "Code strings (CS)";
     this.CS.UseVisualStyleBackColor = true;
     this.CS.CheckedChanged += new System.EventHandler(this.IsChecked);
     //
     // AE
     //
     this.AE.AutoSize = true;
     this.AE.Location = new System.Drawing.Point(20, 23);
     this.AE.Name = "AE";
     this.AE.Size = new System.Drawing.Size(130, 17);
     this.AE.TabIndex = 0;
     this.AE.Text = "Application Entity (AE)";
     this.AE.UseVisualStyleBackColor = true;
     this.AE.CheckedChanged += new System.EventHandler(this.IsChecked);
     //
     // buttonBrowse
     //
     this.buttonBrowse.Location = new System.Drawing.Point(448, 458);
     this.buttonBrowse.Name = "buttonBrowse";
     this.buttonBrowse.Size = new System.Drawing.Size(72, 23);
     this.buttonBrowse.TabIndex = 6;
     this.buttonBrowse.Text = "Browse....";
     this.buttonBrowse.Click += new System.EventHandler(this.buttonBrowse_Click);
     //
     // textBoxDataDir
     //
     this.textBoxDataDir.Location = new System.Drawing.Point(24, 458);
     this.textBoxDataDir.Name = "textBoxDataDir";
     this.textBoxDataDir.ReadOnly = true;
     this.textBoxDataDir.Size = new System.Drawing.Size(416, 20);
     this.textBoxDataDir.TabIndex = 5;
     //
     // checkBoxSelectDir
     //
     this.checkBoxSelectDir.Location = new System.Drawing.Point(24, 426);
     this.checkBoxSelectDir.Name = "checkBoxSelectDir";
     this.checkBoxSelectDir.Size = new System.Drawing.Size(280, 24);
     this.checkBoxSelectDir.TabIndex = 17;
     this.checkBoxSelectDir.Text = "Select data directory for sending QR responses";
     this.checkBoxSelectDir.CheckedChanged += new System.EventHandler(this.checkBoxSelectDir_CheckedChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.checkBoxPSRInfoModel);
     this.groupBox1.Controls.Add(this.checkBoxSRInfoModel);
     this.groupBox1.Controls.Add(this.checkBoxPRInfoModel);
     this.groupBox1.Location = new System.Drawing.Point(24, 251);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(416, 120);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Query Retrieve Information models";
     //
     // checkBoxPSRInfoModel
     //
     this.checkBoxPSRInfoModel.Location = new System.Drawing.Point(24, 88);
     this.checkBoxPSRInfoModel.Name = "checkBoxPSRInfoModel";
     this.checkBoxPSRInfoModel.Size = new System.Drawing.Size(224, 24);
     this.checkBoxPSRInfoModel.TabIndex = 2;
     this.checkBoxPSRInfoModel.Text = "Patient Study Root Information Model";
     this.checkBoxPSRInfoModel.CheckedChanged += new System.EventHandler(this.checkBoxPSRInfoModel_CheckedChanged);
     //
     // checkBoxSRInfoModel
     //
     this.checkBoxSRInfoModel.Location = new System.Drawing.Point(24, 56);
     this.checkBoxSRInfoModel.Name = "checkBoxSRInfoModel";
     this.checkBoxSRInfoModel.Size = new System.Drawing.Size(184, 24);
     this.checkBoxSRInfoModel.TabIndex = 1;
     this.checkBoxSRInfoModel.Text = "Study Root Information Model";
     this.checkBoxSRInfoModel.CheckedChanged += new System.EventHandler(this.checkBoxSRInfoModel_CheckedChanged);
     //
     // checkBoxPRInfoModel
     //
     this.checkBoxPRInfoModel.Location = new System.Drawing.Point(24, 24);
     this.checkBoxPRInfoModel.Name = "checkBoxPRInfoModel";
     this.checkBoxPRInfoModel.Size = new System.Drawing.Size(200, 24);
     this.checkBoxPRInfoModel.TabIndex = 0;
     this.checkBoxPRInfoModel.Text = "Patient Root Information Model";
     this.checkBoxPRInfoModel.CheckedChanged += new System.EventHandler(this.checkBoxPRInfoModel_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(184, 385);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(248, 23);
     this.label1.TabIndex = 12;
     this.label1.Text = "Import DICOM files for emulating QR responses.";
     //
     // buttonExploreDicomFiles
     //
     this.buttonExploreDicomFiles.Location = new System.Drawing.Point(24, 385);
     this.buttonExploreDicomFiles.Name = "buttonExploreDicomFiles";
     this.buttonExploreDicomFiles.Size = new System.Drawing.Size(152, 23);
     this.buttonExploreDicomFiles.TabIndex = 3;
     this.buttonExploreDicomFiles.Text = "Import Dicom files...";
     this.buttonExploreDicomFiles.Click += new System.EventHandler(this.buttonExploreDicomFiles_Click);
     //
     // tabPageMoveDestinations
     //
     this.tabPageMoveDestinations.Controls.Add(this.panel3);
     this.tabPageMoveDestinations.Location = new System.Drawing.Point(4, 22);
     this.tabPageMoveDestinations.Name = "tabPageMoveDestinations";
     this.tabPageMoveDestinations.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageMoveDestinations.Size = new System.Drawing.Size(648, 530);
     this.tabPageMoveDestinations.TabIndex = 4;
     this.tabPageMoveDestinations.Text = "Move Destinations";
     this.tabPageMoveDestinations.UseVisualStyleBackColor = true;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.aeRegistrationControl1);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(3, 3);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(642, 524);
     this.panel3.TabIndex = 0;
     //
     // tabPageDCMEditor
     //
     this.tabPageDCMEditor.Controls.Add(this.dcmEditorQREmulator);
     this.tabPageDCMEditor.Location = new System.Drawing.Point(4, 22);
     this.tabPageDCMEditor.Name = "tabPageDCMEditor";
     this.tabPageDCMEditor.Size = new System.Drawing.Size(648, 530);
     this.tabPageDCMEditor.TabIndex = 3;
     this.tabPageDCMEditor.Text = "Edit DCM Files";
     this.tabPageDCMEditor.Visible = false;
     //
     // tabPageActivityLogging
     //
     this.tabPageActivityLogging.Controls.Add(this.userControlActivityLogging);
     this.tabPageActivityLogging.Location = new System.Drawing.Point(4, 22);
     this.tabPageActivityLogging.Name = "tabPageActivityLogging";
     this.tabPageActivityLogging.Size = new System.Drawing.Size(648, 530);
     this.tabPageActivityLogging.TabIndex = 2;
     this.tabPageActivityLogging.Text = "Activity Logging";
     this.tabPageActivityLogging.Visible = false;
     //
     // tabPageResults
     //
     this.tabPageResults.Controls.Add(this.dvtkWebBrowserResults);
     this.tabPageResults.Location = new System.Drawing.Point(4, 22);
     this.tabPageResults.Name = "tabPageResults";
     this.tabPageResults.Size = new System.Drawing.Size(648, 530);
     this.tabPageResults.TabIndex = 0;
     this.tabPageResults.Text = "Results";
     this.tabPageResults.Visible = false;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(250, 140);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(178, 23);
     this.label3.TabIndex = 22;
     this.label3.Text = "Sec     (\'0\' for maximum timeout) ";
     //
     // dicomThreadOptionsUserControl
     //
     this.dicomThreadOptionsUserControl.DicomThreadOptions = null;
     this.dicomThreadOptionsUserControl.LocalAeTitle = "";
     this.dicomThreadOptionsUserControl.LocalAeTitleVisible = false;
     this.dicomThreadOptionsUserControl.LocalPort = "";
     this.dicomThreadOptionsUserControl.LocalPortVisible = false;
     this.dicomThreadOptionsUserControl.Location = new System.Drawing.Point(8, 8);
     this.dicomThreadOptionsUserControl.Name = "dicomThreadOptionsUserControl";
     this.dicomThreadOptionsUserControl.RemoteAeTitle = "";
     this.dicomThreadOptionsUserControl.RemoteAeTitleVisible = false;
     this.dicomThreadOptionsUserControl.RemoteIpAddress = "";
     this.dicomThreadOptionsUserControl.RemoteIpAddressVisible = false;
     this.dicomThreadOptionsUserControl.RemotePort = "";
     this.dicomThreadOptionsUserControl.RemotePortVisible = false;
     this.dicomThreadOptionsUserControl.Size = new System.Drawing.Size(432, 126);
     this.dicomThreadOptionsUserControl.TabIndex = 1;
     //
     // aeRegistrationControl1
     //
     this.aeRegistrationControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.aeRegistrationControl1.Location = new System.Drawing.Point(0, 0);
     this.aeRegistrationControl1.Margin = new System.Windows.Forms.Padding(4);
     this.aeRegistrationControl1.Name = "aeRegistrationControl1";
     this.aeRegistrationControl1.Size = new System.Drawing.Size(642, 524);
     this.aeRegistrationControl1.TabIndex = 0;
     //
     // dcmEditorQREmulator
     //
     this.dcmEditorQREmulator.AutoScroll = true;
     this.dcmEditorQREmulator.DCMFile = "";
     this.dcmEditorQREmulator.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dcmEditorQREmulator.Location = new System.Drawing.Point(0, 0);
     this.dcmEditorQREmulator.Name = "dcmEditorQREmulator";
     this.dcmEditorQREmulator.Size = new System.Drawing.Size(648, 530);
     this.dcmEditorQREmulator.TabIndex = 0;
     //
     // userControlActivityLogging
     //
     this.userControlActivityLogging.Dock = System.Windows.Forms.DockStyle.Fill;
     this.userControlActivityLogging.Interval = 250;
     this.userControlActivityLogging.Location = new System.Drawing.Point(0, 0);
     this.userControlActivityLogging.Name = "userControlActivityLogging";
     this.userControlActivityLogging.Size = new System.Drawing.Size(648, 530);
     this.userControlActivityLogging.TabIndex = 0;
     //
     // dvtkWebBrowserResults
     //
     this.dvtkWebBrowserResults.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dvtkWebBrowserResults.Location = new System.Drawing.Point(0, 0);
     this.dvtkWebBrowserResults.Name = "dvtkWebBrowserResults";
     this.dvtkWebBrowserResults.Size = new System.Drawing.Size(648, 530);
     this.dvtkWebBrowserResults.TabIndex = 0;
     this.dvtkWebBrowserResults.XmlStyleSheetFullFileName = "";
     //
     // QREmulator
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(814, 556);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.mainMenuEmulator;
     this.MinimumSize = new System.Drawing.Size(685, 590);
     this.Name = "QREmulator";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "QR SCP Emulator";
     this.Load += new System.EventHandler(this.QREmulator_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.QREmulator_FormClosing);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.toolStripQRSCPEmulator.ResumeLayout(false);
     this.toolStripQRSCPEmulator.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     this.tabPageQueryRetrieve.ResumeLayout(false);
     this.tabPageQueryRetrieve.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.socketTimeout)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.tabPageMoveDestinations.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.tabPageDCMEditor.ResumeLayout(false);
     this.tabPageActivityLogging.ResumeLayout(false);
     this.tabPageResults.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RisEmulator));
     this.panel1 = new System.Windows.Forms.Panel();
     this.buttonTS = new System.Windows.Forms.Button();
     this.buttonStop = new System.Windows.Forms.Button();
     this.buttonForward = new System.Windows.Forms.Button();
     this.buttonBackward = new System.Windows.Forms.Button();
     this.buttonTop = new System.Windows.Forms.Button();
     this.buttonSave = new System.Windows.Forms.Button();
     this.buttonStart = new System.Windows.Forms.Button();
     this.buttonSelectMode = new System.Windows.Forms.Button();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.panel2 = new System.Windows.Forms.Panel();
     this.tabControl = new System.Windows.Forms.TabControl();
     this.tabPageWorklist = new System.Windows.Forms.TabPage();
     this.checkBoxSPSD = new System.Windows.Forms.CheckBox();
     this.buttonBrowse = new System.Windows.Forms.Button();
     this.textBoxDataDir = new System.Windows.Forms.TextBox();
     this.checkBoxSelectDir = new System.Windows.Forms.CheckBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.buttonExploreDicomFiles = new System.Windows.Forms.Button();
     this.buttonShowInformationModel = new System.Windows.Forms.Button();
     this.worklistOptionsControl = new DvtkHighLevelInterface.Dicom.UserInterfaces.DicomThreadOptionsUserControl();
     this.tabPageMPPS = new System.Windows.Forms.TabPage();
     this.mppsOptionsControl = new DvtkHighLevelInterface.Dicom.UserInterfaces.DicomThreadOptionsUserControl();
     this.tabPageDCMEditor = new System.Windows.Forms.TabPage();
     this.dcmEditorRISEmulator = new DvtkApplicationLayer.UserInterfaces.DCMEditor();
     this.tabPageResults = new System.Windows.Forms.TabPage();
     this.dvtkWebBrowserResults = new DvtkApplicationLayer.UserInterfaces.DvtkWebBrowserNew();
     this.tabPageActivityLogging = new System.Windows.Forms.TabPage();
     this.userControlActivityLogging = new DvtkHighLevelInterface.Common.UserInterfaces.UserControlActivityLogging();
     this.mainMenuRISEmulator = new System.Windows.Forms.MainMenu(this.components);
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.menuConfig = new System.Windows.Forms.MenuItem();
     this.menuConfigLoad = new System.Windows.Forms.MenuItem();
     this.menuConfigSave = new System.Windows.Forms.MenuItem();
     this.menuItemExit = new System.Windows.Forms.MenuItem();
     this.menuItemStoredFiles = new System.Windows.Forms.MenuItem();
     this.menuItemStoredFilesExploreValidationResults = new System.Windows.Forms.MenuItem();
     this.menuItem5 = new System.Windows.Forms.MenuItem();
     this.menuItemStoredFilesOptions = new System.Windows.Forms.MenuItem();
     this.menuItem3 = new System.Windows.Forms.MenuItem();
     this.menuItemAbout = new System.Windows.Forms.MenuItem();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.tabPageWorklist.SuspendLayout();
     this.tabPageMPPS.SuspendLayout();
     this.tabPageDCMEditor.SuspendLayout();
     this.tabPageResults.SuspendLayout();
     this.tabPageActivityLogging.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.buttonTS);
     this.panel1.Controls.Add(this.buttonStop);
     this.panel1.Controls.Add(this.buttonForward);
     this.panel1.Controls.Add(this.buttonBackward);
     this.panel1.Controls.Add(this.buttonTop);
     this.panel1.Controls.Add(this.buttonSave);
     this.panel1.Controls.Add(this.buttonStart);
     this.panel1.Controls.Add(this.buttonSelectMode);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(120, 466);
     this.panel1.TabIndex = 0;
     //
     // buttonTS
     //
     this.buttonTS.Location = new System.Drawing.Point(16, 192);
     this.buttonTS.Name = "buttonTS";
     this.buttonTS.Size = new System.Drawing.Size(80, 23);
     this.buttonTS.TabIndex = 3;
     this.buttonTS.Text = "Specify TS";
     this.buttonTS.Click += new System.EventHandler(this.buttonTS_Click);
     //
     // buttonStop
     //
     this.buttonStop.Location = new System.Drawing.Point(20, 144);
     this.buttonStop.Name = "buttonStop";
     this.buttonStop.Size = new System.Drawing.Size(75, 23);
     this.buttonStop.TabIndex = 2;
     this.buttonStop.Text = "Stop";
     this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click);
     //
     // buttonForward
     //
     this.buttonForward.Image = ((System.Drawing.Image)(resources.GetObject("buttonForward.Image")));
     this.buttonForward.Location = new System.Drawing.Point(60, 312);
     this.buttonForward.Name = "buttonForward";
     this.buttonForward.Size = new System.Drawing.Size(40, 23);
     this.buttonForward.TabIndex = 7;
     this.buttonForward.Click += new System.EventHandler(this.buttonForward_Click);
     //
     // buttonBackward
     //
     this.buttonBackward.Image = ((System.Drawing.Image)(resources.GetObject("buttonBackward.Image")));
     this.buttonBackward.Location = new System.Drawing.Point(20, 312);
     this.buttonBackward.Name = "buttonBackward";
     this.buttonBackward.Size = new System.Drawing.Size(40, 23);
     this.buttonBackward.TabIndex = 6;
     this.buttonBackward.Click += new System.EventHandler(this.buttonBackward_Click);
     //
     // buttonTop
     //
     this.buttonTop.Image = ((System.Drawing.Image)(resources.GetObject("buttonTop.Image")));
     this.buttonTop.Location = new System.Drawing.Point(40, 288);
     this.buttonTop.Name = "buttonTop";
     this.buttonTop.Size = new System.Drawing.Size(40, 23);
     this.buttonTop.TabIndex = 5;
     this.buttonTop.Click += new System.EventHandler(this.buttonTop_Click);
     //
     // buttonSave
     //
     this.buttonSave.Location = new System.Drawing.Point(20, 240);
     this.buttonSave.Name = "buttonSave";
     this.buttonSave.Size = new System.Drawing.Size(75, 23);
     this.buttonSave.TabIndex = 4;
     this.buttonSave.Text = "Save";
     this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
     //
     // buttonStart
     //
     this.buttonStart.Location = new System.Drawing.Point(20, 96);
     this.buttonStart.Name = "buttonStart";
     this.buttonStart.Size = new System.Drawing.Size(75, 23);
     this.buttonStart.TabIndex = 1;
     this.buttonStart.Text = "Start";
     this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
     //
     // buttonSelectMode
     //
     this.buttonSelectMode.Location = new System.Drawing.Point(16, 48);
     this.buttonSelectMode.Name = "buttonSelectMode";
     this.buttonSelectMode.Size = new System.Drawing.Size(80, 23);
     this.buttonSelectMode.TabIndex = 0;
     this.buttonSelectMode.Text = "Select Mode";
     this.buttonSelectMode.Click += new System.EventHandler(this.buttonSelectMode_Click);
     //
     // splitter1
     //
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(711, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 466);
     this.splitter1.TabIndex = 9;
     this.splitter1.TabStop = false;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.tabControl);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(120, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(591, 466);
     this.panel2.TabIndex = 10;
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tabPageWorklist);
     this.tabControl.Controls.Add(this.tabPageMPPS);
     this.tabControl.Controls.Add(this.tabPageDCMEditor);
     this.tabControl.Controls.Add(this.tabPageResults);
     this.tabControl.Controls.Add(this.tabPageActivityLogging);
     this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location = new System.Drawing.Point(0, 0);
     this.tabControl.Name = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size = new System.Drawing.Size(591, 466);
     this.tabControl.TabIndex = 0;
     //
     // tabPageWorklist
     //
     this.tabPageWorklist.AutoScroll = true;
     this.tabPageWorklist.Controls.Add(this.checkBoxSPSD);
     this.tabPageWorklist.Controls.Add(this.buttonBrowse);
     this.tabPageWorklist.Controls.Add(this.textBoxDataDir);
     this.tabPageWorklist.Controls.Add(this.checkBoxSelectDir);
     this.tabPageWorklist.Controls.Add(this.label3);
     this.tabPageWorklist.Controls.Add(this.label1);
     this.tabPageWorklist.Controls.Add(this.buttonExploreDicomFiles);
     this.tabPageWorklist.Controls.Add(this.buttonShowInformationModel);
     this.tabPageWorklist.Controls.Add(this.worklistOptionsControl);
     this.tabPageWorklist.Location = new System.Drawing.Point(4, 22);
     this.tabPageWorklist.Name = "tabPageWorklist";
     this.tabPageWorklist.Size = new System.Drawing.Size(583, 440);
     this.tabPageWorklist.TabIndex = 3;
     this.tabPageWorklist.Text = "Worklist";
     //
     // checkBoxSPSD
     //
     this.checkBoxSPSD.AutoSize = true;
     this.checkBoxSPSD.Checked = true;
     this.checkBoxSPSD.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxSPSD.Location = new System.Drawing.Point(24, 294);
     this.checkBoxSPSD.Name = "checkBoxSPSD";
     this.checkBoxSPSD.Size = new System.Drawing.Size(323, 17);
     this.checkBoxSPSD.TabIndex = 8;
     this.checkBoxSPSD.Text = "Set Scheduled Procedure Step Date\\Time to current date\\time";
     this.checkBoxSPSD.UseVisualStyleBackColor = true;
     this.checkBoxSPSD.CheckedChanged += new System.EventHandler(this.checkBoxSPSD_CheckedChanged);
     //
     // buttonBrowse
     //
     this.buttonBrowse.Location = new System.Drawing.Point(464, 370);
     this.buttonBrowse.Name = "buttonBrowse";
     this.buttonBrowse.Size = new System.Drawing.Size(72, 23);
     this.buttonBrowse.TabIndex = 4;
     this.buttonBrowse.Text = "Browse....";
     this.buttonBrowse.Click += new System.EventHandler(this.buttonBrowse_Click);
     //
     // textBoxDataDir
     //
     this.textBoxDataDir.Location = new System.Drawing.Point(24, 370);
     this.textBoxDataDir.Name = "textBoxDataDir";
     this.textBoxDataDir.Size = new System.Drawing.Size(432, 20);
     this.textBoxDataDir.TabIndex = 3;
     //
     // checkBoxSelectDir
     //
     this.checkBoxSelectDir.Location = new System.Drawing.Point(24, 338);
     this.checkBoxSelectDir.Name = "checkBoxSelectDir";
     this.checkBoxSelectDir.Size = new System.Drawing.Size(280, 24);
     this.checkBoxSelectDir.TabIndex = 7;
     this.checkBoxSelectDir.Text = "Select data directory for sending WLM responses";
     this.checkBoxSelectDir.CheckedChanged += new System.EventHandler(this.checkBoxSelectDir_CheckedChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(176, 185);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(344, 23);
     this.label3.TabIndex = 5;
     this.label3.Text = "View the MWL information model constructed from the Dicom files.";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(176, 232);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(384, 23);
     this.label1.TabIndex = 6;
     this.label1.Text = "Import DICOM files to default data directory for emulating WLM responses.";
     //
     // buttonExploreDicomFiles
     //
     this.buttonExploreDicomFiles.Location = new System.Drawing.Point(24, 230);
     this.buttonExploreDicomFiles.Name = "buttonExploreDicomFiles";
     this.buttonExploreDicomFiles.Size = new System.Drawing.Size(144, 23);
     this.buttonExploreDicomFiles.TabIndex = 2;
     this.buttonExploreDicomFiles.Text = "Import Dicom files...";
     this.buttonExploreDicomFiles.Click += new System.EventHandler(this.buttonExploreDicomFiles_Click);
     //
     // buttonShowInformationModel
     //
     this.buttonShowInformationModel.Location = new System.Drawing.Point(24, 180);
     this.buttonShowInformationModel.Name = "buttonShowInformationModel";
     this.buttonShowInformationModel.Size = new System.Drawing.Size(144, 23);
     this.buttonShowInformationModel.TabIndex = 1;
     this.buttonShowInformationModel.Text = "View information model...";
     this.buttonShowInformationModel.Click += new System.EventHandler(this.buttonShowInformationModel_Click);
     //
     // worklistOptionsControl
     //
     this.worklistOptionsControl.DicomThreadOptions = null;
     this.worklistOptionsControl.LocalAeTitleVisible = false;
     this.worklistOptionsControl.LocalPortVisible = false;
     this.worklistOptionsControl.Location = new System.Drawing.Point(8, 8);
     this.worklistOptionsControl.Name = "worklistOptionsControl";
     this.worklistOptionsControl.RemoteAeTitleVisible = false;
     this.worklistOptionsControl.RemoteIpAddressVisible = false;
     this.worklistOptionsControl.RemotePortVisible = false;
     this.worklistOptionsControl.Size = new System.Drawing.Size(408, 170);
     this.worklistOptionsControl.TabIndex = 0;
     //
     // tabPageMPPS
     //
     this.tabPageMPPS.AutoScroll = true;
     this.tabPageMPPS.Controls.Add(this.mppsOptionsControl);
     this.tabPageMPPS.Location = new System.Drawing.Point(4, 22);
     this.tabPageMPPS.Name = "tabPageMPPS";
     this.tabPageMPPS.Size = new System.Drawing.Size(583, 419);
     this.tabPageMPPS.TabIndex = 2;
     this.tabPageMPPS.Text = "MPPS";
     this.tabPageMPPS.Visible = false;
     //
     // mppsOptionsControl
     //
     this.mppsOptionsControl.DicomThreadOptions = null;
     this.mppsOptionsControl.LocalAeTitleVisible = false;
     this.mppsOptionsControl.LocalPortVisible = false;
     this.mppsOptionsControl.Location = new System.Drawing.Point(8, 8);
     this.mppsOptionsControl.Name = "mppsOptionsControl";
     this.mppsOptionsControl.RemoteAeTitleVisible = false;
     this.mppsOptionsControl.RemoteIpAddressVisible = false;
     this.mppsOptionsControl.RemotePortVisible = false;
     this.mppsOptionsControl.Size = new System.Drawing.Size(408, 171);
     this.mppsOptionsControl.TabIndex = 0;
     //
     // tabPageDCMEditor
     //
     this.tabPageDCMEditor.Controls.Add(this.dcmEditorRISEmulator);
     this.tabPageDCMEditor.Location = new System.Drawing.Point(4, 22);
     this.tabPageDCMEditor.Name = "tabPageDCMEditor";
     this.tabPageDCMEditor.Size = new System.Drawing.Size(583, 419);
     this.tabPageDCMEditor.TabIndex = 5;
     this.tabPageDCMEditor.Text = "Edit DCM Files";
     this.tabPageDCMEditor.Visible = false;
     //
     // dcmEditorRISEmulator
     //
     this.dcmEditorRISEmulator.AutoScroll = true;
     this.dcmEditorRISEmulator.DCMFile = "";
     this.dcmEditorRISEmulator.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dcmEditorRISEmulator.Location = new System.Drawing.Point(0, 0);
     this.dcmEditorRISEmulator.Name = "dcmEditorRISEmulator";
     this.dcmEditorRISEmulator.Size = new System.Drawing.Size(583, 419);
     this.dcmEditorRISEmulator.TabIndex = 0;
     //
     // tabPageResults
     //
     this.tabPageResults.Controls.Add(this.dvtkWebBrowserResults);
     this.tabPageResults.Location = new System.Drawing.Point(4, 22);
     this.tabPageResults.Name = "tabPageResults";
     this.tabPageResults.Size = new System.Drawing.Size(583, 419);
     this.tabPageResults.TabIndex = 0;
     this.tabPageResults.Text = "Results";
     this.tabPageResults.Visible = false;
     //
     // dvtkWebBrowserResults
     //
     this.dvtkWebBrowserResults.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dvtkWebBrowserResults.Location = new System.Drawing.Point(0, 0);
     this.dvtkWebBrowserResults.Name = "dvtkWebBrowserResults";
     this.dvtkWebBrowserResults.Size = new System.Drawing.Size(583, 419);
     this.dvtkWebBrowserResults.TabIndex = 0;
     this.dvtkWebBrowserResults.XmlStyleSheetFullFileName = "";
     //
     // tabPageActivityLogging
     //
     this.tabPageActivityLogging.Controls.Add(this.userControlActivityLogging);
     this.tabPageActivityLogging.Location = new System.Drawing.Point(4, 22);
     this.tabPageActivityLogging.Name = "tabPageActivityLogging";
     this.tabPageActivityLogging.Size = new System.Drawing.Size(583, 419);
     this.tabPageActivityLogging.TabIndex = 4;
     this.tabPageActivityLogging.Text = "Activity Logging";
     this.tabPageActivityLogging.Visible = false;
     //
     // userControlActivityLogging
     //
     this.userControlActivityLogging.Dock = System.Windows.Forms.DockStyle.Fill;
     this.userControlActivityLogging.Interval = 250;
     this.userControlActivityLogging.Location = new System.Drawing.Point(0, 0);
     this.userControlActivityLogging.Name = "userControlActivityLogging";
     this.userControlActivityLogging.Size = new System.Drawing.Size(583, 419);
     this.userControlActivityLogging.TabIndex = 0;
     //
     // mainMenuRISEmulator
     //
     this.mainMenuRISEmulator.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItem1,
     this.menuItemStoredFiles,
     this.menuItem3});
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuConfig,
     this.menuItemExit});
     this.menuItem1.Text = "File";
     //
     // menuConfig
     //
     this.menuConfig.Index = 0;
     this.menuConfig.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuConfigLoad,
     this.menuConfigSave});
     this.menuConfig.Text = "Config File";
     //
     // menuConfigLoad
     //
     this.menuConfigLoad.Index = 0;
     this.menuConfigLoad.Text = "Load";
     this.menuConfigLoad.Click += new System.EventHandler(this.menuConfigLoad_Click);
     //
     // menuConfigSave
     //
     this.menuConfigSave.Index = 1;
     this.menuConfigSave.Text = "Save";
     this.menuConfigSave.Click += new System.EventHandler(this.menuConfigSave_Click);
     //
     // menuItemExit
     //
     this.menuItemExit.Index = 1;
     this.menuItemExit.Text = "Exit";
     this.menuItemExit.Click += new System.EventHandler(this.menuItemExit_Click);
     //
     // menuItemStoredFiles
     //
     this.menuItemStoredFiles.Index = 1;
     this.menuItemStoredFiles.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemStoredFilesExploreValidationResults,
     this.menuItem5,
     this.menuItemStoredFilesOptions});
     this.menuItemStoredFiles.Text = "Stored Files";
     //
     // menuItemStoredFilesExploreValidationResults
     //
     this.menuItemStoredFilesExploreValidationResults.Index = 0;
     this.menuItemStoredFilesExploreValidationResults.Text = "Explore Validation Results...";
     this.menuItemStoredFilesExploreValidationResults.Click += new System.EventHandler(this.menuItemStoredFilesExploreValidationResults_Click);
     //
     // menuItem5
     //
     this.menuItem5.Index = 1;
     this.menuItem5.Text = "-";
     //
     // menuItemStoredFilesOptions
     //
     this.menuItemStoredFilesOptions.Index = 2;
     this.menuItemStoredFilesOptions.Text = "Options...";
     this.menuItemStoredFilesOptions.Click += new System.EventHandler(this.menuItemStoredFilesOptions_Click);
     //
     // menuItem3
     //
     this.menuItem3.Index = 2;
     this.menuItem3.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemAbout});
     this.menuItem3.Text = "About";
     //
     // menuItemAbout
     //
     this.menuItemAbout.Index = 0;
     this.menuItemAbout.Text = "About RIS Emulator";
     this.menuItemAbout.Click += new System.EventHandler(this.menuItemAbout_Click);
     //
     // RisEmulator
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(714, 466);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.panel1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.mainMenuRISEmulator;
     this.MinimumSize = new System.Drawing.Size(720, 500);
     this.Name = "RisEmulator";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "RIS Emulator";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RisEmulator_FormClosing);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     this.tabPageWorklist.ResumeLayout(false);
     this.tabPageWorklist.PerformLayout();
     this.tabPageMPPS.ResumeLayout(false);
     this.tabPageDCMEditor.ResumeLayout(false);
     this.tabPageResults.ResumeLayout(false);
     this.tabPageActivityLogging.ResumeLayout(false);
     this.ResumeLayout(false);
 }