F_PC_0205.Designer.cs 62 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0205
  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(F_PC_0205));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  42. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  43. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  44. this.tsbtnFlowSetting = new System.Windows.Forms.ToolStripButton();
  45. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  46. this.tsbtnDisable = new System.Windows.Forms.ToolStripButton();
  47. this.tsbtnBegin = new System.Windows.Forms.ToolStripButton();
  48. this.tsbtnCopyAndNew = new System.Windows.Forms.ToolStripButton();
  49. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  50. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  51. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  52. this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  53. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  54. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  55. this.SelValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList();
  56. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  57. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.txtLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  59. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.txtLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  61. this.lblLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  62. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  63. this.dgvLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  64. this.ProductionLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.ProductionLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  69. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.UpdateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.UpdateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dgvProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  74. this.ProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.p_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.ProcedureModelName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.OrganizationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.ProcedureModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.ModelTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.BarCodeFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.ModelType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.NodeTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.NodeType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.ProcedureMustFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  87. this.CollectTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.CollectType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.PieceTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.UndoFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  91. this.BarCodePrintCopies = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.PieceType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.IsSpecialRework = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  94. this.IsSemireWork = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  95. this.IsGlazeChange = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  96. this.FinishedCheckProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.RemarksDetail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.nodeno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.procedurelineid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.procedureid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.displayno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.tsrOperate.SuspendLayout();
  103. this.c_GroupBox1.SuspendLayout();
  104. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  105. this.splitContainer1.Panel1.SuspendLayout();
  106. this.splitContainer1.Panel2.SuspendLayout();
  107. this.splitContainer1.SuspendLayout();
  108. ((System.ComponentModel.ISupportInitialize)(this.dgvLine)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.dgvProcedure)).BeginInit();
  110. this.SuspendLayout();
  111. //
  112. // tsrOperate
  113. //
  114. this.tsrOperate.AutoSize = false;
  115. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  116. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PCModule.Properties.Resources.functionbackground;
  117. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
  119. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  120. this.tsbtnAdd,
  121. this.tsbtnFlowSetting,
  122. this.toolStripSeparator2,
  123. this.tsbtnDisable,
  124. this.tsbtnBegin,
  125. this.tsbtnCopyAndNew,
  126. this.toolStripSeparator1,
  127. this.tsbtnAdaptive,
  128. this.tsbtnClose});
  129. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  130. this.tsrOperate.Name = "tsrOperate";
  131. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  132. this.tsrOperate.ShowItemToolTips = false;
  133. this.tsrOperate.Size = new System.Drawing.Size(1291, 35);
  134. this.tsrOperate.TabIndex = 0;
  135. this.tsrOperate.Text = "toolStrip1";
  136. //
  137. // tsbtnAdd
  138. //
  139. this.tsbtnAdd.AutoSize = false;
  140. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  142. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  143. this.tsbtnAdd.Name = "tsbtnAdd";
  144. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  145. this.tsbtnAdd.Text = "新建(&N)";
  146. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  147. //
  148. // tsbtnFlowSetting
  149. //
  150. this.tsbtnFlowSetting.AutoSize = false;
  151. this.tsbtnFlowSetting.Enabled = false;
  152. this.tsbtnFlowSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.tsbtnFlowSetting.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  154. this.tsbtnFlowSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
  155. this.tsbtnFlowSetting.Name = "tsbtnFlowSetting";
  156. this.tsbtnFlowSetting.Size = new System.Drawing.Size(60, 25);
  157. this.tsbtnFlowSetting.Text = "流程(&F)";
  158. this.tsbtnFlowSetting.Click += new System.EventHandler(this.tsbtnFlowSetting_Click);
  159. //
  160. // toolStripSeparator2
  161. //
  162. this.toolStripSeparator2.AutoSize = false;
  163. this.toolStripSeparator2.Name = "toolStripSeparator2";
  164. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  165. //
  166. // tsbtnDisable
  167. //
  168. this.tsbtnDisable.AutoSize = false;
  169. this.tsbtnDisable.Enabled = false;
  170. this.tsbtnDisable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.tsbtnDisable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  172. this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
  173. this.tsbtnDisable.Name = "tsbtnDisable";
  174. this.tsbtnDisable.Size = new System.Drawing.Size(60, 25);
  175. this.tsbtnDisable.Text = "停用(&S)";
  176. this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click);
  177. //
  178. // tsbtnBegin
  179. //
  180. this.tsbtnBegin.AutoSize = false;
  181. this.tsbtnBegin.Enabled = false;
  182. this.tsbtnBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.tsbtnBegin.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  184. this.tsbtnBegin.ImageTransparentColor = System.Drawing.Color.Magenta;
  185. this.tsbtnBegin.Name = "tsbtnBegin";
  186. this.tsbtnBegin.Size = new System.Drawing.Size(60, 25);
  187. this.tsbtnBegin.Text = "启用(&B)";
  188. this.tsbtnBegin.Click += new System.EventHandler(this.tsbtnBegin_Click);
  189. //
  190. // tsbtnCopyAndNew
  191. //
  192. this.tsbtnCopyAndNew.AutoSize = false;
  193. this.tsbtnCopyAndNew.Enabled = false;
  194. this.tsbtnCopyAndNew.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.tsbtnCopyAndNew.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  196. this.tsbtnCopyAndNew.ImageTransparentColor = System.Drawing.Color.Magenta;
  197. this.tsbtnCopyAndNew.Name = "tsbtnCopyAndNew";
  198. this.tsbtnCopyAndNew.Size = new System.Drawing.Size(90, 25);
  199. this.tsbtnCopyAndNew.Text = "复制并新建(&P)";
  200. this.tsbtnCopyAndNew.Click += new System.EventHandler(this.tsbtnCopyAndNew_Click);
  201. //
  202. // toolStripSeparator1
  203. //
  204. this.toolStripSeparator1.AutoSize = false;
  205. this.toolStripSeparator1.Name = "toolStripSeparator1";
  206. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  207. //
  208. // tsbtnAdaptive
  209. //
  210. this.tsbtnAdaptive.AutoSize = false;
  211. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  213. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  214. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  215. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  216. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  217. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  218. //
  219. // tsbtnClose
  220. //
  221. this.tsbtnClose.AutoSize = false;
  222. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  224. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  225. this.tsbtnClose.Name = "tsbtnClose";
  226. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  227. this.tsbtnClose.Text = "关闭(&X)";
  228. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  229. //
  230. // c_GroupBox1
  231. //
  232. this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  233. | System.Windows.Forms.AnchorStyles.Right)));
  234. this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
  235. this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
  236. this.c_GroupBox1.Controls.Add(this.btnSearch);
  237. this.c_GroupBox1.Controls.Add(this.btnClearCondition);
  238. this.c_GroupBox1.Controls.Add(this.SelValueFlag);
  239. this.c_GroupBox1.Controls.Add(this.txtRemarks);
  240. this.c_GroupBox1.Controls.Add(this.c_Label2);
  241. this.c_GroupBox1.Controls.Add(this.txtLineName);
  242. this.c_GroupBox1.Controls.Add(this.c_Label1);
  243. this.c_GroupBox1.Controls.Add(this.txtLineCode);
  244. this.c_GroupBox1.Controls.Add(this.lblLineCode);
  245. this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  247. this.c_GroupBox1.IsMustInput = false;
  248. this.c_GroupBox1.Location = new System.Drawing.Point(0, 38);
  249. this.c_GroupBox1.Margin = new System.Windows.Forms.Padding(0);
  250. this.c_GroupBox1.Name = "c_GroupBox1";
  251. this.c_GroupBox1.OriginalHeight = -1;
  252. this.c_GroupBox1.Size = new System.Drawing.Size(1282, 72);
  253. this.c_GroupBox1.TabIndex = 1;
  254. this.c_GroupBox1.TabStop = false;
  255. this.c_GroupBox1.Text = "查询条件 ▼";
  256. //
  257. // btnSearch
  258. //
  259. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  260. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  261. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  262. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263. this.btnSearch.ForeColor = System.Drawing.Color.White;
  264. this.btnSearch.Location = new System.Drawing.Point(1100, 36);
  265. this.btnSearch.Name = "btnSearch";
  266. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  267. this.btnSearch.TabIndex = 7;
  268. this.btnSearch.Text = "查询(&Q)";
  269. this.btnSearch.UseVisualStyleBackColor = true;
  270. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  271. //
  272. // btnClearCondition
  273. //
  274. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  275. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  276. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  277. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  279. this.btnClearCondition.Location = new System.Drawing.Point(1191, 36);
  280. this.btnClearCondition.Name = "btnClearCondition";
  281. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  282. this.btnClearCondition.TabIndex = 8;
  283. this.btnClearCondition.Text = "清空条件(&C)";
  284. this.btnClearCondition.UseVisualStyleBackColor = true;
  285. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  286. //
  287. // SelValueFlag
  288. //
  289. this.SelValueFlag.BackColor = System.Drawing.SystemColors.Window;
  290. this.SelValueFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SelValueFlag.BackgroundImage")));
  291. this.SelValueFlag.CheckedListBoxMinSize = new System.Drawing.Size(0, 0);
  292. this.SelValueFlag.DataSource = null;
  293. this.SelValueFlag.DisplayMember = "ValidFlagName";
  294. this.SelValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.SelValueFlag.LablePositionValue = Dongke.IBOSS.PRD.Basics.BaseControls.CheckedBoxListEx.LablePosition.Left;
  296. this.SelValueFlag.Location = new System.Drawing.Point(359, 20);
  297. this.SelValueFlag.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  298. this.SelValueFlag.Name = "SelValueFlag";
  299. this.SelValueFlag.SelectedIndex = -1;
  300. this.SelValueFlag.SelectedValues = new object[0];
  301. this.SelValueFlag.Size = new System.Drawing.Size(196, 46);
  302. this.SelValueFlag.TabIndex = 4;
  303. this.SelValueFlag.Title = "有效标识";
  304. this.SelValueFlag.TitleAlign = System.Drawing.ContentAlignment.TopLeft;
  305. this.SelValueFlag.ValueMember = "ValidFlagID";
  306. //
  307. // txtRemarks
  308. //
  309. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  310. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  311. this.txtRemarks.ErrorMessage = "";
  312. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. this.txtRemarks.Location = new System.Drawing.Point(76, 47);
  314. this.txtRemarks.MaxLength = 500;
  315. this.txtRemarks.Name = "txtRemarks";
  316. this.txtRemarks.Size = new System.Drawing.Size(277, 21);
  317. this.txtRemarks.TabIndex = 6;
  318. //
  319. // c_Label2
  320. //
  321. this.c_Label2.AutoSize = true;
  322. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  323. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  325. this.c_Label2.Location = new System.Drawing.Point(41, 50);
  326. this.c_Label2.Name = "c_Label2";
  327. this.c_Label2.Size = new System.Drawing.Size(29, 12);
  328. this.c_Label2.TabIndex = 5;
  329. this.c_Label2.Text = "备注";
  330. //
  331. // txtLineName
  332. //
  333. this.txtLineName.BackColor = System.Drawing.SystemColors.Window;
  334. this.txtLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  335. this.txtLineName.ErrorMessage = "";
  336. this.txtLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.txtLineName.Location = new System.Drawing.Point(253, 20);
  338. this.txtLineName.MaxLength = 50;
  339. this.txtLineName.Name = "txtLineName";
  340. this.txtLineName.Size = new System.Drawing.Size(100, 21);
  341. this.txtLineName.TabIndex = 3;
  342. //
  343. // c_Label1
  344. //
  345. this.c_Label1.AutoSize = true;
  346. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  347. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  349. this.c_Label1.Location = new System.Drawing.Point(182, 24);
  350. this.c_Label1.Name = "c_Label1";
  351. this.c_Label1.Size = new System.Drawing.Size(65, 12);
  352. this.c_Label1.TabIndex = 2;
  353. this.c_Label1.Text = "生产线名称";
  354. //
  355. // txtLineCode
  356. //
  357. this.txtLineCode.BackColor = System.Drawing.SystemColors.Window;
  358. this.txtLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  359. this.txtLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  360. this.txtLineCode.ErrorMessage = "";
  361. this.txtLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. this.txtLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  363. this.txtLineCode.Location = new System.Drawing.Point(76, 20);
  364. this.txtLineCode.MaxLength = 20;
  365. this.txtLineCode.Name = "txtLineCode";
  366. this.txtLineCode.Size = new System.Drawing.Size(100, 21);
  367. this.txtLineCode.TabIndex = 1;
  368. //
  369. // lblLineCode
  370. //
  371. this.lblLineCode.AutoSize = true;
  372. this.lblLineCode.BackColor = System.Drawing.Color.Transparent;
  373. this.lblLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  374. this.lblLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  375. this.lblLineCode.Location = new System.Drawing.Point(5, 24);
  376. this.lblLineCode.Name = "lblLineCode";
  377. this.lblLineCode.Size = new System.Drawing.Size(65, 12);
  378. this.lblLineCode.TabIndex = 0;
  379. this.lblLineCode.Text = "生产线编码";
  380. //
  381. // splitContainer1
  382. //
  383. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  384. | System.Windows.Forms.AnchorStyles.Left)
  385. | System.Windows.Forms.AnchorStyles.Right)));
  386. this.splitContainer1.Location = new System.Drawing.Point(0, 116);
  387. this.splitContainer1.Name = "splitContainer1";
  388. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  389. //
  390. // splitContainer1.Panel1
  391. //
  392. this.splitContainer1.Panel1.Controls.Add(this.dgvLine);
  393. this.splitContainer1.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  394. //
  395. // splitContainer1.Panel2
  396. //
  397. this.splitContainer1.Panel2.Controls.Add(this.dgvProcedure);
  398. this.splitContainer1.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
  399. this.splitContainer1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  400. this.splitContainer1.Size = new System.Drawing.Size(1282, 497);
  401. this.splitContainer1.SplitterDistance = 168;
  402. this.splitContainer1.TabIndex = 3;
  403. //
  404. // dgvLine
  405. //
  406. this.dgvLine.AllowUserToAddRows = false;
  407. this.dgvLine.AllowUserToDeleteRows = false;
  408. this.dgvLine.AllowUserToModifyRows = true;
  409. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  410. this.dgvLine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  411. this.dgvLine.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  412. this.dgvLine.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  413. this.dgvLine.CellHeight = 23;
  414. this.dgvLine.ChildNodeColumnName = null;
  415. this.dgvLine.ChildNodeColumnText = null;
  416. this.dgvLine.ColumnDeep = 1;
  417. this.dgvLine.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  418. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  419. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  420. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  421. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  422. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  423. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  424. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  425. this.dgvLine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  426. this.dgvLine.ColumnHeadersHeight = 29;
  427. this.dgvLine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  428. this.dgvLine.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  429. this.ProductionLineID,
  430. this.ProductionLineCode,
  431. this.ProductionLineName,
  432. this.Remarks,
  433. this.ValueFlag,
  434. this.CreateTime,
  435. this.CreateUserName,
  436. this.UpdateTime,
  437. this.UpdateUserName});
  438. this.dgvLine.ColumnTreeView = null;
  439. this.dgvLine.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  440. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  441. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  442. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  443. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  444. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  445. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  446. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  447. this.dgvLine.DefaultCellStyle = dataGridViewCellStyle5;
  448. this.dgvLine.Dock = System.Windows.Forms.DockStyle.Fill;
  449. this.dgvLine.DynamicColumnName = "";
  450. this.dgvLine.EnableHeadersVisualStyles = false;
  451. this.dgvLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  452. this.dgvLine.FormatQuantityColumns = null;
  453. this.dgvLine.HasNode = false;
  454. this.dgvLine.HorizontalMergeColumn = null;
  455. this.dgvLine.IsAutoCountSum = true;
  456. this.dgvLine.IsAutoResizeColumns = false;
  457. this.dgvLine.IsClickF12 = false;
  458. this.dgvLine.IsOpenMergeCellFlag = false;
  459. this.dgvLine.IsSubTotalFlag = false;
  460. this.dgvLine.IsTopDeep = false;
  461. this.dgvLine.Location = new System.Drawing.Point(0, 0);
  462. this.dgvLine.MergeColumnNames = null;
  463. this.dgvLine.MergeDetailColumnNames = null;
  464. this.dgvLine.MergeDetailOnlyColumn = null;
  465. this.dgvLine.MergeOnlyColumn = null;
  466. this.dgvLine.Name = "dgvLine";
  467. this.dgvLine.ReadOnly = true;
  468. this.dgvLine.RefreshAtHscroll = false;
  469. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  470. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
  471. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  472. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
  473. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  474. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  475. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  476. this.dgvLine.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
  477. this.dgvLine.RowHeadersWidth = 50;
  478. this.dgvLine.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  479. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  480. this.dgvLine.RowsDefaultCellStyle = dataGridViewCellStyle7;
  481. this.dgvLine.RowTemplate.Height = 21;
  482. this.dgvLine.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  483. this.dgvLine.Size = new System.Drawing.Size(1282, 168);
  484. this.dgvLine.SortOrderColumnName = null;
  485. this.dgvLine.TabIndex = 0;
  486. this.dgvLine.Tag = true;
  487. this.dgvLine.TotalSumColumns = null;
  488. this.dgvLine.ViewRowFilter = "";
  489. this.dgvLine.VirtualNodes = false;
  490. this.dgvLine.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvLine_CellDoubleClick);
  491. this.dgvLine.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvLine_CellEnter);
  492. this.dgvLine.SelectionChanged += new System.EventHandler(this.dgvLine_SelectionChanged);
  493. //
  494. // ProductionLineID
  495. //
  496. this.ProductionLineID.DataPropertyName = "ProductionLineID";
  497. this.ProductionLineID.HeaderText = "ProductionLineID";
  498. this.ProductionLineID.MinimumWidth = 6;
  499. this.ProductionLineID.Name = "ProductionLineID";
  500. this.ProductionLineID.ReadOnly = true;
  501. this.ProductionLineID.Visible = false;
  502. this.ProductionLineID.Width = 125;
  503. //
  504. // ProductionLineCode
  505. //
  506. this.ProductionLineCode.DataPropertyName = "ProductionLineCode";
  507. this.ProductionLineCode.HeaderText = "生产线编码";
  508. this.ProductionLineCode.MinimumWidth = 6;
  509. this.ProductionLineCode.Name = "ProductionLineCode";
  510. this.ProductionLineCode.ReadOnly = true;
  511. this.ProductionLineCode.Width = 125;
  512. //
  513. // ProductionLineName
  514. //
  515. this.ProductionLineName.DataPropertyName = "ProductionLineName";
  516. this.ProductionLineName.HeaderText = "生产线名称";
  517. this.ProductionLineName.MinimumWidth = 6;
  518. this.ProductionLineName.Name = "ProductionLineName";
  519. this.ProductionLineName.ReadOnly = true;
  520. this.ProductionLineName.Width = 125;
  521. //
  522. // Remarks
  523. //
  524. this.Remarks.DataPropertyName = "Remarks";
  525. this.Remarks.HeaderText = "备注";
  526. this.Remarks.MinimumWidth = 6;
  527. this.Remarks.Name = "Remarks";
  528. this.Remarks.ReadOnly = true;
  529. this.Remarks.Width = 125;
  530. //
  531. // ValueFlag
  532. //
  533. this.ValueFlag.DataPropertyName = "ValueFlag";
  534. this.ValueFlag.FalseValue = "0";
  535. this.ValueFlag.HeaderText = "有效标识";
  536. this.ValueFlag.IndeterminateValue = "0";
  537. this.ValueFlag.MinimumWidth = 6;
  538. this.ValueFlag.Name = "ValueFlag";
  539. this.ValueFlag.ReadOnly = true;
  540. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  541. this.ValueFlag.TrueValue = "1";
  542. this.ValueFlag.Width = 125;
  543. //
  544. // CreateTime
  545. //
  546. this.CreateTime.DataPropertyName = "CreateTime";
  547. dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
  548. dataGridViewCellStyle3.NullValue = null;
  549. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle3;
  550. this.CreateTime.HeaderText = "创建时间";
  551. this.CreateTime.MinimumWidth = 6;
  552. this.CreateTime.Name = "CreateTime";
  553. this.CreateTime.ReadOnly = true;
  554. this.CreateTime.Width = 150;
  555. //
  556. // CreateUserName
  557. //
  558. this.CreateUserName.DataPropertyName = "CreateUserName";
  559. this.CreateUserName.HeaderText = "创建者";
  560. this.CreateUserName.MinimumWidth = 6;
  561. this.CreateUserName.Name = "CreateUserName";
  562. this.CreateUserName.ReadOnly = true;
  563. this.CreateUserName.Width = 125;
  564. //
  565. // UpdateTime
  566. //
  567. this.UpdateTime.DataPropertyName = "UpdateTime";
  568. dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
  569. dataGridViewCellStyle4.NullValue = null;
  570. this.UpdateTime.DefaultCellStyle = dataGridViewCellStyle4;
  571. this.UpdateTime.HeaderText = "更新时间";
  572. this.UpdateTime.MinimumWidth = 6;
  573. this.UpdateTime.Name = "UpdateTime";
  574. this.UpdateTime.ReadOnly = true;
  575. this.UpdateTime.Width = 150;
  576. //
  577. // UpdateUserName
  578. //
  579. this.UpdateUserName.DataPropertyName = "UpdateUserName";
  580. this.UpdateUserName.HeaderText = "更新者";
  581. this.UpdateUserName.MinimumWidth = 6;
  582. this.UpdateUserName.Name = "UpdateUserName";
  583. this.UpdateUserName.ReadOnly = true;
  584. this.UpdateUserName.Width = 125;
  585. //
  586. // dgvProcedure
  587. //
  588. this.dgvProcedure.AllowUserToAddRows = false;
  589. this.dgvProcedure.AllowUserToDeleteRows = false;
  590. this.dgvProcedure.AllowUserToModifyRows = true;
  591. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  592. this.dgvProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
  593. this.dgvProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  594. this.dgvProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  595. this.dgvProcedure.CellHeight = 23;
  596. this.dgvProcedure.ChildNodeColumnName = null;
  597. this.dgvProcedure.ChildNodeColumnText = null;
  598. this.dgvProcedure.ColumnDeep = 1;
  599. this.dgvProcedure.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  600. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  601. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  602. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  603. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
  604. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  605. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  606. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  607. this.dgvProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  608. this.dgvProcedure.ColumnHeadersHeight = 29;
  609. this.dgvProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  610. this.dgvProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  611. this.ProcedureCode,
  612. this.p_name,
  613. this.ProcedureName,
  614. this.ProcedureModelName,
  615. this.OrganizationName,
  616. this.OrganizationID,
  617. this.ProcedureModel,
  618. this.ModelTypeName,
  619. this.BarCodeFlag,
  620. this.ModelType,
  621. this.NodeTypeName,
  622. this.NodeType,
  623. this.ProcedureMustFlag,
  624. this.CollectTypeName,
  625. this.CollectType,
  626. this.PieceTypeName,
  627. this.UndoFlag,
  628. this.BarCodePrintCopies,
  629. this.PieceType,
  630. this.IsSpecialRework,
  631. this.IsSemireWork,
  632. this.IsGlazeChange,
  633. this.FinishedCheckProcedureName,
  634. this.RemarksDetail,
  635. this.nodeno,
  636. this.procedurelineid,
  637. this.procedureid,
  638. this.displayno});
  639. this.dgvProcedure.ColumnTreeView = null;
  640. this.dgvProcedure.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  641. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  642. dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
  643. dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  644. dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText;
  645. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  646. dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  647. dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  648. this.dgvProcedure.DefaultCellStyle = dataGridViewCellStyle11;
  649. this.dgvProcedure.Dock = System.Windows.Forms.DockStyle.Fill;
  650. this.dgvProcedure.DynamicColumnName = "";
  651. this.dgvProcedure.EnableHeadersVisualStyles = false;
  652. this.dgvProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  653. this.dgvProcedure.FormatQuantityColumns = null;
  654. this.dgvProcedure.HasNode = false;
  655. this.dgvProcedure.HorizontalMergeColumn = null;
  656. this.dgvProcedure.IsAutoCountSum = true;
  657. this.dgvProcedure.IsAutoResizeColumns = false;
  658. this.dgvProcedure.IsClickF12 = false;
  659. this.dgvProcedure.IsOpenMergeCellFlag = false;
  660. this.dgvProcedure.IsSubTotalFlag = false;
  661. this.dgvProcedure.IsTopDeep = false;
  662. this.dgvProcedure.Location = new System.Drawing.Point(0, 0);
  663. this.dgvProcedure.MergeColumnNames = null;
  664. this.dgvProcedure.MergeDetailColumnNames = null;
  665. this.dgvProcedure.MergeDetailOnlyColumn = null;
  666. this.dgvProcedure.MergeOnlyColumn = null;
  667. this.dgvProcedure.MultiSelect = false;
  668. this.dgvProcedure.Name = "dgvProcedure";
  669. this.dgvProcedure.ReadOnly = true;
  670. this.dgvProcedure.RefreshAtHscroll = false;
  671. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  672. dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
  673. dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  674. dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
  675. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  676. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  677. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  678. this.dgvProcedure.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
  679. this.dgvProcedure.RowHeadersWidth = 50;
  680. this.dgvProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  681. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  682. this.dgvProcedure.RowsDefaultCellStyle = dataGridViewCellStyle13;
  683. this.dgvProcedure.RowTemplate.Height = 21;
  684. this.dgvProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  685. this.dgvProcedure.Size = new System.Drawing.Size(1282, 325);
  686. this.dgvProcedure.SortOrderColumnName = null;
  687. this.dgvProcedure.TabIndex = 0;
  688. this.dgvProcedure.Tag = true;
  689. this.dgvProcedure.TotalSumColumns = null;
  690. this.dgvProcedure.ViewRowFilter = "";
  691. this.dgvProcedure.VirtualNodes = false;
  692. this.dgvProcedure.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvProcedure_CellDoubleClick);
  693. //
  694. // ProcedureCode
  695. //
  696. this.ProcedureCode.DataPropertyName = "ProcedureCode";
  697. this.ProcedureCode.HeaderText = "工序编码";
  698. this.ProcedureCode.MinimumWidth = 6;
  699. this.ProcedureCode.Name = "ProcedureCode";
  700. this.ProcedureCode.ReadOnly = true;
  701. this.ProcedureCode.Width = 125;
  702. //
  703. // p_name
  704. //
  705. this.p_name.DataPropertyName = "p_name";
  706. this.p_name.HeaderText = "工序简称";
  707. this.p_name.Name = "p_name";
  708. this.p_name.ReadOnly = true;
  709. //
  710. // ProcedureName
  711. //
  712. this.ProcedureName.DataPropertyName = "ProcedureName";
  713. this.ProcedureName.HeaderText = "工序名称";
  714. this.ProcedureName.MinimumWidth = 6;
  715. this.ProcedureName.Name = "ProcedureName";
  716. this.ProcedureName.ReadOnly = true;
  717. this.ProcedureName.Width = 125;
  718. //
  719. // ProcedureModelName
  720. //
  721. this.ProcedureModelName.DataPropertyName = "ProcedureModelName";
  722. this.ProcedureModelName.HeaderText = "工序模型";
  723. this.ProcedureModelName.MinimumWidth = 6;
  724. this.ProcedureModelName.Name = "ProcedureModelName";
  725. this.ProcedureModelName.ReadOnly = true;
  726. this.ProcedureModelName.Width = 125;
  727. //
  728. // OrganizationName
  729. //
  730. this.OrganizationName.DataPropertyName = "OrganizationName";
  731. this.OrganizationName.HeaderText = "所属部门";
  732. this.OrganizationName.MinimumWidth = 6;
  733. this.OrganizationName.Name = "OrganizationName";
  734. this.OrganizationName.ReadOnly = true;
  735. this.OrganizationName.Width = 125;
  736. //
  737. // OrganizationID
  738. //
  739. this.OrganizationID.DataPropertyName = "OrganizationID";
  740. this.OrganizationID.HeaderText = "OrganizationID";
  741. this.OrganizationID.MinimumWidth = 6;
  742. this.OrganizationID.Name = "OrganizationID";
  743. this.OrganizationID.ReadOnly = true;
  744. this.OrganizationID.Visible = false;
  745. this.OrganizationID.Width = 125;
  746. //
  747. // ProcedureModel
  748. //
  749. this.ProcedureModel.DataPropertyName = "ProcedureModel";
  750. this.ProcedureModel.HeaderText = "ProcedureModel";
  751. this.ProcedureModel.MinimumWidth = 6;
  752. this.ProcedureModel.Name = "ProcedureModel";
  753. this.ProcedureModel.ReadOnly = true;
  754. this.ProcedureModel.Visible = false;
  755. this.ProcedureModel.Width = 125;
  756. //
  757. // ModelTypeName
  758. //
  759. this.ModelTypeName.DataPropertyName = "ModelTypeName";
  760. this.ModelTypeName.HeaderText = "模型类别";
  761. this.ModelTypeName.MinimumWidth = 6;
  762. this.ModelTypeName.Name = "ModelTypeName";
  763. this.ModelTypeName.ReadOnly = true;
  764. this.ModelTypeName.Width = 125;
  765. //
  766. // BarCodeFlag
  767. //
  768. this.BarCodeFlag.DataPropertyName = "BarCodeFlag";
  769. this.BarCodeFlag.HeaderText = "条码类型";
  770. this.BarCodeFlag.MinimumWidth = 6;
  771. this.BarCodeFlag.Name = "BarCodeFlag";
  772. this.BarCodeFlag.ReadOnly = true;
  773. this.BarCodeFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  774. this.BarCodeFlag.Width = 125;
  775. //
  776. // ModelType
  777. //
  778. this.ModelType.DataPropertyName = "ModelType";
  779. this.ModelType.HeaderText = "ModelType";
  780. this.ModelType.MinimumWidth = 6;
  781. this.ModelType.Name = "ModelType";
  782. this.ModelType.ReadOnly = true;
  783. this.ModelType.Visible = false;
  784. this.ModelType.Width = 125;
  785. //
  786. // NodeTypeName
  787. //
  788. this.NodeTypeName.DataPropertyName = "NodeTypeName";
  789. this.NodeTypeName.HeaderText = "节点类型";
  790. this.NodeTypeName.MinimumWidth = 6;
  791. this.NodeTypeName.Name = "NodeTypeName";
  792. this.NodeTypeName.ReadOnly = true;
  793. this.NodeTypeName.Width = 125;
  794. //
  795. // NodeType
  796. //
  797. this.NodeType.DataPropertyName = "NodeType";
  798. this.NodeType.HeaderText = "NodeType";
  799. this.NodeType.MinimumWidth = 6;
  800. this.NodeType.Name = "NodeType";
  801. this.NodeType.ReadOnly = true;
  802. this.NodeType.Visible = false;
  803. this.NodeType.Width = 125;
  804. //
  805. // ProcedureMustFlag
  806. //
  807. this.ProcedureMustFlag.DataPropertyName = "MustFlag";
  808. this.ProcedureMustFlag.FalseValue = "2";
  809. this.ProcedureMustFlag.HeaderText = "必须工序";
  810. this.ProcedureMustFlag.IndeterminateValue = "2";
  811. this.ProcedureMustFlag.MinimumWidth = 6;
  812. this.ProcedureMustFlag.Name = "ProcedureMustFlag";
  813. this.ProcedureMustFlag.ReadOnly = true;
  814. this.ProcedureMustFlag.TrueValue = "1";
  815. this.ProcedureMustFlag.Width = 125;
  816. //
  817. // CollectTypeName
  818. //
  819. this.CollectTypeName.DataPropertyName = "CollectTypeName";
  820. this.CollectTypeName.HeaderText = "采集模式";
  821. this.CollectTypeName.MinimumWidth = 6;
  822. this.CollectTypeName.Name = "CollectTypeName";
  823. this.CollectTypeName.ReadOnly = true;
  824. this.CollectTypeName.Width = 125;
  825. //
  826. // CollectType
  827. //
  828. this.CollectType.DataPropertyName = "CollectType";
  829. this.CollectType.HeaderText = "CollectType";
  830. this.CollectType.MinimumWidth = 6;
  831. this.CollectType.Name = "CollectType";
  832. this.CollectType.ReadOnly = true;
  833. this.CollectType.Visible = false;
  834. this.CollectType.Width = 125;
  835. //
  836. // PieceTypeName
  837. //
  838. this.PieceTypeName.DataPropertyName = "PieceTypeName";
  839. this.PieceTypeName.HeaderText = "计件模式";
  840. this.PieceTypeName.MinimumWidth = 6;
  841. this.PieceTypeName.Name = "PieceTypeName";
  842. this.PieceTypeName.ReadOnly = true;
  843. this.PieceTypeName.Visible = false;
  844. this.PieceTypeName.Width = 125;
  845. //
  846. // UndoFlag
  847. //
  848. this.UndoFlag.DataPropertyName = "UndoFlag";
  849. this.UndoFlag.FalseValue = "0";
  850. this.UndoFlag.HeaderText = "允许撤销";
  851. this.UndoFlag.MinimumWidth = 6;
  852. this.UndoFlag.Name = "UndoFlag";
  853. this.UndoFlag.ReadOnly = true;
  854. this.UndoFlag.TrueValue = "1";
  855. this.UndoFlag.Width = 125;
  856. //
  857. // BarCodePrintCopies
  858. //
  859. this.BarCodePrintCopies.DataPropertyName = "BarCodePrintCopies";
  860. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  861. this.BarCodePrintCopies.DefaultCellStyle = dataGridViewCellStyle10;
  862. this.BarCodePrintCopies.HeaderText = "条码打印份数";
  863. this.BarCodePrintCopies.MinimumWidth = 6;
  864. this.BarCodePrintCopies.Name = "BarCodePrintCopies";
  865. this.BarCodePrintCopies.ReadOnly = true;
  866. this.BarCodePrintCopies.Width = 125;
  867. //
  868. // PieceType
  869. //
  870. this.PieceType.DataPropertyName = "PieceType";
  871. this.PieceType.HeaderText = "PieceType";
  872. this.PieceType.MinimumWidth = 6;
  873. this.PieceType.Name = "PieceType";
  874. this.PieceType.ReadOnly = true;
  875. this.PieceType.Visible = false;
  876. this.PieceType.Width = 125;
  877. //
  878. // IsSpecialRework
  879. //
  880. this.IsSpecialRework.DataPropertyName = "IsSpecialRework";
  881. this.IsSpecialRework.FalseValue = "0";
  882. this.IsSpecialRework.HeaderText = "重烧返工工序";
  883. this.IsSpecialRework.IndeterminateValue = "0";
  884. this.IsSpecialRework.MinimumWidth = 6;
  885. this.IsSpecialRework.Name = "IsSpecialRework";
  886. this.IsSpecialRework.ReadOnly = true;
  887. this.IsSpecialRework.TrueValue = "1";
  888. this.IsSpecialRework.Width = 125;
  889. //
  890. // IsSemireWork
  891. //
  892. this.IsSemireWork.DataPropertyName = "IsSemireWork";
  893. this.IsSemireWork.FalseValue = "0";
  894. this.IsSemireWork.HeaderText = "半检返修工序";
  895. this.IsSemireWork.IndeterminateValue = "0";
  896. this.IsSemireWork.MinimumWidth = 6;
  897. this.IsSemireWork.Name = "IsSemireWork";
  898. this.IsSemireWork.ReadOnly = true;
  899. this.IsSemireWork.TrueValue = "1";
  900. this.IsSemireWork.Width = 125;
  901. //
  902. // IsGlazeChange
  903. //
  904. this.IsGlazeChange.DataPropertyName = "IsGlazeChange";
  905. this.IsGlazeChange.FalseValue = "0";
  906. this.IsGlazeChange.HeaderText = "变更商标釉料";
  907. this.IsGlazeChange.IndeterminateValue = "0";
  908. this.IsGlazeChange.MinimumWidth = 6;
  909. this.IsGlazeChange.Name = "IsGlazeChange";
  910. this.IsGlazeChange.ReadOnly = true;
  911. this.IsGlazeChange.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  912. this.IsGlazeChange.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  913. this.IsGlazeChange.TrueValue = "1";
  914. this.IsGlazeChange.Width = 125;
  915. //
  916. // FinishedCheckProcedureName
  917. //
  918. this.FinishedCheckProcedureName.DataPropertyName = "FinishedCheckProcedureName";
  919. this.FinishedCheckProcedureName.HeaderText = "成检工序";
  920. this.FinishedCheckProcedureName.Name = "FinishedCheckProcedureName";
  921. this.FinishedCheckProcedureName.ReadOnly = true;
  922. //
  923. // RemarksDetail
  924. //
  925. this.RemarksDetail.DataPropertyName = "Remarks";
  926. this.RemarksDetail.HeaderText = "备注";
  927. this.RemarksDetail.MinimumWidth = 6;
  928. this.RemarksDetail.Name = "RemarksDetail";
  929. this.RemarksDetail.ReadOnly = true;
  930. this.RemarksDetail.Width = 125;
  931. //
  932. // nodeno
  933. //
  934. this.nodeno.DataPropertyName = "nodeno";
  935. this.nodeno.HeaderText = "nodeno";
  936. this.nodeno.MinimumWidth = 6;
  937. this.nodeno.Name = "nodeno";
  938. this.nodeno.ReadOnly = true;
  939. this.nodeno.Visible = false;
  940. this.nodeno.Width = 125;
  941. //
  942. // procedurelineid
  943. //
  944. this.procedurelineid.DataPropertyName = "productionlineid";
  945. this.procedurelineid.HeaderText = "生产线ID";
  946. this.procedurelineid.MinimumWidth = 6;
  947. this.procedurelineid.Name = "procedurelineid";
  948. this.procedurelineid.ReadOnly = true;
  949. this.procedurelineid.Visible = false;
  950. this.procedurelineid.Width = 125;
  951. //
  952. // procedureid
  953. //
  954. this.procedureid.DataPropertyName = "procedureid";
  955. this.procedureid.HeaderText = "工序ID";
  956. this.procedureid.MinimumWidth = 6;
  957. this.procedureid.Name = "procedureid";
  958. this.procedureid.ReadOnly = true;
  959. this.procedureid.Visible = false;
  960. this.procedureid.Width = 125;
  961. //
  962. // displayno
  963. //
  964. this.displayno.DataPropertyName = "displayno";
  965. this.displayno.HeaderText = "显示顺序";
  966. this.displayno.MinimumWidth = 6;
  967. this.displayno.Name = "displayno";
  968. this.displayno.ReadOnly = true;
  969. this.displayno.Width = 125;
  970. //
  971. // F_PC_0205
  972. //
  973. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  974. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  975. this.ClientSize = new System.Drawing.Size(1291, 613);
  976. this.Controls.Add(this.splitContainer1);
  977. this.Controls.Add(this.c_GroupBox1);
  978. this.Controls.Add(this.tsrOperate);
  979. this.DockAreas = ((Dongke.IBOSS.PRD.Basics.DockPanel.DockAreas)(((((Dongke.IBOSS.PRD.Basics.DockPanel.DockAreas.Float | Dongke.IBOSS.PRD.Basics.DockPanel.DockAreas.DockRight)
  980. | Dongke.IBOSS.PRD.Basics.DockPanel.DockAreas.DockTop)
  981. | Dongke.IBOSS.PRD.Basics.DockPanel.DockAreas.DockBottom)
  982. | Dongke.IBOSS.PRD.Basics.DockPanel.DockAreas.Document)));
  983. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  984. this.Margin = new System.Windows.Forms.Padding(4);
  985. this.Name = "F_PC_0205";
  986. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  987. this.Text = "生产线管理";
  988. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_0201_FormClosed);
  989. this.Load += new System.EventHandler(this.F_PC_0201_Load);
  990. this.tsrOperate.ResumeLayout(false);
  991. this.tsrOperate.PerformLayout();
  992. this.c_GroupBox1.ResumeLayout(false);
  993. this.c_GroupBox1.PerformLayout();
  994. this.splitContainer1.Panel1.ResumeLayout(false);
  995. this.splitContainer1.Panel2.ResumeLayout(false);
  996. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  997. this.splitContainer1.ResumeLayout(false);
  998. ((System.ComponentModel.ISupportInitialize)(this.dgvLine)).EndInit();
  999. ((System.ComponentModel.ISupportInitialize)(this.dgvProcedure)).EndInit();
  1000. this.ResumeLayout(false);
  1001. }
  1002. #endregion
  1003. private Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip tsrOperate;
  1004. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  1005. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1006. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  1007. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1008. private Basics.BaseControls.C_GroupBox c_GroupBox1;
  1009. private System.Windows.Forms.SplitContainer splitContainer1;
  1010. private Basics.BaseControls.C_DataGridView dgvLine;
  1011. private Basics.BaseControls.C_DataGridView dgvProcedure;
  1012. private Basics.BaseControls.C_Label lblLineCode;
  1013. private Basics.BaseControls.C_TextBox txtLineCode;
  1014. private Basics.BaseControls.C_TextBox txtLineName;
  1015. private Basics.BaseControls.C_Label c_Label1;
  1016. private Basics.BaseControls.C_TextBox txtRemarks;
  1017. private Basics.BaseControls.C_Label c_Label2;
  1018. private Basics.BaseControls.C_ValidCheckedBoxList SelValueFlag;
  1019. private Basics.BaseControls.C_Button btnSearch;
  1020. private Basics.BaseControls.C_Button btnClearCondition;
  1021. private System.Windows.Forms.ToolStripButton tsbtnBegin;
  1022. private System.Windows.Forms.ToolStripButton tsbtnCopyAndNew;
  1023. private System.Windows.Forms.ToolStripButton tsbtnFlowSetting;
  1024. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  1025. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineID;
  1026. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode;
  1027. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
  1028. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1029. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  1030. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  1031. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
  1032. private System.Windows.Forms.DataGridViewTextBoxColumn UpdateTime;
  1033. private System.Windows.Forms.DataGridViewTextBoxColumn UpdateUserName;
  1034. private System.Windows.Forms.ToolStripButton tsbtnDisable;
  1035. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureCode;
  1036. private System.Windows.Forms.DataGridViewTextBoxColumn p_name;
  1037. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
  1038. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureModelName;
  1039. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  1040. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationID;
  1041. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureModel;
  1042. private System.Windows.Forms.DataGridViewTextBoxColumn ModelTypeName;
  1043. private System.Windows.Forms.DataGridViewTextBoxColumn BarCodeFlag;
  1044. private System.Windows.Forms.DataGridViewTextBoxColumn ModelType;
  1045. private System.Windows.Forms.DataGridViewTextBoxColumn NodeTypeName;
  1046. private System.Windows.Forms.DataGridViewTextBoxColumn NodeType;
  1047. private System.Windows.Forms.DataGridViewCheckBoxColumn ProcedureMustFlag;
  1048. private System.Windows.Forms.DataGridViewTextBoxColumn CollectTypeName;
  1049. private System.Windows.Forms.DataGridViewTextBoxColumn CollectType;
  1050. private System.Windows.Forms.DataGridViewTextBoxColumn PieceTypeName;
  1051. private System.Windows.Forms.DataGridViewCheckBoxColumn UndoFlag;
  1052. private System.Windows.Forms.DataGridViewTextBoxColumn BarCodePrintCopies;
  1053. private System.Windows.Forms.DataGridViewTextBoxColumn PieceType;
  1054. private System.Windows.Forms.DataGridViewCheckBoxColumn IsSpecialRework;
  1055. private System.Windows.Forms.DataGridViewCheckBoxColumn IsSemireWork;
  1056. private System.Windows.Forms.DataGridViewCheckBoxColumn IsGlazeChange;
  1057. private System.Windows.Forms.DataGridViewTextBoxColumn FinishedCheckProcedureName;
  1058. private System.Windows.Forms.DataGridViewTextBoxColumn RemarksDetail;
  1059. private System.Windows.Forms.DataGridViewTextBoxColumn nodeno;
  1060. private System.Windows.Forms.DataGridViewTextBoxColumn procedurelineid;
  1061. private System.Windows.Forms.DataGridViewTextBoxColumn procedureid;
  1062. private System.Windows.Forms.DataGridViewTextBoxColumn displayno;
  1063. }
  1064. }