frmCaseFileCompare.Designer.cs 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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. SuspendLayout();
  36. //
  37. // button1
  38. //
  39. button1.Location = new System.Drawing.Point(618, 27);
  40. button1.Name = "button1";
  41. button1.Size = new System.Drawing.Size(131, 40);
  42. button1.TabIndex = 0;
  43. button1.Text = "开始比较";
  44. button1.UseVisualStyleBackColor = true;
  45. button1.Click += button1_Click;
  46. //
  47. // label1
  48. //
  49. label1.AutoSize = true;
  50. label1.Location = new System.Drawing.Point(26, 33);
  51. label1.Name = "label1";
  52. label1.Size = new System.Drawing.Size(138, 28);
  53. label1.TabIndex = 1;
  54. label1.Text = "请输入案号:";
  55. label1.Click += label1_Click;
  56. //
  57. // txtCaseNo
  58. //
  59. txtCaseNo.Location = new System.Drawing.Point(179, 30);
  60. txtCaseNo.Name = "txtCaseNo";
  61. txtCaseNo.Size = new System.Drawing.Size(421, 34);
  62. txtCaseNo.TabIndex = 2;
  63. txtCaseNo.Text = "S2418519-测试卷";
  64. //
  65. // comboBox1
  66. //
  67. comboBox1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
  68. comboBox1.FormattingEnabled = true;
  69. comboBox1.Items.AddRange(new object[] { "所有比较结果", "初稿与第一次返稿文档修订文字", "第一次返稿与定稿文档修订文字", "比较结果(摘要)", "初稿与第一次返稿文档修订文字(摘要)", "第一次返稿与定稿文档修订文字(摘要)", "比较结果(权要)", "初稿与第一次返稿文档修订文字(权要)", "第一次返稿与定稿文档修订文字(权要)", "比较结果(说明书)", "初稿与第一次返稿文档修订文字(说明书)", "第一次返稿与定稿文档修订文字(说明书)" });
  70. comboBox1.Location = new System.Drawing.Point(1288, 30);
  71. comboBox1.Name = "comboBox1";
  72. comboBox1.Size = new System.Drawing.Size(517, 36);
  73. comboBox1.TabIndex = 4;
  74. comboBox1.SelectedIndexChanged += comboBox1_SelectedIndexChanged;
  75. //
  76. // richTextBox1
  77. //
  78. richTextBox1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
  79. richTextBox1.Location = new System.Drawing.Point(26, 93);
  80. richTextBox1.Name = "richTextBox1";
  81. richTextBox1.Size = new System.Drawing.Size(1779, 736);
  82. richTextBox1.TabIndex = 5;
  83. richTextBox1.Text = "";
  84. //
  85. // lblMsg
  86. //
  87. lblMsg.AutoSize = true;
  88. lblMsg.ForeColor = System.Drawing.Color.FromArgb(255, 128, 128);
  89. lblMsg.Location = new System.Drawing.Point(775, 33);
  90. lblMsg.Name = "lblMsg";
  91. lblMsg.Size = new System.Drawing.Size(0, 28);
  92. lblMsg.TabIndex = 6;
  93. //
  94. // button2
  95. //
  96. button2.Location = new System.Drawing.Point(777, 30);
  97. button2.Name = "button2";
  98. button2.Size = new System.Drawing.Size(204, 42);
  99. button2.TabIndex = 7;
  100. button2.Text = "button2";
  101. button2.UseVisualStyleBackColor = true;
  102. button2.Click += button2_Click;
  103. //
  104. // frmCaseFileCompare
  105. //
  106. AutoScaleDimensions = new System.Drawing.SizeF(13F, 28F);
  107. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  108. ClientSize = new System.Drawing.Size(1837, 857);
  109. Controls.Add(button2);
  110. Controls.Add(lblMsg);
  111. Controls.Add(richTextBox1);
  112. Controls.Add(comboBox1);
  113. Controls.Add(txtCaseNo);
  114. Controls.Add(label1);
  115. Controls.Add(button1);
  116. Name = "frmCaseFileCompare";
  117. Text = "专利案件初稿、返稿和定稿文件比较";
  118. WindowState = System.Windows.Forms.FormWindowState.Maximized;
  119. ResumeLayout(false);
  120. PerformLayout();
  121. }
  122. #endregion
  123. private System.Windows.Forms.Button button1;
  124. private System.Windows.Forms.Label label1;
  125. private System.Windows.Forms.TextBox txtCaseNo;
  126. private System.Windows.Forms.ComboBox comboBox1;
  127. private System.Windows.Forms.RichTextBox richTextBox1;
  128. private System.Windows.Forms.Label lblMsg;
  129. private System.Windows.Forms.Button button2;
  130. }
  131. }