Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(DCMCompareForm));
     this.mainMenu1 = new System.Windows.Forms.MainMenu();
     this.MenuItem_File = new System.Windows.Forms.MenuItem();
     this.MenuItemCompare = new System.Windows.Forms.MenuItem();
     this.MenuItemCompareFilter = new System.Windows.Forms.MenuItem();
     this.MenuItemCompareNoFilter = new System.Windows.Forms.MenuItem();
     this.menuItemCompareAgain = new System.Windows.Forms.MenuItem();
     this.menuItemCompareAgainFilter = new System.Windows.Forms.MenuItem();
     this.menuItemCompareAgainNoFilter = new System.Windows.Forms.MenuItem();
     this.MenuItem_FileExit = new System.Windows.Forms.MenuItem();
     this.MenuItem_Help = new System.Windows.Forms.MenuItem();
     this.MenuItem_AboutDCMCompare = new System.Windows.Forms.MenuItem();
     this.TabControl = new System.Windows.Forms.TabControl();
     this.TabCompareDetailResults = new System.Windows.Forms.TabPage();
     this.dvtkWebBrowser = new DvtkApplicationLayer.UserInterfaces.DvtkWebBrowserNew();
     this.TabComparisonFilter = new System.Windows.Forms.TabPage();
     this.panel1 = new System.Windows.Forms.Panel();
     this.buttonAddSeqItemAttr = new System.Windows.Forms.Button();
     this.buttonAddAttr = new System.Windows.Forms.Button();
     this.buttonRemoveAttr = new System.Windows.Forms.Button();
     this.panel2 = new System.Windows.Forms.Panel();
     this.listBoxFilterAttr = new System.Windows.Forms.ListBox();
     this.label2 = new System.Windows.Forms.Label();
     this.statusBarCompare = new System.Windows.Forms.StatusBar();
     this.statusBarPanel = new DCMCompare.StatusBarProgressPanel();
     this.checkBoxFilterGroupLength = new System.Windows.Forms.CheckBox();
     this.TabControl.SuspendLayout();
     this.TabCompareDetailResults.SuspendLayout();
     this.TabComparisonFilter.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel)).BeginInit();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                               this.MenuItem_File,
                                                                               this.MenuItem_Help});
     //
     // MenuItem_File
     //
     this.MenuItem_File.Index = 0;
     this.MenuItem_File.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                   this.MenuItemCompare,
                                                                                   this.menuItemCompareAgain,
                                                                                   this.MenuItem_FileExit});
     this.MenuItem_File.Text = "File";
     //
     // MenuItemCompare
     //
     this.MenuItemCompare.Index = 0;
     this.MenuItemCompare.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                     this.MenuItemCompareFilter,
                                                                                     this.MenuItemCompareNoFilter});
     this.MenuItemCompare.Text = "&Compare";
     //
     // MenuItemCompareFilter
     //
     this.MenuItemCompareFilter.Index = 0;
     this.MenuItemCompareFilter.Text = "With Filter";
     this.MenuItemCompareFilter.Click += new System.EventHandler(this.MenuItemCompareFilter_Click);
     //
     // MenuItemCompareNoFilter
     //
     this.MenuItemCompareNoFilter.Index = 1;
     this.MenuItemCompareNoFilter.Text = "Without Filter";
     this.MenuItemCompareNoFilter.Click += new System.EventHandler(this.MenuItemCompareNoFilter_Click);
     //
     // menuItemCompareAgain
     //
     this.menuItemCompareAgain.Index = 1;
     this.menuItemCompareAgain.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                          this.menuItemCompareAgainFilter,
                                                                                          this.menuItemCompareAgainNoFilter});
     this.menuItemCompareAgain.Text = "&Compare Again";
     //
     // menuItemCompareAgainFilter
     //
     this.menuItemCompareAgainFilter.Index = 0;
     this.menuItemCompareAgainFilter.Text = "With Filter";
     this.menuItemCompareAgainFilter.Click += new System.EventHandler(this.menuItemCompareAgainFilter_Click);
     //
     // menuItemCompareAgainNoFilter
     //
     this.menuItemCompareAgainNoFilter.Index = 1;
     this.menuItemCompareAgainNoFilter.Text = "Without Filter";
     this.menuItemCompareAgainNoFilter.Click += new System.EventHandler(this.menuItemCompareAgainNoFilter_Click);
     //
     // MenuItem_FileExit
     //
     this.MenuItem_FileExit.Index = 2;
     this.MenuItem_FileExit.Text = "&Exit";
     this.MenuItem_FileExit.Click += new System.EventHandler(this.MenuItem_FileExit_Click);
     //
     // MenuItem_Help
     //
     this.MenuItem_Help.Index = 1;
     this.MenuItem_Help.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                   this.MenuItem_AboutDCMCompare});
     this.MenuItem_Help.Text = "Help";
     //
     // MenuItem_AboutDCMCompare
     //
     this.MenuItem_AboutDCMCompare.Index = 0;
     this.MenuItem_AboutDCMCompare.Text = "About DCM Compare";
     this.MenuItem_AboutDCMCompare.Click += new System.EventHandler(this.MenuItem_AboutDCMCompare_Click);
     //
     // TabControl
     //
     this.TabControl.Controls.Add(this.TabCompareDetailResults);
     this.TabControl.Controls.Add(this.TabComparisonFilter);
     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(760, 544);
     this.TabControl.TabIndex = 0;
     this.TabControl.SelectedIndexChanged += new System.EventHandler(this.TabControl_SelectedIndexChanged);
     //
     // TabCompareDetailResults
     //
     this.TabCompareDetailResults.AutoScroll = true;
     this.TabCompareDetailResults.Controls.Add(this.dvtkWebBrowser);
     this.TabCompareDetailResults.Location = new System.Drawing.Point(4, 22);
     this.TabCompareDetailResults.Name = "TabCompareDetailResults";
     this.TabCompareDetailResults.Size = new System.Drawing.Size(752, 518);
     this.TabCompareDetailResults.TabIndex = 0;
     this.TabCompareDetailResults.Text = "Compare Results Overview";
     //
     // dvtkWebBrowser
     //
     this.dvtkWebBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dvtkWebBrowser.Location = new System.Drawing.Point(0, 0);
     this.dvtkWebBrowser.Name = "dvtkWebBrowser";
     this.dvtkWebBrowser.Size = new System.Drawing.Size(752, 518);
     this.dvtkWebBrowser.TabIndex = 0;
     this.dvtkWebBrowser.XmlStyleSheetFullFileName = "";
     //
     // TabComparisonFilter
     //
     this.TabComparisonFilter.Controls.Add(this.panel1);
     this.TabComparisonFilter.Controls.Add(this.panel2);
     this.TabComparisonFilter.Location = new System.Drawing.Point(4, 22);
     this.TabComparisonFilter.Name = "TabComparisonFilter";
     this.TabComparisonFilter.Size = new System.Drawing.Size(752, 518);
     this.TabComparisonFilter.TabIndex = 1;
     this.TabComparisonFilter.Text = "Comparison Filter";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.buttonAddSeqItemAttr);
     this.panel1.Controls.Add(this.buttonAddAttr);
     this.panel1.Controls.Add(this.buttonRemoveAttr);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 430);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(752, 88);
     this.panel1.TabIndex = 6;
     //
     // buttonAddSeqItemAttr
     //
     this.buttonAddSeqItemAttr.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonAddSeqItemAttr.Location = new System.Drawing.Point(256, 24);
     this.buttonAddSeqItemAttr.Name = "buttonAddSeqItemAttr";
     this.buttonAddSeqItemAttr.Size = new System.Drawing.Size(176, 23);
     this.buttonAddSeqItemAttr.TabIndex = 6;
     this.buttonAddSeqItemAttr.Text = "Add Sequence Item Attribute";
     this.buttonAddSeqItemAttr.Click += new System.EventHandler(this.buttonAddSeqItemAttr_Click);
     //
     // buttonAddAttr
     //
     this.buttonAddAttr.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonAddAttr.Location = new System.Drawing.Point(104, 24);
     this.buttonAddAttr.Name = "buttonAddAttr";
     this.buttonAddAttr.Size = new System.Drawing.Size(104, 23);
     this.buttonAddAttr.TabIndex = 4;
     this.buttonAddAttr.Text = "Add Attribute";
     this.buttonAddAttr.Click += new System.EventHandler(this.buttonAddAttr_Click);
     //
     // buttonRemoveAttr
     //
     this.buttonRemoveAttr.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonRemoveAttr.Location = new System.Drawing.Point(464, 24);
     this.buttonRemoveAttr.Name = "buttonRemoveAttr";
     this.buttonRemoveAttr.Size = new System.Drawing.Size(152, 23);
     this.buttonRemoveAttr.TabIndex = 5;
     this.buttonRemoveAttr.Text = "Remove Selected Attribute";
     this.buttonRemoveAttr.Click += new System.EventHandler(this.buttonRemoveAttr_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.checkBoxFilterGroupLength);
     this.panel2.Controls.Add(this.listBoxFilterAttr);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(752, 432);
     this.panel2.TabIndex = 5;
     //
     // listBoxFilterAttr
     //
     this.listBoxFilterAttr.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.listBoxFilterAttr.Location = new System.Drawing.Point(0, 25);
     this.listBoxFilterAttr.Name = "listBoxFilterAttr";
     this.listBoxFilterAttr.Size = new System.Drawing.Size(752, 407);
     this.listBoxFilterAttr.TabIndex = 3;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(0, 8);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(112, 16);
     this.label2.TabIndex = 2;
     this.label2.Text = "Filter attributes List:";
     //
     // statusBarCompare
     //
     this.statusBarCompare.Location = new System.Drawing.Point(0, 544);
     this.statusBarCompare.Name = "statusBarCompare";
     this.statusBarCompare.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
                                                                                         this.statusBarPanel});
     this.statusBarCompare.ShowPanels = true;
     this.statusBarCompare.Size = new System.Drawing.Size(760, 22);
     this.statusBarCompare.SizingGrip = false;
     this.statusBarCompare.TabIndex = 1;
     //
     // statusBarPanel
     //
     this.statusBarPanel.Style = System.Windows.Forms.StatusBarPanelStyle.OwnerDraw;
     this.statusBarPanel.Width = 500;
     //
     // checkBoxFilterGroupLength
     //
     this.checkBoxFilterGroupLength.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxFilterGroupLength.Location = new System.Drawing.Point(568, 0);
     this.checkBoxFilterGroupLength.Name = "checkBoxFilterGroupLength";
     this.checkBoxFilterGroupLength.Size = new System.Drawing.Size(176, 24);
     this.checkBoxFilterGroupLength.TabIndex = 4;
     this.checkBoxFilterGroupLength.Text = "Filter Group Length Attributes";
     this.checkBoxFilterGroupLength.CheckedChanged += new System.EventHandler(this.checkBoxFilterGroupLength_CheckedChanged);
     //
     // DCMCompareForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(760, 566);
     this.Controls.Add(this.TabControl);
     this.Controls.Add(this.statusBarCompare);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.mainMenu1;
     this.MinimumSize = new System.Drawing.Size(760, 600);
     this.Name = "DCMCompareForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "DCM Compare";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.DCMCompareForm_Closing);
     this.Load += new System.EventHandler(this.DCMCompareForm_Load);
     this.TabControl.ResumeLayout(false);
     this.TabCompareDetailResults.ResumeLayout(false);
     this.TabComparisonFilter.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DICOMAnonymize));
     this.mainMenu1             = new System.Windows.Forms.MainMenu(this.components);
     this.File                  = new System.Windows.Forms.MenuItem();
     this.AnonymizeFile         = new System.Windows.Forms.MenuItem();
     this.AnonymizeFileBasic    = new System.Windows.Forms.MenuItem();
     this.AnonymizeFileComplete = new System.Windows.Forms.MenuItem();
     this.AnonymizeDir          = new System.Windows.Forms.MenuItem();
     this.AnonymizeDirBasic     = new System.Windows.Forms.MenuItem();
     this.AnonymizeDirComplete  = new System.Windows.Forms.MenuItem();
     this.CreateDICOMDIR        = new System.Windows.Forms.MenuItem();
     this.Exit                  = new System.Windows.Forms.MenuItem();
     this.Help                  = new System.Windows.Forms.MenuItem();
     this.AboutUs               = new System.Windows.Forms.MenuItem();
     this.panelBrowser          = new System.Windows.Forms.Panel();
     this.dvtkWebBrowser        = new DvtkApplicationLayer.UserInterfaces.DvtkWebBrowserNew();
     this.toolBarAnonymizer     = new System.Windows.Forms.ToolBar();
     this.toolBarButtonRun      = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton1        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonBack     = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonForward  = new System.Windows.Forms.ToolBarButton();
     this.imageListAnonymizer   = new System.Windows.Forms.ImageList(this.components);
     this.panelBrowser.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.File,
         this.Help
     });
     //
     // File
     //
     this.File.Index = 0;
     this.File.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.AnonymizeFile,
         this.AnonymizeDir,
         this.CreateDICOMDIR,
         this.Exit
     });
     this.File.Text = "File";
     //
     // AnonymizeFile
     //
     this.AnonymizeFile.Index = 0;
     this.AnonymizeFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.AnonymizeFileBasic,
         this.AnonymizeFileComplete
     });
     this.AnonymizeFile.Text = "Anonymize DICOM File";
     //
     // AnonymizeFileBasic
     //
     this.AnonymizeFileBasic.Index  = 0;
     this.AnonymizeFileBasic.Text   = "Basic";
     this.AnonymizeFileBasic.Click += new System.EventHandler(this.AnonymizeFileBasic_Click);
     //
     // AnonymizeFileComplete
     //
     this.AnonymizeFileComplete.Index  = 1;
     this.AnonymizeFileComplete.Text   = "Complete";
     this.AnonymizeFileComplete.Click += new System.EventHandler(this.AnonymizeFileComplete_Click);
     //
     // AnonymizeDir
     //
     this.AnonymizeDir.Index = 1;
     this.AnonymizeDir.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.AnonymizeDirBasic,
         this.AnonymizeDirComplete
     });
     this.AnonymizeDir.Text = "Anonymize the DICOM Directory";
     //
     // AnonymizeDirBasic
     //
     this.AnonymizeDirBasic.Index  = 0;
     this.AnonymizeDirBasic.Text   = "Basic";
     this.AnonymizeDirBasic.Click += new System.EventHandler(this.AnonymizeDirBasic_Click);
     //
     // AnonymizeDirComplete
     //
     this.AnonymizeDirComplete.Index  = 1;
     this.AnonymizeDirComplete.Text   = "Complete";
     this.AnonymizeDirComplete.Click += new System.EventHandler(this.AnonymizeDirComplete_Click);
     //
     // CreateDICOMDIR
     //
     this.CreateDICOMDIR.Index  = 2;
     this.CreateDICOMDIR.Text   = "Create DICOMDIR";
     this.CreateDICOMDIR.Click += new System.EventHandler(this.CreateDICOMDIR_Click);
     //
     // Exit
     //
     this.Exit.Index  = 3;
     this.Exit.Text   = "Exit";
     this.Exit.Click += new System.EventHandler(this.Exit_Click);
     //
     // Help
     //
     this.Help.Index = 1;
     this.Help.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.AboutUs
     });
     this.Help.Text = "About";
     //
     // AboutUs
     //
     this.AboutUs.Index  = 0;
     this.AboutUs.Text   = "About DICOM Anonymizer";
     this.AboutUs.Click += new System.EventHandler(this.AboutUs_Click);
     //
     // panelBrowser
     //
     this.panelBrowser.BackColor = System.Drawing.SystemColors.Control;
     this.panelBrowser.Controls.Add(this.dvtkWebBrowser);
     this.panelBrowser.Controls.Add(this.toolBarAnonymizer);
     this.panelBrowser.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelBrowser.Location = new System.Drawing.Point(0, 0);
     this.panelBrowser.Name     = "panelBrowser";
     this.panelBrowser.Size     = new System.Drawing.Size(686, 437);
     this.panelBrowser.TabIndex = 2;
     //
     // dvtkWebBrowser
     //
     this.dvtkWebBrowser.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dvtkWebBrowser.Location = new System.Drawing.Point(0, 28);
     this.dvtkWebBrowser.Name     = "dvtkWebBrowser";
     this.dvtkWebBrowser.Size     = new System.Drawing.Size(686, 409);
     this.dvtkWebBrowser.TabIndex = 0;
     this.dvtkWebBrowser.XmlStyleSheetFullFileName = "";
     //
     // toolBarAnonymizer
     //
     this.toolBarAnonymizer.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarAnonymizer.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.toolBarButtonRun,
         this.toolBarButton1,
         this.toolBarButtonBack,
         this.toolBarButtonForward
     });
     this.toolBarAnonymizer.ButtonSize     = new System.Drawing.Size(39, 24);
     this.toolBarAnonymizer.DropDownArrows = true;
     this.toolBarAnonymizer.ImageList      = this.imageListAnonymizer;
     this.toolBarAnonymizer.Location       = new System.Drawing.Point(0, 0);
     this.toolBarAnonymizer.Name           = "toolBarAnonymizer";
     this.toolBarAnonymizer.ShowToolTips   = true;
     this.toolBarAnonymizer.Size           = new System.Drawing.Size(686, 28);
     this.toolBarAnonymizer.TabIndex       = 1;
     this.toolBarAnonymizer.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarAnonymizer_ButtonClick);
     //
     // toolBarButtonRun
     //
     this.toolBarButtonRun.ImageIndex  = 2;
     this.toolBarButtonRun.Name        = "toolBarButtonRun";
     this.toolBarButtonRun.ToolTipText = "Start Anonymization";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Name  = "toolBarButton1";
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButtonBack
     //
     this.toolBarButtonBack.Enabled    = false;
     this.toolBarButtonBack.ImageIndex = 0;
     this.toolBarButtonBack.Name       = "toolBarButtonBack";
     //
     // toolBarButtonForward
     //
     this.toolBarButtonForward.Enabled    = false;
     this.toolBarButtonForward.ImageIndex = 1;
     this.toolBarButtonForward.Name       = "toolBarButtonForward";
     //
     // imageListAnonymizer
     //
     this.imageListAnonymizer.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListAnonymizer.ImageStream")));
     this.imageListAnonymizer.TransparentColor = System.Drawing.Color.Transparent;
     this.imageListAnonymizer.Images.SetKeyName(0, "");
     this.imageListAnonymizer.Images.SetKeyName(1, "");
     this.imageListAnonymizer.Images.SetKeyName(2, "");
     //
     // DICOMAnonymize
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.WhiteSmoke;
     this.ClientSize        = new System.Drawing.Size(686, 437);
     this.Controls.Add(this.panelBrowser);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu          = this.mainMenu1;
     this.Name          = "DICOMAnonymize";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "DCM Anonymizer";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.DICOMAnonymize_Closing);
     this.panelBrowser.ResumeLayout(false);
     this.panelBrowser.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(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();
 }
Exemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(DCMCompareForm));
     this.mainMenu1                    = new System.Windows.Forms.MainMenu();
     this.MenuItem_File                = new System.Windows.Forms.MenuItem();
     this.MenuItemCompare              = new System.Windows.Forms.MenuItem();
     this.MenuItemCompareFilter        = new System.Windows.Forms.MenuItem();
     this.MenuItemCompareNoFilter      = new System.Windows.Forms.MenuItem();
     this.menuItemCompareAgain         = new System.Windows.Forms.MenuItem();
     this.menuItemCompareAgainFilter   = new System.Windows.Forms.MenuItem();
     this.menuItemCompareAgainNoFilter = new System.Windows.Forms.MenuItem();
     this.MenuItem_FileExit            = new System.Windows.Forms.MenuItem();
     this.MenuItem_Help                = new System.Windows.Forms.MenuItem();
     this.MenuItem_AboutDCMCompare     = new System.Windows.Forms.MenuItem();
     this.TabControl                   = new System.Windows.Forms.TabControl();
     this.TabCompareDetailResults      = new System.Windows.Forms.TabPage();
     this.dvtkWebBrowser               = new DvtkApplicationLayer.UserInterfaces.DvtkWebBrowserNew();
     this.TabComparisonFilter          = new System.Windows.Forms.TabPage();
     this.panel1 = new System.Windows.Forms.Panel();
     this.buttonAddSeqItemAttr = new System.Windows.Forms.Button();
     this.buttonAddAttr        = new System.Windows.Forms.Button();
     this.buttonRemoveAttr     = new System.Windows.Forms.Button();
     this.panel2                    = new System.Windows.Forms.Panel();
     this.listBoxFilterAttr         = new System.Windows.Forms.ListBox();
     this.label2                    = new System.Windows.Forms.Label();
     this.statusBarCompare          = new System.Windows.Forms.StatusBar();
     this.statusBarPanel            = new DCMCompare.StatusBarProgressPanel();
     this.checkBoxFilterGroupLength = new System.Windows.Forms.CheckBox();
     this.TabControl.SuspendLayout();
     this.TabCompareDetailResults.SuspendLayout();
     this.TabComparisonFilter.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel)).BeginInit();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuItem_File,
         this.MenuItem_Help
     });
     //
     // MenuItem_File
     //
     this.MenuItem_File.Index = 0;
     this.MenuItem_File.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuItemCompare,
         this.menuItemCompareAgain,
         this.MenuItem_FileExit
     });
     this.MenuItem_File.Text = "File";
     //
     // MenuItemCompare
     //
     this.MenuItemCompare.Index = 0;
     this.MenuItemCompare.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuItemCompareFilter,
         this.MenuItemCompareNoFilter
     });
     this.MenuItemCompare.Text = "&Compare";
     //
     // MenuItemCompareFilter
     //
     this.MenuItemCompareFilter.Index  = 0;
     this.MenuItemCompareFilter.Text   = "With Filter";
     this.MenuItemCompareFilter.Click += new System.EventHandler(this.MenuItemCompareFilter_Click);
     //
     // MenuItemCompareNoFilter
     //
     this.MenuItemCompareNoFilter.Index  = 1;
     this.MenuItemCompareNoFilter.Text   = "Without Filter";
     this.MenuItemCompareNoFilter.Click += new System.EventHandler(this.MenuItemCompareNoFilter_Click);
     //
     // menuItemCompareAgain
     //
     this.menuItemCompareAgain.Index = 1;
     this.menuItemCompareAgain.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemCompareAgainFilter,
         this.menuItemCompareAgainNoFilter
     });
     this.menuItemCompareAgain.Text = "&Compare Again";
     //
     // menuItemCompareAgainFilter
     //
     this.menuItemCompareAgainFilter.Index  = 0;
     this.menuItemCompareAgainFilter.Text   = "With Filter";
     this.menuItemCompareAgainFilter.Click += new System.EventHandler(this.menuItemCompareAgainFilter_Click);
     //
     // menuItemCompareAgainNoFilter
     //
     this.menuItemCompareAgainNoFilter.Index  = 1;
     this.menuItemCompareAgainNoFilter.Text   = "Without Filter";
     this.menuItemCompareAgainNoFilter.Click += new System.EventHandler(this.menuItemCompareAgainNoFilter_Click);
     //
     // MenuItem_FileExit
     //
     this.MenuItem_FileExit.Index  = 2;
     this.MenuItem_FileExit.Text   = "&Exit";
     this.MenuItem_FileExit.Click += new System.EventHandler(this.MenuItem_FileExit_Click);
     //
     // MenuItem_Help
     //
     this.MenuItem_Help.Index = 1;
     this.MenuItem_Help.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuItem_AboutDCMCompare
     });
     this.MenuItem_Help.Text = "Help";
     //
     // MenuItem_AboutDCMCompare
     //
     this.MenuItem_AboutDCMCompare.Index  = 0;
     this.MenuItem_AboutDCMCompare.Text   = "About DCM Compare";
     this.MenuItem_AboutDCMCompare.Click += new System.EventHandler(this.MenuItem_AboutDCMCompare_Click);
     //
     // TabControl
     //
     this.TabControl.Controls.Add(this.TabCompareDetailResults);
     this.TabControl.Controls.Add(this.TabComparisonFilter);
     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(760, 544);
     this.TabControl.TabIndex              = 0;
     this.TabControl.SelectedIndexChanged += new System.EventHandler(this.TabControl_SelectedIndexChanged);
     //
     // TabCompareDetailResults
     //
     this.TabCompareDetailResults.AutoScroll = true;
     this.TabCompareDetailResults.Controls.Add(this.dvtkWebBrowser);
     this.TabCompareDetailResults.Location = new System.Drawing.Point(4, 22);
     this.TabCompareDetailResults.Name     = "TabCompareDetailResults";
     this.TabCompareDetailResults.Size     = new System.Drawing.Size(752, 518);
     this.TabCompareDetailResults.TabIndex = 0;
     this.TabCompareDetailResults.Text     = "Compare Results Overview";
     //
     // dvtkWebBrowser
     //
     this.dvtkWebBrowser.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dvtkWebBrowser.Location = new System.Drawing.Point(0, 0);
     this.dvtkWebBrowser.Name     = "dvtkWebBrowser";
     this.dvtkWebBrowser.Size     = new System.Drawing.Size(752, 518);
     this.dvtkWebBrowser.TabIndex = 0;
     this.dvtkWebBrowser.XmlStyleSheetFullFileName = "";
     //
     // TabComparisonFilter
     //
     this.TabComparisonFilter.Controls.Add(this.panel1);
     this.TabComparisonFilter.Controls.Add(this.panel2);
     this.TabComparisonFilter.Location = new System.Drawing.Point(4, 22);
     this.TabComparisonFilter.Name     = "TabComparisonFilter";
     this.TabComparisonFilter.Size     = new System.Drawing.Size(752, 518);
     this.TabComparisonFilter.TabIndex = 1;
     this.TabComparisonFilter.Text     = "Comparison Filter";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.buttonAddSeqItemAttr);
     this.panel1.Controls.Add(this.buttonAddAttr);
     this.panel1.Controls.Add(this.buttonRemoveAttr);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 430);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(752, 88);
     this.panel1.TabIndex = 6;
     //
     // buttonAddSeqItemAttr
     //
     this.buttonAddSeqItemAttr.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                               | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonAddSeqItemAttr.Location = new System.Drawing.Point(256, 24);
     this.buttonAddSeqItemAttr.Name     = "buttonAddSeqItemAttr";
     this.buttonAddSeqItemAttr.Size     = new System.Drawing.Size(176, 23);
     this.buttonAddSeqItemAttr.TabIndex = 6;
     this.buttonAddSeqItemAttr.Text     = "Add Sequence Item Attribute";
     this.buttonAddSeqItemAttr.Click   += new System.EventHandler(this.buttonAddSeqItemAttr_Click);
     //
     // buttonAddAttr
     //
     this.buttonAddAttr.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonAddAttr.Location = new System.Drawing.Point(104, 24);
     this.buttonAddAttr.Name     = "buttonAddAttr";
     this.buttonAddAttr.Size     = new System.Drawing.Size(104, 23);
     this.buttonAddAttr.TabIndex = 4;
     this.buttonAddAttr.Text     = "Add Attribute";
     this.buttonAddAttr.Click   += new System.EventHandler(this.buttonAddAttr_Click);
     //
     // buttonRemoveAttr
     //
     this.buttonRemoveAttr.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonRemoveAttr.Location = new System.Drawing.Point(464, 24);
     this.buttonRemoveAttr.Name     = "buttonRemoveAttr";
     this.buttonRemoveAttr.Size     = new System.Drawing.Size(152, 23);
     this.buttonRemoveAttr.TabIndex = 5;
     this.buttonRemoveAttr.Text     = "Remove Selected Attribute";
     this.buttonRemoveAttr.Click   += new System.EventHandler(this.buttonRemoveAttr_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.checkBoxFilterGroupLength);
     this.panel2.Controls.Add(this.listBoxFilterAttr);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(752, 432);
     this.panel2.TabIndex = 5;
     //
     // listBoxFilterAttr
     //
     this.listBoxFilterAttr.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.listBoxFilterAttr.Location = new System.Drawing.Point(0, 25);
     this.listBoxFilterAttr.Name     = "listBoxFilterAttr";
     this.listBoxFilterAttr.Size     = new System.Drawing.Size(752, 407);
     this.listBoxFilterAttr.TabIndex = 3;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(0, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(112, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Filter attributes List:";
     //
     // statusBarCompare
     //
     this.statusBarCompare.Location = new System.Drawing.Point(0, 544);
     this.statusBarCompare.Name     = "statusBarCompare";
     this.statusBarCompare.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this.statusBarPanel
     });
     this.statusBarCompare.ShowPanels = true;
     this.statusBarCompare.Size       = new System.Drawing.Size(760, 22);
     this.statusBarCompare.SizingGrip = false;
     this.statusBarCompare.TabIndex   = 1;
     //
     // statusBarPanel
     //
     this.statusBarPanel.Style = System.Windows.Forms.StatusBarPanelStyle.OwnerDraw;
     this.statusBarPanel.Width = 500;
     //
     // checkBoxFilterGroupLength
     //
     this.checkBoxFilterGroupLength.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxFilterGroupLength.Location        = new System.Drawing.Point(568, 0);
     this.checkBoxFilterGroupLength.Name            = "checkBoxFilterGroupLength";
     this.checkBoxFilterGroupLength.Size            = new System.Drawing.Size(176, 24);
     this.checkBoxFilterGroupLength.TabIndex        = 4;
     this.checkBoxFilterGroupLength.Text            = "Filter Group Length Attributes";
     this.checkBoxFilterGroupLength.CheckedChanged += new System.EventHandler(this.checkBoxFilterGroupLength_CheckedChanged);
     //
     // DCMCompareForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(760, 566);
     this.Controls.Add(this.TabControl);
     this.Controls.Add(this.statusBarCompare);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu          = this.mainMenu1;
     this.MinimumSize   = new System.Drawing.Size(760, 600);
     this.Name          = "DCMCompareForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "DCM Compare";
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.DCMCompareForm_Closing);
     this.Load         += new System.EventHandler(this.DCMCompareForm_Load);
     this.TabControl.ResumeLayout(false);
     this.TabCompareDetailResults.ResumeLayout(false);
     this.TabComparisonFilter.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 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(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);
 }
