版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

330 строки
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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = 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.tbSearch = new System.Windows.Forms.TextBox();
  53. this.toolStrip1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  55. this.statusStrip1.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // toolStrip1
  59. //
  60. this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
  61. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  62. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  63. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  64. this.tsbtnAdd,
  65. this.tsbtnDel,
  66. this.toolStripSeparator1,
  67. this.tsbtnClone,
  68. this.toolStripSeparator2,
  69. this.tsbtnExit});
  70. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  71. this.toolStrip1.Location = new System.Drawing.Point(0, 46);
  72. this.toolStrip1.Name = "toolStrip1";
  73. this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  74. this.toolStrip1.Size = new System.Drawing.Size(1210, 56);
  75. this.toolStrip1.TabIndex = 25;
  76. this.toolStrip1.Text = "toolStrip1";
  77. //
  78. // tsbtnAdd
  79. //
  80. this.tsbtnAdd.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  81. this.tsbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdd.Image")));
  82. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  83. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  84. this.tsbtnAdd.Name = "tsbtnAdd";
  85. this.tsbtnAdd.Size = new System.Drawing.Size(52, 53);
  86. this.tsbtnAdd.Text = " 添加 ";
  87. this.tsbtnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  88. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  89. //
  90. // tsbtnDel
  91. //
  92. this.tsbtnDel.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  93. this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image")));
  94. this.tsbtnDel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  95. this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
  96. this.tsbtnDel.Name = "tsbtnDel";
  97. this.tsbtnDel.Size = new System.Drawing.Size(52, 53);
  98. this.tsbtnDel.Text = " 删除 ";
  99. this.tsbtnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  100. this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click);
  101. //
  102. // toolStripSeparator1
  103. //
  104. this.toolStripSeparator1.Name = "toolStripSeparator1";
  105. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56);
  106. //
  107. // tsbtnClone
  108. //
  109. this.tsbtnClone.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  110. this.tsbtnClone.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClone.Image")));
  111. this.tsbtnClone.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  112. this.tsbtnClone.ImageTransparentColor = System.Drawing.Color.Magenta;
  113. this.tsbtnClone.Name = "tsbtnClone";
  114. this.tsbtnClone.Size = new System.Drawing.Size(52, 53);
  115. this.tsbtnClone.Text = " 克隆 ";
  116. this.tsbtnClone.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  117. this.tsbtnClone.ToolTipText = "克隆当前流程";
  118. this.tsbtnClone.Click += new System.EventHandler(this.tsbtnClone_Click);
  119. //
  120. // toolStripSeparator2
  121. //
  122. this.toolStripSeparator2.Name = "toolStripSeparator2";
  123. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
  124. //
  125. // tsbtnExit
  126. //
  127. this.tsbtnExit.ForeColor = System.Drawing.SystemColors.Control;
  128. this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
  129. this.tsbtnExit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  130. this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  131. this.tsbtnExit.Name = "tsbtnExit";
  132. this.tsbtnExit.Size = new System.Drawing.Size(52, 53);
  133. this.tsbtnExit.Text = " 退出 ";
  134. this.tsbtnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  135. this.tsbtnExit.Click += new System.EventHandler(this.tsbtnClose_Click);
  136. //
  137. // uiTitel1
  138. //
  139. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  140. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  141. this.uiTitel1.FatherForm = null;
  142. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  143. this.uiTitel1.Name = "uiTitel1";
  144. this.uiTitel1.Size = new System.Drawing.Size(1210, 46);
  145. this.uiTitel1.TabIndex = 24;
  146. //
  147. // dataGridView1
  148. //
  149. this.dataGridView1.AllowUserToAddRows = false;
  150. this.dataGridView1.AllowUserToDeleteRows = false;
  151. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  152. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
  153. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
  155. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  156. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  157. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  158. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  159. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  160. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  161. this.colId,
  162. this.检测值,
  163. this.工序,
  164. this.类型,
  165. this.Column2,
  166. this.Column1});
  167. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  168. dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
  169. dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText;
  171. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  172. dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  173. dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  174. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle11;
  175. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  176. this.dataGridView1.Location = new System.Drawing.Point(0, 102);
  177. this.dataGridView1.Margin = new System.Windows.Forms.Padding(2);
  178. this.dataGridView1.MultiSelect = false;
  179. this.dataGridView1.Name = "dataGridView1";
  180. this.dataGridView1.ReadOnly = true;
  181. this.dataGridView1.RowHeadersVisible = false;
  182. this.dataGridView1.RowHeadersWidth = 62;
  183. dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle12;
  185. this.dataGridView1.RowTemplate.Height = 30;
  186. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  187. this.dataGridView1.Size = new System.Drawing.Size(1210, 468);
  188. this.dataGridView1.TabIndex = 27;
  189. this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
  190. //
  191. // colId
  192. //
  193. this.colId.DataPropertyName = "Id";
  194. this.colId.HeaderText = "ID";
  195. this.colId.MinimumWidth = 8;
  196. this.colId.Name = "colId";
  197. this.colId.ReadOnly = true;
  198. this.colId.Visible = false;
  199. this.colId.Width = 150;
  200. //
  201. // 检测值
  202. //
  203. this.检测值.DataPropertyName = "Code";
  204. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  205. this.检测值.DefaultCellStyle = dataGridViewCellStyle8;
  206. this.检测值.HeaderText = "编号";
  207. this.检测值.MinimumWidth = 8;
  208. this.检测值.Name = "检测值";
  209. this.检测值.ReadOnly = true;
  210. this.检测值.Width = 200;
  211. //
  212. // 工序
  213. //
  214. this.工序.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  215. this.工序.DataPropertyName = "Name";
  216. dataGridViewCellStyle9.BackColor = System.Drawing.Color.White;
  217. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.工序.DefaultCellStyle = dataGridViewCellStyle9;
  219. this.工序.HeaderText = "名称";
  220. this.工序.MinimumWidth = 8;
  221. this.工序.Name = "工序";
  222. this.工序.ReadOnly = true;
  223. //
  224. // 类型
  225. //
  226. this.类型.DataPropertyName = "ProcessType";
  227. this.类型.HeaderText = "流程类型";
  228. this.类型.MinimumWidth = 8;
  229. this.类型.Name = "类型";
  230. this.类型.ReadOnly = true;
  231. this.类型.Width = 150;
  232. //
  233. // Column2
  234. //
  235. this.Column2.DataPropertyName = "ModifyUserCode";
  236. this.Column2.HeaderText = "修订人";
  237. this.Column2.MinimumWidth = 8;
  238. this.Column2.Name = "Column2";
  239. this.Column2.ReadOnly = true;
  240. this.Column2.Width = 150;
  241. //
  242. // Column1
  243. //
  244. this.Column1.DataPropertyName = "ModifyTime";
  245. dataGridViewCellStyle10.Format = "g";
  246. dataGridViewCellStyle10.NullValue = null;
  247. this.Column1.DefaultCellStyle = dataGridViewCellStyle10;
  248. this.Column1.HeaderText = "修订日期";
  249. this.Column1.MinimumWidth = 8;
  250. this.Column1.Name = "Column1";
  251. this.Column1.ReadOnly = true;
  252. this.Column1.Width = 150;
  253. //
  254. // statusStrip1
  255. //
  256. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  257. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  258. this.tsslCount});
  259. this.statusStrip1.Location = new System.Drawing.Point(0, 570);
  260. this.statusStrip1.Name = "statusStrip1";
  261. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 9, 0);
  262. this.statusStrip1.Size = new System.Drawing.Size(1210, 22);
  263. this.statusStrip1.TabIndex = 26;
  264. this.statusStrip1.Text = "statusStrip1";
  265. //
  266. // tsslCount
  267. //
  268. this.tsslCount.BackColor = System.Drawing.SystemColors.Control;
  269. this.tsslCount.Name = "tsslCount";
  270. this.tsslCount.Size = new System.Drawing.Size(24, 17);
  271. this.tsslCount.Text = "共 ";
  272. //
  273. // tbSearch
  274. //
  275. this.tbSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  276. this.tbSearch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.tbSearch.Location = new System.Drawing.Point(949, 61);
  278. this.tbSearch.Name = "tbSearch";
  279. this.tbSearch.Size = new System.Drawing.Size(200, 26);
  280. this.tbSearch.TabIndex = 29;
  281. this.tbSearch.TextChanged += new System.EventHandler(this.tbSearch_TextChanged);
  282. //
  283. // StepListFrm
  284. //
  285. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  286. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  287. this.ClientSize = new System.Drawing.Size(1210, 592);
  288. this.Controls.Add(this.tbSearch);
  289. this.Controls.Add(this.dataGridView1);
  290. this.Controls.Add(this.statusStrip1);
  291. this.Controls.Add(this.toolStrip1);
  292. this.Controls.Add(this.uiTitel1);
  293. this.Name = "StepListFrm";
  294. this.Text = "流程管理";
  295. this.Load += new System.EventHandler(this.StepListFrm_Load);
  296. this.toolStrip1.ResumeLayout(false);
  297. this.toolStrip1.PerformLayout();
  298. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  299. this.statusStrip1.ResumeLayout(false);
  300. this.statusStrip1.PerformLayout();
  301. this.ResumeLayout(false);
  302. this.PerformLayout();
  303. }
  304. #endregion
  305. private System.Windows.Forms.ToolStrip toolStrip1;
  306. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  307. private System.Windows.Forms.ToolStripButton tsbtnExit;
  308. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  309. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  310. private System.Windows.Forms.ToolStripButton tsbtnDel;
  311. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  312. private System.Windows.Forms.ToolStripButton tsbtnClone;
  313. private System.Windows.Forms.DataGridView dataGridView1;
  314. private System.Windows.Forms.StatusStrip statusStrip1;
  315. private System.Windows.Forms.ToolStripStatusLabel tsslCount;
  316. private System.Windows.Forms.DataGridViewTextBoxColumn colId;
  317. private System.Windows.Forms.DataGridViewTextBoxColumn 检测值;
  318. private System.Windows.Forms.DataGridViewTextBoxColumn 工序;
  319. private System.Windows.Forms.DataGridViewTextBoxColumn 类型;
  320. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  321. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  322. private System.Windows.Forms.TextBox tbSearch;
  323. }
  324. }