S_CMN_018.Designer.cs 21 KB

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