/// <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); }
/// <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); }