F_MST_1001.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_1001
  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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_1001));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.dgvDataDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  34. this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  35. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.DefectCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.DefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.S_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.displayno = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  41. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  43. this.DefectID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. ((System.ComponentModel.ISupportInitialize)(this.dgvDataDefect)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // dgvDataDefect
  48. //
  49. this.dgvDataDefect.AllowUserToDeleteRows = false;
  50. this.dgvDataDefect.AllowUserToModifyRows = true;
  51. this.dgvDataDefect.AllowUserToOrderColumns = true;
  52. this.dgvDataDefect.AllowUserToResizeRows = false;
  53. this.dgvDataDefect.AllowUserToSortRows = false;
  54. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  55. this.dgvDataDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  56. this.dgvDataDefect.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  57. | System.Windows.Forms.AnchorStyles.Left)
  58. | System.Windows.Forms.AnchorStyles.Right)));
  59. this.dgvDataDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  60. this.dgvDataDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  61. this.dgvDataDefect.CellHeight = 23;
  62. this.dgvDataDefect.ChildNodeColumnName = null;
  63. this.dgvDataDefect.ChildNodeColumnText = null;
  64. this.dgvDataDefect.ColumnDeep = 1;
  65. this.dgvDataDefect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  66. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  67. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  68. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  70. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  71. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  72. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  73. this.dgvDataDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  74. this.dgvDataDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  75. this.dgvDataDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  76. this.DefectCode,
  77. this.DefectName,
  78. this.S_NAME,
  79. this.displayno,
  80. this.Remarks,
  81. this.ValueFlag,
  82. this.DefectID});
  83. this.dgvDataDefect.ColumnTreeView = null;
  84. this.dgvDataDefect.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)));
  85. this.dgvDataDefect.DynamicColumnName = "";
  86. this.dgvDataDefect.EnableHeadersVisualStyles = false;
  87. this.dgvDataDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.dgvDataDefect.FormatQuantityColumns = null;
  89. this.dgvDataDefect.HasNode = false;
  90. this.dgvDataDefect.HorizontalMergeColumn = null;
  91. this.dgvDataDefect.IsAutoCountSum = true;
  92. this.dgvDataDefect.IsAutoResizeColumns = false;
  93. this.dgvDataDefect.IsClickF12 = false;
  94. this.dgvDataDefect.IsOpenMergeCellFlag = false;
  95. this.dgvDataDefect.IsSubTotalFlag = false;
  96. this.dgvDataDefect.IsTopDeep = false;
  97. this.dgvDataDefect.Location = new System.Drawing.Point(12, 12);
  98. this.dgvDataDefect.MergeColumnNames = null;
  99. this.dgvDataDefect.MergeDetailColumnNames = null;
  100. this.dgvDataDefect.MergeDetailOnlyColumn = null;
  101. this.dgvDataDefect.MergeOnlyColumn = null;
  102. this.dgvDataDefect.MultiSelect = false;
  103. this.dgvDataDefect.Name = "dgvDataDefect";
  104. this.dgvDataDefect.RefreshAtHscroll = false;
  105. this.dgvDataDefect.RowHeadersWidth = 50;
  106. this.dgvDataDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  107. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  108. this.dgvDataDefect.RowsDefaultCellStyle = dataGridViewCellStyle4;
  109. this.dgvDataDefect.RowTemplate.Height = 21;
  110. this.dgvDataDefect.Size = new System.Drawing.Size(484, 498);
  111. this.dgvDataDefect.SortOrderColumnName = null;
  112. this.dgvDataDefect.TabIndex = 0;
  113. this.dgvDataDefect.Tag = true;
  114. this.dgvDataDefect.TotalSumColumns = null;
  115. this.dgvDataDefect.ViewRowFilter = "";
  116. this.dgvDataDefect.VirtualNodes = false;
  117. this.dgvDataDefect.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefect_CellValidated);
  118. this.dgvDataDefect.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataDefect_CellValidating);
  119. this.dgvDataDefect.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefect_DefaultValuesNeeded);
  120. this.dgvDataDefect.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataDefectPosition_EditingControlShowing);
  121. this.dgvDataDefect.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefectPosition_RowValidated);
  122. this.dgvDataDefect.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataDefectPosition_RowValidating);
  123. this.dgvDataDefect.Sorted += new System.EventHandler(this.dgvDataDefectPosition_Sorted);
  124. this.dgvDataDefect.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefectPosition_UserAddedRow);
  125. //
  126. // chkDisplayDisabledData
  127. //
  128. this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  129. this.chkDisplayDisabledData.AutoSize = true;
  130. this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  131. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 516);
  133. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  134. this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
  135. this.chkDisplayDisabledData.TabIndex = 2;
  136. this.chkDisplayDisabledData.Text = "显示停用记录";
  137. this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
  138. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  139. //
  140. // btnCancel
  141. //
  142. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  143. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  144. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  145. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  146. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.btnCancel.ForeColor = System.Drawing.Color.White;
  148. this.btnCancel.Location = new System.Drawing.Point(411, 516);
  149. this.btnCancel.Name = "btnCancel";
  150. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  151. this.btnCancel.TabIndex = 5;
  152. this.btnCancel.Text = "关闭";
  153. this.btnCancel.UseVisualStyleBackColor = true;
  154. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  155. //
  156. // btnSave
  157. //
  158. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  159. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  160. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  161. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.btnSave.ForeColor = System.Drawing.Color.White;
  163. this.btnSave.Location = new System.Drawing.Point(320, 516);
  164. this.btnSave.Name = "btnSave";
  165. this.btnSave.Size = new System.Drawing.Size(85, 30);
  166. this.btnSave.TabIndex = 4;
  167. this.btnSave.Text = "保存";
  168. this.btnSave.UseVisualStyleBackColor = true;
  169. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  170. //
  171. // DefectCode
  172. //
  173. this.DefectCode.DataPropertyName = "DefectCode";
  174. this.DefectCode.HeaderText = "缺陷编码";
  175. this.DefectCode.MaxInputLength = 6;
  176. this.DefectCode.Name = "DefectCode";
  177. this.DefectCode.Width = 80;
  178. //
  179. // DefectName
  180. //
  181. this.DefectName.DataPropertyName = "DefectName";
  182. this.DefectName.HeaderText = "缺陷名称";
  183. this.DefectName.MaxInputLength = 20;
  184. this.DefectName.Name = "DefectName";
  185. this.DefectName.Width = 120;
  186. //
  187. // S_NAME
  188. //
  189. this.S_NAME.DataPropertyName = "S_NAME";
  190. this.S_NAME.HeaderText = "缺陷简称";
  191. this.S_NAME.MaxInputLength = 20;
  192. this.S_NAME.Name = "S_NAME";
  193. //
  194. // displayno
  195. //
  196. this.displayno.DataPropertyName = "displayno";
  197. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  198. this.displayno.DefaultCellStyle = dataGridViewCellStyle3;
  199. this.displayno.HeaderText = "显示顺序";
  200. this.displayno.MaxValue = new decimal(new int[] {
  201. 999,
  202. 0,
  203. 0,
  204. 0});
  205. this.displayno.MinValue = new decimal(new int[] {
  206. 0,
  207. 0,
  208. 0,
  209. 0});
  210. this.displayno.Name = "displayno";
  211. this.displayno.Number = new System.Drawing.Point(3, 0);
  212. this.displayno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  213. //
  214. // Remarks
  215. //
  216. this.Remarks.DataPropertyName = "Remarks";
  217. this.Remarks.HeaderText = "备注";
  218. this.Remarks.MaxInputLength = 500;
  219. this.Remarks.Name = "Remarks";
  220. this.Remarks.Width = 150;
  221. //
  222. // ValueFlag
  223. //
  224. this.ValueFlag.DataPropertyName = "ValueFlag";
  225. this.ValueFlag.FalseValue = "0";
  226. this.ValueFlag.HeaderText = "正常";
  227. this.ValueFlag.Name = "ValueFlag";
  228. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  229. this.ValueFlag.TrueValue = "1";
  230. this.ValueFlag.Width = 50;
  231. //
  232. // DefectID
  233. //
  234. this.DefectID.DataPropertyName = "DefectID";
  235. this.DefectID.HeaderText = "缺陷ID";
  236. this.DefectID.Name = "DefectID";
  237. this.DefectID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  238. this.DefectID.Visible = false;
  239. //
  240. // F_MST_1001
  241. //
  242. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  243. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  244. this.CancelButton = this.btnCancel;
  245. this.ClientSize = new System.Drawing.Size(508, 571);
  246. this.Controls.Add(this.btnCancel);
  247. this.Controls.Add(this.btnSave);
  248. this.Controls.Add(this.chkDisplayDisabledData);
  249. this.Controls.Add(this.dgvDataDefect);
  250. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  251. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  252. this.IsSaveFormSize = false;
  253. this.MaximizeBox = false;
  254. this.MinimizeBox = false;
  255. this.Name = "F_MST_1001";
  256. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  257. this.StatusSizingGrip = false;
  258. this.Text = "半成品缺陷";
  259. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_1001_FormClosing);
  260. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1001_FormClosed);
  261. this.Load += new System.EventHandler(this.F_MST_1001_Load);
  262. this.Controls.SetChildIndex(this.dgvDataDefect, 0);
  263. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  264. this.Controls.SetChildIndex(this.btnSave, 0);
  265. this.Controls.SetChildIndex(this.btnCancel, 0);
  266. ((System.ComponentModel.ISupportInitialize)(this.dgvDataDefect)).EndInit();
  267. this.ResumeLayout(false);
  268. this.PerformLayout();
  269. }
  270. #endregion
  271. private Basics.BaseControls.C_DataGridView dgvDataDefect;
  272. private Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  273. private Basics.BaseControls.C_Button btnCancel;
  274. private Basics.BaseControls.C_Button btnSave;
  275. private System.Windows.Forms.DataGridViewTextBoxColumn DefectCode;
  276. private System.Windows.Forms.DataGridViewTextBoxColumn DefectName;
  277. private System.Windows.Forms.DataGridViewTextBoxColumn S_NAME;
  278. private Basics.BaseControls.C_DGV_Column_Digital displayno;
  279. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  280. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  281. private System.Windows.Forms.DataGridViewTextBoxColumn DefectID;
  282. }
  283. }