FrmPLC_M03.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586
  1. namespace HRT_Measure
  2. {
  3. partial class FrmPLC_M03
  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. this.components = new System.ComponentModel.Container();
  29. this.uiSplitContainer1 = new Sunny.UI.UISplitContainer();
  30. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  31. this.tabControlM03 = new Sunny.UI.UITabControl();
  32. this.tabPage1 = new System.Windows.Forms.TabPage();
  33. this.uiTableLayoutPanel整平工位 = new Sunny.UI.UITableLayoutPanel();
  34. this.tabPage2 = new System.Windows.Forms.TabPage();
  35. this.uiTableLayoutPanel装冲工位 = new Sunny.UI.UITableLayoutPanel();
  36. this.tabPage3 = new System.Windows.Forms.TabPage();
  37. this.uiTableLayoutPanel压合工位 = new Sunny.UI.UITableLayoutPanel();
  38. this.tabPage4 = new System.Windows.Forms.TabPage();
  39. this.uiTableLayoutPanel清洗工位 = new Sunny.UI.UITableLayoutPanel();
  40. this.tabPage5 = new System.Windows.Forms.TabPage();
  41. this.uiTableLayoutPanel下流线工位 = new Sunny.UI.UITableLayoutPanel();
  42. this.tabPage6 = new System.Windows.Forms.TabPage();
  43. this.uiTableLayoutPanel出料口工位 = new Sunny.UI.UITableLayoutPanel();
  44. this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
  45. this.tabControlAxis = new Sunny.UI.UITabControl();
  46. this.tabPage7 = new System.Windows.Forms.TabPage();
  47. this.uiSplitContainer取料X轴 = new Sunny.UI.UISplitContainer();
  48. this.panel取料X轴 = new System.Windows.Forms.Panel();
  49. this.uiTableLayoutPanel取料X轴Pos = new Sunny.UI.UITableLayoutPanel();
  50. this.tabPage8 = new System.Windows.Forms.TabPage();
  51. this.uiSplitContainer2 = new Sunny.UI.UISplitContainer();
  52. this.panel取料Y轴 = new System.Windows.Forms.Panel();
  53. this.uiTableLayoutPanel1取料Y轴Pos = new Sunny.UI.UITableLayoutPanel();
  54. this.timer1 = new System.Windows.Forms.Timer(this.components);
  55. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).BeginInit();
  56. this.uiSplitContainer1.Panel1.SuspendLayout();
  57. this.uiSplitContainer1.Panel2.SuspendLayout();
  58. this.uiSplitContainer1.SuspendLayout();
  59. this.uiGroupBox1.SuspendLayout();
  60. this.tabControlM03.SuspendLayout();
  61. this.tabPage1.SuspendLayout();
  62. this.tabPage2.SuspendLayout();
  63. this.tabPage3.SuspendLayout();
  64. this.tabPage4.SuspendLayout();
  65. this.tabPage5.SuspendLayout();
  66. this.tabPage6.SuspendLayout();
  67. this.uiGroupBox2.SuspendLayout();
  68. this.tabControlAxis.SuspendLayout();
  69. this.tabPage7.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer取料X轴)).BeginInit();
  71. this.uiSplitContainer取料X轴.Panel1.SuspendLayout();
  72. this.uiSplitContainer取料X轴.Panel2.SuspendLayout();
  73. this.uiSplitContainer取料X轴.SuspendLayout();
  74. this.tabPage8.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer2)).BeginInit();
  76. this.uiSplitContainer2.Panel1.SuspendLayout();
  77. this.uiSplitContainer2.Panel2.SuspendLayout();
  78. this.uiSplitContainer2.SuspendLayout();
  79. this.SuspendLayout();
  80. //
  81. // uiSplitContainer1
  82. //
  83. this.uiSplitContainer1.Cursor = System.Windows.Forms.Cursors.Default;
  84. this.uiSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  85. this.uiSplitContainer1.Location = new System.Drawing.Point(0, 0);
  86. this.uiSplitContainer1.MinimumSize = new System.Drawing.Size(20, 20);
  87. this.uiSplitContainer1.Name = "uiSplitContainer1";
  88. //
  89. // uiSplitContainer1.Panel1
  90. //
  91. this.uiSplitContainer1.Panel1.Controls.Add(this.uiGroupBox1);
  92. //
  93. // uiSplitContainer1.Panel2
  94. //
  95. this.uiSplitContainer1.Panel2.Controls.Add(this.uiGroupBox2);
  96. this.uiSplitContainer1.Size = new System.Drawing.Size(1900, 1000);
  97. this.uiSplitContainer1.SplitterDistance = 658;
  98. this.uiSplitContainer1.SplitterWidth = 11;
  99. this.uiSplitContainer1.TabIndex = 0;
  100. //
  101. // uiGroupBox1
  102. //
  103. this.uiGroupBox1.Controls.Add(this.tabControlM03);
  104. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.uiGroupBox1.Location = new System.Drawing.Point(0, 0);
  107. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(30, 5, 30, 5);
  108. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  109. this.uiGroupBox1.Name = "uiGroupBox1";
  110. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  111. this.uiGroupBox1.Size = new System.Drawing.Size(658, 1000);
  112. this.uiGroupBox1.TabIndex = 0;
  113. this.uiGroupBox1.Text = "气缸";
  114. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  115. //
  116. // tabControlM03
  117. //
  118. this.tabControlM03.Controls.Add(this.tabPage1);
  119. this.tabControlM03.Controls.Add(this.tabPage2);
  120. this.tabControlM03.Controls.Add(this.tabPage3);
  121. this.tabControlM03.Controls.Add(this.tabPage4);
  122. this.tabControlM03.Controls.Add(this.tabPage5);
  123. this.tabControlM03.Controls.Add(this.tabPage6);
  124. this.tabControlM03.Dock = System.Windows.Forms.DockStyle.Fill;
  125. this.tabControlM03.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  126. this.tabControlM03.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.tabControlM03.ItemSize = new System.Drawing.Size(150, 40);
  128. this.tabControlM03.Location = new System.Drawing.Point(0, 32);
  129. this.tabControlM03.MainPage = "";
  130. this.tabControlM03.Name = "tabControlM03";
  131. this.tabControlM03.SelectedIndex = 0;
  132. this.tabControlM03.Size = new System.Drawing.Size(658, 968);
  133. this.tabControlM03.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  134. this.tabControlM03.TabIndex = 28;
  135. this.tabControlM03.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.tabControlM03.SelectedIndexChanged += new System.EventHandler(this.tabControlM03_SelectedIndexChanged);
  137. //
  138. // tabPage1
  139. //
  140. this.tabPage1.BackColor = System.Drawing.Color.AliceBlue;
  141. this.tabPage1.Controls.Add(this.uiTableLayoutPanel整平工位);
  142. this.tabPage1.ForeColor = System.Drawing.Color.LightSeaGreen;
  143. this.tabPage1.Location = new System.Drawing.Point(0, 40);
  144. this.tabPage1.Name = "tabPage1";
  145. this.tabPage1.Size = new System.Drawing.Size(658, 928);
  146. this.tabPage1.TabIndex = 0;
  147. this.tabPage1.Text = "整平工位";
  148. //
  149. // uiTableLayoutPanel整平工位
  150. //
  151. this.uiTableLayoutPanel整平工位.ColumnCount = 2;
  152. this.uiTableLayoutPanel整平工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  153. this.uiTableLayoutPanel整平工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  154. this.uiTableLayoutPanel整平工位.Dock = System.Windows.Forms.DockStyle.Fill;
  155. this.uiTableLayoutPanel整平工位.Location = new System.Drawing.Point(0, 0);
  156. this.uiTableLayoutPanel整平工位.Name = "uiTableLayoutPanel整平工位";
  157. this.uiTableLayoutPanel整平工位.RowCount = 11;
  158. this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  159. this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  160. this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  161. this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  162. this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  163. this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  164. this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  165. this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  166. this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  167. this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  168. this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  169. this.uiTableLayoutPanel整平工位.Size = new System.Drawing.Size(658, 928);
  170. this.uiTableLayoutPanel整平工位.TabIndex = 0;
  171. this.uiTableLayoutPanel整平工位.TagString = null;
  172. //
  173. // tabPage2
  174. //
  175. this.tabPage2.BackColor = System.Drawing.Color.AliceBlue;
  176. this.tabPage2.Controls.Add(this.uiTableLayoutPanel装冲工位);
  177. this.tabPage2.Location = new System.Drawing.Point(0, 40);
  178. this.tabPage2.Name = "tabPage2";
  179. this.tabPage2.Size = new System.Drawing.Size(200, 60);
  180. this.tabPage2.TabIndex = 1;
  181. this.tabPage2.Text = "装冲工位";
  182. //
  183. // uiTableLayoutPanel装冲工位
  184. //
  185. this.uiTableLayoutPanel装冲工位.ColumnCount = 2;
  186. this.uiTableLayoutPanel装冲工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  187. this.uiTableLayoutPanel装冲工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  188. this.uiTableLayoutPanel装冲工位.Dock = System.Windows.Forms.DockStyle.Fill;
  189. this.uiTableLayoutPanel装冲工位.Location = new System.Drawing.Point(0, 0);
  190. this.uiTableLayoutPanel装冲工位.Name = "uiTableLayoutPanel装冲工位";
  191. this.uiTableLayoutPanel装冲工位.RowCount = 11;
  192. this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  193. this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  194. this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  195. this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  196. this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  197. this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  198. this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  199. this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  200. this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  201. this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  202. this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  203. this.uiTableLayoutPanel装冲工位.Size = new System.Drawing.Size(200, 60);
  204. this.uiTableLayoutPanel装冲工位.TabIndex = 1;
  205. this.uiTableLayoutPanel装冲工位.TagString = null;
  206. //
  207. // tabPage3
  208. //
  209. this.tabPage3.BackColor = System.Drawing.Color.AliceBlue;
  210. this.tabPage3.Controls.Add(this.uiTableLayoutPanel压合工位);
  211. this.tabPage3.Location = new System.Drawing.Point(0, 40);
  212. this.tabPage3.Name = "tabPage3";
  213. this.tabPage3.Size = new System.Drawing.Size(200, 60);
  214. this.tabPage3.TabIndex = 2;
  215. this.tabPage3.Text = "压合工位";
  216. //
  217. // uiTableLayoutPanel压合工位
  218. //
  219. this.uiTableLayoutPanel压合工位.ColumnCount = 2;
  220. this.uiTableLayoutPanel压合工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  221. this.uiTableLayoutPanel压合工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  222. this.uiTableLayoutPanel压合工位.Dock = System.Windows.Forms.DockStyle.Fill;
  223. this.uiTableLayoutPanel压合工位.Location = new System.Drawing.Point(0, 0);
  224. this.uiTableLayoutPanel压合工位.Name = "uiTableLayoutPanel压合工位";
  225. this.uiTableLayoutPanel压合工位.RowCount = 11;
  226. this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  227. this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  228. this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  229. this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  230. this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  231. this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  232. this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  233. this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  234. this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  235. this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  236. this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  237. this.uiTableLayoutPanel压合工位.Size = new System.Drawing.Size(200, 60);
  238. this.uiTableLayoutPanel压合工位.TabIndex = 1;
  239. this.uiTableLayoutPanel压合工位.TagString = null;
  240. //
  241. // tabPage4
  242. //
  243. this.tabPage4.BackColor = System.Drawing.Color.AliceBlue;
  244. this.tabPage4.Controls.Add(this.uiTableLayoutPanel清洗工位);
  245. this.tabPage4.Location = new System.Drawing.Point(0, 40);
  246. this.tabPage4.Name = "tabPage4";
  247. this.tabPage4.Size = new System.Drawing.Size(200, 60);
  248. this.tabPage4.TabIndex = 3;
  249. this.tabPage4.Text = "清洗工位";
  250. //
  251. // uiTableLayoutPanel清洗工位
  252. //
  253. this.uiTableLayoutPanel清洗工位.ColumnCount = 2;
  254. this.uiTableLayoutPanel清洗工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  255. this.uiTableLayoutPanel清洗工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  256. this.uiTableLayoutPanel清洗工位.Dock = System.Windows.Forms.DockStyle.Fill;
  257. this.uiTableLayoutPanel清洗工位.Location = new System.Drawing.Point(0, 0);
  258. this.uiTableLayoutPanel清洗工位.Name = "uiTableLayoutPanel清洗工位";
  259. this.uiTableLayoutPanel清洗工位.RowCount = 11;
  260. this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  261. this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  262. this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  263. this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  264. this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  265. this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  266. this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  267. this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  268. this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  269. this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  270. this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  271. this.uiTableLayoutPanel清洗工位.Size = new System.Drawing.Size(200, 60);
  272. this.uiTableLayoutPanel清洗工位.TabIndex = 1;
  273. this.uiTableLayoutPanel清洗工位.TagString = null;
  274. //
  275. // tabPage5
  276. //
  277. this.tabPage5.BackColor = System.Drawing.Color.AliceBlue;
  278. this.tabPage5.Controls.Add(this.uiTableLayoutPanel下流线工位);
  279. this.tabPage5.Location = new System.Drawing.Point(0, 40);
  280. this.tabPage5.Name = "tabPage5";
  281. this.tabPage5.Size = new System.Drawing.Size(200, 60);
  282. this.tabPage5.TabIndex = 4;
  283. this.tabPage5.Text = "下流线工位";
  284. //
  285. // uiTableLayoutPanel下流线工位
  286. //
  287. this.uiTableLayoutPanel下流线工位.ColumnCount = 2;
  288. this.uiTableLayoutPanel下流线工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  289. this.uiTableLayoutPanel下流线工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  290. this.uiTableLayoutPanel下流线工位.Dock = System.Windows.Forms.DockStyle.Fill;
  291. this.uiTableLayoutPanel下流线工位.Location = new System.Drawing.Point(0, 0);
  292. this.uiTableLayoutPanel下流线工位.Name = "uiTableLayoutPanel下流线工位";
  293. this.uiTableLayoutPanel下流线工位.RowCount = 11;
  294. this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  295. this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  296. this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  297. this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  298. this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  299. this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  300. this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  301. this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  302. this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  303. this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  304. this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  305. this.uiTableLayoutPanel下流线工位.Size = new System.Drawing.Size(200, 60);
  306. this.uiTableLayoutPanel下流线工位.TabIndex = 1;
  307. this.uiTableLayoutPanel下流线工位.TagString = null;
  308. //
  309. // tabPage6
  310. //
  311. this.tabPage6.BackColor = System.Drawing.Color.AliceBlue;
  312. this.tabPage6.Controls.Add(this.uiTableLayoutPanel出料口工位);
  313. this.tabPage6.Location = new System.Drawing.Point(0, 40);
  314. this.tabPage6.Name = "tabPage6";
  315. this.tabPage6.Size = new System.Drawing.Size(200, 60);
  316. this.tabPage6.TabIndex = 5;
  317. this.tabPage6.Text = "出料口工位";
  318. //
  319. // uiTableLayoutPanel出料口工位
  320. //
  321. this.uiTableLayoutPanel出料口工位.ColumnCount = 2;
  322. this.uiTableLayoutPanel出料口工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  323. this.uiTableLayoutPanel出料口工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  324. this.uiTableLayoutPanel出料口工位.Dock = System.Windows.Forms.DockStyle.Fill;
  325. this.uiTableLayoutPanel出料口工位.Location = new System.Drawing.Point(0, 0);
  326. this.uiTableLayoutPanel出料口工位.Name = "uiTableLayoutPanel出料口工位";
  327. this.uiTableLayoutPanel出料口工位.RowCount = 11;
  328. this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  329. this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  330. this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  331. this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  332. this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  333. this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  334. this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  335. this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  336. this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  337. this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  338. this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  339. this.uiTableLayoutPanel出料口工位.Size = new System.Drawing.Size(200, 60);
  340. this.uiTableLayoutPanel出料口工位.TabIndex = 2;
  341. this.uiTableLayoutPanel出料口工位.TagString = null;
  342. //
  343. // uiGroupBox2
  344. //
  345. this.uiGroupBox2.Controls.Add(this.tabControlAxis);
  346. this.uiGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  347. this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.uiGroupBox2.Location = new System.Drawing.Point(0, 0);
  349. this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  350. this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
  351. this.uiGroupBox2.Name = "uiGroupBox2";
  352. this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  353. this.uiGroupBox2.Size = new System.Drawing.Size(1231, 1000);
  354. this.uiGroupBox2.TabIndex = 0;
  355. this.uiGroupBox2.Text = "轴";
  356. this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  357. //
  358. // tabControlAxis
  359. //
  360. this.tabControlAxis.Controls.Add(this.tabPage7);
  361. this.tabControlAxis.Controls.Add(this.tabPage8);
  362. this.tabControlAxis.Dock = System.Windows.Forms.DockStyle.Fill;
  363. this.tabControlAxis.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  364. this.tabControlAxis.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  365. this.tabControlAxis.ItemSize = new System.Drawing.Size(150, 40);
  366. this.tabControlAxis.Location = new System.Drawing.Point(0, 32);
  367. this.tabControlAxis.MainPage = "";
  368. this.tabControlAxis.Name = "tabControlAxis";
  369. this.tabControlAxis.SelectedIndex = 0;
  370. this.tabControlAxis.Size = new System.Drawing.Size(1231, 968);
  371. this.tabControlAxis.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  372. this.tabControlAxis.TabIndex = 1;
  373. this.tabControlAxis.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  374. this.tabControlAxis.SelectedIndexChanged += new System.EventHandler(this.tabControlAxis_SelectedIndexChanged);
  375. //
  376. // tabPage7
  377. //
  378. this.tabPage7.Controls.Add(this.uiSplitContainer取料X轴);
  379. this.tabPage7.Location = new System.Drawing.Point(0, 40);
  380. this.tabPage7.Name = "tabPage7";
  381. this.tabPage7.Size = new System.Drawing.Size(1231, 928);
  382. this.tabPage7.TabIndex = 0;
  383. this.tabPage7.Text = "压机流线伺服";
  384. this.tabPage7.UseVisualStyleBackColor = true;
  385. //
  386. // uiSplitContainer取料X轴
  387. //
  388. this.uiSplitContainer取料X轴.Cursor = System.Windows.Forms.Cursors.Default;
  389. this.uiSplitContainer取料X轴.Dock = System.Windows.Forms.DockStyle.Fill;
  390. this.uiSplitContainer取料X轴.Location = new System.Drawing.Point(0, 0);
  391. this.uiSplitContainer取料X轴.MinimumSize = new System.Drawing.Size(20, 20);
  392. this.uiSplitContainer取料X轴.Name = "uiSplitContainer取料X轴";
  393. this.uiSplitContainer取料X轴.Orientation = System.Windows.Forms.Orientation.Horizontal;
  394. //
  395. // uiSplitContainer取料X轴.Panel1
  396. //
  397. this.uiSplitContainer取料X轴.Panel1.Controls.Add(this.panel取料X轴);
  398. //
  399. // uiSplitContainer取料X轴.Panel2
  400. //
  401. this.uiSplitContainer取料X轴.Panel2.Controls.Add(this.uiTableLayoutPanel取料X轴Pos);
  402. this.uiSplitContainer取料X轴.Size = new System.Drawing.Size(1231, 928);
  403. this.uiSplitContainer取料X轴.SplitterDistance = 342;
  404. this.uiSplitContainer取料X轴.SplitterWidth = 11;
  405. this.uiSplitContainer取料X轴.TabIndex = 0;
  406. //
  407. // panel取料X轴
  408. //
  409. this.panel取料X轴.BackColor = System.Drawing.Color.AliceBlue;
  410. this.panel取料X轴.Dock = System.Windows.Forms.DockStyle.Fill;
  411. this.panel取料X轴.Location = new System.Drawing.Point(0, 0);
  412. this.panel取料X轴.Name = "panel取料X轴";
  413. this.panel取料X轴.Size = new System.Drawing.Size(1231, 342);
  414. this.panel取料X轴.TabIndex = 1;
  415. //
  416. // uiTableLayoutPanel取料X轴Pos
  417. //
  418. this.uiTableLayoutPanel取料X轴Pos.BackColor = System.Drawing.Color.AliceBlue;
  419. this.uiTableLayoutPanel取料X轴Pos.ColumnCount = 2;
  420. this.uiTableLayoutPanel取料X轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  421. this.uiTableLayoutPanel取料X轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  422. this.uiTableLayoutPanel取料X轴Pos.Dock = System.Windows.Forms.DockStyle.Fill;
  423. this.uiTableLayoutPanel取料X轴Pos.ForeColor = System.Drawing.Color.LightSkyBlue;
  424. this.uiTableLayoutPanel取料X轴Pos.Location = new System.Drawing.Point(0, 0);
  425. this.uiTableLayoutPanel取料X轴Pos.Name = "uiTableLayoutPanel取料X轴Pos";
  426. this.uiTableLayoutPanel取料X轴Pos.RowCount = 9;
  427. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  428. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  429. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  430. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  431. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  432. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  433. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  434. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  435. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  436. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  437. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  438. this.uiTableLayoutPanel取料X轴Pos.Size = new System.Drawing.Size(1231, 575);
  439. this.uiTableLayoutPanel取料X轴Pos.TabIndex = 2;
  440. this.uiTableLayoutPanel取料X轴Pos.TagString = null;
  441. //
  442. // tabPage8
  443. //
  444. this.tabPage8.Controls.Add(this.uiSplitContainer2);
  445. this.tabPage8.Location = new System.Drawing.Point(0, 40);
  446. this.tabPage8.Name = "tabPage8";
  447. this.tabPage8.Size = new System.Drawing.Size(200, 60);
  448. this.tabPage8.TabIndex = 1;
  449. this.tabPage8.Text = "压机前流线伺服";
  450. this.tabPage8.UseVisualStyleBackColor = true;
  451. //
  452. // uiSplitContainer2
  453. //
  454. this.uiSplitContainer2.Cursor = System.Windows.Forms.Cursors.Default;
  455. this.uiSplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  456. this.uiSplitContainer2.Location = new System.Drawing.Point(0, 0);
  457. this.uiSplitContainer2.MinimumSize = new System.Drawing.Size(20, 20);
  458. this.uiSplitContainer2.Name = "uiSplitContainer2";
  459. this.uiSplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  460. //
  461. // uiSplitContainer2.Panel1
  462. //
  463. this.uiSplitContainer2.Panel1.BackColor = System.Drawing.Color.AliceBlue;
  464. this.uiSplitContainer2.Panel1.Controls.Add(this.panel取料Y轴);
  465. //
  466. // uiSplitContainer2.Panel2
  467. //
  468. this.uiSplitContainer2.Panel2.Controls.Add(this.uiTableLayoutPanel1取料Y轴Pos);
  469. this.uiSplitContainer2.Size = new System.Drawing.Size(200, 60);
  470. this.uiSplitContainer2.SplitterDistance = 25;
  471. this.uiSplitContainer2.SplitterWidth = 11;
  472. this.uiSplitContainer2.TabIndex = 1;
  473. //
  474. // panel取料Y轴
  475. //
  476. this.panel取料Y轴.BackColor = System.Drawing.Color.AliceBlue;
  477. this.panel取料Y轴.Dock = System.Windows.Forms.DockStyle.Fill;
  478. this.panel取料Y轴.Location = new System.Drawing.Point(0, 0);
  479. this.panel取料Y轴.Name = "panel取料Y轴";
  480. this.panel取料Y轴.Size = new System.Drawing.Size(200, 25);
  481. this.panel取料Y轴.TabIndex = 2;
  482. //
  483. // uiTableLayoutPanel1取料Y轴Pos
  484. //
  485. this.uiTableLayoutPanel1取料Y轴Pos.BackColor = System.Drawing.Color.AliceBlue;
  486. this.uiTableLayoutPanel1取料Y轴Pos.ColumnCount = 2;
  487. this.uiTableLayoutPanel1取料Y轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  488. this.uiTableLayoutPanel1取料Y轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  489. this.uiTableLayoutPanel1取料Y轴Pos.Dock = System.Windows.Forms.DockStyle.Fill;
  490. this.uiTableLayoutPanel1取料Y轴Pos.ForeColor = System.Drawing.Color.LightSkyBlue;
  491. this.uiTableLayoutPanel1取料Y轴Pos.Location = new System.Drawing.Point(0, 0);
  492. this.uiTableLayoutPanel1取料Y轴Pos.Name = "uiTableLayoutPanel1取料Y轴Pos";
  493. this.uiTableLayoutPanel1取料Y轴Pos.RowCount = 9;
  494. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  495. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  496. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  497. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  498. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  499. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  500. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  501. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  502. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  503. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  504. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  505. this.uiTableLayoutPanel1取料Y轴Pos.Size = new System.Drawing.Size(200, 25);
  506. this.uiTableLayoutPanel1取料Y轴Pos.TabIndex = 1;
  507. this.uiTableLayoutPanel1取料Y轴Pos.TagString = null;
  508. //
  509. // timer1
  510. //
  511. this.timer1.Tick += new System.EventHandler(this.Timer1_Tick);
  512. //
  513. // FrmPLC_M03
  514. //
  515. this.AllowShowTitle = false;
  516. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  517. this.ClientSize = new System.Drawing.Size(1900, 1000);
  518. this.Controls.Add(this.uiSplitContainer1);
  519. this.Name = "FrmPLC_M03";
  520. this.Padding = new System.Windows.Forms.Padding(0);
  521. this.ShowTitle = false;
  522. this.Text = "PLC-M03";
  523. this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 1115, 596);
  524. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmPLC_FormClosing);
  525. this.Load += new System.EventHandler(this.FrmPLC_Load);
  526. this.uiSplitContainer1.Panel1.ResumeLayout(false);
  527. this.uiSplitContainer1.Panel2.ResumeLayout(false);
  528. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).EndInit();
  529. this.uiSplitContainer1.ResumeLayout(false);
  530. this.uiGroupBox1.ResumeLayout(false);
  531. this.tabControlM03.ResumeLayout(false);
  532. this.tabPage1.ResumeLayout(false);
  533. this.tabPage2.ResumeLayout(false);
  534. this.tabPage3.ResumeLayout(false);
  535. this.tabPage4.ResumeLayout(false);
  536. this.tabPage5.ResumeLayout(false);
  537. this.tabPage6.ResumeLayout(false);
  538. this.uiGroupBox2.ResumeLayout(false);
  539. this.tabControlAxis.ResumeLayout(false);
  540. this.tabPage7.ResumeLayout(false);
  541. this.uiSplitContainer取料X轴.Panel1.ResumeLayout(false);
  542. this.uiSplitContainer取料X轴.Panel2.ResumeLayout(false);
  543. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer取料X轴)).EndInit();
  544. this.uiSplitContainer取料X轴.ResumeLayout(false);
  545. this.tabPage8.ResumeLayout(false);
  546. this.uiSplitContainer2.Panel1.ResumeLayout(false);
  547. this.uiSplitContainer2.Panel2.ResumeLayout(false);
  548. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer2)).EndInit();
  549. this.uiSplitContainer2.ResumeLayout(false);
  550. this.ResumeLayout(false);
  551. }
  552. #endregion
  553. private Sunny.UI.UISplitContainer uiSplitContainer1;
  554. private Sunny.UI.UIGroupBox uiGroupBox1;
  555. private Sunny.UI.UIGroupBox uiGroupBox2;
  556. private System.Windows.Forms.Timer timer1;
  557. private Sunny.UI.UITabControl tabControlM03;
  558. private System.Windows.Forms.TabPage tabPage1;
  559. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel整平工位;
  560. private System.Windows.Forms.TabPage tabPage2;
  561. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel装冲工位;
  562. private System.Windows.Forms.TabPage tabPage3;
  563. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel压合工位;
  564. private System.Windows.Forms.TabPage tabPage4;
  565. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel清洗工位;
  566. private System.Windows.Forms.TabPage tabPage5;
  567. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel下流线工位;
  568. private System.Windows.Forms.TabPage tabPage6;
  569. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel出料口工位;
  570. private Sunny.UI.UITabControl tabControlAxis;
  571. private System.Windows.Forms.TabPage tabPage7;
  572. private Sunny.UI.UISplitContainer uiSplitContainer取料X轴;
  573. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel取料X轴Pos;
  574. private System.Windows.Forms.TabPage tabPage8;
  575. private Sunny.UI.UISplitContainer uiSplitContainer2;
  576. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel1取料Y轴Pos;
  577. private System.Windows.Forms.Panel panel取料X轴;
  578. private System.Windows.Forms.Panel panel取料Y轴;
  579. }
  580. }