示例#1
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(StorageSCPEmulator));
     this.mainMenuStorageSCP = new System.Windows.Forms.MainMenu(this.components);
     this.menuItemFile = new System.Windows.Forms.MenuItem();
     this.menuItemRun = new System.Windows.Forms.MenuItem();
     this.menuItemStop = new System.Windows.Forms.MenuItem();
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.menuItemLoad = new System.Windows.Forms.MenuItem();
     this.menuItemSave = 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.menuItemStoredFilesExploreReceivedDicomMessages = new System.Windows.Forms.MenuItem();
     this.menuItem4 = new System.Windows.Forms.MenuItem();
     this.menuItemCreateDicomdirForReceivedDicomMessages = new System.Windows.Forms.MenuItem();
     this.menuItemStoredFilesRemoveAllReceivedDicomMessages = new System.Windows.Forms.MenuItem();
     this.menuItem3 = new System.Windows.Forms.MenuItem();
     this.menuItemStoredFilesOptions = new System.Windows.Forms.MenuItem();
     this.menuItemAbout = new System.Windows.Forms.MenuItem();
     this.menuItemAboutEmulator = new System.Windows.Forms.MenuItem();
     this.imageListStorageSCP = new System.Windows.Forms.ImageList(this.components);
     this.toolBarSCPEmulator = new System.Windows.Forms.ToolBar();
     this.toolBarButtonRun = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonAbort = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonTS = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonValidation = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonError = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonWarning = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonLeft = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonRight = new System.Windows.Forms.ToolBarButton();
     this.tabControlStorageSCP = new System.Windows.Forms.TabControl();
     this.tabPageStorageSCPConfig = new System.Windows.Forms.TabPage();
     this.panelSCPSettings = new System.Windows.Forms.Panel();
     this.buttonSpecifyTS = new System.Windows.Forms.Button();
     this.numericStorageSCP = new System.Windows.Forms.NumericUpDown();
     this.label7 = new System.Windows.Forms.Label();
     this.textBoxImplVersion = new System.Windows.Forms.TextBox();
     this.textBoxImplClassUID = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.textBoxSCPPort = new System.Windows.Forms.TextBox();
     this.textBoxSCPAETitle = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.tabPageCommitSCPConfig = new System.Windows.Forms.TabPage();
     this.panel1 = new System.Windows.Forms.Panel();
     this.labelEcho = new System.Windows.Forms.Label();
     this.labelPing = new System.Windows.Forms.Label();
     this.buttonCommitEcho = new System.Windows.Forms.Button();
     this.buttonCommitPing = new System.Windows.Forms.Button();
     this.textBoxDelay = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.textBoxStorageCommitPort = new System.Windows.Forms.TextBox();
     this.textBoxStorageCommitIPAdd = new System.Windows.Forms.TextBox();
     this.textBoxStorageCommitAETitle = new System.Windows.Forms.TextBox();
     this.labelRemotePort = new System.Windows.Forms.Label();
     this.labelRemoteIP = new System.Windows.Forms.Label();
     this.numericCommitSCP = new System.Windows.Forms.NumericUpDown();
     this.label6 = new System.Windows.Forms.Label();
     this.textBoxCommitSCPPort = new System.Windows.Forms.TextBox();
     this.textBoxCommitSCPAETitle = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.buttonCommitTS = new System.Windows.Forms.Button();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.labelRemoteAET = new System.Windows.Forms.Label();
     this.tabPageSopClass = new System.Windows.Forms.TabPage();
     this.sopClassesUserControlStoreSCP = new DvtkApplicationLayer.UserInterfaces.SopClassesUserControl();
     this.tabPageResults = new System.Windows.Forms.TabPage();
     this.dvtkWebBrowserSCPEmulator = new DvtkApplicationLayer.UserInterfaces.DvtkWebBrowserNew();
     this.tabPageLogging = new System.Windows.Forms.TabPage();
     this.userControlActivityLogging = new DvtkHighLevelInterface.Common.UserInterfaces.UserControlActivityLogging();
     this.tabControlStorageSCP.SuspendLayout();
     this.tabPageStorageSCPConfig.SuspendLayout();
     this.panelSCPSettings.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericStorageSCP)).BeginInit();
     this.tabPageCommitSCPConfig.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericCommitSCP)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tabPageSopClass.SuspendLayout();
     this.tabPageResults.SuspendLayout();
     this.tabPageLogging.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenuStorageSCP
     //
     this.mainMenuStorageSCP.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemFile,
     this.menuItemStoredFiles,
     this.menuItemAbout});
     //
     // menuItemFile
     //
     this.menuItemFile.Index = 0;
     this.menuItemFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemRun,
     this.menuItemStop,
     this.menuItem1,
     this.menuItemExit});
     this.menuItemFile.Text = "File";
     //
     // menuItemRun
     //
     this.menuItemRun.Index = 0;
     this.menuItemRun.Text = "Run Emulator";
     this.menuItemRun.Click += new System.EventHandler(this.menuItemRun_Click);
     //
     // menuItemStop
     //
     this.menuItemStop.Enabled = false;
     this.menuItemStop.Index = 1;
     this.menuItemStop.Text = "Stop Emulator";
     this.menuItemStop.Click += new System.EventHandler(this.menuItemStop_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index = 2;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemLoad,
     this.menuItemSave});
     this.menuItem1.Text = "Config File";
     //
     // menuItemLoad
     //
     this.menuItemLoad.Index = 0;
     this.menuItemLoad.Text = "Load";
     this.menuItemLoad.Click += new System.EventHandler(this.menuItemLoad_Click);
     //
     // menuItemSave
     //
     this.menuItemSave.Index = 1;
     this.menuItemSave.Text = "Save As..";
     this.menuItemSave.Click += new System.EventHandler(this.menuItemSave_Click);
     //
     // menuItemExit
     //
     this.menuItemExit.Index = 3;
     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.menuItemStoredFilesExploreReceivedDicomMessages,
     this.menuItem4,
     this.menuItemCreateDicomdirForReceivedDicomMessages,
     this.menuItemStoredFilesRemoveAllReceivedDicomMessages,
     this.menuItem3,
     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);
     //
     // menuItemStoredFilesExploreReceivedDicomMessages
     //
     this.menuItemStoredFilesExploreReceivedDicomMessages.Index = 1;
     this.menuItemStoredFilesExploreReceivedDicomMessages.Text = "Explore Received DICOM Messages...";
     this.menuItemStoredFilesExploreReceivedDicomMessages.Click += new System.EventHandler(this.menuItemStoredFilesExploreReceivedDicomMessages_Click);
     //
     // menuItem4
     //
     this.menuItem4.Index = 2;
     this.menuItem4.Text = "-";
     //
     // menuItemCreateDicomdirForReceivedDicomMessages
     //
     this.menuItemCreateDicomdirForReceivedDicomMessages.Index = 3;
     this.menuItemCreateDicomdirForReceivedDicomMessages.Text = "Create DICOMDIR for Received DICOM Messages";
     this.menuItemCreateDicomdirForReceivedDicomMessages.Click += new System.EventHandler(this.menuItemCreateDicomdirForReceivedDicomMessages_Click);
     //
     // menuItemStoredFilesRemoveAllReceivedDicomMessages
     //
     this.menuItemStoredFilesRemoveAllReceivedDicomMessages.Index = 4;
     this.menuItemStoredFilesRemoveAllReceivedDicomMessages.Text = "Remove all Received DICOM Messages";
     this.menuItemStoredFilesRemoveAllReceivedDicomMessages.Click += new System.EventHandler(this.menuItemStoredFilesRemoveAllReceivedDicomMessages_Click);
     //
     // menuItem3
     //
     this.menuItem3.Index = 5;
     this.menuItem3.Text = "-";
     //
     // menuItemStoredFilesOptions
     //
     this.menuItemStoredFilesOptions.Index = 6;
     this.menuItemStoredFilesOptions.Text = "Options...";
     this.menuItemStoredFilesOptions.Click += new System.EventHandler(this.menuItemOptionsStoredFiles_Click);
     //
     // menuItemAbout
     //
     this.menuItemAbout.Index = 2;
     this.menuItemAbout.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemAboutEmulator});
     this.menuItemAbout.Text = "About";
     //
     // menuItemAboutEmulator
     //
     this.menuItemAboutEmulator.Index = 0;
     this.menuItemAboutEmulator.Text = "About Emulator";
     this.menuItemAboutEmulator.Click += new System.EventHandler(this.menuItemAboutEmulator_Click);
     //
     // imageListStorageSCP
     //
     this.imageListStorageSCP.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListStorageSCP.ImageStream")));
     this.imageListStorageSCP.TransparentColor = System.Drawing.Color.Transparent;
     this.imageListStorageSCP.Images.SetKeyName(0, "");
     this.imageListStorageSCP.Images.SetKeyName(1, "");
     this.imageListStorageSCP.Images.SetKeyName(2, "");
     this.imageListStorageSCP.Images.SetKeyName(3, "");
     this.imageListStorageSCP.Images.SetKeyName(4, "");
     this.imageListStorageSCP.Images.SetKeyName(5, "");
     this.imageListStorageSCP.Images.SetKeyName(6, "");
     this.imageListStorageSCP.Images.SetKeyName(7, "");
     this.imageListStorageSCP.Images.SetKeyName(8, "");
     this.imageListStorageSCP.Images.SetKeyName(9, "");
     this.imageListStorageSCP.Images.SetKeyName(10, "validate.ico");
     //
     // toolBarSCPEmulator
     //
     this.toolBarSCPEmulator.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarSCPEmulator.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.toolBarButtonRun,
     this.toolBarButtonAbort,
     this.toolBarButtonTS,
     this.toolBarButtonValidation,
     this.toolBarButton1,
     this.toolBarButtonError,
     this.toolBarButtonWarning,
     this.toolBarButtonLeft,
     this.toolBarButtonRight});
     this.toolBarSCPEmulator.ButtonSize = new System.Drawing.Size(39, 24);
     this.toolBarSCPEmulator.DropDownArrows = true;
     this.toolBarSCPEmulator.ImageList = this.imageListStorageSCP;
     this.toolBarSCPEmulator.Location = new System.Drawing.Point(0, 0);
     this.toolBarSCPEmulator.Name = "toolBarSCPEmulator";
     this.toolBarSCPEmulator.ShowToolTips = true;
     this.toolBarSCPEmulator.Size = new System.Drawing.Size(687, 28);
     this.toolBarSCPEmulator.TabIndex = 2;
     this.toolBarSCPEmulator.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarSCPEmulator_ButtonClick);
     //
     // toolBarButtonRun
     //
     this.toolBarButtonRun.ImageIndex = 0;
     this.toolBarButtonRun.Name = "toolBarButtonRun";
     this.toolBarButtonRun.ToolTipText = "Run Emulator";
     //
     // toolBarButtonAbort
     //
     this.toolBarButtonAbort.ImageIndex = 2;
     this.toolBarButtonAbort.Name = "toolBarButtonAbort";
     this.toolBarButtonAbort.ToolTipText = "Send Abort Rq";
     this.toolBarButtonAbort.Visible = false;
     //
     // toolBarButtonTS
     //
     this.toolBarButtonTS.ImageIndex = 3;
     this.toolBarButtonTS.Name = "toolBarButtonTS";
     this.toolBarButtonTS.ToolTipText = "Specify TS";
     this.toolBarButtonTS.Visible = false;
     //
     // toolBarButtonValidation
     //
     this.toolBarButtonValidation.ImageIndex = 10;
     this.toolBarButtonValidation.Name = "toolBarButtonValidation";
     this.toolBarButtonValidation.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     this.toolBarButtonValidation.ToolTipText = "Validation enabled";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Name = "toolBarButton1";
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButtonError
     //
     this.toolBarButtonError.Enabled = false;
     this.toolBarButtonError.ImageIndex = 4;
     this.toolBarButtonError.Name = "toolBarButtonError";
     //
     // toolBarButtonWarning
     //
     this.toolBarButtonWarning.Enabled = false;
     this.toolBarButtonWarning.ImageIndex = 5;
     this.toolBarButtonWarning.Name = "toolBarButtonWarning";
     //
     // toolBarButtonLeft
     //
     this.toolBarButtonLeft.Enabled = false;
     this.toolBarButtonLeft.ImageIndex = 6;
     this.toolBarButtonLeft.Name = "toolBarButtonLeft";
     //
     // toolBarButtonRight
     //
     this.toolBarButtonRight.Enabled = false;
     this.toolBarButtonRight.ImageIndex = 7;
     this.toolBarButtonRight.Name = "toolBarButtonRight";
     //
     // tabControlStorageSCP
     //
     this.tabControlStorageSCP.Controls.Add(this.tabPageStorageSCPConfig);
     this.tabControlStorageSCP.Controls.Add(this.tabPageCommitSCPConfig);
     this.tabControlStorageSCP.Controls.Add(this.tabPageSopClass);
     this.tabControlStorageSCP.Controls.Add(this.tabPageResults);
     this.tabControlStorageSCP.Controls.Add(this.tabPageLogging);
     this.tabControlStorageSCP.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlStorageSCP.Location = new System.Drawing.Point(0, 28);
     this.tabControlStorageSCP.Name = "tabControlStorageSCP";
     this.tabControlStorageSCP.SelectedIndex = 0;
     this.tabControlStorageSCP.Size = new System.Drawing.Size(687, 468);
     this.tabControlStorageSCP.TabIndex = 3;
     this.tabControlStorageSCP.SelectedIndexChanged += new System.EventHandler(this.tabControlStorageSCP_SelectedIndexChanged);
     //
     // tabPageStorageSCPConfig
     //
     this.tabPageStorageSCPConfig.Controls.Add(this.panelSCPSettings);
     this.tabPageStorageSCPConfig.Location = new System.Drawing.Point(4, 22);
     this.tabPageStorageSCPConfig.Name = "tabPageStorageSCPConfig";
     this.tabPageStorageSCPConfig.Size = new System.Drawing.Size(679, 442);
     this.tabPageStorageSCPConfig.TabIndex = 0;
     this.tabPageStorageSCPConfig.Text = "Storage Config";
     this.tabPageStorageSCPConfig.UseVisualStyleBackColor = true;
     //
     // panelSCPSettings
     //
     this.panelSCPSettings.Controls.Add(this.buttonSpecifyTS);
     this.panelSCPSettings.Controls.Add(this.numericStorageSCP);
     this.panelSCPSettings.Controls.Add(this.label7);
     this.panelSCPSettings.Controls.Add(this.textBoxImplVersion);
     this.panelSCPSettings.Controls.Add(this.textBoxImplClassUID);
     this.panelSCPSettings.Controls.Add(this.label3);
     this.panelSCPSettings.Controls.Add(this.label5);
     this.panelSCPSettings.Controls.Add(this.textBoxSCPPort);
     this.panelSCPSettings.Controls.Add(this.textBoxSCPAETitle);
     this.panelSCPSettings.Controls.Add(this.label4);
     this.panelSCPSettings.Controls.Add(this.label2);
     this.panelSCPSettings.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelSCPSettings.Location = new System.Drawing.Point(0, 0);
     this.panelSCPSettings.Name = "panelSCPSettings";
     this.panelSCPSettings.Size = new System.Drawing.Size(679, 442);
     this.panelSCPSettings.TabIndex = 0;
     //
     // buttonSpecifyTS
     //
     this.buttonSpecifyTS.Location = new System.Drawing.Point(301, 179);
     this.buttonSpecifyTS.Name = "buttonSpecifyTS";
     this.buttonSpecifyTS.Size = new System.Drawing.Size(75, 23);
     this.buttonSpecifyTS.TabIndex = 20;
     this.buttonSpecifyTS.Text = "Specify TS";
     this.buttonSpecifyTS.UseVisualStyleBackColor = true;
     this.buttonSpecifyTS.Click += new System.EventHandler(this.buttonSpecifyTS_Click);
     //
     // numericStorageSCP
     //
     this.numericStorageSCP.Increment = new decimal(new int[] {
     256,
     0,
     0,
     0});
     this.numericStorageSCP.Location = new System.Drawing.Point(184, 230);
     this.numericStorageSCP.Maximum = new decimal(new int[] {
     1048576,
     0,
     0,
     0});
     this.numericStorageSCP.Name = "numericStorageSCP";
     this.numericStorageSCP.Size = new System.Drawing.Size(64, 20);
     this.numericStorageSCP.TabIndex = 4;
     this.numericStorageSCP.ValueChanged += new System.EventHandler(this.numericStorageSCP_ValueChanged);
     //
     // label7
     //
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(8, 228);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(128, 23);
     this.label7.TabIndex = 14;
     this.label7.Text = "Max PDU Size";
     //
     // textBoxImplVersion
     //
     this.textBoxImplVersion.Location = new System.Drawing.Point(184, 133);
     this.textBoxImplVersion.Name = "textBoxImplVersion";
     this.textBoxImplVersion.ReadOnly = true;
     this.textBoxImplVersion.Size = new System.Drawing.Size(192, 20);
     this.textBoxImplVersion.TabIndex = 2;
     this.textBoxImplVersion.Text = "DVTSCP3.2.0";
     //
     // textBoxImplClassUID
     //
     this.textBoxImplClassUID.Location = new System.Drawing.Point(184, 83);
     this.textBoxImplClassUID.Name = "textBoxImplClassUID";
     this.textBoxImplClassUID.ReadOnly = true;
     this.textBoxImplClassUID.Size = new System.Drawing.Size(192, 20);
     this.textBoxImplClassUID.TabIndex = 1;
     this.textBoxImplClassUID.Text = "1.2.826.0.1.3680043.2.1545.5";
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(8, 131);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(176, 24);
     this.label3.TabIndex = 12;
     this.label3.Text = "Implementation Version name:";
     //
     // label5
     //
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(8, 82);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(170, 24);
     this.label5.TabIndex = 11;
     this.label5.Text = "Implementation Class UID:";
     //
     // textBoxSCPPort
     //
     this.textBoxSCPPort.Location = new System.Drawing.Point(184, 182);
     this.textBoxSCPPort.Name = "textBoxSCPPort";
     this.textBoxSCPPort.Size = new System.Drawing.Size(48, 20);
     this.textBoxSCPPort.TabIndex = 3;
     this.textBoxSCPPort.Text = "104";
     this.textBoxSCPPort.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxSCPPort_Validating);
     //
     // textBoxSCPAETitle
     //
     this.textBoxSCPAETitle.Location = new System.Drawing.Point(184, 29);
     this.textBoxSCPAETitle.Name = "textBoxSCPAETitle";
     this.textBoxSCPAETitle.Size = new System.Drawing.Size(192, 20);
     this.textBoxSCPAETitle.TabIndex = 0;
     this.textBoxSCPAETitle.Text = "DVTK_STR_SCP";
     //
     // label4
     //
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(8, 181);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(100, 23);
     this.label4.TabIndex = 13;
     this.label4.Text = "Listen Port:";
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(8, 29);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(120, 23);
     this.label2.TabIndex = 10;
     this.label2.Text = "AE Title:";
     //
     // tabPageCommitSCPConfig
     //
     this.tabPageCommitSCPConfig.Controls.Add(this.panel1);
     this.tabPageCommitSCPConfig.Location = new System.Drawing.Point(4, 22);
     this.tabPageCommitSCPConfig.Name = "tabPageCommitSCPConfig";
     this.tabPageCommitSCPConfig.Size = new System.Drawing.Size(679, 442);
     this.tabPageCommitSCPConfig.TabIndex = 3;
     this.tabPageCommitSCPConfig.Text = "Storage Commitment Config";
     this.tabPageCommitSCPConfig.UseVisualStyleBackColor = true;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.labelEcho);
     this.panel1.Controls.Add(this.labelPing);
     this.panel1.Controls.Add(this.buttonCommitEcho);
     this.panel1.Controls.Add(this.buttonCommitPing);
     this.panel1.Controls.Add(this.textBoxDelay);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.textBoxStorageCommitPort);
     this.panel1.Controls.Add(this.textBoxStorageCommitIPAdd);
     this.panel1.Controls.Add(this.textBoxStorageCommitAETitle);
     this.panel1.Controls.Add(this.labelRemotePort);
     this.panel1.Controls.Add(this.labelRemoteIP);
     this.panel1.Controls.Add(this.numericCommitSCP);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.textBoxCommitSCPPort);
     this.panel1.Controls.Add(this.textBoxCommitSCPAETitle);
     this.panel1.Controls.Add(this.label13);
     this.panel1.Controls.Add(this.label14);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.groupBox2);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(679, 442);
     this.panel1.TabIndex = 1;
     //
     // labelEcho
     //
     this.labelEcho.Location = new System.Drawing.Point(461, 331);
     this.labelEcho.Name = "labelEcho";
     this.labelEcho.Size = new System.Drawing.Size(212, 32);
     this.labelEcho.TabIndex = 17;
     //
     // labelPing
     //
     this.labelPing.Location = new System.Drawing.Point(460, 280);
     this.labelPing.Name = "labelPing";
     this.labelPing.Size = new System.Drawing.Size(212, 40);
     this.labelPing.TabIndex = 16;
     //
     // buttonCommitEcho
     //
     this.buttonCommitEcho.Location = new System.Drawing.Point(376, 333);
     this.buttonCommitEcho.Name = "buttonCommitEcho";
     this.buttonCommitEcho.Size = new System.Drawing.Size(80, 23);
     this.buttonCommitEcho.TabIndex = 8;
     this.buttonCommitEcho.Text = "DICOM Echo";
     this.buttonCommitEcho.Click += new System.EventHandler(this.buttonCommitEcho_Click);
     //
     // buttonCommitPing
     //
     this.buttonCommitPing.Location = new System.Drawing.Point(377, 286);
     this.buttonCommitPing.Name = "buttonCommitPing";
     this.buttonCommitPing.Size = new System.Drawing.Size(75, 23);
     this.buttonCommitPing.TabIndex = 7;
     this.buttonCommitPing.Text = "Ping";
     this.buttonCommitPing.Click += new System.EventHandler(this.buttonCommitPing_Click);
     //
     // textBoxDelay
     //
     this.textBoxDelay.Location = new System.Drawing.Point(160, 188);
     this.textBoxDelay.Name = "textBoxDelay";
     this.textBoxDelay.Size = new System.Drawing.Size(40, 20);
     this.textBoxDelay.TabIndex = 3;
     this.textBoxDelay.Text = "5";
     this.textBoxDelay.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxDelay_Validating);
     //
     // label8
     //
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(7, 174);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(111, 40);
     this.label8.TabIndex = 12;
     this.label8.Text = "Delay before Event Report(in sec):";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // textBoxStorageCommitPort
     //
     this.textBoxStorageCommitPort.Location = new System.Drawing.Point(160, 387);
     this.textBoxStorageCommitPort.Name = "textBoxStorageCommitPort";
     this.textBoxStorageCommitPort.Size = new System.Drawing.Size(48, 20);
     this.textBoxStorageCommitPort.TabIndex = 6;
     this.textBoxStorageCommitPort.Text = "115";
     this.textBoxStorageCommitPort.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxStorageCommitPort_Validating);
     //
     // textBoxStorageCommitIPAdd
     //
     this.textBoxStorageCommitIPAdd.Location = new System.Drawing.Point(160, 339);
     this.textBoxStorageCommitIPAdd.Name = "textBoxStorageCommitIPAdd";
     this.textBoxStorageCommitIPAdd.Size = new System.Drawing.Size(120, 20);
     this.textBoxStorageCommitIPAdd.TabIndex = 5;
     this.textBoxStorageCommitIPAdd.Text = "localhost";
     //
     // textBoxStorageCommitAETitle
     //
     this.textBoxStorageCommitAETitle.Location = new System.Drawing.Point(160, 288);
     this.textBoxStorageCommitAETitle.Name = "textBoxStorageCommitAETitle";
     this.textBoxStorageCommitAETitle.Size = new System.Drawing.Size(192, 20);
     this.textBoxStorageCommitAETitle.TabIndex = 4;
     this.textBoxStorageCommitAETitle.Text = "SCU";
     //
     // labelRemotePort
     //
     this.labelRemotePort.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelRemotePort.Location = new System.Drawing.Point(8, 384);
     this.labelRemotePort.Name = "labelRemotePort";
     this.labelRemotePort.Size = new System.Drawing.Size(100, 23);
     this.labelRemotePort.TabIndex = 15;
     this.labelRemotePort.Text = "Remote Port:";
     //
     // labelRemoteIP
     //
     this.labelRemoteIP.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelRemoteIP.Location = new System.Drawing.Point(8, 336);
     this.labelRemoteIP.Name = "labelRemoteIP";
     this.labelRemoteIP.Size = new System.Drawing.Size(144, 23);
     this.labelRemoteIP.TabIndex = 14;
     this.labelRemoteIP.Text = "Remote TCP/IP Address:";
     //
     // numericCommitSCP
     //
     this.numericCommitSCP.Increment = new decimal(new int[] {
     256,
     0,
     0,
     0});
     this.numericCommitSCP.Location = new System.Drawing.Point(160, 138);
     this.numericCommitSCP.Maximum = new decimal(new int[] {
     1048576,
     0,
     0,
     0});
     this.numericCommitSCP.Name = "numericCommitSCP";
     this.numericCommitSCP.Size = new System.Drawing.Size(56, 20);
     this.numericCommitSCP.TabIndex = 2;
     this.numericCommitSCP.ValueChanged += new System.EventHandler(this.numericCommitSCP_ValueChanged);
     //
     // label6
     //
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(8, 134);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(128, 23);
     this.label6.TabIndex = 11;
     this.label6.Text = "Max PDU Size:";
     //
     // textBoxCommitSCPPort
     //
     this.textBoxCommitSCPPort.Location = new System.Drawing.Point(160, 90);
     this.textBoxCommitSCPPort.Name = "textBoxCommitSCPPort";
     this.textBoxCommitSCPPort.Size = new System.Drawing.Size(40, 20);
     this.textBoxCommitSCPPort.TabIndex = 1;
     this.textBoxCommitSCPPort.Text = "105";
     this.textBoxCommitSCPPort.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxCommitSCPPort_Validating);
     //
     // textBoxCommitSCPAETitle
     //
     this.textBoxCommitSCPAETitle.Location = new System.Drawing.Point(160, 41);
     this.textBoxCommitSCPAETitle.Name = "textBoxCommitSCPAETitle";
     this.textBoxCommitSCPAETitle.Size = new System.Drawing.Size(192, 20);
     this.textBoxCommitSCPAETitle.TabIndex = 0;
     this.textBoxCommitSCPAETitle.Text = "DVTK_STRC_SCP";
     //
     // label13
     //
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(8, 87);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(100, 23);
     this.label13.TabIndex = 10;
     this.label13.Text = "Local Port:";
     //
     // label14
     //
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(8, 39);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(120, 23);
     this.label14.TabIndex = 9;
     this.label14.Text = "Local AE Title:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.buttonCommitTS);
     this.groupBox1.Location = new System.Drawing.Point(5, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(367, 231);
     this.groupBox1.TabIndex = 39;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "SCP Setting";
     //
     // buttonCommitTS
     //
     this.buttonCommitTS.Location = new System.Drawing.Point(273, 82);
     this.buttonCommitTS.Name = "buttonCommitTS";
     this.buttonCommitTS.Size = new System.Drawing.Size(75, 23);
     this.buttonCommitTS.TabIndex = 41;
     this.buttonCommitTS.Text = "Specify TS";
     this.buttonCommitTS.UseVisualStyleBackColor = true;
     this.buttonCommitTS.Click += new System.EventHandler(this.buttonCommitTS_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.labelRemoteAET);
     this.groupBox2.Location = new System.Drawing.Point(4, 257);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(368, 175);
     this.groupBox2.TabIndex = 40;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Remote Node Setting";
     //
     // labelRemoteAET
     //
     this.labelRemoteAET.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelRemoteAET.Location = new System.Drawing.Point(6, 30);
     this.labelRemoteAET.Name = "labelRemoteAET";
     this.labelRemoteAET.Size = new System.Drawing.Size(120, 23);
     this.labelRemoteAET.TabIndex = 13;
     this.labelRemoteAET.Text = "Remote AE Title:";
     //
     // tabPageSopClass
     //
     this.tabPageSopClass.Controls.Add(this.sopClassesUserControlStoreSCP);
     this.tabPageSopClass.Location = new System.Drawing.Point(4, 22);
     this.tabPageSopClass.Name = "tabPageSopClass";
     this.tabPageSopClass.Size = new System.Drawing.Size(679, 442);
     this.tabPageSopClass.TabIndex = 4;
     this.tabPageSopClass.Text = "SOP Class Selection";
     this.tabPageSopClass.UseVisualStyleBackColor = true;
     //
     // sopClassesUserControlStoreSCP
     //
     this.sopClassesUserControlStoreSCP.Dock = System.Windows.Forms.DockStyle.Fill;
     this.sopClassesUserControlStoreSCP.Location = new System.Drawing.Point(0, 0);
     this.sopClassesUserControlStoreSCP.Name = "sopClassesUserControlStoreSCP";
     this.sopClassesUserControlStoreSCP.Size = new System.Drawing.Size(679, 442);
     this.sopClassesUserControlStoreSCP.TabIndex = 0;
     //
     // tabPageResults
     //
     this.tabPageResults.Controls.Add(this.dvtkWebBrowserSCPEmulator);
     this.tabPageResults.Location = new System.Drawing.Point(4, 22);
     this.tabPageResults.Name = "tabPageResults";
     this.tabPageResults.Size = new System.Drawing.Size(679, 442);
     this.tabPageResults.TabIndex = 1;
     this.tabPageResults.Text = "Validation Results";
     this.tabPageResults.UseVisualStyleBackColor = true;
     this.tabPageResults.Visible = false;
     //
     // dvtkWebBrowserSCPEmulator
     //
     this.dvtkWebBrowserSCPEmulator.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dvtkWebBrowserSCPEmulator.Location = new System.Drawing.Point(0, 0);
     this.dvtkWebBrowserSCPEmulator.Name = "dvtkWebBrowserSCPEmulator";
     this.dvtkWebBrowserSCPEmulator.Size = new System.Drawing.Size(679, 442);
     this.dvtkWebBrowserSCPEmulator.TabIndex = 0;
     this.dvtkWebBrowserSCPEmulator.XmlStyleSheetFullFileName = "";
     //
     // tabPageLogging
     //
     this.tabPageLogging.Controls.Add(this.userControlActivityLogging);
     this.tabPageLogging.Location = new System.Drawing.Point(4, 22);
     this.tabPageLogging.Name = "tabPageLogging";
     this.tabPageLogging.Size = new System.Drawing.Size(679, 442);
     this.tabPageLogging.TabIndex = 2;
     this.tabPageLogging.Text = "Logging";
     this.tabPageLogging.UseVisualStyleBackColor = true;
     this.tabPageLogging.Visible = false;
     //
     // userControlActivityLogging
     //
     this.userControlActivityLogging.Dock = System.Windows.Forms.DockStyle.Fill;
     this.userControlActivityLogging.Interval = 100;
     this.userControlActivityLogging.Location = new System.Drawing.Point(0, 0);
     this.userControlActivityLogging.Name = "userControlActivityLogging";
     this.userControlActivityLogging.Size = new System.Drawing.Size(679, 442);
     this.userControlActivityLogging.TabIndex = 0;
     //
     // StorageSCPEmulator
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(687, 496);
     this.Controls.Add(this.tabControlStorageSCP);
     this.Controls.Add(this.toolBarSCPEmulator);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.mainMenuStorageSCP;
     this.MinimumSize = new System.Drawing.Size(675, 530);
     this.Name = "StorageSCPEmulator";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Storage SCP Emulator";
     this.Load += new System.EventHandler(this.StorageSCPEmulator_Load);
     this.Closing += new System.ComponentModel.CancelEventHandler(this.StorageSCPEmulator_Closing);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.StorageSCPEmulator_FormClosing);
     this.tabControlStorageSCP.ResumeLayout(false);
     this.tabPageStorageSCPConfig.ResumeLayout(false);
     this.panelSCPSettings.ResumeLayout(false);
     this.panelSCPSettings.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericStorageSCP)).EndInit();
     this.tabPageCommitSCPConfig.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericCommitSCP)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.tabPageSopClass.ResumeLayout(false);
     this.tabPageResults.ResumeLayout(false);
     this.tabPageLogging.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#2
