CNAS取数仪器端升级
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

193 linhas
8.7KB

  1. namespace CNAS_RunSync
  2. {
  3. partial class frmSyncShow
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSyncShow));
  29. this.pnlAll = new System.Windows.Forms.Panel();
  30. this.pnlCenter = new System.Windows.Forms.Panel();
  31. this.pnlCenterCenter = new System.Windows.Forms.Panel();
  32. this.tabcSyncData = new System.Windows.Forms.TabControl();
  33. this.pnlCenterBottom = new System.Windows.Forms.Panel();
  34. this.pnlBottom = new System.Windows.Forms.Panel();
  35. this.pnlTop = new System.Windows.Forms.Panel();
  36. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  37. this.btnAutoService1 = new System.Windows.Forms.ToolStripMenuItem();
  38. this.pnlRight = new System.Windows.Forms.Panel();
  39. this.pnlLeft = new System.Windows.Forms.Panel();
  40. this.pnlAll.SuspendLayout();
  41. this.pnlCenter.SuspendLayout();
  42. this.pnlCenterCenter.SuspendLayout();
  43. this.pnlTop.SuspendLayout();
  44. this.menuStrip1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // pnlAll
  48. //
  49. this.pnlAll.Controls.Add(this.pnlCenter);
  50. this.pnlAll.Controls.Add(this.pnlBottom);
  51. this.pnlAll.Controls.Add(this.pnlTop);
  52. this.pnlAll.Controls.Add(this.pnlRight);
  53. this.pnlAll.Controls.Add(this.pnlLeft);
  54. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  55. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  56. this.pnlAll.Name = "pnlAll";
  57. this.pnlAll.Size = new System.Drawing.Size(943, 583);
  58. this.pnlAll.TabIndex = 0;
  59. //
  60. // pnlCenter
  61. //
  62. this.pnlCenter.Controls.Add(this.pnlCenterCenter);
  63. this.pnlCenter.Controls.Add(this.pnlCenterBottom);
  64. this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  65. this.pnlCenter.Location = new System.Drawing.Point(10, 52);
  66. this.pnlCenter.Name = "pnlCenter";
  67. this.pnlCenter.Size = new System.Drawing.Size(923, 521);
  68. this.pnlCenter.TabIndex = 4;
  69. //
  70. // pnlCenterCenter
  71. //
  72. this.pnlCenterCenter.Controls.Add(this.tabcSyncData);
  73. this.pnlCenterCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  74. this.pnlCenterCenter.Location = new System.Drawing.Point(0, 0);
  75. this.pnlCenterCenter.Name = "pnlCenterCenter";
  76. this.pnlCenterCenter.Size = new System.Drawing.Size(923, 504);
  77. this.pnlCenterCenter.TabIndex = 1;
  78. //
  79. // tabcSyncData
  80. //
  81. this.tabcSyncData.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.tabcSyncData.Location = new System.Drawing.Point(0, 0);
  83. this.tabcSyncData.Name = "tabcSyncData";
  84. this.tabcSyncData.SelectedIndex = 0;
  85. this.tabcSyncData.Size = new System.Drawing.Size(923, 504);
  86. this.tabcSyncData.TabIndex = 0;
  87. //
  88. // pnlCenterBottom
  89. //
  90. this.pnlCenterBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  91. this.pnlCenterBottom.Location = new System.Drawing.Point(0, 504);
  92. this.pnlCenterBottom.Name = "pnlCenterBottom";
  93. this.pnlCenterBottom.Size = new System.Drawing.Size(923, 17);
  94. this.pnlCenterBottom.TabIndex = 0;
  95. //
  96. // pnlBottom
  97. //
  98. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  99. this.pnlBottom.Location = new System.Drawing.Point(10, 573);
  100. this.pnlBottom.Name = "pnlBottom";
  101. this.pnlBottom.Size = new System.Drawing.Size(923, 10);
  102. this.pnlBottom.TabIndex = 3;
  103. //
  104. // pnlTop
  105. //
  106. this.pnlTop.Controls.Add(this.menuStrip1);
  107. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  108. this.pnlTop.Location = new System.Drawing.Point(10, 0);
  109. this.pnlTop.Name = "pnlTop";
  110. this.pnlTop.Size = new System.Drawing.Size(923, 52);
  111. this.pnlTop.TabIndex = 2;
  112. //
  113. // menuStrip1
  114. //
  115. this.menuStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
  116. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  117. this.btnAutoService1});
  118. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  119. this.menuStrip1.Name = "menuStrip1";
  120. this.menuStrip1.Size = new System.Drawing.Size(923, 52);
  121. this.menuStrip1.TabIndex = 0;
  122. this.menuStrip1.Text = "menuStrip1";
  123. //
  124. // btnAutoService1
  125. //
  126. this.btnAutoService1.Image = ((System.Drawing.Image)(resources.GetObject("btnAutoService1.Image")));
  127. this.btnAutoService1.Name = "btnAutoService1";
  128. this.btnAutoService1.Size = new System.Drawing.Size(92, 48);
  129. this.btnAutoService1.Text = "自动服务配置";
  130. this.btnAutoService1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  131. this.btnAutoService1.Click += new System.EventHandler(this.btnAutoService1_Click);
  132. //
  133. // pnlRight
  134. //
  135. this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right;
  136. this.pnlRight.Location = new System.Drawing.Point(933, 0);
  137. this.pnlRight.Name = "pnlRight";
  138. this.pnlRight.Size = new System.Drawing.Size(10, 583);
  139. this.pnlRight.TabIndex = 1;
  140. //
  141. // pnlLeft
  142. //
  143. this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  144. this.pnlLeft.Location = new System.Drawing.Point(0, 0);
  145. this.pnlLeft.Name = "pnlLeft";
  146. this.pnlLeft.Size = new System.Drawing.Size(10, 583);
  147. this.pnlLeft.TabIndex = 0;
  148. //
  149. // frmSyncShow
  150. //
  151. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  152. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  153. this.ClientSize = new System.Drawing.Size(943, 583);
  154. this.Controls.Add(this.pnlAll);
  155. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  157. this.MainMenuStrip = this.menuStrip1;
  158. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  159. this.Name = "frmSyncShow";
  160. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  161. this.Text = "CNAS客户端程序";
  162. this.Load += new System.EventHandler(this.frmSyncShow_Load);
  163. this.pnlAll.ResumeLayout(false);
  164. this.pnlCenter.ResumeLayout(false);
  165. this.pnlCenterCenter.ResumeLayout(false);
  166. this.pnlTop.ResumeLayout(false);
  167. this.pnlTop.PerformLayout();
  168. this.menuStrip1.ResumeLayout(false);
  169. this.menuStrip1.PerformLayout();
  170. this.ResumeLayout(false);
  171. }
  172. #endregion
  173. private System.Windows.Forms.Panel pnlAll;
  174. private System.Windows.Forms.Panel pnlRight;
  175. private System.Windows.Forms.Panel pnlLeft;
  176. private System.Windows.Forms.Panel pnlCenter;
  177. private System.Windows.Forms.Panel pnlBottom;
  178. private System.Windows.Forms.Panel pnlTop;
  179. private System.Windows.Forms.Panel pnlCenterCenter;
  180. private System.Windows.Forms.TabControl tabcSyncData;
  181. private System.Windows.Forms.Panel pnlCenterBottom;
  182. private System.Windows.Forms.MenuStrip menuStrip1;
  183. private System.Windows.Forms.ToolStripMenuItem btnAutoService1;
  184. }
  185. }