版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

317 lines
18 KiB

  1. namespace MaiMuAOI.SysUI.ProcessStep
  2. {
  3. partial class StepListFrm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StepListFrm));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  36. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  37. this.tsbtnDel = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  39. this.tsbtnClone = new System.Windows.Forms.ToolStripButton();
  40. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  41. this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
  42. this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  43. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  44. this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.检测值 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.工序 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  51. this.tsslCount = new System.Windows.Forms.ToolStripStatusLabel();
  52. this.toolStrip1.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  54. this.statusStrip1.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // toolStrip1
  58. //
  59. this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
  60. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  61. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  62. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  63. this.tsbtnAdd,
  64. this.tsbtnDel,
  65. this.toolStripSeparator1,
  66. this.tsbtnClone,
  67. this.toolStripSeparator2,
  68. this.tsbtnExit});
  69. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  70. this.toolStrip1.Location = new System.Drawing.Point(0, 46);
  71. this.toolStrip1.Name = "toolStrip1";
  72. this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  73. this.toolStrip1.Size = new System.Drawing.Size(1210, 56);
  74. this.toolStrip1.TabIndex = 25;
  75. this.toolStrip1.Text = "toolStrip1";
  76. //
  77. // tsbtnAdd
  78. //
  79. this.tsbtnAdd.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  80. this.tsbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdd.Image")));
  81. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  82. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  83. this.tsbtnAdd.Name = "tsbtnAdd";
  84. this.tsbtnAdd.Size = new System.Drawing.Size(52, 53);
  85. this.tsbtnAdd.Text = " 添加 ";
  86. this.tsbtnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  87. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  88. //
  89. // tsbtnDel
  90. //
  91. this.tsbtnDel.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  92. this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image")));
  93. this.tsbtnDel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  94. this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
  95. this.tsbtnDel.Name = "tsbtnDel";
  96. this.tsbtnDel.Size = new System.Drawing.Size(52, 53);
  97. this.tsbtnDel.Text = " 删除 ";
  98. this.tsbtnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  99. this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click);
  100. //
  101. // toolStripSeparator1
  102. //
  103. this.toolStripSeparator1.Name = "toolStripSeparator1";
  104. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56);
  105. //
  106. // tsbtnClone
  107. //
  108. this.tsbtnClone.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  109. this.tsbtnClone.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClone.Image")));
  110. this.tsbtnClone.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  111. this.tsbtnClone.ImageTransparentColor = System.Drawing.Color.Magenta;
  112. this.tsbtnClone.Name = "tsbtnClone";
  113. this.tsbtnClone.Size = new System.Drawing.Size(52, 53);
  114. this.tsbtnClone.Text = " 克隆 ";
  115. this.tsbtnClone.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  116. this.tsbtnClone.ToolTipText = "克隆当前流程";
  117. this.tsbtnClone.Click += new System.EventHandler(this.tsbtnClone_Click);
  118. //
  119. // toolStripSeparator2
  120. //
  121. this.toolStripSeparator2.Name = "toolStripSeparator2";
  122. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
  123. //
  124. // tsbtnExit
  125. //
  126. this.tsbtnExit.ForeColor = System.Drawing.SystemColors.Control;
  127. this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
  128. this.tsbtnExit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  129. this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  130. this.tsbtnExit.Name = "tsbtnExit";
  131. this.tsbtnExit.Size = new System.Drawing.Size(52, 53);
  132. this.tsbtnExit.Text = " 退出 ";
  133. this.tsbtnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  134. this.tsbtnExit.Click += new System.EventHandler(this.tsbtnClose_Click);
  135. //
  136. // uiTitel1
  137. //
  138. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  139. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  140. this.uiTitel1.FatherForm = null;
  141. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  142. this.uiTitel1.Name = "uiTitel1";
  143. this.uiTitel1.Size = new System.Drawing.Size(1210, 46);
  144. this.uiTitel1.TabIndex = 24;
  145. //
  146. // dataGridView1
  147. //
  148. this.dataGridView1.AllowUserToAddRows = false;
  149. this.dataGridView1.AllowUserToDeleteRows = false;
  150. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  151. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  152. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  154. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  155. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  156. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  157. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  158. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  159. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  160. this.colId,
  161. this.检测值,
  162. this.工序,
  163. this.类型,
  164. this.Column2,
  165. this.Column1});
  166. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  167. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  168. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  170. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  171. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  172. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  173. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle5;
  174. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  175. this.dataGridView1.Location = new System.Drawing.Point(0, 102);
  176. this.dataGridView1.Margin = new System.Windows.Forms.Padding(2);
  177. this.dataGridView1.MultiSelect = false;
  178. this.dataGridView1.Name = "dataGridView1";
  179. this.dataGridView1.ReadOnly = true;
  180. this.dataGridView1.RowHeadersVisible = false;
  181. this.dataGridView1.RowHeadersWidth = 62;
  182. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle6;
  184. this.dataGridView1.RowTemplate.Height = 30;
  185. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  186. this.dataGridView1.Size = new System.Drawing.Size(1210, 468);
  187. this.dataGridView1.TabIndex = 27;
  188. this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
  189. //
  190. // colId
  191. //
  192. this.colId.DataPropertyName = "Id";
  193. this.colId.HeaderText = "ID";
  194. this.colId.MinimumWidth = 8;
  195. this.colId.Name = "colId";
  196. this.colId.ReadOnly = true;
  197. this.colId.Visible = false;
  198. this.colId.Width = 150;
  199. //
  200. // 检测值
  201. //
  202. this.检测值.DataPropertyName = "Code";
  203. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  204. this.检测值.DefaultCellStyle = dataGridViewCellStyle2;
  205. this.检测值.HeaderText = "编号";
  206. this.检测值.MinimumWidth = 8;
  207. this.检测值.Name = "检测值";
  208. this.检测值.ReadOnly = true;
  209. this.检测值.Width = 200;
  210. //
  211. // 工序
  212. //
  213. this.工序.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  214. this.工序.DataPropertyName = "Name";
  215. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  216. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.工序.DefaultCellStyle = dataGridViewCellStyle3;
  218. this.工序.HeaderText = "名称";
  219. this.工序.MinimumWidth = 8;
  220. this.工序.Name = "工序";
  221. this.工序.ReadOnly = true;
  222. //
  223. // 类型
  224. //
  225. this.类型.DataPropertyName = "ProcessType";
  226. this.类型.HeaderText = "流程类型";
  227. this.类型.MinimumWidth = 8;
  228. this.类型.Name = "类型";
  229. this.类型.ReadOnly = true;
  230. this.类型.Width = 150;
  231. //
  232. // Column2
  233. //
  234. this.Column2.DataPropertyName = "ModifyUserCode";
  235. this.Column2.HeaderText = "修订人";
  236. this.Column2.MinimumWidth = 8;
  237. this.Column2.Name = "Column2";
  238. this.Column2.ReadOnly = true;
  239. this.Column2.Width = 150;
  240. //
  241. // Column1
  242. //
  243. this.Column1.DataPropertyName = "ModifyTime";
  244. dataGridViewCellStyle4.Format = "g";
  245. dataGridViewCellStyle4.NullValue = null;
  246. this.Column1.DefaultCellStyle = dataGridViewCellStyle4;
  247. this.Column1.HeaderText = "修订日期";
  248. this.Column1.MinimumWidth = 8;
  249. this.Column1.Name = "Column1";
  250. this.Column1.ReadOnly = true;
  251. this.Column1.Width = 150;
  252. //
  253. // statusStrip1
  254. //
  255. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  256. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  257. this.tsslCount});
  258. this.statusStrip1.Location = new System.Drawing.Point(0, 570);
  259. this.statusStrip1.Name = "statusStrip1";
  260. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 9, 0);
  261. this.statusStrip1.Size = new System.Drawing.Size(1210, 22);
  262. this.statusStrip1.TabIndex = 26;
  263. this.statusStrip1.Text = "statusStrip1";
  264. //
  265. // tsslCount
  266. //
  267. this.tsslCount.BackColor = System.Drawing.SystemColors.Control;
  268. this.tsslCount.Name = "tsslCount";
  269. this.tsslCount.Size = new System.Drawing.Size(24, 17);
  270. this.tsslCount.Text = "共 ";
  271. //
  272. // StepListFrm
  273. //
  274. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  275. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  276. this.ClientSize = new System.Drawing.Size(1210, 592);
  277. this.Controls.Add(this.dataGridView1);
  278. this.Controls.Add(this.statusStrip1);
  279. this.Controls.Add(this.toolStrip1);
  280. this.Controls.Add(this.uiTitel1);
  281. this.Name = "StepListFrm";
  282. this.Text = "流程管理";
  283. this.Load += new System.EventHandler(this.StepListFrm_Load);
  284. this.toolStrip1.ResumeLayout(false);
  285. this.toolStrip1.PerformLayout();
  286. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  287. this.statusStrip1.ResumeLayout(false);
  288. this.statusStrip1.PerformLayout();
  289. this.ResumeLayout(false);
  290. this.PerformLayout();
  291. }
  292. #endregion
  293. private System.Windows.Forms.ToolStrip toolStrip1;
  294. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  295. private System.Windows.Forms.ToolStripButton tsbtnExit;
  296. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  297. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  298. private System.Windows.Forms.ToolStripButton tsbtnDel;
  299. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  300. private System.Windows.Forms.ToolStripButton tsbtnClone;
  301. private System.Windows.Forms.DataGridView dataGridView1;
  302. private System.Windows.Forms.StatusStrip statusStrip1;
  303. private System.Windows.Forms.ToolStripStatusLabel tsslCount;
  304. private System.Windows.Forms.DataGridViewTextBoxColumn colId;
  305. private System.Windows.Forms.DataGridViewTextBoxColumn 检测值;
  306. private System.Windows.Forms.DataGridViewTextBoxColumn 工序;
  307. private System.Windows.Forms.DataGridViewTextBoxColumn 类型;
  308. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  309. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  310. }
  311. }