BasicData.Designer.cs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. 
  2. namespace PTMedicalInsurance.Forms.BasicDatas
  3. {
  4. partial class BasicData
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.tcBasicData = new System.Windows.Forms.TabControl();
  30. this.tpMaintainInterface = new System.Windows.Forms.TabPage();
  31. this.tpDirectoryDownload = new System.Windows.Forms.TabPage();
  32. this.tpDirectoryMap = new System.Windows.Forms.TabPage();
  33. this.tpDirectoryQuery = new System.Windows.Forms.TabPage();
  34. this.tpExp = new System.Windows.Forms.TabPage();
  35. this.tcBasicData.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // tcBasicData
  39. //
  40. this.tcBasicData.Controls.Add(this.tpMaintainInterface);
  41. this.tcBasicData.Controls.Add(this.tpDirectoryDownload);
  42. this.tcBasicData.Controls.Add(this.tpDirectoryMap);
  43. this.tcBasicData.Controls.Add(this.tpDirectoryQuery);
  44. this.tcBasicData.Controls.Add(this.tpExp);
  45. this.tcBasicData.Dock = System.Windows.Forms.DockStyle.Fill;
  46. this.tcBasicData.Font = new System.Drawing.Font("华文隶书", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.tcBasicData.Location = new System.Drawing.Point(0, 0);
  48. this.tcBasicData.Name = "tcBasicData";
  49. this.tcBasicData.SelectedIndex = 0;
  50. this.tcBasicData.Size = new System.Drawing.Size(1408, 471);
  51. this.tcBasicData.TabIndex = 1;
  52. //
  53. // tpMaintainInterface
  54. //
  55. this.tpMaintainInterface.Location = new System.Drawing.Point(4, 31);
  56. this.tpMaintainInterface.Name = "tpMaintainInterface";
  57. this.tpMaintainInterface.Size = new System.Drawing.Size(1400, 436);
  58. this.tpMaintainInterface.TabIndex = 3;
  59. this.tpMaintainInterface.Text = "接口维护";
  60. this.tpMaintainInterface.UseVisualStyleBackColor = true;
  61. //
  62. // tpDirectoryDownload
  63. //
  64. this.tpDirectoryDownload.Font = new System.Drawing.Font("华文隶书", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.tpDirectoryDownload.Location = new System.Drawing.Point(4, 31);
  66. this.tpDirectoryDownload.Name = "tpDirectoryDownload";
  67. this.tpDirectoryDownload.Padding = new System.Windows.Forms.Padding(3);
  68. this.tpDirectoryDownload.Size = new System.Drawing.Size(1400, 436);
  69. this.tpDirectoryDownload.TabIndex = 0;
  70. this.tpDirectoryDownload.Text = "数据下载";
  71. this.tpDirectoryDownload.UseVisualStyleBackColor = true;
  72. //
  73. // tpDirectoryMap
  74. //
  75. this.tpDirectoryMap.Font = new System.Drawing.Font("华文隶书", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.tpDirectoryMap.Location = new System.Drawing.Point(4, 31);
  77. this.tpDirectoryMap.Name = "tpDirectoryMap";
  78. this.tpDirectoryMap.Padding = new System.Windows.Forms.Padding(3);
  79. this.tpDirectoryMap.Size = new System.Drawing.Size(1400, 436);
  80. this.tpDirectoryMap.TabIndex = 1;
  81. this.tpDirectoryMap.Text = "数据对照";
  82. this.tpDirectoryMap.UseVisualStyleBackColor = true;
  83. //
  84. // tpDirectoryQuery
  85. //
  86. this.tpDirectoryQuery.Font = new System.Drawing.Font("华文隶书", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.tpDirectoryQuery.Location = new System.Drawing.Point(4, 31);
  88. this.tpDirectoryQuery.Name = "tpDirectoryQuery";
  89. this.tpDirectoryQuery.Size = new System.Drawing.Size(1400, 436);
  90. this.tpDirectoryQuery.TabIndex = 2;
  91. this.tpDirectoryQuery.Text = "中心目录查询";
  92. this.tpDirectoryQuery.UseVisualStyleBackColor = true;
  93. //
  94. // tpExp
  95. //
  96. this.tpExp.Font = new System.Drawing.Font("华文隶书", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.tpExp.Location = new System.Drawing.Point(4, 31);
  98. this.tpExp.Name = "tpExp";
  99. this.tpExp.Size = new System.Drawing.Size(1400, 436);
  100. this.tpExp.TabIndex = 4;
  101. this.tpExp.Text = "数据下载(扩展版)";
  102. this.tpExp.UseVisualStyleBackColor = true;
  103. //
  104. // BasicData
  105. //
  106. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  107. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  108. this.ClientSize = new System.Drawing.Size(1408, 471);
  109. this.Controls.Add(this.tcBasicData);
  110. this.Name = "BasicData";
  111. this.Text = "基础数据维护";
  112. this.tcBasicData.ResumeLayout(false);
  113. this.ResumeLayout(false);
  114. }
  115. #endregion
  116. private System.Windows.Forms.TabControl tcBasicData;
  117. private System.Windows.Forms.TabPage tpMaintainInterface;
  118. private System.Windows.Forms.TabPage tpDirectoryDownload;
  119. private System.Windows.Forms.TabPage tpDirectoryMap;
  120. private System.Windows.Forms.TabPage tpDirectoryQuery;
  121. private System.Windows.Forms.TabPage tpExp;
  122. }
  123. }