FrmPLC_M01M02.Designer.cs 69 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978
  1. namespace HRT_Measure
  2. {
  3. partial class FrmPLC_M01M02
  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.tabControlM01M02 = 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.uiGroupBox2 = new Sunny.UI.UIGroupBox();
  43. this.tabControlAxis = new Sunny.UI.UITabControl();
  44. this.tabPage6 = new System.Windows.Forms.TabPage();
  45. this.uiSplitContainer取料X轴 = new Sunny.UI.UISplitContainer();
  46. this.panel取料X轴 = new System.Windows.Forms.Panel();
  47. this.uiTableLayoutPanel取料X轴Pos = new Sunny.UI.UITableLayoutPanel();
  48. this.tabPage7 = new System.Windows.Forms.TabPage();
  49. this.uiSplitContainer2 = new Sunny.UI.UISplitContainer();
  50. this.panel取料Y轴 = new System.Windows.Forms.Panel();
  51. this.uiTableLayoutPanel1取料Y轴Pos = new Sunny.UI.UITableLayoutPanel();
  52. this.tabPage8 = new System.Windows.Forms.TabPage();
  53. this.uiSplitContainer3 = new Sunny.UI.UISplitContainer();
  54. this.panel取料Z轴 = new System.Windows.Forms.Panel();
  55. this.uiTableLayoutPanel取料Z轴Pos = new Sunny.UI.UITableLayoutPanel();
  56. this.tabPage9 = new System.Windows.Forms.TabPage();
  57. this.uiSplitContainer4 = new Sunny.UI.UISplitContainer();
  58. this.panel取料R轴 = new System.Windows.Forms.Panel();
  59. this.uiTableLayoutPanel取料R轴Pos = new Sunny.UI.UITableLayoutPanel();
  60. this.tabPage10 = new System.Windows.Forms.TabPage();
  61. this.uiSplitContainer5 = new Sunny.UI.UISplitContainer();
  62. this.panel上料站X轴 = new System.Windows.Forms.Panel();
  63. this.uiTableLayoutPanel上料站X轴Pos = new Sunny.UI.UITableLayoutPanel();
  64. this.tabPage11 = new System.Windows.Forms.TabPage();
  65. this.uiSplitContainer6 = new Sunny.UI.UISplitContainer();
  66. this.panel上料站Y轴 = new System.Windows.Forms.Panel();
  67. this.uiTableLayoutPanel上料站Y轴Pos = new Sunny.UI.UITableLayoutPanel();
  68. this.tabPage12 = new System.Windows.Forms.TabPage();
  69. this.uiSplitContainer7 = new Sunny.UI.UISplitContainer();
  70. this.panel上料站Z轴 = new System.Windows.Forms.Panel();
  71. this.uiTableLayoutPanel上料站Z轴Pos = new Sunny.UI.UITableLayoutPanel();
  72. this.timer1 = new System.Windows.Forms.Timer(this.components);
  73. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).BeginInit();
  74. this.uiSplitContainer1.Panel1.SuspendLayout();
  75. this.uiSplitContainer1.Panel2.SuspendLayout();
  76. this.uiSplitContainer1.SuspendLayout();
  77. this.uiGroupBox1.SuspendLayout();
  78. this.tabControlM01M02.SuspendLayout();
  79. this.tabPage1.SuspendLayout();
  80. this.tabPage2.SuspendLayout();
  81. this.tabPage3.SuspendLayout();
  82. this.tabPage4.SuspendLayout();
  83. this.tabPage5.SuspendLayout();
  84. this.uiGroupBox2.SuspendLayout();
  85. this.tabControlAxis.SuspendLayout();
  86. this.tabPage6.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer取料X轴)).BeginInit();
  88. this.uiSplitContainer取料X轴.Panel1.SuspendLayout();
  89. this.uiSplitContainer取料X轴.Panel2.SuspendLayout();
  90. this.uiSplitContainer取料X轴.SuspendLayout();
  91. this.tabPage7.SuspendLayout();
  92. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer2)).BeginInit();
  93. this.uiSplitContainer2.Panel1.SuspendLayout();
  94. this.uiSplitContainer2.Panel2.SuspendLayout();
  95. this.uiSplitContainer2.SuspendLayout();
  96. this.tabPage8.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer3)).BeginInit();
  98. this.uiSplitContainer3.Panel1.SuspendLayout();
  99. this.uiSplitContainer3.Panel2.SuspendLayout();
  100. this.uiSplitContainer3.SuspendLayout();
  101. this.tabPage9.SuspendLayout();
  102. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer4)).BeginInit();
  103. this.uiSplitContainer4.Panel1.SuspendLayout();
  104. this.uiSplitContainer4.Panel2.SuspendLayout();
  105. this.uiSplitContainer4.SuspendLayout();
  106. this.tabPage10.SuspendLayout();
  107. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer5)).BeginInit();
  108. this.uiSplitContainer5.Panel1.SuspendLayout();
  109. this.uiSplitContainer5.Panel2.SuspendLayout();
  110. this.uiSplitContainer5.SuspendLayout();
  111. this.tabPage11.SuspendLayout();
  112. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer6)).BeginInit();
  113. this.uiSplitContainer6.Panel1.SuspendLayout();
  114. this.uiSplitContainer6.Panel2.SuspendLayout();
  115. this.uiSplitContainer6.SuspendLayout();
  116. this.tabPage12.SuspendLayout();
  117. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer7)).BeginInit();
  118. this.uiSplitContainer7.Panel1.SuspendLayout();
  119. this.uiSplitContainer7.Panel2.SuspendLayout();
  120. this.uiSplitContainer7.SuspendLayout();
  121. this.SuspendLayout();
  122. //
  123. // uiSplitContainer1
  124. //
  125. this.uiSplitContainer1.Cursor = System.Windows.Forms.Cursors.Default;
  126. this.uiSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  127. this.uiSplitContainer1.Location = new System.Drawing.Point(0, 0);
  128. this.uiSplitContainer1.MinimumSize = new System.Drawing.Size(20, 20);
  129. this.uiSplitContainer1.Name = "uiSplitContainer1";
  130. //
  131. // uiSplitContainer1.Panel1
  132. //
  133. this.uiSplitContainer1.Panel1.Controls.Add(this.uiGroupBox1);
  134. //
  135. // uiSplitContainer1.Panel2
  136. //
  137. this.uiSplitContainer1.Panel2.Controls.Add(this.uiGroupBox2);
  138. this.uiSplitContainer1.Size = new System.Drawing.Size(1900, 1000);
  139. this.uiSplitContainer1.SplitterDistance = 658;
  140. this.uiSplitContainer1.SplitterWidth = 11;
  141. this.uiSplitContainer1.TabIndex = 0;
  142. //
  143. // uiGroupBox1
  144. //
  145. this.uiGroupBox1.Controls.Add(this.tabControlM01M02);
  146. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.uiGroupBox1.Location = new System.Drawing.Point(0, 0);
  149. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(30, 5, 30, 5);
  150. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  151. this.uiGroupBox1.Name = "uiGroupBox1";
  152. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  153. this.uiGroupBox1.Size = new System.Drawing.Size(658, 1000);
  154. this.uiGroupBox1.TabIndex = 0;
  155. this.uiGroupBox1.Text = "气缸";
  156. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  157. //
  158. // tabControlM01M02
  159. //
  160. this.tabControlM01M02.Controls.Add(this.tabPage1);
  161. this.tabControlM01M02.Controls.Add(this.tabPage2);
  162. this.tabControlM01M02.Controls.Add(this.tabPage3);
  163. this.tabControlM01M02.Controls.Add(this.tabPage4);
  164. this.tabControlM01M02.Controls.Add(this.tabPage5);
  165. this.tabControlM01M02.Dock = System.Windows.Forms.DockStyle.Fill;
  166. this.tabControlM01M02.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  167. this.tabControlM01M02.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.tabControlM01M02.ItemSize = new System.Drawing.Size(150, 40);
  169. this.tabControlM01M02.Location = new System.Drawing.Point(0, 32);
  170. this.tabControlM01M02.MainPage = "";
  171. this.tabControlM01M02.Name = "tabControlM01M02";
  172. this.tabControlM01M02.SelectedIndex = 0;
  173. this.tabControlM01M02.Size = new System.Drawing.Size(658, 968);
  174. this.tabControlM01M02.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  175. this.tabControlM01M02.TabIndex = 27;
  176. this.tabControlM01M02.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.tabControlM01M02.SelectedIndexChanged += new System.EventHandler(this.tabControlM01M02_SelectedIndexChanged);
  178. //
  179. // tabPage1
  180. //
  181. this.tabPage1.BackColor = System.Drawing.Color.AliceBlue;
  182. this.tabPage1.Controls.Add(this.uiTableLayoutPanel上料工位);
  183. this.tabPage1.ForeColor = System.Drawing.Color.LightSeaGreen;
  184. this.tabPage1.Location = new System.Drawing.Point(0, 40);
  185. this.tabPage1.Name = "tabPage1";
  186. this.tabPage1.Size = new System.Drawing.Size(658, 928);
  187. this.tabPage1.TabIndex = 0;
  188. this.tabPage1.Text = "上料工位";
  189. //
  190. // uiTableLayoutPanel上料工位
  191. //
  192. this.uiTableLayoutPanel上料工位.ColumnCount = 2;
  193. this.uiTableLayoutPanel上料工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  194. this.uiTableLayoutPanel上料工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  195. this.uiTableLayoutPanel上料工位.Dock = System.Windows.Forms.DockStyle.Fill;
  196. this.uiTableLayoutPanel上料工位.ForeColor = System.Drawing.Color.LightSkyBlue;
  197. this.uiTableLayoutPanel上料工位.Location = new System.Drawing.Point(0, 0);
  198. this.uiTableLayoutPanel上料工位.Name = "uiTableLayoutPanel上料工位";
  199. this.uiTableLayoutPanel上料工位.RowCount = 11;
  200. this.uiTableLayoutPanel上料工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  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.09157F));
  203. this.uiTableLayoutPanel上料工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  204. this.uiTableLayoutPanel上料工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  205. this.uiTableLayoutPanel上料工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  206. this.uiTableLayoutPanel上料工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  207. this.uiTableLayoutPanel上料工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  208. this.uiTableLayoutPanel上料工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  209. this.uiTableLayoutPanel上料工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  210. this.uiTableLayoutPanel上料工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  211. this.uiTableLayoutPanel上料工位.Size = new System.Drawing.Size(658, 928);
  212. this.uiTableLayoutPanel上料工位.TabIndex = 0;
  213. this.uiTableLayoutPanel上料工位.TagString = null;
  214. //
  215. // tabPage2
  216. //
  217. this.tabPage2.BackColor = System.Drawing.Color.AliceBlue;
  218. this.tabPage2.Controls.Add(this.uiTableLayoutPanel取出工位);
  219. this.tabPage2.Location = new System.Drawing.Point(0, 40);
  220. this.tabPage2.Name = "tabPage2";
  221. this.tabPage2.Size = new System.Drawing.Size(200, 60);
  222. this.tabPage2.TabIndex = 1;
  223. this.tabPage2.Text = "取出工位";
  224. //
  225. // uiTableLayoutPanel取出工位
  226. //
  227. this.uiTableLayoutPanel取出工位.ColumnCount = 2;
  228. this.uiTableLayoutPanel取出工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  229. this.uiTableLayoutPanel取出工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  230. this.uiTableLayoutPanel取出工位.Dock = System.Windows.Forms.DockStyle.Fill;
  231. this.uiTableLayoutPanel取出工位.Location = new System.Drawing.Point(0, 0);
  232. this.uiTableLayoutPanel取出工位.Name = "uiTableLayoutPanel取出工位";
  233. this.uiTableLayoutPanel取出工位.RowCount = 11;
  234. this.uiTableLayoutPanel取出工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  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.09157F));
  237. this.uiTableLayoutPanel取出工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  238. this.uiTableLayoutPanel取出工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  239. this.uiTableLayoutPanel取出工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  240. this.uiTableLayoutPanel取出工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  241. this.uiTableLayoutPanel取出工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  242. this.uiTableLayoutPanel取出工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  243. this.uiTableLayoutPanel取出工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  244. this.uiTableLayoutPanel取出工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  245. this.uiTableLayoutPanel取出工位.Size = new System.Drawing.Size(200, 60);
  246. this.uiTableLayoutPanel取出工位.TabIndex = 1;
  247. this.uiTableLayoutPanel取出工位.TagString = null;
  248. //
  249. // tabPage3
  250. //
  251. this.tabPage3.BackColor = System.Drawing.Color.AliceBlue;
  252. this.tabPage3.Controls.Add(this.uiTableLayoutPanel提升机工位);
  253. this.tabPage3.Location = new System.Drawing.Point(0, 40);
  254. this.tabPage3.Name = "tabPage3";
  255. this.tabPage3.Size = new System.Drawing.Size(200, 60);
  256. this.tabPage3.TabIndex = 2;
  257. this.tabPage3.Text = "提升机工位";
  258. //
  259. // uiTableLayoutPanel提升机工位
  260. //
  261. this.uiTableLayoutPanel提升机工位.ColumnCount = 2;
  262. this.uiTableLayoutPanel提升机工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  263. this.uiTableLayoutPanel提升机工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  264. this.uiTableLayoutPanel提升机工位.Dock = System.Windows.Forms.DockStyle.Fill;
  265. this.uiTableLayoutPanel提升机工位.Location = new System.Drawing.Point(0, 0);
  266. this.uiTableLayoutPanel提升机工位.Name = "uiTableLayoutPanel提升机工位";
  267. this.uiTableLayoutPanel提升机工位.RowCount = 11;
  268. this.uiTableLayoutPanel提升机工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  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.09157F));
  271. this.uiTableLayoutPanel提升机工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  272. this.uiTableLayoutPanel提升机工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  273. this.uiTableLayoutPanel提升机工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  274. this.uiTableLayoutPanel提升机工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  275. this.uiTableLayoutPanel提升机工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  276. this.uiTableLayoutPanel提升机工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  277. this.uiTableLayoutPanel提升机工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  278. this.uiTableLayoutPanel提升机工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  279. this.uiTableLayoutPanel提升机工位.Size = new System.Drawing.Size(200, 60);
  280. this.uiTableLayoutPanel提升机工位.TabIndex = 1;
  281. this.uiTableLayoutPanel提升机工位.TagString = null;
  282. //
  283. // tabPage4
  284. //
  285. this.tabPage4.BackColor = System.Drawing.Color.AliceBlue;
  286. this.tabPage4.Controls.Add(this.uiTableLayoutPanel称重工位);
  287. this.tabPage4.Location = new System.Drawing.Point(0, 40);
  288. this.tabPage4.Name = "tabPage4";
  289. this.tabPage4.Size = new System.Drawing.Size(200, 60);
  290. this.tabPage4.TabIndex = 3;
  291. this.tabPage4.Text = "称重工位";
  292. //
  293. // uiTableLayoutPanel称重工位
  294. //
  295. this.uiTableLayoutPanel称重工位.ColumnCount = 2;
  296. this.uiTableLayoutPanel称重工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  297. this.uiTableLayoutPanel称重工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  298. this.uiTableLayoutPanel称重工位.Dock = System.Windows.Forms.DockStyle.Fill;
  299. this.uiTableLayoutPanel称重工位.Location = new System.Drawing.Point(0, 0);
  300. this.uiTableLayoutPanel称重工位.Name = "uiTableLayoutPanel称重工位";
  301. this.uiTableLayoutPanel称重工位.RowCount = 11;
  302. this.uiTableLayoutPanel称重工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  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.09157F));
  305. this.uiTableLayoutPanel称重工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  306. this.uiTableLayoutPanel称重工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  307. this.uiTableLayoutPanel称重工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  308. this.uiTableLayoutPanel称重工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  309. this.uiTableLayoutPanel称重工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  310. this.uiTableLayoutPanel称重工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  311. this.uiTableLayoutPanel称重工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  312. this.uiTableLayoutPanel称重工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  313. this.uiTableLayoutPanel称重工位.Size = new System.Drawing.Size(200, 60);
  314. this.uiTableLayoutPanel称重工位.TabIndex = 1;
  315. this.uiTableLayoutPanel称重工位.TagString = null;
  316. //
  317. // tabPage5
  318. //
  319. this.tabPage5.BackColor = System.Drawing.Color.AliceBlue;
  320. this.tabPage5.Controls.Add(this.uiTableLayoutPanel出口工位);
  321. this.tabPage5.Location = new System.Drawing.Point(0, 40);
  322. this.tabPage5.Name = "tabPage5";
  323. this.tabPage5.Size = new System.Drawing.Size(200, 60);
  324. this.tabPage5.TabIndex = 4;
  325. this.tabPage5.Text = "出口工位";
  326. //
  327. // uiTableLayoutPanel出口工位
  328. //
  329. this.uiTableLayoutPanel出口工位.ColumnCount = 2;
  330. this.uiTableLayoutPanel出口工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  331. this.uiTableLayoutPanel出口工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  332. this.uiTableLayoutPanel出口工位.Dock = System.Windows.Forms.DockStyle.Fill;
  333. this.uiTableLayoutPanel出口工位.Location = new System.Drawing.Point(0, 0);
  334. this.uiTableLayoutPanel出口工位.Name = "uiTableLayoutPanel出口工位";
  335. this.uiTableLayoutPanel出口工位.RowCount = 11;
  336. this.uiTableLayoutPanel出口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  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.09157F));
  339. this.uiTableLayoutPanel出口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  340. this.uiTableLayoutPanel出口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  341. this.uiTableLayoutPanel出口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  342. this.uiTableLayoutPanel出口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  343. this.uiTableLayoutPanel出口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  344. this.uiTableLayoutPanel出口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  345. this.uiTableLayoutPanel出口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  346. this.uiTableLayoutPanel出口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  347. this.uiTableLayoutPanel出口工位.Size = new System.Drawing.Size(200, 60);
  348. this.uiTableLayoutPanel出口工位.TabIndex = 1;
  349. this.uiTableLayoutPanel出口工位.TagString = null;
  350. //
  351. // uiGroupBox2
  352. //
  353. this.uiGroupBox2.Controls.Add(this.tabControlAxis);
  354. this.uiGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  355. this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. this.uiGroupBox2.Location = new System.Drawing.Point(0, 0);
  357. this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  358. this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
  359. this.uiGroupBox2.Name = "uiGroupBox2";
  360. this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  361. this.uiGroupBox2.Size = new System.Drawing.Size(1231, 1000);
  362. this.uiGroupBox2.TabIndex = 0;
  363. this.uiGroupBox2.Text = "轴";
  364. this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  365. //
  366. // tabControlAxis
  367. //
  368. this.tabControlAxis.Controls.Add(this.tabPage6);
  369. this.tabControlAxis.Controls.Add(this.tabPage7);
  370. this.tabControlAxis.Controls.Add(this.tabPage8);
  371. this.tabControlAxis.Controls.Add(this.tabPage9);
  372. this.tabControlAxis.Controls.Add(this.tabPage10);
  373. this.tabControlAxis.Controls.Add(this.tabPage11);
  374. this.tabControlAxis.Controls.Add(this.tabPage12);
  375. this.tabControlAxis.Dock = System.Windows.Forms.DockStyle.Fill;
  376. this.tabControlAxis.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  377. this.tabControlAxis.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  378. this.tabControlAxis.ItemSize = new System.Drawing.Size(150, 40);
  379. this.tabControlAxis.Location = new System.Drawing.Point(0, 32);
  380. this.tabControlAxis.MainPage = "";
  381. this.tabControlAxis.Name = "tabControlAxis";
  382. this.tabControlAxis.SelectedIndex = 0;
  383. this.tabControlAxis.Size = new System.Drawing.Size(1231, 968);
  384. this.tabControlAxis.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  385. this.tabControlAxis.TabIndex = 0;
  386. this.tabControlAxis.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  387. this.tabControlAxis.SelectedIndexChanged += new System.EventHandler(this.tabControlAxis_SelectedIndexChanged);
  388. //
  389. // tabPage6
  390. //
  391. this.tabPage6.Controls.Add(this.uiSplitContainer取料X轴);
  392. this.tabPage6.Location = new System.Drawing.Point(0, 40);
  393. this.tabPage6.Name = "tabPage6";
  394. this.tabPage6.Size = new System.Drawing.Size(1231, 928);
  395. this.tabPage6.TabIndex = 0;
  396. this.tabPage6.Text = "取料X轴";
  397. this.tabPage6.UseVisualStyleBackColor = true;
  398. //
  399. // uiSplitContainer取料X轴
  400. //
  401. this.uiSplitContainer取料X轴.Cursor = System.Windows.Forms.Cursors.Default;
  402. this.uiSplitContainer取料X轴.Dock = System.Windows.Forms.DockStyle.Fill;
  403. this.uiSplitContainer取料X轴.Location = new System.Drawing.Point(0, 0);
  404. this.uiSplitContainer取料X轴.MinimumSize = new System.Drawing.Size(20, 20);
  405. this.uiSplitContainer取料X轴.Name = "uiSplitContainer取料X轴";
  406. this.uiSplitContainer取料X轴.Orientation = System.Windows.Forms.Orientation.Horizontal;
  407. //
  408. // uiSplitContainer取料X轴.Panel1
  409. //
  410. this.uiSplitContainer取料X轴.Panel1.Controls.Add(this.panel取料X轴);
  411. //
  412. // uiSplitContainer取料X轴.Panel2
  413. //
  414. this.uiSplitContainer取料X轴.Panel2.Controls.Add(this.uiTableLayoutPanel取料X轴Pos);
  415. this.uiSplitContainer取料X轴.Size = new System.Drawing.Size(1231, 928);
  416. this.uiSplitContainer取料X轴.SplitterDistance = 342;
  417. this.uiSplitContainer取料X轴.SplitterWidth = 11;
  418. this.uiSplitContainer取料X轴.TabIndex = 0;
  419. //
  420. // panel取料X轴
  421. //
  422. this.panel取料X轴.BackColor = System.Drawing.Color.AliceBlue;
  423. this.panel取料X轴.Dock = System.Windows.Forms.DockStyle.Fill;
  424. this.panel取料X轴.Location = new System.Drawing.Point(0, 0);
  425. this.panel取料X轴.Name = "panel取料X轴";
  426. this.panel取料X轴.Size = new System.Drawing.Size(1231, 342);
  427. this.panel取料X轴.TabIndex = 0;
  428. //
  429. // uiTableLayoutPanel取料X轴Pos
  430. //
  431. this.uiTableLayoutPanel取料X轴Pos.BackColor = System.Drawing.Color.AliceBlue;
  432. this.uiTableLayoutPanel取料X轴Pos.ColumnCount = 2;
  433. this.uiTableLayoutPanel取料X轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  434. this.uiTableLayoutPanel取料X轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  435. this.uiTableLayoutPanel取料X轴Pos.Dock = System.Windows.Forms.DockStyle.Fill;
  436. this.uiTableLayoutPanel取料X轴Pos.ForeColor = System.Drawing.Color.LightSkyBlue;
  437. this.uiTableLayoutPanel取料X轴Pos.Location = new System.Drawing.Point(0, 0);
  438. this.uiTableLayoutPanel取料X轴Pos.Name = "uiTableLayoutPanel取料X轴Pos";
  439. this.uiTableLayoutPanel取料X轴Pos.RowCount = 9;
  440. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  441. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  442. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  443. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  444. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  445. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  446. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  447. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  448. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  449. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  450. this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  451. this.uiTableLayoutPanel取料X轴Pos.Size = new System.Drawing.Size(1231, 575);
  452. this.uiTableLayoutPanel取料X轴Pos.TabIndex = 2;
  453. this.uiTableLayoutPanel取料X轴Pos.TagString = null;
  454. //
  455. // tabPage7
  456. //
  457. this.tabPage7.Controls.Add(this.uiSplitContainer2);
  458. this.tabPage7.Location = new System.Drawing.Point(0, 40);
  459. this.tabPage7.Name = "tabPage7";
  460. this.tabPage7.Size = new System.Drawing.Size(200, 60);
  461. this.tabPage7.TabIndex = 1;
  462. this.tabPage7.Text = "取料Y轴";
  463. this.tabPage7.UseVisualStyleBackColor = true;
  464. //
  465. // uiSplitContainer2
  466. //
  467. this.uiSplitContainer2.Cursor = System.Windows.Forms.Cursors.Default;
  468. this.uiSplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  469. this.uiSplitContainer2.Location = new System.Drawing.Point(0, 0);
  470. this.uiSplitContainer2.MinimumSize = new System.Drawing.Size(20, 20);
  471. this.uiSplitContainer2.Name = "uiSplitContainer2";
  472. this.uiSplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  473. //
  474. // uiSplitContainer2.Panel1
  475. //
  476. this.uiSplitContainer2.Panel1.BackColor = System.Drawing.Color.AliceBlue;
  477. this.uiSplitContainer2.Panel1.Controls.Add(this.panel取料Y轴);
  478. //
  479. // uiSplitContainer2.Panel2
  480. //
  481. this.uiSplitContainer2.Panel2.Controls.Add(this.uiTableLayoutPanel1取料Y轴Pos);
  482. this.uiSplitContainer2.Size = new System.Drawing.Size(200, 60);
  483. this.uiSplitContainer2.SplitterDistance = 25;
  484. this.uiSplitContainer2.SplitterWidth = 11;
  485. this.uiSplitContainer2.TabIndex = 1;
  486. //
  487. // panel取料Y轴
  488. //
  489. this.panel取料Y轴.BackColor = System.Drawing.Color.AliceBlue;
  490. this.panel取料Y轴.Dock = System.Windows.Forms.DockStyle.Fill;
  491. this.panel取料Y轴.Location = new System.Drawing.Point(0, 0);
  492. this.panel取料Y轴.Name = "panel取料Y轴";
  493. this.panel取料Y轴.Size = new System.Drawing.Size(200, 25);
  494. this.panel取料Y轴.TabIndex = 1;
  495. //
  496. // uiTableLayoutPanel1取料Y轴Pos
  497. //
  498. this.uiTableLayoutPanel1取料Y轴Pos.BackColor = System.Drawing.Color.AliceBlue;
  499. this.uiTableLayoutPanel1取料Y轴Pos.ColumnCount = 2;
  500. this.uiTableLayoutPanel1取料Y轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  501. this.uiTableLayoutPanel1取料Y轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  502. this.uiTableLayoutPanel1取料Y轴Pos.Dock = System.Windows.Forms.DockStyle.Fill;
  503. this.uiTableLayoutPanel1取料Y轴Pos.ForeColor = System.Drawing.Color.LightSkyBlue;
  504. this.uiTableLayoutPanel1取料Y轴Pos.Location = new System.Drawing.Point(0, 0);
  505. this.uiTableLayoutPanel1取料Y轴Pos.Name = "uiTableLayoutPanel1取料Y轴Pos";
  506. this.uiTableLayoutPanel1取料Y轴Pos.RowCount = 9;
  507. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  508. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  509. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  510. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  511. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  512. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  513. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  514. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  515. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  516. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  517. this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  518. this.uiTableLayoutPanel1取料Y轴Pos.Size = new System.Drawing.Size(200, 25);
  519. this.uiTableLayoutPanel1取料Y轴Pos.TabIndex = 1;
  520. this.uiTableLayoutPanel1取料Y轴Pos.TagString = null;
  521. //
  522. // tabPage8
  523. //
  524. this.tabPage8.Controls.Add(this.uiSplitContainer3);
  525. this.tabPage8.Location = new System.Drawing.Point(0, 40);
  526. this.tabPage8.Name = "tabPage8";
  527. this.tabPage8.Size = new System.Drawing.Size(200, 60);
  528. this.tabPage8.TabIndex = 2;
  529. this.tabPage8.Text = "取料Z轴";
  530. this.tabPage8.UseVisualStyleBackColor = true;
  531. //
  532. // uiSplitContainer3
  533. //
  534. this.uiSplitContainer3.Cursor = System.Windows.Forms.Cursors.Default;
  535. this.uiSplitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  536. this.uiSplitContainer3.Location = new System.Drawing.Point(0, 0);
  537. this.uiSplitContainer3.MinimumSize = new System.Drawing.Size(20, 20);
  538. this.uiSplitContainer3.Name = "uiSplitContainer3";
  539. this.uiSplitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
  540. //
  541. // uiSplitContainer3.Panel1
  542. //
  543. this.uiSplitContainer3.Panel1.BackColor = System.Drawing.Color.AliceBlue;
  544. this.uiSplitContainer3.Panel1.Controls.Add(this.panel取料Z轴);
  545. //
  546. // uiSplitContainer3.Panel2
  547. //
  548. this.uiSplitContainer3.Panel2.Controls.Add(this.uiTableLayoutPanel取料Z轴Pos);
  549. this.uiSplitContainer3.Size = new System.Drawing.Size(200, 60);
  550. this.uiSplitContainer3.SplitterDistance = 25;
  551. this.uiSplitContainer3.SplitterWidth = 11;
  552. this.uiSplitContainer3.TabIndex = 1;
  553. //
  554. // panel取料Z轴
  555. //
  556. this.panel取料Z轴.BackColor = System.Drawing.Color.AliceBlue;
  557. this.panel取料Z轴.Dock = System.Windows.Forms.DockStyle.Fill;
  558. this.panel取料Z轴.Location = new System.Drawing.Point(0, 0);
  559. this.panel取料Z轴.Name = "panel取料Z轴";
  560. this.panel取料Z轴.Size = new System.Drawing.Size(200, 25);
  561. this.panel取料Z轴.TabIndex = 1;
  562. //
  563. // uiTableLayoutPanel取料Z轴Pos
  564. //
  565. this.uiTableLayoutPanel取料Z轴Pos.BackColor = System.Drawing.Color.AliceBlue;
  566. this.uiTableLayoutPanel取料Z轴Pos.ColumnCount = 2;
  567. this.uiTableLayoutPanel取料Z轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  568. this.uiTableLayoutPanel取料Z轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  569. this.uiTableLayoutPanel取料Z轴Pos.Dock = System.Windows.Forms.DockStyle.Fill;
  570. this.uiTableLayoutPanel取料Z轴Pos.ForeColor = System.Drawing.Color.LightSkyBlue;
  571. this.uiTableLayoutPanel取料Z轴Pos.Location = new System.Drawing.Point(0, 0);
  572. this.uiTableLayoutPanel取料Z轴Pos.Name = "uiTableLayoutPanel取料Z轴Pos";
  573. this.uiTableLayoutPanel取料Z轴Pos.RowCount = 9;
  574. this.uiTableLayoutPanel取料Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  575. this.uiTableLayoutPanel取料Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  576. this.uiTableLayoutPanel取料Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  577. this.uiTableLayoutPanel取料Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  578. this.uiTableLayoutPanel取料Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  579. this.uiTableLayoutPanel取料Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  580. this.uiTableLayoutPanel取料Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  581. this.uiTableLayoutPanel取料Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  582. this.uiTableLayoutPanel取料Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  583. this.uiTableLayoutPanel取料Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  584. this.uiTableLayoutPanel取料Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  585. this.uiTableLayoutPanel取料Z轴Pos.Size = new System.Drawing.Size(200, 25);
  586. this.uiTableLayoutPanel取料Z轴Pos.TabIndex = 1;
  587. this.uiTableLayoutPanel取料Z轴Pos.TagString = null;
  588. //
  589. // tabPage9
  590. //
  591. this.tabPage9.Controls.Add(this.uiSplitContainer4);
  592. this.tabPage9.Location = new System.Drawing.Point(0, 40);
  593. this.tabPage9.Name = "tabPage9";
  594. this.tabPage9.Size = new System.Drawing.Size(200, 60);
  595. this.tabPage9.TabIndex = 3;
  596. this.tabPage9.Text = "取料R轴";
  597. this.tabPage9.UseVisualStyleBackColor = true;
  598. //
  599. // uiSplitContainer4
  600. //
  601. this.uiSplitContainer4.Cursor = System.Windows.Forms.Cursors.Default;
  602. this.uiSplitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
  603. this.uiSplitContainer4.Location = new System.Drawing.Point(0, 0);
  604. this.uiSplitContainer4.MinimumSize = new System.Drawing.Size(20, 20);
  605. this.uiSplitContainer4.Name = "uiSplitContainer4";
  606. this.uiSplitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
  607. //
  608. // uiSplitContainer4.Panel1
  609. //
  610. this.uiSplitContainer4.Panel1.BackColor = System.Drawing.Color.AliceBlue;
  611. this.uiSplitContainer4.Panel1.Controls.Add(this.panel取料R轴);
  612. //
  613. // uiSplitContainer4.Panel2
  614. //
  615. this.uiSplitContainer4.Panel2.Controls.Add(this.uiTableLayoutPanel取料R轴Pos);
  616. this.uiSplitContainer4.Size = new System.Drawing.Size(200, 60);
  617. this.uiSplitContainer4.SplitterDistance = 25;
  618. this.uiSplitContainer4.SplitterWidth = 11;
  619. this.uiSplitContainer4.TabIndex = 1;
  620. //
  621. // panel取料R轴
  622. //
  623. this.panel取料R轴.BackColor = System.Drawing.Color.AliceBlue;
  624. this.panel取料R轴.Dock = System.Windows.Forms.DockStyle.Fill;
  625. this.panel取料R轴.Location = new System.Drawing.Point(0, 0);
  626. this.panel取料R轴.Name = "panel取料R轴";
  627. this.panel取料R轴.Size = new System.Drawing.Size(200, 25);
  628. this.panel取料R轴.TabIndex = 1;
  629. //
  630. // uiTableLayoutPanel取料R轴Pos
  631. //
  632. this.uiTableLayoutPanel取料R轴Pos.BackColor = System.Drawing.Color.AliceBlue;
  633. this.uiTableLayoutPanel取料R轴Pos.ColumnCount = 2;
  634. this.uiTableLayoutPanel取料R轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  635. this.uiTableLayoutPanel取料R轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  636. this.uiTableLayoutPanel取料R轴Pos.Dock = System.Windows.Forms.DockStyle.Fill;
  637. this.uiTableLayoutPanel取料R轴Pos.ForeColor = System.Drawing.Color.LightSkyBlue;
  638. this.uiTableLayoutPanel取料R轴Pos.Location = new System.Drawing.Point(0, 0);
  639. this.uiTableLayoutPanel取料R轴Pos.Name = "uiTableLayoutPanel取料R轴Pos";
  640. this.uiTableLayoutPanel取料R轴Pos.RowCount = 9;
  641. this.uiTableLayoutPanel取料R轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  642. this.uiTableLayoutPanel取料R轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  643. this.uiTableLayoutPanel取料R轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  644. this.uiTableLayoutPanel取料R轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  645. this.uiTableLayoutPanel取料R轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  646. this.uiTableLayoutPanel取料R轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  647. this.uiTableLayoutPanel取料R轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  648. this.uiTableLayoutPanel取料R轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  649. this.uiTableLayoutPanel取料R轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  650. this.uiTableLayoutPanel取料R轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  651. this.uiTableLayoutPanel取料R轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  652. this.uiTableLayoutPanel取料R轴Pos.Size = new System.Drawing.Size(200, 25);
  653. this.uiTableLayoutPanel取料R轴Pos.TabIndex = 1;
  654. this.uiTableLayoutPanel取料R轴Pos.TagString = null;
  655. //
  656. // tabPage10
  657. //
  658. this.tabPage10.Controls.Add(this.uiSplitContainer5);
  659. this.tabPage10.Location = new System.Drawing.Point(0, 40);
  660. this.tabPage10.Name = "tabPage10";
  661. this.tabPage10.Size = new System.Drawing.Size(200, 60);
  662. this.tabPage10.TabIndex = 4;
  663. this.tabPage10.Text = "上料站X轴";
  664. this.tabPage10.UseVisualStyleBackColor = true;
  665. //
  666. // uiSplitContainer5
  667. //
  668. this.uiSplitContainer5.Cursor = System.Windows.Forms.Cursors.Default;
  669. this.uiSplitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
  670. this.uiSplitContainer5.Location = new System.Drawing.Point(0, 0);
  671. this.uiSplitContainer5.MinimumSize = new System.Drawing.Size(20, 20);
  672. this.uiSplitContainer5.Name = "uiSplitContainer5";
  673. this.uiSplitContainer5.Orientation = System.Windows.Forms.Orientation.Horizontal;
  674. //
  675. // uiSplitContainer5.Panel1
  676. //
  677. this.uiSplitContainer5.Panel1.BackColor = System.Drawing.Color.AliceBlue;
  678. this.uiSplitContainer5.Panel1.Controls.Add(this.panel上料站X轴);
  679. //
  680. // uiSplitContainer5.Panel2
  681. //
  682. this.uiSplitContainer5.Panel2.Controls.Add(this.uiTableLayoutPanel上料站X轴Pos);
  683. this.uiSplitContainer5.Size = new System.Drawing.Size(200, 60);
  684. this.uiSplitContainer5.SplitterDistance = 25;
  685. this.uiSplitContainer5.SplitterWidth = 11;
  686. this.uiSplitContainer5.TabIndex = 1;
  687. //
  688. // panel上料站X轴
  689. //
  690. this.panel上料站X轴.BackColor = System.Drawing.Color.AliceBlue;
  691. this.panel上料站X轴.Dock = System.Windows.Forms.DockStyle.Fill;
  692. this.panel上料站X轴.Location = new System.Drawing.Point(0, 0);
  693. this.panel上料站X轴.Name = "panel上料站X轴";
  694. this.panel上料站X轴.Size = new System.Drawing.Size(200, 25);
  695. this.panel上料站X轴.TabIndex = 1;
  696. //
  697. // uiTableLayoutPanel上料站X轴Pos
  698. //
  699. this.uiTableLayoutPanel上料站X轴Pos.BackColor = System.Drawing.Color.AliceBlue;
  700. this.uiTableLayoutPanel上料站X轴Pos.ColumnCount = 2;
  701. this.uiTableLayoutPanel上料站X轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  702. this.uiTableLayoutPanel上料站X轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  703. this.uiTableLayoutPanel上料站X轴Pos.Dock = System.Windows.Forms.DockStyle.Fill;
  704. this.uiTableLayoutPanel上料站X轴Pos.ForeColor = System.Drawing.Color.LightSkyBlue;
  705. this.uiTableLayoutPanel上料站X轴Pos.Location = new System.Drawing.Point(0, 0);
  706. this.uiTableLayoutPanel上料站X轴Pos.Name = "uiTableLayoutPanel上料站X轴Pos";
  707. this.uiTableLayoutPanel上料站X轴Pos.RowCount = 9;
  708. this.uiTableLayoutPanel上料站X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  709. this.uiTableLayoutPanel上料站X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  710. this.uiTableLayoutPanel上料站X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  711. this.uiTableLayoutPanel上料站X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  712. this.uiTableLayoutPanel上料站X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  713. this.uiTableLayoutPanel上料站X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  714. this.uiTableLayoutPanel上料站X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  715. this.uiTableLayoutPanel上料站X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  716. this.uiTableLayoutPanel上料站X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  717. this.uiTableLayoutPanel上料站X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  718. this.uiTableLayoutPanel上料站X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  719. this.uiTableLayoutPanel上料站X轴Pos.Size = new System.Drawing.Size(200, 25);
  720. this.uiTableLayoutPanel上料站X轴Pos.TabIndex = 1;
  721. this.uiTableLayoutPanel上料站X轴Pos.TagString = null;
  722. //
  723. // tabPage11
  724. //
  725. this.tabPage11.Controls.Add(this.uiSplitContainer6);
  726. this.tabPage11.Location = new System.Drawing.Point(0, 40);
  727. this.tabPage11.Name = "tabPage11";
  728. this.tabPage11.Size = new System.Drawing.Size(200, 60);
  729. this.tabPage11.TabIndex = 5;
  730. this.tabPage11.Text = "上料站Y轴";
  731. this.tabPage11.UseVisualStyleBackColor = true;
  732. //
  733. // uiSplitContainer6
  734. //
  735. this.uiSplitContainer6.Cursor = System.Windows.Forms.Cursors.Default;
  736. this.uiSplitContainer6.Dock = System.Windows.Forms.DockStyle.Fill;
  737. this.uiSplitContainer6.Location = new System.Drawing.Point(0, 0);
  738. this.uiSplitContainer6.MinimumSize = new System.Drawing.Size(20, 20);
  739. this.uiSplitContainer6.Name = "uiSplitContainer6";
  740. this.uiSplitContainer6.Orientation = System.Windows.Forms.Orientation.Horizontal;
  741. //
  742. // uiSplitContainer6.Panel1
  743. //
  744. this.uiSplitContainer6.Panel1.BackColor = System.Drawing.Color.AliceBlue;
  745. this.uiSplitContainer6.Panel1.Controls.Add(this.panel上料站Y轴);
  746. //
  747. // uiSplitContainer6.Panel2
  748. //
  749. this.uiSplitContainer6.Panel2.Controls.Add(this.uiTableLayoutPanel上料站Y轴Pos);
  750. this.uiSplitContainer6.Size = new System.Drawing.Size(200, 60);
  751. this.uiSplitContainer6.SplitterDistance = 25;
  752. this.uiSplitContainer6.SplitterWidth = 11;
  753. this.uiSplitContainer6.TabIndex = 1;
  754. //
  755. // panel上料站Y轴
  756. //
  757. this.panel上料站Y轴.BackColor = System.Drawing.Color.AliceBlue;
  758. this.panel上料站Y轴.Dock = System.Windows.Forms.DockStyle.Fill;
  759. this.panel上料站Y轴.Location = new System.Drawing.Point(0, 0);
  760. this.panel上料站Y轴.Name = "panel上料站Y轴";
  761. this.panel上料站Y轴.Size = new System.Drawing.Size(200, 25);
  762. this.panel上料站Y轴.TabIndex = 1;
  763. //
  764. // uiTableLayoutPanel上料站Y轴Pos
  765. //
  766. this.uiTableLayoutPanel上料站Y轴Pos.BackColor = System.Drawing.Color.AliceBlue;
  767. this.uiTableLayoutPanel上料站Y轴Pos.ColumnCount = 2;
  768. this.uiTableLayoutPanel上料站Y轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  769. this.uiTableLayoutPanel上料站Y轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  770. this.uiTableLayoutPanel上料站Y轴Pos.Dock = System.Windows.Forms.DockStyle.Fill;
  771. this.uiTableLayoutPanel上料站Y轴Pos.ForeColor = System.Drawing.Color.LightSkyBlue;
  772. this.uiTableLayoutPanel上料站Y轴Pos.Location = new System.Drawing.Point(0, 0);
  773. this.uiTableLayoutPanel上料站Y轴Pos.Name = "uiTableLayoutPanel上料站Y轴Pos";
  774. this.uiTableLayoutPanel上料站Y轴Pos.RowCount = 9;
  775. this.uiTableLayoutPanel上料站Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  776. this.uiTableLayoutPanel上料站Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  777. this.uiTableLayoutPanel上料站Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  778. this.uiTableLayoutPanel上料站Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  779. this.uiTableLayoutPanel上料站Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  780. this.uiTableLayoutPanel上料站Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  781. this.uiTableLayoutPanel上料站Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  782. this.uiTableLayoutPanel上料站Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  783. this.uiTableLayoutPanel上料站Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  784. this.uiTableLayoutPanel上料站Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  785. this.uiTableLayoutPanel上料站Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  786. this.uiTableLayoutPanel上料站Y轴Pos.Size = new System.Drawing.Size(200, 25);
  787. this.uiTableLayoutPanel上料站Y轴Pos.TabIndex = 1;
  788. this.uiTableLayoutPanel上料站Y轴Pos.TagString = null;
  789. //
  790. // tabPage12
  791. //
  792. this.tabPage12.Controls.Add(this.uiSplitContainer7);
  793. this.tabPage12.Location = new System.Drawing.Point(0, 40);
  794. this.tabPage12.Name = "tabPage12";
  795. this.tabPage12.Size = new System.Drawing.Size(200, 60);
  796. this.tabPage12.TabIndex = 6;
  797. this.tabPage12.Text = "上料站Z轴";
  798. this.tabPage12.UseVisualStyleBackColor = true;
  799. //
  800. // uiSplitContainer7
  801. //
  802. this.uiSplitContainer7.Cursor = System.Windows.Forms.Cursors.Default;
  803. this.uiSplitContainer7.Dock = System.Windows.Forms.DockStyle.Fill;
  804. this.uiSplitContainer7.Location = new System.Drawing.Point(0, 0);
  805. this.uiSplitContainer7.MinimumSize = new System.Drawing.Size(20, 20);
  806. this.uiSplitContainer7.Name = "uiSplitContainer7";
  807. this.uiSplitContainer7.Orientation = System.Windows.Forms.Orientation.Horizontal;
  808. //
  809. // uiSplitContainer7.Panel1
  810. //
  811. this.uiSplitContainer7.Panel1.BackColor = System.Drawing.Color.AliceBlue;
  812. this.uiSplitContainer7.Panel1.Controls.Add(this.panel上料站Z轴);
  813. //
  814. // uiSplitContainer7.Panel2
  815. //
  816. this.uiSplitContainer7.Panel2.Controls.Add(this.uiTableLayoutPanel上料站Z轴Pos);
  817. this.uiSplitContainer7.Size = new System.Drawing.Size(200, 60);
  818. this.uiSplitContainer7.SplitterDistance = 25;
  819. this.uiSplitContainer7.SplitterWidth = 11;
  820. this.uiSplitContainer7.TabIndex = 1;
  821. //
  822. // panel上料站Z轴
  823. //
  824. this.panel上料站Z轴.BackColor = System.Drawing.Color.AliceBlue;
  825. this.panel上料站Z轴.Dock = System.Windows.Forms.DockStyle.Fill;
  826. this.panel上料站Z轴.Location = new System.Drawing.Point(0, 0);
  827. this.panel上料站Z轴.Name = "panel上料站Z轴";
  828. this.panel上料站Z轴.Size = new System.Drawing.Size(200, 25);
  829. this.panel上料站Z轴.TabIndex = 1;
  830. //
  831. // uiTableLayoutPanel上料站Z轴Pos
  832. //
  833. this.uiTableLayoutPanel上料站Z轴Pos.BackColor = System.Drawing.Color.AliceBlue;
  834. this.uiTableLayoutPanel上料站Z轴Pos.ColumnCount = 2;
  835. this.uiTableLayoutPanel上料站Z轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  836. this.uiTableLayoutPanel上料站Z轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  837. this.uiTableLayoutPanel上料站Z轴Pos.Dock = System.Windows.Forms.DockStyle.Fill;
  838. this.uiTableLayoutPanel上料站Z轴Pos.ForeColor = System.Drawing.Color.LightSkyBlue;
  839. this.uiTableLayoutPanel上料站Z轴Pos.Location = new System.Drawing.Point(0, 0);
  840. this.uiTableLayoutPanel上料站Z轴Pos.Name = "uiTableLayoutPanel上料站Z轴Pos";
  841. this.uiTableLayoutPanel上料站Z轴Pos.RowCount = 9;
  842. this.uiTableLayoutPanel上料站Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  843. this.uiTableLayoutPanel上料站Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  844. this.uiTableLayoutPanel上料站Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  845. this.uiTableLayoutPanel上料站Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  846. this.uiTableLayoutPanel上料站Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  847. this.uiTableLayoutPanel上料站Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  848. this.uiTableLayoutPanel上料站Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  849. this.uiTableLayoutPanel上料站Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  850. this.uiTableLayoutPanel上料站Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  851. this.uiTableLayoutPanel上料站Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
  852. this.uiTableLayoutPanel上料站Z轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
  853. this.uiTableLayoutPanel上料站Z轴Pos.Size = new System.Drawing.Size(200, 25);
  854. this.uiTableLayoutPanel上料站Z轴Pos.TabIndex = 1;
  855. this.uiTableLayoutPanel上料站Z轴Pos.TagString = null;
  856. //
  857. // timer1
  858. //
  859. this.timer1.Enabled = true;
  860. this.timer1.Interval = 1000;
  861. this.timer1.Tick += new System.EventHandler(this.Timer1_Tick);
  862. //
  863. // FrmPLC_M01M02
  864. //
  865. this.AllowShowTitle = false;
  866. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  867. this.ClientSize = new System.Drawing.Size(1900, 1000);
  868. this.Controls.Add(this.uiSplitContainer1);
  869. this.Name = "FrmPLC_M01M02";
  870. this.Padding = new System.Windows.Forms.Padding(0);
  871. this.ShowTitle = false;
  872. this.Text = "PLC-M01 M02";
  873. this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 1115, 596);
  874. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmPLC_FormClosing);
  875. this.Load += new System.EventHandler(this.FrmPLC_Load);
  876. this.uiSplitContainer1.Panel1.ResumeLayout(false);
  877. this.uiSplitContainer1.Panel2.ResumeLayout(false);
  878. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).EndInit();
  879. this.uiSplitContainer1.ResumeLayout(false);
  880. this.uiGroupBox1.ResumeLayout(false);
  881. this.tabControlM01M02.ResumeLayout(false);
  882. this.tabPage1.ResumeLayout(false);
  883. this.tabPage2.ResumeLayout(false);
  884. this.tabPage3.ResumeLayout(false);
  885. this.tabPage4.ResumeLayout(false);
  886. this.tabPage5.ResumeLayout(false);
  887. this.uiGroupBox2.ResumeLayout(false);
  888. this.tabControlAxis.ResumeLayout(false);
  889. this.tabPage6.ResumeLayout(false);
  890. this.uiSplitContainer取料X轴.Panel1.ResumeLayout(false);
  891. this.uiSplitContainer取料X轴.Panel2.ResumeLayout(false);
  892. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer取料X轴)).EndInit();
  893. this.uiSplitContainer取料X轴.ResumeLayout(false);
  894. this.tabPage7.ResumeLayout(false);
  895. this.uiSplitContainer2.Panel1.ResumeLayout(false);
  896. this.uiSplitContainer2.Panel2.ResumeLayout(false);
  897. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer2)).EndInit();
  898. this.uiSplitContainer2.ResumeLayout(false);
  899. this.tabPage8.ResumeLayout(false);
  900. this.uiSplitContainer3.Panel1.ResumeLayout(false);
  901. this.uiSplitContainer3.Panel2.ResumeLayout(false);
  902. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer3)).EndInit();
  903. this.uiSplitContainer3.ResumeLayout(false);
  904. this.tabPage9.ResumeLayout(false);
  905. this.uiSplitContainer4.Panel1.ResumeLayout(false);
  906. this.uiSplitContainer4.Panel2.ResumeLayout(false);
  907. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer4)).EndInit();
  908. this.uiSplitContainer4.ResumeLayout(false);
  909. this.tabPage10.ResumeLayout(false);
  910. this.uiSplitContainer5.Panel1.ResumeLayout(false);
  911. this.uiSplitContainer5.Panel2.ResumeLayout(false);
  912. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer5)).EndInit();
  913. this.uiSplitContainer5.ResumeLayout(false);
  914. this.tabPage11.ResumeLayout(false);
  915. this.uiSplitContainer6.Panel1.ResumeLayout(false);
  916. this.uiSplitContainer6.Panel2.ResumeLayout(false);
  917. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer6)).EndInit();
  918. this.uiSplitContainer6.ResumeLayout(false);
  919. this.tabPage12.ResumeLayout(false);
  920. this.uiSplitContainer7.Panel1.ResumeLayout(false);
  921. this.uiSplitContainer7.Panel2.ResumeLayout(false);
  922. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer7)).EndInit();
  923. this.uiSplitContainer7.ResumeLayout(false);
  924. this.ResumeLayout(false);
  925. }
  926. #endregion
  927. private Sunny.UI.UISplitContainer uiSplitContainer1;
  928. private Sunny.UI.UIGroupBox uiGroupBox1;
  929. private Sunny.UI.UIGroupBox uiGroupBox2;
  930. private System.Windows.Forms.Timer timer1;
  931. private Sunny.UI.UITabControl tabControlM01M02;
  932. private System.Windows.Forms.TabPage tabPage1;
  933. private System.Windows.Forms.TabPage tabPage2;
  934. private System.Windows.Forms.TabPage tabPage3;
  935. private System.Windows.Forms.TabPage tabPage4;
  936. private System.Windows.Forms.TabPage tabPage5;
  937. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel上料工位;
  938. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel取出工位;
  939. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel提升机工位;
  940. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel称重工位;
  941. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel出口工位;
  942. private Sunny.UI.UITabControl tabControlAxis;
  943. private System.Windows.Forms.TabPage tabPage6;
  944. private System.Windows.Forms.TabPage tabPage7;
  945. private System.Windows.Forms.TabPage tabPage8;
  946. private System.Windows.Forms.TabPage tabPage9;
  947. private System.Windows.Forms.TabPage tabPage10;
  948. private System.Windows.Forms.TabPage tabPage11;
  949. private System.Windows.Forms.TabPage tabPage12;
  950. private Sunny.UI.UISplitContainer uiSplitContainer取料X轴;
  951. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel1取料Y轴Pos;
  952. private Sunny.UI.UISplitContainer uiSplitContainer2;
  953. private Sunny.UI.UISplitContainer uiSplitContainer3;
  954. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel取料Z轴Pos;
  955. private Sunny.UI.UISplitContainer uiSplitContainer4;
  956. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel取料R轴Pos;
  957. private Sunny.UI.UISplitContainer uiSplitContainer5;
  958. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel上料站X轴Pos;
  959. private Sunny.UI.UISplitContainer uiSplitContainer6;
  960. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel上料站Y轴Pos;
  961. private Sunny.UI.UISplitContainer uiSplitContainer7;
  962. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel上料站Z轴Pos;
  963. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel取料X轴Pos;
  964. private System.Windows.Forms.Panel panel取料X轴;
  965. private System.Windows.Forms.Panel panel取料Y轴;
  966. private System.Windows.Forms.Panel panel取料Z轴;
  967. private System.Windows.Forms.Panel panel取料R轴;
  968. private System.Windows.Forms.Panel panel上料站X轴;
  969. private System.Windows.Forms.Panel panel上料站Y轴;
  970. private System.Windows.Forms.Panel panel上料站Z轴;
  971. }
  972. }