namespace PTMedicalInsurance.Forms.BasicDatas { partial class BasicData { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tcBasicData = new System.Windows.Forms.TabControl(); this.tpMaintainInterface = new System.Windows.Forms.TabPage(); this.tpDirectoryDownload = new System.Windows.Forms.TabPage(); this.tpDirectoryMap = new System.Windows.Forms.TabPage(); this.tpDirectoryQuery = new System.Windows.Forms.TabPage(); this.tpExp = new System.Windows.Forms.TabPage(); this.tcBasicData.SuspendLayout(); this.SuspendLayout(); // // tcBasicData // this.tcBasicData.Controls.Add(this.tpMaintainInterface); this.tcBasicData.Controls.Add(this.tpDirectoryDownload); this.tcBasicData.Controls.Add(this.tpDirectoryMap); this.tcBasicData.Controls.Add(this.tpDirectoryQuery); this.tcBasicData.Controls.Add(this.tpExp); this.tcBasicData.Dock = System.Windows.Forms.DockStyle.Fill; this.tcBasicData.Font = new System.Drawing.Font("华文隶书", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tcBasicData.Location = new System.Drawing.Point(0, 0); this.tcBasicData.Name = "tcBasicData"; this.tcBasicData.SelectedIndex = 0; this.tcBasicData.Size = new System.Drawing.Size(1408, 471); this.tcBasicData.TabIndex = 1; // // tpMaintainInterface // this.tpMaintainInterface.Location = new System.Drawing.Point(4, 31); this.tpMaintainInterface.Name = "tpMaintainInterface"; this.tpMaintainInterface.Size = new System.Drawing.Size(1400, 436); this.tpMaintainInterface.TabIndex = 3; this.tpMaintainInterface.Text = "接口维护"; this.tpMaintainInterface.UseVisualStyleBackColor = true; // // tpDirectoryDownload // this.tpDirectoryDownload.Font = new System.Drawing.Font("华文隶书", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tpDirectoryDownload.Location = new System.Drawing.Point(4, 31); this.tpDirectoryDownload.Name = "tpDirectoryDownload"; this.tpDirectoryDownload.Padding = new System.Windows.Forms.Padding(3); this.tpDirectoryDownload.Size = new System.Drawing.Size(1400, 436); this.tpDirectoryDownload.TabIndex = 0; this.tpDirectoryDownload.Text = "数据下载"; this.tpDirectoryDownload.UseVisualStyleBackColor = true; // // tpDirectoryMap // this.tpDirectoryMap.Font = new System.Drawing.Font("华文隶书", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tpDirectoryMap.Location = new System.Drawing.Point(4, 31); this.tpDirectoryMap.Name = "tpDirectoryMap"; this.tpDirectoryMap.Padding = new System.Windows.Forms.Padding(3); this.tpDirectoryMap.Size = new System.Drawing.Size(1400, 436); this.tpDirectoryMap.TabIndex = 1; this.tpDirectoryMap.Text = "数据对照"; this.tpDirectoryMap.UseVisualStyleBackColor = true; // // tpDirectoryQuery // this.tpDirectoryQuery.Font = new System.Drawing.Font("华文隶书", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tpDirectoryQuery.Location = new System.Drawing.Point(4, 31); this.tpDirectoryQuery.Name = "tpDirectoryQuery"; this.tpDirectoryQuery.Size = new System.Drawing.Size(1400, 436); this.tpDirectoryQuery.TabIndex = 2; this.tpDirectoryQuery.Text = "中心目录查询"; this.tpDirectoryQuery.UseVisualStyleBackColor = true; // // tpExp // this.tpExp.Font = new System.Drawing.Font("华文隶书", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tpExp.Location = new System.Drawing.Point(4, 31); this.tpExp.Name = "tpExp"; this.tpExp.Size = new System.Drawing.Size(1400, 436); this.tpExp.TabIndex = 4; this.tpExp.Text = "数据下载(扩展版)"; this.tpExp.UseVisualStyleBackColor = true; // // BasicData // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1408, 471); this.Controls.Add(this.tcBasicData); this.Name = "BasicData"; this.Text = "基础数据维护"; this.tcBasicData.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tcBasicData; private System.Windows.Forms.TabPage tpMaintainInterface; private System.Windows.Forms.TabPage tpDirectoryDownload; private System.Windows.Forms.TabPage tpDirectoryMap; private System.Windows.Forms.TabPage tpDirectoryQuery; private System.Windows.Forms.TabPage tpExp; } }