12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
-
- namespace PTMedicalInsurance.Demo
- {
- partial class MockInvokeForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.pnlBottom.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.SuspendLayout();
- //
- // pnlBottom
- //
- this.pnlBottom.Location = new System.Drawing.Point(0, 343);
- this.pnlBottom.Size = new System.Drawing.Size(919, 124);
- //
- // btSaveExample
- //
- this.btSaveExample.Location = new System.Drawing.Point(592, 76);
- //
- // btExit
- //
- this.btExit.Location = new System.Drawing.Point(745, 76);
- //
- // btCall
- //
- this.btCall.Location = new System.Drawing.Point(745, 21);
- this.btCall.Click += new System.EventHandler(this.btCall_Click);
- //
- // btExample
- //
- this.btExample.Location = new System.Drawing.Point(592, 21);
- //
- // cbBusinessType
- //
- this.cbBusinessType.SelectedIndexChanged += new System.EventHandler(this.cbBusinessType_SelectedIndexChanged);
- //
- // splitContainer1
- //
- this.splitContainer1.Size = new System.Drawing.Size(919, 343);
- this.splitContainer1.SplitterDistance = 438;
- //
- // rtbInpar
- //
- this.rtbInpar.Size = new System.Drawing.Size(438, 343);
- //
- // rtbOutpar
- //
- this.rtbOutpar.Size = new System.Drawing.Size(477, 343);
- //
- // MockInvokeForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(919, 467);
- this.Name = "MockInvokeForm";
- this.Text = "MockInvokeForm";
- this.pnlBottom.ResumeLayout(false);
- this.pnlBottom.PerformLayout();
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- }
- }
|