S_CMN_022.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. namespace Dongke.IBOSS.PRD.Client.Controls.FormCommon
  2. {
  3. partial class S_CMN_022
  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_022));
  33. this.lblProductionLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.dgvDefectTypeName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  35. this.txtDefectTypeName = new System.Windows.Forms.TextBox();
  36. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  38. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  39. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.DefectTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  42. this.DefectTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectTypeName)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // lblProductionLineCode
  47. //
  48. this.lblProductionLineCode.AutoSize = true;
  49. this.lblProductionLineCode.BackColor = System.Drawing.Color.Transparent;
  50. this.lblProductionLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.lblProductionLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  52. this.lblProductionLineCode.Location = new System.Drawing.Point(12, 17);
  53. this.lblProductionLineCode.Name = "lblProductionLineCode";
  54. this.lblProductionLineCode.Size = new System.Drawing.Size(53, 12);
  55. this.lblProductionLineCode.TabIndex = 0;
  56. this.lblProductionLineCode.Text = "类别名称";
  57. //
  58. // dgvDefectTypeName
  59. //
  60. this.dgvDefectTypeName.AllowUserToAddRows = false;
  61. this.dgvDefectTypeName.AllowUserToDeleteRows = false;
  62. this.dgvDefectTypeName.AllowUserToModifyRows = true;
  63. this.dgvDefectTypeName.AllowUserToOrderColumns = true;
  64. this.dgvDefectTypeName.AllowUserToResizeRows = false;
  65. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  66. this.dgvDefectTypeName.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  67. this.dgvDefectTypeName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  68. | System.Windows.Forms.AnchorStyles.Left)
  69. | System.Windows.Forms.AnchorStyles.Right)));
  70. this.dgvDefectTypeName.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  71. this.dgvDefectTypeName.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  72. this.dgvDefectTypeName.CellHeight = 23;
  73. this.dgvDefectTypeName.ChildNodeColumnName = null;
  74. this.dgvDefectTypeName.ChildNodeColumnText = null;
  75. this.dgvDefectTypeName.ColumnDeep = 1;
  76. this.dgvDefectTypeName.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  77. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  78. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  79. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  81. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  82. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  83. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  84. this.dgvDefectTypeName.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  85. this.dgvDefectTypeName.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  86. this.dgvDefectTypeName.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  87. this.DefectTypeID,
  88. this.Sel,
  89. this.DefectTypeName});
  90. this.dgvDefectTypeName.ColumnTreeView = null;
  91. this.dgvDefectTypeName.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  92. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  93. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  94. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  96. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  97. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  98. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  99. this.dgvDefectTypeName.DefaultCellStyle = dataGridViewCellStyle3;
  100. this.dgvDefectTypeName.DynamicColumnName = "";
  101. this.dgvDefectTypeName.EnableHeadersVisualStyles = false;
  102. this.dgvDefectTypeName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.dgvDefectTypeName.HorizontalMergeColumn = null;
  104. this.dgvDefectTypeName.IsAutoCountSum = true;
  105. this.dgvDefectTypeName.IsAutoResizeColumns = false;
  106. this.dgvDefectTypeName.IsClickF12 = false;
  107. this.dgvDefectTypeName.IsOpenMergeCellFlag = false;
  108. this.dgvDefectTypeName.IsSubTotalFlag = false;
  109. this.dgvDefectTypeName.IsTopDeep = false;
  110. this.dgvDefectTypeName.Location = new System.Drawing.Point(12, 47);
  111. this.dgvDefectTypeName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  112. this.dgvDefectTypeName.MergeColumnNames = null;
  113. this.dgvDefectTypeName.MergeDetailColumnNames = null;
  114. this.dgvDefectTypeName.MergeDetailOnlyColumn = null;
  115. this.dgvDefectTypeName.MergeOnlyColumn = null;
  116. this.dgvDefectTypeName.MultiSelect = false;
  117. this.dgvDefectTypeName.Name = "dgvDefectTypeName";
  118. this.dgvDefectTypeName.RefreshAtHscroll = false;
  119. this.dgvDefectTypeName.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
  120. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  121. this.dgvDefectTypeName.RowsDefaultCellStyle = dataGridViewCellStyle4;
  122. this.dgvDefectTypeName.RowTemplate.Height = 21;
  123. this.dgvDefectTypeName.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  124. this.dgvDefectTypeName.Size = new System.Drawing.Size(396, 337);
  125. this.dgvDefectTypeName.SortOrderColumnName = null;
  126. this.dgvDefectTypeName.TabIndex = 4;
  127. this.dgvDefectTypeName.Tag = true;
  128. this.dgvDefectTypeName.TotalSumColumns = null;
  129. this.dgvDefectTypeName.ViewRowFilter = "";
  130. this.dgvDefectTypeName.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvProductionLine_CellMouseDoubleClick);
  131. this.dgvDefectTypeName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvProductionLine_KeyDown);
  132. //
  133. // txtDefectTypeName
  134. //
  135. this.txtDefectTypeName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  136. this.txtDefectTypeName.Font = new System.Drawing.Font("宋体", 9F);
  137. this.txtDefectTypeName.ImeMode = System.Windows.Forms.ImeMode.Off;
  138. this.txtDefectTypeName.Location = new System.Drawing.Point(71, 13);
  139. this.txtDefectTypeName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  140. this.txtDefectTypeName.MaxLength = 21;
  141. this.txtDefectTypeName.Name = "txtDefectTypeName";
  142. this.txtDefectTypeName.Size = new System.Drawing.Size(140, 21);
  143. this.txtDefectTypeName.TabIndex = 1;
  144. //
  145. // btnSearch
  146. //
  147. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  148. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  149. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  150. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F);
  151. this.btnSearch.ForeColor = System.Drawing.Color.White;
  152. this.btnSearch.Location = new System.Drawing.Point(232, 8);
  153. this.btnSearch.Name = "btnSearch";
  154. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  155. this.btnSearch.TabIndex = 2;
  156. this.btnSearch.Text = "查询";
  157. this.btnSearch.UseVisualStyleBackColor = true;
  158. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  159. //
  160. // btnOK
  161. //
  162. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  163. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  164. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  165. this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
  166. this.btnOK.ForeColor = System.Drawing.Color.White;
  167. this.btnOK.Location = new System.Drawing.Point(232, 389);
  168. this.btnOK.Name = "btnOK";
  169. this.btnOK.Size = new System.Drawing.Size(85, 30);
  170. this.btnOK.TabIndex = 5;
  171. this.btnOK.Text = "确定";
  172. this.btnOK.UseVisualStyleBackColor = true;
  173. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  174. //
  175. // btnClose
  176. //
  177. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  178. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  179. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  180. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  181. this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
  182. this.btnClose.ForeColor = System.Drawing.Color.White;
  183. this.btnClose.Location = new System.Drawing.Point(323, 389);
  184. this.btnClose.Name = "btnClose";
  185. this.btnClose.Size = new System.Drawing.Size(85, 30);
  186. this.btnClose.TabIndex = 6;
  187. this.btnClose.Text = "取消";
  188. this.btnClose.UseVisualStyleBackColor = true;
  189. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  190. //
  191. // btnClearCondition
  192. //
  193. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  194. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  195. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  196. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  198. this.btnClearCondition.Location = new System.Drawing.Point(323, 8);
  199. this.btnClearCondition.Name = "btnClearCondition";
  200. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  201. this.btnClearCondition.TabIndex = 3;
  202. this.btnClearCondition.Text = "清空条件";
  203. this.btnClearCondition.UseVisualStyleBackColor = false;
  204. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  205. //
  206. // DefectTypeID
  207. //
  208. this.DefectTypeID.DataPropertyName = "DefectTypeID";
  209. this.DefectTypeID.HeaderText = "DefectTypeID";
  210. this.DefectTypeID.Name = "DefectTypeID";
  211. this.DefectTypeID.ReadOnly = true;
  212. this.DefectTypeID.Visible = false;
  213. //
  214. // Sel
  215. //
  216. this.Sel.DataPropertyName = "Sel";
  217. this.Sel.FalseValue = "0";
  218. this.Sel.HeaderText = "选择";
  219. this.Sel.IndeterminateValue = "0";
  220. this.Sel.Name = "Sel";
  221. this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  222. this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  223. this.Sel.TrueValue = "1";
  224. this.Sel.Visible = false;
  225. //
  226. // DefectTypeName
  227. //
  228. this.DefectTypeName.DataPropertyName = "DefectTypeName";
  229. this.DefectTypeName.HeaderText = "类别名称";
  230. this.DefectTypeName.Name = "DefectTypeName";
  231. this.DefectTypeName.ReadOnly = true;
  232. //
  233. // S_CMN_022
  234. //
  235. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  236. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  237. this.ClientSize = new System.Drawing.Size(420, 444);
  238. this.Controls.Add(this.btnClearCondition);
  239. this.Controls.Add(this.btnOK);
  240. this.Controls.Add(this.btnClose);
  241. this.Controls.Add(this.btnSearch);
  242. this.Controls.Add(this.lblProductionLineCode);
  243. this.Controls.Add(this.dgvDefectTypeName);
  244. this.Controls.Add(this.txtDefectTypeName);
  245. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  246. this.IsSaveFormSize = false;
  247. this.MaximizeBox = false;
  248. this.MinimizeBox = false;
  249. this.Name = "S_CMN_022";
  250. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  251. this.StatusSizingGrip = false;
  252. this.Text = "缺陷类别";
  253. this.Load += new System.EventHandler(this.S_CMN_022_Load);
  254. this.Controls.SetChildIndex(this.txtDefectTypeName, 0);
  255. this.Controls.SetChildIndex(this.dgvDefectTypeName, 0);
  256. this.Controls.SetChildIndex(this.lblProductionLineCode, 0);
  257. this.Controls.SetChildIndex(this.btnSearch, 0);
  258. this.Controls.SetChildIndex(this.btnClose, 0);
  259. this.Controls.SetChildIndex(this.btnOK, 0);
  260. this.Controls.SetChildIndex(this.btnClearCondition, 0);
  261. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectTypeName)).EndInit();
  262. this.ResumeLayout(false);
  263. this.PerformLayout();
  264. }
  265. #endregion
  266. private Basics.BaseControls.C_Label lblProductionLineCode;
  267. private Basics.BaseControls.C_DataGridView dgvDefectTypeName;
  268. private System.Windows.Forms.TextBox txtDefectTypeName;
  269. private Basics.BaseControls.C_Button btnSearch;
  270. private Basics.BaseControls.C_Button btnOK;
  271. private Basics.BaseControls.C_Button btnClose;
  272. private Basics.BaseControls.C_Button btnClearCondition;
  273. private System.Windows.Forms.DataGridViewTextBoxColumn DefectTypeID;
  274. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  275. private System.Windows.Forms.DataGridViewTextBoxColumn DefectTypeName;
  276. }
  277. }