| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
-
- namespace PTMedicalInsurance.Forms.BasicDatas
- {
- partial class BasicData
- {
- /// <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.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;
- }
- }
|