コード例 #1
0
ファイル: DCMCompare.cs プロジェクト: ewcasas/DVTK
 /// <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);
 }
コード例 #2
0
ファイル: DCMCompare.cs プロジェクト: top501/DVTK-1
 /// <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);
 }