CNAS取数仪器端升级
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

218 рядки
10KB

  1. namespace CNAS_RunSync
  2. {
  3. partial class frmSynchrousMain
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSynchrousMain));
  29. this.pnlLeft = new System.Windows.Forms.Panel();
  30. this.pnlAll = new System.Windows.Forms.Panel();
  31. this.pnlCenter = new System.Windows.Forms.Panel();
  32. this.pnlCenterCenter = new System.Windows.Forms.Panel();
  33. this.pnlCenterTop = new System.Windows.Forms.Panel();
  34. this.menuButton = new System.Windows.Forms.MenuStrip();
  35. this.tsmDbSeting = new System.Windows.Forms.ToolStripMenuItem();
  36. this.tsmSynchrousSetting = new System.Windows.Forms.ToolStripMenuItem();
  37. this.tsmHelper = new System.Windows.Forms.ToolStripMenuItem();
  38. this.pnlCenterBottom = new System.Windows.Forms.Panel();
  39. this.pnlBottom = new System.Windows.Forms.Panel();
  40. this.pnlTop = new System.Windows.Forms.Panel();
  41. this.pnlRight = new System.Windows.Forms.Panel();
  42. this.pnlAll.SuspendLayout();
  43. this.pnlCenter.SuspendLayout();
  44. this.pnlCenterTop.SuspendLayout();
  45. this.menuButton.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // pnlLeft
  49. //
  50. this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  51. this.pnlLeft.Location = new System.Drawing.Point(0, 0);
  52. this.pnlLeft.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  53. this.pnlLeft.Name = "pnlLeft";
  54. this.pnlLeft.Size = new System.Drawing.Size(5, 621);
  55. this.pnlLeft.TabIndex = 0;
  56. //
  57. // pnlAll
  58. //
  59. this.pnlAll.Controls.Add(this.pnlCenter);
  60. this.pnlAll.Controls.Add(this.pnlBottom);
  61. this.pnlAll.Controls.Add(this.pnlTop);
  62. this.pnlAll.Controls.Add(this.pnlRight);
  63. this.pnlAll.Controls.Add(this.pnlLeft);
  64. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  65. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  66. this.pnlAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  67. this.pnlAll.Name = "pnlAll";
  68. this.pnlAll.Size = new System.Drawing.Size(944, 621);
  69. this.pnlAll.TabIndex = 1;
  70. //
  71. // pnlCenter
  72. //
  73. this.pnlCenter.Controls.Add(this.pnlCenterCenter);
  74. this.pnlCenter.Controls.Add(this.pnlCenterTop);
  75. this.pnlCenter.Controls.Add(this.pnlCenterBottom);
  76. this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  77. this.pnlCenter.Location = new System.Drawing.Point(5, 3);
  78. this.pnlCenter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  79. this.pnlCenter.Name = "pnlCenter";
  80. this.pnlCenter.Size = new System.Drawing.Size(934, 613);
  81. this.pnlCenter.TabIndex = 4;
  82. //
  83. // pnlCenterCenter
  84. //
  85. this.pnlCenterCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.pnlCenterCenter.Location = new System.Drawing.Point(0, 30);
  87. this.pnlCenterCenter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  88. this.pnlCenterCenter.Name = "pnlCenterCenter";
  89. this.pnlCenterCenter.Size = new System.Drawing.Size(934, 579);
  90. this.pnlCenterCenter.TabIndex = 3;
  91. //
  92. // pnlCenterTop
  93. //
  94. this.pnlCenterTop.Controls.Add(this.menuButton);
  95. this.pnlCenterTop.Dock = System.Windows.Forms.DockStyle.Top;
  96. this.pnlCenterTop.Location = new System.Drawing.Point(0, 0);
  97. this.pnlCenterTop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  98. this.pnlCenterTop.Name = "pnlCenterTop";
  99. this.pnlCenterTop.Size = new System.Drawing.Size(934, 30);
  100. this.pnlCenterTop.TabIndex = 2;
  101. //
  102. // menuButton
  103. //
  104. this.menuButton.GripMargin = new System.Windows.Forms.Padding(2, 2, 0, 2);
  105. this.menuButton.ImageScalingSize = new System.Drawing.Size(24, 24);
  106. this.menuButton.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  107. this.tsmDbSeting,
  108. this.tsmSynchrousSetting,
  109. this.tsmHelper});
  110. this.menuButton.Location = new System.Drawing.Point(0, 0);
  111. this.menuButton.Name = "menuButton";
  112. this.menuButton.Padding = new System.Windows.Forms.Padding(7, 3, 0, 3);
  113. this.menuButton.Size = new System.Drawing.Size(934, 34);
  114. this.menuButton.TabIndex = 0;
  115. this.menuButton.Text = "menuStrip1";
  116. this.menuButton.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuButton_ItemClicked);
  117. //
  118. // tsmDbSeting
  119. //
  120. this.tsmDbSeting.Name = "tsmDbSeting";
  121. this.tsmDbSeting.Size = new System.Drawing.Size(139, 28);
  122. this.tsmDbSeting.Text = "数据库配置(&B)";
  123. this.tsmDbSeting.Click += new System.EventHandler(this.tsmDbSeting_Click);
  124. //
  125. // tsmSynchrousSetting
  126. //
  127. this.tsmSynchrousSetting.Name = "tsmSynchrousSetting";
  128. this.tsmSynchrousSetting.Size = new System.Drawing.Size(120, 28);
  129. this.tsmSynchrousSetting.Text = "同步配置(&S)";
  130. this.tsmSynchrousSetting.Click += new System.EventHandler(this.tsmSynchrousSetting_Click);
  131. //
  132. // tsmHelper
  133. //
  134. this.tsmHelper.Name = "tsmHelper";
  135. this.tsmHelper.Size = new System.Drawing.Size(88, 28);
  136. this.tsmHelper.Text = "帮助(&H)";
  137. this.tsmHelper.Click += new System.EventHandler(this.tsmHelper_Click);
  138. //
  139. // pnlCenterBottom
  140. //
  141. this.pnlCenterBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  142. this.pnlCenterBottom.Location = new System.Drawing.Point(0, 609);
  143. this.pnlCenterBottom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  144. this.pnlCenterBottom.Name = "pnlCenterBottom";
  145. this.pnlCenterBottom.Size = new System.Drawing.Size(934, 4);
  146. this.pnlCenterBottom.TabIndex = 0;
  147. //
  148. // pnlBottom
  149. //
  150. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  151. this.pnlBottom.Location = new System.Drawing.Point(5, 616);
  152. this.pnlBottom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  153. this.pnlBottom.Name = "pnlBottom";
  154. this.pnlBottom.Size = new System.Drawing.Size(934, 5);
  155. this.pnlBottom.TabIndex = 3;
  156. //
  157. // pnlTop
  158. //
  159. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  160. this.pnlTop.Location = new System.Drawing.Point(5, 0);
  161. this.pnlTop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  162. this.pnlTop.Name = "pnlTop";
  163. this.pnlTop.Size = new System.Drawing.Size(934, 3);
  164. this.pnlTop.TabIndex = 2;
  165. //
  166. // pnlRight
  167. //
  168. this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right;
  169. this.pnlRight.Location = new System.Drawing.Point(939, 0);
  170. this.pnlRight.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  171. this.pnlRight.Name = "pnlRight";
  172. this.pnlRight.Size = new System.Drawing.Size(5, 621);
  173. this.pnlRight.TabIndex = 1;
  174. //
  175. // frmSynchrousMain
  176. //
  177. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  178. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  179. this.ClientSize = new System.Drawing.Size(944, 621);
  180. this.Controls.Add(this.pnlAll);
  181. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  183. this.MainMenuStrip = this.menuButton;
  184. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  185. this.Name = "frmSynchrousMain";
  186. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  187. this.Text = "CNAS取数端程序";
  188. this.Load += new System.EventHandler(this.frmSynchrousMain_Load);
  189. this.pnlAll.ResumeLayout(false);
  190. this.pnlCenter.ResumeLayout(false);
  191. this.pnlCenterTop.ResumeLayout(false);
  192. this.pnlCenterTop.PerformLayout();
  193. this.menuButton.ResumeLayout(false);
  194. this.menuButton.PerformLayout();
  195. this.ResumeLayout(false);
  196. }
  197. #endregion
  198. private System.Windows.Forms.Panel pnlLeft;
  199. private System.Windows.Forms.Panel pnlAll;
  200. private System.Windows.Forms.Panel pnlCenter;
  201. private System.Windows.Forms.Panel pnlCenterCenter;
  202. private System.Windows.Forms.Panel pnlCenterTop;
  203. private System.Windows.Forms.MenuStrip menuButton;
  204. private System.Windows.Forms.ToolStripMenuItem tsmDbSeting;
  205. private System.Windows.Forms.ToolStripMenuItem tsmSynchrousSetting;
  206. private System.Windows.Forms.ToolStripMenuItem tsmHelper;
  207. private System.Windows.Forms.Panel pnlCenterBottom;
  208. private System.Windows.Forms.Panel pnlBottom;
  209. private System.Windows.Forms.Panel pnlTop;
  210. private System.Windows.Forms.Panel pnlRight;
  211. }
  212. }