Exemplo n.º 6
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();
 }
Exemplo n.º 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModalityEmulator));
     this.mainMenuEmulator = new System.Windows.Forms.MainMenu(this.components);
     this.menuItemFile = new System.Windows.Forms.MenuItem();
     this.menuItemConfigSystem = new System.Windows.Forms.MenuItem();
     this.menuItemConfigEmulator = new System.Windows.Forms.MenuItem();
     this.menuItemExit = new System.Windows.Forms.MenuItem();
     this.menuItemHelp = new System.Windows.Forms.MenuItem();
     this.menuItemAbout = new System.Windows.Forms.MenuItem();
     this.tabControlEmulator = new System.Windows.Forms.TabControl();
     this.tabPageControl = new System.Windows.Forms.TabPage();
     this.groupBoxPACS = new System.Windows.Forms.GroupBox();
     this.labelPingPACS = new System.Windows.Forms.Label();
     this.labelEchoPACS = new System.Windows.Forms.Label();
     this.labelStoreCommit = new System.Windows.Forms.Label();
     this.labelStoreImage = new System.Windows.Forms.Label();
     this.buttonStorageCommit = new System.Windows.Forms.Button();
     this.labelPACS = new System.Windows.Forms.Label();
     this.labelHintPACS = new System.Windows.Forms.Label();
     this.buttonStoreImage = new System.Windows.Forms.Button();
     this.buttonEchoPACS = new System.Windows.Forms.Button();
     this.buttonPingPACS = new System.Windows.Forms.Button();
     this.pictureBoxPACS = new System.Windows.Forms.PictureBox();
     this.groupBoxRIS = new System.Windows.Forms.GroupBox();
     this.labelPingRIS = new System.Windows.Forms.Label();
     this.labelEchoRIS = new System.Windows.Forms.Label();
     this.labelMPPSMsg = new System.Windows.Forms.Label();
     this.labelReqWLM = new System.Windows.Forms.Label();
     this.labelRIS = new System.Windows.Forms.Label();
     this.labelHintRIS = new System.Windows.Forms.Label();
     this.buttonMPPSMsg = new System.Windows.Forms.Button();
     this.buttonReqWL = new System.Windows.Forms.Button();
     this.buttonEchoRIS = new System.Windows.Forms.Button();
     this.buttonPingRIS = new System.Windows.Forms.Button();
     this.pictureBoxRIS = new System.Windows.Forms.PictureBox();
     this.tabPageConfigSystems = new System.Windows.Forms.TabPage();
     this.groupBoxConfigMPPS = new System.Windows.Forms.GroupBox();
     this.textBoxMPPSPort = new System.Windows.Forms.MaskedTextBox();
     this.textBoxMPPSAETitle = new System.Windows.Forms.TextBox();
     this.textBoxMPPSIPAddress = new System.Windows.Forms.MaskedTextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.groupBoxConfigPACS = new System.Windows.Forms.GroupBox();
     this.textBoxPACSCommitAETitle = new System.Windows.Forms.TextBox();
     this.textBoxPACSCommitIPAddress = new System.Windows.Forms.MaskedTextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.textBoxPACSAETitle = new System.Windows.Forms.TextBox();
     this.textBoxPACSIPAddress = new System.Windows.Forms.MaskedTextBox();
     this.labelPACSPort = new System.Windows.Forms.Label();
     this.labelPACSAE = new System.Windows.Forms.Label();
     this.labelPACSIPAddress = new System.Windows.Forms.Label();
     this.groupBoxStorePACS = new System.Windows.Forms.GroupBox();
     this.textBoxPACSPort = new System.Windows.Forms.MaskedTextBox();
     this.groupBoxCommitPACS = new System.Windows.Forms.GroupBox();
     this.textBoxPACSCommitPort = new System.Windows.Forms.MaskedTextBox();
     this.groupBoxConfigRIS = new System.Windows.Forms.GroupBox();
     this.textBoxRISPort = new System.Windows.Forms.MaskedTextBox();
     this.textBoxRISAETitle = new System.Windows.Forms.TextBox();
     this.textBoxRISIPAddress = new System.Windows.Forms.MaskedTextBox();
     this.labelRISPort = new System.Windows.Forms.Label();
     this.labelRISAE = new System.Windows.Forms.Label();
     this.labelRISIPAddress = new System.Windows.Forms.Label();
     this.tabPageConfigEmulator = new System.Windows.Forms.TabPage();
     this.textBoxPort = new System.Windows.Forms.MaskedTextBox();
     this.textBoxTimeOut = new System.Windows.Forms.MaskedTextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.radioButtonDiff = new System.Windows.Forms.RadioButton();
     this.radioButtonSingle = new System.Windows.Forms.RadioButton();
     this.emulatorIPAddress = new System.Windows.Forms.ComboBox();
     this.buttonTS = new System.Windows.Forms.Button();
     this.label8 = new System.Windows.Forms.Label();
     this.textBoxSystemName = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.textBoxImplName = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.textBoxAETitle = new System.Windows.Forms.TextBox();
     this.textBoxImplUID = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.labelEmulatorAE = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.tabPageWLM = new System.Windows.Forms.TabPage();
     this.dcmEditorWLM = new DvtkApplicationLayer.UserInterfaces.DCMEditor();
     this.tabPageMPPSCreate = new System.Windows.Forms.TabPage();
     this.dcmEditorMPPSCreate = new DvtkApplicationLayer.UserInterfaces.DCMEditor();
     this.tabPageMPPSSet = new System.Windows.Forms.TabPage();
     this.dcmEditorMPPSSet = new DvtkApplicationLayer.UserInterfaces.DCMEditor();
     this.tabPageMPPSDiscontinued = new System.Windows.Forms.TabPage();
     this.dcmEditorDiscontinued = new DvtkApplicationLayer.UserInterfaces.DCMEditor();
     this.tabPageImageStorage = new System.Windows.Forms.TabPage();
     this.dcmEditorStorage = new DvtkApplicationLayer.UserInterfaces.DCMEditor();
     this.tabPageDummyPatient = new System.Windows.Forms.TabPage();
     this.dcmEditorDummyPatient = new DvtkApplicationLayer.UserInterfaces.DCMEditor();
     this.tabPageActivityLogging = new System.Windows.Forms.TabPage();
     this.tabPageResults = new System.Windows.Forms.TabPage();
     this.dvtkWebBrowserEmulator = new DvtkApplicationLayer.UserInterfaces.DvtkWebBrowserNew();
     this.toolBarEmulator = new System.Windows.Forms.ToolBar();
     this.toolBarButtonConfigEmulator = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonConfigSys = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonResults = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonLog = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonStop = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonSep = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonLeft = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonUp = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonright = new System.Windows.Forms.ToolBarButton();
     this.imageListEmulator = new System.Windows.Forms.ImageList(this.components);
     this.userControlActivityLoggingEmulator = new Dvtk.IheActors.UserInterfaces.UserControlActivityLogging();
     this.tabControlEmulator.SuspendLayout();
     this.tabPageControl.SuspendLayout();
     this.groupBoxPACS.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPACS)).BeginInit();
     this.groupBoxRIS.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRIS)).BeginInit();
     this.tabPageConfigSystems.SuspendLayout();
     this.groupBoxConfigMPPS.SuspendLayout();
     this.groupBoxConfigPACS.SuspendLayout();
     this.groupBoxStorePACS.SuspendLayout();
     this.groupBoxCommitPACS.SuspendLayout();
     this.groupBoxConfigRIS.SuspendLayout();
     this.tabPageConfigEmulator.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabPageWLM.SuspendLayout();
     this.tabPageMPPSCreate.SuspendLayout();
     this.tabPageMPPSSet.SuspendLayout();
     this.tabPageMPPSDiscontinued.SuspendLayout();
     this.tabPageImageStorage.SuspendLayout();
     this.tabPageDummyPatient.SuspendLayout();
     this.tabPageActivityLogging.SuspendLayout();
     this.tabPageResults.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenuEmulator
     //
     this.mainMenuEmulator.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemFile,
     this.menuItemHelp});
     //
     // menuItemFile
     //
     this.menuItemFile.Index = 0;
     this.menuItemFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemConfigSystem,
     this.menuItemConfigEmulator,
     this.menuItemExit});
     this.menuItemFile.Text = "&File";
     //
     // menuItemConfigSystem
     //
     this.menuItemConfigSystem.Index = 0;
     this.menuItemConfigSystem.Text = "Configure Systems";
     this.menuItemConfigSystem.Click += new System.EventHandler(this.menuItemConfigSystem_Click);
     //
     // menuItemConfigEmulator
     //
     this.menuItemConfigEmulator.Index = 1;
     this.menuItemConfigEmulator.Text = "Configure Emulator";
     this.menuItemConfigEmulator.Click += new System.EventHandler(this.menuItemConfigEmulator_Click);
     //
     // menuItemExit
     //
     this.menuItemExit.Index = 2;
     this.menuItemExit.Text = "&Exit";
     this.menuItemExit.Click += new System.EventHandler(this.menuItemExit_Click);
     //
     // menuItemHelp
     //
     this.menuItemHelp.Index = 1;
     this.menuItemHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemAbout});
     this.menuItemHelp.Text = "&Help";
     //
     // menuItemAbout
     //
     this.menuItemAbout.Index = 0;
     this.menuItemAbout.Text = "About Modality Emulator";
     this.menuItemAbout.Click += new System.EventHandler(this.menuItemAbout_Click);
     //
     // tabControlEmulator
     //
     this.tabControlEmulator.Controls.Add(this.tabPageControl);
     this.tabControlEmulator.Controls.Add(this.tabPageConfigSystems);
     this.tabControlEmulator.Controls.Add(this.tabPageConfigEmulator);
     this.tabControlEmulator.Controls.Add(this.tabPageWLM);
     this.tabControlEmulator.Controls.Add(this.tabPageMPPSCreate);
     this.tabControlEmulator.Controls.Add(this.tabPageMPPSSet);
     this.tabControlEmulator.Controls.Add(this.tabPageMPPSDiscontinued);
     this.tabControlEmulator.Controls.Add(this.tabPageImageStorage);
     this.tabControlEmulator.Controls.Add(this.tabPageDummyPatient);
     this.tabControlEmulator.Controls.Add(this.tabPageActivityLogging);
     this.tabControlEmulator.Controls.Add(this.tabPageResults);
     this.tabControlEmulator.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlEmulator.Location = new System.Drawing.Point(0, 28);
     this.tabControlEmulator.Name = "tabControlEmulator";
     this.tabControlEmulator.SelectedIndex = 0;
     this.tabControlEmulator.Size = new System.Drawing.Size(766, 469);
     this.tabControlEmulator.TabIndex = 1;
     //
     // tabPageControl
     //
     this.tabPageControl.Controls.Add(this.groupBoxPACS);
     this.tabPageControl.Controls.Add(this.groupBoxRIS);
     this.tabPageControl.Location = new System.Drawing.Point(4, 22);
     this.tabPageControl.Name = "tabPageControl";
     this.tabPageControl.Size = new System.Drawing.Size(758, 443);
     this.tabPageControl.TabIndex = 0;
     this.tabPageControl.Text = "Control";
     this.tabPageControl.UseVisualStyleBackColor = true;
     //
     // groupBoxPACS
     //
     this.groupBoxPACS.Controls.Add(this.labelPingPACS);
     this.groupBoxPACS.Controls.Add(this.labelEchoPACS);
     this.groupBoxPACS.Controls.Add(this.labelStoreCommit);
     this.groupBoxPACS.Controls.Add(this.labelStoreImage);
     this.groupBoxPACS.Controls.Add(this.buttonStorageCommit);
     this.groupBoxPACS.Controls.Add(this.labelPACS);
     this.groupBoxPACS.Controls.Add(this.labelHintPACS);
     this.groupBoxPACS.Controls.Add(this.buttonStoreImage);
     this.groupBoxPACS.Controls.Add(this.buttonEchoPACS);
     this.groupBoxPACS.Controls.Add(this.buttonPingPACS);
     this.groupBoxPACS.Controls.Add(this.pictureBoxPACS);
     this.groupBoxPACS.Location = new System.Drawing.Point(0, 240);
     this.groupBoxPACS.Name = "groupBoxPACS";
     this.groupBoxPACS.Size = new System.Drawing.Size(752, 216);
     this.groupBoxPACS.TabIndex = 1;
     this.groupBoxPACS.TabStop = false;
     this.groupBoxPACS.Text = "PACS/Workstation Systems";
     //
     // labelPingPACS
     //
     this.labelPingPACS.Location = new System.Drawing.Point(506, 24);
     this.labelPingPACS.Name = "labelPingPACS";
     this.labelPingPACS.Size = new System.Drawing.Size(240, 23);
     this.labelPingPACS.TabIndex = 23;
     //
     // labelEchoPACS
     //
     this.labelEchoPACS.Location = new System.Drawing.Point(507, 64);
     this.labelEchoPACS.Name = "labelEchoPACS";
     this.labelEchoPACS.Size = new System.Drawing.Size(237, 23);
     this.labelEchoPACS.TabIndex = 21;
     //
     // labelStoreCommit
     //
     this.labelStoreCommit.Location = new System.Drawing.Point(507, 141);
     this.labelStoreCommit.Name = "labelStoreCommit";
     this.labelStoreCommit.Size = new System.Drawing.Size(170, 32);
     this.labelStoreCommit.TabIndex = 20;
     //
     // labelStoreImage
     //
     this.labelStoreImage.Location = new System.Drawing.Point(507, 104);
     this.labelStoreImage.Name = "labelStoreImage";
     this.labelStoreImage.Size = new System.Drawing.Size(237, 23);
     this.labelStoreImage.TabIndex = 19;
     //
     // buttonStorageCommit
     //
     this.buttonStorageCommit.Location = new System.Drawing.Point(360, 144);
     this.buttonStorageCommit.Name = "buttonStorageCommit";
     this.buttonStorageCommit.Size = new System.Drawing.Size(136, 23);
     this.buttonStorageCommit.TabIndex = 15;
     this.buttonStorageCommit.Text = "Storage Commitment";
     this.buttonStorageCommit.Click += new System.EventHandler(this.buttonStorageCommit_Click);
     //
     // labelPACS
     //
     this.labelPACS.Location = new System.Drawing.Point(392, 178);
     this.labelPACS.Name = "labelPACS";
     this.labelPACS.Size = new System.Drawing.Size(352, 31);
     this.labelPACS.TabIndex = 14;
     //
     // labelHintPACS
     //
     this.labelHintPACS.Location = new System.Drawing.Point(362, 178);
     this.labelHintPACS.Name = "labelHintPACS";
     this.labelHintPACS.Size = new System.Drawing.Size(32, 16);
     this.labelHintPACS.TabIndex = 5;
     this.labelHintPACS.Text = "Hint:";
     //
     // buttonStoreImage
     //
     this.buttonStoreImage.Location = new System.Drawing.Point(360, 104);
     this.buttonStoreImage.Name = "buttonStoreImage";
     this.buttonStoreImage.Size = new System.Drawing.Size(136, 23);
     this.buttonStoreImage.TabIndex = 4;
     this.buttonStoreImage.Text = "Store Image";
     this.buttonStoreImage.Click += new System.EventHandler(this.buttonStoreImage_Click);
     //
     // buttonEchoPACS
     //
     this.buttonEchoPACS.Location = new System.Drawing.Point(360, 64);
     this.buttonEchoPACS.Name = "buttonEchoPACS";
     this.buttonEchoPACS.Size = new System.Drawing.Size(136, 23);
     this.buttonEchoPACS.TabIndex = 3;
     this.buttonEchoPACS.Text = "DICOM Echo";
     this.buttonEchoPACS.Click += new System.EventHandler(this.buttonEchoPACS_Click);
     //
     // buttonPingPACS
     //
     this.buttonPingPACS.Location = new System.Drawing.Point(360, 24);
     this.buttonPingPACS.Name = "buttonPingPACS";
     this.buttonPingPACS.Size = new System.Drawing.Size(136, 23);
     this.buttonPingPACS.TabIndex = 1;
     this.buttonPingPACS.Text = "Ping PACS/Workstation";
     this.buttonPingPACS.Click += new System.EventHandler(this.buttonPingPACS_Click);
     //
     // pictureBoxPACS
     //
     this.pictureBoxPACS.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxPACS.Image")));
     this.pictureBoxPACS.Location = new System.Drawing.Point(8, 16);
     this.pictureBoxPACS.Name = "pictureBoxPACS";
     this.pictureBoxPACS.Size = new System.Drawing.Size(339, 189);
     this.pictureBoxPACS.TabIndex = 0;
     this.pictureBoxPACS.TabStop = false;
     //
     // groupBoxRIS
     //
     this.groupBoxRIS.Controls.Add(this.labelPingRIS);
     this.groupBoxRIS.Controls.Add(this.labelEchoRIS);
     this.groupBoxRIS.Controls.Add(this.labelMPPSMsg);
     this.groupBoxRIS.Controls.Add(this.labelReqWLM);
     this.groupBoxRIS.Controls.Add(this.labelRIS);
     this.groupBoxRIS.Controls.Add(this.labelHintRIS);
     this.groupBoxRIS.Controls.Add(this.buttonMPPSMsg);
     this.groupBoxRIS.Controls.Add(this.buttonReqWL);
     this.groupBoxRIS.Controls.Add(this.buttonEchoRIS);
     this.groupBoxRIS.Controls.Add(this.buttonPingRIS);
     this.groupBoxRIS.Controls.Add(this.pictureBoxRIS);
     this.groupBoxRIS.Location = new System.Drawing.Point(0, 8);
     this.groupBoxRIS.Name = "groupBoxRIS";
     this.groupBoxRIS.Size = new System.Drawing.Size(752, 224);
     this.groupBoxRIS.TabIndex = 0;
     this.groupBoxRIS.TabStop = false;
     this.groupBoxRIS.Text = "RIS System";
     //
     // labelPingRIS
     //
     this.labelPingRIS.Location = new System.Drawing.Point(504, 24);
     this.labelPingRIS.Name = "labelPingRIS";
     this.labelPingRIS.Size = new System.Drawing.Size(240, 23);
     this.labelPingRIS.TabIndex = 19;
     //
     // labelEchoRIS
     //
     this.labelEchoRIS.Location = new System.Drawing.Point(504, 64);
     this.labelEchoRIS.Name = "labelEchoRIS";
     this.labelEchoRIS.Size = new System.Drawing.Size(240, 23);
     this.labelEchoRIS.TabIndex = 18;
     //
     // labelMPPSMsg
     //
     this.labelMPPSMsg.Location = new System.Drawing.Point(504, 144);
     this.labelMPPSMsg.Name = "labelMPPSMsg";
     this.labelMPPSMsg.Size = new System.Drawing.Size(240, 32);
     this.labelMPPSMsg.TabIndex = 17;
     //
     // labelReqWLM
     //
     this.labelReqWLM.Location = new System.Drawing.Point(504, 104);
     this.labelReqWLM.Name = "labelReqWLM";
     this.labelReqWLM.Size = new System.Drawing.Size(240, 23);
     this.labelReqWLM.TabIndex = 16;
     //
     // labelRIS
     //
     this.labelRIS.Location = new System.Drawing.Point(389, 179);
     this.labelRIS.Name = "labelRIS";
     this.labelRIS.Size = new System.Drawing.Size(355, 39);
     this.labelRIS.TabIndex = 11;
     //
     // labelHintRIS
     //
     this.labelHintRIS.Location = new System.Drawing.Point(360, 178);
     this.labelHintRIS.Name = "labelHintRIS";
     this.labelHintRIS.Size = new System.Drawing.Size(36, 16);
     this.labelHintRIS.TabIndex = 6;
     this.labelHintRIS.Text = "Hint:";
     //
     // buttonMPPSMsg
     //
     this.buttonMPPSMsg.Location = new System.Drawing.Point(360, 144);
     this.buttonMPPSMsg.Name = "buttonMPPSMsg";
     this.buttonMPPSMsg.Size = new System.Drawing.Size(136, 23);
     this.buttonMPPSMsg.TabIndex = 4;
     this.buttonMPPSMsg.Text = "Send MPPS Progress";
     this.buttonMPPSMsg.Click += new System.EventHandler(this.buttonMPPSMsg_Click);
     //
     // buttonReqWL
     //
     this.buttonReqWL.Location = new System.Drawing.Point(360, 104);
     this.buttonReqWL.Name = "buttonReqWL";
     this.buttonReqWL.Size = new System.Drawing.Size(136, 23);
     this.buttonReqWL.TabIndex = 3;
     this.buttonReqWL.Text = "Request Worklist";
     this.buttonReqWL.Click += new System.EventHandler(this.buttonReqWL_Click);
     //
     // buttonEchoRIS
     //
     this.buttonEchoRIS.Location = new System.Drawing.Point(360, 64);
     this.buttonEchoRIS.Name = "buttonEchoRIS";
     this.buttonEchoRIS.Size = new System.Drawing.Size(136, 23);
     this.buttonEchoRIS.TabIndex = 2;
     this.buttonEchoRIS.Text = "DICOM Echo";
     this.buttonEchoRIS.Click += new System.EventHandler(this.buttonEchoRIS_Click);
     //
     // buttonPingRIS
     //
     this.buttonPingRIS.Location = new System.Drawing.Point(360, 24);
     this.buttonPingRIS.Name = "buttonPingRIS";
     this.buttonPingRIS.Size = new System.Drawing.Size(136, 23);
     this.buttonPingRIS.TabIndex = 1;
     this.buttonPingRIS.Text = "Ping RIS";
     this.buttonPingRIS.Click += new System.EventHandler(this.buttonPingRIS_Click);
     //
     // pictureBoxRIS
     //
     this.pictureBoxRIS.BackColor = System.Drawing.SystemColors.Control;
     this.pictureBoxRIS.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxRIS.Image")));
     this.pictureBoxRIS.Location = new System.Drawing.Point(8, 16);
     this.pictureBoxRIS.Name = "pictureBoxRIS";
     this.pictureBoxRIS.Size = new System.Drawing.Size(339, 188);
     this.pictureBoxRIS.TabIndex = 0;
     this.pictureBoxRIS.TabStop = false;
     //
     // tabPageConfigSystems
     //
     this.tabPageConfigSystems.Controls.Add(this.groupBoxConfigMPPS);
     this.tabPageConfigSystems.Controls.Add(this.groupBoxConfigPACS);
     this.tabPageConfigSystems.Controls.Add(this.groupBoxConfigRIS);
     this.tabPageConfigSystems.Location = new System.Drawing.Point(4, 22);
     this.tabPageConfigSystems.Name = "tabPageConfigSystems";
     this.tabPageConfigSystems.Size = new System.Drawing.Size(758, 464);
     this.tabPageConfigSystems.TabIndex = 1;
     this.tabPageConfigSystems.Text = "Configure Remote Systems";
     this.tabPageConfigSystems.UseVisualStyleBackColor = true;
     //
     // groupBoxConfigMPPS
     //
     this.groupBoxConfigMPPS.Controls.Add(this.textBoxMPPSPort);
     this.groupBoxConfigMPPS.Controls.Add(this.textBoxMPPSAETitle);
     this.groupBoxConfigMPPS.Controls.Add(this.textBoxMPPSIPAddress);
     this.groupBoxConfigMPPS.Controls.Add(this.label5);
     this.groupBoxConfigMPPS.Controls.Add(this.label6);
     this.groupBoxConfigMPPS.Controls.Add(this.label7);
     this.groupBoxConfigMPPS.Location = new System.Drawing.Point(0, 158);
     this.groupBoxConfigMPPS.Name = "groupBoxConfigMPPS";
     this.groupBoxConfigMPPS.Size = new System.Drawing.Size(752, 144);
     this.groupBoxConfigMPPS.TabIndex = 1;
     this.groupBoxConfigMPPS.TabStop = false;
     this.groupBoxConfigMPPS.Text = "MPPS Manager";
     //
     // textBoxMPPSPort
     //
     this.textBoxMPPSPort.BeepOnError = true;
     this.textBoxMPPSPort.Location = new System.Drawing.Point(88, 60);
     this.textBoxMPPSPort.Name = "textBoxMPPSPort";
     this.textBoxMPPSPort.Size = new System.Drawing.Size(38, 20);
     this.textBoxMPPSPort.TabIndex = 6;
     this.textBoxMPPSPort.Text = "106";
     this.textBoxMPPSPort.TextChanged += new System.EventHandler(this.textBoxMPPSPort_TextChanged);
     //
     // textBoxMPPSAETitle
     //
     this.textBoxMPPSAETitle.Location = new System.Drawing.Point(88, 104);
     this.textBoxMPPSAETitle.Name = "textBoxMPPSAETitle";
     this.textBoxMPPSAETitle.Size = new System.Drawing.Size(142, 20);
     this.textBoxMPPSAETitle.TabIndex = 2;
     this.textBoxMPPSAETitle.Text = "MPPS";
     this.textBoxMPPSAETitle.TextChanged += new System.EventHandler(this.textBoxMPPSAETitle_TextChanged);
     //
     // textBoxMPPSIPAddress
     //
     this.textBoxMPPSIPAddress.Location = new System.Drawing.Point(88, 24);
     this.textBoxMPPSIPAddress.Name = "textBoxMPPSIPAddress";
     this.textBoxMPPSIPAddress.Size = new System.Drawing.Size(142, 20);
     this.textBoxMPPSIPAddress.TabIndex = 0;
     this.textBoxMPPSIPAddress.Text = "localhost";
     this.textBoxMPPSIPAddress.TextChanged += new System.EventHandler(this.textBoxMPPSIPAddress_TextChanged);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 64);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(72, 16);
     this.label5.TabIndex = 4;
     this.label5.Text = "Remote Port:";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(8, 104);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(72, 16);
     this.label6.TabIndex = 5;
     this.label6.Text = "AE Title:";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(8, 24);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(72, 16);
     this.label7.TabIndex = 3;
     this.label7.Text = "IP Address:";
     //
     // groupBoxConfigPACS
     //
     this.groupBoxConfigPACS.Controls.Add(this.textBoxPACSCommitAETitle);
     this.groupBoxConfigPACS.Controls.Add(this.textBoxPACSCommitIPAddress);
     this.groupBoxConfigPACS.Controls.Add(this.label9);
     this.groupBoxConfigPACS.Controls.Add(this.label10);
     this.groupBoxConfigPACS.Controls.Add(this.label11);
     this.groupBoxConfigPACS.Controls.Add(this.textBoxPACSAETitle);
     this.groupBoxConfigPACS.Controls.Add(this.textBoxPACSIPAddress);
     this.groupBoxConfigPACS.Controls.Add(this.labelPACSPort);
     this.groupBoxConfigPACS.Controls.Add(this.labelPACSAE);
     this.groupBoxConfigPACS.Controls.Add(this.labelPACSIPAddress);
     this.groupBoxConfigPACS.Controls.Add(this.groupBoxStorePACS);
     this.groupBoxConfigPACS.Controls.Add(this.groupBoxCommitPACS);
     this.groupBoxConfigPACS.Location = new System.Drawing.Point(0, 309);
     this.groupBoxConfigPACS.Name = "groupBoxConfigPACS";
     this.groupBoxConfigPACS.Size = new System.Drawing.Size(752, 145);
     this.groupBoxConfigPACS.TabIndex = 2;
     this.groupBoxConfigPACS.TabStop = false;
     this.groupBoxConfigPACS.Text = "PACS/Workstation Systems";
     //
     // textBoxPACSCommitAETitle
     //
     this.textBoxPACSCommitAETitle.Location = new System.Drawing.Point(461, 110);
     this.textBoxPACSCommitAETitle.Name = "textBoxPACSCommitAETitle";
     this.textBoxPACSCommitAETitle.Size = new System.Drawing.Size(137, 20);
     this.textBoxPACSCommitAETitle.TabIndex = 8;
     this.textBoxPACSCommitAETitle.Text = "PACS";
     this.textBoxPACSCommitAETitle.TextChanged += new System.EventHandler(this.textBoxPACSCommitAETitle_TextChanged);
     //
     // textBoxPACSCommitIPAddress
     //
     this.textBoxPACSCommitIPAddress.Location = new System.Drawing.Point(461, 30);
     this.textBoxPACSCommitIPAddress.Name = "textBoxPACSCommitIPAddress";
     this.textBoxPACSCommitIPAddress.Size = new System.Drawing.Size(137, 20);
     this.textBoxPACSCommitIPAddress.TabIndex = 6;
     this.textBoxPACSCommitIPAddress.Text = "localhost";
     this.textBoxPACSCommitIPAddress.TextChanged += new System.EventHandler(this.textBoxPACSCommitIPAddress_TextChanged);
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(381, 70);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(72, 16);
     this.label9.TabIndex = 10;
     this.label9.Text = "Remote Port:";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(383, 110);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(72, 16);
     this.label10.TabIndex = 11;
     this.label10.Text = "AE Title:";
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(382, 30);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(72, 16);
     this.label11.TabIndex = 9;
     this.label11.Text = "IP Address:";
     //
     // textBoxPACSAETitle
     //
     this.textBoxPACSAETitle.Location = new System.Drawing.Point(88, 110);
     this.textBoxPACSAETitle.Name = "textBoxPACSAETitle";
     this.textBoxPACSAETitle.Size = new System.Drawing.Size(142, 20);
     this.textBoxPACSAETitle.TabIndex = 2;
     this.textBoxPACSAETitle.Text = "PACS";
     this.textBoxPACSAETitle.TextChanged += new System.EventHandler(this.textBoxPACSAETitle_TextChanged);
     //
     // textBoxPACSIPAddress
     //
     this.textBoxPACSIPAddress.Location = new System.Drawing.Point(88, 30);
     this.textBoxPACSIPAddress.Name = "textBoxPACSIPAddress";
     this.textBoxPACSIPAddress.Size = new System.Drawing.Size(142, 20);
     this.textBoxPACSIPAddress.TabIndex = 0;
     this.textBoxPACSIPAddress.Text = "localhost";
     this.textBoxPACSIPAddress.TextChanged += new System.EventHandler(this.textBoxPACSIPAddress_TextChanged);
     //
     // labelPACSPort
     //
     this.labelPACSPort.Location = new System.Drawing.Point(8, 70);
     this.labelPACSPort.Name = "labelPACSPort";
     this.labelPACSPort.Size = new System.Drawing.Size(72, 16);
     this.labelPACSPort.TabIndex = 4;
     this.labelPACSPort.Text = "Remote Port:";
     //
     // labelPACSAE
     //
     this.labelPACSAE.Location = new System.Drawing.Point(8, 110);
     this.labelPACSAE.Name = "labelPACSAE";
     this.labelPACSAE.Size = new System.Drawing.Size(72, 16);
     this.labelPACSAE.TabIndex = 5;
     this.labelPACSAE.Text = "AE Title:";
     //
     // labelPACSIPAddress
     //
     this.labelPACSIPAddress.Location = new System.Drawing.Point(8, 30);
     this.labelPACSIPAddress.Name = "labelPACSIPAddress";
     this.labelPACSIPAddress.Size = new System.Drawing.Size(72, 16);
     this.labelPACSIPAddress.TabIndex = 3;
     this.labelPACSIPAddress.Text = "IP Address:";
     //
     // groupBoxStorePACS
     //
     this.groupBoxStorePACS.Controls.Add(this.textBoxPACSPort);
     this.groupBoxStorePACS.Location = new System.Drawing.Point(6, 13);
     this.groupBoxStorePACS.Name = "groupBoxStorePACS";
     this.groupBoxStorePACS.Size = new System.Drawing.Size(362, 128);
     this.groupBoxStorePACS.TabIndex = 12;
     this.groupBoxStorePACS.TabStop = false;
     this.groupBoxStorePACS.Text = "Storage Config";
     //
     // textBoxPACSPort
     //
     this.textBoxPACSPort.BeepOnError = true;
     this.textBoxPACSPort.Location = new System.Drawing.Point(82, 57);
     this.textBoxPACSPort.Name = "textBoxPACSPort";
     this.textBoxPACSPort.Size = new System.Drawing.Size(38, 20);
     this.textBoxPACSPort.TabIndex = 0;
     this.textBoxPACSPort.Text = "107";
     this.textBoxPACSPort.TextChanged += new System.EventHandler(this.textBoxPACSPort_TextChanged);
     //
     // groupBoxCommitPACS
     //
     this.groupBoxCommitPACS.Controls.Add(this.textBoxPACSCommitPort);
     this.groupBoxCommitPACS.Location = new System.Drawing.Point(374, 13);
     this.groupBoxCommitPACS.Name = "groupBoxCommitPACS";
     this.groupBoxCommitPACS.Size = new System.Drawing.Size(372, 128);
     this.groupBoxCommitPACS.TabIndex = 13;
     this.groupBoxCommitPACS.TabStop = false;
     this.groupBoxCommitPACS.Text = "Store Commit Config";
     //
     // textBoxPACSCommitPort
     //
     this.textBoxPACSCommitPort.BeepOnError = true;
     this.textBoxPACSCommitPort.Location = new System.Drawing.Point(87, 54);
     this.textBoxPACSCommitPort.Name = "textBoxPACSCommitPort";
     this.textBoxPACSCommitPort.Size = new System.Drawing.Size(41, 20);
     this.textBoxPACSCommitPort.TabIndex = 0;
     this.textBoxPACSCommitPort.Text = "107";
     this.textBoxPACSCommitPort.TextChanged += new System.EventHandler(this.textBoxPACSCommitPort_TextChanged);
     //
     // groupBoxConfigRIS
     //
     this.groupBoxConfigRIS.Controls.Add(this.textBoxRISPort);
     this.groupBoxConfigRIS.Controls.Add(this.textBoxRISAETitle);
     this.groupBoxConfigRIS.Controls.Add(this.textBoxRISIPAddress);
     this.groupBoxConfigRIS.Controls.Add(this.labelRISPort);
     this.groupBoxConfigRIS.Controls.Add(this.labelRISAE);
     this.groupBoxConfigRIS.Controls.Add(this.labelRISIPAddress);
     this.groupBoxConfigRIS.Location = new System.Drawing.Point(0, 6);
     this.groupBoxConfigRIS.Name = "groupBoxConfigRIS";
     this.groupBoxConfigRIS.Size = new System.Drawing.Size(752, 144);
     this.groupBoxConfigRIS.TabIndex = 0;
     this.groupBoxConfigRIS.TabStop = false;
     this.groupBoxConfigRIS.Text = "RIS System";
     //
     // textBoxRISPort
     //
     this.textBoxRISPort.BeepOnError = true;
     this.textBoxRISPort.Location = new System.Drawing.Point(88, 60);
     this.textBoxRISPort.Name = "textBoxRISPort";
     this.textBoxRISPort.Size = new System.Drawing.Size(38, 20);
     this.textBoxRISPort.TabIndex = 6;
     this.textBoxRISPort.Text = "105";
     this.textBoxRISPort.TextChanged += new System.EventHandler(this.textBoxRISPort_TextChanged);
     //
     // textBoxRISAETitle
     //
     this.textBoxRISAETitle.Location = new System.Drawing.Point(88, 104);
     this.textBoxRISAETitle.Name = "textBoxRISAETitle";
     this.textBoxRISAETitle.Size = new System.Drawing.Size(142, 20);
     this.textBoxRISAETitle.TabIndex = 2;
     this.textBoxRISAETitle.Text = "RIS";
     this.textBoxRISAETitle.TextChanged += new System.EventHandler(this.textBoxRISAETitle_TextChanged);
     //
     // textBoxRISIPAddress
     //
     this.textBoxRISIPAddress.Location = new System.Drawing.Point(88, 24);
     this.textBoxRISIPAddress.Name = "textBoxRISIPAddress";
     this.textBoxRISIPAddress.Size = new System.Drawing.Size(142, 20);
     this.textBoxRISIPAddress.TabIndex = 0;
     this.textBoxRISIPAddress.Text = "localhost";
     this.textBoxRISIPAddress.TextChanged += new System.EventHandler(this.textBoxRISIPAddress_TextChanged);
     //
     // labelRISPort
     //
     this.labelRISPort.Location = new System.Drawing.Point(8, 64);
     this.labelRISPort.Name = "labelRISPort";
     this.labelRISPort.Size = new System.Drawing.Size(72, 16);
     this.labelRISPort.TabIndex = 4;
     this.labelRISPort.Text = "Remote Port:";
     //
     // labelRISAE
     //
     this.labelRISAE.Location = new System.Drawing.Point(8, 104);
     this.labelRISAE.Name = "labelRISAE";
     this.labelRISAE.Size = new System.Drawing.Size(72, 16);
     this.labelRISAE.TabIndex = 5;
     this.labelRISAE.Text = "AE Title:";
     //
     // labelRISIPAddress
     //
     this.labelRISIPAddress.Location = new System.Drawing.Point(8, 24);
     this.labelRISIPAddress.Name = "labelRISIPAddress";
     this.labelRISIPAddress.Size = new System.Drawing.Size(72, 16);
     this.labelRISIPAddress.TabIndex = 3;
     this.labelRISIPAddress.Text = "IP Address:";
     //
     // tabPageConfigEmulator
     //
     this.tabPageConfigEmulator.Controls.Add(this.textBoxPort);
     this.tabPageConfigEmulator.Controls.Add(this.textBoxTimeOut);
     this.tabPageConfigEmulator.Controls.Add(this.label12);
     this.tabPageConfigEmulator.Controls.Add(this.groupBox1);
     this.tabPageConfigEmulator.Controls.Add(this.emulatorIPAddress);
     this.tabPageConfigEmulator.Controls.Add(this.buttonTS);
     this.tabPageConfigEmulator.Controls.Add(this.label8);
     this.tabPageConfigEmulator.Controls.Add(this.textBoxSystemName);
     this.tabPageConfigEmulator.Controls.Add(this.label4);
     this.tabPageConfigEmulator.Controls.Add(this.textBoxImplName);
     this.tabPageConfigEmulator.Controls.Add(this.label2);
     this.tabPageConfigEmulator.Controls.Add(this.textBoxAETitle);
     this.tabPageConfigEmulator.Controls.Add(this.textBoxImplUID);
     this.tabPageConfigEmulator.Controls.Add(this.label1);
     this.tabPageConfigEmulator.Controls.Add(this.labelEmulatorAE);
     this.tabPageConfigEmulator.Controls.Add(this.label3);
     this.tabPageConfigEmulator.Location = new System.Drawing.Point(4, 22);
     this.tabPageConfigEmulator.Name = "tabPageConfigEmulator";
     this.tabPageConfigEmulator.Size = new System.Drawing.Size(758, 464);
     this.tabPageConfigEmulator.TabIndex = 2;
     this.tabPageConfigEmulator.Text = "Configure Emulator";
     this.tabPageConfigEmulator.UseVisualStyleBackColor = true;
     //
     // textBoxPort
     //
     this.textBoxPort.BeepOnError = true;
     this.textBoxPort.Location = new System.Drawing.Point(167, 220);
     this.textBoxPort.Name = "textBoxPort";
     this.textBoxPort.Size = new System.Drawing.Size(44, 20);
     this.textBoxPort.TabIndex = 30;
     this.textBoxPort.Text = "104";
     this.textBoxPort.TextChanged += new System.EventHandler(this.textBoxPort_TextChanged);
     //
     // textBoxTimeOut
     //
     this.textBoxTimeOut.BeepOnError = true;
     this.textBoxTimeOut.Location = new System.Drawing.Point(296, 396);
     this.textBoxTimeOut.Mask = "00";
     this.textBoxTimeOut.Name = "textBoxTimeOut";
     this.textBoxTimeOut.Size = new System.Drawing.Size(29, 20);
     this.textBoxTimeOut.TabIndex = 29;
     this.textBoxTimeOut.Text = "1";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(18, 399);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(258, 13);
     this.label12.TabIndex = 28;
     this.label12.Text = "Wait time for N-EVENT-REPORT from PACS (in sec):";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radioButtonDiff);
     this.groupBox1.Controls.Add(this.radioButtonSingle);
     this.groupBox1.Location = new System.Drawing.Point(11, 261);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(314, 107);
     this.groupBox1.TabIndex = 25;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Storage Commit Mode";
     //
     // radioButtonDiff
     //
     this.radioButtonDiff.AutoSize = true;
     this.radioButtonDiff.Location = new System.Drawing.Point(26, 71);
     this.radioButtonDiff.Name = "radioButtonDiff";
     this.radioButtonDiff.Size = new System.Drawing.Size(231, 17);
     this.radioButtonDiff.TabIndex = 1;
     this.radioButtonDiff.Text = "In Different Association (Async commitment)";
     this.radioButtonDiff.UseVisualStyleBackColor = true;
     this.radioButtonDiff.CheckedChanged += new System.EventHandler(this.radioButtonDiff_CheckedChanged);
     //
     // radioButtonSingle
     //
     this.radioButtonSingle.AutoSize = true;
     this.radioButtonSingle.Checked = true;
     this.radioButtonSingle.Location = new System.Drawing.Point(26, 30);
     this.radioButtonSingle.Name = "radioButtonSingle";
     this.radioButtonSingle.Size = new System.Drawing.Size(215, 17);
     this.radioButtonSingle.TabIndex = 0;
     this.radioButtonSingle.TabStop = true;
     this.radioButtonSingle.Text = "In Single Association (Sync commitment)";
     this.radioButtonSingle.UseVisualStyleBackColor = true;
     this.radioButtonSingle.CheckedChanged += new System.EventHandler(this.radioButtonSingle_CheckedChanged);
     //
     // emulatorIPAddress
     //
     this.emulatorIPAddress.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.emulatorIPAddress.FormattingEnabled = true;
     this.emulatorIPAddress.Location = new System.Drawing.Point(168, 176);
     this.emulatorIPAddress.Name = "emulatorIPAddress";
     this.emulatorIPAddress.Size = new System.Drawing.Size(157, 21);
     this.emulatorIPAddress.TabIndex = 24;
     //
     // buttonTS
     //
     this.buttonTS.Location = new System.Drawing.Point(401, 220);
     this.buttonTS.Name = "buttonTS";
     this.buttonTS.Size = new System.Drawing.Size(170, 23);
     this.buttonTS.TabIndex = 23;
     this.buttonTS.Text = "Specify TS for Storage Commit";
     this.buttonTS.Visible = false;
     this.buttonTS.Click += new System.EventHandler(this.buttonTS_Click);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8, 176);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(100, 16);
     this.label8.TabIndex = 10;
     this.label8.Text = "Local IP Address:";
     //
     // textBoxSystemName
     //
     this.textBoxSystemName.Location = new System.Drawing.Point(168, 16);
     this.textBoxSystemName.Name = "textBoxSystemName";
     this.textBoxSystemName.Size = new System.Drawing.Size(157, 20);
     this.textBoxSystemName.TabIndex = 0;
     this.textBoxSystemName.Text = "Modality";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 16);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(96, 16);
     this.label4.TabIndex = 6;
     this.label4.Text = "System Name:";
     //
     // textBoxImplName
     //
     this.textBoxImplName.Location = new System.Drawing.Point(168, 136);
     this.textBoxImplName.Name = "textBoxImplName";
     this.textBoxImplName.ReadOnly = true;
     this.textBoxImplName.Size = new System.Drawing.Size(157, 20);
     this.textBoxImplName.TabIndex = 3;
     this.textBoxImplName.Text = "ModalityEmulator";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 136);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(160, 16);
     this.label2.TabIndex = 9;
     this.label2.Text = "Implementation Version Name:";
     //
     // textBoxAETitle
     //
     this.textBoxAETitle.Location = new System.Drawing.Point(168, 56);
     this.textBoxAETitle.Name = "textBoxAETitle";
     this.textBoxAETitle.Size = new System.Drawing.Size(157, 20);
     this.textBoxAETitle.TabIndex = 1;
     this.textBoxAETitle.Text = "MODALITY";
     //
     // textBoxImplUID
     //
     this.textBoxImplUID.Location = new System.Drawing.Point(168, 96);
     this.textBoxImplUID.Name = "textBoxImplUID";
     this.textBoxImplUID.ReadOnly = true;
     this.textBoxImplUID.Size = new System.Drawing.Size(157, 20);
     this.textBoxImplUID.TabIndex = 2;
     this.textBoxImplUID.Text = "1.2.826.0.1.3680043.2.1545.6";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 216);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(134, 20);
     this.label1.TabIndex = 11;
     this.label1.Text = "Listen Port:";
     //
     // labelEmulatorAE
     //
     this.labelEmulatorAE.Location = new System.Drawing.Point(8, 56);
     this.labelEmulatorAE.Name = "labelEmulatorAE";
     this.labelEmulatorAE.Size = new System.Drawing.Size(72, 16);
     this.labelEmulatorAE.TabIndex = 7;
     this.labelEmulatorAE.Text = "AE Title:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 96);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(144, 16);
     this.label3.TabIndex = 8;
     this.label3.Text = "Implementation Class UID:";
     //
     // tabPageWLM
     //
     this.tabPageWLM.Controls.Add(this.dcmEditorWLM);
     this.tabPageWLM.Location = new System.Drawing.Point(4, 22);
     this.tabPageWLM.Name = "tabPageWLM";
     this.tabPageWLM.Size = new System.Drawing.Size(758, 464);
     this.tabPageWLM.TabIndex = 3;
     this.tabPageWLM.Text = "Worklist Query";
     this.tabPageWLM.UseVisualStyleBackColor = true;
     //
     // dcmEditorWLM
     //
     this.dcmEditorWLM.AutoScroll = true;
     this.dcmEditorWLM.DCMFile = "";
     this.dcmEditorWLM.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dcmEditorWLM.Location = new System.Drawing.Point(0, 0);
     this.dcmEditorWLM.Name = "dcmEditorWLM";
     this.dcmEditorWLM.Size = new System.Drawing.Size(758, 464);
     this.dcmEditorWLM.TabIndex = 0;
     //
     // tabPageMPPSCreate
     //
     this.tabPageMPPSCreate.Controls.Add(this.dcmEditorMPPSCreate);
     this.tabPageMPPSCreate.Location = new System.Drawing.Point(4, 22);
     this.tabPageMPPSCreate.Name = "tabPageMPPSCreate";
     this.tabPageMPPSCreate.Size = new System.Drawing.Size(758, 464);
     this.tabPageMPPSCreate.TabIndex = 4;
     this.tabPageMPPSCreate.Text = "MPPS-Progress";
     this.tabPageMPPSCreate.UseVisualStyleBackColor = true;
     //
     // dcmEditorMPPSCreate
     //
     this.dcmEditorMPPSCreate.AutoScroll = true;
     this.dcmEditorMPPSCreate.DCMFile = "";
     this.dcmEditorMPPSCreate.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dcmEditorMPPSCreate.Location = new System.Drawing.Point(0, 0);
     this.dcmEditorMPPSCreate.Name = "dcmEditorMPPSCreate";
     this.dcmEditorMPPSCreate.Size = new System.Drawing.Size(758, 464);
     this.dcmEditorMPPSCreate.TabIndex = 0;
     //
     // tabPageMPPSSet
     //
     this.tabPageMPPSSet.Controls.Add(this.dcmEditorMPPSSet);
     this.tabPageMPPSSet.Location = new System.Drawing.Point(4, 22);
     this.tabPageMPPSSet.Name = "tabPageMPPSSet";
     this.tabPageMPPSSet.Size = new System.Drawing.Size(758, 464);
     this.tabPageMPPSSet.TabIndex = 5;
     this.tabPageMPPSSet.Text = "MPPS-Completed";
     this.tabPageMPPSSet.UseVisualStyleBackColor = true;
     //
     // dcmEditorMPPSSet
     //
     this.dcmEditorMPPSSet.AutoScroll = true;
     this.dcmEditorMPPSSet.DCMFile = "";
     this.dcmEditorMPPSSet.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dcmEditorMPPSSet.Location = new System.Drawing.Point(0, 0);
     this.dcmEditorMPPSSet.Name = "dcmEditorMPPSSet";
     this.dcmEditorMPPSSet.Size = new System.Drawing.Size(758, 464);
     this.dcmEditorMPPSSet.TabIndex = 0;
     //
     // tabPageMPPSDiscontinued
     //
     this.tabPageMPPSDiscontinued.Controls.Add(this.dcmEditorDiscontinued);
     this.tabPageMPPSDiscontinued.Location = new System.Drawing.Point(4, 22);
     this.tabPageMPPSDiscontinued.Name = "tabPageMPPSDiscontinued";
     this.tabPageMPPSDiscontinued.Size = new System.Drawing.Size(758, 464);
     this.tabPageMPPSDiscontinued.TabIndex = 10;
     this.tabPageMPPSDiscontinued.Text = "MPPS-Discontinued";
     this.tabPageMPPSDiscontinued.UseVisualStyleBackColor = true;
     //
     // dcmEditorDiscontinued
     //
     this.dcmEditorDiscontinued.AutoScroll = true;
     this.dcmEditorDiscontinued.DCMFile = "";
     this.dcmEditorDiscontinued.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dcmEditorDiscontinued.Location = new System.Drawing.Point(0, 0);
     this.dcmEditorDiscontinued.Name = "dcmEditorDiscontinued";
     this.dcmEditorDiscontinued.Size = new System.Drawing.Size(758, 464);
     this.dcmEditorDiscontinued.TabIndex = 0;
     //
     // tabPageImageStorage
     //
     this.tabPageImageStorage.Controls.Add(this.dcmEditorStorage);
     this.tabPageImageStorage.Location = new System.Drawing.Point(4, 22);
     this.tabPageImageStorage.Name = "tabPageImageStorage";
     this.tabPageImageStorage.Size = new System.Drawing.Size(758, 464);
     this.tabPageImageStorage.TabIndex = 6;
     this.tabPageImageStorage.Text = "Image Storage";
     this.tabPageImageStorage.UseVisualStyleBackColor = true;
     //
     // dcmEditorStorage
     //
     this.dcmEditorStorage.AutoScroll = true;
     this.dcmEditorStorage.DCMFile = "";
     this.dcmEditorStorage.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dcmEditorStorage.Location = new System.Drawing.Point(0, 0);
     this.dcmEditorStorage.Name = "dcmEditorStorage";
     this.dcmEditorStorage.Size = new System.Drawing.Size(758, 464);
     this.dcmEditorStorage.TabIndex = 0;
     //
     // tabPageDummyPatient
     //
     this.tabPageDummyPatient.Controls.Add(this.dcmEditorDummyPatient);
     this.tabPageDummyPatient.Location = new System.Drawing.Point(4, 22);
     this.tabPageDummyPatient.Name = "tabPageDummyPatient";
     this.tabPageDummyPatient.Size = new System.Drawing.Size(758, 464);
     this.tabPageDummyPatient.TabIndex = 9;
     this.tabPageDummyPatient.Text = "Dummy Patient";
     this.tabPageDummyPatient.UseVisualStyleBackColor = true;
     //
     // dcmEditorDummyPatient
     //
     this.dcmEditorDummyPatient.AutoScroll = true;
     this.dcmEditorDummyPatient.DCMFile = "";
     this.dcmEditorDummyPatient.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dcmEditorDummyPatient.Location = new System.Drawing.Point(0, 0);
     this.dcmEditorDummyPatient.Name = "dcmEditorDummyPatient";
     this.dcmEditorDummyPatient.Size = new System.Drawing.Size(758, 464);
     this.dcmEditorDummyPatient.TabIndex = 0;
     //
     // tabPageActivityLogging
     //
     this.tabPageActivityLogging.Controls.Add(this.userControlActivityLoggingEmulator);
     this.tabPageActivityLogging.Location = new System.Drawing.Point(4, 22);
     this.tabPageActivityLogging.Name = "tabPageActivityLogging";
     this.tabPageActivityLogging.Size = new System.Drawing.Size(758, 464);
     this.tabPageActivityLogging.TabIndex = 8;
     this.tabPageActivityLogging.Text = "Activity Logging";
     this.tabPageActivityLogging.UseVisualStyleBackColor = true;
     //
     // tabPageResults
     //
     this.tabPageResults.Controls.Add(this.dvtkWebBrowserEmulator);
     this.tabPageResults.Location = new System.Drawing.Point(4, 22);
     this.tabPageResults.Name = "tabPageResults";
     this.tabPageResults.Size = new System.Drawing.Size(758, 464);
     this.tabPageResults.TabIndex = 7;
     this.tabPageResults.Text = "Final Result";
     this.tabPageResults.UseVisualStyleBackColor = true;
     //
     // dvtkWebBrowserEmulator
     //
     this.dvtkWebBrowserEmulator.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dvtkWebBrowserEmulator.Location = new System.Drawing.Point(0, 0);
     this.dvtkWebBrowserEmulator.Name = "dvtkWebBrowserEmulator";
     this.dvtkWebBrowserEmulator.Size = new System.Drawing.Size(758, 464);
     this.dvtkWebBrowserEmulator.TabIndex = 0;
     this.dvtkWebBrowserEmulator.XmlStyleSheetFullFileName = "";
     //
     // toolBarEmulator
     //
     this.toolBarEmulator.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarEmulator.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.toolBarButtonConfigEmulator,
     this.toolBarButtonConfigSys,
     this.toolBarButtonResults,
     this.toolBarButtonLog,
     this.toolBarButtonStop,
     this.toolBarButtonSep,
     this.toolBarButtonLeft,
     this.toolBarButtonUp,
     this.toolBarButtonright});
     this.toolBarEmulator.ButtonSize = new System.Drawing.Size(39, 22);
     this.toolBarEmulator.DropDownArrows = true;
     this.toolBarEmulator.ImageList = this.imageListEmulator;
     this.toolBarEmulator.Location = new System.Drawing.Point(0, 0);
     this.toolBarEmulator.Name = "toolBarEmulator";
     this.toolBarEmulator.ShowToolTips = true;
     this.toolBarEmulator.Size = new System.Drawing.Size(766, 28);
     this.toolBarEmulator.TabIndex = 1;
     this.toolBarEmulator.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarEmulator_ButtonClick);
     //
     // toolBarButtonConfigEmulator
     //
     this.toolBarButtonConfigEmulator.ImageIndex = 7;
     this.toolBarButtonConfigEmulator.Name = "toolBarButtonConfigEmulator";
     this.toolBarButtonConfigEmulator.ToolTipText = "Configure Emulator";
     //
     // toolBarButtonConfigSys
     //
     this.toolBarButtonConfigSys.ImageIndex = 3;
     this.toolBarButtonConfigSys.Name = "toolBarButtonConfigSys";
     this.toolBarButtonConfigSys.ToolTipText = "Configure Systems";
     //
     // toolBarButtonResults
     //
     this.toolBarButtonResults.Enabled = false;
     this.toolBarButtonResults.ImageIndex = 4;
     this.toolBarButtonResults.Name = "toolBarButtonResults";
     this.toolBarButtonResults.ToolTipText = "Display results";
     //
     // toolBarButtonLog
     //
     this.toolBarButtonLog.ImageIndex = 5;
     this.toolBarButtonLog.Name = "toolBarButtonLog";
     this.toolBarButtonLog.ToolTipText = "Show logging";
     //
     // toolBarButtonStop
     //
     this.toolBarButtonStop.Enabled = false;
     this.toolBarButtonStop.ImageIndex = 6;
     this.toolBarButtonStop.Name = "toolBarButtonStop";
     this.toolBarButtonStop.ToolTipText = "Stop emulator";
     //
     // toolBarButtonSep
     //
     this.toolBarButtonSep.Name = "toolBarButtonSep";
     this.toolBarButtonSep.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButtonLeft
     //
     this.toolBarButtonLeft.Enabled = false;
     this.toolBarButtonLeft.ImageIndex = 0;
     this.toolBarButtonLeft.Name = "toolBarButtonLeft";
     this.toolBarButtonLeft.ToolTipText = "Go back";
     //
     // toolBarButtonUp
     //
     this.toolBarButtonUp.Enabled = false;
     this.toolBarButtonUp.ImageIndex = 2;
     this.toolBarButtonUp.Name = "toolBarButtonUp";
     this.toolBarButtonUp.ToolTipText = "Go to top";
     //
     // toolBarButtonright
     //
     this.toolBarButtonright.Enabled = false;
     this.toolBarButtonright.ImageIndex = 1;
     this.toolBarButtonright.Name = "toolBarButtonright";
     this.toolBarButtonright.ToolTipText = "Go forward";
     //
     // imageListEmulator
     //
     this.imageListEmulator.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListEmulator.ImageStream")));
     this.imageListEmulator.TransparentColor = System.Drawing.Color.Transparent;
     this.imageListEmulator.Images.SetKeyName(0, "");
     this.imageListEmulator.Images.SetKeyName(1, "");
     this.imageListEmulator.Images.SetKeyName(2, "");
     this.imageListEmulator.Images.SetKeyName(3, "");
     this.imageListEmulator.Images.SetKeyName(4, "");
     this.imageListEmulator.Images.SetKeyName(5, "");
     this.imageListEmulator.Images.SetKeyName(6, "");
     this.imageListEmulator.Images.SetKeyName(7, "");
     //
     // userControlActivityLoggingEmulator
     //
     this.userControlActivityLoggingEmulator.Dock = System.Windows.Forms.DockStyle.Fill;
     this.userControlActivityLoggingEmulator.Interval = 250;
     this.userControlActivityLoggingEmulator.Location = new System.Drawing.Point(0, 0);
     this.userControlActivityLoggingEmulator.Name = "userControlActivityLoggingEmulator";
     this.userControlActivityLoggingEmulator.Size = new System.Drawing.Size(758, 464);
     this.userControlActivityLoggingEmulator.TabIndex = 0;
     //
     // ModalityEmulator
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(766, 497);
     this.Controls.Add(this.tabControlEmulator);
     this.Controls.Add(this.toolBarEmulator);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.mainMenuEmulator;
     this.Name = "ModalityEmulator";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Modality Emulator";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.ModalityEmulator_Closing);
     this.tabControlEmulator.ResumeLayout(false);
     this.tabPageControl.ResumeLayout(false);
     this.groupBoxPACS.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPACS)).EndInit();
     this.groupBoxRIS.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRIS)).EndInit();
     this.tabPageConfigSystems.ResumeLayout(false);
     this.groupBoxConfigMPPS.ResumeLayout(false);
     this.groupBoxConfigMPPS.PerformLayout();
     this.groupBoxConfigPACS.ResumeLayout(false);
     this.groupBoxConfigPACS.PerformLayout();
     this.groupBoxStorePACS.ResumeLayout(false);
     this.groupBoxStorePACS.PerformLayout();
     this.groupBoxCommitPACS.ResumeLayout(false);
     this.groupBoxCommitPACS.PerformLayout();
     this.groupBoxConfigRIS.ResumeLayout(false);
     this.groupBoxConfigRIS.PerformLayout();
     this.tabPageConfigEmulator.ResumeLayout(false);
     this.tabPageConfigEmulator.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabPageWLM.ResumeLayout(false);
     this.tabPageMPPSCreate.ResumeLayout(false);
     this.tabPageMPPSSet.ResumeLayout(false);
     this.tabPageMPPSDiscontinued.ResumeLayout(false);
     this.tabPageImageStorage.ResumeLayout(false);
     this.tabPageDummyPatient.ResumeLayout(false);
     this.tabPageActivityLogging.ResumeLayout(false);
     this.tabPageResults.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 8
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);
 }
