コード例 #1
0
ファイル: ReportForm.cs プロジェクト: Shotsordsoo/VISAP_GUI
 public ReportForm()
 {
     InitializeComponent();
     ReportText = this;
     //richTextBox1.SelectedRtf = Form1.S.richTextBox_onForm1.SelectedRtf;
     richTextBox1.Rtf = Form1.S.rtb.Rtf;
 }
コード例 #2
0
 public ReportForm()
 {
     InitializeComponent();
     ReportText = this;
     //richTextBox1.SelectedRtf = Form1.S.richTextBox_onForm1.SelectedRtf;
     richTextBox1.Rtf = Form1.S.rtb.Rtf;
 }
コード例 #3
0
ファイル: Form1.cs プロジェクト: JoshuaHe2015/VISAP_GUI
 private void 打开报告ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ReportForm MyReportForm = new ReportForm();
     MyReportForm.Show();
 }
コード例 #4
0
        private void 打开报告ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ReportForm MyReportForm = new ReportForm();

            MyReportForm.Show();
        }