S_CMN_014.Designer.cs 26 KB

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