12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
-
- namespace PTMedicalInsurance.Demo
- {
- partial class MockInvokeForm
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
-
-
-
-
- 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();
-
-
-
- this.pnlBottom.Location = new System.Drawing.Point(0, 343);
- this.pnlBottom.Size = new System.Drawing.Size(919, 124);
-
-
-
- this.btSaveExample.Location = new System.Drawing.Point(592, 76);
-
-
-
- this.btExit.Location = new System.Drawing.Point(745, 76);
-
-
-
- this.btCall.Location = new System.Drawing.Point(745, 21);
- this.btCall.Click += new System.EventHandler(this.btCall_Click);
-
-
-
- this.btExample.Location = new System.Drawing.Point(592, 21);
-
-
-
- this.cbBusinessType.SelectedIndexChanged += new System.EventHandler(this.cbBusinessType_SelectedIndexChanged);
-
-
-
- this.splitContainer1.Size = new System.Drawing.Size(919, 343);
- this.splitContainer1.SplitterDistance = 438;
-
-
-
- this.rtbInpar.Size = new System.Drawing.Size(438, 343);
-
-
-
- this.rtbOutpar.Size = new System.Drawing.Size(477, 343);
-
-
-
- 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
- }
- }
|