12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
-
- namespace PTMedicalInsurance.Demo
- {
- partial class MainForm
- {
- /// <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.tabControl1 = new System.Windows.Forms.TabControl();
- this.tpFormInvoke = new System.Windows.Forms.TabPage();
- this.tpQueryUploadResult = new System.Windows.Forms.TabPage();
- this.tabControl1.SuspendLayout();
- this.SuspendLayout();
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tpFormInvoke);
- this.tabControl1.Controls.Add(this.tpQueryUploadResult);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl1.Location = new System.Drawing.Point(0, 0);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(1097, 487);
- this.tabControl1.TabIndex = 1;
- //
- // tpFormInvoke
- //
- this.tpFormInvoke.Location = new System.Drawing.Point(4, 22);
- this.tpFormInvoke.Name = "tpFormInvoke";
- this.tpFormInvoke.Padding = new System.Windows.Forms.Padding(3);
- this.tpFormInvoke.Size = new System.Drawing.Size(1089, 461);
- this.tpFormInvoke.TabIndex = 0;
- this.tpFormInvoke.Text = "界面调用模拟";
- this.tpFormInvoke.UseVisualStyleBackColor = true;
- //
- // tpQueryUploadResult
- //
- this.tpQueryUploadResult.Location = new System.Drawing.Point(4, 22);
- this.tpQueryUploadResult.Name = "tpQueryUploadResult";
- this.tpQueryUploadResult.Padding = new System.Windows.Forms.Padding(3);
- this.tpQueryUploadResult.Size = new System.Drawing.Size(1089, 461);
- this.tpQueryUploadResult.TabIndex = 1;
- this.tpQueryUploadResult.Text = "查询";
- this.tpQueryUploadResult.UseVisualStyleBackColor = true;
- //
- // MainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1097, 487);
- this.Controls.Add(this.tabControl1);
- this.Name = "MainForm";
- this.Text = "MainForm";
- this.tabControl1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tpFormInvoke;
- private System.Windows.Forms.TabPage tpQueryUploadResult;
- }
- }
|