CenterResult.Designer.cs 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class CenterResult
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label4 = new System.Windows.Forms.Label();
  30. this.txtInput = new System.Windows.Forms.RichTextBox();
  31. this.btnOK = new System.Windows.Forms.Button();
  32. this.btnCancel = new System.Windows.Forms.Button();
  33. this.txtOutput = new System.Windows.Forms.RichTextBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.btnLoad = new System.Windows.Forms.Button();
  36. this.btnSaveMock = new System.Windows.Forms.Button();
  37. this.SuspendLayout();
  38. //
  39. // label4
  40. //
  41. this.label4.AutoSize = true;
  42. this.label4.Location = new System.Drawing.Point(9, 52);
  43. this.label4.Name = "label4";
  44. this.label4.Size = new System.Drawing.Size(82, 15);
  45. this.label4.TabIndex = 19;
  46. this.label4.Text = "交易入参:";
  47. //
  48. // txtInput
  49. //
  50. this.txtInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  51. | System.Windows.Forms.AnchorStyles.Right)));
  52. this.txtInput.Location = new System.Drawing.Point(12, 69);
  53. this.txtInput.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  54. this.txtInput.Name = "txtInput";
  55. this.txtInput.Size = new System.Drawing.Size(1258, 242);
  56. this.txtInput.TabIndex = 18;
  57. this.txtInput.Text = "";
  58. //
  59. // btnOK
  60. //
  61. this.btnOK.Location = new System.Drawing.Point(948, 12);
  62. this.btnOK.Name = "btnOK";
  63. this.btnOK.Size = new System.Drawing.Size(121, 40);
  64. this.btnOK.TabIndex = 20;
  65. this.btnOK.Text = "确定(&O)";
  66. this.btnOK.UseVisualStyleBackColor = true;
  67. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  68. //
  69. // btnCancel
  70. //
  71. this.btnCancel.Location = new System.Drawing.Point(1115, 12);
  72. this.btnCancel.Name = "btnCancel";
  73. this.btnCancel.Size = new System.Drawing.Size(121, 40);
  74. this.btnCancel.TabIndex = 20;
  75. this.btnCancel.Text = "取消(&C)";
  76. this.btnCancel.UseVisualStyleBackColor = true;
  77. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  78. //
  79. // txtOutput
  80. //
  81. this.txtOutput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  82. | System.Windows.Forms.AnchorStyles.Right)));
  83. this.txtOutput.Location = new System.Drawing.Point(12, 360);
  84. this.txtOutput.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  85. this.txtOutput.Name = "txtOutput";
  86. this.txtOutput.Size = new System.Drawing.Size(1258, 263);
  87. this.txtOutput.TabIndex = 18;
  88. this.txtOutput.Text = "";
  89. //
  90. // label1
  91. //
  92. this.label1.AutoSize = true;
  93. this.label1.Location = new System.Drawing.Point(9, 343);
  94. this.label1.Name = "label1";
  95. this.label1.Size = new System.Drawing.Size(82, 15);
  96. this.label1.TabIndex = 19;
  97. this.label1.Text = "交易出参:";
  98. //
  99. // btnLoad
  100. //
  101. this.btnLoad.Location = new System.Drawing.Point(1138, 326);
  102. this.btnLoad.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  103. this.btnLoad.Name = "btnLoad";
  104. this.btnLoad.Size = new System.Drawing.Size(116, 30);
  105. this.btnLoad.TabIndex = 21;
  106. this.btnLoad.Text = "加载测试数据";
  107. this.btnLoad.UseVisualStyleBackColor = true;
  108. this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
  109. //
  110. // btnSaveMock
  111. //
  112. this.btnSaveMock.Location = new System.Drawing.Point(953, 326);
  113. this.btnSaveMock.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  114. this.btnSaveMock.Name = "btnSaveMock";
  115. this.btnSaveMock.Size = new System.Drawing.Size(116, 30);
  116. this.btnSaveMock.TabIndex = 21;
  117. this.btnSaveMock.Text = "覆盖测试数据";
  118. this.btnSaveMock.UseVisualStyleBackColor = true;
  119. this.btnSaveMock.Click += new System.EventHandler(this.btnSaveMock_Click);
  120. //
  121. // CenterResult
  122. //
  123. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  124. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  125. this.ClientSize = new System.Drawing.Size(1282, 617);
  126. this.Controls.Add(this.btnSaveMock);
  127. this.Controls.Add(this.btnLoad);
  128. this.Controls.Add(this.btnCancel);
  129. this.Controls.Add(this.btnOK);
  130. this.Controls.Add(this.label1);
  131. this.Controls.Add(this.label4);
  132. this.Controls.Add(this.txtOutput);
  133. this.Controls.Add(this.txtInput);
  134. this.Name = "CenterResult";
  135. this.Text = "CenterResult";
  136. this.Load += new System.EventHandler(this.CenterResult_Load);
  137. this.ResumeLayout(false);
  138. this.PerformLayout();
  139. }
  140. #endregion
  141. private System.Windows.Forms.Label label4;
  142. private System.Windows.Forms.RichTextBox txtInput;
  143. private System.Windows.Forms.Button btnOK;
  144. private System.Windows.Forms.Button btnCancel;
  145. private System.Windows.Forms.RichTextBox txtOutput;
  146. private System.Windows.Forms.Label label1;
  147. private System.Windows.Forms.Button btnLoad;
  148. private System.Windows.Forms.Button btnSaveMock;
  149. }
  150. }