Commit Graph
100 Commits
Author SHA1 Message Date
Rich d739a72c7b - Put RO Adjustment code prior to Replace Words - Match 16 Bit
- Replaced logic for Replace Words so that they are replaced sequentially through  the text rather than sequentially through the word list.
- Added DoTransitionAdjustments that adds hardspaces to Transitions.
- Changed the NextUnicode module to ignore Hard Spaces
- Added logic to find 'real' spaces in ROs and replace only them.  Spaces are  also used to terminate RTF commands.
Added code to handle "AND Range" Transitions
- Use new ToolTip property
- Use new MyStepSectionLayoutData
- Remove Debug
Remove unused code
Renamed TwipsPerPage to PointsPerPage
Adjusted Superscript offset to match 16-Bit
- Added Debug Code to compare 16-Bit and 32-Bit text
- Added Debug Code forr Pagination
- Added optional code to match 16-Bit pagination
Added Ruler for 6 and 7 lines per inch.
2010-09-06 19:39:44 +00:00
Rich cfedc831ba - Added Print Function (Event)
- Added code to Resize Tree as Tree Nodes are expanded and collapsed
- Sorts ROs by value
- Added button to Clear Search Results
- Added button to Copy Search Results to Clipboard
- Split BuildSearchString into separate Parameters
- Added Print Function
- Added button to Clear Search Results
- Added button to Copy Search Results to Clipboard
2010-09-06 19:36:12 +00:00
Rich d0ec2bab6f Added to the User Interface
Settings for Builders Group Demo
Event handler for Search Results Report and Resolution User Interface
Added code to make DataLoader and PDF generation faster
Added ToolTip Property to ItemInfo
Added code to handle "AND Range" Transitions
Changed comment
Sorts ROs by value
2010-09-06 19:35:11 +00:00
Rich 90a7a6dbc0 - Added code to handle missing A0 Section Transitions
- Added code to handle "AND Range" transitions
- Fixed code to replace transition tokens.  It was removing the last character.
Added Background Saving
2010-09-06 19:31:52 +00:00
Rich 773b7c266b Search Results Report
Changed Word conversion to use one instance of a Word Application unless an error occurs.
Changed two timers to Static
2010-09-06 19:30:54 +00:00
Rich ef26bcbdc4 Fixed logic to handle Fortran Formatted Numbers in word documents
Added StepLevel property to ItemInfo
Added StepLevel debug
2010-07-26 13:39:28 +00:00
Rich 7e80c5be8b Place the MSWord Output on top of the background 2010-07-22 22:34:43 +00:00
Rich 80ae2b8577 Fix the line thickness. 2010-07-22 22:34:06 +00:00
Rich ec9ac888a0 Added DocPdf field for caching 2010-07-20 19:32:05 +00:00
Rich 66b6d23501 Changed the terminate code to set the WordApp to null. 2010-07-16 19:02:37 +00:00
Rich 952ef202c9 Fixed logic so that Word will properly restart if a file has errors. 2010-07-16 19:01:46 +00:00
Rich 5af2c31559 Removed Debug Print
Moved code to add sections to Procedure parts
Moved code to add steps to Section parts
Moved code to add steps to Step parts
Changed Debug Print
Fixed a Format Flag conversion DontBreakOptEquipmentList
Changed GetItemFont so that parent items would not be left in the cache
Changed AddIncludedStepNumber to allow for ranges to sub levels.
Added a array reference to StepDataList by index.
2010-06-17 18:42:06 +00:00
Rich 332e35c484 Added PrintOverride colors 2010-06-16 16:04:25 +00:00
Rich 7e780cace3 Debug location for ChangeBars 2010-06-08 20:30:51 +00:00
Rich b46ef2f538 Debug Box layout 2010-06-08 20:30:00 +00:00
Rich 2ccc4078ce Added range Transtion 2,3,4,5,6 and 7 2010-06-08 20:28:48 +00:00
Rich 1a6a940db0 Outlines the RTF version of the table 2010-05-25 19:05:01 +00:00
Rich b00005780b - Fixed Header for EquipmentWBlank
- Aligned Tables properly
- Skip Section Title
- Calculated Table Width
- Fixed ChangeBar logic
- Added Text and Debug layers
- Adedd debug output to PDF
- Changed Paginate logic
- Adedd debug output to PDF
- Move GetParagraphHeight
- Added GetTableWidth
- Added ChangeBar Properties
- Added Debug and Text layers
Removed fixed override color for SVG
Removed simple PageBreak
2010-05-25 16:15:26 +00:00
Rich 9cc6174ad1 Changed CheckOffs
Made DisplayText more generic
Added comments
- Added parameter to DisplayText
- Removed specific OutlineTable
2010-05-25 16:12:51 +00:00
Rich 8fd6c2eac4 - Added ShortPath Property to ItemInfo
- Added MacroList
Added CheckOff data
Added CheckOff and ChangeBar
Fixed inheritance
2010-05-25 16:11:23 +00:00
Rich f21a49d75e Added timing logic
Changed menu text
Support Procedure and ProcedureInfo
Added ChangeBar support
Fixed Ancestor Inheritance
2010-05-25 16:09:40 +00:00
Rich f2c571b113 - Cleanup output folders before processing
- New GenMac code
- Anchors on form design
- Exclude list to eliminate unsupported formats
- Added namespace to svg element
- Added black stroke attribute to line element
Added Checkoffs
Changed ChangeBar structures
2010-05-25 16:07:41 +00:00
Rich 699b412bcd StreamReader & error handling
CheckOff & ChangeBar changes
CheckOff & Gen -> Base
2010-05-25 16:06:14 +00:00
Rich 4e3887c611 2010-05-19 17:51:08 +00:00
Rich bcac3a2e06 2010-05-19 17:50:38 +00:00
Rich 6f21da7573 2010-05-19 15:01:06 +00:00
Rich 1957c4b457 - Removed SvgRtf
- Added Layer Properties
- Setup default Colors
- Moved code to Volian.Print.Library
Added Override Color
2010-05-19 14:56:42 +00:00
Rich 21f32e3434 Removed SvgRtf 2010-05-19 14:55:31 +00:00
Rich 4e85f82557 Using New Volian.Print.Library 2010-05-19 14:54:55 +00:00
Rich e81c993675 Changed library document indicator on the tab. Added search by type and MyDocStyle. 2010-05-01 12:04:49 +00:00
Rich 4f35ce3f69 Code to convert VE-PROMS\Format "RTF" files to SVG. These "RTF" files are not Rich Text Format. They are bang files containing the GenMac Macros. 2010-05-01 10:22:31 +00:00
Rich 52f5166e99 Changed code to use RtfToSvg.cs and convert directly from VE-PROMS\Format folder using "RTF" files. The "RTF" files are not truely Rich Text Format, they are Bang Files containing the GenMac macros for Windows printing. 2010-05-01 10:20:50 +00:00
Rich a01acbef71 Added procedures and functions to analyze formats 2010-04-22 17:30:47 +00:00
Rich b4cb2a0def Added Name property for font
Added logic to keep appropriate symbols in word files
2010-04-22 17:30:15 +00:00
Rich 37688d042f Changed Error Handler 2010-04-21 20:57:39 +00:00
Rich 4a50092154 Code to kill MSWord if it locks-up 2010-04-21 20:56:16 +00:00
Rich 2c14e4113b Added Error Handling code
Added a new parameter to SaveSectionDocument and Error Handling
Changed error handling for InvokeMember to throw an exception
Added code to change the view to PrintMode when determining length
2010-04-21 20:55:28 +00:00
Rich 1741b0e3e0 Moved MS Word Terminate code to WordDoc.cs
Added a new parameter to SaveWordDoc call
2010-04-21 20:53:31 +00:00
Rich 3a27bf6eb6 Added code to handle conversion errors and code to create DocAscii field 2010-04-21 20:52:24 +00:00
Rich d3e88c5120 New static method to clear the Output window in the Development environment. 2010-04-08 17:45:22 +00:00
Rich 5d03ff7368 Updated code to save Ascii text to DocAscii field.
Added code to look for and replace Symbol Characters.
2010-04-08 17:44:22 +00:00
Rich 24c892b008 Updated code to save the DocAscii field. 2010-04-08 17:42:58 +00:00
Rich 88fcff5852 New LBDocumentClass Properties:
string Ascii - Ascii of the entire document text - used for searching
bool HasSymbolCharacters - Looks for symbol characters in the text
Method
ReplaceSymbolCharacters - Replaces any symbol characters with standard characters.
2010-04-08 17:42:14 +00:00
Rich ab43347a92 2010-03-26 14:10:16 +00:00
Rich ad59b627f0 2010-03-26 13:52:30 +00:00
Rich 6d4336307a 2010-03-26 13:51:48 +00:00
Rich ea8ada7cd9 2010-03-26 13:50:59 +00:00
Rich 59cfbbea6c 2010-03-26 12:10:59 +00:00
Rich 2eb5d9d6bc 2010-03-26 12:10:02 +00:00
Rich 53cc599846 2010-03-26 11:42:29 +00:00
Rich 74673d17ae 2010-03-25 19:38:51 +00:00
Rich 076fcfae10 Commented unnecessary "using" statement
Clean-up
2010-03-25 19:35:01 +00:00
Rich fbc56399f1 Added support for iTextSharp
Changed code that determines line color for thin lines.
Temporary fix for "*Resolved Transition Text*" bug
Removed Comment
2010-03-25 19:34:04 +00:00
Rich 42c9f9f46f Removed unnecessary "using" statement
Added enums for Page E_NumberingSequence
2010-03-25 19:32:02 +00:00
Rich 45f0a22be4 Class to support overlay with VE-PROMS (16 bit)
Class that performs print function
Change to use frmPrintMSWord
2010-03-25 19:31:05 +00:00
Rich 73f5975c6e Moved Analyze code to frmAnalyze 2010-03-25 19:29:46 +00:00
Rich b4df2076d3 Code to Determine that the last character was Uppercase 2010-03-25 19:27:30 +00:00
Rich 8dba8a3767 New Properties 2010-03-25 19:26:59 +00:00
Rich b1d4c004d3 Added Config Settings 2010-03-25 19:26:16 +00:00
Rich 01ca268595 Un-commented code to handle some dBase errors 2010-03-25 19:25:17 +00:00
Rich 9712646a16 2010-02-02 21:05:49 +00:00
Rich 13240b4a7d Changed to support VGOutput interface & various bugs fixed.
Scalable form to display an XYPlot
2010-02-02 21:02:34 +00:00
Rich 8dcc308f66 Changed to use Late Binding (LBWordLibrary) 2010-02-02 21:01:07 +00:00
Rich 673acb6ecd Add Printing/Length to Documents.Config as Documents are saved 2010-02-02 20:59:48 +00:00
Rich 5f2e90ad6b Commented-out debug output 2010-02-02 20:58:31 +00:00
Rich b58965c823 Use graphics to display preview of plots 2010-02-02 20:57:54 +00:00
Rich 771df71108 VGOutput interface which supports C1PDF and System.Drawing.Graphics 2010-02-02 20:56:17 +00:00
Rich f8b0964258 Changed to support C1PDF and System.Drawing.Graphics 2010-02-02 20:55:07 +00:00
Rich f2f3f030be Removed unnecessary code 2010-02-02 20:53:57 +00:00
Rich c37952b58c Added Printing/Length to Config 2010-02-02 20:53:11 +00:00
Rich 572ff1f085 Added Printing/Length property 2010-02-02 20:52:31 +00:00
Rich 4a3cbb7b80 Docked font combo to right 2010-02-02 20:51:21 +00:00
Rich 710cfee31d Added properties and methods 2010-02-02 20:50:34 +00:00
Rich b80775a454 Add Printing/Length as Documents are converted 2010-02-02 20:49:34 +00:00
Rich b0fc93d078 Added SearchPrev property 2010-02-01 21:36:11 +00:00
Rich fbd6429670 Code to walk through Items for Find and Replace 2010-02-01 19:38:34 +00:00
Rich 61c9d01516 Added code to locate the currently selected StepItem in the TreeView 2010-01-13 21:32:23 +00:00
Rich d00dc0749e When Content of a StepItem changes, refresh the ItemAnnotations
FindText changed to use StepRTB object
2010-01-11 22:20:33 +00:00
Rich 214cc7769e In the method that strips RTF prior to saving, when a LineBreak token is followed by a Font Change token, remove the fontchange and leave the space 2010-01-11 22:19:28 +00:00
Rich ce4d28e0b9 Refresh ContentInfo objects for any impacted by transition changes
This fixes a bug that if the contentInfo was not refreshed, it was not able to be edited.
This also causes ContentInfo's with Annotations to have the background color changed.
2010-01-11 22:17:52 +00:00
Rich 70a88b5638 Added feature to save search criteria into settings 2010-01-08 14:34:59 +00:00
Rich c7294d5ffd Added new Property CalledFrom which will return the first local in the stack 2010-01-08 14:34:16 +00:00
Rich 9180fba5ec Bug Fix - Delete button enabled for other than procedure StepItems 2010-01-08 14:33:38 +00:00
Rich ec1d6f9bd2 - Bug Fix - Update RNO tab when AER tab is updated
- Commented-Out debug for location
- Bug Fix - Cautions are now added above existing notes
Bug Fix - AdjustSizeForContents - Only adjust width if text != ""
2010-01-08 14:33:04 +00:00
Rich 843c3fc85a Bug Fix - Allow save if text is shorter than 4 characters 2010-01-08 14:31:29 +00:00
Rich 7d79be9a69 Changed Dispose to save search critera lists 2010-01-08 14:30:58 +00:00
Rich 4a977ce48d - Added feature to save search criteria into settings
- Bug Fix - when results list is changed due to a delete or edit, the results selection is cleared
- If a search criteria is selected from the list, the selected criteria is placed at the top of the list
- Limit the number of search criteria to 10.  We may want this to be a user configurable number.
2010-01-08 14:30:16 +00:00
Rich 147dd8919c Bug Fix - If a node doesn't have a parent, the program will not crash 2010-01-08 14:29:08 +00:00
Rich 7ab1302c84 Moved Font ComboBox for Debug 2010-01-08 14:28:13 +00:00
Rich df34079386 Added tables to movement logic
Improved table layout
2009-12-18 18:36:37 +00:00
Rich 3a4ab8c801 Improved Table layout 2009-12-18 18:35:30 +00:00
Rich 6f2b22b67e Save text after adding transition 2009-12-18 18:34:54 +00:00
Rich ee4f83fc20 Change anchor for checkListBoxApplic 2009-12-18 18:34:18 +00:00
Rich 5b853beb2d Default "Change All at Level" False for High Level Steps, True for non-high level steps 2009-12-18 18:33:13 +00:00
Rich a8405cdabc Removed debug from ArcDraw to draw segments in different colors 2009-12-18 18:30:52 +00:00
Rich b65a6abf87 Added ability to set default font for DEBUG 2009-12-18 18:29:58 +00:00
Rich dd1eb7e4f1 Added ToDo Comment 2009-12-18 18:28:54 +00:00
Rich 3858729217 Make TableWidth a Public Method
Fix Logic to move selection around links
2009-12-08 02:32:32 +00:00
Rich 9f780c4477 Added code so that a StepRTB used outside of a StepItem will not cause a crash. 2009-12-07 15:57:22 +00:00
Rich 35627d8fa2 Added code to Just Get RODb and not all of it's children. 2009-12-07 15:56:07 +00:00