123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- namespace wispro.sp.winClient
- {
- partial class frmCaseFileCompare
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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();
- button2 = new System.Windows.Forms.Button();
- button3 = new System.Windows.Forms.Button();
- SuspendLayout();
- //
- // button1
- //
- button1.Location = new System.Drawing.Point(856, 38);
- button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- button1.Name = "button1";
- button1.Size = new System.Drawing.Size(181, 56);
- button1.TabIndex = 0;
- button1.Text = "开始比较";
- button1.UseVisualStyleBackColor = true;
- button1.Click += button1_Click;
- //
- // label1
- //
- label1.AutoSize = true;
- label1.Location = new System.Drawing.Point(36, 46);
- label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- label1.Name = "label1";
- label1.Size = new System.Drawing.Size(197, 39);
- label1.TabIndex = 1;
- label1.Text = "请输入案号:";
- label1.Click += label1_Click;
- //
- // txtCaseNo
- //
- txtCaseNo.Location = new System.Drawing.Point(248, 42);
- txtCaseNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- txtCaseNo.Name = "txtCaseNo";
- txtCaseNo.Size = new System.Drawing.Size(581, 46);
- txtCaseNo.TabIndex = 2;
- txtCaseNo.Text = "S2418519-测试卷";
- //
- // 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(1783, 42);
- comboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- comboBox1.Name = "comboBox1";
- comboBox1.Size = new System.Drawing.Size(714, 47);
- 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(36, 130);
- richTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- richTextBox1.Name = "richTextBox1";
- richTextBox1.Size = new System.Drawing.Size(2462, 1024);
- richTextBox1.TabIndex = 5;
- richTextBox1.Text = "";
- //
- // lblMsg
- //
- lblMsg.AutoSize = true;
- lblMsg.ForeColor = System.Drawing.Color.FromArgb(255, 128, 128);
- lblMsg.Location = new System.Drawing.Point(1073, 46);
- lblMsg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- lblMsg.Name = "lblMsg";
- lblMsg.Size = new System.Drawing.Size(0, 39);
- lblMsg.TabIndex = 6;
- //
- // button2
- //
- button2.Location = new System.Drawing.Point(1073, 37);
- button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- button2.Name = "button2";
- button2.Size = new System.Drawing.Size(282, 59);
- button2.TabIndex = 7;
- button2.Text = "绩效测试";
- button2.UseVisualStyleBackColor = true;
- button2.Click += button2_Click;
- //
- // button3
- //
- button3.Location = new System.Drawing.Point(1378, 35);
- button3.Margin = new System.Windows.Forms.Padding(4);
- button3.Name = "button3";
- button3.Size = new System.Drawing.Size(282, 59);
- button3.TabIndex = 7;
- button3.Text = "eml文件测试";
- button3.UseVisualStyleBackColor = true;
- button3.Click += button3_Click;
- //
- // frmCaseFileCompare
- //
- AutoScaleDimensions = new System.Drawing.SizeF(18F, 39F);
- AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- ClientSize = new System.Drawing.Size(2544, 1194);
- Controls.Add(button3);
- Controls.Add(button2);
- Controls.Add(lblMsg);
- Controls.Add(richTextBox1);
- Controls.Add(comboBox1);
- Controls.Add(txtCaseNo);
- Controls.Add(label1);
- Controls.Add(button1);
- Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- 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;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button3;
- }
- }
|