S_CMN_016.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. namespace Dongke.IBOSS.PRD.Client.Controls.FormCommon
  2. {
  3. partial class S_CMN_016
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(S_CMN_016));
  33. this.lblProductionLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.lblProductionLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.txtProcedureName = new System.Windows.Forms.TextBox();
  36. this.dgvProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  37. this.txtProcedureCode = new System.Windows.Forms.TextBox();
  38. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  39. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  42. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.ProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  45. this.ProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.orgfullname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. ((System.ComponentModel.ISupportInitialize)(this.dgvProcedure)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // lblProductionLineName
  54. //
  55. this.lblProductionLineName.AutoSize = true;
  56. this.lblProductionLineName.BackColor = System.Drawing.Color.Transparent;
  57. this.lblProductionLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.lblProductionLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  59. this.lblProductionLineName.Location = new System.Drawing.Point(199, 20);
  60. this.lblProductionLineName.Name = "lblProductionLineName";
  61. this.lblProductionLineName.Size = new System.Drawing.Size(53, 12);
  62. this.lblProductionLineName.TabIndex = 2;
  63. this.lblProductionLineName.Text = "工序名称";
  64. //
  65. // lblProductionLineCode
  66. //
  67. this.lblProductionLineCode.AutoSize = true;
  68. this.lblProductionLineCode.BackColor = System.Drawing.Color.Transparent;
  69. this.lblProductionLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.lblProductionLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  71. this.lblProductionLineCode.Location = new System.Drawing.Point(12, 20);
  72. this.lblProductionLineCode.Name = "lblProductionLineCode";
  73. this.lblProductionLineCode.Size = new System.Drawing.Size(53, 12);
  74. this.lblProductionLineCode.TabIndex = 0;
  75. this.lblProductionLineCode.Text = "工序编码";
  76. //
  77. // txtProcedureName
  78. //
  79. this.txtProcedureName.Font = new System.Drawing.Font("宋体", 9F);
  80. this.txtProcedureName.Location = new System.Drawing.Point(258, 16);
  81. this.txtProcedureName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  82. this.txtProcedureName.MaxLength = 20;
  83. this.txtProcedureName.Name = "txtProcedureName";
  84. this.txtProcedureName.Size = new System.Drawing.Size(122, 21);
  85. this.txtProcedureName.TabIndex = 3;
  86. //
  87. // dgvProcedure
  88. //
  89. this.dgvProcedure.AllowUserToAddRows = false;
  90. this.dgvProcedure.AllowUserToDeleteRows = false;
  91. this.dgvProcedure.AllowUserToModifyRows = true;
  92. this.dgvProcedure.AllowUserToOrderColumns = true;
  93. this.dgvProcedure.AllowUserToResizeRows = false;
  94. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  95. this.dgvProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  96. this.dgvProcedure.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  97. | System.Windows.Forms.AnchorStyles.Left)
  98. | System.Windows.Forms.AnchorStyles.Right)));
  99. this.dgvProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  100. this.dgvProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  101. this.dgvProcedure.CellHeight = 23;
  102. this.dgvProcedure.ChildNodeColumnName = null;
  103. this.dgvProcedure.ChildNodeColumnText = null;
  104. this.dgvProcedure.ColumnDeep = 1;
  105. this.dgvProcedure.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  106. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  107. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  108. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  110. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  111. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  112. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  113. this.dgvProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  114. this.dgvProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  115. this.dgvProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  116. this.ProcedureID,
  117. this.Sel,
  118. this.ProcedureCode,
  119. this.ProcedureName,
  120. this.ProductionLineName,
  121. this.orgfullname,
  122. this.Remarks});
  123. this.dgvProcedure.ColumnTreeView = null;
  124. 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)));
  125. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  126. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  127. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  129. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  130. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  131. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  132. this.dgvProcedure.DefaultCellStyle = dataGridViewCellStyle3;
  133. this.dgvProcedure.DynamicColumnName = "";
  134. this.dgvProcedure.EnableHeadersVisualStyles = false;
  135. this.dgvProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.dgvProcedure.HorizontalMergeColumn = null;
  137. this.dgvProcedure.IsAutoCountSum = true;
  138. this.dgvProcedure.IsAutoResizeColumns = false;
  139. this.dgvProcedure.IsClickF12 = false;
  140. this.dgvProcedure.IsOpenMergeCellFlag = false;
  141. this.dgvProcedure.IsSubTotalFlag = false;
  142. this.dgvProcedure.IsTopDeep = false;
  143. this.dgvProcedure.Location = new System.Drawing.Point(12, 46);
  144. this.dgvProcedure.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  145. this.dgvProcedure.MergeColumnNames = null;
  146. this.dgvProcedure.MergeDetailColumnNames = null;
  147. this.dgvProcedure.MergeDetailOnlyColumn = null;
  148. this.dgvProcedure.MergeOnlyColumn = null;
  149. this.dgvProcedure.MultiSelect = false;
  150. this.dgvProcedure.Name = "dgvProcedure";
  151. this.dgvProcedure.RefreshAtHscroll = false;
  152. this.dgvProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
  153. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  154. this.dgvProcedure.RowsDefaultCellStyle = dataGridViewCellStyle4;
  155. this.dgvProcedure.RowTemplate.Height = 21;
  156. this.dgvProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  157. this.dgvProcedure.Size = new System.Drawing.Size(601, 339);
  158. this.dgvProcedure.SortOrderColumnName = null;
  159. this.dgvProcedure.TabIndex = 6;
  160. this.dgvProcedure.Tag = true;
  161. this.dgvProcedure.TotalSumColumns = null;
  162. this.dgvProcedure.ViewRowFilter = "";
  163. this.dgvProcedure.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvProductionLine_CellMouseDoubleClick);
  164. this.dgvProcedure.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvProductionLine_KeyDown);
  165. //
  166. // txtProcedureCode
  167. //
  168. this.txtProcedureCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  169. this.txtProcedureCode.Font = new System.Drawing.Font("宋体", 9F);
  170. this.txtProcedureCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  171. this.txtProcedureCode.Location = new System.Drawing.Point(71, 16);
  172. this.txtProcedureCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  173. this.txtProcedureCode.MaxLength = 21;
  174. this.txtProcedureCode.Name = "txtProcedureCode";
  175. this.txtProcedureCode.Size = new System.Drawing.Size(122, 21);
  176. this.txtProcedureCode.TabIndex = 1;
  177. //
  178. // btnClose
  179. //
  180. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  181. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  182. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  183. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  184. this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
  185. this.btnClose.ForeColor = System.Drawing.Color.White;
  186. this.btnClose.Location = new System.Drawing.Point(528, 389);
  187. this.btnClose.Name = "btnClose";
  188. this.btnClose.Size = new System.Drawing.Size(85, 30);
  189. this.btnClose.TabIndex = 9;
  190. this.btnClose.Text = "取消";
  191. this.btnClose.UseVisualStyleBackColor = true;
  192. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  193. //
  194. // btnOK
  195. //
  196. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  197. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  198. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  199. this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
  200. this.btnOK.ForeColor = System.Drawing.Color.White;
  201. this.btnOK.Location = new System.Drawing.Point(437, 389);
  202. this.btnOK.Name = "btnOK";
  203. this.btnOK.Size = new System.Drawing.Size(85, 30);
  204. this.btnOK.TabIndex = 8;
  205. this.btnOK.Text = "确定";
  206. this.btnOK.UseVisualStyleBackColor = true;
  207. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  208. //
  209. // btnSearch
  210. //
  211. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  212. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  213. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  214. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F);
  215. this.btnSearch.ForeColor = System.Drawing.Color.White;
  216. this.btnSearch.Location = new System.Drawing.Point(437, 11);
  217. this.btnSearch.Name = "btnSearch";
  218. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  219. this.btnSearch.TabIndex = 4;
  220. this.btnSearch.Text = "查询";
  221. this.btnSearch.UseVisualStyleBackColor = true;
  222. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  223. //
  224. // chkChooseAll
  225. //
  226. this.chkChooseAll.AutoSize = true;
  227. this.chkChooseAll.BackColor = System.Drawing.Color.Transparent;
  228. this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.chkChooseAll.Location = new System.Drawing.Point(12, 390);
  230. this.chkChooseAll.Name = "chkChooseAll";
  231. this.chkChooseAll.Size = new System.Drawing.Size(48, 16);
  232. this.chkChooseAll.TabIndex = 7;
  233. this.chkChooseAll.Text = "全选";
  234. this.chkChooseAll.UseVisualStyleBackColor = false;
  235. this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged);
  236. //
  237. // btnClearCondition
  238. //
  239. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  240. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  241. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  242. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  244. this.btnClearCondition.Location = new System.Drawing.Point(528, 11);
  245. this.btnClearCondition.Name = "btnClearCondition";
  246. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  247. this.btnClearCondition.TabIndex = 5;
  248. this.btnClearCondition.Text = "清空条件";
  249. this.btnClearCondition.UseVisualStyleBackColor = false;
  250. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  251. //
  252. // ProcedureID
  253. //
  254. this.ProcedureID.DataPropertyName = "ProcedureID";
  255. this.ProcedureID.HeaderText = "ProcedureID";
  256. this.ProcedureID.Name = "ProcedureID";
  257. this.ProcedureID.ReadOnly = true;
  258. this.ProcedureID.Visible = false;
  259. //
  260. // Sel
  261. //
  262. this.Sel.DataPropertyName = "Sel";
  263. this.Sel.FalseValue = "0";
  264. this.Sel.HeaderText = "选择";
  265. this.Sel.IndeterminateValue = "0";
  266. this.Sel.Name = "Sel";
  267. this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  268. this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  269. this.Sel.TrueValue = "1";
  270. this.Sel.Visible = false;
  271. //
  272. // ProcedureCode
  273. //
  274. this.ProcedureCode.DataPropertyName = "ProcedureCode";
  275. this.ProcedureCode.HeaderText = "工序编码";
  276. this.ProcedureCode.Name = "ProcedureCode";
  277. this.ProcedureCode.ReadOnly = true;
  278. this.ProcedureCode.Width = 120;
  279. //
  280. // ProcedureName
  281. //
  282. this.ProcedureName.DataPropertyName = "ProcedureName";
  283. this.ProcedureName.HeaderText = "工序名称";
  284. this.ProcedureName.Name = "ProcedureName";
  285. this.ProcedureName.ReadOnly = true;
  286. this.ProcedureName.Width = 120;
  287. //
  288. // ProductionLineName
  289. //
  290. this.ProductionLineName.DataPropertyName = "ProductionLineName";
  291. this.ProductionLineName.HeaderText = "生产线名称";
  292. this.ProductionLineName.Name = "ProductionLineName";
  293. this.ProductionLineName.ReadOnly = true;
  294. //
  295. // orgfullname
  296. //
  297. this.orgfullname.DataPropertyName = "organizationname";
  298. this.orgfullname.HeaderText = "所属部门";
  299. this.orgfullname.Name = "orgfullname";
  300. this.orgfullname.ReadOnly = true;
  301. //
  302. // Remarks
  303. //
  304. this.Remarks.DataPropertyName = "Remarks";
  305. this.Remarks.HeaderText = "备注";
  306. this.Remarks.Name = "Remarks";
  307. this.Remarks.ReadOnly = true;
  308. //
  309. // S_CMN_016
  310. //
  311. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  312. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  313. this.CancelButton = this.btnClose;
  314. this.ClientSize = new System.Drawing.Size(625, 444);
  315. this.Controls.Add(this.btnClearCondition);
  316. this.Controls.Add(this.chkChooseAll);
  317. this.Controls.Add(this.btnSearch);
  318. this.Controls.Add(this.btnOK);
  319. this.Controls.Add(this.btnClose);
  320. this.Controls.Add(this.lblProductionLineName);
  321. this.Controls.Add(this.lblProductionLineCode);
  322. this.Controls.Add(this.txtProcedureName);
  323. this.Controls.Add(this.dgvProcedure);
  324. this.Controls.Add(this.txtProcedureCode);
  325. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  326. this.IsSaveFormSize = false;
  327. this.MaximizeBox = false;
  328. this.MinimizeBox = false;
  329. this.Name = "S_CMN_016";
  330. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  331. this.StatusSizingGrip = false;
  332. this.Text = "工序";
  333. this.Load += new System.EventHandler(this.S_CMN_015_Load);
  334. this.Controls.SetChildIndex(this.txtProcedureCode, 0);
  335. this.Controls.SetChildIndex(this.dgvProcedure, 0);
  336. this.Controls.SetChildIndex(this.txtProcedureName, 0);
  337. this.Controls.SetChildIndex(this.lblProductionLineCode, 0);
  338. this.Controls.SetChildIndex(this.lblProductionLineName, 0);
  339. this.Controls.SetChildIndex(this.btnClose, 0);
  340. this.Controls.SetChildIndex(this.btnOK, 0);
  341. this.Controls.SetChildIndex(this.btnSearch, 0);
  342. this.Controls.SetChildIndex(this.chkChooseAll, 0);
  343. this.Controls.SetChildIndex(this.btnClearCondition, 0);
  344. ((System.ComponentModel.ISupportInitialize)(this.dgvProcedure)).EndInit();
  345. this.ResumeLayout(false);
  346. this.PerformLayout();
  347. }
  348. #endregion
  349. private Basics.BaseControls.C_Label lblProductionLineName;
  350. private Basics.BaseControls.C_Label lblProductionLineCode;
  351. private System.Windows.Forms.TextBox txtProcedureName;
  352. private Basics.BaseControls.C_DataGridView dgvProcedure;
  353. private System.Windows.Forms.TextBox txtProcedureCode;
  354. private Basics.BaseControls.C_Button btnClose;
  355. private Basics.BaseControls.C_Button btnOK;
  356. private Basics.BaseControls.C_Button btnSearch;
  357. private Basics.BaseControls.C_CheckBox chkChooseAll;
  358. private Basics.BaseControls.C_Button btnClearCondition;
  359. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureID;
  360. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  361. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureCode;
  362. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
  363. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
  364. private System.Windows.Forms.DataGridViewTextBoxColumn orgfullname;
  365. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  366. }
  367. }