CenterResult.designer.cs 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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.txtOutput = new System.Windows.Forms.RichTextBox();
  31. this.btnOK = new System.Windows.Forms.Button();
  32. this.btnCancel = new System.Windows.Forms.Button();
  33. this.SuspendLayout();
  34. //
  35. // label4
  36. //
  37. this.label4.AutoSize = true;
  38. this.label4.Location = new System.Drawing.Point(9, 8);
  39. this.label4.Name = "label4";
  40. this.label4.Size = new System.Drawing.Size(82, 15);
  41. this.label4.TabIndex = 19;
  42. this.label4.Text = "交易出参:";
  43. //
  44. // txtOutput
  45. //
  46. this.txtOutput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  47. | System.Windows.Forms.AnchorStyles.Right)));
  48. this.txtOutput.Location = new System.Drawing.Point(12, 25);
  49. this.txtOutput.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  50. this.txtOutput.Name = "txtOutput";
  51. this.txtOutput.Size = new System.Drawing.Size(959, 263);
  52. this.txtOutput.TabIndex = 18;
  53. this.txtOutput.Text = "";
  54. //
  55. // btnOK
  56. //
  57. this.btnOK.Location = new System.Drawing.Point(513, 325);
  58. this.btnOK.Name = "btnOK";
  59. this.btnOK.Size = new System.Drawing.Size(121, 40);
  60. this.btnOK.TabIndex = 20;
  61. this.btnOK.Text = "确定(&O)";
  62. this.btnOK.UseVisualStyleBackColor = true;
  63. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  64. //
  65. // btnCancel
  66. //
  67. this.btnCancel.Location = new System.Drawing.Point(725, 325);
  68. this.btnCancel.Name = "btnCancel";
  69. this.btnCancel.Size = new System.Drawing.Size(121, 40);
  70. this.btnCancel.TabIndex = 20;
  71. this.btnCancel.Text = "取消(&C)";
  72. this.btnCancel.UseVisualStyleBackColor = true;
  73. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  74. //
  75. // CenterResult
  76. //
  77. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  78. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  79. this.ClientSize = new System.Drawing.Size(983, 410);
  80. this.Controls.Add(this.btnCancel);
  81. this.Controls.Add(this.btnOK);
  82. this.Controls.Add(this.label4);
  83. this.Controls.Add(this.txtOutput);
  84. this.Name = "CenterResult";
  85. this.Text = "CenterResult";
  86. this.ResumeLayout(false);
  87. this.PerformLayout();
  88. }
  89. #endregion
  90. private System.Windows.Forms.Label label4;
  91. private System.Windows.Forms.RichTextBox txtOutput;
  92. private System.Windows.Forms.Button btnOK;
  93. private System.Windows.Forms.Button btnCancel;
  94. }
  95. }