frmCaseFileCompare.Designer.cs 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. namespace wispro.sp.winClient
  2. {
  3. partial class frmCaseFileCompare
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. button1 = new System.Windows.Forms.Button();
  29. label1 = new System.Windows.Forms.Label();
  30. txtCaseNo = new System.Windows.Forms.TextBox();
  31. comboBox1 = new System.Windows.Forms.ComboBox();
  32. richTextBox1 = new System.Windows.Forms.RichTextBox();
  33. lblMsg = new System.Windows.Forms.Label();
  34. button2 = new System.Windows.Forms.Button();
  35. button3 = new System.Windows.Forms.Button();
  36. SuspendLayout();
  37. //
  38. // button1
  39. //
  40. button1.Location = new System.Drawing.Point(856, 38);
  41. button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  42. button1.Name = "button1";
  43. button1.Size = new System.Drawing.Size(181, 56);
  44. button1.TabIndex = 0;
  45. button1.Text = "开始比较";
  46. button1.UseVisualStyleBackColor = true;
  47. button1.Click += button1_Click;
  48. //
  49. // label1
  50. //
  51. label1.AutoSize = true;
  52. label1.Location = new System.Drawing.Point(36, 46);
  53. label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  54. label1.Name = "label1";
  55. label1.Size = new System.Drawing.Size(197, 39);
  56. label1.TabIndex = 1;
  57. label1.Text = "请输入案号:";
  58. label1.Click += label1_Click;
  59. //
  60. // txtCaseNo
  61. //
  62. txtCaseNo.Location = new System.Drawing.Point(248, 42);
  63. txtCaseNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  64. txtCaseNo.Name = "txtCaseNo";
  65. txtCaseNo.Size = new System.Drawing.Size(581, 46);
  66. txtCaseNo.TabIndex = 2;
  67. txtCaseNo.Text = "S2418519-测试卷";
  68. //
  69. // comboBox1
  70. //
  71. comboBox1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
  72. comboBox1.FormattingEnabled = true;
  73. comboBox1.Items.AddRange(new object[] { "所有比较结果", "初稿与第一次返稿文档修订文字", "第一次返稿与定稿文档修订文字", "比较结果(摘要)", "初稿与第一次返稿文档修订文字(摘要)", "第一次返稿与定稿文档修订文字(摘要)", "比较结果(权要)", "初稿与第一次返稿文档修订文字(权要)", "第一次返稿与定稿文档修订文字(权要)", "比较结果(说明书)", "初稿与第一次返稿文档修订文字(说明书)", "第一次返稿与定稿文档修订文字(说明书)" });
  74. comboBox1.Location = new System.Drawing.Point(1783, 42);
  75. comboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  76. comboBox1.Name = "comboBox1";
  77. comboBox1.Size = new System.Drawing.Size(714, 47);
  78. comboBox1.TabIndex = 4;
  79. comboBox1.SelectedIndexChanged += comboBox1_SelectedIndexChanged;
  80. //
  81. // richTextBox1
  82. //
  83. richTextBox1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
  84. richTextBox1.Location = new System.Drawing.Point(36, 130);
  85. richTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  86. richTextBox1.Name = "richTextBox1";
  87. richTextBox1.Size = new System.Drawing.Size(2462, 1024);
  88. richTextBox1.TabIndex = 5;
  89. richTextBox1.Text = "";
  90. //
  91. // lblMsg
  92. //
  93. lblMsg.AutoSize = true;
  94. lblMsg.ForeColor = System.Drawing.Color.FromArgb(255, 128, 128);
  95. lblMsg.Location = new System.Drawing.Point(1073, 46);
  96. lblMsg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  97. lblMsg.Name = "lblMsg";
  98. lblMsg.Size = new System.Drawing.Size(0, 39);
  99. lblMsg.TabIndex = 6;
  100. //
  101. // button2
  102. //
  103. button2.Location = new System.Drawing.Point(1073, 37);
  104. button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  105. button2.Name = "button2";
  106. button2.Size = new System.Drawing.Size(282, 59);
  107. button2.TabIndex = 7;
  108. button2.Text = "绩效测试";
  109. button2.UseVisualStyleBackColor = true;
  110. button2.Click += button2_Click;
  111. //
  112. // button3
  113. //
  114. button3.Location = new System.Drawing.Point(1378, 35);
  115. button3.Margin = new System.Windows.Forms.Padding(4);
  116. button3.Name = "button3";
  117. button3.Size = new System.Drawing.Size(282, 59);
  118. button3.TabIndex = 7;
  119. button3.Text = "eml文件测试";
  120. button3.UseVisualStyleBackColor = true;
  121. button3.Click += button3_Click;
  122. //
  123. // frmCaseFileCompare
  124. //
  125. AutoScaleDimensions = new System.Drawing.SizeF(18F, 39F);
  126. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  127. ClientSize = new System.Drawing.Size(2544, 1194);
  128. Controls.Add(button3);
  129. Controls.Add(button2);
  130. Controls.Add(lblMsg);
  131. Controls.Add(richTextBox1);
  132. Controls.Add(comboBox1);
  133. Controls.Add(txtCaseNo);
  134. Controls.Add(label1);
  135. Controls.Add(button1);
  136. Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  137. Name = "frmCaseFileCompare";
  138. Text = "专利案件初稿、返稿和定稿文件比较";
  139. WindowState = System.Windows.Forms.FormWindowState.Maximized;
  140. ResumeLayout(false);
  141. PerformLayout();
  142. }
  143. #endregion
  144. private System.Windows.Forms.Button button1;
  145. private System.Windows.Forms.Label label1;
  146. private System.Windows.Forms.TextBox txtCaseNo;
  147. private System.Windows.Forms.ComboBox comboBox1;
  148. private System.Windows.Forms.RichTextBox richTextBox1;
  149. private System.Windows.Forms.Label lblMsg;
  150. private System.Windows.Forms.Button button2;
  151. private System.Windows.Forms.Button button3;
  152. }
  153. }