public MouseOverTokenEventArgs( MouseButtons button, int clicks, int x, int y, int delta, LinkEnabledRTB item, string token, bool overToken) : base(button, clicks, x, y, delta) { this.item = item; this.token = token; this.overToken = overToken; }
public MouseOverTokenEventArgs( MouseButtons button, int clicks, int x, int y, int delta, LinkEnabledRTB item, string token, bool overToken) : base(button,clicks,x,y,delta) { this.item = item; this.token = token; this.overToken = overToken; }
public ItemTextChangedEventArgs(LinkEnabledRTB item) { this.item = item; }
private void EnableElementTokenContextMenu(LinkEnabledRTB parent, bool isToken, Point location) { parent.ToolTip.Active = false; mnuCtxETGoToDefinition.Enabled = isToken; elementTokenCtxMenu.Show(parent,location); parent.ToolTip.Active = true; }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmMain)); this.mainMenu = new System.Windows.Forms.MainMenu(); this.mnuFile = new System.Windows.Forms.MenuItem(); this.mnuFileNew = new System.Windows.Forms.MenuItem(); this.mnuFileOpen = new System.Windows.Forms.MenuItem(); this.mnuFileSep1 = new System.Windows.Forms.MenuItem(); this.mnuFileSave = new System.Windows.Forms.MenuItem(); this.mnuFileSaveAs = new System.Windows.Forms.MenuItem(); this.mnuFileSep2 = new System.Windows.Forms.MenuItem(); this.mnuFileRecent1 = new System.Windows.Forms.MenuItem(); this.mnuFileRecent2 = new System.Windows.Forms.MenuItem(); this.mnuFileRecent3 = new System.Windows.Forms.MenuItem(); this.mnuFileRecent4 = new System.Windows.Forms.MenuItem(); this.mnuFileSep3 = new System.Windows.Forms.MenuItem(); this.mnuFileExit = new System.Windows.Forms.MenuItem(); this.mnuEdit = new System.Windows.Forms.MenuItem(); this.mnuEditCut = new System.Windows.Forms.MenuItem(); this.mnuEditCopy = new System.Windows.Forms.MenuItem(); this.mnuEditPaste = new System.Windows.Forms.MenuItem(); this.menuEditSep1 = new System.Windows.Forms.MenuItem(); this.mnuEditAddPackage = new System.Windows.Forms.MenuItem(); this.mnuEditRemovePackage = new System.Windows.Forms.MenuItem(); this.mnuEditSep2 = new System.Windows.Forms.MenuItem(); this.mnuEditAddActor = new System.Windows.Forms.MenuItem(); this.mnuEditRemoveActor = new System.Windows.Forms.MenuItem(); this.mnuEditSep3 = new System.Windows.Forms.MenuItem(); this.mnuEditAddUseCase = new System.Windows.Forms.MenuItem(); this.mnuEditRemoveUseCase = new System.Windows.Forms.MenuItem(); this.mnuEditSep4 = new System.Windows.Forms.MenuItem(); this.mnuEditReorderElements = new System.Windows.Forms.MenuItem(); this.mnuTools = new System.Windows.Forms.MenuItem(); this.mnuToolsHtmlExport = new System.Windows.Forms.MenuItem(); this.mnuToolsPDFExport = new System.Windows.Forms.MenuItem(); this.mnuToolsRTFExport = new System.Windows.Forms.MenuItem(); this.mnuToolsSep1 = new System.Windows.Forms.MenuItem(); this.mnuToolsXMIExport = new System.Windows.Forms.MenuItem(); this.mnuToolsSep2 = new System.Windows.Forms.MenuItem(); this.mnuToolsOptions = new System.Windows.Forms.MenuItem(); this.mnuHelp = new System.Windows.Forms.MenuItem(); this.mnuHelpAbout = new System.Windows.Forms.MenuItem(); this.tvModelBrowser = new System.Windows.Forms.TreeView(); this.modelBrowserCtxMenu = new System.Windows.Forms.ContextMenu(); this.mnuCtxMBCut = new System.Windows.Forms.MenuItem(); this.mnuCtxMBCopy = new System.Windows.Forms.MenuItem(); this.mnuCtxMBPaste = new System.Windows.Forms.MenuItem(); this.mnuCtxMBSep1 = new System.Windows.Forms.MenuItem(); this.mnuCtxMBAddPackage = new System.Windows.Forms.MenuItem(); this.mnuCtxMBRemovePackage = new System.Windows.Forms.MenuItem(); this.mnuCtxMBSep2 = new System.Windows.Forms.MenuItem(); this.mnuCtxMBAddActor = new System.Windows.Forms.MenuItem(); this.mnuCtxMBRemoveActor = new System.Windows.Forms.MenuItem(); this.mnuCtxMBSep3 = new System.Windows.Forms.MenuItem(); this.mnuCtxMBAddUseCase = new System.Windows.Forms.MenuItem(); this.mnuCtxMBRemoveUseCase = new System.Windows.Forms.MenuItem(); this.mnuCtxMBSep4 = new System.Windows.Forms.MenuItem(); this.mnuCtxMBReorderElements = new System.Windows.Forms.MenuItem(); this.imgListModelBrowser = new System.Windows.Forms.ImageList(this.components); this.pnlModelBrowser = new System.Windows.Forms.Panel(); this.lblModelBrowser = new System.Windows.Forms.Label(); this.splLeft = new System.Windows.Forms.Splitter(); this.toolBar = new System.Windows.Forms.ToolBar(); this.tbBtnNew = new System.Windows.Forms.ToolBarButton(); this.tbBtnOpen = new System.Windows.Forms.ToolBarButton(); this.tbBtnSave = new System.Windows.Forms.ToolBarButton(); this.tbBtnSep1 = new System.Windows.Forms.ToolBarButton(); this.tbBtnCut = new System.Windows.Forms.ToolBarButton(); this.tbBtnCopy = new System.Windows.Forms.ToolBarButton(); this.tbBtnPaste = new System.Windows.Forms.ToolBarButton(); this.tbBtnSep2 = new System.Windows.Forms.ToolBarButton(); this.tbBtnAddPackage = new System.Windows.Forms.ToolBarButton(); this.tbBtnRemovePackage = new System.Windows.Forms.ToolBarButton(); this.tbBtnSep3 = new System.Windows.Forms.ToolBarButton(); this.tbBtnAddActor = new System.Windows.Forms.ToolBarButton(); this.tbBtnRemoveActor = new System.Windows.Forms.ToolBarButton(); this.tbBtnSep4 = new System.Windows.Forms.ToolBarButton(); this.tbBtnAddUseCase = new System.Windows.Forms.ToolBarButton(); this.tbBtnRemoveUseCase = new System.Windows.Forms.ToolBarButton(); this.imgListToolBar = new System.Windows.Forms.ImageList(this.components); this.tabUseCase = new System.Windows.Forms.TabControl(); this.pgMain = new System.Windows.Forms.TabPage(); this.pnlAbout = new System.Windows.Forms.Panel(); this.lblVersion = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.pnlUseCasesContainer = new System.Windows.Forms.Panel(); this.lblUseCases = new System.Windows.Forms.Label(); this.lblUseCasesTitle = new System.Windows.Forms.Label(); this.pnlActorsContainer = new System.Windows.Forms.Panel(); this.lblActors = new System.Windows.Forms.Label(); this.lblActorsTitle = new System.Windows.Forms.Label(); this.pnlPackagesContainer = new System.Windows.Forms.Panel(); this.lblPackages = new System.Windows.Forms.Label(); this.lblPackagesTitle = new System.Windows.Forms.Label(); this.pnlFullPathContainer = new System.Windows.Forms.Panel(); this.lblFullPath = new System.Windows.Forms.Label(); this.lblFullPathTitle = new System.Windows.Forms.Label(); this.pgFlowOfEvents = new System.Windows.Forms.TabPage(); this.btnInsertRefStep = new System.Windows.Forms.Button(); this.btnAddRefStep = new System.Windows.Forms.Button(); this.UCList = new UseCaseMakerControls.IndexedList(); this.btnInsertStep = new System.Windows.Forms.Button(); this.btnAddAltStep = new System.Windows.Forms.Button(); this.btnRemoveStep = new System.Windows.Forms.Button(); this.btnAddStep = new System.Windows.Forms.Button(); this.lblStepsTitle = new System.Windows.Forms.Label(); this.pgAGeneral = new System.Windows.Forms.TabPage(); this.btnRemoveGoal = new System.Windows.Forms.Button(); this.btnAddGoal = new System.Windows.Forms.Button(); this.AGList = new UseCaseMakerControls.IndexedList(); this.lblAGoalsTitle = new System.Windows.Forms.Label(); this.btnANameChange = new System.Windows.Forms.Button(); this.lblAName = new System.Windows.Forms.Label(); this.lblANameTitle = new System.Windows.Forms.Label(); this.lblAOwner = new System.Windows.Forms.Label(); this.lblAOwnerTitle = new System.Windows.Forms.Label(); this.lblAID = new System.Windows.Forms.Label(); this.lblAIDTitle = new System.Windows.Forms.Label(); this.pgUCGeneral = new System.Windows.Forms.TabPage(); this.tbPostconditions = new UseCaseMakerControls.LinkEnabledRTB(); this.tbPreconditions = new UseCaseMakerControls.LinkEnabledRTB(); this.lblUCName = new System.Windows.Forms.Label(); this.btnUCNameChange = new System.Windows.Forms.Button(); this.btnSetPrimaryActor = new System.Windows.Forms.Button(); this.btnRemoveActor = new System.Windows.Forms.Button(); this.btnAddActor = new System.Windows.Forms.Button(); this.lvActors = new System.Windows.Forms.ListView(); this.chActorName = new System.Windows.Forms.ColumnHeader(); this.chActorPrimary = new System.Windows.Forms.ColumnHeader(); this.lblUCActorsTitle = new System.Windows.Forms.Label(); this.lblPostconditionsTitle = new System.Windows.Forms.Label(); this.lblPreconditionsTitle = new System.Windows.Forms.Label(); this.lblUCNameTitle = new System.Windows.Forms.Label(); this.lblUCOwner = new System.Windows.Forms.Label(); this.lblUCOwnerTitle = new System.Windows.Forms.Label(); this.lblUCID = new System.Windows.Forms.Label(); this.lblUCIDTitle = new System.Windows.Forms.Label(); this.pgAttributes = new System.Windows.Forms.TabPage(); this.tbNotes = new UseCaseMakerControls.LinkEnabledRTB(); this.tbDescription = new UseCaseMakerControls.LinkEnabledRTB(); this.btnOpenRelatedDoc = new System.Windows.Forms.Button(); this.btnRemoveRelatedDoc = new System.Windows.Forms.Button(); this.btnAddRelatedDoc = new System.Windows.Forms.Button(); this.lvRelatedDocs = new System.Windows.Forms.ListView(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.lblRelatedDocsTitle = new System.Windows.Forms.Label(); this.lblNotesTitle = new System.Windows.Forms.Label(); this.lblDescriptionTitle = new System.Windows.Forms.Label(); this.pgPGeneral = new System.Windows.Forms.TabPage(); this.btnPNameChange = new System.Windows.Forms.Button(); this.lblPName = new System.Windows.Forms.Label(); this.lblPNameTitle = new System.Windows.Forms.Label(); this.lblPOwner = new System.Windows.Forms.Label(); this.lblPOwnerTitle = new System.Windows.Forms.Label(); this.lblPID = new System.Windows.Forms.Label(); this.lblPIDTitle = new System.Windows.Forms.Label(); this.pgGlossary = new System.Windows.Forms.TabPage(); this.GList = new UseCaseMakerControls.IndexedList(); this.btnChangeGlossaryItem = new System.Windows.Forms.Button(); this.btnRemoveGlossaryItem = new System.Windows.Forms.Button(); this.btnAddGlossaryItem = new System.Windows.Forms.Button(); this.pgHistory = new System.Windows.Forms.TabPage(); this.btnRemoveHistoryItem = new System.Windows.Forms.Button(); this.lvHistory = new System.Windows.Forms.ListView(); this.chDate = new System.Windows.Forms.ColumnHeader(); this.chType = new System.Windows.Forms.ColumnHeader(); this.chAction = new System.Windows.Forms.ColumnHeader(); this.chNotes = new System.Windows.Forms.ColumnHeader(); this.pgDetails = new System.Windows.Forms.TabPage(); this.OIList = new UseCaseMakerControls.IndexedList(); this.btnRemoveOpenIssue = new System.Windows.Forms.Button(); this.btnAddOpenIssue = new System.Windows.Forms.Button(); this.lblOpenIssuesTitle = new System.Windows.Forms.Label(); this.tbRelease = new System.Windows.Forms.TextBox(); this.lblReleaseTitle = new System.Windows.Forms.Label(); this.tbAssignedTo = new System.Windows.Forms.TextBox(); this.lblAssignedToTitle = new System.Windows.Forms.Label(); this.btnImplToHistory = new System.Windows.Forms.Button(); this.cmbImplementation = new System.Windows.Forms.ComboBox(); this.lblImplTitle = new System.Windows.Forms.Label(); this.btnStatusToHistory = new System.Windows.Forms.Button(); this.cmbStatus = new System.Windows.Forms.ComboBox(); this.lblStatusTitle = new System.Windows.Forms.Label(); this.cmbComplexity = new System.Windows.Forms.ComboBox(); this.lblComplexityTitle = new System.Windows.Forms.Label(); this.cmbLevel = new System.Windows.Forms.ComboBox(); this.lblLevelTitle = new System.Windows.Forms.Label(); this.tbPriority = new System.Windows.Forms.TextBox(); this.lblPriorityTitle = new System.Windows.Forms.Label(); this.pgProse = new System.Windows.Forms.TabPage(); this.tbProse = new UseCaseMakerControls.LinkEnabledRTB(); this.pgRequirements = new System.Windows.Forms.TabPage(); this.RList = new UseCaseMakerControls.IndexedList(); this.btnRemoveRequirement = new System.Windows.Forms.Button(); this.btnAddRequirement = new System.Windows.Forms.Button(); this.statusBar = new System.Windows.Forms.StatusBar(); this.openModelFileDialog = new System.Windows.Forms.OpenFileDialog(); this.saveModelFileDialog = new System.Windows.Forms.SaveFileDialog(); this.selectDocFileDialog = new System.Windows.Forms.OpenFileDialog(); this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); this.elementTokenCtxMenu = new System.Windows.Forms.ContextMenu(); this.mnuCtxETGoToDefinition = new System.Windows.Forms.MenuItem(); this.mnuCtxETSep1 = new System.Windows.Forms.MenuItem(); this.mnuCtxETCut = new System.Windows.Forms.MenuItem(); this.mnuCtxETCopy = new System.Windows.Forms.MenuItem(); this.mnuCtxETPaste = new System.Windows.Forms.MenuItem(); this.imgListSteps = new System.Windows.Forms.ImageList(this.components); this.pnlModelBrowser.SuspendLayout(); this.tabUseCase.SuspendLayout(); this.pgMain.SuspendLayout(); this.pnlAbout.SuspendLayout(); this.pnlUseCasesContainer.SuspendLayout(); this.pnlActorsContainer.SuspendLayout(); this.pnlPackagesContainer.SuspendLayout(); this.pnlFullPathContainer.SuspendLayout(); this.pgFlowOfEvents.SuspendLayout(); this.pgAGeneral.SuspendLayout(); this.pgUCGeneral.SuspendLayout(); this.pgAttributes.SuspendLayout(); this.pgPGeneral.SuspendLayout(); this.pgGlossary.SuspendLayout(); this.pgHistory.SuspendLayout(); this.pgDetails.SuspendLayout(); this.pgProse.SuspendLayout(); this.pgRequirements.SuspendLayout(); this.SuspendLayout(); // // mainMenu // this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuFile, this.mnuEdit, this.mnuTools, this.mnuHelp}); // // mnuFile // this.mnuFile.Index = 0; this.mnuFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuFileNew, this.mnuFileOpen, this.mnuFileSep1, this.mnuFileSave, this.mnuFileSaveAs, this.mnuFileSep2, this.mnuFileRecent1, this.mnuFileRecent2, this.mnuFileRecent3, this.mnuFileRecent4, this.mnuFileSep3, this.mnuFileExit}); this.mnuFile.Text = "[File]"; // // mnuFileNew // this.mnuFileNew.Index = 0; this.mnuFileNew.Text = "[New]"; this.mnuFileNew.Click += new System.EventHandler(this.mnuFileNew_Click); // // mnuFileOpen // this.mnuFileOpen.Index = 1; this.mnuFileOpen.Text = "[Open]"; this.mnuFileOpen.Click += new System.EventHandler(this.mnuFileOpen_Click); // // mnuFileSep1 // this.mnuFileSep1.Index = 2; this.mnuFileSep1.Text = "-"; // // mnuFileSave // this.mnuFileSave.Index = 3; this.mnuFileSave.Text = "[Save]"; this.mnuFileSave.Click += new System.EventHandler(this.mnuFileSave_Click); // // mnuFileSaveAs // this.mnuFileSaveAs.Index = 4; this.mnuFileSaveAs.Text = "[Save As]"; this.mnuFileSaveAs.Click += new System.EventHandler(this.mnuFileSaveAs_Click); // // mnuFileSep2 // this.mnuFileSep2.Index = 5; this.mnuFileSep2.Text = "-"; // // mnuFileRecent1 // this.mnuFileRecent1.Index = 6; this.mnuFileRecent1.Text = "[Recent1]"; this.mnuFileRecent1.Visible = false; this.mnuFileRecent1.Click += new System.EventHandler(this.mnuFileRecent1_Click); // // mnuFileRecent2 // this.mnuFileRecent2.Index = 7; this.mnuFileRecent2.Text = "[Recent2]"; this.mnuFileRecent2.Visible = false; this.mnuFileRecent2.Click += new System.EventHandler(this.mnuFileRecent2_Click); // // mnuFileRecent3 // this.mnuFileRecent3.Index = 8; this.mnuFileRecent3.Text = "[Recent3]"; this.mnuFileRecent3.Visible = false; this.mnuFileRecent3.Click += new System.EventHandler(this.mnuFileRecent3_Click); // // mnuFileRecent4 // this.mnuFileRecent4.Index = 9; this.mnuFileRecent4.Text = "[Recent4]"; this.mnuFileRecent4.Visible = false; this.mnuFileRecent4.Click += new System.EventHandler(this.mnuFileRecent4_Click); // // mnuFileSep3 // this.mnuFileSep3.Index = 10; this.mnuFileSep3.Text = "-"; this.mnuFileSep3.Visible = false; // // mnuFileExit // this.mnuFileExit.Index = 11; this.mnuFileExit.Text = "[Exit]"; this.mnuFileExit.Click += new System.EventHandler(this.mnuFileExit_Click); // // mnuEdit // this.mnuEdit.Index = 1; this.mnuEdit.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuEditCut, this.mnuEditCopy, this.mnuEditPaste, this.menuEditSep1, this.mnuEditAddPackage, this.mnuEditRemovePackage, this.mnuEditSep2, this.mnuEditAddActor, this.mnuEditRemoveActor, this.mnuEditSep3, this.mnuEditAddUseCase, this.mnuEditRemoveUseCase, this.mnuEditSep4, this.mnuEditReorderElements}); this.mnuEdit.Text = "[Edit]"; // // mnuEditCut // this.mnuEditCut.Enabled = false; this.mnuEditCut.Index = 0; this.mnuEditCut.Text = "[Cut]"; this.mnuEditCut.Click += new System.EventHandler(this.mnuEditCut_Click); // // mnuEditCopy // this.mnuEditCopy.Enabled = false; this.mnuEditCopy.Index = 1; this.mnuEditCopy.Text = "[Copy]"; this.mnuEditCopy.Click += new System.EventHandler(this.mnuEditCopy_Click); // // mnuEditPaste // this.mnuEditPaste.Enabled = false; this.mnuEditPaste.Index = 2; this.mnuEditPaste.Text = "[Paste]"; this.mnuEditPaste.Click += new System.EventHandler(this.mnuEditPaste_Click); // // menuEditSep1 // this.menuEditSep1.Index = 3; this.menuEditSep1.Text = "-"; // // mnuEditAddPackage // this.mnuEditAddPackage.Index = 4; this.mnuEditAddPackage.Text = "[Add package]"; this.mnuEditAddPackage.Click += new System.EventHandler(this.mnuEditAddPackage_Click); // // mnuEditRemovePackage // this.mnuEditRemovePackage.Index = 5; this.mnuEditRemovePackage.Text = "[Remove package]"; this.mnuEditRemovePackage.Click += new System.EventHandler(this.mnuEditRemovePackage_Click); // // mnuEditSep2 // this.mnuEditSep2.Index = 6; this.mnuEditSep2.Text = "-"; // // mnuEditAddActor // this.mnuEditAddActor.Index = 7; this.mnuEditAddActor.Text = "[Add actor]"; this.mnuEditAddActor.Click += new System.EventHandler(this.mnuEditAddActor_Click); // // mnuEditRemoveActor // this.mnuEditRemoveActor.Index = 8; this.mnuEditRemoveActor.Text = "[Remove actor]"; this.mnuEditRemoveActor.Click += new System.EventHandler(this.mnuEditRemoveActor_Click); // // mnuEditSep3 // this.mnuEditSep3.Index = 9; this.mnuEditSep3.Text = "-"; // // mnuEditAddUseCase // this.mnuEditAddUseCase.Index = 10; this.mnuEditAddUseCase.Text = "[Add use case]"; this.mnuEditAddUseCase.Click += new System.EventHandler(this.mnuEditAddUseCase_Click); // // mnuEditRemoveUseCase // this.mnuEditRemoveUseCase.Index = 11; this.mnuEditRemoveUseCase.Text = "[Remove use case]"; this.mnuEditRemoveUseCase.Click += new System.EventHandler(this.mnuEditRemoveUseCase_Click); // // mnuEditSep4 // this.mnuEditSep4.Index = 12; this.mnuEditSep4.Text = "-"; // // mnuEditReorderElements // this.mnuEditReorderElements.Index = 13; this.mnuEditReorderElements.Text = "[Reorder elements]"; this.mnuEditReorderElements.Click += new System.EventHandler(this.mnuEditReorderElements_Click); // // mnuTools // this.mnuTools.Index = 2; this.mnuTools.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuToolsHtmlExport, this.mnuToolsPDFExport, this.mnuToolsRTFExport, this.mnuToolsSep1, this.mnuToolsXMIExport, this.mnuToolsSep2, this.mnuToolsOptions}); this.mnuTools.Text = "[Tools]"; // // mnuToolsHtmlExport // this.mnuToolsHtmlExport.Index = 0; this.mnuToolsHtmlExport.Text = "[HTLM Export]"; this.mnuToolsHtmlExport.Click += new System.EventHandler(this.mnuToolsHtmlExport_Click); // // mnuToolsPDFExport // this.mnuToolsPDFExport.Index = 1; this.mnuToolsPDFExport.Text = "[PDF Export]"; this.mnuToolsPDFExport.Click += new System.EventHandler(this.mnuToolsPDFExport_Click); // // mnuToolsRTFExport // this.mnuToolsRTFExport.Index = 2; this.mnuToolsRTFExport.Text = "[RTF Export]"; this.mnuToolsRTFExport.Click += new System.EventHandler(this.mnuToolsRTFExport_Click); // // mnuToolsSep1 // this.mnuToolsSep1.Index = 3; this.mnuToolsSep1.Text = "-"; // // mnuToolsXMIExport // this.mnuToolsXMIExport.Index = 4; this.mnuToolsXMIExport.Text = "[XMI 1.1 Export]"; this.mnuToolsXMIExport.Click += new System.EventHandler(this.mnuXMIExport_Click); // // mnuToolsSep2 // this.mnuToolsSep2.Index = 5; this.mnuToolsSep2.Text = "-"; // // mnuToolsOptions // this.mnuToolsOptions.Index = 6; this.mnuToolsOptions.Text = "[Options]"; this.mnuToolsOptions.Click += new System.EventHandler(this.mnuToolsOptions_Click); // // mnuHelp // this.mnuHelp.Index = 3; this.mnuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuHelpAbout}); this.mnuHelp.Text = "[Help]"; // // mnuHelpAbout // this.mnuHelpAbout.Index = 0; this.mnuHelpAbout.Text = "[About]"; this.mnuHelpAbout.Click += new System.EventHandler(this.mnuHelpAbout_Click); // // tvModelBrowser // this.tvModelBrowser.AllowDrop = true; this.tvModelBrowser.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.tvModelBrowser.ContextMenu = this.modelBrowserCtxMenu; this.tvModelBrowser.HideSelection = false; this.tvModelBrowser.ImageList = this.imgListModelBrowser; this.tvModelBrowser.Location = new System.Drawing.Point(3, 28); this.tvModelBrowser.Name = "tvModelBrowser"; this.tvModelBrowser.Size = new System.Drawing.Size(125, 343); this.tvModelBrowser.TabIndex = 0; this.tvModelBrowser.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tvModelBrowser_KeyDown); this.tvModelBrowser.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvModelBrowser_MouseDown); this.tvModelBrowser.DragOver += new System.Windows.Forms.DragEventHandler(this.tvModelBrowser_DragOver); this.tvModelBrowser.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvModelBrowser_AfterSelect); this.tvModelBrowser.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.tvModelBrowser_ItemDrag); this.tvModelBrowser.DragDrop += new System.Windows.Forms.DragEventHandler(this.tvModelBrowser_DragDrop); this.tvModelBrowser.Enter += new System.EventHandler(this.tvModelBrowser_Enter); // // modelBrowserCtxMenu // this.modelBrowserCtxMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuCtxMBCut, this.mnuCtxMBCopy, this.mnuCtxMBPaste, this.mnuCtxMBSep1, this.mnuCtxMBAddPackage, this.mnuCtxMBRemovePackage, this.mnuCtxMBSep2, this.mnuCtxMBAddActor, this.mnuCtxMBRemoveActor, this.mnuCtxMBSep3, this.mnuCtxMBAddUseCase, this.mnuCtxMBRemoveUseCase, this.mnuCtxMBSep4, this.mnuCtxMBReorderElements}); // // mnuCtxMBCut // this.mnuCtxMBCut.Enabled = false; this.mnuCtxMBCut.Index = 0; this.mnuCtxMBCut.Text = "[Cut]"; this.mnuCtxMBCut.Click += new System.EventHandler(this.mnuCtxMBCut_Click); // // mnuCtxMBCopy // this.mnuCtxMBCopy.Enabled = false; this.mnuCtxMBCopy.Index = 1; this.mnuCtxMBCopy.Text = "[Copy]"; this.mnuCtxMBCopy.Click += new System.EventHandler(this.mnuCtxMBCopy_Click); // // mnuCtxMBPaste // this.mnuCtxMBPaste.Enabled = false; this.mnuCtxMBPaste.Index = 2; this.mnuCtxMBPaste.Text = "[Paste]"; this.mnuCtxMBPaste.Click += new System.EventHandler(this.mnuCtxMBPaste_Click); // // mnuCtxMBSep1 // this.mnuCtxMBSep1.Index = 3; this.mnuCtxMBSep1.Text = "-"; // // mnuCtxMBAddPackage // this.mnuCtxMBAddPackage.Index = 4; this.mnuCtxMBAddPackage.Text = "[Add package]"; this.mnuCtxMBAddPackage.Click += new System.EventHandler(this.mnuCtxMBAddPackage_Click); // // mnuCtxMBRemovePackage // this.mnuCtxMBRemovePackage.Index = 5; this.mnuCtxMBRemovePackage.Text = "[Remove package]"; this.mnuCtxMBRemovePackage.Click += new System.EventHandler(this.mnuCtxMBRemovePackage_Click); // // mnuCtxMBSep2 // this.mnuCtxMBSep2.Index = 6; this.mnuCtxMBSep2.Text = "-"; // // mnuCtxMBAddActor // this.mnuCtxMBAddActor.Index = 7; this.mnuCtxMBAddActor.Text = "[Add actor]"; this.mnuCtxMBAddActor.Click += new System.EventHandler(this.mnuCtxMBAddActor_Click); // // mnuCtxMBRemoveActor // this.mnuCtxMBRemoveActor.Index = 8; this.mnuCtxMBRemoveActor.Text = "[Remove actor]"; this.mnuCtxMBRemoveActor.Click += new System.EventHandler(this.mnuCtxMBRemoveActor_Click); // // mnuCtxMBSep3 // this.mnuCtxMBSep3.Index = 9; this.mnuCtxMBSep3.Text = "-"; // // mnuCtxMBAddUseCase // this.mnuCtxMBAddUseCase.Index = 10; this.mnuCtxMBAddUseCase.Text = "[Add use case]"; this.mnuCtxMBAddUseCase.Click += new System.EventHandler(this.mnuCtxMBAddUseCase_Click); // // mnuCtxMBRemoveUseCase // this.mnuCtxMBRemoveUseCase.Index = 11; this.mnuCtxMBRemoveUseCase.Text = "[Remove use case]"; this.mnuCtxMBRemoveUseCase.Click += new System.EventHandler(this.mnuCtxMBRemoveUseCase_Click); // // mnuCtxMBSep4 // this.mnuCtxMBSep4.Index = 12; this.mnuCtxMBSep4.Text = "-"; // // mnuCtxMBReorderElements // this.mnuCtxMBReorderElements.Index = 13; this.mnuCtxMBReorderElements.Text = "[Reorder elements]"; this.mnuCtxMBReorderElements.Click += new System.EventHandler(this.mnuCtxMBReorderElements_Click); // // imgListModelBrowser // this.imgListModelBrowser.ImageSize = new System.Drawing.Size(16, 16); this.imgListModelBrowser.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListModelBrowser.ImageStream"))); this.imgListModelBrowser.TransparentColor = System.Drawing.Color.Transparent; // // pnlModelBrowser // this.pnlModelBrowser.Controls.Add(this.lblModelBrowser); this.pnlModelBrowser.Controls.Add(this.tvModelBrowser); this.pnlModelBrowser.Dock = System.Windows.Forms.DockStyle.Left; this.pnlModelBrowser.DockPadding.Bottom = 3; this.pnlModelBrowser.DockPadding.Left = 3; this.pnlModelBrowser.DockPadding.Right = 3; this.pnlModelBrowser.DockPadding.Top = 3; this.pnlModelBrowser.ForeColor = System.Drawing.SystemColors.ControlText; this.pnlModelBrowser.Location = new System.Drawing.Point(0, 28); this.pnlModelBrowser.Name = "pnlModelBrowser"; this.pnlModelBrowser.Size = new System.Drawing.Size(130, 373); this.pnlModelBrowser.TabIndex = 2; // // lblModelBrowser // this.lblModelBrowser.Dock = System.Windows.Forms.DockStyle.Top; this.lblModelBrowser.Location = new System.Drawing.Point(3, 3); this.lblModelBrowser.Name = "lblModelBrowser"; this.lblModelBrowser.Size = new System.Drawing.Size(124, 23); this.lblModelBrowser.TabIndex = 3; this.lblModelBrowser.Text = "[Model Browser]"; this.lblModelBrowser.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // splLeft // this.splLeft.BackColor = System.Drawing.SystemColors.ActiveCaption; this.splLeft.Location = new System.Drawing.Point(130, 28); this.splLeft.MinExtra = 490; this.splLeft.MinSize = 130; this.splLeft.Name = "splLeft"; this.splLeft.Size = new System.Drawing.Size(3, 373); this.splLeft.TabIndex = 3; this.splLeft.TabStop = false; this.splLeft.SplitterMoving += new System.Windows.Forms.SplitterEventHandler(this.splLeft_SplitterMoving); // // toolBar // this.toolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat; this.toolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] { this.tbBtnNew, this.tbBtnOpen, this.tbBtnSave, this.tbBtnSep1, this.tbBtnCut, this.tbBtnCopy, this.tbBtnPaste, this.tbBtnSep2, this.tbBtnAddPackage, this.tbBtnRemovePackage, this.tbBtnSep3, this.tbBtnAddActor, this.tbBtnRemoveActor, this.tbBtnSep4, this.tbBtnAddUseCase, this.tbBtnRemoveUseCase}); this.toolBar.DropDownArrows = true; this.toolBar.ImageList = this.imgListToolBar; this.toolBar.Location = new System.Drawing.Point(0, 0); this.toolBar.Name = "toolBar"; this.toolBar.ShowToolTips = true; this.toolBar.Size = new System.Drawing.Size(652, 28); this.toolBar.TabIndex = 1; this.toolBar.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar_ButtonClick); // // tbBtnNew // this.tbBtnNew.ImageIndex = 0; // // tbBtnOpen // this.tbBtnOpen.ImageIndex = 1; // // tbBtnSave // this.tbBtnSave.ImageIndex = 2; // // tbBtnSep1 // this.tbBtnSep1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // tbBtnCut // this.tbBtnCut.Enabled = false; this.tbBtnCut.ImageIndex = 3; // // tbBtnCopy // this.tbBtnCopy.Enabled = false; this.tbBtnCopy.ImageIndex = 4; // // tbBtnPaste // this.tbBtnPaste.Enabled = false; this.tbBtnPaste.ImageIndex = 5; // // tbBtnSep2 // this.tbBtnSep2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // tbBtnAddPackage // this.tbBtnAddPackage.ImageIndex = 10; // // tbBtnRemovePackage // this.tbBtnRemovePackage.ImageIndex = 11; // // tbBtnSep3 // this.tbBtnSep3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // tbBtnAddActor // this.tbBtnAddActor.ImageIndex = 6; // // tbBtnRemoveActor // this.tbBtnRemoveActor.ImageIndex = 7; // // tbBtnSep4 // this.tbBtnSep4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // tbBtnAddUseCase // this.tbBtnAddUseCase.ImageIndex = 8; // // tbBtnRemoveUseCase // this.tbBtnRemoveUseCase.ImageIndex = 9; // // imgListToolBar // this.imgListToolBar.ImageSize = new System.Drawing.Size(16, 16); this.imgListToolBar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListToolBar.ImageStream"))); this.imgListToolBar.TransparentColor = System.Drawing.Color.Transparent; // // tabUseCase // this.tabUseCase.Controls.Add(this.pgMain); this.tabUseCase.Controls.Add(this.pgFlowOfEvents); this.tabUseCase.Controls.Add(this.pgAGeneral); this.tabUseCase.Controls.Add(this.pgUCGeneral); this.tabUseCase.Controls.Add(this.pgAttributes); this.tabUseCase.Controls.Add(this.pgPGeneral); this.tabUseCase.Controls.Add(this.pgGlossary); this.tabUseCase.Controls.Add(this.pgHistory); this.tabUseCase.Controls.Add(this.pgDetails); this.tabUseCase.Controls.Add(this.pgProse); this.tabUseCase.Controls.Add(this.pgRequirements); this.tabUseCase.Dock = System.Windows.Forms.DockStyle.Fill; this.tabUseCase.Location = new System.Drawing.Point(130, 28); this.tabUseCase.Name = "tabUseCase"; this.tabUseCase.SelectedIndex = 0; this.tabUseCase.Size = new System.Drawing.Size(522, 373); this.tabUseCase.TabIndex = 4; this.tabUseCase.SelectedIndexChanged += new System.EventHandler(this.tabUseCase_SelectedIndexChanged); // // pgMain // this.pgMain.Controls.Add(this.pnlAbout); this.pgMain.Controls.Add(this.pnlUseCasesContainer); this.pgMain.Controls.Add(this.pnlActorsContainer); this.pgMain.Controls.Add(this.pnlPackagesContainer); this.pgMain.Controls.Add(this.pnlFullPathContainer); this.pgMain.Location = new System.Drawing.Point(4, 22); this.pgMain.Name = "pgMain"; this.pgMain.Size = new System.Drawing.Size(514, 347); this.pgMain.TabIndex = 8; this.pgMain.Text = "[Main]"; // // pnlAbout // this.pnlAbout.BackColor = System.Drawing.Color.White; this.pnlAbout.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pnlAbout.Controls.Add(this.lblVersion); this.pnlAbout.Controls.Add(this.label1); this.pnlAbout.Dock = System.Windows.Forms.DockStyle.Bottom; this.pnlAbout.Location = new System.Drawing.Point(0, 283); this.pnlAbout.Name = "pnlAbout"; this.pnlAbout.Size = new System.Drawing.Size(514, 64); this.pnlAbout.TabIndex = 13; // // lblVersion // this.lblVersion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.lblVersion.ForeColor = System.Drawing.Color.LightSteelBlue; this.lblVersion.Location = new System.Drawing.Point(344, 32); this.lblVersion.Name = "lblVersion"; this.lblVersion.Size = new System.Drawing.Size(160, 23); this.lblVersion.TabIndex = 15; this.lblVersion.Text = "[1.0.0.0]"; this.lblVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label1.ForeColor = System.Drawing.Color.LightSteelBlue; this.label1.Location = new System.Drawing.Point(344, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(160, 23); this.label1.TabIndex = 14; this.label1.Text = "Use Case Maker"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // pnlUseCasesContainer // this.pnlUseCasesContainer.Controls.Add(this.lblUseCases); this.pnlUseCasesContainer.Controls.Add(this.lblUseCasesTitle); this.pnlUseCasesContainer.Dock = System.Windows.Forms.DockStyle.Top; this.pnlUseCasesContainer.Location = new System.Drawing.Point(0, 72); this.pnlUseCasesContainer.Name = "pnlUseCasesContainer"; this.pnlUseCasesContainer.Size = new System.Drawing.Size(514, 24); this.pnlUseCasesContainer.TabIndex = 11; // // lblUseCases // this.lblUseCases.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblUseCases.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblUseCases.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblUseCases.Location = new System.Drawing.Point(120, 8); this.lblUseCases.Name = "lblUseCases"; this.lblUseCases.Size = new System.Drawing.Size(386, 16); this.lblUseCases.TabIndex = 9; // // lblUseCasesTitle // this.lblUseCasesTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblUseCasesTitle.Location = new System.Drawing.Point(8, 8); this.lblUseCasesTitle.Name = "lblUseCasesTitle"; this.lblUseCasesTitle.Size = new System.Drawing.Size(100, 16); this.lblUseCasesTitle.TabIndex = 8; this.lblUseCasesTitle.Text = "[Use cases]"; // // pnlActorsContainer // this.pnlActorsContainer.Controls.Add(this.lblActors); this.pnlActorsContainer.Controls.Add(this.lblActorsTitle); this.pnlActorsContainer.Dock = System.Windows.Forms.DockStyle.Top; this.pnlActorsContainer.Location = new System.Drawing.Point(0, 48); this.pnlActorsContainer.Name = "pnlActorsContainer"; this.pnlActorsContainer.Size = new System.Drawing.Size(514, 24); this.pnlActorsContainer.TabIndex = 10; // // lblActors // this.lblActors.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblActors.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblActors.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblActors.Location = new System.Drawing.Point(120, 8); this.lblActors.Name = "lblActors"; this.lblActors.Size = new System.Drawing.Size(386, 16); this.lblActors.TabIndex = 7; // // lblActorsTitle // this.lblActorsTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblActorsTitle.Location = new System.Drawing.Point(8, 8); this.lblActorsTitle.Name = "lblActorsTitle"; this.lblActorsTitle.Size = new System.Drawing.Size(100, 16); this.lblActorsTitle.TabIndex = 6; this.lblActorsTitle.Text = "[Actors]"; // // pnlPackagesContainer // this.pnlPackagesContainer.Controls.Add(this.lblPackages); this.pnlPackagesContainer.Controls.Add(this.lblPackagesTitle); this.pnlPackagesContainer.Dock = System.Windows.Forms.DockStyle.Top; this.pnlPackagesContainer.Location = new System.Drawing.Point(0, 24); this.pnlPackagesContainer.Name = "pnlPackagesContainer"; this.pnlPackagesContainer.Size = new System.Drawing.Size(514, 24); this.pnlPackagesContainer.TabIndex = 9; // // lblPackages // this.lblPackages.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblPackages.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblPackages.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblPackages.Location = new System.Drawing.Point(120, 8); this.lblPackages.Name = "lblPackages"; this.lblPackages.Size = new System.Drawing.Size(386, 16); this.lblPackages.TabIndex = 5; // // lblPackagesTitle // this.lblPackagesTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblPackagesTitle.Location = new System.Drawing.Point(8, 8); this.lblPackagesTitle.Name = "lblPackagesTitle"; this.lblPackagesTitle.Size = new System.Drawing.Size(100, 16); this.lblPackagesTitle.TabIndex = 4; this.lblPackagesTitle.Text = "[Packages]"; // // pnlFullPathContainer // this.pnlFullPathContainer.Controls.Add(this.lblFullPath); this.pnlFullPathContainer.Controls.Add(this.lblFullPathTitle); this.pnlFullPathContainer.Dock = System.Windows.Forms.DockStyle.Top; this.pnlFullPathContainer.Location = new System.Drawing.Point(0, 0); this.pnlFullPathContainer.Name = "pnlFullPathContainer"; this.pnlFullPathContainer.Size = new System.Drawing.Size(514, 24); this.pnlFullPathContainer.TabIndex = 8; // // lblFullPath // this.lblFullPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblFullPath.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblFullPath.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblFullPath.Location = new System.Drawing.Point(120, 8); this.lblFullPath.Name = "lblFullPath"; this.lblFullPath.Size = new System.Drawing.Size(386, 16); this.lblFullPath.TabIndex = 3; // // lblFullPathTitle // this.lblFullPathTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblFullPathTitle.Location = new System.Drawing.Point(8, 8); this.lblFullPathTitle.Name = "lblFullPathTitle"; this.lblFullPathTitle.Size = new System.Drawing.Size(100, 16); this.lblFullPathTitle.TabIndex = 2; this.lblFullPathTitle.Text = "[Full path]"; // // pgFlowOfEvents // this.pgFlowOfEvents.Controls.Add(this.btnInsertRefStep); this.pgFlowOfEvents.Controls.Add(this.btnAddRefStep); this.pgFlowOfEvents.Controls.Add(this.UCList); this.pgFlowOfEvents.Controls.Add(this.btnInsertStep); this.pgFlowOfEvents.Controls.Add(this.btnAddAltStep); this.pgFlowOfEvents.Controls.Add(this.btnRemoveStep); this.pgFlowOfEvents.Controls.Add(this.btnAddStep); this.pgFlowOfEvents.Controls.Add(this.lblStepsTitle); this.pgFlowOfEvents.Location = new System.Drawing.Point(4, 22); this.pgFlowOfEvents.Name = "pgFlowOfEvents"; this.pgFlowOfEvents.Size = new System.Drawing.Size(514, 347); this.pgFlowOfEvents.TabIndex = 1; this.pgFlowOfEvents.Text = "[Flow of events]"; // // btnInsertRefStep // this.btnInsertRefStep.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnInsertRefStep.Enabled = false; this.btnInsertRefStep.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnInsertRefStep.Location = new System.Drawing.Point(387, 152); this.btnInsertRefStep.Name = "btnInsertRefStep"; this.btnInsertRefStep.Size = new System.Drawing.Size(120, 23); this.btnInsertRefStep.TabIndex = 6; this.btnInsertRefStep.Text = "[Insert reference]"; this.btnInsertRefStep.Click += new System.EventHandler(this.btnInsertRefStep_Click); // // btnAddRefStep // this.btnAddRefStep.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnAddRefStep.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnAddRefStep.Location = new System.Drawing.Point(387, 120); this.btnAddRefStep.Name = "btnAddRefStep"; this.btnAddRefStep.Size = new System.Drawing.Size(120, 23); this.btnAddRefStep.TabIndex = 5; this.btnAddRefStep.Text = "[Add reference]"; this.btnAddRefStep.Click += new System.EventHandler(this.btnAddRefStep_Click); // // UCList // this.UCList.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.UCList.AutoScroll = true; this.UCList.AutoScrollMinSize = new System.Drawing.Size(5, 5); this.UCList.BackColor = System.Drawing.SystemColors.Window; this.UCList.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.UCList.DataSource = null; this.UCList.IndexBackColor = System.Drawing.SystemColors.Control; this.UCList.IndexColumnWidth = 50; this.UCList.IndexDataField = null; this.UCList.Location = new System.Drawing.Point(96, 8); this.UCList.Name = "UCList"; this.UCList.ReadOnlyBackColor = System.Drawing.SystemColors.ControlLight; this.UCList.RowHeight = 46; this.UCList.SelectedIndex = -1; this.UCList.Size = new System.Drawing.Size(284, 327); this.UCList.TabIndex = 0; this.UCList.TextBackColor = System.Drawing.SystemColors.Window; this.UCList.TextColumnWidth = 229; this.UCList.TextDataField = null; this.UCList.UniqueIDDataField = null; this.UCList.ItemTextChanged += new UseCaseMakerControls.ItemTextChangedEventHandler(this.UCList_ItemTextChanged); this.UCList.SelectedChanged += new UseCaseMakerControls.SelectedChangeEventHandler(this.UCList_SelectedChanged); this.UCList.ItemClick += new UseCaseMakerControls.ItemClickEventHandler(this.UCList_ItemClick); this.UCList.ItemTextSelectionChanged += new UseCaseMakerControls.ItemTextSelectionChangedEventHandler(this.OnEditableStateChanged); this.UCList.ItemTextEnter += new UseCaseMakerControls.ItemTextEnterEventHandler(this.OnEditableStateChanged); this.UCList.MouseOverToken += new UseCaseMakerControls.MouseOverTokenEventHandler(this.UCList_MouseOverToken); // // btnInsertStep // this.btnInsertStep.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnInsertStep.Enabled = false; this.btnInsertStep.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnInsertStep.Location = new System.Drawing.Point(386, 40); this.btnInsertStep.Name = "btnInsertStep"; this.btnInsertStep.Size = new System.Drawing.Size(120, 23); this.btnInsertStep.TabIndex = 2; this.btnInsertStep.Text = "[Insert]"; this.btnInsertStep.Click += new System.EventHandler(this.btnInsertStep_Click); // // btnAddAltStep // this.btnAddAltStep.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnAddAltStep.Enabled = false; this.btnAddAltStep.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnAddAltStep.Location = new System.Drawing.Point(386, 80); this.btnAddAltStep.Name = "btnAddAltStep"; this.btnAddAltStep.Size = new System.Drawing.Size(120, 23); this.btnAddAltStep.TabIndex = 3; this.btnAddAltStep.Text = "[Add alternative]"; this.btnAddAltStep.Click += new System.EventHandler(this.btnAddAltStep_Click); // // btnRemoveStep // this.btnRemoveStep.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnRemoveStep.Enabled = false; this.btnRemoveStep.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnRemoveStep.Location = new System.Drawing.Point(387, 192); this.btnRemoveStep.Name = "btnRemoveStep"; this.btnRemoveStep.Size = new System.Drawing.Size(120, 23); this.btnRemoveStep.TabIndex = 7; this.btnRemoveStep.Text = "[Remove]"; this.btnRemoveStep.Click += new System.EventHandler(this.btnRemoveStep_Click); // // btnAddStep // this.btnAddStep.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnAddStep.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnAddStep.Location = new System.Drawing.Point(386, 8); this.btnAddStep.Name = "btnAddStep"; this.btnAddStep.Size = new System.Drawing.Size(120, 23); this.btnAddStep.TabIndex = 1; this.btnAddStep.Text = "[Add]"; this.btnAddStep.Click += new System.EventHandler(this.btnAddStep_Click); // // lblStepsTitle // this.lblStepsTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblStepsTitle.Location = new System.Drawing.Point(8, 8); this.lblStepsTitle.Name = "lblStepsTitle"; this.lblStepsTitle.Size = new System.Drawing.Size(88, 16); this.lblStepsTitle.TabIndex = 9; this.lblStepsTitle.Text = "[Steps]"; // // pgAGeneral // this.pgAGeneral.Controls.Add(this.btnRemoveGoal); this.pgAGeneral.Controls.Add(this.btnAddGoal); this.pgAGeneral.Controls.Add(this.AGList); this.pgAGeneral.Controls.Add(this.lblAGoalsTitle); this.pgAGeneral.Controls.Add(this.btnANameChange); this.pgAGeneral.Controls.Add(this.lblAName); this.pgAGeneral.Controls.Add(this.lblANameTitle); this.pgAGeneral.Controls.Add(this.lblAOwner); this.pgAGeneral.Controls.Add(this.lblAOwnerTitle); this.pgAGeneral.Controls.Add(this.lblAID); this.pgAGeneral.Controls.Add(this.lblAIDTitle); this.pgAGeneral.Location = new System.Drawing.Point(4, 22); this.pgAGeneral.Name = "pgAGeneral"; this.pgAGeneral.Size = new System.Drawing.Size(514, 347); this.pgAGeneral.TabIndex = 7; this.pgAGeneral.Text = "[General (A)]"; // // btnRemoveGoal // this.btnRemoveGoal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnRemoveGoal.Enabled = false; this.btnRemoveGoal.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnRemoveGoal.Location = new System.Drawing.Point(382, 104); this.btnRemoveGoal.Name = "btnRemoveGoal"; this.btnRemoveGoal.Size = new System.Drawing.Size(120, 24); this.btnRemoveGoal.TabIndex = 14; this.btnRemoveGoal.Text = "[Remove]"; this.btnRemoveGoal.Click += new System.EventHandler(this.btnRemoveGoal_Click); // // btnAddGoal // this.btnAddGoal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnAddGoal.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnAddGoal.Location = new System.Drawing.Point(382, 72); this.btnAddGoal.Name = "btnAddGoal"; this.btnAddGoal.Size = new System.Drawing.Size(120, 24); this.btnAddGoal.TabIndex = 13; this.btnAddGoal.Text = "[Add]"; this.btnAddGoal.Click += new System.EventHandler(this.btnAddGoal_Click); // // AGList // this.AGList.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.AGList.AutoScroll = true; this.AGList.AutoScrollMinSize = new System.Drawing.Size(5, 5); this.AGList.BackColor = System.Drawing.SystemColors.Window; this.AGList.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.AGList.DataSource = null; this.AGList.IndexBackColor = System.Drawing.SystemColors.Control; this.AGList.IndexColumnWidth = 50; this.AGList.IndexDataField = null; this.AGList.Location = new System.Drawing.Point(104, 72); this.AGList.Name = "AGList"; this.AGList.ReadOnlyBackColor = System.Drawing.SystemColors.Window; this.AGList.RowHeight = 46; this.AGList.SelectedIndex = -1; this.AGList.Size = new System.Drawing.Size(271, 262); this.AGList.TabIndex = 1; this.AGList.TextBackColor = System.Drawing.SystemColors.Window; this.AGList.TextColumnWidth = 216; this.AGList.TextDataField = null; this.AGList.UniqueIDDataField = null; this.AGList.ItemTextChanged += new UseCaseMakerControls.ItemTextChangedEventHandler(this.AGList_ItemTextChanged); this.AGList.SelectedChanged += new UseCaseMakerControls.SelectedChangeEventHandler(this.AGList_SelectedChanged); this.AGList.ItemClick += new UseCaseMakerControls.ItemClickEventHandler(this.AGList_ItemClick); this.AGList.ItemTextSelectionChanged += new UseCaseMakerControls.ItemTextSelectionChangedEventHandler(this.OnEditableStateChanged); this.AGList.ItemTextEnter += new UseCaseMakerControls.ItemTextEnterEventHandler(this.OnEditableStateChanged); this.AGList.MouseOverToken += new UseCaseMakerControls.MouseOverTokenEventHandler(this.AGList_MouseOverToken); // // lblAGoalsTitle // this.lblAGoalsTitle.Location = new System.Drawing.Point(8, 72); this.lblAGoalsTitle.Name = "lblAGoalsTitle"; this.lblAGoalsTitle.Size = new System.Drawing.Size(80, 16); this.lblAGoalsTitle.TabIndex = 12; this.lblAGoalsTitle.Text = "[Goals]"; // // btnANameChange // this.btnANameChange.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnANameChange.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnANameChange.Location = new System.Drawing.Point(383, 40); this.btnANameChange.Name = "btnANameChange"; this.btnANameChange.Size = new System.Drawing.Size(120, 23); this.btnANameChange.TabIndex = 0; this.btnANameChange.Text = "[Change]"; this.btnANameChange.Click += new System.EventHandler(this.btnANameChange_Click); // // lblAName // this.lblAName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblAName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblAName.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblAName.Location = new System.Drawing.Point(104, 40); this.lblAName.Name = "lblAName"; this.lblAName.Size = new System.Drawing.Size(271, 20); this.lblAName.TabIndex = 11; // // lblANameTitle // this.lblANameTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblANameTitle.Location = new System.Drawing.Point(8, 40); this.lblANameTitle.Name = "lblANameTitle"; this.lblANameTitle.Size = new System.Drawing.Size(80, 16); this.lblANameTitle.TabIndex = 10; this.lblANameTitle.Text = "[Name]"; // // lblAOwner // this.lblAOwner.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblAOwner.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblAOwner.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblAOwner.Location = new System.Drawing.Point(320, 8); this.lblAOwner.Name = "lblAOwner"; this.lblAOwner.Size = new System.Drawing.Size(186, 20); this.lblAOwner.TabIndex = 9; // // lblAOwnerTitle // this.lblAOwnerTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblAOwnerTitle.Location = new System.Drawing.Point(208, 8); this.lblAOwnerTitle.Name = "lblAOwnerTitle"; this.lblAOwnerTitle.Size = new System.Drawing.Size(96, 16); this.lblAOwnerTitle.TabIndex = 8; this.lblAOwnerTitle.Text = "[Owning package]"; // // lblAID // this.lblAID.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblAID.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblAID.Location = new System.Drawing.Point(104, 8); this.lblAID.Name = "lblAID"; this.lblAID.Size = new System.Drawing.Size(80, 20); this.lblAID.TabIndex = 7; // // lblAIDTitle // this.lblAIDTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblAIDTitle.Location = new System.Drawing.Point(8, 8); this.lblAIDTitle.Name = "lblAIDTitle"; this.lblAIDTitle.Size = new System.Drawing.Size(80, 16); this.lblAIDTitle.TabIndex = 6; this.lblAIDTitle.Text = "[ID]"; // // pgUCGeneral // this.pgUCGeneral.Controls.Add(this.tbPostconditions); this.pgUCGeneral.Controls.Add(this.tbPreconditions); this.pgUCGeneral.Controls.Add(this.lblUCName); this.pgUCGeneral.Controls.Add(this.btnUCNameChange); this.pgUCGeneral.Controls.Add(this.btnSetPrimaryActor); this.pgUCGeneral.Controls.Add(this.btnRemoveActor); this.pgUCGeneral.Controls.Add(this.btnAddActor); this.pgUCGeneral.Controls.Add(this.lvActors); this.pgUCGeneral.Controls.Add(this.lblUCActorsTitle); this.pgUCGeneral.Controls.Add(this.lblPostconditionsTitle); this.pgUCGeneral.Controls.Add(this.lblPreconditionsTitle); this.pgUCGeneral.Controls.Add(this.lblUCNameTitle); this.pgUCGeneral.Controls.Add(this.lblUCOwner); this.pgUCGeneral.Controls.Add(this.lblUCOwnerTitle); this.pgUCGeneral.Controls.Add(this.lblUCID); this.pgUCGeneral.Controls.Add(this.lblUCIDTitle); this.pgUCGeneral.Location = new System.Drawing.Point(4, 22); this.pgUCGeneral.Name = "pgUCGeneral"; this.pgUCGeneral.Size = new System.Drawing.Size(514, 347); this.pgUCGeneral.TabIndex = 0; this.pgUCGeneral.Text = "[General (UC)]"; // // tbPostconditions // this.tbPostconditions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbPostconditions.CaseSensitive = false; this.tbPostconditions.FilterAutoComplete = false; this.tbPostconditions.Location = new System.Drawing.Point(104, 144); this.tbPostconditions.MaxUndoRedoSteps = 50; this.tbPostconditions.Name = "tbPostconditions"; this.tbPostconditions.Size = new System.Drawing.Size(400, 64); this.tbPostconditions.TabIndex = 30; this.tbPostconditions.Text = ""; this.tbPostconditions.ItemTextSelectionChanged += new UseCaseMakerControls.ItemTextSelectionChangedEventHandler(this.OnEditableStateChanged); this.tbPostconditions.ItemTextEnter += new UseCaseMakerControls.ItemTextEnterEventHandler(this.OnEditableStateChanged); this.tbPostconditions.ItemClick += new UseCaseMakerControls.ItemClickEventHandler(this.tbPostconditions_ItemClick); this.tbPostconditions.ItemTextChanged += new UseCaseMakerControls.ItemTextChangedEventHandler(this.tbPostconditions_ItemTextChanged); this.tbPostconditions.MouseOverToken += new UseCaseMakerControls.MouseOverTokenEventHandler(this.tbPostconditions_MouseOverToken); // // tbPreconditions // this.tbPreconditions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbPreconditions.CaseSensitive = false; this.tbPreconditions.FilterAutoComplete = false; this.tbPreconditions.Location = new System.Drawing.Point(104, 72); this.tbPreconditions.MaxUndoRedoSteps = 50; this.tbPreconditions.Name = "tbPreconditions"; this.tbPreconditions.Size = new System.Drawing.Size(400, 64); this.tbPreconditions.TabIndex = 29; this.tbPreconditions.Text = ""; this.tbPreconditions.ItemTextSelectionChanged += new UseCaseMakerControls.ItemTextSelectionChangedEventHandler(this.OnEditableStateChanged); this.tbPreconditions.ItemTextEnter += new UseCaseMakerControls.ItemTextEnterEventHandler(this.OnEditableStateChanged); this.tbPreconditions.ItemClick += new UseCaseMakerControls.ItemClickEventHandler(this.tbPreconditions_ItemClick); this.tbPreconditions.ItemTextChanged += new UseCaseMakerControls.ItemTextChangedEventHandler(this.tbPreconditions_ItemTextChanged); this.tbPreconditions.MouseOverToken += new UseCaseMakerControls.MouseOverTokenEventHandler(this.tbPreconditions_MouseOverToken); // // lblUCName // this.lblUCName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblUCName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblUCName.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblUCName.Location = new System.Drawing.Point(104, 40); this.lblUCName.Name = "lblUCName"; this.lblUCName.Size = new System.Drawing.Size(274, 20); this.lblUCName.TabIndex = 28; // // btnUCNameChange // this.btnUCNameChange.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnUCNameChange.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnUCNameChange.Location = new System.Drawing.Point(386, 40); this.btnUCNameChange.Name = "btnUCNameChange"; this.btnUCNameChange.Size = new System.Drawing.Size(120, 23); this.btnUCNameChange.TabIndex = 0; this.btnUCNameChange.Text = "[Change]"; this.btnUCNameChange.Click += new System.EventHandler(this.btnUCNameChange_Click); // // btnSetPrimaryActor // this.btnSetPrimaryActor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSetPrimaryActor.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnSetPrimaryActor.Location = new System.Drawing.Point(386, 280); this.btnSetPrimaryActor.Name = "btnSetPrimaryActor"; this.btnSetPrimaryActor.Size = new System.Drawing.Size(120, 23); this.btnSetPrimaryActor.TabIndex = 6; this.btnSetPrimaryActor.Text = "[Set primary]"; this.btnSetPrimaryActor.Click += new System.EventHandler(this.btnSetPrimaryActor_Click); // // btnRemoveActor // this.btnRemoveActor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnRemoveActor.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnRemoveActor.Location = new System.Drawing.Point(386, 248); this.btnRemoveActor.Name = "btnRemoveActor"; this.btnRemoveActor.Size = new System.Drawing.Size(120, 23); this.btnRemoveActor.TabIndex = 5; this.btnRemoveActor.Text = "[Remove]"; this.btnRemoveActor.Click += new System.EventHandler(this.btnRemoveActor_Click); // // btnAddActor // this.btnAddActor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnAddActor.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnAddActor.Location = new System.Drawing.Point(386, 216); this.btnAddActor.Name = "btnAddActor"; this.btnAddActor.Size = new System.Drawing.Size(120, 23); this.btnAddActor.TabIndex = 4; this.btnAddActor.Text = "[Add]"; this.btnAddActor.Click += new System.EventHandler(this.btnAddActor_Click); // // lvActors // this.lvActors.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.lvActors.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chActorName, this.chActorPrimary}); this.lvActors.FullRowSelect = true; this.lvActors.GridLines = true; this.lvActors.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.lvActors.HideSelection = false; this.lvActors.LabelWrap = false; this.lvActors.Location = new System.Drawing.Point(104, 216); this.lvActors.MultiSelect = false; this.lvActors.Name = "lvActors"; this.lvActors.Size = new System.Drawing.Size(274, 119); this.lvActors.TabIndex = 3; this.lvActors.View = System.Windows.Forms.View.Details; this.lvActors.Layout += new System.Windows.Forms.LayoutEventHandler(this.lvActors_Layout); this.lvActors.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lvActors_MouseMove); this.lvActors.SelectedIndexChanged += new System.EventHandler(this.lvActors_SelectedIndexChanged); // // chActorName // this.chActorName.Text = "[Name]"; this.chActorName.Width = 184; // // chActorPrimary // this.chActorPrimary.Text = "[Primary]"; this.chActorPrimary.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lblUCActorsTitle // this.lblUCActorsTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblUCActorsTitle.Location = new System.Drawing.Point(8, 216); this.lblUCActorsTitle.Name = "lblUCActorsTitle"; this.lblUCActorsTitle.Size = new System.Drawing.Size(88, 16); this.lblUCActorsTitle.TabIndex = 22; this.lblUCActorsTitle.Text = "[Actors]"; // // lblPostconditionsTitle // this.lblPostconditionsTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblPostconditionsTitle.Location = new System.Drawing.Point(8, 144); this.lblPostconditionsTitle.Name = "lblPostconditionsTitle"; this.lblPostconditionsTitle.Size = new System.Drawing.Size(88, 16); this.lblPostconditionsTitle.TabIndex = 20; this.lblPostconditionsTitle.Text = "[Postconditions]"; // // lblPreconditionsTitle // this.lblPreconditionsTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblPreconditionsTitle.Location = new System.Drawing.Point(8, 72); this.lblPreconditionsTitle.Name = "lblPreconditionsTitle"; this.lblPreconditionsTitle.Size = new System.Drawing.Size(88, 16); this.lblPreconditionsTitle.TabIndex = 18; this.lblPreconditionsTitle.Text = "[Preconditions]"; // // lblUCNameTitle // this.lblUCNameTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblUCNameTitle.Location = new System.Drawing.Point(8, 40); this.lblUCNameTitle.Name = "lblUCNameTitle"; this.lblUCNameTitle.Size = new System.Drawing.Size(80, 16); this.lblUCNameTitle.TabIndex = 4; this.lblUCNameTitle.Text = "[Name]"; // // lblUCOwner // this.lblUCOwner.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblUCOwner.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblUCOwner.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblUCOwner.Location = new System.Drawing.Point(320, 8); this.lblUCOwner.Name = "lblUCOwner"; this.lblUCOwner.Size = new System.Drawing.Size(186, 20); this.lblUCOwner.TabIndex = 3; // // lblUCOwnerTitle // this.lblUCOwnerTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblUCOwnerTitle.Location = new System.Drawing.Point(208, 8); this.lblUCOwnerTitle.Name = "lblUCOwnerTitle"; this.lblUCOwnerTitle.Size = new System.Drawing.Size(96, 16); this.lblUCOwnerTitle.TabIndex = 2; this.lblUCOwnerTitle.Text = "[Owning package]"; // // lblUCID // this.lblUCID.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblUCID.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblUCID.Location = new System.Drawing.Point(104, 8); this.lblUCID.Name = "lblUCID"; this.lblUCID.Size = new System.Drawing.Size(80, 20); this.lblUCID.TabIndex = 1; // // lblUCIDTitle // this.lblUCIDTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblUCIDTitle.Location = new System.Drawing.Point(8, 8); this.lblUCIDTitle.Name = "lblUCIDTitle"; this.lblUCIDTitle.Size = new System.Drawing.Size(80, 16); this.lblUCIDTitle.TabIndex = 0; this.lblUCIDTitle.Text = "[ID]"; // // pgAttributes // this.pgAttributes.Controls.Add(this.tbNotes); this.pgAttributes.Controls.Add(this.tbDescription); this.pgAttributes.Controls.Add(this.btnOpenRelatedDoc); this.pgAttributes.Controls.Add(this.btnRemoveRelatedDoc); this.pgAttributes.Controls.Add(this.btnAddRelatedDoc); this.pgAttributes.Controls.Add(this.lvRelatedDocs); this.pgAttributes.Controls.Add(this.lblRelatedDocsTitle); this.pgAttributes.Controls.Add(this.lblNotesTitle); this.pgAttributes.Controls.Add(this.lblDescriptionTitle); this.pgAttributes.Location = new System.Drawing.Point(4, 22); this.pgAttributes.Name = "pgAttributes"; this.pgAttributes.Size = new System.Drawing.Size(514, 347); this.pgAttributes.TabIndex = 4; this.pgAttributes.Text = "[Attributes]"; // // tbNotes // this.tbNotes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbNotes.CaseSensitive = false; this.tbNotes.FilterAutoComplete = false; this.tbNotes.Location = new System.Drawing.Point(104, 120); this.tbNotes.MaxUndoRedoSteps = 50; this.tbNotes.Name = "tbNotes"; this.tbNotes.Size = new System.Drawing.Size(400, 104); this.tbNotes.TabIndex = 39; this.tbNotes.Text = ""; this.tbNotes.ItemTextSelectionChanged += new UseCaseMakerControls.ItemTextSelectionChangedEventHandler(this.OnEditableStateChanged); this.tbNotes.ItemTextEnter += new UseCaseMakerControls.ItemTextEnterEventHandler(this.OnEditableStateChanged); this.tbNotes.ItemClick += new UseCaseMakerControls.ItemClickEventHandler(this.tbNotes_ItemClick); this.tbNotes.ItemTextChanged += new UseCaseMakerControls.ItemTextChangedEventHandler(this.tbNotes_ItemTextChanged); this.tbNotes.MouseOverToken += new UseCaseMakerControls.MouseOverTokenEventHandler(this.tbNotes_MouseOverToken); // // tbDescription // this.tbDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbDescription.CaseSensitive = false; this.tbDescription.FilterAutoComplete = false; this.tbDescription.Location = new System.Drawing.Point(104, 8); this.tbDescription.MaxUndoRedoSteps = 50; this.tbDescription.Name = "tbDescription"; this.tbDescription.Size = new System.Drawing.Size(400, 104); this.tbDescription.TabIndex = 38; this.tbDescription.Text = ""; this.tbDescription.ItemTextSelectionChanged += new UseCaseMakerControls.ItemTextSelectionChangedEventHandler(this.OnEditableStateChanged); this.tbDescription.ItemTextEnter += new UseCaseMakerControls.ItemTextEnterEventHandler(this.OnEditableStateChanged); this.tbDescription.ItemClick += new UseCaseMakerControls.ItemClickEventHandler(this.tbDescription_ItemClick); this.tbDescription.ItemTextChanged += new UseCaseMakerControls.ItemTextChangedEventHandler(this.tbDescription_ItemTextChanged); this.tbDescription.MouseOverToken += new UseCaseMakerControls.MouseOverTokenEventHandler(this.tbDescription_MouseOverToken); // // btnOpenRelatedDoc // this.btnOpenRelatedDoc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnOpenRelatedDoc.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnOpenRelatedDoc.Location = new System.Drawing.Point(386, 296); this.btnOpenRelatedDoc.Name = "btnOpenRelatedDoc"; this.btnOpenRelatedDoc.Size = new System.Drawing.Size(120, 23); this.btnOpenRelatedDoc.TabIndex = 5; this.btnOpenRelatedDoc.Text = "[Open]"; this.btnOpenRelatedDoc.Click += new System.EventHandler(this.btnOpenRelatedDoc_Click); // // btnRemoveRelatedDoc // this.btnRemoveRelatedDoc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnRemoveRelatedDoc.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnRemoveRelatedDoc.Location = new System.Drawing.Point(386, 264); this.btnRemoveRelatedDoc.Name = "btnRemoveRelatedDoc"; this.btnRemoveRelatedDoc.Size = new System.Drawing.Size(120, 23); this.btnRemoveRelatedDoc.TabIndex = 4; this.btnRemoveRelatedDoc.Text = "[Remove]"; this.btnRemoveRelatedDoc.Click += new System.EventHandler(this.btnRemoveRelatedDoc_Click); // // btnAddRelatedDoc // this.btnAddRelatedDoc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnAddRelatedDoc.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnAddRelatedDoc.Location = new System.Drawing.Point(386, 232); this.btnAddRelatedDoc.Name = "btnAddRelatedDoc"; this.btnAddRelatedDoc.Size = new System.Drawing.Size(120, 23); this.btnAddRelatedDoc.TabIndex = 3; this.btnAddRelatedDoc.Text = "[Add]"; this.btnAddRelatedDoc.Click += new System.EventHandler(this.btnAddRelatedDoc_Click); // // lvRelatedDocs // this.lvRelatedDocs.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.lvRelatedDocs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1}); this.lvRelatedDocs.FullRowSelect = true; this.lvRelatedDocs.GridLines = true; this.lvRelatedDocs.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.lvRelatedDocs.HideSelection = false; this.lvRelatedDocs.Location = new System.Drawing.Point(104, 232); this.lvRelatedDocs.Name = "lvRelatedDocs"; this.lvRelatedDocs.Size = new System.Drawing.Size(274, 103); this.lvRelatedDocs.TabIndex = 2; this.lvRelatedDocs.View = System.Windows.Forms.View.Details; this.lvRelatedDocs.Layout += new System.Windows.Forms.LayoutEventHandler(this.lvRelatedDocs_Layout); this.lvRelatedDocs.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lvRelatedDocs_MouseMove); this.lvRelatedDocs.SelectedIndexChanged += new System.EventHandler(this.lvRelatedDocs_SelectedIndexChanged); // // columnHeader1 // this.columnHeader1.Width = 200; // // lblRelatedDocsTitle // this.lblRelatedDocsTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblRelatedDocsTitle.Location = new System.Drawing.Point(8, 232); this.lblRelatedDocsTitle.Name = "lblRelatedDocsTitle"; this.lblRelatedDocsTitle.Size = new System.Drawing.Size(88, 40); this.lblRelatedDocsTitle.TabIndex = 37; this.lblRelatedDocsTitle.Text = "[Related Docs]"; // // lblNotesTitle // this.lblNotesTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblNotesTitle.Location = new System.Drawing.Point(8, 120); this.lblNotesTitle.Name = "lblNotesTitle"; this.lblNotesTitle.Size = new System.Drawing.Size(88, 40); this.lblNotesTitle.TabIndex = 10; this.lblNotesTitle.Text = "[Notes]"; // // lblDescriptionTitle // this.lblDescriptionTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblDescriptionTitle.Location = new System.Drawing.Point(8, 8); this.lblDescriptionTitle.Name = "lblDescriptionTitle"; this.lblDescriptionTitle.Size = new System.Drawing.Size(88, 40); this.lblDescriptionTitle.TabIndex = 8; this.lblDescriptionTitle.Text = "[Description]"; // // pgPGeneral // this.pgPGeneral.Controls.Add(this.btnPNameChange); this.pgPGeneral.Controls.Add(this.lblPName); this.pgPGeneral.Controls.Add(this.lblPNameTitle); this.pgPGeneral.Controls.Add(this.lblPOwner); this.pgPGeneral.Controls.Add(this.lblPOwnerTitle); this.pgPGeneral.Controls.Add(this.lblPID); this.pgPGeneral.Controls.Add(this.lblPIDTitle); this.pgPGeneral.Location = new System.Drawing.Point(4, 22); this.pgPGeneral.Name = "pgPGeneral"; this.pgPGeneral.Size = new System.Drawing.Size(514, 347); this.pgPGeneral.TabIndex = 9; this.pgPGeneral.Text = "[General(P)]"; // // btnPNameChange // this.btnPNameChange.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPNameChange.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnPNameChange.Location = new System.Drawing.Point(386, 40); this.btnPNameChange.Name = "btnPNameChange"; this.btnPNameChange.Size = new System.Drawing.Size(120, 23); this.btnPNameChange.TabIndex = 0; this.btnPNameChange.Text = "[Change]"; this.btnPNameChange.Click += new System.EventHandler(this.btnPNameChange_Click); // // lblPName // this.lblPName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblPName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblPName.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblPName.Location = new System.Drawing.Point(104, 40); this.lblPName.Name = "lblPName"; this.lblPName.Size = new System.Drawing.Size(274, 20); this.lblPName.TabIndex = 17; // // lblPNameTitle // this.lblPNameTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblPNameTitle.Location = new System.Drawing.Point(8, 40); this.lblPNameTitle.Name = "lblPNameTitle"; this.lblPNameTitle.Size = new System.Drawing.Size(80, 16); this.lblPNameTitle.TabIndex = 16; this.lblPNameTitle.Text = "[Name]"; // // lblPOwner // this.lblPOwner.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblPOwner.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblPOwner.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblPOwner.Location = new System.Drawing.Point(320, 8); this.lblPOwner.Name = "lblPOwner"; this.lblPOwner.Size = new System.Drawing.Size(186, 20); this.lblPOwner.TabIndex = 15; // // lblPOwnerTitle // this.lblPOwnerTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblPOwnerTitle.Location = new System.Drawing.Point(208, 8); this.lblPOwnerTitle.Name = "lblPOwnerTitle"; this.lblPOwnerTitle.Size = new System.Drawing.Size(96, 16); this.lblPOwnerTitle.TabIndex = 14; this.lblPOwnerTitle.Text = "[Owning package]"; // // lblPID // this.lblPID.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblPID.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblPID.Location = new System.Drawing.Point(104, 8); this.lblPID.Name = "lblPID"; this.lblPID.Size = new System.Drawing.Size(80, 20); this.lblPID.TabIndex = 13; // // lblPIDTitle // this.lblPIDTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblPIDTitle.Location = new System.Drawing.Point(8, 8); this.lblPIDTitle.Name = "lblPIDTitle"; this.lblPIDTitle.Size = new System.Drawing.Size(80, 16); this.lblPIDTitle.TabIndex = 12; this.lblPIDTitle.Text = "[ID]"; // // pgGlossary // this.pgGlossary.Controls.Add(this.GList); this.pgGlossary.Controls.Add(this.btnChangeGlossaryItem); this.pgGlossary.Controls.Add(this.btnRemoveGlossaryItem); this.pgGlossary.Controls.Add(this.btnAddGlossaryItem); this.pgGlossary.Location = new System.Drawing.Point(4, 22); this.pgGlossary.Name = "pgGlossary"; this.pgGlossary.Size = new System.Drawing.Size(514, 347); this.pgGlossary.TabIndex = 10; this.pgGlossary.Text = "[Glossary]"; // // GList // this.GList.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.GList.AutoScroll = true; this.GList.AutoScrollMinSize = new System.Drawing.Size(5, 5); this.GList.BackColor = System.Drawing.SystemColors.Window; this.GList.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.GList.DataSource = null; this.GList.IndexBackColor = System.Drawing.SystemColors.Control; this.GList.IndexColumnWidth = 146; this.GList.IndexDataField = null; this.GList.Location = new System.Drawing.Point(8, 8); this.GList.Name = "GList"; this.GList.ReadOnlyBackColor = System.Drawing.SystemColors.Window; this.GList.RowHeight = 46; this.GList.SelectedIndex = -1; this.GList.Size = new System.Drawing.Size(368, 327); this.GList.TabIndex = 4; this.GList.TextBackColor = System.Drawing.SystemColors.Window; this.GList.TextColumnWidth = 217; this.GList.TextDataField = null; this.GList.UniqueIDDataField = null; this.GList.ItemTextChanged += new UseCaseMakerControls.ItemTextChangedEventHandler(this.GList_ItemTextChanged); this.GList.SelectedChanged += new UseCaseMakerControls.SelectedChangeEventHandler(this.GList_SelectedChanged); this.GList.ItemClick += new UseCaseMakerControls.ItemClickEventHandler(this.GList_ItemClick); this.GList.ItemTextSelectionChanged += new UseCaseMakerControls.ItemTextSelectionChangedEventHandler(this.OnEditableStateChanged); this.GList.ItemTextEnter += new UseCaseMakerControls.ItemTextEnterEventHandler(this.OnEditableStateChanged); this.GList.MouseOverToken += new UseCaseMakerControls.MouseOverTokenEventHandler(this.GList_MouseOverToken); // // btnChangeGlossaryItem // this.btnChangeGlossaryItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnChangeGlossaryItem.Enabled = false; this.btnChangeGlossaryItem.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnChangeGlossaryItem.Location = new System.Drawing.Point(384, 40); this.btnChangeGlossaryItem.Name = "btnChangeGlossaryItem"; this.btnChangeGlossaryItem.Size = new System.Drawing.Size(120, 23); this.btnChangeGlossaryItem.TabIndex = 2; this.btnChangeGlossaryItem.Text = "[Change]"; this.btnChangeGlossaryItem.Click += new System.EventHandler(this.btnChangeGlossaryItem_Click); // // btnRemoveGlossaryItem // this.btnRemoveGlossaryItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnRemoveGlossaryItem.Enabled = false; this.btnRemoveGlossaryItem.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnRemoveGlossaryItem.Location = new System.Drawing.Point(384, 72); this.btnRemoveGlossaryItem.Name = "btnRemoveGlossaryItem"; this.btnRemoveGlossaryItem.Size = new System.Drawing.Size(120, 23); this.btnRemoveGlossaryItem.TabIndex = 3; this.btnRemoveGlossaryItem.Text = "[Remove]"; this.btnRemoveGlossaryItem.Click += new System.EventHandler(this.btnRemoveGlossaryItem_Click); // // btnAddGlossaryItem // this.btnAddGlossaryItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnAddGlossaryItem.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnAddGlossaryItem.Location = new System.Drawing.Point(384, 8); this.btnAddGlossaryItem.Name = "btnAddGlossaryItem"; this.btnAddGlossaryItem.Size = new System.Drawing.Size(120, 23); this.btnAddGlossaryItem.TabIndex = 1; this.btnAddGlossaryItem.Text = "[Add]"; this.btnAddGlossaryItem.Click += new System.EventHandler(this.btnAddGlossaryItem_Click); // // pgHistory // this.pgHistory.Controls.Add(this.btnRemoveHistoryItem); this.pgHistory.Controls.Add(this.lvHistory); this.pgHistory.Location = new System.Drawing.Point(4, 22); this.pgHistory.Name = "pgHistory"; this.pgHistory.Size = new System.Drawing.Size(514, 347); this.pgHistory.TabIndex = 5; this.pgHistory.Text = "[History]"; // // btnRemoveHistoryItem // this.btnRemoveHistoryItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnRemoveHistoryItem.Enabled = false; this.btnRemoveHistoryItem.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnRemoveHistoryItem.Location = new System.Drawing.Point(386, 8); this.btnRemoveHistoryItem.Name = "btnRemoveHistoryItem"; this.btnRemoveHistoryItem.Size = new System.Drawing.Size(120, 23); this.btnRemoveHistoryItem.TabIndex = 1; this.btnRemoveHistoryItem.Text = "[Remove]"; this.btnRemoveHistoryItem.Click += new System.EventHandler(this.btnRemoveHistoryItem_Click); // // lvHistory // this.lvHistory.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.lvHistory.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chDate, this.chType, this.chAction, this.chNotes}); this.lvHistory.FullRowSelect = true; this.lvHistory.GridLines = true; this.lvHistory.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.lvHistory.HideSelection = false; this.lvHistory.LabelWrap = false; this.lvHistory.Location = new System.Drawing.Point(8, 8); this.lvHistory.MultiSelect = false; this.lvHistory.Name = "lvHistory"; this.lvHistory.Size = new System.Drawing.Size(370, 327); this.lvHistory.TabIndex = 0; this.lvHistory.View = System.Windows.Forms.View.Details; this.lvHistory.Layout += new System.Windows.Forms.LayoutEventHandler(this.lvHistory_Layout); this.lvHistory.SelectedIndexChanged += new System.EventHandler(this.lvHistory_SelectedIndexChanged); // // chDate // this.chDate.Text = "[Date]"; this.chDate.Width = 100; // // chType // this.chType.Text = "[type]"; this.chType.Width = 100; // // chAction // this.chAction.Text = "[Action]"; this.chAction.Width = 86; // // chNotes // this.chNotes.Text = "[Notes]"; this.chNotes.Width = 150; // // pgDetails // this.pgDetails.Controls.Add(this.OIList); this.pgDetails.Controls.Add(this.btnRemoveOpenIssue); this.pgDetails.Controls.Add(this.btnAddOpenIssue); this.pgDetails.Controls.Add(this.lblOpenIssuesTitle); this.pgDetails.Controls.Add(this.tbRelease); this.pgDetails.Controls.Add(this.lblReleaseTitle); this.pgDetails.Controls.Add(this.tbAssignedTo); this.pgDetails.Controls.Add(this.lblAssignedToTitle); this.pgDetails.Controls.Add(this.btnImplToHistory); this.pgDetails.Controls.Add(this.cmbImplementation); this.pgDetails.Controls.Add(this.lblImplTitle); this.pgDetails.Controls.Add(this.btnStatusToHistory); this.pgDetails.Controls.Add(this.cmbStatus); this.pgDetails.Controls.Add(this.lblStatusTitle); this.pgDetails.Controls.Add(this.cmbComplexity); this.pgDetails.Controls.Add(this.lblComplexityTitle); this.pgDetails.Controls.Add(this.cmbLevel); this.pgDetails.Controls.Add(this.lblLevelTitle); this.pgDetails.Controls.Add(this.tbPriority); this.pgDetails.Controls.Add(this.lblPriorityTitle); this.pgDetails.Location = new System.Drawing.Point(4, 22); this.pgDetails.Name = "pgDetails"; this.pgDetails.Size = new System.Drawing.Size(514, 347); this.pgDetails.TabIndex = 3; this.pgDetails.Text = "[Details]"; // // OIList // this.OIList.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.OIList.AutoScroll = true; this.OIList.AutoScrollMinSize = new System.Drawing.Size(5, 5); this.OIList.BackColor = System.Drawing.SystemColors.Window; this.OIList.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.OIList.DataSource = null; this.OIList.IndexBackColor = System.Drawing.SystemColors.Control; this.OIList.IndexColumnWidth = 50; this.OIList.IndexDataField = null; this.OIList.Location = new System.Drawing.Point(104, 232); this.OIList.Name = "OIList"; this.OIList.ReadOnlyBackColor = System.Drawing.SystemColors.Window; this.OIList.RowHeight = 46; this.OIList.SelectedIndex = -1; this.OIList.Size = new System.Drawing.Size(276, 103); this.OIList.TabIndex = 34; this.OIList.TextBackColor = System.Drawing.SystemColors.Window; this.OIList.TextColumnWidth = 221; this.OIList.TextDataField = null; this.OIList.UniqueIDDataField = null; this.OIList.ItemTextChanged += new UseCaseMakerControls.ItemTextChangedEventHandler(this.OIList_ItemTextChanged); this.OIList.SelectedChanged += new UseCaseMakerControls.SelectedChangeEventHandler(this.OIList_SelectedChanged); this.OIList.ItemClick += new UseCaseMakerControls.ItemClickEventHandler(this.OIList_ItemClick); this.OIList.ItemTextSelectionChanged += new UseCaseMakerControls.ItemTextSelectionChangedEventHandler(this.OnEditableStateChanged); this.OIList.ItemTextEnter += new UseCaseMakerControls.ItemTextEnterEventHandler(this.OnEditableStateChanged); this.OIList.MouseOverToken += new UseCaseMakerControls.MouseOverTokenEventHandler(this.OIList_MouseOverToken); // // btnRemoveOpenIssue // this.btnRemoveOpenIssue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnRemoveOpenIssue.Enabled = false; this.btnRemoveOpenIssue.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnRemoveOpenIssue.Location = new System.Drawing.Point(386, 264); this.btnRemoveOpenIssue.Name = "btnRemoveOpenIssue"; this.btnRemoveOpenIssue.Size = new System.Drawing.Size(120, 23); this.btnRemoveOpenIssue.TabIndex = 12; this.btnRemoveOpenIssue.Text = "[Remove]"; this.btnRemoveOpenIssue.Click += new System.EventHandler(this.btnRemoveOpenIssue_Click); // // btnAddOpenIssue // this.btnAddOpenIssue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnAddOpenIssue.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnAddOpenIssue.Location = new System.Drawing.Point(386, 232); this.btnAddOpenIssue.Name = "btnAddOpenIssue"; this.btnAddOpenIssue.Size = new System.Drawing.Size(120, 23); this.btnAddOpenIssue.TabIndex = 10; this.btnAddOpenIssue.Text = "[Add]"; this.btnAddOpenIssue.Click += new System.EventHandler(this.btnAddOpenIssue_Click); // // lblOpenIssuesTitle // this.lblOpenIssuesTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblOpenIssuesTitle.Location = new System.Drawing.Point(8, 232); this.lblOpenIssuesTitle.Name = "lblOpenIssuesTitle"; this.lblOpenIssuesTitle.Size = new System.Drawing.Size(96, 40); this.lblOpenIssuesTitle.TabIndex = 33; this.lblOpenIssuesTitle.Text = "[Open issues]"; // // tbRelease // this.tbRelease.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbRelease.Location = new System.Drawing.Point(104, 200); this.tbRelease.Name = "tbRelease"; this.tbRelease.Size = new System.Drawing.Size(402, 20); this.tbRelease.TabIndex = 8; this.tbRelease.Text = ""; this.tbRelease.TextChanged += new System.EventHandler(this.tbRelease_TextChanged); // // lblReleaseTitle // this.lblReleaseTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblReleaseTitle.Location = new System.Drawing.Point(8, 200); this.lblReleaseTitle.Name = "lblReleaseTitle"; this.lblReleaseTitle.Size = new System.Drawing.Size(96, 16); this.lblReleaseTitle.TabIndex = 31; this.lblReleaseTitle.Text = "[Release]"; // // tbAssignedTo // this.tbAssignedTo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbAssignedTo.Location = new System.Drawing.Point(104, 168); this.tbAssignedTo.Name = "tbAssignedTo"; this.tbAssignedTo.Size = new System.Drawing.Size(402, 20); this.tbAssignedTo.TabIndex = 7; this.tbAssignedTo.Text = ""; this.tbAssignedTo.TextChanged += new System.EventHandler(this.tbAssignedTo_TextChanged); // // lblAssignedToTitle // this.lblAssignedToTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblAssignedToTitle.Location = new System.Drawing.Point(8, 168); this.lblAssignedToTitle.Name = "lblAssignedToTitle"; this.lblAssignedToTitle.Size = new System.Drawing.Size(96, 16); this.lblAssignedToTitle.TabIndex = 29; this.lblAssignedToTitle.Text = "[Assigned to]"; // // btnImplToHistory // this.btnImplToHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnImplToHistory.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnImplToHistory.Location = new System.Drawing.Point(386, 136); this.btnImplToHistory.Name = "btnImplToHistory"; this.btnImplToHistory.Size = new System.Drawing.Size(120, 23); this.btnImplToHistory.TabIndex = 6; this.btnImplToHistory.Text = "[Add to history]"; this.btnImplToHistory.Click += new System.EventHandler(this.btnImplToHistory_Click); // // cmbImplementation // this.cmbImplementation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmbImplementation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbImplementation.Items.AddRange(new object[] { "[Scheduled]", "[Started]", "[Partial]", "[Complete]", "[Deferred]"}); this.cmbImplementation.Location = new System.Drawing.Point(104, 136); this.cmbImplementation.Name = "cmbImplementation"; this.cmbImplementation.Size = new System.Drawing.Size(274, 20); this.cmbImplementation.TabIndex = 5; this.cmbImplementation.SelectedIndexChanged += new System.EventHandler(this.cmbImplementation_SelectedIndexChanged); // // lblImplTitle // this.lblImplTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblImplTitle.Location = new System.Drawing.Point(8, 136); this.lblImplTitle.Name = "lblImplTitle"; this.lblImplTitle.Size = new System.Drawing.Size(96, 16); this.lblImplTitle.TabIndex = 26; this.lblImplTitle.Text = "[Implementation]"; // // btnStatusToHistory // this.btnStatusToHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnStatusToHistory.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnStatusToHistory.Location = new System.Drawing.Point(386, 104); this.btnStatusToHistory.Name = "btnStatusToHistory"; this.btnStatusToHistory.Size = new System.Drawing.Size(120, 23); this.btnStatusToHistory.TabIndex = 4; this.btnStatusToHistory.Text = "[Add to history]"; this.btnStatusToHistory.Click += new System.EventHandler(this.btnStatusToHistory_Click); // // cmbStatus // this.cmbStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbStatus.Items.AddRange(new object[] { "[Named]", "[Initial]", "[Base]", "[Complete]", "[Deferred]", "[Tested]", "[Approved]"}); this.cmbStatus.Location = new System.Drawing.Point(104, 104); this.cmbStatus.Name = "cmbStatus"; this.cmbStatus.Size = new System.Drawing.Size(274, 20); this.cmbStatus.TabIndex = 3; this.cmbStatus.SelectedIndexChanged += new System.EventHandler(this.cmbStatus_SelectedIndexChanged); // // lblStatusTitle // this.lblStatusTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblStatusTitle.Location = new System.Drawing.Point(8, 104); this.lblStatusTitle.Name = "lblStatusTitle"; this.lblStatusTitle.Size = new System.Drawing.Size(96, 16); this.lblStatusTitle.TabIndex = 12; this.lblStatusTitle.Text = "[Status]"; // // cmbComplexity // this.cmbComplexity.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmbComplexity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbComplexity.Items.AddRange(new object[] { "[Low]", "[Medium]", "[High]"}); this.cmbComplexity.Location = new System.Drawing.Point(104, 72); this.cmbComplexity.Name = "cmbComplexity"; this.cmbComplexity.Size = new System.Drawing.Size(402, 20); this.cmbComplexity.TabIndex = 2; this.cmbComplexity.SelectedIndexChanged += new System.EventHandler(this.cmbComplexity_SelectedIndexChanged); // // lblComplexityTitle // this.lblComplexityTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblComplexityTitle.Location = new System.Drawing.Point(8, 72); this.lblComplexityTitle.Name = "lblComplexityTitle"; this.lblComplexityTitle.Size = new System.Drawing.Size(96, 16); this.lblComplexityTitle.TabIndex = 10; this.lblComplexityTitle.Text = "[Complexity]"; // // cmbLevel // this.cmbLevel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmbLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbLevel.Items.AddRange(new object[] { "[Summary]", "[User]", "[Subfunction]"}); this.cmbLevel.Location = new System.Drawing.Point(104, 40); this.cmbLevel.Name = "cmbLevel"; this.cmbLevel.Size = new System.Drawing.Size(402, 20); this.cmbLevel.TabIndex = 1; this.cmbLevel.SelectedIndexChanged += new System.EventHandler(this.cmbLevel_SelectedIndexChanged); // // lblLevelTitle // this.lblLevelTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblLevelTitle.Location = new System.Drawing.Point(8, 40); this.lblLevelTitle.Name = "lblLevelTitle"; this.lblLevelTitle.Size = new System.Drawing.Size(96, 16); this.lblLevelTitle.TabIndex = 8; this.lblLevelTitle.Text = "[Level]"; // // tbPriority // this.tbPriority.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbPriority.Location = new System.Drawing.Point(104, 8); this.tbPriority.MaxLength = 3; this.tbPriority.Name = "tbPriority"; this.tbPriority.Size = new System.Drawing.Size(402, 20); this.tbPriority.TabIndex = 0; this.tbPriority.Text = ""; this.tbPriority.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbPriority_KeyPress); this.tbPriority.Validating += new System.ComponentModel.CancelEventHandler(this.tbPriority_Validating); this.tbPriority.TextChanged += new System.EventHandler(this.tbPriority_TextChanged); // // lblPriorityTitle // this.lblPriorityTitle.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblPriorityTitle.Location = new System.Drawing.Point(8, 8); this.lblPriorityTitle.Name = "lblPriorityTitle"; this.lblPriorityTitle.Size = new System.Drawing.Size(96, 16); this.lblPriorityTitle.TabIndex = 6; this.lblPriorityTitle.Text = "[Priority]"; // // pgProse // this.pgProse.Controls.Add(this.tbProse); this.pgProse.Location = new System.Drawing.Point(4, 22); this.pgProse.Name = "pgProse"; this.pgProse.Size = new System.Drawing.Size(514, 347); this.pgProse.TabIndex = 2; this.pgProse.Text = "[Prose]"; // // tbProse // this.tbProse.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.tbProse.CaseSensitive = false; this.tbProse.FilterAutoComplete = false; this.tbProse.Location = new System.Drawing.Point(8, 8); this.tbProse.MaxUndoRedoSteps = 50; this.tbProse.Name = "tbProse"; this.tbProse.Size = new System.Drawing.Size(500, 327); this.tbProse.TabIndex = 0; this.tbProse.Text = ""; this.tbProse.ItemTextSelectionChanged += new UseCaseMakerControls.ItemTextSelectionChangedEventHandler(this.OnEditableStateChanged); this.tbProse.ItemTextEnter += new UseCaseMakerControls.ItemTextEnterEventHandler(this.OnEditableStateChanged); this.tbProse.ItemClick += new UseCaseMakerControls.ItemClickEventHandler(this.tbProse_ItemClick); this.tbProse.ItemTextChanged += new UseCaseMakerControls.ItemTextChangedEventHandler(this.tbProse_ItemTextChanged); this.tbProse.MouseOverToken += new UseCaseMakerControls.MouseOverTokenEventHandler(this.tbProse_MouseOverToken); // // pgRequirements // this.pgRequirements.Controls.Add(this.RList); this.pgRequirements.Controls.Add(this.btnRemoveRequirement); this.pgRequirements.Controls.Add(this.btnAddRequirement); this.pgRequirements.Location = new System.Drawing.Point(4, 22); this.pgRequirements.Name = "pgRequirements"; this.pgRequirements.Size = new System.Drawing.Size(514, 347); this.pgRequirements.TabIndex = 6; this.pgRequirements.Text = "[Requirements]"; // // RList // this.RList.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.RList.AutoScroll = true; this.RList.AutoScrollMinSize = new System.Drawing.Size(5, 5); this.RList.BackColor = System.Drawing.SystemColors.Window; this.RList.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.RList.DataSource = null; this.RList.IndexBackColor = System.Drawing.SystemColors.Control; this.RList.IndexColumnWidth = 50; this.RList.IndexDataField = null; this.RList.Location = new System.Drawing.Point(8, 8); this.RList.Name = "RList"; this.RList.ReadOnlyBackColor = System.Drawing.SystemColors.Window; this.RList.RowHeight = 46; this.RList.SelectedIndex = -1; this.RList.Size = new System.Drawing.Size(368, 327); this.RList.TabIndex = 3; this.RList.TextBackColor = System.Drawing.SystemColors.Window; this.RList.TextColumnWidth = 313; this.RList.TextDataField = null; this.RList.UniqueIDDataField = null; this.RList.ItemTextChanged += new UseCaseMakerControls.ItemTextChangedEventHandler(this.RList_ItemTextChanged); this.RList.SelectedChanged += new UseCaseMakerControls.SelectedChangeEventHandler(this.RList_SelectedChange); this.RList.ItemClick += new UseCaseMakerControls.ItemClickEventHandler(this.RList_ItemClick); this.RList.ItemTextSelectionChanged += new UseCaseMakerControls.ItemTextSelectionChangedEventHandler(this.OnEditableStateChanged); this.RList.ItemTextEnter += new UseCaseMakerControls.ItemTextEnterEventHandler(this.OnEditableStateChanged); this.RList.MouseOverToken += new UseCaseMakerControls.MouseOverTokenEventHandler(this.RList_MouseOverToken); // // btnRemoveRequirement // this.btnRemoveRequirement.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnRemoveRequirement.Enabled = false; this.btnRemoveRequirement.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnRemoveRequirement.Location = new System.Drawing.Point(384, 40); this.btnRemoveRequirement.Name = "btnRemoveRequirement"; this.btnRemoveRequirement.Size = new System.Drawing.Size(120, 23); this.btnRemoveRequirement.TabIndex = 2; this.btnRemoveRequirement.Text = "[Remove]"; this.btnRemoveRequirement.Click += new System.EventHandler(this.btnRemoveRequirement_Click); // // btnAddRequirement // this.btnAddRequirement.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnAddRequirement.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnAddRequirement.Location = new System.Drawing.Point(384, 8); this.btnAddRequirement.Name = "btnAddRequirement"; this.btnAddRequirement.Size = new System.Drawing.Size(120, 23); this.btnAddRequirement.TabIndex = 1; this.btnAddRequirement.Text = "[Add]"; this.btnAddRequirement.Click += new System.EventHandler(this.btnAddRequirement_Click); // // statusBar // this.statusBar.Location = new System.Drawing.Point(0, 401); this.statusBar.Name = "statusBar"; this.statusBar.Size = new System.Drawing.Size(652, 22); this.statusBar.TabIndex = 5; // // openModelFileDialog // this.openModelFileDialog.DefaultExt = "ucm"; this.openModelFileDialog.Filter = "UseCaseMaker Model|*.ucm"; // // saveModelFileDialog // this.saveModelFileDialog.DefaultExt = "ucm"; this.saveModelFileDialog.Filter = "UseCaseMaker Model|*.ucm"; // // selectDocFileDialog // this.selectDocFileDialog.DefaultExt = "*.*"; this.selectDocFileDialog.Filter = "All files|*.*"; // // elementTokenCtxMenu // this.elementTokenCtxMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuCtxETGoToDefinition, this.mnuCtxETSep1, this.mnuCtxETCut, this.mnuCtxETCopy, this.mnuCtxETPaste}); // // mnuCtxETGoToDefinition // this.mnuCtxETGoToDefinition.Index = 0; this.mnuCtxETGoToDefinition.Text = "[Go to definition]"; this.mnuCtxETGoToDefinition.Click += new System.EventHandler(this.mnuCtxETGoToDefinition_Click); // // mnuCtxETSep1 // this.mnuCtxETSep1.Index = 1; this.mnuCtxETSep1.Text = "-"; // // mnuCtxETCut // this.mnuCtxETCut.Enabled = false; this.mnuCtxETCut.Index = 2; this.mnuCtxETCut.Text = "[Cut]"; this.mnuCtxETCut.Click += new System.EventHandler(this.mnuCtxETCut_Click); // // mnuCtxETCopy // this.mnuCtxETCopy.Enabled = false; this.mnuCtxETCopy.Index = 3; this.mnuCtxETCopy.Text = "[Copy]"; this.mnuCtxETCopy.Click += new System.EventHandler(this.mnuCtxETCopy_Click); // // mnuCtxETPaste // this.mnuCtxETPaste.Enabled = false; this.mnuCtxETPaste.Index = 4; this.mnuCtxETPaste.Text = "[Paste]"; this.mnuCtxETPaste.Click += new System.EventHandler(this.mnuCtxETPaste_Click); // // imgListSteps // this.imgListSteps.ImageSize = new System.Drawing.Size(16, 16); this.imgListSteps.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListSteps.ImageStream"))); this.imgListSteps.TransparentColor = System.Drawing.Color.Transparent; // // frmMain // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(652, 423); this.Controls.Add(this.splLeft); this.Controls.Add(this.tabUseCase); this.Controls.Add(this.pnlModelBrowser); this.Controls.Add(this.toolBar); this.Controls.Add(this.statusBar); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Menu = this.mainMenu; this.MinimumSize = new System.Drawing.Size(630, 450); this.Name = "frmMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Use Case Maker"; this.Resize += new System.EventHandler(this.frmMain_Resize); this.Load += new System.EventHandler(this.frmMain_Load); this.LocationChanged += new System.EventHandler(this.frmMain_LocationChanged); this.pnlModelBrowser.ResumeLayout(false); this.tabUseCase.ResumeLayout(false); this.pgMain.ResumeLayout(false); this.pnlAbout.ResumeLayout(false); this.pnlUseCasesContainer.ResumeLayout(false); this.pnlActorsContainer.ResumeLayout(false); this.pnlPackagesContainer.ResumeLayout(false); this.pnlFullPathContainer.ResumeLayout(false); this.pgFlowOfEvents.ResumeLayout(false); this.pgAGeneral.ResumeLayout(false); this.pgUCGeneral.ResumeLayout(false); this.pgAttributes.ResumeLayout(false); this.pgPGeneral.ResumeLayout(false); this.pgGlossary.ResumeLayout(false); this.pgHistory.ResumeLayout(false); this.pgDetails.ResumeLayout(false); this.pgProse.ResumeLayout(false); this.pgRequirements.ResumeLayout(false); this.ResumeLayout(false); }