Added File extension parameter to Make Document
Support for DocX and correction of Import Word Doc file Change button from Print to Report Support opening a Library Document that does not have any usages.
This commit is contained in:
@@ -186,7 +186,7 @@ namespace Volian.Controls.Library
|
||||
this.btnPrint.Name = "btnPrint";
|
||||
this.btnPrint.Size = new System.Drawing.Size(75, 30);
|
||||
this.btnPrint.TabIndex = 15;
|
||||
this.btnPrint.Text = "Print";
|
||||
this.btnPrint.Text = "Report";
|
||||
this.btnPrint.UseVisualStyleBackColor = true;
|
||||
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
||||
//
|
||||
|
Reference in New Issue
Block a user