CenterResult.Designer.cs 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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.SuspendLayout();
  37. //
  38. // label4
  39. //
  40. this.label4.AutoSize = true;
  41. this.label4.Location = new System.Drawing.Point(10, 62);
  42. this.label4.Name = "label4";
  43. this.label4.Size = new System.Drawing.Size(98, 18);
  44. this.label4.TabIndex = 19;
  45. this.label4.Text = "交易入参:";
  46. //
  47. // txtInput
  48. //
  49. this.txtInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  50. | System.Windows.Forms.AnchorStyles.Right)));
  51. this.txtInput.Location = new System.Drawing.Point(14, 83);
  52. this.txtInput.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  53. this.txtInput.Name = "txtInput";
  54. this.txtInput.Size = new System.Drawing.Size(1415, 290);
  55. this.txtInput.TabIndex = 18;
  56. this.txtInput.Text = "";
  57. //
  58. // btnOK
  59. //
  60. this.btnOK.Location = new System.Drawing.Point(1066, 14);
  61. this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  62. this.btnOK.Name = "btnOK";
  63. this.btnOK.Size = new System.Drawing.Size(136, 48);
  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(1254, 14);
  72. this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  73. this.btnCancel.Name = "btnCancel";
  74. this.btnCancel.Size = new System.Drawing.Size(136, 48);
  75. this.btnCancel.TabIndex = 20;
  76. this.btnCancel.Text = "取消(&C)";
  77. this.btnCancel.UseVisualStyleBackColor = true;
  78. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  79. //
  80. // txtOutput
  81. //
  82. this.txtOutput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  83. | System.Windows.Forms.AnchorStyles.Right)));
  84. this.txtOutput.Location = new System.Drawing.Point(14, 432);
  85. this.txtOutput.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  86. this.txtOutput.Name = "txtOutput";
  87. this.txtOutput.Size = new System.Drawing.Size(1415, 315);
  88. this.txtOutput.TabIndex = 18;
  89. this.txtOutput.Text = "";
  90. //
  91. // label1
  92. //
  93. this.label1.AutoSize = true;
  94. this.label1.Location = new System.Drawing.Point(10, 412);
  95. this.label1.Name = "label1";
  96. this.label1.Size = new System.Drawing.Size(98, 18);
  97. this.label1.TabIndex = 19;
  98. this.label1.Text = "交易出参:";
  99. //
  100. // btnLoad
  101. //
  102. this.btnLoad.Location = new System.Drawing.Point(1280, 391);
  103. this.btnLoad.Name = "btnLoad";
  104. this.btnLoad.Size = new System.Drawing.Size(131, 36);
  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. // CenterResult
  111. //
  112. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  113. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  114. this.ClientSize = new System.Drawing.Size(1442, 740);
  115. this.Controls.Add(this.btnLoad);
  116. this.Controls.Add(this.btnCancel);
  117. this.Controls.Add(this.btnOK);
  118. this.Controls.Add(this.label1);
  119. this.Controls.Add(this.label4);
  120. this.Controls.Add(this.txtOutput);
  121. this.Controls.Add(this.txtInput);
  122. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  123. this.Name = "CenterResult";
  124. this.Text = "CenterResult";
  125. this.Load += new System.EventHandler(this.CenterResult_Load);
  126. this.ResumeLayout(false);
  127. this.PerformLayout();
  128. }
  129. #endregion
  130. private System.Windows.Forms.Label label4;
  131. private System.Windows.Forms.RichTextBox txtInput;
  132. private System.Windows.Forms.Button btnOK;
  133. private System.Windows.Forms.Button btnCancel;
  134. private System.Windows.Forms.RichTextBox txtOutput;
  135. private System.Windows.Forms.Label label1;
  136. private System.Windows.Forms.Button btnLoad;
  137. }
  138. }