版博士V2.0程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

StepListFrm.Designer.cs 18 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  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.statusStrip1 = new System.Windows.Forms.StatusStrip();
  45. this.tsslCount = new System.Windows.Forms.ToolStripStatusLabel();
  46. this.tbSearch = new System.Windows.Forms.TextBox();
  47. this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.检测值 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.工序 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  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. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  152. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  153. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  155. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  156. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  157. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  158. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  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. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  168. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  169. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  171. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  172. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  173. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  174. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle5;
  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. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle6;
  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. // statusStrip1
  192. //
  193. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  194. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  195. this.tsslCount});
  196. this.statusStrip1.Location = new System.Drawing.Point(0, 570);
  197. this.statusStrip1.Name = "statusStrip1";
  198. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 9, 0);
  199. this.statusStrip1.Size = new System.Drawing.Size(1210, 22);
  200. this.statusStrip1.TabIndex = 26;
  201. this.statusStrip1.Text = "statusStrip1";
  202. //
  203. // tsslCount
  204. //
  205. this.tsslCount.BackColor = System.Drawing.SystemColors.Control;
  206. this.tsslCount.Name = "tsslCount";
  207. this.tsslCount.Size = new System.Drawing.Size(24, 17);
  208. this.tsslCount.Text = "共 ";
  209. //
  210. // tbSearch
  211. //
  212. this.tbSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  213. this.tbSearch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.tbSearch.Location = new System.Drawing.Point(949, 61);
  215. this.tbSearch.Name = "tbSearch";
  216. this.tbSearch.Size = new System.Drawing.Size(200, 26);
  217. this.tbSearch.TabIndex = 29;
  218. this.tbSearch.TextChanged += new System.EventHandler(this.tbSearch_TextChanged);
  219. //
  220. // colId
  221. //
  222. this.colId.DataPropertyName = "Id";
  223. this.colId.HeaderText = "ID";
  224. this.colId.MinimumWidth = 8;
  225. this.colId.Name = "colId";
  226. this.colId.ReadOnly = true;
  227. this.colId.Visible = false;
  228. this.colId.Width = 150;
  229. //
  230. // 检测值
  231. //
  232. this.检测值.DataPropertyName = "Code";
  233. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  234. this.检测值.DefaultCellStyle = dataGridViewCellStyle2;
  235. this.检测值.HeaderText = "编号";
  236. this.检测值.MinimumWidth = 8;
  237. this.检测值.Name = "检测值";
  238. this.检测值.ReadOnly = true;
  239. this.检测值.Visible = false;
  240. this.检测值.Width = 200;
  241. //
  242. // 工序
  243. //
  244. this.工序.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  245. this.工序.DataPropertyName = "Name";
  246. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  247. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.工序.DefaultCellStyle = dataGridViewCellStyle3;
  249. this.工序.HeaderText = "名称";
  250. this.工序.MinimumWidth = 8;
  251. this.工序.Name = "工序";
  252. this.工序.ReadOnly = true;
  253. //
  254. // 类型
  255. //
  256. this.类型.DataPropertyName = "ProcessType";
  257. this.类型.HeaderText = "流程类型";
  258. this.类型.MinimumWidth = 8;
  259. this.类型.Name = "类型";
  260. this.类型.ReadOnly = true;
  261. this.类型.Width = 150;
  262. //
  263. // Column2
  264. //
  265. this.Column2.DataPropertyName = "ModifyUserCode";
  266. this.Column2.HeaderText = "修订人";
  267. this.Column2.MinimumWidth = 8;
  268. this.Column2.Name = "Column2";
  269. this.Column2.ReadOnly = true;
  270. this.Column2.Width = 150;
  271. //
  272. // Column1
  273. //
  274. this.Column1.DataPropertyName = "ModifyTime";
  275. dataGridViewCellStyle4.Format = "g";
  276. dataGridViewCellStyle4.NullValue = null;
  277. this.Column1.DefaultCellStyle = dataGridViewCellStyle4;
  278. this.Column1.HeaderText = "修订日期";
  279. this.Column1.MinimumWidth = 8;
  280. this.Column1.Name = "Column1";
  281. this.Column1.ReadOnly = true;
  282. this.Column1.Width = 150;
  283. //
  284. // StepListFrm
  285. //
  286. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  287. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  288. this.ClientSize = new System.Drawing.Size(1210, 592);
  289. this.Controls.Add(this.tbSearch);
  290. this.Controls.Add(this.dataGridView1);
  291. this.Controls.Add(this.statusStrip1);
  292. this.Controls.Add(this.toolStrip1);
  293. this.Controls.Add(this.uiTitel1);
  294. this.Name = "StepListFrm";
  295. this.Text = "流程管理";
  296. this.Load += new System.EventHandler(this.StepListFrm_Load);
  297. this.toolStrip1.ResumeLayout(false);
  298. this.toolStrip1.PerformLayout();
  299. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  300. this.statusStrip1.ResumeLayout(false);
  301. this.statusStrip1.PerformLayout();
  302. this.ResumeLayout(false);
  303. this.PerformLayout();
  304. }
  305. #endregion
  306. private System.Windows.Forms.ToolStrip toolStrip1;
  307. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  308. private System.Windows.Forms.ToolStripButton tsbtnExit;
  309. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  310. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  311. private System.Windows.Forms.ToolStripButton tsbtnDel;
  312. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  313. private System.Windows.Forms.ToolStripButton tsbtnClone;
  314. private System.Windows.Forms.DataGridView dataGridView1;
  315. private System.Windows.Forms.StatusStrip statusStrip1;
  316. private System.Windows.Forms.ToolStripStatusLabel tsslCount;
  317. private System.Windows.Forms.TextBox tbSearch;
  318. private System.Windows.Forms.DataGridViewTextBoxColumn colId;
  319. private System.Windows.Forms.DataGridViewTextBoxColumn 检测值;
  320. private System.Windows.Forms.DataGridViewTextBoxColumn 工序;
  321. private System.Windows.Forms.DataGridViewTextBoxColumn 类型;
  322. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  323. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  324. }
  325. }