CStepTemplateForm.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  1. namespace PMSUI
  2. {
  3. partial class CStepTemplateForm
  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.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.DGVTaskTemplate = new System.Windows.Forms.DataGridView();
  30. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.AgvBehavior = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.btHelps = new System.Windows.Forms.Button();
  36. this.gp_Opt = new System.Windows.Forms.GroupBox();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.tbAGVBehaviour = new System.Windows.Forms.TextBox();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.tbNextSpcialStep = new System.Windows.Forms.TextBox();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.tbNextDefaultStep = new System.Windows.Forms.TextBox();
  43. this.btSaveStep = new System.Windows.Forms.Button();
  44. this.btModfiyStep = new System.Windows.Forms.Button();
  45. this.btDeleteStep = new System.Windows.Forms.Button();
  46. this.btAddStep = new System.Windows.Forms.Button();
  47. this.lb3 = new System.Windows.Forms.Label();
  48. this.label1 = new System.Windows.Forms.Label();
  49. this.tbBehaviour = new System.Windows.Forms.TextBox();
  50. this.tbStepID = new System.Windows.Forms.TextBox();
  51. this.gp_Read = new System.Windows.Forms.GroupBox();
  52. this.cbTemplateID = new System.Windows.Forms.ComboBox();
  53. this.btDeleteTaskTemplate = new System.Windows.Forms.Button();
  54. this.btAddTemplate = new System.Windows.Forms.Button();
  55. this.gp_Opt1 = new System.Windows.Forms.GroupBox();
  56. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  57. this.splitContainer1.Panel1.SuspendLayout();
  58. this.splitContainer1.Panel2.SuspendLayout();
  59. this.splitContainer1.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.DGVTaskTemplate)).BeginInit();
  61. this.gp_Opt.SuspendLayout();
  62. this.gp_Read.SuspendLayout();
  63. this.gp_Opt1.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // splitContainer1
  67. //
  68. this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
  69. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  71. this.splitContainer1.Name = "splitContainer1";
  72. //
  73. // splitContainer1.Panel1
  74. //
  75. this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Transparent;
  76. this.splitContainer1.Panel1.Controls.Add(this.DGVTaskTemplate);
  77. //
  78. // splitContainer1.Panel2
  79. //
  80. this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
  81. this.splitContainer1.Panel2.Controls.Add(this.gp_Opt1);
  82. this.splitContainer1.Panel2.Controls.Add(this.btHelps);
  83. this.splitContainer1.Panel2.Controls.Add(this.gp_Opt);
  84. this.splitContainer1.Panel2.Controls.Add(this.gp_Read);
  85. this.splitContainer1.Size = new System.Drawing.Size(815, 460);
  86. this.splitContainer1.SplitterDistance = 449;
  87. this.splitContainer1.TabIndex = 2;
  88. //
  89. // DGVTaskTemplate
  90. //
  91. this.DGVTaskTemplate.AllowUserToAddRows = false;
  92. this.DGVTaskTemplate.AllowUserToDeleteRows = false;
  93. this.DGVTaskTemplate.AllowUserToResizeRows = false;
  94. this.DGVTaskTemplate.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  95. this.DGVTaskTemplate.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  96. this.DGVTaskTemplate.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  97. this.DGVTaskTemplate.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  98. this.Column1,
  99. this.Column3,
  100. this.AgvBehavior,
  101. this.Column4,
  102. this.Column2});
  103. this.DGVTaskTemplate.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.DGVTaskTemplate.Location = new System.Drawing.Point(0, 0);
  105. this.DGVTaskTemplate.MultiSelect = false;
  106. this.DGVTaskTemplate.Name = "DGVTaskTemplate";
  107. this.DGVTaskTemplate.ReadOnly = true;
  108. this.DGVTaskTemplate.RowHeadersVisible = false;
  109. this.DGVTaskTemplate.RowTemplate.Height = 23;
  110. this.DGVTaskTemplate.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  111. this.DGVTaskTemplate.Size = new System.Drawing.Size(449, 460);
  112. this.DGVTaskTemplate.TabIndex = 1;
  113. this.DGVTaskTemplate.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DGVTaskTemplate_CellMouseClick);
  114. //
  115. // Column1
  116. //
  117. this.Column1.HeaderText = "StepID";
  118. this.Column1.Name = "Column1";
  119. this.Column1.ReadOnly = true;
  120. //
  121. // Column3
  122. //
  123. this.Column3.HeaderText = "Behavior";
  124. this.Column3.Name = "Column3";
  125. this.Column3.ReadOnly = true;
  126. //
  127. // AgvBehavior
  128. //
  129. this.AgvBehavior.HeaderText = "AgvBehavior";
  130. this.AgvBehavior.Name = "AgvBehavior";
  131. this.AgvBehavior.ReadOnly = true;
  132. //
  133. // Column4
  134. //
  135. this.Column4.HeaderText = "NextDefaultStep";
  136. this.Column4.Name = "Column4";
  137. this.Column4.ReadOnly = true;
  138. //
  139. // Column2
  140. //
  141. this.Column2.HeaderText = "NextSpcialStep";
  142. this.Column2.Name = "Column2";
  143. this.Column2.ReadOnly = true;
  144. //
  145. // btHelps
  146. //
  147. this.btHelps.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  148. this.btHelps.Location = new System.Drawing.Point(3, 12);
  149. this.btHelps.Name = "btHelps";
  150. this.btHelps.Size = new System.Drawing.Size(85, 23);
  151. this.btHelps.TabIndex = 44;
  152. this.btHelps.Text = "帮助信息";
  153. this.btHelps.UseVisualStyleBackColor = true;
  154. this.btHelps.Click += new System.EventHandler(this.btHelps_Click);
  155. //
  156. // gp_Opt
  157. //
  158. this.gp_Opt.BackColor = System.Drawing.Color.Transparent;
  159. this.gp_Opt.Controls.Add(this.label5);
  160. this.gp_Opt.Controls.Add(this.tbAGVBehaviour);
  161. this.gp_Opt.Controls.Add(this.label4);
  162. this.gp_Opt.Controls.Add(this.tbNextSpcialStep);
  163. this.gp_Opt.Controls.Add(this.label3);
  164. this.gp_Opt.Controls.Add(this.tbNextDefaultStep);
  165. this.gp_Opt.Controls.Add(this.btSaveStep);
  166. this.gp_Opt.Controls.Add(this.btModfiyStep);
  167. this.gp_Opt.Controls.Add(this.btDeleteStep);
  168. this.gp_Opt.Controls.Add(this.btAddStep);
  169. this.gp_Opt.Controls.Add(this.lb3);
  170. this.gp_Opt.Controls.Add(this.label1);
  171. this.gp_Opt.Controls.Add(this.tbBehaviour);
  172. this.gp_Opt.Controls.Add(this.tbStepID);
  173. this.gp_Opt.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.gp_Opt.Location = new System.Drawing.Point(2, 122);
  175. this.gp_Opt.Name = "gp_Opt";
  176. this.gp_Opt.Size = new System.Drawing.Size(338, 295);
  177. this.gp_Opt.TabIndex = 4;
  178. this.gp_Opt.TabStop = false;
  179. this.gp_Opt.Text = "步骤";
  180. //
  181. // label5
  182. //
  183. this.label5.AutoSize = true;
  184. this.label5.Location = new System.Drawing.Point(28, 123);
  185. this.label5.Name = "label5";
  186. this.label5.Size = new System.Drawing.Size(59, 12);
  187. this.label5.TabIndex = 13;
  188. this.label5.Text = "AGV行为码";
  189. //
  190. // tbAGVBehaviour
  191. //
  192. this.tbAGVBehaviour.BackColor = System.Drawing.SystemColors.Window;
  193. this.tbAGVBehaviour.Location = new System.Drawing.Point(175, 120);
  194. this.tbAGVBehaviour.Name = "tbAGVBehaviour";
  195. this.tbAGVBehaviour.Size = new System.Drawing.Size(125, 21);
  196. this.tbAGVBehaviour.TabIndex = 12;
  197. //
  198. // label4
  199. //
  200. this.label4.AutoSize = true;
  201. this.label4.Location = new System.Drawing.Point(28, 210);
  202. this.label4.Name = "label4";
  203. this.label4.Size = new System.Drawing.Size(77, 12);
  204. this.label4.TabIndex = 11;
  205. this.label4.Text = "特殊下一步骤";
  206. //
  207. // tbNextSpcialStep
  208. //
  209. this.tbNextSpcialStep.BackColor = System.Drawing.SystemColors.Window;
  210. this.tbNextSpcialStep.Location = new System.Drawing.Point(175, 207);
  211. this.tbNextSpcialStep.Name = "tbNextSpcialStep";
  212. this.tbNextSpcialStep.Size = new System.Drawing.Size(125, 21);
  213. this.tbNextSpcialStep.TabIndex = 10;
  214. //
  215. // label3
  216. //
  217. this.label3.AutoSize = true;
  218. this.label3.Location = new System.Drawing.Point(28, 168);
  219. this.label3.Name = "label3";
  220. this.label3.Size = new System.Drawing.Size(77, 12);
  221. this.label3.TabIndex = 9;
  222. this.label3.Text = "默认下一步骤";
  223. //
  224. // tbNextDefaultStep
  225. //
  226. this.tbNextDefaultStep.BackColor = System.Drawing.SystemColors.Window;
  227. this.tbNextDefaultStep.Location = new System.Drawing.Point(175, 165);
  228. this.tbNextDefaultStep.Name = "tbNextDefaultStep";
  229. this.tbNextDefaultStep.Size = new System.Drawing.Size(125, 21);
  230. this.tbNextDefaultStep.TabIndex = 8;
  231. //
  232. // btSaveStep
  233. //
  234. this.btSaveStep.Location = new System.Drawing.Point(254, 257);
  235. this.btSaveStep.Name = "btSaveStep";
  236. this.btSaveStep.Size = new System.Drawing.Size(75, 28);
  237. this.btSaveStep.TabIndex = 7;
  238. this.btSaveStep.Text = "保存";
  239. this.btSaveStep.UseVisualStyleBackColor = true;
  240. this.btSaveStep.Click += new System.EventHandler(this.btSaveStep_Click);
  241. //
  242. // btModfiyStep
  243. //
  244. this.btModfiyStep.Location = new System.Drawing.Point(173, 257);
  245. this.btModfiyStep.Name = "btModfiyStep";
  246. this.btModfiyStep.Size = new System.Drawing.Size(75, 28);
  247. this.btModfiyStep.TabIndex = 6;
  248. this.btModfiyStep.Text = "修改";
  249. this.btModfiyStep.UseVisualStyleBackColor = true;
  250. this.btModfiyStep.Click += new System.EventHandler(this.btModfiyStep_Click);
  251. //
  252. // btDeleteStep
  253. //
  254. this.btDeleteStep.Location = new System.Drawing.Point(92, 257);
  255. this.btDeleteStep.Name = "btDeleteStep";
  256. this.btDeleteStep.Size = new System.Drawing.Size(75, 28);
  257. this.btDeleteStep.TabIndex = 5;
  258. this.btDeleteStep.Text = "删除";
  259. this.btDeleteStep.UseVisualStyleBackColor = true;
  260. this.btDeleteStep.Click += new System.EventHandler(this.btDeleteStep_Click);
  261. //
  262. // btAddStep
  263. //
  264. this.btAddStep.Location = new System.Drawing.Point(11, 257);
  265. this.btAddStep.Name = "btAddStep";
  266. this.btAddStep.Size = new System.Drawing.Size(75, 28);
  267. this.btAddStep.TabIndex = 4;
  268. this.btAddStep.Text = "增加";
  269. this.btAddStep.UseVisualStyleBackColor = true;
  270. this.btAddStep.Click += new System.EventHandler(this.btAddStep_Click);
  271. //
  272. // lb3
  273. //
  274. this.lb3.AutoSize = true;
  275. this.lb3.Location = new System.Drawing.Point(28, 80);
  276. this.lb3.Name = "lb3";
  277. this.lb3.Size = new System.Drawing.Size(41, 12);
  278. this.lb3.TabIndex = 3;
  279. this.lb3.Text = "行为码";
  280. //
  281. // label1
  282. //
  283. this.label1.AutoSize = true;
  284. this.label1.Location = new System.Drawing.Point(28, 36);
  285. this.label1.Name = "label1";
  286. this.label1.Size = new System.Drawing.Size(41, 12);
  287. this.label1.TabIndex = 2;
  288. this.label1.Text = "步骤号";
  289. //
  290. // tbBehaviour
  291. //
  292. this.tbBehaviour.BackColor = System.Drawing.SystemColors.Window;
  293. this.tbBehaviour.Location = new System.Drawing.Point(175, 77);
  294. this.tbBehaviour.Name = "tbBehaviour";
  295. this.tbBehaviour.Size = new System.Drawing.Size(125, 21);
  296. this.tbBehaviour.TabIndex = 1;
  297. //
  298. // tbStepID
  299. //
  300. this.tbStepID.BackColor = System.Drawing.SystemColors.Window;
  301. this.tbStepID.Location = new System.Drawing.Point(175, 30);
  302. this.tbStepID.Name = "tbStepID";
  303. this.tbStepID.Size = new System.Drawing.Size(125, 21);
  304. this.tbStepID.TabIndex = 0;
  305. //
  306. // gp_Read
  307. //
  308. this.gp_Read.BackColor = System.Drawing.Color.Transparent;
  309. this.gp_Read.Controls.Add(this.cbTemplateID);
  310. this.gp_Read.Location = new System.Drawing.Point(2, 41);
  311. this.gp_Read.Name = "gp_Read";
  312. this.gp_Read.Size = new System.Drawing.Size(137, 79);
  313. this.gp_Read.TabIndex = 5;
  314. this.gp_Read.TabStop = false;
  315. this.gp_Read.Text = "模板";
  316. //
  317. // cbTemplateID
  318. //
  319. this.cbTemplateID.BackColor = System.Drawing.SystemColors.Window;
  320. this.cbTemplateID.FormattingEnabled = true;
  321. this.cbTemplateID.Location = new System.Drawing.Point(6, 37);
  322. this.cbTemplateID.Name = "cbTemplateID";
  323. this.cbTemplateID.Size = new System.Drawing.Size(121, 20);
  324. this.cbTemplateID.TabIndex = 0;
  325. this.cbTemplateID.SelectedIndexChanged += new System.EventHandler(this.cbTemplateID_SelectedIndexChanged);
  326. //
  327. // btDeleteTaskTemplate
  328. //
  329. this.btDeleteTaskTemplate.Location = new System.Drawing.Point(110, 32);
  330. this.btDeleteTaskTemplate.Name = "btDeleteTaskTemplate";
  331. this.btDeleteTaskTemplate.Size = new System.Drawing.Size(75, 28);
  332. this.btDeleteTaskTemplate.TabIndex = 2;
  333. this.btDeleteTaskTemplate.Text = "删 除";
  334. this.btDeleteTaskTemplate.UseVisualStyleBackColor = true;
  335. this.btDeleteTaskTemplate.Click += new System.EventHandler(this.btDeleteTaskTemplate_Click);
  336. //
  337. // btAddTemplate
  338. //
  339. this.btAddTemplate.Location = new System.Drawing.Point(17, 32);
  340. this.btAddTemplate.Name = "btAddTemplate";
  341. this.btAddTemplate.Size = new System.Drawing.Size(75, 28);
  342. this.btAddTemplate.TabIndex = 1;
  343. this.btAddTemplate.Text = "添 加";
  344. this.btAddTemplate.UseVisualStyleBackColor = true;
  345. this.btAddTemplate.Click += new System.EventHandler(this.btAddTemplate_Click);
  346. //
  347. // gp_Opt1
  348. //
  349. this.gp_Opt1.Controls.Add(this.btDeleteTaskTemplate);
  350. this.gp_Opt1.Controls.Add(this.btAddTemplate);
  351. this.gp_Opt1.Location = new System.Drawing.Point(146, 41);
  352. this.gp_Opt1.Name = "gp_Opt1";
  353. this.gp_Opt1.Size = new System.Drawing.Size(194, 79);
  354. this.gp_Opt1.TabIndex = 45;
  355. this.gp_Opt1.TabStop = false;
  356. this.gp_Opt1.Text = "操作";
  357. //
  358. // CStepTemplateForm
  359. //
  360. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  361. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  362. this.ClientSize = new System.Drawing.Size(815, 460);
  363. this.Controls.Add(this.splitContainer1);
  364. this.Name = "CStepTemplateForm";
  365. this.Text = "步骤模板";
  366. this.Load += new System.EventHandler(this.CStepTemplateForm_Load);
  367. this.splitContainer1.Panel1.ResumeLayout(false);
  368. this.splitContainer1.Panel2.ResumeLayout(false);
  369. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  370. this.splitContainer1.ResumeLayout(false);
  371. ((System.ComponentModel.ISupportInitialize)(this.DGVTaskTemplate)).EndInit();
  372. this.gp_Opt.ResumeLayout(false);
  373. this.gp_Opt.PerformLayout();
  374. this.gp_Read.ResumeLayout(false);
  375. this.gp_Opt1.ResumeLayout(false);
  376. this.ResumeLayout(false);
  377. }
  378. #endregion
  379. private System.Windows.Forms.SplitContainer splitContainer1;
  380. private System.Windows.Forms.DataGridView DGVTaskTemplate;
  381. private System.Windows.Forms.GroupBox gp_Opt;
  382. private System.Windows.Forms.Label label4;
  383. private System.Windows.Forms.TextBox tbNextSpcialStep;
  384. private System.Windows.Forms.Label label3;
  385. private System.Windows.Forms.TextBox tbNextDefaultStep;
  386. private System.Windows.Forms.Button btSaveStep;
  387. private System.Windows.Forms.Button btModfiyStep;
  388. private System.Windows.Forms.Button btDeleteStep;
  389. private System.Windows.Forms.Button btAddStep;
  390. private System.Windows.Forms.Label lb3;
  391. private System.Windows.Forms.Label label1;
  392. private System.Windows.Forms.TextBox tbBehaviour;
  393. private System.Windows.Forms.TextBox tbStepID;
  394. private System.Windows.Forms.GroupBox gp_Read;
  395. private System.Windows.Forms.ComboBox cbTemplateID;
  396. private System.Windows.Forms.Button btDeleteTaskTemplate;
  397. private System.Windows.Forms.Button btAddTemplate;
  398. private System.Windows.Forms.Label label5;
  399. private System.Windows.Forms.TextBox tbAGVBehaviour;
  400. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  401. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  402. private System.Windows.Forms.DataGridViewTextBoxColumn AgvBehavior;
  403. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  404. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  405. private System.Windows.Forms.Button btHelps;
  406. private System.Windows.Forms.GroupBox gp_Opt1;
  407. }
  408. }