版博士V2.0程序
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

286 rindas
16 KiB

  1. namespace AssistClient
  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(1002, 65);
  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(70, 60);
  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(70, 60);
  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, 65);
  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(70, 60);
  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, 65);
  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(70, 60);
  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, 681);
  134. this.statusStrip1.Name = "statusStrip1";
  135. this.statusStrip1.Size = new System.Drawing.Size(1002, 31);
  136. this.statusStrip1.TabIndex = 22;
  137. this.statusStrip1.Text = "statusStrip1";
  138. //
  139. // tsslCount
  140. //
  141. this.tsslCount.Name = "tsslCount";
  142. this.tsslCount.Size = new System.Drawing.Size(33, 24);
  143. this.tsslCount.Text = "共 ";
  144. //
  145. // dataGridView1
  146. //
  147. this.dataGridView1.AllowUserToAddRows = false;
  148. this.dataGridView1.AllowUserToDeleteRows = false;
  149. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  150. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  151. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  153. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  154. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  155. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  156. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  157. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  158. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  159. this.colId,
  160. this.检测值,
  161. this.工序,
  162. this.Column2,
  163. this.Column1});
  164. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  165. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  166. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  168. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  169. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  170. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  171. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle5;
  172. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  173. this.dataGridView1.Location = new System.Drawing.Point(0, 65);
  174. this.dataGridView1.MultiSelect = false;
  175. this.dataGridView1.Name = "dataGridView1";
  176. this.dataGridView1.ReadOnly = true;
  177. this.dataGridView1.RowHeadersVisible = false;
  178. this.dataGridView1.RowHeadersWidth = 62;
  179. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle6;
  181. this.dataGridView1.RowTemplate.Height = 30;
  182. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  183. this.dataGridView1.Size = new System.Drawing.Size(1002, 616);
  184. this.dataGridView1.TabIndex = 23;
  185. this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
  186. //
  187. // colId
  188. //
  189. this.colId.DataPropertyName = "Id";
  190. this.colId.HeaderText = "ID";
  191. this.colId.MinimumWidth = 8;
  192. this.colId.Name = "colId";
  193. this.colId.ReadOnly = true;
  194. this.colId.Visible = false;
  195. this.colId.Width = 150;
  196. //
  197. // 检测值
  198. //
  199. this.检测值.DataPropertyName = "Code";
  200. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  201. this.检测值.DefaultCellStyle = dataGridViewCellStyle2;
  202. this.检测值.HeaderText = "编号";
  203. this.检测值.MinimumWidth = 8;
  204. this.检测值.Name = "检测值";
  205. this.检测值.ReadOnly = true;
  206. this.检测值.Width = 200;
  207. //
  208. // 工序
  209. //
  210. this.工序.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  211. this.工序.DataPropertyName = "Name";
  212. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  213. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.工序.DefaultCellStyle = dataGridViewCellStyle3;
  215. this.工序.HeaderText = "名称";
  216. this.工序.MinimumWidth = 8;
  217. this.工序.Name = "工序";
  218. this.工序.ReadOnly = true;
  219. //
  220. // Column2
  221. //
  222. this.Column2.DataPropertyName = "ModifyUserCode";
  223. this.Column2.HeaderText = "修订人";
  224. this.Column2.MinimumWidth = 8;
  225. this.Column2.Name = "Column2";
  226. this.Column2.ReadOnly = true;
  227. this.Column2.Width = 150;
  228. //
  229. // Column1
  230. //
  231. this.Column1.DataPropertyName = "ModifyTime";
  232. dataGridViewCellStyle4.Format = "g";
  233. dataGridViewCellStyle4.NullValue = null;
  234. this.Column1.DefaultCellStyle = dataGridViewCellStyle4;
  235. this.Column1.HeaderText = "修订日期";
  236. this.Column1.MinimumWidth = 8;
  237. this.Column1.Name = "Column1";
  238. this.Column1.ReadOnly = true;
  239. this.Column1.Width = 150;
  240. //
  241. // FrmStepList
  242. //
  243. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  244. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  245. this.ClientSize = new System.Drawing.Size(1002, 712);
  246. this.Controls.Add(this.dataGridView1);
  247. this.Controls.Add(this.statusStrip1);
  248. this.Controls.Add(this.toolStrip1);
  249. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  250. this.Name = "FrmStepList";
  251. this.ShowInTaskbar = false;
  252. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  253. this.Text = "流程管理";
  254. this.Load += new System.EventHandler(this.FrmStepList_Load);
  255. this.toolStrip1.ResumeLayout(false);
  256. this.toolStrip1.PerformLayout();
  257. this.statusStrip1.ResumeLayout(false);
  258. this.statusStrip1.PerformLayout();
  259. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  260. this.ResumeLayout(false);
  261. this.PerformLayout();
  262. }
  263. #endregion
  264. private System.Windows.Forms.ToolStrip toolStrip1;
  265. private System.Windows.Forms.ToolStripButton tsbtnDel;
  266. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  267. private System.Windows.Forms.ToolStripButton tsbtnClose;
  268. private System.Windows.Forms.StatusStrip statusStrip1;
  269. private System.Windows.Forms.ToolStripStatusLabel tsslCount;
  270. private System.Windows.Forms.DataGridView dataGridView1;
  271. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  272. private System.Windows.Forms.ToolStripButton tsbtnClone;
  273. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  274. private System.Windows.Forms.DataGridViewTextBoxColumn colId;
  275. private System.Windows.Forms.DataGridViewTextBoxColumn 检测值;
  276. private System.Windows.Forms.DataGridViewTextBoxColumn 工序;
  277. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  278. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  279. }
  280. }