S_CMN_026.Designer.cs 21 KB

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