MockInvokeForm.Designer.cs 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. 
  2. namespace PTMedicalInsurance.Demo
  3. {
  4. partial class MockInvokeForm
  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.pnlBottom.SuspendLayout();
  30. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  31. this.splitContainer1.Panel1.SuspendLayout();
  32. this.splitContainer1.Panel2.SuspendLayout();
  33. this.splitContainer1.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // pnlBottom
  37. //
  38. this.pnlBottom.Location = new System.Drawing.Point(0, 343);
  39. this.pnlBottom.Size = new System.Drawing.Size(919, 124);
  40. //
  41. // btSaveExample
  42. //
  43. this.btSaveExample.Location = new System.Drawing.Point(592, 76);
  44. //
  45. // btExit
  46. //
  47. this.btExit.Location = new System.Drawing.Point(745, 76);
  48. //
  49. // btCall
  50. //
  51. this.btCall.Location = new System.Drawing.Point(745, 21);
  52. this.btCall.Click += new System.EventHandler(this.btCall_Click);
  53. //
  54. // btExample
  55. //
  56. this.btExample.Location = new System.Drawing.Point(592, 21);
  57. //
  58. // cbBusinessType
  59. //
  60. this.cbBusinessType.SelectedIndexChanged += new System.EventHandler(this.cbBusinessType_SelectedIndexChanged);
  61. //
  62. // splitContainer1
  63. //
  64. this.splitContainer1.Size = new System.Drawing.Size(919, 343);
  65. this.splitContainer1.SplitterDistance = 438;
  66. //
  67. // rtbInpar
  68. //
  69. this.rtbInpar.Size = new System.Drawing.Size(438, 343);
  70. //
  71. // rtbOutpar
  72. //
  73. this.rtbOutpar.Size = new System.Drawing.Size(477, 343);
  74. //
  75. // MockInvokeForm
  76. //
  77. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  78. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  79. this.ClientSize = new System.Drawing.Size(919, 467);
  80. this.Name = "MockInvokeForm";
  81. this.Text = "MockInvokeForm";
  82. this.pnlBottom.ResumeLayout(false);
  83. this.pnlBottom.PerformLayout();
  84. this.splitContainer1.Panel1.ResumeLayout(false);
  85. this.splitContainer1.Panel2.ResumeLayout(false);
  86. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  87. this.splitContainer1.ResumeLayout(false);
  88. this.ResumeLayout(false);
  89. }
  90. #endregion
  91. }
  92. }