frmCaseFileCompare.Designer.cs 4.9 KB

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