Exemplo n.º 9
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(DICOMAnonymize));
     this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
     this.File = new System.Windows.Forms.MenuItem();
     this.AnonymizeFile = new System.Windows.Forms.MenuItem();
     this.AnonymizeFileBasic = new System.Windows.Forms.MenuItem();
     this.AnonymizeFileComplete = new System.Windows.Forms.MenuItem();
     this.AnonymizeDir = new System.Windows.Forms.MenuItem();
     this.AnonymizeDirBasic = new System.Windows.Forms.MenuItem();
     this.AnonymizeDirComplete = new System.Windows.Forms.MenuItem();
     this.CreateDICOMDIR = new System.Windows.Forms.MenuItem();
     this.Exit = new System.Windows.Forms.MenuItem();
     this.Help = new System.Windows.Forms.MenuItem();
     this.AboutUs = new System.Windows.Forms.MenuItem();
     this.panelBrowser = new System.Windows.Forms.Panel();
     this.dvtkWebBrowser = new DvtkApplicationLayer.UserInterfaces.DvtkWebBrowserNew();
     this.toolBarAnonymizer = new System.Windows.Forms.ToolBar();
     this.toolBarButtonRun = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonBack = new System.Windows.Forms.ToolBarButton();
     this.toolBarButtonForward = new System.Windows.Forms.ToolBarButton();
     this.imageListAnonymizer = new System.Windows.Forms.ImageList(this.components);
     this.panelBrowser.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.File,
     this.Help});
     //
     // File
     //
     this.File.Index = 0;
     this.File.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.AnonymizeFile,
     this.AnonymizeDir,
     this.CreateDICOMDIR,
     this.Exit});
     this.File.Text = "File";
     //
     // AnonymizeFile
     //
     this.AnonymizeFile.Index = 0;
     this.AnonymizeFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.AnonymizeFileBasic,
     this.AnonymizeFileComplete});
     this.AnonymizeFile.Text = "Anonymize DICOM File";
     //
     // AnonymizeFileBasic
     //
     this.AnonymizeFileBasic.Index = 0;
     this.AnonymizeFileBasic.Text = "Basic";
     this.AnonymizeFileBasic.Click += new System.EventHandler(this.AnonymizeFileBasic_Click);
     //
     // AnonymizeFileComplete
     //
     this.AnonymizeFileComplete.Index = 1;
     this.AnonymizeFileComplete.Text = "Complete";
     this.AnonymizeFileComplete.Click += new System.EventHandler(this.AnonymizeFileComplete_Click);
     //
     // AnonymizeDir
     //
     this.AnonymizeDir.Index = 1;
     this.AnonymizeDir.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.AnonymizeDirBasic,
     this.AnonymizeDirComplete});
     this.AnonymizeDir.Text = "Anonymize the DICOM Directory";
     //
     // AnonymizeDirBasic
     //
     this.AnonymizeDirBasic.Index = 0;
     this.AnonymizeDirBasic.Text = "Basic";
     this.AnonymizeDirBasic.Click += new System.EventHandler(this.AnonymizeDirBasic_Click);
     //
     // AnonymizeDirComplete
     //
     this.AnonymizeDirComplete.Index = 1;
     this.AnonymizeDirComplete.Text = "Complete";
     this.AnonymizeDirComplete.Click += new System.EventHandler(this.AnonymizeDirComplete_Click);
     //
     // CreateDICOMDIR
     //
     this.CreateDICOMDIR.Index = 2;
     this.CreateDICOMDIR.Text = "Create DICOMDIR";
     this.CreateDICOMDIR.Click += new System.EventHandler(this.CreateDICOMDIR_Click);
     //
     // Exit
     //
     this.Exit.Index = 3;
     this.Exit.Text = "Exit";
     this.Exit.Click += new System.EventHandler(this.Exit_Click);
     //
     // Help
     //
     this.Help.Index = 1;
     this.Help.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.AboutUs});
     this.Help.Text = "About";
     //
     // AboutUs
     //
     this.AboutUs.Index = 0;
     this.AboutUs.Text = "About DICOM Anonymizer";
     this.AboutUs.Click += new System.EventHandler(this.AboutUs_Click);
     //
     // panelBrowser
     //
     this.panelBrowser.BackColor = System.Drawing.SystemColors.Control;
     this.panelBrowser.Controls.Add(this.dvtkWebBrowser);
     this.panelBrowser.Controls.Add(this.toolBarAnonymizer);
     this.panelBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelBrowser.Location = new System.Drawing.Point(0, 0);
     this.panelBrowser.Name = "panelBrowser";
     this.panelBrowser.Size = new System.Drawing.Size(686, 437);
     this.panelBrowser.TabIndex = 2;
     //
     // dvtkWebBrowser
     //
     this.dvtkWebBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dvtkWebBrowser.Location = new System.Drawing.Point(0, 28);
     this.dvtkWebBrowser.Name = "dvtkWebBrowser";
     this.dvtkWebBrowser.Size = new System.Drawing.Size(686, 409);
     this.dvtkWebBrowser.TabIndex = 0;
     this.dvtkWebBrowser.XmlStyleSheetFullFileName = "";
     //
     // toolBarAnonymizer
     //
     this.toolBarAnonymizer.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarAnonymizer.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.toolBarButtonRun,
     this.toolBarButton1,
     this.toolBarButtonBack,
     this.toolBarButtonForward});
     this.toolBarAnonymizer.ButtonSize = new System.Drawing.Size(39, 24);
     this.toolBarAnonymizer.DropDownArrows = true;
     this.toolBarAnonymizer.ImageList = this.imageListAnonymizer;
     this.toolBarAnonymizer.Location = new System.Drawing.Point(0, 0);
     this.toolBarAnonymizer.Name = "toolBarAnonymizer";
     this.toolBarAnonymizer.ShowToolTips = true;
     this.toolBarAnonymizer.Size = new System.Drawing.Size(686, 28);
     this.toolBarAnonymizer.TabIndex = 1;
     this.toolBarAnonymizer.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarAnonymizer_ButtonClick);
     //
     // toolBarButtonRun
     //
     this.toolBarButtonRun.ImageIndex = 2;
     this.toolBarButtonRun.Name = "toolBarButtonRun";
     this.toolBarButtonRun.ToolTipText = "Start Anonymization";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Name = "toolBarButton1";
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButtonBack
     //
     this.toolBarButtonBack.Enabled = false;
     this.toolBarButtonBack.ImageIndex = 0;
     this.toolBarButtonBack.Name = "toolBarButtonBack";
     //
     // toolBarButtonForward
     //
     this.toolBarButtonForward.Enabled = false;
     this.toolBarButtonForward.ImageIndex = 1;
     this.toolBarButtonForward.Name = "toolBarButtonForward";
     //
     // imageListAnonymizer
     //
     this.imageListAnonymizer.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListAnonymizer.ImageStream")));
     this.imageListAnonymizer.TransparentColor = System.Drawing.Color.Transparent;
     this.imageListAnonymizer.Images.SetKeyName(0, "");
     this.imageListAnonymizer.Images.SetKeyName(1, "");
     this.imageListAnonymizer.Images.SetKeyName(2, "");
     //
     // DICOMAnonymize
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.Color.WhiteSmoke;
     this.ClientSize = new System.Drawing.Size(686, 437);
     this.Controls.Add(this.panelBrowser);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.mainMenu1;
     this.Name = "DICOMAnonymize";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "DCM Anonymizer";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Closing += new System.ComponentModel.CancelEventHandler(this.DICOMAnonymize_Closing);
     this.panelBrowser.ResumeLayout(false);
     this.panelBrowser.PerformLayout();
     this.ResumeLayout(false);
 }