S_CMN_025.Designer.cs 25 KB

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