在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 电子word编辑器

电子word编辑器

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:16.54M
  • 下载次数:35
  • 浏览次数:230
  • 发布时间:2022-04-21
  • 实例类别:C#语言基础
  • 发 布 人:haolizi3322222
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 电子编辑器 Word

实例介绍

【实例简介】电子word编辑器

此程序实现了word内容,能保存多种方式的文件,内有测试的示例。

【实例截图】

from clipboard

【核心代码】
.
├── EMREditDesigner
│   ├── EMREditDesigner
│   │   ├── Barcode
│   │   │   ├── BarcodeStrings.Designer.cs
│   │   │   ├── BarcodeStrings.resx
│   │   │   └── BarcodeStyle.cs
│   │   ├── Calculator
│   │   │   ├── BinaryExpressionType.cs
│   │   │   ├── BinaryExpresssion.cs
│   │   │   ├── EvaluateFunctionHandler.cs
│   │   │   ├── EvaluateParameterHandler.cs
│   │   │   ├── EvaluateValueHandler.cs
│   │   │   ├── EvaluationVisitor.cs
│   │   │   ├── FunctionArgs.cs
│   │   │   ├── FunctionExpression.cs
│   │   │   ├── LogicalExpression.cs
│   │   │   ├── LogicalExpressionVisitor.cs
│   │   │   ├── ParameterArgs.cs
│   │   │   ├── ParameterExpression.cs
│   │   │   ├── UnaryExpression.cs
│   │   │   ├── UnaryExpressionType.cs
│   │   │   ├── ValueExpression.cs
│   │   │   └── ValueType.cs
│   │   ├── Class89.cs
│   │   ├── Class91.cs
│   │   ├── Class95.cs
│   │   ├── ClassDiagram1.cd
│   │   ├── Commands
│   │   │   ├── BorderBackgroundCommandParameter.cs
│   │   │   ├── BorderCommandApplyRange.cs
│   │   │   ├── BorderSettingsStyle.cs
│   │   │   ├── Images
│   │   │   │   ├── CommandBorderBottom.bmp
│   │   │   │   ├── CommandBorderLeft.bmp
│   │   │   │   ├── CommandBorderRight.bmp
│   │   │   │   ├── CommandBorderTop.bmp
│   │   │   │   ├── imageListBoxItem1.Image.bmp
│   │   │   │   ├── imageListBoxItem2.Image.bmp
│   │   │   │   ├── imageListBoxItem3.Image.bmp
│   │   │   │   ├── imageListBoxItem4.Image.bmp
│   │   │   │   ├── imageListBoxItem5.Image.bmp
│   │   │   │   ├── imageListBoxItem6.Image.bmp
│   │   │   │   ├── imageListBoxItem7.Image.bmp
│   │   │   │   ├── imageListBoxItem8.Image.bmp
│   │   │   │   ├── imageListBoxItem9.Image.bmp
│   │   │   │   └── picBorderPreview.Image.bmp
│   │   │   ├── ParagraphFormatCommandParameter.cs
│   │   │   ├── SearchReplaceCommandArgs.cs
│   │   │   ├── UIStateRefreshLevel.cs
│   │   │   ├── WriterActionModuleList.cs
│   │   │   ├── WriterCommand.cs
│   │   │   ├── WriterCommandContainer.cs
│   │   │   ├── WriterCommandControler.cs
│   │   │   ├── WriterCommandDelegate.cs
│   │   │   ├── WriterCommandDescriptionAttribute.cs
│   │   │   ├── WriterCommandEventArgs.cs
│   │   │   ├── WriterCommandEventHandler.cs
│   │   │   ├── WriterCommandEventMode.cs
│   │   │   ├── WriterCommandList.cs
│   │   │   ├── WriterCommandModule.cs
│   │   │   ├── WriterCommandNameDlgEditor.cs
│   │   │   ├── XTextBarcodeFieldElementProperties.cs
│   │   │   ├── XTextCheckBoxElementProperties.cs
│   │   │   ├── XTextElementProperties.cs
│   │   │   ├── XTextImageElementProperties.cs
│   │   │   ├── XTextInputFieldElementProperties.cs
│   │   │   ├── XTextInputFieldElementPropertiesTypeConverter.cs
│   │   │   ├── XTextTableElementProperties.cs
│   │   │   ├── dlgAttributes.Designer.cs
│   │   │   ├── dlgAttributes.cs
│   │   │   ├── dlgAttributes.resx
│   │   │   ├── dlgBarcodeElementProperties.Designer.cs
│   │   │   ├── dlgBarcodeElementProperties.cs
│   │   │   ├── dlgBarcodeElementProperties.resx
│   │   │   ├── dlgCheckBoxElementProperties.Designer.cs
│   │   │   ├── dlgCheckBoxElementProperties.cs
│   │   │   ├── dlgCheckBoxElementProperties.resx
│   │   │   ├── dlgCommandNameEditor.Designer.cs
│   │   │   ├── dlgCommandNameEditor.cs
│   │   │   ├── dlgCommandNameEditor.resx
│   │   │   ├── dlgDocumentBorderBackground.Designer.cs
│   │   │   ├── dlgDocumentBorderBackground.cs
│   │   │   ├── dlgDocumentBorderBackground.resx
│   │   │   ├── dlgDocumentOptions.Designer.cs
│   │   │   ├── dlgDocumentOptions.cs
│   │   │   ├── dlgDocumentOptions.resx
│   │   │   ├── dlgElementTypeEditor.Designer.cs
│   │   │   ├── dlgElementTypeEditor.cs
│   │   │   ├── dlgElementTypeEditor.resx
│   │   │   ├── dlgInputFieldProperties.Designer.cs
│   │   │   ├── dlgInputFieldProperties.cs
│   │   │   ├── dlgInputFieldProperties.resx
│   │   │   ├── dlgInputFieldSettings.Designer.cs
│   │   │   ├── dlgInputFieldSettings.cs
│   │   │   ├── dlgInputFieldSettings.resx
│   │   │   ├── dlgInputRTF.Designer.cs
│   │   │   ├── dlgInputRTF.cs
│   │   │   ├── dlgInputRTF.resx
│   │   │   ├── dlgInputString.Designer.cs
│   │   │   ├── dlgInputString.cs
│   │   │   ├── dlgInputString.resx
│   │   │   ├── dlgInsertTable.Designer.cs
│   │   │   ├── dlgInsertTable.cs
│   │   │   ├── dlgInsertTable.resx
│   │   │   ├── dlgParagraphFormatcs.Designer.cs
│   │   │   ├── dlgParagraphFormatcs.cs
│   │   │   ├── dlgParagraphFormatcs.resx
│   │   │   ├── dlgRegister.Designer.cs
│   │   │   ├── dlgRegister.cs
│   │   │   ├── dlgRegister.resx
│   │   │   ├── dlgSearch.Designer.cs
│   │   │   ├── dlgSearch.cs
│   │   │   ├── dlgSearch.resx
│   │   │   ├── dlgSpecifyPaste.Designer.cs
│   │   │   ├── dlgSpecifyPaste.cs
│   │   │   ├── dlgSpecifyPaste.resx
│   │   │   ├── dlgWordCount.Designer.cs
│   │   │   ├── dlgWordCount.cs
│   │   │   ├── dlgWordCount.resx
│   │   │   ├── dlgXDataBinding.Designer.cs
│   │   │   ├── dlgXDataBinding.cs
│   │   │   └── dlgXDataBinding.resx
│   │   ├── Common
│   │   │   ├── DocumentCommentAttribute.cs
│   │   │   ├── HtmlAttachFile.cs
│   │   │   ├── HtmlAttachFileList.cs
│   │   │   ├── HtmlDocumentWriter.cs
│   │   │   ├── IVariableProvider.cs
│   │   │   ├── IXDependencyPropertyLoggable.cs
│   │   │   ├── IXDependencyPropertyLogger.cs
│   │   │   ├── ListDebugView.cs
│   │   │   ├── ListDictionary.cs
│   │   │   ├── ObfuscationLevelAttribute.cs
│   │   │   ├── ObfuscationLevelConst.cs
│   │   │   ├── ValueTypeStyle.cs
│   │   │   ├── ValueValidateStyle.cs
│   │   │   ├── ValueValidateStyleStrings.Designer.cs
│   │   │   ├── ValueValidateStyleStrings.cs
│   │   │   ├── ValueValidateStyleStrings.resx
│   │   │   ├── ValueValidateStyleTypeConverter.cs
│   │   │   ├── XDependencyObject.cs
│   │   │   ├── XDependencyObjectEventArgs.cs
│   │   │   ├── XDependencyObjectEventHandler.cs
│   │   │   ├── XDependencyProperty.cs
│   │   │   ├── XDependencyPropertyObjectValues.cs
│   │   │   ├── XHtmlBoxModelStyle.cs
│   │   │   ├── XHtmlDocumentSchema.cs
│   │   │   ├── XSRCategoryAttribute.cs
│   │   │   ├── XSRDescriptionAttribute.cs
│   │   │   ├── XWebBrowsersStyle.cs
│   │   │   ├── dlgValueValidateStyleEditor.Designer.cs
│   │   │   ├── dlgValueValidateStyleEditor.cs
│   │   │   └── dlgValueValidateStyleEditor.resx
│   │   ├── Controls
│   │   │   ├── CommandErrorEventArgs.cs
│   │   │   ├── CommandEventHandler.cs
│   │   │   ├── DateTimeSelectControl.cs
│   │   │   ├── ElementToolTip.cs
│   │   │   ├── ElementToolTipList.cs
│   │   │   ├── ElementValueEditContext.cs
│   │   │   ├── ElementValueEditor.cs
│   │   │   ├── ElementValueEditorEditStyle.cs
│   │   │   ├── TextPageViewControl.cs
│   │   │   ├── TextWindowsFormsEditorHost.cs
│   │   │   ├── ToolTipLevel.cs
│   │   │   ├── ToolTipStyle.cs
│   │   │   ├── WriterControl.cs
│   │   │   ├── WriterControl.resx
│   │   │   ├── XTextInputFieldElementValueEditor.cs
│   │   │   ├── XTreeListBoxEditControl.cs
│   │   │   ├── dlgAbout.Designer.cs
│   │   │   ├── dlgAbout.cs
│   │   │   └── dlgAbout.resx
│   │   ├── Data
│   │   │   ├── DataStrings.Designer.cs
│   │   │   ├── DataStrings.resx
│   │   │   ├── ValueFormatStyle.cs
│   │   │   ├── ValueFormater.cs
│   │   │   ├── ValueFormaterTypeConverter.cs
│   │   │   ├── ValueFormaterUIEditor.cs
│   │   │   ├── XDataBinding.cs
│   │   │   ├── XDataBindingPathItem.cs
│   │   │   ├── XDataBindingProvider.cs
│   │   │   ├── dlgFormatDesigner.Designer.cs
│   │   │   ├── dlgFormatDesigner.cs
│   │   │   └── dlgFormatDesigner.resx
│   │   ├── Dom
│   │   │   ├── BorderElementPosition.cs
│   │   │   ├── CheckBoxControlStyle.cs
│   │   │   ├── CompareHandler.cs
│   │   │   ├── ContentChangedEventArgs.cs
│   │   │   ├── ContentChangedEventHandler.cs
│   │   │   ├── ContentChangingEventArgs.cs
│   │   │   ├── ContentChangingEventHandler.cs
│   │   │   ├── ContentRangeMode.cs
│   │   │   ├── DocumentContentStyle.cs
│   │   │   ├── DocumentContentStyleContainer.cs
│   │   │   ├── DocumentContentWriter.cs
│   │   │   ├── DocumentControler.cs
│   │   │   ├── DocumentControlerSnapshot.cs
│   │   │   ├── DocumentEventArgs.cs
│   │   │   ├── DocumentEventStyles.cs
│   │   │   ├── DocumentInfo.cs
│   │   │   ├── DocumentPaintEventArgs.cs
│   │   │   ├── DocumentRenderStyle.cs
│   │   │   ├── DomAccessFlags.cs
│   │   │   ├── ElementEnumerateEventArgs.cs
│   │   │   ├── ElementEnumerateEventHandler.cs
│   │   │   ├── ElementEventList.cs
│   │   │   ├── ElementType.cs
│   │   │   ├── FilterValueEventArgs.cs
│   │   │   ├── FilterValueEventHandler.cs
│   │   │   ├── HighlightActiveStyle.cs
│   │   │   ├── HighlightInfo.cs
│   │   │   ├── HighlightInfoList.cs
│   │   │   ├── HighlightManager.cs
│   │   │   ├── IUndoable.cs
│   │   │   ├── InputFieldEditStyle.cs
│   │   │   ├── InputFieldListItem.cs
│   │   │   ├── InputFieldSettings.cs
│   │   │   ├── InputValueSource.cs
│   │   │   ├── InputValueType.cs
│   │   │   ├── LinkClickEventArgs.cs
│   │   │   ├── LinkClickEventHandler.cs
│   │   │   ├── MouseCaptureInfo.cs
│   │   │   ├── PageLineInfo.cs
│   │   │   ├── ParagraphListStyle.cs
│   │   │   ├── ParameterValueUpdateMode.cs
│   │   │   ├── SelectionChangingEventArgs.cs
│   │   │   ├── SelectionChangingEventHandler.cs
│   │   │   ├── ShapeDocumentImagePage.cs
│   │   │   ├── ValueValidateResult.cs
│   │   │   ├── ValueValidateResultList.cs
│   │   │   ├── WordCountResult.cs
│   │   │   ├── XAttribute.cs
│   │   │   ├── XAttributeList.cs
│   │   │   ├── XTextBarcodeFieldElement.cs
│   │   │   ├── XTextBlockElement.cs
│   │   │   ├── XTextBookmark.cs
│   │   │   ├── XTextCharElement.cs
│   │   │   ├── XTextCheckBoxElement.cs
│   │   │   ├── XTextCheckBoxElementBase.cs
│   │   │   ├── XTextContainerElement.cs
│   │   │   ├── XTextContent.cs
│   │   │   ├── XTextContentElement.cs
│   │   │   ├── XTextContentRender.cs
│   │   │   ├── XTextDocument.cs
│   │   │   ├── XTextDocumentBodyElement.cs
│   │   │   ├── XTextDocumentContentElement.cs
│   │   │   ├── XTextDocumentFooterElement.cs
│   │   │   ├── XTextDocumentHeaderElement.cs
│   │   │   ├── XTextDocumentList.cs
│   │   │   ├── XTextDocumentUndoList.cs
│   │   │   ├── XTextEOFElement.cs
│   │   │   ├── XTextElement.cs
│   │   │   ├── XTextElementDescriptorAttribute.cs
│   │   │   ├── XTextElementList.cs
│   │   │   ├── XTextFieldBorderElement.cs
│   │   │   ├── XTextFieldElement.cs
│   │   │   ├── XTextImageElement.cs
│   │   │   ├── XTextInputFieldElement.cs
│   │   │   ├── XTextInputFieldElementBase.cs
│   │   │   ├── XTextLine.cs
│   │   │   ├── XTextLineBreakElement.cs
│   │   │   ├── XTextLineList.cs
│   │   │   ├── XTextObjectElement.cs
│   │   │   ├── XTextPageBreakElement.cs
│   │   │   ├── XTextParagraphElement.cs
│   │   │   ├── XTextParagraphFlagElement.cs
│   │   │   ├── XTextParagraphListItemElement.cs
│   │   │   ├── XTextParameterElement.cs
│   │   │   ├── XTextRange.cs
│   │   │   ├── XTextSelection.cs
│   │   │   ├── XTextShapeInputFieldElement.cs
│   │   │   ├── XTextStringElement.cs
│   │   │   ├── XTextTableCellElement.cs
│   │   │   ├── XTextTableColumnElement.cs
│   │   │   ├── XTextTableElement.cs
│   │   │   ├── XTextTableRowElement.cs
│   │   │   ├── XTextUndoStyles.cs
│   │   │   ├── XUndoEventArgs.cs
│   │   │   ├── XUndoGroup.cs
│   │   │   └── XUndoList.cs
│   │   ├── Drawing
│   │   │   ├── ContentStyle.cs
│   │   │   ├── ContentStyleContainer.cs
│   │   │   ├── ContentStyleList.cs
│   │   │   ├── CssLengthUnit.cs
│   │   │   ├── DefaultFontNameValueAttribute.cs
│   │   │   ├── DocumentContentAlignment.cs
│   │   │   ├── LengthUnit.cs
│   │   │   ├── LineSpacingStyle.cs
│   │   │   ├── MultiRectangleTransform.cs
│   │   │   ├── PageContentPartyStyle.cs
│   │   │   ├── ShapeTypes.cs
│   │   │   ├── SimpleRectangleTransform.cs
│   │   │   ├── TransformBase.cs
│   │   │   ├── VerticalAlignStyle.cs
│   │   │   ├── XBrushStyle.cs
│   │   │   ├── XBrushStyleConst.cs
│   │   │   ├── XBrushStyleTypeConverter.cs
│   │   │   ├── XFontValue.cs
│   │   │   ├── XFontValueEditor.cs
│   │   │   ├── XFontValueTypeConverter.cs
│   │   │   ├── XImageValue.cs
│   │   │   ├── XImageValueTypeConverter.cs
│   │   │   ├── XPenStyle.cs
│   │   │   ├── XPenStyleTypeConverter.cs
│   │   │   └── XPenStyleTypeEditor.cs
│   │   ├── EMREditDesigner.csproj
│   │   ├── EMREditDesigner.csproj.user
│   │   ├── Expression
│   │   │   ├── DocumentExpressionExecuter.cs
│   │   │   ├── EventExpressionInfo.cs
│   │   │   ├── EventExpressionInfoList.cs
│   │   │   ├── EventExpressionTarget.cs
│   │   │   ├── dlgEventExpressionInfos.Designer.cs
│   │   │   ├── dlgEventExpressionInfos.cs
│   │   │   └── dlgEventExpressionInfos.resx
│   │   ├── GClass467.cs
│   │   ├── GClass469.cs
│   │   ├── Html
│   │   │   ├── HtmlWriterOptions.cs
│   │   │   ├── WriterHtmlDocumentWriter.cs
│   │   │   └── WriterHtmlViewStyle.cs
│   │   ├── License
│   │   │   ├── LicenseFlagAttribute.cs
│   │   │   ├── LicenseStrings.Designer.cs
│   │   │   ├── LicenseStrings.resx
│   │   │   ├── MyLicenseDataAttribute.cs
│   │   │   ├── MyLicensePermissionAttribute.cs
│   │   │   ├── dlgStartPassword.Designer.cs
│   │   │   ├── dlgStartPassword.cs
│   │   │   └── dlgStartPassword.resx
│   │   ├── Medical
│   │   │   ├── MedicalExpressionStyle.cs
│   │   │   ├── WriterCommandModuleMedical.cs
│   │   │   ├── XTextMedicalExpressionFieldElement.cs
│   │   │   ├── XTextMedicalExpressionFieldElementProperties.cs
│   │   │   ├── dlgMedicalExpressionProperties.Designer.cs
│   │   │   ├── dlgMedicalExpressionProperties.cs
│   │   │   └── dlgMedicalExpressionProperties.resx
│   │   ├── MyAntlr
│   │   │   ├── DFA.cs
│   │   │   ├── IIntStream.cs
│   │   │   ├── IToken.cs
│   │   │   ├── NoViableAltException.cs
│   │   │   └── RecognitionException.cs
│   │   ├── Printing
│   │   │   ├── ContentRenderMode.cs
│   │   │   ├── HeaderFooterFlagVisible.cs
│   │   │   ├── IPageDocument.cs
│   │   │   ├── JumpPrintInfo.cs
│   │   │   ├── MultiPageTransform.cs
│   │   │   ├── PageDocumentPaintEventArgs.cs
│   │   │   ├── PageViewControl.cs
│   │   │   ├── PageViewMode.cs
│   │   │   ├── PrintJob.cs
│   │   │   ├── PrintJobControlCommand.cs
│   │   │   ├── PrintJobStatus.cs
│   │   │   ├── PrintPage.cs
│   │   │   ├── PrintPageCollection.cs
│   │   │   ├── PrinterStatus.cs
│   │   │   ├── PrintingResources.Designer.cs
│   │   │   ├── PrintingResources.resx
│   │   │   ├── ViewTransformMode.cs
│   │   │   ├── XPageSettingEditor.cs
│   │   │   ├── XPageSettings.cs
│   │   │   ├── XPageSettingsTypeConverter.cs
│   │   │   ├── dlgPageSetup.Designer.cs
│   │   │   ├── dlgPageSetup.cs
│   │   │   ├── dlgPageSetup.resx
│   │   │   ├── dlgWaitPrintJob.Designer.cs
│   │   │   ├── dlgWaitPrintJob.cs
│   │   │   └── dlgWaitPrintJob.resx
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RTF
│   │   │   ├── DocumentFormatInfo.cs
│   │   │   ├── HeaderFooterStyle.cs
│   │   │   ├── ProgressEventArgs.cs
│   │   │   ├── ProgressEventHandler.cs
│   │   │   ├── RTFAlignment.cs
│   │   │   ├── RTFColorTable.cs
│   │   │   ├── RTFContentWriter.cs
│   │   │   ├── RTFDocumentWriter.cs
│   │   │   ├── RTFDomFieldMethod.cs
│   │   │   ├── RTFFont.cs
│   │   │   ├── RTFFontTable.cs
│   │   │   ├── RTFObjectType.cs
│   │   │   ├── RTFPicType.cs
│   │   │   ├── RTFTokenType.cs
│   │   │   ├── RTFVerticalAlignment.cs
│   │   │   └── RTFWriter.cs
│   │   ├── Script
│   │   │   ├── AssemblySourceStyle.cs
│   │   │   ├── CompilerLanguage.cs
│   │   │   ├── DocumentScriptEngine.cs
│   │   │   ├── DomExpression.cs
│   │   │   ├── DomExpressionList.cs
│   │   │   ├── DomExpressionType.cs
│   │   │   ├── DotNetAssemblyInfo.cs
│   │   │   ├── DotNetAssemblyInfoConverter.cs
│   │   │   ├── DotNetAssemblyInfoList.cs
│   │   │   ├── MyStringList.cs
│   │   │   ├── ScriptAssemblyBuffer.cs
│   │   │   ├── ScriptError.cs
│   │   │   ├── ScriptErrorList.cs
│   │   │   ├── ScriptErrorStyle.cs
│   │   │   ├── ScriptGlobalObjectContainer.cs
│   │   │   ├── ScriptStrings.Designer.cs
│   │   │   ├── ScriptStrings.resx
│   │   │   ├── WriterWindow.cs
│   │   │   ├── XVBAEngine.cs
│   │   │   ├── XVBAOptions.cs
│   │   │   ├── XVBAScriptGlobalObject.cs
│   │   │   ├── XVBAScriptGlobalObjectList.cs
│   │   │   ├── XVBAWindowObject.cs
│   │   │   ├── dlgInputBox.Designer.cs
│   │   │   ├── dlgInputBox.cs
│   │   │   ├── dlgInputBox.resx
│   │   │   ├── frmScriptEdtior.Designer.cs
│   │   │   ├── frmScriptEdtior.cs
│   │   │   └── frmScriptEdtior.resx
│   │   ├── Security
│   │   │   ├── DocumentSecurityOptions.cs
│   │   │   ├── UserHistoryInfo.cs
│   │   │   ├── UserHistoryInfoList.cs
│   │   │   └── UserLoginInfo.cs
│   │   ├── ShapeEditor
│   │   │   ├── ControlPoint.cs
│   │   │   ├── DragElementEventArgs.cs
│   │   │   ├── DragElementEventStyle.cs
│   │   │   ├── ElementDesigner.cs
│   │   │   ├── ElementDesignerContainer.cs
│   │   │   ├── ElementDesignerState.cs
│   │   │   ├── EllipseElementDesigner.cs
│   │   │   ├── HitTestAreaStyle.cs
│   │   │   ├── HitTestEventArgs.cs
│   │   │   ├── LabelEditorControlType.cs
│   │   │   ├── LineElementDesigner.cs
│   │   │   ├── RectangleElementDesigner.cs
│   │   │   ├── ResourceStrings.Designer.cs
│   │   │   ├── ResourceStrings.resx
│   │   │   ├── ShapeContainerElement.cs
│   │   │   ├── ShapeContentStyleContainer.cs
│   │   │   ├── ShapeDocument.cs
│   │   │   ├── ShapeDocumentControler.cs
│   │   │   ├── ShapeDocumentOptions.cs
│   │   │   ├── ShapeDocumentPage.cs
│   │   │   ├── ShapeDocumentViewOptions.cs
│   │   │   ├── ShapeEditorControl.cs
│   │   │   ├── ShapeElement.cs
│   │   │   ├── ShapeElementList.cs
│   │   │   ├── ShapeEllipseElement.cs
│   │   │   ├── ShapeFileFormat.cs
│   │   │   ├── ShapeLabelEditEventArgs.cs
│   │   │   ├── ShapeLineElement.cs
│   │   │   ├── ShapeMouseEventArgs.cs
│   │   │   ├── ShapeRectangleElement.cs
│   │   │   ├── ShapeRender.cs
│   │   │   ├── ShapeRenderEventArgs.cs
│   │   │   ├── ShapeRenderStyle.cs
│   │   │   ├── ShapeSelection.cs
│   │   │   ├── frmImageShapeEditor.Designer.cs
│   │   │   ├── frmImageShapeEditor.cs
│   │   │   └── frmImageShapeEditor.resx
│   │   ├── Undo
│   │   ├── WinForms
│   │   │   ├── ApplicationStyle.cs
│   │   │   ├── BorderUserControl.cs
│   │   │   ├── ColorButton.cs
│   │   │   ├── ColorStripMenuItem.cs
│   │   │   ├── DocumentViewControl.cs
│   │   │   ├── DocumentViewControl.resx
│   │   │   ├── DragPointStyle.cs
│   │   │   ├── DragRectangle.cs
│   │   │   ├── ImageListBox.Designer.cs
│   │   │   ├── ImageListBox.cs
│   │   │   ├── ImageListBoxItem.cs
│   │   │   ├── ImageListBoxItemCollection.cs
│   │   │   ├── ImageListBoxItemCollectionTypeConverter.cs
│   │   │   ├── ImageListBoxItemTypeConverter.cs
│   │   │   ├── MouseEventStyle.cs
│   │   │   ├── MyTreeListBoxEventHandler.cs
│   │   │   ├── ScrollToViewStyle.cs
│   │   │   ├── UserProcessState.cs
│   │   │   ├── XPopupForm.cs
│   │   │   ├── XTreeListBox.cs
│   │   │   ├── XTreeListBoxEventArgs.cs
│   │   │   ├── XTreeListBoxItem.cs
│   │   │   └── XTreeListBoxItemStyle.cs
│   │   ├── WinForms.Native
│   │   │   ├── BackGroundModeType.cs
│   │   │   ├── BitMapInfoCompressionType.cs
│   │   │   ├── CaptureMouseMoveEventArgs.cs
│   │   │   ├── CaptureMouseMoveEventHandler.cs
│   │   │   ├── ClassStyle.cs
│   │   │   ├── CursorName.cs
│   │   │   ├── DCRasterOperations.cs
│   │   │   ├── DeviceContextBase.cs
│   │   │   ├── DeviceContexts.cs
│   │   │   ├── DibColorTableType.cs
│   │   │   ├── FontQuality.cs
│   │   │   ├── MouseCapturer.cs
│   │   │   ├── Msgs.cs
│   │   │   ├── PeekMessageFlags.cs
│   │   │   ├── PenStyle.cs
│   │   │   ├── RedrawWindowFlags.cs
│   │   │   ├── RegionCombineMode.cs
│   │   │   ├── ReversibleDrawer.cs
│   │   │   ├── ReversibleShapeStyle.cs
│   │   │   ├── SPIActions.cs
│   │   │   ├── SetWindowLongType.cs
│   │   │   ├── SetWindowPosFlags.cs
│   │   │   ├── SetWindowsPosPosition.cs
│   │   │   ├── ShowWindowStyles.cs
│   │   │   ├── StockObjectType.cs
│   │   │   ├── SystemMetricsConst.cs
│   │   │   ├── SystemParametersAction.cs
│   │   │   ├── TimerProc.cs
│   │   │   ├── TrackMouseEventFlags.cs
│   │   │   ├── VirtualKeys.cs
│   │   │   ├── WNDPROC.cs
│   │   │   ├── Win32Caret.cs
│   │   │   ├── WindowExStyles.cs
│   │   │   └── WindowStyles.cs
│   │   ├── Writer
│   │   │   ├── CommonTypeConverter.cs
│   │   │   ├── DocumentBehaviorOptions.cs
│   │   │   ├── DocumentEditOptions.cs
│   │   │   ├── DocumentOptions.cs
│   │   │   ├── DocumentParameter.cs
│   │   │   ├── DocumentParameterCollection.cs
│   │   │   ├── DocumentParameterValueType.cs
│   │   │   ├── DocumentValueValidateMode.cs
│   │   │   ├── DocumentViewOptions.cs
│   │   │   ├── EnableState.cs
│   │   │   ├── FileFormat.cs
│   │   │   ├── IInputFieldListItemProvider.cs
│   │   │   ├── SelectionHighlightStyle.cs
│   │   │   ├── WriterAppHost.cs
│   │   │   ├── WriterAppHostConfig.cs
│   │   │   ├── WriterStrings.Designer.cs
│   │   │   └── WriterStrings.resx
│   │   ├── WriterResources.Designer.cs
│   │   ├── WriterResources.resx
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── EMREditDesigner.dll
│   │   │   │   └── EMREditDesigner.pdb
│   │   │   └── Release
│   │   │       ├── EMREditDesigner.dll
│   │   │       └── EMREditDesigner.pdb
│   │   ├── ns0
│   │   │   └── Class13.cs
│   │   ├── ns1
│   │   │   ├── Class14.cs
│   │   │   ├── Enum1.cs
│   │   │   ├── GClass1.cs
│   │   │   ├── GClass3.cs
│   │   │   ├── GClass5.cs
│   │   │   └── GException0.cs
│   │   ├── ns18
│   │   │   ├── Class86.cs
│   │   │   ├── GClass175.cs
│   │   │   ├── GClass177.cs
│   │   │   ├── GClass179.cs
│   │   │   └── GClass181.cs
│   │   ├── ns19
│   │   │   ├── GClass180.cs
│   │   │   └── GClass191.cs
│   │   ├── ns20
│   │   │   ├── Class187.cs
│   │   │   ├── Class87.cs
│   │   │   └── GClass201.cs
│   │   ├── ns26
│   │   │   ├── GClass445.cs
│   │   │   ├── GClass446.cs
│   │   │   ├── GClass448.cs
│   │   │   ├── GClass449.cs
│   │   │   ├── GClass462.cs
│   │   │   ├── GClass463.cs
│   │   │   ├── GClass464.cs
│   │   │   ├── GClass465.cs
│   │   │   ├── GClass466.cs
│   │   │   ├── GClass468.cs
│   │   │   ├── GClass470.cs
│   │   │   ├── GClass471.cs
│   │   │   ├── GClass472.cs
│   │   │   ├── GClass473.cs
│   │   │   ├── GClass474.cs
│   │   │   ├── GClass475.cs
│   │   │   ├── GClass476.cs
│   │   │   ├── GClass478.cs
│   │   │   ├── GClass479.cs
│   │   │   ├── GClass480.cs
│   │   │   ├── GException10.cs
│   │   │   ├── GException12.cs
│   │   │   ├── GException13.cs
│   │   │   ├── GException4.cs
│   │   │   ├── GException5.cs
│   │   │   ├── GException6.cs
│   │   │   ├── GException7.cs
│   │   │   ├── GException8.cs
│   │   │   ├── GException9.cs
│   │   │   ├── GInterface10.cs
│   │   │   ├── GInterface11.cs
│   │   │   ├── GInterface6.cs
│   │   │   ├── GInterface7.cs
│   │   │   ├── GInterface8.cs
│   │   │   └── GInterface9.cs
│   │   ├── ns28
│   │   │   ├── Class146.cs
│   │   │   ├── Class222.cs
│   │   │   ├── GClass427.cs
│   │   │   ├── GClass430.cs
│   │   │   ├── GClass431.cs
│   │   │   ├── GClass432.cs
│   │   │   ├── GClass433.cs
│   │   │   ├── GClass434.cs
│   │   │   ├── GClass435.cs
│   │   │   ├── GClass436.cs
│   │   │   ├── GClass437.cs
│   │   │   ├── GClass438.cs
│   │   │   └── GClass439.cs
│   │   ├── ns29
│   │   │   ├── GClass186.cs
│   │   │   └── GClass187.cs
│   │   ├── ns3
│   │   │   ├── GClass243.cs
│   │   │   ├── GClass35.cs
│   │   │   ├── GClass39.cs
│   │   │   ├── GClass45.cs
│   │   │   ├── GClass49.cs
│   │   │   ├── GClass50.cs
│   │   │   ├── GClass51.cs
│   │   │   ├── GClass54.cs
│   │   │   ├── GClass55.cs
│   │   │   └── GClass56.cs
│   │   ├── ns31
│   │   │   └── GClass192.cs
│   │   ├── ns32
│   │   │   └── GClass193.cs
│   │   ├── ns33
│   │   │   └── Class162.cs
│   │   ├── ns34
│   │   │   └── GClass204.cs
│   │   ├── ns36
│   │   │   └── GClass211.cs
│   │   ├── ns37
│   │   │   └── Class165.cs
│   │   ├── ns39
│   │   │   ├── GClass214.cs
│   │   │   ├── GClass215.cs
│   │   │   ├── GClass220.cs
│   │   │   ├── GClass229.cs
│   │   │   └── GClass232.cs
│   │   ├── ns4
│   │   │   ├── GClass69.cs
│   │   │   ├── GClass70.cs
│   │   │   ├── GClass71.cs
│   │   │   ├── GClass73.cs
│   │   │   ├── GClass75.cs
│   │   │   ├── GClass78.cs
│   │   │   ├── GClass79.cs
│   │   │   ├── GClass85.cs
│   │   │   ├── GClass86.cs
│   │   │   ├── GClass87.cs
│   │   │   ├── GClass88.cs
│   │   │   ├── GClass89.cs
│   │   │   ├── GClass91.cs
│   │   │   ├── GClass95.cs
│   │   │   ├── GClass97.cs
│   │   │   ├── GStruct10.cs
│   │   │   ├── GStruct11.cs
│   │   │   ├── GStruct12.cs
│   │   │   ├── GStruct13.cs
│   │   │   ├── GStruct14.cs
│   │   │   ├── GStruct15.cs
│   │   │   ├── GStruct2.cs
│   │   │   ├── GStruct4.cs
│   │   │   ├── GStruct5.cs
│   │   │   ├── GStruct6.cs
│   │   │   ├── GStruct7.cs
│   │   │   ├── GStruct8.cs
│   │   │   └── GStruct9.cs
│   │   ├── ns43
│   │   │   └── GClass248.cs
│   │   ├── ns45
│   │   │   ├── GClass288.cs
│   │   │   ├── GClass303.cs
│   │   │   ├── GClass304.cs
│   │   │   ├── GClass305.cs
│   │   │   ├── GClass323.cs
│   │   │   ├── GClass328.cs
│   │   │   ├── GClass351.cs
│   │   │   ├── GClass356.cs
│   │   │   ├── GClass357.cs
│   │   │   ├── GClass358.cs
│   │   │   └── GClass359.cs
│   │   ├── ns47
│   │   │   └── Class189.cs
│   │   ├── ns48
│   │   │   ├── Class190.cs
│   │   │   ├── Class191.cs
│   │   │   ├── Class192.cs
│   │   │   ├── GClass376.cs
│   │   │   ├── GClass377.cs
│   │   │   ├── GClass378.cs
│   │   │   ├── GClass379.cs
│   │   │   ├── GClass380.cs
│   │   │   ├── GClass381.cs
│   │   │   ├── GClass382.cs
│   │   │   ├── GClass384.cs
│   │   │   ├── GClass385.cs
│   │   │   ├── GClass386.cs
│   │   │   ├── GClass387.cs
│   │   │   ├── GClass388.cs
│   │   │   ├── GClass389.cs
│   │   │   ├── GClass390.cs
│   │   │   ├── GClass391.cs
│   │   │   ├── GClass392.cs
│   │   │   ├── GClass393.cs
│   │   │   ├── GClass394.cs
│   │   │   ├── GClass395.cs
│   │   │   ├── GClass396.cs
│   │   │   ├── GClass397.cs
│   │   │   ├── GClass398.cs
│   │   │   ├── GClass399.cs
│   │   │   ├── GClass401.cs
│   │   │   ├── GClass402.cs
│   │   │   ├── GClass403.cs
│   │   │   ├── GClass405.cs
│   │   │   ├── GClass406.cs
│   │   │   ├── GClass407.cs
│   │   │   └── GClass408.cs
│   │   ├── ns5
│   │   │   └── GClass99.cs
│   │   ├── ns56
│   │   │   ├── Class249.cs
│   │   │   ├── Class250.cs
│   │   │   └── GClass485.cs
│   │   ├── ns6
│   │   │   ├── Class30.cs
│   │   │   ├── Class31.cs
│   │   │   ├── Class32.cs
│   │   │   ├── Class33.cs
│   │   │   ├── Class34.cs
│   │   │   ├── Class35.cs
│   │   │   ├── Class36.cs
│   │   │   ├── Class37.cs
│   │   │   ├── Class38.cs
│   │   │   ├── Class39.cs
│   │   │   ├── Class40.cs
│   │   │   ├── Class41.cs
│   │   │   ├── Class42.cs
│   │   │   ├── Class43.cs
│   │   │   ├── Class44.cs
│   │   │   ├── Class45.cs
│   │   │   ├── Class46.cs
│   │   │   ├── Class47.cs
│   │   │   └── GClass103.cs
│   │   ├── ns7
│   │   │   ├── Class163.cs
│   │   │   ├── Class55.cs
│   │   │   ├── Class56.cs
│   │   │   ├── Class57.cs
│   │   │   ├── Class58.cs
│   │   │   ├── GClass196.cs
│   │   │   ├── GClass197.cs
│   │   │   ├── GClass199.cs
│   │   │   └── GClass200.cs
│   │   └── obj
│   │       ├── Debug
│   │       │   ├── DesignTimeResolveAssemblyReferences.cache
│   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │   ├── EMRDesigner.Common.ValueValidateStyleStrings.resources
│   │       │   ├── EMREditDesigner.Barcode.BarcodeStrings.resources
│   │       │   ├── EMREditDesigner.Commands.dlgAttributes.resources
│   │       │   ├── EMREditDesigner.Commands.dlgBarcodeElementProperties.resources
│   │       │   ├── EMREditDesigner.Commands.dlgCheckBoxElementProperties.resources
│   │       │   ├── EMREditDesigner.Commands.dlgCommandNameEditor.resources
│   │       │   ├── EMREditDesigner.Commands.dlgDocumentBorderBackground.resources
│   │       │   ├── EMREditDesigner.Commands.dlgDocumentOptions.resources
│   │       │   ├── EMREditDesigner.Commands.dlgElementTypeEditor.resources
│   │       │   ├── EMREditDesigner.Commands.dlgInputFieldProperties.resources
│   │       │   ├── EMREditDesigner.Commands.dlgInputFieldSettings.resources
│   │       │   ├── EMREditDesigner.Commands.dlgInputRTF.resources
│   │       │   ├── EMREditDesigner.Commands.dlgInputString.resources
│   │       │   ├── EMREditDesigner.Commands.dlgInsertTable.resources
│   │       │   ├── EMREditDesigner.Commands.dlgParagraphFormatcs.resources
│   │       │   ├── EMREditDesigner.Commands.dlgRegister.resources
│   │       │   ├── EMREditDesigner.Commands.dlgSearch.resources
│   │       │   ├── EMREditDesigner.Commands.dlgSpecifyPaste.resources
│   │       │   ├── EMREditDesigner.Commands.dlgWordCount.resources
│   │       │   ├── EMREditDesigner.Commands.dlgXDataBinding.resources
│   │       │   ├── EMREditDesigner.Common.dlgValueValidateStyleEditor.resources
│   │       │   ├── EMREditDesigner.Controls.WriterControl.resources
│   │       │   ├── EMREditDesigner.Controls.dlgAbout.resources
│   │       │   ├── EMREditDesigner.Data.DataStrings.resources
│   │       │   ├── EMREditDesigner.Data.dlgFormatDesigner.resources
│   │       │   ├── EMREditDesigner.Expression.dlgEventExpressionInfos.resources
│   │       │   ├── EMREditDesigner.License.LicenseStrings.resources
│   │       │   ├── EMREditDesigner.License.dlgStartPassword.resources
│   │       │   ├── EMREditDesigner.Medical.dlgMedicalExpressionProperties.resources
│   │       │   ├── EMREditDesigner.Printing.PrintingResources.resources
│   │       │   ├── EMREditDesigner.Printing.dlgPageSetup.resources
│   │       │   ├── EMREditDesigner.Printing.dlgWaitPrintJob.resources
│   │       │   ├── EMREditDesigner.Script.ScriptStrings.resources
│   │       │   ├── EMREditDesigner.Script.dlgInputBox.resources
│   │       │   ├── EMREditDesigner.Script.frmScriptEdtior.resources
│   │       │   ├── EMREditDesigner.ShapeEditor.ResourceStrings.resources
│   │       │   ├── EMREditDesigner.ShapeEditor.frmImageShapeEditor.resources
│   │       │   ├── EMREditDesigner.Writer.WriterStrings.resources
│   │       │   ├── EMREditDesigner.WriterResources.resources
│   │       │   ├── EMREditDesigner.csproj.FileListAbsolute.txt
│   │       │   ├── EMREditDesigner.csproj.GenerateResource.Cache
│   │       │   ├── EMREditDesigner.dll
│   │       │   ├── EMREditDesigner.pdb
│   │       │   └── TempPE
│   │       │       ├── Barcode.BarcodeStrings.Designer.cs.dll
│   │       │       ├── Commands.Barcode.BarcodeStrings.Designer.cs.dll
│   │       │       ├── Commands.dlgDocumentBorderBackground1.Designer.cs.dll
│   │       │       ├── Common.ValueValidateStyleStrings.Designer.cs.dll
│   │       │       ├── Data.DataStrings.Designer.cs.dll
│   │       │       ├── License.LicenseStrings.Designer.cs.dll
│   │       │       ├── Printing.PrintingResources.Designer.cs.dll
│   │       │       ├── Properties.Resources.Designer.cs.dll
│   │       │       ├── Script.ScriptStrings.Designer.cs.dll
│   │       │       ├── ShapeEditor.ResourceStrings.Designer.cs.dll
│   │       │       ├── Writer.WriterStrings.Designer.cs.dll
│   │       │       ├── WriterResources.Designer.cs.dll
│   │       │       └── WriterStrings.Designer.cs.dll
│   │       └── Release
│   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── EMRDesigner.Common.ValueValidateStyleStrings.resources
│   │           ├── EMREditDesigner.Barcode.BarcodeStrings.resources
│   │           ├── EMREditDesigner.Commands.dlgAttributes.resources
│   │           ├── EMREditDesigner.Commands.dlgBarcodeElementProperties.resources
│   │           ├── EMREditDesigner.Commands.dlgCheckBoxElementProperties.resources
│   │           ├── EMREditDesigner.Commands.dlgCommandNameEditor.resources
│   │           ├── EMREditDesigner.Commands.dlgDocumentBorderBackground.resources
│   │           ├── EMREditDesigner.Commands.dlgDocumentOptions.resources
│   │           ├── EMREditDesigner.Commands.dlgElementTypeEditor.resources
│   │           ├── EMREditDesigner.Commands.dlgInputFieldProperties.resources
│   │           ├── EMREditDesigner.Commands.dlgInputFieldSettings.resources
│   │           ├── EMREditDesigner.Commands.dlgInputRTF.resources
│   │           ├── EMREditDesigner.Commands.dlgInputString.resources
│   │           ├── EMREditDesigner.Commands.dlgInsertTable.resources
│   │           ├── EMREditDesigner.Commands.dlgParagraphFormatcs.resources
│   │           ├── EMREditDesigner.Commands.dlgRegister.resources
│   │           ├── EMREditDesigner.Commands.dlgSearch.resources
│   │           ├── EMREditDesigner.Commands.dlgSpecifyPaste.resources
│   │           ├── EMREditDesigner.Commands.dlgWordCount.resources
│   │           ├── EMREditDesigner.Commands.dlgXDataBinding.resources
│   │           ├── EMREditDesigner.Common.dlgValueValidateStyleEditor.resources
│   │           ├── EMREditDesigner.Controls.WriterControl.resources
│   │           ├── EMREditDesigner.Controls.dlgAbout.resources
│   │           ├── EMREditDesigner.Data.DataStrings.resources
│   │           ├── EMREditDesigner.Data.dlgFormatDesigner.resources
│   │           ├── EMREditDesigner.Expression.dlgEventExpressionInfos.resources
│   │           ├── EMREditDesigner.License.LicenseStrings.resources
│   │           ├── EMREditDesigner.License.dlgStartPassword.resources
│   │           ├── EMREditDesigner.Medical.dlgMedicalExpressionProperties.resources
│   │           ├── EMREditDesigner.Printing.PrintingResources.resources
│   │           ├── EMREditDesigner.Printing.dlgPageSetup.resources
│   │           ├── EMREditDesigner.Printing.dlgWaitPrintJob.resources
│   │           ├── EMREditDesigner.Script.ScriptStrings.resources
│   │           ├── EMREditDesigner.Script.dlgInputBox.resources
│   │           ├── EMREditDesigner.Script.frmScriptEdtior.resources
│   │           ├── EMREditDesigner.ShapeEditor.ResourceStrings.resources
│   │           ├── EMREditDesigner.ShapeEditor.frmImageShapeEditor.resources
│   │           ├── EMREditDesigner.Writer.WriterStrings.resources
│   │           ├── EMREditDesigner.WriterResources.resources
│   │           ├── EMREditDesigner.csproj.AssemblyReference.cache
│   │           ├── EMREditDesigner.csproj.FileListAbsolute.txt
│   │           ├── EMREditDesigner.csproj.GenerateResource.Cache
│   │           ├── EMREditDesigner.csprojResolveAssemblyReference.cache
│   │           ├── EMREditDesigner.dll
│   │           ├── EMREditDesigner.pdb
│   │           └── TempPE
│   │               ├── Barcode.BarcodeStrings.Designer.cs.dll
│   │               ├── Common.ValueValidateStyleStrings.Designer.cs.dll
│   │               ├── Data.DataStrings.Designer.cs.dll
│   │               ├── License.LicenseStrings.Designer.cs.dll
│   │               ├── Printing.PrintingResources.Designer.cs.dll
│   │               ├── Script.ScriptStrings.Designer.cs.dll
│   │               ├── ShapeEditor.ResourceStrings.Designer.cs.dll
│   │               ├── Writer.WriterStrings.Designer.cs.dll
│   │               └── WriterResources.Designer.cs.dll
│   ├── EMREditDesigner.sln
│   ├── EMREditDesigner.v12.suo
│   ├── LICENSE
│   ├── README.md
│   ├── WindowsFormsApplication1
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── WindowsFormsApplication1.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── EMREditDesigner.dll
│   │   │       ├── EMREditDesigner.pdb
│   │   │       ├── WindowsFormsApplication1.exe
│   │   │       ├── WindowsFormsApplication1.pdb
│   │   │       ├── WindowsFormsApplication1.vshost.exe
│   │   │       ├── WindowsFormsApplication1.vshost.exe.manifest
│   │   │       └── xdesigner.writer-cleaned.dll
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── TempPE
│   │           ├── WindowsFormsApplication1.Form1.resources
│   │           ├── WindowsFormsApplication1.Properties.Resources.resources
│   │           ├── WindowsFormsApplication1.csproj.FileListAbsolute.txt
│   │           ├── WindowsFormsApplication1.csproj.GenerateResource.Cache
│   │           ├── WindowsFormsApplication1.csprojResolveAssemblyReference.cache
│   │           ├── WindowsFormsApplication1.exe
│   │           └── WindowsFormsApplication1.pdb
│   ├── test
│   │   ├── AppStartOptions.cs
│   │   ├── ControlTools.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Form2.Designer.cs
│   │   ├── Form2.cs
│   │   ├── Form2.resx
│   │   ├── Form3.Designer.cs
│   │   ├── Form3.cs
│   │   ├── Form3.resx
│   │   ├── MyCommandName.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Service References
│   │   │   └── ServiceReference1
│   │   │       ├── DataService.xsd
│   │   │       ├── Reference.cs
│   │   │       ├── Reference.svcmap
│   │   │       ├── configuration.svcinfo
│   │   │       ├── configuration91.svcinfo
│   │   │       ├── service.wsdl
│   │   │       ├── service.xsd
│   │   │       ├── service1.xsd
│   │   │       ├── test.ServiceReference1.BEDMANAGE.datasource
│   │   │       ├── test.ServiceReference1.BEDSTANDARD.datasource
│   │   │       ├── test.ServiceReference1.BLOODTYPE.datasource
│   │   │       ├── test.ServiceReference1.BRANCH.datasource
│   │   │       ├── test.ServiceReference1.BRANCHTYPE.datasource
│   │   │       ├── test.ServiceReference1.BRANCHTYPE_BRANCH.datasource
│   │   │       ├── test.ServiceReference1.BUSINESSTYPE.datasource
│   │   │       ├── test.ServiceReference1.CHARGETYPE.datasource
│   │   │       ├── test.ServiceReference1.CLINICTREAT_DIET.datasource
│   │   │       ├── test.ServiceReference1.CLINICTREAT_EXAM.datasource
│   │   │       ├── test.ServiceReference1.CLINICTREAT_LAB.datasource
│   │   │       ├── test.ServiceReference1.CLINICTREAT_MX_EXAM.datasource
│   │   │       ├── test.ServiceReference1.CLINICTREAT_MX_LAB.datasource
│   │   │       ├── test.ServiceReference1.CLINICTREAT_NURSE.datasource
│   │   │       ├── test.ServiceReference1.CLINICTREAT_TREAT.datasource
│   │   │       ├── test.ServiceReference1.COSTPROPERTY.datasource
│   │   │       ├── test.ServiceReference1.DEPTMENT.datasource
│   │   │       ├── test.ServiceReference1.DISCOUNTTYPE.datasource
│   │   │       ├── test.ServiceReference1.DOCTORADVICESTATE.datasource
│   │   │       ├── test.ServiceReference1.DOCTORADVICETYPE.datasource
│   │   │       ├── test.ServiceReference1.DOCTOR_ORDERLEVEL.datasource
│   │   │       ├── test.ServiceReference1.DOCTOR_PRESCRIPTION.datasource
│   │   │       ├── test.ServiceReference1.DRUGDICTIONARY.datasource
│   │   │       ├── test.ServiceReference1.DRUGTYPE.datasource
│   │   │       ├── test.ServiceReference1.EDUCATION.datasource
│   │   │       ├── test.ServiceReference1.EMPLOYEE.datasource
│   │   │       ├── test.ServiceReference1.FORMULATION.datasource
│   │   │       ├── test.ServiceReference1.FREQUENCY.datasource
│   │   │       ├── test.ServiceReference1.ICD10.datasource
│   │   │       ├── test.ServiceReference1.INHOUSETYPE.datasource
│   │   │       ├── test.ServiceReference1.INSPECTPARENT.datasource
│   │   │       ├── test.ServiceReference1.INSPECTTYPE.datasource
│   │   │       ├── test.ServiceReference1.INSTATE.datasource
│   │   │       ├── test.ServiceReference1.INSTORAGE.datasource
│   │   │       ├── test.ServiceReference1.INSTORAGE_DETAIL.datasource
│   │   │       ├── test.ServiceReference1.MEDPROPERTY.datasource
│   │   │       ├── test.ServiceReference1.MEDSITE.datasource
│   │   │       ├── test.ServiceReference1.MEDSITE_INSPECTTYPE.datasource
│   │   │       ├── test.ServiceReference1.MEDSYMBOL.datasource
│   │   │       ├── test.ServiceReference1.NATION.datasource
│   │   │       ├── test.ServiceReference1.NURSE.datasource
│   │   │       ├── test.ServiceReference1.NURSELEVEL.datasource
│   │   │       ├── test.ServiceReference1.ORDERLEVEL.datasource
│   │   │       ├── test.ServiceReference1.ORDERTYPE.datasource
│   │   │       ├── test.ServiceReference1.OUTHOUSETYPE.datasource
│   │   │       ├── test.ServiceReference1.OUTSTATE.datasource
│   │   │       ├── test.ServiceReference1.OUTSTORAGE.datasource
│   │   │       ├── test.ServiceReference1.OUTSTORAGE_DETAIL.datasource
│   │   │       ├── test.ServiceReference1.PATIENTSTATE.datasource
│   │   │       ├── test.ServiceReference1.PATIENTTYPE.datasource
│   │   │       ├── test.ServiceReference1.PAYSTYLE.datasource
│   │   │       ├── test.ServiceReference1.POSTROLE.datasource
│   │   │       ├── test.ServiceReference1.PRESCRIPTIONPACKAGE.datasource
│   │   │       ├── test.ServiceReference1.PRESCRIPTIONPACKAGEDETAIL.datasource
│   │   │       ├── test.ServiceReference1.PRESCRIPTIONTYPE.datasource
│   │   │       ├── test.ServiceReference1.PRICEADDPERCENT.datasource
│   │   │       ├── test.ServiceReference1.PRODUCTION.datasource
│   │   │       ├── test.ServiceReference1.PROFESSION.datasource
│   │   │       ├── test.ServiceReference1.RELATIONSHIP.datasource
│   │   │       ├── test.ServiceReference1.SAMPLE.datasource
│   │   │       ├── test.ServiceReference1.SERVICEPROJECT.datasource
│   │   │       ├── test.ServiceReference1.SEX.datasource
│   │   │       ├── test.ServiceReference1.SUBROLE.datasource
│   │   │       ├── test.ServiceReference1.SUPPLIER.datasource
│   │   │       ├── test.ServiceReference1.SURCHARGETYPE.datasource
│   │   │       ├── test.ServiceReference1.UNIT.datasource
│   │   │       ├── test.ServiceReference1.USAGE.datasource
│   │   │       ├── test.ServiceReference1.USAGEUNIT.datasource
│   │   │       ├── test.ServiceReference1.USER.datasource
│   │   │       └── test.ServiceReference1.WATERACCOUNT.datasource
│   │   ├── app.config
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── EMREditDesigner.dll
│   │   │   │   ├── EMREditDesigner.pdb
│   │   │   │   ├── test.exe
│   │   │   │   ├── test.exe.config
│   │   │   │   ├── test.pdb
│   │   │   │   ├── test.vshost.exe
│   │   │   │   ├── test.vshost.exe.config
│   │   │   │   └── test.vshost.exe.manifest
│   │   │   └── Release
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── TempPE
│   │   │       │   └── Service References.ServiceReference1.Reference.cs.dll
│   │   │       ├── test.Form1.resources
│   │   │       ├── test.Form2.resources
│   │   │       ├── test.Properties.Resources.resources
│   │   │       ├── test.csproj.AssemblyReference.cache
│   │   │       ├── test.csproj.FileListAbsolute.txt
│   │   │       ├── test.csproj.GenerateResource.Cache
│   │   │       ├── test.csprojResolveAssemblyReference.cache
│   │   │       ├── test.exe
│   │   │       └── test.pdb
│   │   ├── test.csproj
│   │   └── test.csproj.user
│   ├── test.psess
│   ├── test131214(1).vspx
│   ├── test131214(2).vspx
│   ├── test131214(3).vspx
│   └── test131214.vspx
└── 电子word编辑器好例子网_EMREditDesigner.zip

76 directories, 987 files


标签: 电子编辑器 Word

实例下载地址

电子word编辑器

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警