|
@@ -33,6 +33,7 @@
|
|
txtCaseNo = new System.Windows.Forms.TextBox();
|
|
txtCaseNo = new System.Windows.Forms.TextBox();
|
|
comboBox1 = new System.Windows.Forms.ComboBox();
|
|
comboBox1 = new System.Windows.Forms.ComboBox();
|
|
richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
|
|
+ lblMsg = new System.Windows.Forms.Label();
|
|
SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
//
|
|
// button1
|
|
// button1
|
|
@@ -67,7 +68,7 @@
|
|
comboBox1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
comboBox1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
comboBox1.FormattingEnabled = true;
|
|
comboBox1.FormattingEnabled = true;
|
|
comboBox1.Items.AddRange(new object[] { "比较结果", "初稿与第一次返稿文档修订文字", "第一次返稿与定稿文档修订文字" });
|
|
comboBox1.Items.AddRange(new object[] { "比较结果", "初稿与第一次返稿文档修订文字", "第一次返稿与定稿文档修订文字" });
|
|
- comboBox1.Location = new System.Drawing.Point(1028, 30);
|
|
|
|
|
|
+ comboBox1.Location = new System.Drawing.Point(1457, 30);
|
|
comboBox1.Name = "comboBox1";
|
|
comboBox1.Name = "comboBox1";
|
|
comboBox1.Size = new System.Drawing.Size(348, 36);
|
|
comboBox1.Size = new System.Drawing.Size(348, 36);
|
|
comboBox1.TabIndex = 4;
|
|
comboBox1.TabIndex = 4;
|
|
@@ -78,15 +79,25 @@
|
|
richTextBox1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
richTextBox1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
richTextBox1.Location = new System.Drawing.Point(26, 93);
|
|
richTextBox1.Location = new System.Drawing.Point(26, 93);
|
|
richTextBox1.Name = "richTextBox1";
|
|
richTextBox1.Name = "richTextBox1";
|
|
- richTextBox1.Size = new System.Drawing.Size(1350, 626);
|
|
|
|
|
|
+ richTextBox1.Size = new System.Drawing.Size(1779, 736);
|
|
richTextBox1.TabIndex = 5;
|
|
richTextBox1.TabIndex = 5;
|
|
richTextBox1.Text = "";
|
|
richTextBox1.Text = "";
|
|
//
|
|
//
|
|
|
|
+ // lblMsg
|
|
|
|
+ //
|
|
|
|
+ lblMsg.AutoSize = true;
|
|
|
|
+ lblMsg.ForeColor = System.Drawing.Color.FromArgb(255, 128, 128);
|
|
|
|
+ lblMsg.Location = new System.Drawing.Point(775, 33);
|
|
|
|
+ lblMsg.Name = "lblMsg";
|
|
|
|
+ lblMsg.Size = new System.Drawing.Size(0, 28);
|
|
|
|
+ lblMsg.TabIndex = 6;
|
|
|
|
+ //
|
|
// frmCaseFileCompare
|
|
// frmCaseFileCompare
|
|
//
|
|
//
|
|
AutoScaleDimensions = new System.Drawing.SizeF(13F, 28F);
|
|
AutoScaleDimensions = new System.Drawing.SizeF(13F, 28F);
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
- ClientSize = new System.Drawing.Size(1408, 747);
|
|
|
|
|
|
+ ClientSize = new System.Drawing.Size(1837, 857);
|
|
|
|
+ Controls.Add(lblMsg);
|
|
Controls.Add(richTextBox1);
|
|
Controls.Add(richTextBox1);
|
|
Controls.Add(comboBox1);
|
|
Controls.Add(comboBox1);
|
|
Controls.Add(txtCaseNo);
|
|
Controls.Add(txtCaseNo);
|
|
@@ -106,5 +117,6 @@
|
|
private System.Windows.Forms.TextBox txtCaseNo;
|
|
private System.Windows.Forms.TextBox txtCaseNo;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
|
|
|
+ private System.Windows.Forms.Label lblMsg;
|
|
}
|
|
}
|
|
}
|
|
}
|