FrmMain.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. namespace HRT_Measure
  2. {
  3. partial class FrmMain
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
  30. this.timer1 = new System.Windows.Forms.Timer(this.components);
  31. this.splitContainerMain = new System.Windows.Forms.SplitContainer();
  32. this.panelMain = new System.Windows.Forms.Panel();
  33. this.btn称重 = new Sunny.UI.UISymbolButton();
  34. this.btnConfig = new Sunny.UI.UISymbolButton();
  35. this.btnCommunicate = new Sunny.UI.UISymbolButton();
  36. this.btnParaWrite = new Sunny.UI.UISymbolButton();
  37. this.btnPressure = new Sunny.UI.UISymbolButton();
  38. this.btnM04M05 = new Sunny.UI.UISymbolButton();
  39. this.btnM03 = new Sunny.UI.UISymbolButton();
  40. this.btnM01M02 = new Sunny.UI.UISymbolButton();
  41. this.btnHome = new Sunny.UI.UISymbolButton();
  42. this.lblCurrentNo = new Sunny.UI.UILabel();
  43. ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).BeginInit();
  44. this.splitContainerMain.Panel1.SuspendLayout();
  45. this.splitContainerMain.Panel2.SuspendLayout();
  46. this.splitContainerMain.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // timer1
  50. //
  51. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  52. //
  53. // splitContainerMain
  54. //
  55. this.splitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill;
  56. this.splitContainerMain.Location = new System.Drawing.Point(0, 35);
  57. this.splitContainerMain.Name = "splitContainerMain";
  58. this.splitContainerMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
  59. //
  60. // splitContainerMain.Panel1
  61. //
  62. this.splitContainerMain.Panel1.Controls.Add(this.panelMain);
  63. //
  64. // splitContainerMain.Panel2
  65. //
  66. this.splitContainerMain.Panel2.Controls.Add(this.lblCurrentNo);
  67. this.splitContainerMain.Panel2.Controls.Add(this.btn称重);
  68. this.splitContainerMain.Panel2.Controls.Add(this.btnConfig);
  69. this.splitContainerMain.Panel2.Controls.Add(this.btnCommunicate);
  70. this.splitContainerMain.Panel2.Controls.Add(this.btnParaWrite);
  71. this.splitContainerMain.Panel2.Controls.Add(this.btnPressure);
  72. this.splitContainerMain.Panel2.Controls.Add(this.btnM04M05);
  73. this.splitContainerMain.Panel2.Controls.Add(this.btnM03);
  74. this.splitContainerMain.Panel2.Controls.Add(this.btnM01M02);
  75. this.splitContainerMain.Panel2.Controls.Add(this.btnHome);
  76. this.splitContainerMain.Size = new System.Drawing.Size(1920, 1005);
  77. this.splitContainerMain.SplitterDistance = 940;
  78. this.splitContainerMain.TabIndex = 2;
  79. //
  80. // panelMain
  81. //
  82. this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
  83. this.panelMain.Location = new System.Drawing.Point(0, 0);
  84. this.panelMain.Name = "panelMain";
  85. this.panelMain.Size = new System.Drawing.Size(1920, 940);
  86. this.panelMain.TabIndex = 0;
  87. //
  88. // btn称重
  89. //
  90. this.btn称重.Cursor = System.Windows.Forms.Cursors.Hand;
  91. this.btn称重.FillColor = System.Drawing.Color.Gray;
  92. this.btn称重.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  93. this.btn称重.Location = new System.Drawing.Point(738, 9);
  94. this.btn称重.MinimumSize = new System.Drawing.Size(1, 1);
  95. this.btn称重.Name = "btn称重";
  96. this.btn称重.Size = new System.Drawing.Size(141, 42);
  97. this.btn称重.Symbol = 362614;
  98. this.btn称重.TabIndex = 8;
  99. this.btn称重.Text = "称重";
  100. this.btn称重.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  101. this.btn称重.Click += new System.EventHandler(this.btnWinFrmOpen);
  102. //
  103. // btnConfig
  104. //
  105. this.btnConfig.Cursor = System.Windows.Forms.Cursors.Hand;
  106. this.btnConfig.FillColor = System.Drawing.Color.Gray;
  107. this.btnConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  108. this.btnConfig.Location = new System.Drawing.Point(1179, 9);
  109. this.btnConfig.MinimumSize = new System.Drawing.Size(1, 1);
  110. this.btnConfig.Name = "btnConfig";
  111. this.btnConfig.Size = new System.Drawing.Size(141, 42);
  112. this.btnConfig.Symbol = 559576;
  113. this.btnConfig.TabIndex = 7;
  114. this.btnConfig.Text = "项目配置";
  115. this.btnConfig.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  116. this.btnConfig.Click += new System.EventHandler(this.btnWinFrmOpen);
  117. //
  118. // btnCommunicate
  119. //
  120. this.btnCommunicate.Cursor = System.Windows.Forms.Cursors.Hand;
  121. this.btnCommunicate.FillColor = System.Drawing.Color.Gray;
  122. this.btnCommunicate.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  123. this.btnCommunicate.Location = new System.Drawing.Point(1032, 9);
  124. this.btnCommunicate.MinimumSize = new System.Drawing.Size(1, 1);
  125. this.btnCommunicate.Name = "btnCommunicate";
  126. this.btnCommunicate.Size = new System.Drawing.Size(141, 42);
  127. this.btnCommunicate.Symbol = 363727;
  128. this.btnCommunicate.TabIndex = 6;
  129. this.btnCommunicate.Text = "通讯";
  130. this.btnCommunicate.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  131. this.btnCommunicate.Click += new System.EventHandler(this.btnWinFrmOpen);
  132. //
  133. // btnParaWrite
  134. //
  135. this.btnParaWrite.Cursor = System.Windows.Forms.Cursors.Hand;
  136. this.btnParaWrite.FillColor = System.Drawing.Color.Gray;
  137. this.btnParaWrite.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  138. this.btnParaWrite.Location = new System.Drawing.Point(885, 9);
  139. this.btnParaWrite.MinimumSize = new System.Drawing.Size(1, 1);
  140. this.btnParaWrite.Name = "btnParaWrite";
  141. this.btnParaWrite.Size = new System.Drawing.Size(141, 42);
  142. this.btnParaWrite.Symbol = 57586;
  143. this.btnParaWrite.TabIndex = 5;
  144. this.btnParaWrite.Text = "数据监控";
  145. this.btnParaWrite.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  146. this.btnParaWrite.Click += new System.EventHandler(this.btnWinFrmOpen);
  147. //
  148. // btnPressure
  149. //
  150. this.btnPressure.Cursor = System.Windows.Forms.Cursors.Hand;
  151. this.btnPressure.FillColor = System.Drawing.Color.Gray;
  152. this.btnPressure.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  153. this.btnPressure.Location = new System.Drawing.Point(591, 9);
  154. this.btnPressure.MinimumSize = new System.Drawing.Size(1, 1);
  155. this.btnPressure.Name = "btnPressure";
  156. this.btnPressure.Size = new System.Drawing.Size(141, 42);
  157. this.btnPressure.Symbol = 361888;
  158. this.btnPressure.TabIndex = 4;
  159. this.btnPressure.Text = "压力机";
  160. this.btnPressure.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  161. this.btnPressure.Click += new System.EventHandler(this.btnWinFrmOpen);
  162. //
  163. // btnM04M05
  164. //
  165. this.btnM04M05.Cursor = System.Windows.Forms.Cursors.Hand;
  166. this.btnM04M05.FillColor = System.Drawing.Color.Gray;
  167. this.btnM04M05.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  168. this.btnM04M05.Location = new System.Drawing.Point(444, 9);
  169. this.btnM04M05.MinimumSize = new System.Drawing.Size(1, 1);
  170. this.btnM04M05.Name = "btnM04M05";
  171. this.btnM04M05.Size = new System.Drawing.Size(141, 42);
  172. this.btnM04M05.Symbol = 560066;
  173. this.btnM04M05.TabIndex = 3;
  174. this.btnM04M05.Text = "检测装箱房";
  175. this.btnM04M05.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  176. this.btnM04M05.Click += new System.EventHandler(this.btnWinFrmOpen);
  177. //
  178. // btnM03
  179. //
  180. this.btnM03.Cursor = System.Windows.Forms.Cursors.Hand;
  181. this.btnM03.FillColor = System.Drawing.Color.Gray;
  182. this.btnM03.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  183. this.btnM03.Location = new System.Drawing.Point(297, 9);
  184. this.btnM03.MinimumSize = new System.Drawing.Size(1, 1);
  185. this.btnM03.Name = "btnM03";
  186. this.btnM03.Size = new System.Drawing.Size(141, 42);
  187. this.btnM03.Symbol = 361542;
  188. this.btnM03.TabIndex = 2;
  189. this.btnM03.Text = "压机房";
  190. this.btnM03.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  191. this.btnM03.Click += new System.EventHandler(this.btnWinFrmOpen);
  192. //
  193. // btnM01M02
  194. //
  195. this.btnM01M02.Cursor = System.Windows.Forms.Cursors.Hand;
  196. this.btnM01M02.FillColor = System.Drawing.Color.Gray;
  197. this.btnM01M02.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  198. this.btnM01M02.Location = new System.Drawing.Point(150, 9);
  199. this.btnM01M02.MinimumSize = new System.Drawing.Size(1, 1);
  200. this.btnM01M02.Name = "btnM01M02";
  201. this.btnM01M02.Size = new System.Drawing.Size(141, 42);
  202. this.btnM01M02.Symbol = 560271;
  203. this.btnM01M02.TabIndex = 1;
  204. this.btnM01M02.Text = "上料称重房";
  205. this.btnM01M02.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  206. this.btnM01M02.Click += new System.EventHandler(this.btnWinFrmOpen);
  207. //
  208. // btnHome
  209. //
  210. this.btnHome.Cursor = System.Windows.Forms.Cursors.Hand;
  211. this.btnHome.FillColor = System.Drawing.Color.Green;
  212. this.btnHome.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  213. this.btnHome.Location = new System.Drawing.Point(3, 9);
  214. this.btnHome.MinimumSize = new System.Drawing.Size(1, 1);
  215. this.btnHome.Name = "btnHome";
  216. this.btnHome.Size = new System.Drawing.Size(141, 42);
  217. this.btnHome.Symbol = 563725;
  218. this.btnHome.TabIndex = 0;
  219. this.btnHome.Text = "主画面";
  220. this.btnHome.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  221. this.btnHome.Click += new System.EventHandler(this.btnWinFrmOpen);
  222. //
  223. // lblCurrentNo
  224. //
  225. this.lblCurrentNo.Dock = System.Windows.Forms.DockStyle.Right;
  226. this.lblCurrentNo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.lblCurrentNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  228. this.lblCurrentNo.Location = new System.Drawing.Point(1746, 0);
  229. this.lblCurrentNo.Name = "lblCurrentNo";
  230. this.lblCurrentNo.Size = new System.Drawing.Size(174, 61);
  231. this.lblCurrentNo.TabIndex = 9;
  232. this.lblCurrentNo.Text = "当前配方号:";
  233. this.lblCurrentNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  234. //
  235. // FrmMain
  236. //
  237. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  238. this.ClientSize = new System.Drawing.Size(1920, 1040);
  239. this.Controls.Add(this.splitContainerMain);
  240. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  241. this.MaximumSize = new System.Drawing.Size(1920, 1080);
  242. this.Name = "FrmMain";
  243. this.Style = Sunny.UI.UIStyle.Custom;
  244. this.Text = "药环数据监控软件-V1.0.0";
  245. this.TitleColor = System.Drawing.Color.LightSkyBlue;
  246. this.TitleForeColor = System.Drawing.Color.Black;
  247. this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 1604, 881);
  248. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
  249. this.Load += new System.EventHandler(this.FrmMain_Load);
  250. this.splitContainerMain.Panel1.ResumeLayout(false);
  251. this.splitContainerMain.Panel2.ResumeLayout(false);
  252. ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).EndInit();
  253. this.splitContainerMain.ResumeLayout(false);
  254. this.ResumeLayout(false);
  255. }
  256. #endregion
  257. private System.Windows.Forms.Timer timer1;
  258. private System.Windows.Forms.SplitContainer splitContainerMain;
  259. private System.Windows.Forms.Panel panelMain;
  260. private Sunny.UI.UISymbolButton btnParaWrite;
  261. private Sunny.UI.UISymbolButton btnPressure;
  262. private Sunny.UI.UISymbolButton btnM04M05;
  263. private Sunny.UI.UISymbolButton btnM03;
  264. private Sunny.UI.UISymbolButton btnM01M02;
  265. private Sunny.UI.UISymbolButton btnHome;
  266. private Sunny.UI.UISymbolButton btnConfig;
  267. private Sunny.UI.UISymbolButton btnCommunicate;
  268. private Sunny.UI.UISymbolButton btn称重;
  269. private Sunny.UI.UILabel lblCurrentNo;
  270. }
  271. }