0
 public void addActivityLogging(UserControlActivityLogging activityLogging)
 {
     this.Controls.Add(activityLogging);
     activityLogging.Dock = DockStyle.Fill;
 }
示例#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(StorageSCUEmulator));
     this.mainMenuStorageSCU = new System.Windows.Forms.MainMenu(this.components);
     this.menuItemFile = new System.Windows.Forms.MenuItem();
     this.menuItemSelectFiles = new System.Windows.Forms.MenuItem();
     this.menuItemExportDir = new System.Windows.Forms.MenuItem();
     this.menuItemExportFiles = new System.Windows.Forms.MenuItem();
     this.menuItemExportDICOMDIR = new System.Windows.Forms.MenuItem();
     this.menuItemStorageCommit = new System.Windows.Forms.MenuItem();
     this.menuItemConfig = new System.Windows.Forms.MenuItem();
     this.menuItemLoad = new System.Windows.Forms.MenuItem();
     this.menuItemSave = 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.menuItem1 = new System.Windows.Forms.MenuItem();
     this.menuItemStoredFilesOptions = new System.Windows.Forms.MenuItem();
     this.menuItemAbout = new System.Windows.Forms.MenuItem();
     this.menuItemAboutEmulator = new System.Windows.Forms.MenuItem();
     this.tabControlStorageSCU = new System.Windows.Forms.TabControl();
     this.tabPageStorageConfig = new System.Windows.Forms.TabPage();
     this.panelSCPSettings = new System.Windows.Forms.Panel();
     this.checkBoxTS = new System.Windows.Forms.CheckBox();
     this.GroupBoxNrAssociations = new System.Windows.Forms.GroupBox();
     this.RadioButtonSingleAssoc = new System.Windows.Forms.RadioButton();
     this.RadioButtonMultAssoc = new System.Windows.Forms.RadioButton();
     this.labelStorageEcho = new System.Windows.Forms.Label();
     this.labelStoragePing = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.NumericStorageMaxPDU = new System.Windows.Forms.NumericUpDown();
     this.textBoxSCUAETitle = new System.Windows.Forms.TextBox();
     this.checkBoxSecurity = new System.Windows.Forms.CheckBox();
     this.label7 = new System.Windows.Forms.Label();
     this.buttonEcho = new System.Windows.Forms.Button();
     this.buttonPing = new System.Windows.Forms.Button();
     this.textBoxStorageSCPPort = new System.Windows.Forms.TextBox();
     this.textBoxStorageSCPIPAdd = new System.Windows.Forms.TextBox();
     this.textBoxStorageSCPAETitle = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.checkBoxStoreCommit = new System.Windows.Forms.CheckBox();
     this.textBoxImplClassUID = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tabPageCommitConfig = new System.Windows.Forms.TabPage();
     this.panel1 = new System.Windows.Forms.Panel();
     this.labelCommitEcho = new System.Windows.Forms.Label();
     this.labelCommitPing = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.buttonCommitEcho = new System.Windows.Forms.Button();
     this.buttonCommitPing = new System.Windows.Forms.Button();
     this.NumericCommitMaxPDU = new System.Windows.Forms.NumericUpDown();
     this.label5 = new System.Windows.Forms.Label();
     this.textBoxDelay = new System.Windows.Forms.TextBox();
     this.textBoxCommitSCUPort = new System.Windows.Forms.TextBox();
     this.textBoxCommitSCUAETitle = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.textBoxCommitSCPPort = new System.Windows.Forms.TextBox();
     this.textBoxCommitSCPIPAddr = new System.Windows.Forms.TextBox();
     this.textBoxCommitSCPAETitle = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.specifyTS = new System.Windows.Forms.Button();
     this.textBoxCommitSCUIPAdd = new System.Windows.Forms.ComboBox();
     this.tabPageResults = new System.Windows.Forms.TabPage();
     this.tabPageLogging = new System.Windows.Forms.TabPage();
     this.toolBarSCUEmulator = new System.Windows.Forms.ToolBar();
     this.toolBarButtonStoreImages = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonStoreCommit = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonAbort = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonStop = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonResult = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonError = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonWarning = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonLeft = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonRight = new System.Windows.Forms.ToolBarButton();
     this.imageListStorageSCU = new System.Windows.Forms.ImageList(this.components);
     this.toolTipSCU = new System.Windows.Forms.ToolTip(this.components);
     this.backgroundWorkerSCU = new System.ComponentModel.BackgroundWorker();
     this.radioButtonILE = new System.Windows.Forms.RadioButton();
     this.radioButtonELE = new System.Windows.Forms.RadioButton();
     this.radioButtonEBE = new System.Windows.Forms.RadioButton();
     this.label8 = new System.Windows.Forms.Label();
     this.groupBoxTS = new System.Windows.Forms.GroupBox();
     this.dvtkWebBrowserSCUEmulator = new DvtkApplicationLayer.UserInterfaces.DvtkWebBrowserNew();
     this.userControlActivityLogging = new DvtkHighLevelInterface.Common.UserInterfaces.UserControlActivityLogging();
     this.tabControlStorageSCU.SuspendLayout();
     this.tabPageStorageConfig.SuspendLayout();
     this.panelSCPSettings.SuspendLayout();
     this.GroupBoxNrAssociations.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NumericStorageMaxPDU)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.tabPageCommitConfig.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NumericCommitMaxPDU)).BeginInit();
     this.groupBox4.SuspendLayout();
     this.tabPageResults.SuspendLayout();
     this.tabPageLogging.SuspendLayout();
     this.groupBoxTS.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenuStorageSCU
     //
     this.mainMenuStorageSCU.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemFile,
     this.menuItemStoredFiles,
     this.menuItemAbout});
     //
     // menuItemFile
     //
     this.menuItemFile.Index = 0;
     this.menuItemFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemSelectFiles,
     this.menuItemStorageCommit,
     this.menuItemConfig,
     this.menuItemExit});
     this.menuItemFile.Text = "File";
     //
     // menuItemSelectFiles
     //
     this.menuItemSelectFiles.Index = 0;
     this.menuItemSelectFiles.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemExportDir,
     this.menuItemExportFiles,
     this.menuItemExportDICOMDIR});
     this.menuItemSelectFiles.Text = "Export DICOM Data";
     //
     // menuItemExportDir
     //
     this.menuItemExportDir.Index = 0;
     this.menuItemExportDir.Text = "Select Source Directory";
     this.menuItemExportDir.Click += new System.EventHandler(this.menuItemExportDir_Click);
     //
     // menuItemExportFiles
     //
     this.menuItemExportFiles.Index = 1;
     this.menuItemExportFiles.Text = "Select DICOM files";
     this.menuItemExportFiles.Click += new System.EventHandler(this.menuItemExportFiles_Click);
     //
     // menuItemExportDICOMDIR
     //
     this.menuItemExportDICOMDIR.Index = 2;
     this.menuItemExportDICOMDIR.Text = "Select DICOMDIR";
     this.menuItemExportDICOMDIR.Click += new System.EventHandler(this.menuItemExportDICOMDIR_Click);
     //
     // menuItemStorageCommit
     //
     this.menuItemStorageCommit.Index = 1;
     this.menuItemStorageCommit.Text = "Send Storage Commit";
     this.menuItemStorageCommit.Click += new System.EventHandler(this.menuItemStorageCommit_Click);
     //
     // menuItemConfig
     //
     this.menuItemConfig.Index = 2;
     this.menuItemConfig.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemLoad,
     this.menuItemSave});
     this.menuItemConfig.Text = "Config File";
     //
     // menuItemLoad
     //
     this.menuItemLoad.Index = 0;
     this.menuItemLoad.Text = "Load";
     this.menuItemLoad.Click += new System.EventHandler(this.menuItemLoad_Click);
     //
     // menuItemSave
     //
     this.menuItemSave.Index = 1;
     this.menuItemSave.Text = "Save As..";
     this.menuItemSave.Click += new System.EventHandler(this.menuItemSave_Click);
     //
     // menuItemExit
     //
     this.menuItemExit.Index = 3;
     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.menuItem1,
     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);
     //
     // menuItem1
     //
     this.menuItem1.Index = 1;
     this.menuItem1.Text = "-";
     //
     // menuItemStoredFilesOptions
     //
     this.menuItemStoredFilesOptions.Index = 2;
     this.menuItemStoredFilesOptions.Text = "Options...";
     this.menuItemStoredFilesOptions.Click += new System.EventHandler(this.menuItemStoredFilesOptions_Click);
     //
     // menuItemAbout
     //
     this.menuItemAbout.Index = 2;
     this.menuItemAbout.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemAboutEmulator});
     this.menuItemAbout.Text = "About";
     //
     // menuItemAboutEmulator
     //
     this.menuItemAboutEmulator.Index = 0;
     this.menuItemAboutEmulator.Text = "About Emulator";
     this.menuItemAboutEmulator.Click += new System.EventHandler(this.menuItemAboutEmulator_Click);
     //
     // tabControlStorageSCU
     //
     this.tabControlStorageSCU.Controls.Add(this.tabPageStorageConfig);
     this.tabControlStorageSCU.Controls.Add(this.tabPageCommitConfig);
     this.tabControlStorageSCU.Controls.Add(this.tabPageResults);
     this.tabControlStorageSCU.Controls.Add(this.tabPageLogging);
     this.tabControlStorageSCU.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlStorageSCU.Location = new System.Drawing.Point(0, 28);
     this.tabControlStorageSCU.Name = "tabControlStorageSCU";
     this.tabControlStorageSCU.SelectedIndex = 0;
     this.tabControlStorageSCU.Size = new System.Drawing.Size(687, 508);
     this.tabControlStorageSCU.TabIndex = 0;
     this.tabControlStorageSCU.SelectedIndexChanged += new System.EventHandler(this.tabControlStorageSCU_SelectedIndexChanged);
     //
     // tabPageStorageConfig
     //
     this.tabPageStorageConfig.Controls.Add(this.panelSCPSettings);
     this.tabPageStorageConfig.Location = new System.Drawing.Point(4, 22);
     this.tabPageStorageConfig.Name = "tabPageStorageConfig";
     this.tabPageStorageConfig.Size = new System.Drawing.Size(679, 482);
     this.tabPageStorageConfig.TabIndex = 0;
     this.tabPageStorageConfig.Text = "Storage Config";
     //
     // panelSCPSettings
     //
     this.panelSCPSettings.BackColor = System.Drawing.Color.Transparent;
     this.panelSCPSettings.Controls.Add(this.checkBoxTS);
     this.panelSCPSettings.Controls.Add(this.groupBoxTS);
     this.panelSCPSettings.Controls.Add(this.GroupBoxNrAssociations);
     this.panelSCPSettings.Controls.Add(this.labelStorageEcho);
     this.panelSCPSettings.Controls.Add(this.labelStoragePing);
     this.panelSCPSettings.Controls.Add(this.label6);
     this.panelSCPSettings.Controls.Add(this.NumericStorageMaxPDU);
     this.panelSCPSettings.Controls.Add(this.textBoxSCUAETitle);
     this.panelSCPSettings.Controls.Add(this.checkBoxSecurity);
     this.panelSCPSettings.Controls.Add(this.label7);
     this.panelSCPSettings.Controls.Add(this.buttonEcho);
     this.panelSCPSettings.Controls.Add(this.buttonPing);
     this.panelSCPSettings.Controls.Add(this.textBoxStorageSCPPort);
     this.panelSCPSettings.Controls.Add(this.textBoxStorageSCPIPAdd);
     this.panelSCPSettings.Controls.Add(this.textBoxStorageSCPAETitle);
     this.panelSCPSettings.Controls.Add(this.label4);
     this.panelSCPSettings.Controls.Add(this.label3);
     this.panelSCPSettings.Controls.Add(this.label2);
     this.panelSCPSettings.Controls.Add(this.groupBox1);
     this.panelSCPSettings.Controls.Add(this.groupBox2);
     this.panelSCPSettings.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelSCPSettings.Location = new System.Drawing.Point(0, 0);
     this.panelSCPSettings.Name = "panelSCPSettings";
     this.panelSCPSettings.Size = new System.Drawing.Size(679, 482);
     this.panelSCPSettings.TabIndex = 0;
     //
     // checkBoxTS
     //
     this.checkBoxTS.AutoSize = true;
     this.checkBoxTS.Location = new System.Drawing.Point(368, 284);
     this.checkBoxTS.Name = "checkBoxTS";
     this.checkBoxTS.Size = new System.Drawing.Size(192, 17);
     this.checkBoxTS.TabIndex = 3;
     this.checkBoxTS.Text = "Enable Transfer Syntax Conversion";
     this.checkBoxTS.UseVisualStyleBackColor = true;
     this.checkBoxTS.CheckedChanged += new System.EventHandler(this.checkBoxTS_CheckedChanged);
     //
     // GroupBoxNrAssociations
     //
     this.GroupBoxNrAssociations.Controls.Add(this.RadioButtonSingleAssoc);
     this.GroupBoxNrAssociations.Controls.Add(this.RadioButtonMultAssoc);
     this.GroupBoxNrAssociations.Location = new System.Drawing.Point(368, 196);
     this.GroupBoxNrAssociations.Name = "GroupBoxNrAssociations";
     this.GroupBoxNrAssociations.Size = new System.Drawing.Size(154, 78);
     this.GroupBoxNrAssociations.TabIndex = 43;
     this.GroupBoxNrAssociations.TabStop = false;
     this.GroupBoxNrAssociations.Text = "Number of associations";
     //
     // RadioButtonSingleAssoc
     //
     this.RadioButtonSingleAssoc.Checked = true;
     this.RadioButtonSingleAssoc.Location = new System.Drawing.Point(16, 16);
     this.RadioButtonSingleAssoc.Name = "RadioButtonSingleAssoc";
     this.RadioButtonSingleAssoc.Size = new System.Drawing.Size(123, 24);
     this.RadioButtonSingleAssoc.TabIndex = 0;
     this.RadioButtonSingleAssoc.TabStop = true;
     this.RadioButtonSingleAssoc.Text = "Single association";
     //
     // RadioButtonMultAssoc
     //
     this.RadioButtonMultAssoc.Location = new System.Drawing.Point(16, 40);
     this.RadioButtonMultAssoc.Name = "RadioButtonMultAssoc";
     this.RadioButtonMultAssoc.Size = new System.Drawing.Size(129, 24);
     this.RadioButtonMultAssoc.TabIndex = 1;
     this.RadioButtonMultAssoc.Text = "Multiple associations";
     //
     // labelStorageEcho
     //
     this.labelStorageEcho.Location = new System.Drawing.Point(446, 96);
     this.labelStorageEcho.Name = "labelStorageEcho";
     this.labelStorageEcho.Size = new System.Drawing.Size(226, 32);
     this.labelStorageEcho.TabIndex = 40;
     //
     // labelStoragePing
     //
     this.labelStoragePing.Location = new System.Drawing.Point(447, 51);
     this.labelStoragePing.Name = "labelStoragePing";
     this.labelStoragePing.Size = new System.Drawing.Size(229, 33);
     this.labelStoragePing.TabIndex = 39;
     //
     // label6
     //
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(8, 330);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(144, 29);
     this.label6.TabIndex = 16;
     this.label6.Text = "Max PDU Size Receive:";
     //
     // NumericStorageMaxPDU
     //
     this.NumericStorageMaxPDU.Increment = new decimal(new int[] {
     256,
     0,
     0,
     0});
     this.NumericStorageMaxPDU.Location = new System.Drawing.Point(167, 333);
     this.NumericStorageMaxPDU.Maximum = new decimal(new int[] {
     1048576,
     0,
     0,
     0});
     this.NumericStorageMaxPDU.Name = "NumericStorageMaxPDU";
     this.NumericStorageMaxPDU.Size = new System.Drawing.Size(72, 20);
     this.NumericStorageMaxPDU.TabIndex = 4;
     //
     // textBoxSCUAETitle
     //
     this.textBoxSCUAETitle.Location = new System.Drawing.Point(165, 229);
     this.textBoxSCUAETitle.Name = "textBoxSCUAETitle";
     this.textBoxSCUAETitle.Size = new System.Drawing.Size(175, 20);
     this.textBoxSCUAETitle.TabIndex = 3;
     this.textBoxSCUAETitle.Text = "DVTK_STR_SCU";
     //
     // checkBoxSecurity
     //
     this.checkBoxSecurity.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxSecurity.Location = new System.Drawing.Point(8, 369);
     this.checkBoxSecurity.Name = "checkBoxSecurity";
     this.checkBoxSecurity.Size = new System.Drawing.Size(136, 24);
     this.checkBoxSecurity.TabIndex = 8;
     this.checkBoxSecurity.Text = "Secure Connection";
     this.checkBoxSecurity.CheckedChanged += new System.EventHandler(this.checkBoxSecurity_CheckedChanged);
     //
     // label7
     //
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(8, 229);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(120, 24);
     this.label7.TabIndex = 15;
     this.label7.Text = "Local AE Title:";
     //
     // buttonEcho
     //
     this.buttonEcho.Location = new System.Drawing.Point(360, 94);
     this.buttonEcho.Name = "buttonEcho";
     this.buttonEcho.Size = new System.Drawing.Size(80, 23);
     this.buttonEcho.TabIndex = 7;
     this.buttonEcho.Text = "DICOM Echo";
     this.buttonEcho.Click += new System.EventHandler(this.buttonEcho_Click);
     //
     // buttonPing
     //
     this.buttonPing.BackColor = System.Drawing.SystemColors.Control;
     this.buttonPing.Location = new System.Drawing.Point(360, 48);
     this.buttonPing.Name = "buttonPing";
     this.buttonPing.Size = new System.Drawing.Size(75, 23);
     this.buttonPing.TabIndex = 5;
     this.buttonPing.Text = "Ping SCP";
     this.buttonPing.UseVisualStyleBackColor = true;
     this.buttonPing.Click += new System.EventHandler(this.buttonPing_Click);
     //
     // textBoxStorageSCPPort
     //
     this.textBoxStorageSCPPort.Location = new System.Drawing.Point(163, 144);
     this.textBoxStorageSCPPort.Name = "textBoxStorageSCPPort";
     this.textBoxStorageSCPPort.Size = new System.Drawing.Size(56, 20);
     this.textBoxStorageSCPPort.TabIndex = 2;
     this.textBoxStorageSCPPort.Text = "104";
     this.textBoxStorageSCPPort.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxStorageSCPPort_Validating);
     //
     // textBoxStorageSCPIPAdd
     //
     this.textBoxStorageSCPIPAdd.Location = new System.Drawing.Point(162, 96);
     this.textBoxStorageSCPIPAdd.Name = "textBoxStorageSCPIPAdd";
     this.textBoxStorageSCPIPAdd.Size = new System.Drawing.Size(136, 20);
     this.textBoxStorageSCPIPAdd.TabIndex = 1;
     this.textBoxStorageSCPIPAdd.Text = "localhost";
     //
     // textBoxStorageSCPAETitle
     //
     this.textBoxStorageSCPAETitle.Location = new System.Drawing.Point(161, 48);
     this.textBoxStorageSCPAETitle.Name = "textBoxStorageSCPAETitle";
     this.textBoxStorageSCPAETitle.Size = new System.Drawing.Size(179, 20);
     this.textBoxStorageSCPAETitle.TabIndex = 0;
     this.textBoxStorageSCPAETitle.Text = "DVTK_STR_SCP";
     //
     // label4
     //
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(8, 144);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(100, 23);
     this.label4.TabIndex = 14;
     this.label4.Text = "Remote Port:";
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(8, 96);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(144, 23);
     this.label3.TabIndex = 13;
     this.label3.Text = "Remote TCP/IP Address:";
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(8, 48);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(120, 23);
     this.label2.TabIndex = 12;
     this.label2.Text = "Remote AE Title:";
     //
     // groupBox1
     //
     this.groupBox1.Location = new System.Drawing.Point(0, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(354, 176);
     this.groupBox1.TabIndex = 41;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "SCP Settings";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.checkBoxStoreCommit);
     this.groupBox2.Controls.Add(this.textBoxImplClassUID);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Location = new System.Drawing.Point(0, 195);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(354, 254);
     this.groupBox2.TabIndex = 42;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "SCU Settings";
     //
     // checkBoxStoreCommit
     //
     this.checkBoxStoreCommit.AutoSize = true;
     this.checkBoxStoreCommit.Checked = true;
     this.checkBoxStoreCommit.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxStoreCommit.Location = new System.Drawing.Point(6, 219);
     this.checkBoxStoreCommit.Name = "checkBoxStoreCommit";
     this.checkBoxStoreCommit.Size = new System.Drawing.Size(123, 17);
     this.checkBoxStoreCommit.TabIndex = 14;
     this.checkBoxStoreCommit.Text = "Storage Commitment";
     this.checkBoxStoreCommit.UseVisualStyleBackColor = true;
     this.checkBoxStoreCommit.CheckedChanged += new System.EventHandler(this.checkBoxStoreCommit_CheckedChanged);
     //
     // textBoxImplClassUID
     //
     this.textBoxImplClassUID.Location = new System.Drawing.Point(167, 85);
     this.textBoxImplClassUID.Name = "textBoxImplClassUID";
     this.textBoxImplClassUID.ReadOnly = true;
     this.textBoxImplClassUID.Size = new System.Drawing.Size(174, 20);
     this.textBoxImplClassUID.TabIndex = 12;
     this.textBoxImplClassUID.Text = "1.2.826.0.1.3680043.2.1545.4";
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 84);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(161, 21);
     this.label1.TabIndex = 13;
     this.label1.Text = "Implementation Class UID:";
     //
     // tabPageCommitConfig
     //
     this.tabPageCommitConfig.Controls.Add(this.panel1);
     this.tabPageCommitConfig.Location = new System.Drawing.Point(4, 22);
     this.tabPageCommitConfig.Name = "tabPageCommitConfig";
     this.tabPageCommitConfig.Size = new System.Drawing.Size(679, 482);
     this.tabPageCommitConfig.TabIndex = 3;
     this.tabPageCommitConfig.Text = "Storage Commitment Config";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.labelCommitEcho);
     this.panel1.Controls.Add(this.labelCommitPing);
     this.panel1.Controls.Add(this.label17);
     this.panel1.Controls.Add(this.buttonCommitEcho);
     this.panel1.Controls.Add(this.buttonCommitPing);
     this.panel1.Controls.Add(this.NumericCommitMaxPDU);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.textBoxDelay);
     this.panel1.Controls.Add(this.textBoxCommitSCUPort);
     this.panel1.Controls.Add(this.textBoxCommitSCUAETitle);
     this.panel1.Controls.Add(this.label9);
     this.panel1.Controls.Add(this.label10);
     this.panel1.Controls.Add(this.label11);
     this.panel1.Controls.Add(this.textBoxCommitSCPPort);
     this.panel1.Controls.Add(this.textBoxCommitSCPIPAddr);
     this.panel1.Controls.Add(this.textBoxCommitSCPAETitle);
     this.panel1.Controls.Add(this.label13);
     this.panel1.Controls.Add(this.label14);
     this.panel1.Controls.Add(this.label15);
     this.panel1.Controls.Add(this.groupBox3);
     this.panel1.Controls.Add(this.groupBox4);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(679, 482);
     this.panel1.TabIndex = 1;
     //
     // labelCommitEcho
     //
     this.labelCommitEcho.Location = new System.Drawing.Point(467, 98);
     this.labelCommitEcho.Name = "labelCommitEcho";
     this.labelCommitEcho.Size = new System.Drawing.Size(210, 37);
     this.labelCommitEcho.TabIndex = 19;
     //
     // labelCommitPing
     //
     this.labelCommitPing.Location = new System.Drawing.Point(467, 51);
     this.labelCommitPing.Name = "labelCommitPing";
     this.labelCommitPing.Size = new System.Drawing.Size(210, 31);
     this.labelCommitPing.TabIndex = 18;
     //
     // label17
     //
     this.label17.Location = new System.Drawing.Point(207, 337);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(96, 32);
     this.label17.TabIndex = 17;
     this.label17.Text = "Commit max reply waiting time (sec)";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // buttonCommitEcho
     //
     this.buttonCommitEcho.Location = new System.Drawing.Point(381, 96);
     this.buttonCommitEcho.Name = "buttonCommitEcho";
     this.buttonCommitEcho.Size = new System.Drawing.Size(80, 23);
     this.buttonCommitEcho.TabIndex = 9;
     this.buttonCommitEcho.Text = "DICOM Echo";
     this.buttonCommitEcho.Click += new System.EventHandler(this.buttonCommitEcho_Click);
     //
     // buttonCommitPing
     //
     this.buttonCommitPing.Location = new System.Drawing.Point(383, 48);
     this.buttonCommitPing.Name = "buttonCommitPing";
     this.buttonCommitPing.Size = new System.Drawing.Size(75, 23);
     this.buttonCommitPing.TabIndex = 8;
     this.buttonCommitPing.Text = "Ping SCP";
     this.buttonCommitPing.Click += new System.EventHandler(this.buttonCommitPing_Click);
     //
     // NumericCommitMaxPDU
     //
     this.NumericCommitMaxPDU.Increment = new decimal(new int[] {
     256,
     0,
     0,
     0});
     this.NumericCommitMaxPDU.Location = new System.Drawing.Point(152, 399);
     this.NumericCommitMaxPDU.Maximum = new decimal(new int[] {
     1048576,
     0,
     0,
     0});
     this.NumericCommitMaxPDU.Name = "NumericCommitMaxPDU";
     this.NumericCommitMaxPDU.Size = new System.Drawing.Size(80, 20);
     this.NumericCommitMaxPDU.TabIndex = 7;
     //
     // label5
     //
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(8, 395);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(128, 23);
     this.label5.TabIndex = 16;
     this.label5.Text = "Max PDU Size:";
     //
     // textBoxDelay
     //
     this.textBoxDelay.Location = new System.Drawing.Point(304, 345);
     this.textBoxDelay.Name = "textBoxDelay";
     this.textBoxDelay.Size = new System.Drawing.Size(40, 20);
     this.textBoxDelay.TabIndex = 6;
     this.textBoxDelay.Text = "0";
     this.toolTipSCU.SetToolTip(this.textBoxDelay, "The suggested values  are:  -1 --> no waiting time (asynchronous mode),  0 --> in" +
             "finite waiting time,  1 ..n ---> max waiting time = n sec");
     this.textBoxDelay.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxDelay_Validating);
     //
     // textBoxCommitSCUPort
     //
     this.textBoxCommitSCUPort.Location = new System.Drawing.Point(152, 344);
     this.textBoxCommitSCUPort.Name = "textBoxCommitSCUPort";
     this.textBoxCommitSCUPort.Size = new System.Drawing.Size(50, 20);
     this.textBoxCommitSCUPort.TabIndex = 5;
     this.textBoxCommitSCUPort.Text = "115";
     this.textBoxCommitSCUPort.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxCommitSCUPort_Validating);
     //
     // textBoxCommitSCUAETitle
     //
     this.textBoxCommitSCUAETitle.Location = new System.Drawing.Point(152, 240);
     this.textBoxCommitSCUAETitle.Name = "textBoxCommitSCUAETitle";
     this.textBoxCommitSCUAETitle.Size = new System.Drawing.Size(192, 20);
     this.textBoxCommitSCUAETitle.TabIndex = 3;
     this.textBoxCommitSCUAETitle.Text = "DVTK_STRC_SCU";
     //
     // label9
     //
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(8, 342);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(100, 23);
     this.label9.TabIndex = 15;
     this.label9.Text = "Listen Port:";
     //
     // label10
     //
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(8, 288);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(144, 23);
     this.label10.TabIndex = 14;
     this.label10.Text = "Local TCP/IP Address:";
     //
     // label11
     //
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(8, 240);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(120, 23);
     this.label11.TabIndex = 13;
     this.label11.Text = "Local AE Title:";
     //
     // textBoxCommitSCPPort
     //
     this.textBoxCommitSCPPort.Location = new System.Drawing.Point(152, 144);
     this.textBoxCommitSCPPort.Name = "textBoxCommitSCPPort";
     this.textBoxCommitSCPPort.Size = new System.Drawing.Size(48, 20);
     this.textBoxCommitSCPPort.TabIndex = 2;
     this.textBoxCommitSCPPort.Text = "105";
     this.textBoxCommitSCPPort.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxCommitSCPPort_Validating);
     //
     // textBoxCommitSCPIPAddr
     //
     this.textBoxCommitSCPIPAddr.Location = new System.Drawing.Point(152, 96);
     this.textBoxCommitSCPIPAddr.Name = "textBoxCommitSCPIPAddr";
     this.textBoxCommitSCPIPAddr.Size = new System.Drawing.Size(140, 20);
     this.textBoxCommitSCPIPAddr.TabIndex = 1;
     this.textBoxCommitSCPIPAddr.Text = "localhost";
     //
     // textBoxCommitSCPAETitle
     //
     this.textBoxCommitSCPAETitle.Location = new System.Drawing.Point(152, 48);
     this.textBoxCommitSCPAETitle.Name = "textBoxCommitSCPAETitle";
     this.textBoxCommitSCPAETitle.Size = new System.Drawing.Size(192, 20);
     this.textBoxCommitSCPAETitle.TabIndex = 0;
     this.textBoxCommitSCPAETitle.Text = "DVTK_STRC_SCP";
     //
     // label13
     //
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(8, 144);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(100, 23);
     this.label13.TabIndex = 12;
     this.label13.Text = "Remote Port:";
     //
     // label14
     //
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(8, 96);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(144, 23);
     this.label14.TabIndex = 11;
     this.label14.Text = "Remote TCP/IP Address:";
     //
     // label15
     //
     this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(8, 48);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(120, 23);
     this.label15.TabIndex = 10;
     this.label15.Text = "Remote AE Title:";
     //
     // groupBox3
     //
     this.groupBox3.Location = new System.Drawing.Point(1, 8);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(376, 184);
     this.groupBox3.TabIndex = 43;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "SCP Settings";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.specifyTS);
     this.groupBox4.Controls.Add(this.textBoxCommitSCUIPAdd);
     this.groupBox4.Location = new System.Drawing.Point(2, 202);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(376, 248);
     this.groupBox4.TabIndex = 44;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "SCU Settings";
     //
     // specifyTS
     //
     this.specifyTS.Location = new System.Drawing.Point(270, 195);
     this.specifyTS.Name = "specifyTS";
     this.specifyTS.Size = new System.Drawing.Size(75, 23);
     this.specifyTS.TabIndex = 1;
     this.specifyTS.Text = "Specify TS";
     this.specifyTS.UseVisualStyleBackColor = true;
     this.specifyTS.Click += new System.EventHandler(this.specifyTS_Click);
     //
     // textBoxCommitSCUIPAdd
     //
     this.textBoxCommitSCUIPAdd.FormattingEnabled = true;
     this.textBoxCommitSCUIPAdd.Location = new System.Drawing.Point(152, 91);
     this.textBoxCommitSCUIPAdd.Name = "textBoxCommitSCUIPAdd";
     this.textBoxCommitSCUIPAdd.Size = new System.Drawing.Size(193, 21);
     this.textBoxCommitSCUIPAdd.TabIndex = 0;
     //
     // tabPageResults
     //
     this.tabPageResults.Controls.Add(this.dvtkWebBrowserSCUEmulator);
     this.tabPageResults.Location = new System.Drawing.Point(4, 22);
     this.tabPageResults.Name = "tabPageResults";
     this.tabPageResults.Size = new System.Drawing.Size(679, 482);
     this.tabPageResults.TabIndex = 1;
     this.tabPageResults.Text = "Validation Results";
     //
     // dvtkWebBrowserSCUEmulator
     //
     this.dvtkWebBrowserSCUEmulator.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dvtkWebBrowserSCUEmulator.Location = new System.Drawing.Point(0, 0);
     this.dvtkWebBrowserSCUEmulator.Name = "dvtkWebBrowserSCUEmulator";
     this.dvtkWebBrowserSCUEmulator.Size = new System.Drawing.Size(679, 482);
     this.dvtkWebBrowserSCUEmulator.TabIndex = 0;
     this.dvtkWebBrowserSCUEmulator.XmlStyleSheetFullFileName = "";
     //
     // tabPageLogging
     //
     this.tabPageLogging.Controls.Add(this.userControlActivityLogging);
     this.tabPageLogging.Location = new System.Drawing.Point(4, 22);
     this.tabPageLogging.Name = "tabPageLogging";
     this.tabPageLogging.Size = new System.Drawing.Size(679, 482);
     this.tabPageLogging.TabIndex = 2;
     this.tabPageLogging.Text = "Logging";
     //
     // userControlActivityLogging
     //
     this.userControlActivityLogging.Dock = System.Windows.Forms.DockStyle.Fill;
     this.userControlActivityLogging.Interval = 100;
     this.userControlActivityLogging.Location = new System.Drawing.Point(0, 0);
     this.userControlActivityLogging.Name = "userControlActivityLogging";
     this.userControlActivityLogging.Size = new System.Drawing.Size(679, 482);
     this.userControlActivityLogging.TabIndex = 0;
     //
     // toolBarSCUEmulator
     //
     this.toolBarSCUEmulator.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarSCUEmulator.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.toolBarButtonStoreImages,
     this.toolBarButtonStoreCommit,
     this.toolBarButtonAbort,
     this.toolBarButtonStop,
     this.toolBarButtonResult,
     this.toolBarButton1,
     this.toolBarButtonError,
     this.toolBarButtonWarning,
     this.toolBarButtonLeft,
     this.toolBarButtonRight});
     this.toolBarSCUEmulator.ButtonSize = new System.Drawing.Size(39, 24);
     this.toolBarSCUEmulator.DropDownArrows = true;
     this.toolBarSCUEmulator.ImageList = this.imageListStorageSCU;
     this.toolBarSCUEmulator.Location = new System.Drawing.Point(0, 0);
     this.toolBarSCUEmulator.Name = "toolBarSCUEmulator";
     this.toolBarSCUEmulator.ShowToolTips = true;
     this.toolBarSCUEmulator.Size = new System.Drawing.Size(687, 28);
     this.toolBarSCUEmulator.TabIndex = 1;
     this.toolBarSCUEmulator.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarSCUEmulator_ButtonClick);
     //
     // toolBarButtonStoreImages
     //
     this.toolBarButtonStoreImages.ImageIndex = 0;
     this.toolBarButtonStoreImages.Name = "toolBarButtonStoreImages";
     this.toolBarButtonStoreImages.ToolTipText = "Export DICOM Data";
     //
     // toolBarButtonStoreCommit
     //
     this.toolBarButtonStoreCommit.ImageIndex = 1;
     this.toolBarButtonStoreCommit.Name = "toolBarButtonStoreCommit";
     this.toolBarButtonStoreCommit.ToolTipText = "Send Storage Commit";
     //
     // toolBarButtonAbort
     //
     this.toolBarButtonAbort.ImageIndex = 8;
     this.toolBarButtonAbort.Name = "toolBarButtonAbort";
     this.toolBarButtonAbort.ToolTipText = "Abort export";
     //
     // toolBarButtonStop
     //
     this.toolBarButtonStop.Enabled = false;
     this.toolBarButtonStop.ImageIndex = 3;
     this.toolBarButtonStop.Name = "toolBarButtonStop";
     this.toolBarButtonStop.ToolTipText = "Stop Commit SCP";
     //
     // toolBarButtonResult
     //
     this.toolBarButtonResult.Enabled = false;
     this.toolBarButtonResult.ImageIndex = 9;
     this.toolBarButtonResult.Name = "toolBarButtonResult";
     this.toolBarButtonResult.ToolTipText = "Display Validation Result";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Name = "toolBarButton1";
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButtonError
     //
     this.toolBarButtonError.Enabled = false;
     this.toolBarButtonError.ImageIndex = 4;
     this.toolBarButtonError.Name = "toolBarButtonError";
     //
     // toolBarButtonWarning
     //
     this.toolBarButtonWarning.Enabled = false;
     this.toolBarButtonWarning.ImageIndex = 5;
     this.toolBarButtonWarning.Name = "toolBarButtonWarning";
     //
     // toolBarButtonLeft
     //
     this.toolBarButtonLeft.Enabled = false;
     this.toolBarButtonLeft.ImageIndex = 6;
     this.toolBarButtonLeft.Name = "toolBarButtonLeft";
     //
     // toolBarButtonRight
     //
     this.toolBarButtonRight.Enabled = false;
     this.toolBarButtonRight.ImageIndex = 7;
     this.toolBarButtonRight.Name = "toolBarButtonRight";
     //
     // imageListStorageSCU
     //
     this.imageListStorageSCU.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListStorageSCU.ImageStream")));
     this.imageListStorageSCU.TransparentColor = System.Drawing.Color.Transparent;
     this.imageListStorageSCU.Images.SetKeyName(0, "");
     this.imageListStorageSCU.Images.SetKeyName(1, "");
     this.imageListStorageSCU.Images.SetKeyName(2, "");
     this.imageListStorageSCU.Images.SetKeyName(3, "");
     this.imageListStorageSCU.Images.SetKeyName(4, "");
     this.imageListStorageSCU.Images.SetKeyName(5, "");
     this.imageListStorageSCU.Images.SetKeyName(6, "");
     this.imageListStorageSCU.Images.SetKeyName(7, "");
     this.imageListStorageSCU.Images.SetKeyName(8, "");
     this.imageListStorageSCU.Images.SetKeyName(9, "SHOWRESULT.ico");
     //
     // toolTipSCU
     //
     this.toolTipSCU.AutomaticDelay = 0;
     this.toolTipSCU.AutoPopDelay = 5000;
     this.toolTipSCU.InitialDelay = 1;
     this.toolTipSCU.ReshowDelay = 100;
     this.toolTipSCU.ShowAlways = true;
     //
     // backgroundWorkerSCU
     //
     this.backgroundWorkerSCU.WorkerSupportsCancellation = true;
     //
     // radioButtonILE
     //
     this.radioButtonILE.AutoSize = true;
     this.radioButtonILE.Checked = true;
     this.radioButtonILE.Location = new System.Drawing.Point(15, 28);
     this.radioButtonILE.Name = "radioButtonILE";
     this.radioButtonILE.Size = new System.Drawing.Size(41, 17);
     this.radioButtonILE.TabIndex = 0;
     this.radioButtonILE.TabStop = true;
     this.radioButtonILE.Text = "ILE";
     this.radioButtonILE.UseVisualStyleBackColor = true;
     //
     // radioButtonELE
     //
     this.radioButtonELE.AutoSize = true;
     this.radioButtonELE.Location = new System.Drawing.Point(15, 52);
     this.radioButtonELE.Name = "radioButtonELE";
     this.radioButtonELE.Size = new System.Drawing.Size(45, 17);
     this.radioButtonELE.TabIndex = 1;
     this.radioButtonELE.TabStop = true;
     this.radioButtonELE.Text = "ELE";
     this.radioButtonELE.UseVisualStyleBackColor = true;
     //
     // radioButtonEBE
     //
     this.radioButtonEBE.AutoSize = true;
     this.radioButtonEBE.Location = new System.Drawing.Point(15, 75);
     this.radioButtonEBE.Name = "radioButtonEBE";
     this.radioButtonEBE.Size = new System.Drawing.Size(46, 17);
     this.radioButtonEBE.TabIndex = 2;
     this.radioButtonEBE.TabStop = true;
     this.radioButtonEBE.Text = "EBE";
     this.radioButtonEBE.UseVisualStyleBackColor = true;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Enabled = false;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(3, 108);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(188, 26);
     this.label8.TabIndex = 3;
     this.label8.Text = "(Conversion will happen only between \r\nILE, ELE and EBE)";
     //
     // groupBoxTS
     //
     this.groupBoxTS.Controls.Add(this.label8);
     this.groupBoxTS.Controls.Add(this.radioButtonEBE);
     this.groupBoxTS.Controls.Add(this.radioButtonELE);
     this.groupBoxTS.Controls.Add(this.radioButtonILE);
     this.groupBoxTS.Enabled = false;
     this.groupBoxTS.Location = new System.Drawing.Point(368, 306);
     this.groupBoxTS.Name = "groupBoxTS";
     this.groupBoxTS.Size = new System.Drawing.Size(200, 143);
     this.groupBoxTS.TabIndex = 44;
     this.groupBoxTS.TabStop = false;
     this.groupBoxTS.Text = "Convert Dicom File to ";
     //
     // dvtkWebBrowserSCUEmulator
     //
     this.dvtkWebBrowserSCUEmulator.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dvtkWebBrowserSCUEmulator.Location = new System.Drawing.Point(0, 0);
     this.dvtkWebBrowserSCUEmulator.Name = "dvtkWebBrowserSCUEmulator";
     this.dvtkWebBrowserSCUEmulator.Size = new System.Drawing.Size(679, 482);
     this.dvtkWebBrowserSCUEmulator.TabIndex = 0;
     this.dvtkWebBrowserSCUEmulator.XmlStyleSheetFullFileName = "";
     //
     // userControlActivityLogging
     //
     this.userControlActivityLogging.Dock = System.Windows.Forms.DockStyle.Fill;
     this.userControlActivityLogging.Interval = 100;
     this.userControlActivityLogging.Location = new System.Drawing.Point(0, 0);
     this.userControlActivityLogging.Name = "userControlActivityLogging";
     this.userControlActivityLogging.Size = new System.Drawing.Size(679, 482);
     this.userControlActivityLogging.TabIndex = 0;
     //
     // StorageSCUEmulator
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(687, 536);
     this.Controls.Add(this.tabControlStorageSCU);
     this.Controls.Add(this.toolBarSCUEmulator);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.mainMenuStorageSCU;
     this.MinimumSize = new System.Drawing.Size(690, 570);
     this.Name = "StorageSCUEmulator";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Storage SCU Emulator";
     this.Load += new System.EventHandler(this.StorageSCUEmulator_Load);
     this.Closing += new System.ComponentModel.CancelEventHandler(this.StorageSCUEmulator_Closing);
     this.tabControlStorageSCU.ResumeLayout(false);
     this.tabPageStorageConfig.ResumeLayout(false);
     this.panelSCPSettings.ResumeLayout(false);
     this.panelSCPSettings.PerformLayout();
     this.GroupBoxNrAssociations.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.NumericStorageMaxPDU)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.tabPageCommitConfig.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NumericCommitMaxPDU)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.tabPageResults.ResumeLayout(false);
     this.tabPageLogging.ResumeLayout(false);
     this.groupBoxTS.ResumeLayout(false);
     this.groupBoxTS.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#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(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);
 }
示例#5
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);
 }