This commit is contained in:
20
PROMS/Volian.Controls.Library/PreviewMultiLineRO.cs
Normal file
20
PROMS/Volian.Controls.Library/PreviewMultiLineRO.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Volian.Controls.Library
|
||||
{
|
||||
public partial class PreviewMultiLineRO : DevComponents.DotNetBar.Office2007Form //Form
|
||||
{
|
||||
public PreviewMultiLineRO(string thetext, string title)
|
||||
{
|
||||
InitializeComponent();
|
||||
this.rtbPreviewMlRO.Text = thetext;
|
||||
this.Text = title;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user