CNAS取数仪器端升级
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

161 wiersze
7.0KB

  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.pnlRight = new System.Windows.Forms.Panel();
  37. this.pnlLeft = new System.Windows.Forms.Panel();
  38. this.pnlAll.SuspendLayout();
  39. this.pnlCenter.SuspendLayout();
  40. this.pnlCenterCenter.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // pnlAll
  44. //
  45. this.pnlAll.Controls.Add(this.pnlCenter);
  46. this.pnlAll.Controls.Add(this.pnlBottom);
  47. this.pnlAll.Controls.Add(this.pnlTop);
  48. this.pnlAll.Controls.Add(this.pnlRight);
  49. this.pnlAll.Controls.Add(this.pnlLeft);
  50. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  51. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  52. this.pnlAll.Name = "pnlAll";
  53. this.pnlAll.Size = new System.Drawing.Size(943, 583);
  54. this.pnlAll.TabIndex = 0;
  55. //
  56. // pnlCenter
  57. //
  58. this.pnlCenter.Controls.Add(this.pnlCenterCenter);
  59. this.pnlCenter.Controls.Add(this.pnlCenterBottom);
  60. this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.pnlCenter.Location = new System.Drawing.Point(10, 10);
  62. this.pnlCenter.Name = "pnlCenter";
  63. this.pnlCenter.Size = new System.Drawing.Size(923, 563);
  64. this.pnlCenter.TabIndex = 4;
  65. //
  66. // pnlCenterCenter
  67. //
  68. this.pnlCenterCenter.Controls.Add(this.tabcSyncData);
  69. this.pnlCenterCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.pnlCenterCenter.Location = new System.Drawing.Point(0, 0);
  71. this.pnlCenterCenter.Name = "pnlCenterCenter";
  72. this.pnlCenterCenter.Size = new System.Drawing.Size(923, 546);
  73. this.pnlCenterCenter.TabIndex = 1;
  74. //
  75. // tabcSyncData
  76. //
  77. this.tabcSyncData.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.tabcSyncData.Location = new System.Drawing.Point(0, 0);
  79. this.tabcSyncData.Name = "tabcSyncData";
  80. this.tabcSyncData.SelectedIndex = 0;
  81. this.tabcSyncData.Size = new System.Drawing.Size(923, 546);
  82. this.tabcSyncData.TabIndex = 0;
  83. //
  84. // pnlCenterBottom
  85. //
  86. this.pnlCenterBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  87. this.pnlCenterBottom.Location = new System.Drawing.Point(0, 546);
  88. this.pnlCenterBottom.Name = "pnlCenterBottom";
  89. this.pnlCenterBottom.Size = new System.Drawing.Size(923, 17);
  90. this.pnlCenterBottom.TabIndex = 0;
  91. //
  92. // pnlBottom
  93. //
  94. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  95. this.pnlBottom.Location = new System.Drawing.Point(10, 573);
  96. this.pnlBottom.Name = "pnlBottom";
  97. this.pnlBottom.Size = new System.Drawing.Size(923, 10);
  98. this.pnlBottom.TabIndex = 3;
  99. //
  100. // pnlTop
  101. //
  102. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  103. this.pnlTop.Location = new System.Drawing.Point(10, 0);
  104. this.pnlTop.Name = "pnlTop";
  105. this.pnlTop.Size = new System.Drawing.Size(923, 10);
  106. this.pnlTop.TabIndex = 2;
  107. //
  108. // pnlRight
  109. //
  110. this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right;
  111. this.pnlRight.Location = new System.Drawing.Point(933, 0);
  112. this.pnlRight.Name = "pnlRight";
  113. this.pnlRight.Size = new System.Drawing.Size(10, 583);
  114. this.pnlRight.TabIndex = 1;
  115. //
  116. // pnlLeft
  117. //
  118. this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  119. this.pnlLeft.Location = new System.Drawing.Point(0, 0);
  120. this.pnlLeft.Name = "pnlLeft";
  121. this.pnlLeft.Size = new System.Drawing.Size(10, 583);
  122. this.pnlLeft.TabIndex = 0;
  123. //
  124. // frmSyncShow
  125. //
  126. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  127. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  128. this.ClientSize = new System.Drawing.Size(943, 583);
  129. this.Controls.Add(this.pnlAll);
  130. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  132. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  133. this.Name = "frmSyncShow";
  134. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  135. this.Text = "CNAS客户端程序";
  136. this.Load += new System.EventHandler(this.frmSyncShow_Load);
  137. this.pnlAll.ResumeLayout(false);
  138. this.pnlCenter.ResumeLayout(false);
  139. this.pnlCenterCenter.ResumeLayout(false);
  140. this.ResumeLayout(false);
  141. }
  142. #endregion
  143. private System.Windows.Forms.Panel pnlAll;
  144. private System.Windows.Forms.Panel pnlRight;
  145. private System.Windows.Forms.Panel pnlLeft;
  146. private System.Windows.Forms.Panel pnlCenter;
  147. private System.Windows.Forms.Panel pnlBottom;
  148. private System.Windows.Forms.Panel pnlTop;
  149. private System.Windows.Forms.Panel pnlCenterCenter;
  150. private System.Windows.Forms.TabControl tabcSyncData;
  151. private System.Windows.Forms.Panel pnlCenterBottom;
  152. }
  153. }