namespace wispro.sp.winClient
{
partial class frmCaseFileCompare
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
button1 = new System.Windows.Forms.Button();
label1 = new System.Windows.Forms.Label();
txtCaseNo = new System.Windows.Forms.TextBox();
comboBox1 = new System.Windows.Forms.ComboBox();
richTextBox1 = new System.Windows.Forms.RichTextBox();
lblMsg = new System.Windows.Forms.Label();
SuspendLayout();
//
// button1
//
button1.Location = new System.Drawing.Point(618, 27);
button1.Name = "button1";
button1.Size = new System.Drawing.Size(131, 40);
button1.TabIndex = 0;
button1.Text = "开始比较";
button1.UseVisualStyleBackColor = true;
button1.Click += button1_Click;
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(26, 33);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(138, 28);
label1.TabIndex = 1;
label1.Text = "请输入案号:";
label1.Click += label1_Click;
//
// txtCaseNo
//
txtCaseNo.Location = new System.Drawing.Point(179, 30);
txtCaseNo.Name = "txtCaseNo";
txtCaseNo.Size = new System.Drawing.Size(421, 34);
txtCaseNo.TabIndex = 2;
//
// comboBox1
//
comboBox1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
comboBox1.FormattingEnabled = true;
comboBox1.Items.AddRange(new object[] { "所有比较结果", "初稿与第一次返稿文档修订文字", "第一次返稿与定稿文档修订文字", "比较结果(摘要)", "初稿与第一次返稿文档修订文字(摘要)", "第一次返稿与定稿文档修订文字(摘要)", "比较结果(权要)", "初稿与第一次返稿文档修订文字(权要)", "第一次返稿与定稿文档修订文字(权要)", "比较结果(说明书)", "初稿与第一次返稿文档修订文字(说明书)", "第一次返稿与定稿文档修订文字(说明书)" });
comboBox1.Location = new System.Drawing.Point(1288, 30);
comboBox1.Name = "comboBox1";
comboBox1.Size = new System.Drawing.Size(517, 36);
comboBox1.TabIndex = 4;
comboBox1.SelectedIndexChanged += comboBox1_SelectedIndexChanged;
//
// richTextBox1
//
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.Name = "richTextBox1";
richTextBox1.Size = new System.Drawing.Size(1779, 736);
richTextBox1.TabIndex = 5;
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
//
AutoScaleDimensions = new System.Drawing.SizeF(13F, 28F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
ClientSize = new System.Drawing.Size(1837, 857);
Controls.Add(lblMsg);
Controls.Add(richTextBox1);
Controls.Add(comboBox1);
Controls.Add(txtCaseNo);
Controls.Add(label1);
Controls.Add(button1);
Name = "frmCaseFileCompare";
Text = "专利案件初稿、返稿和定稿文件比较";
WindowState = System.Windows.Forms.FormWindowState.Maximized;
ResumeLayout(false);
PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtCaseNo;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.Label lblMsg;
}
}