版博士V2.0程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

289 lines
16 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmStepList
  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(FrmStepList));
  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.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  39. this.tsbtnClone = new System.Windows.Forms.ToolStripButton();
  40. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  41. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  42. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  43. this.tsslCount = new System.Windows.Forms.ToolStripStatusLabel();
  44. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  45. this.colId = 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.toolStrip1.SuspendLayout();
  51. this.statusStrip1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // toolStrip1
  56. //
  57. this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  58. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  59. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  60. this.tsbtnAdd,
  61. this.tsbtnDel,
  62. this.toolStripSeparator4,
  63. this.tsbtnClone,
  64. this.toolStripSeparator1,
  65. this.tsbtnClose});
  66. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  67. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  68. this.toolStrip1.Name = "toolStrip1";
  69. this.toolStrip1.Size = new System.Drawing.Size(668, 56);
  70. this.toolStrip1.TabIndex = 12;
  71. this.toolStrip1.Text = "toolStrip1";
  72. //
  73. // tsbtnAdd
  74. //
  75. this.tsbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdd.Image")));
  76. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  77. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  78. this.tsbtnAdd.Name = "tsbtnAdd";
  79. this.tsbtnAdd.Size = new System.Drawing.Size(52, 53);
  80. this.tsbtnAdd.Text = " 添加 ";
  81. this.tsbtnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  82. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  83. //
  84. // tsbtnDel
  85. //
  86. this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image")));
  87. this.tsbtnDel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  88. this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
  89. this.tsbtnDel.Name = "tsbtnDel";
  90. this.tsbtnDel.Size = new System.Drawing.Size(52, 53);
  91. this.tsbtnDel.Text = " 删除 ";
  92. this.tsbtnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  93. this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click);
  94. //
  95. // toolStripSeparator4
  96. //
  97. this.toolStripSeparator4.Name = "toolStripSeparator4";
  98. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 56);
  99. //
  100. // tsbtnClone
  101. //
  102. this.tsbtnClone.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClone.Image")));
  103. this.tsbtnClone.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  104. this.tsbtnClone.ImageTransparentColor = System.Drawing.Color.Magenta;
  105. this.tsbtnClone.Name = "tsbtnClone";
  106. this.tsbtnClone.Size = new System.Drawing.Size(52, 53);
  107. this.tsbtnClone.Text = " 克隆 ";
  108. this.tsbtnClone.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  109. this.tsbtnClone.ToolTipText = "克隆当前流程";
  110. this.tsbtnClone.Click += new System.EventHandler(this.tsbtnClone_Click);
  111. //
  112. // toolStripSeparator1
  113. //
  114. this.toolStripSeparator1.Name = "toolStripSeparator1";
  115. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56);
  116. //
  117. // tsbtnClose
  118. //
  119. this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
  120. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  121. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  122. this.tsbtnClose.Name = "tsbtnClose";
  123. this.tsbtnClose.Size = new System.Drawing.Size(52, 53);
  124. this.tsbtnClose.Text = " 关闭 ";
  125. this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  126. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  127. //
  128. // statusStrip1
  129. //
  130. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  131. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  132. this.tsslCount});
  133. this.statusStrip1.Location = new System.Drawing.Point(0, 453);
  134. this.statusStrip1.Name = "statusStrip1";
  135. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 9, 0);
  136. this.statusStrip1.Size = new System.Drawing.Size(668, 22);
  137. this.statusStrip1.TabIndex = 22;
  138. this.statusStrip1.Text = "statusStrip1";
  139. //
  140. // tsslCount
  141. //
  142. this.tsslCount.Name = "tsslCount";
  143. this.tsslCount.Size = new System.Drawing.Size(24, 17);
  144. this.tsslCount.Text = "共 ";
  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.Column2,
  164. this.Column1});
  165. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  166. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  167. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  169. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  170. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  171. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  172. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle5;
  173. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  174. this.dataGridView1.Location = new System.Drawing.Point(0, 56);
  175. this.dataGridView1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  176. this.dataGridView1.MultiSelect = false;
  177. this.dataGridView1.Name = "dataGridView1";
  178. this.dataGridView1.ReadOnly = true;
  179. this.dataGridView1.RowHeadersVisible = false;
  180. this.dataGridView1.RowHeadersWidth = 62;
  181. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle6;
  183. this.dataGridView1.RowTemplate.Height = 30;
  184. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  185. this.dataGridView1.Size = new System.Drawing.Size(668, 397);
  186. this.dataGridView1.TabIndex = 23;
  187. this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
  188. //
  189. // colId
  190. //
  191. this.colId.DataPropertyName = "Id";
  192. this.colId.HeaderText = "ID";
  193. this.colId.MinimumWidth = 8;
  194. this.colId.Name = "colId";
  195. this.colId.ReadOnly = true;
  196. this.colId.Visible = false;
  197. this.colId.Width = 150;
  198. //
  199. // 检测值
  200. //
  201. this.检测值.DataPropertyName = "Code";
  202. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  203. this.检测值.DefaultCellStyle = dataGridViewCellStyle2;
  204. this.检测值.HeaderText = "编号";
  205. this.检测值.MinimumWidth = 8;
  206. this.检测值.Name = "检测值";
  207. this.检测值.ReadOnly = true;
  208. this.检测值.Width = 200;
  209. //
  210. // 工序
  211. //
  212. this.工序.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  213. this.工序.DataPropertyName = "Name";
  214. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  215. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.工序.DefaultCellStyle = dataGridViewCellStyle3;
  217. this.工序.HeaderText = "名称";
  218. this.工序.MinimumWidth = 8;
  219. this.工序.Name = "工序";
  220. this.工序.ReadOnly = true;
  221. //
  222. // Column2
  223. //
  224. this.Column2.DataPropertyName = "ModifyUserCode";
  225. this.Column2.HeaderText = "修订人";
  226. this.Column2.MinimumWidth = 8;
  227. this.Column2.Name = "Column2";
  228. this.Column2.ReadOnly = true;
  229. this.Column2.Width = 150;
  230. //
  231. // Column1
  232. //
  233. this.Column1.DataPropertyName = "ModifyTime";
  234. dataGridViewCellStyle4.Format = "g";
  235. dataGridViewCellStyle4.NullValue = null;
  236. this.Column1.DefaultCellStyle = dataGridViewCellStyle4;
  237. this.Column1.HeaderText = "修订日期";
  238. this.Column1.MinimumWidth = 8;
  239. this.Column1.Name = "Column1";
  240. this.Column1.ReadOnly = true;
  241. this.Column1.Width = 150;
  242. //
  243. // FrmStepList
  244. //
  245. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  246. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  247. this.ClientSize = new System.Drawing.Size(668, 475);
  248. this.Controls.Add(this.dataGridView1);
  249. this.Controls.Add(this.statusStrip1);
  250. this.Controls.Add(this.toolStrip1);
  251. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  252. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  253. this.Name = "FrmStepList";
  254. this.ShowInTaskbar = false;
  255. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  256. this.Text = "流程管理";
  257. this.Load += new System.EventHandler(this.FrmStepList_Load);
  258. this.toolStrip1.ResumeLayout(false);
  259. this.toolStrip1.PerformLayout();
  260. this.statusStrip1.ResumeLayout(false);
  261. this.statusStrip1.PerformLayout();
  262. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  263. this.ResumeLayout(false);
  264. this.PerformLayout();
  265. }
  266. #endregion
  267. private System.Windows.Forms.ToolStrip toolStrip1;
  268. private System.Windows.Forms.ToolStripButton tsbtnDel;
  269. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  270. private System.Windows.Forms.ToolStripButton tsbtnClose;
  271. private System.Windows.Forms.StatusStrip statusStrip1;
  272. private System.Windows.Forms.ToolStripStatusLabel tsslCount;
  273. private System.Windows.Forms.DataGridView dataGridView1;
  274. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  275. private System.Windows.Forms.ToolStripButton tsbtnClone;
  276. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  277. private System.Windows.Forms.DataGridViewTextBoxColumn colId;
  278. private System.Windows.Forms.DataGridViewTextBoxColumn 检测值;
  279. private System.Windows.Forms.DataGridViewTextBoxColumn 工序;
  280. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  281. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  282. }
  283. }