F_MST_1002.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_1002
  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_1002));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.dgvDataDefectPosition = 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.DefectPositionCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.DefectPositionName = 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.DefectPositionID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. ((System.ComponentModel.ISupportInitialize)(this.dgvDataDefectPosition)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // dgvDataDefectPosition
  48. //
  49. this.dgvDataDefectPosition.AllowUserToDeleteRows = false;
  50. this.dgvDataDefectPosition.AllowUserToModifyRows = true;
  51. this.dgvDataDefectPosition.AllowUserToOrderColumns = true;
  52. this.dgvDataDefectPosition.AllowUserToResizeRows = false;
  53. this.dgvDataDefectPosition.AllowUserToSortRows = false;
  54. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  55. this.dgvDataDefectPosition.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  56. this.dgvDataDefectPosition.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.dgvDataDefectPosition.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  60. this.dgvDataDefectPosition.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  61. this.dgvDataDefectPosition.CellHeight = 23;
  62. this.dgvDataDefectPosition.ChildNodeColumnName = null;
  63. this.dgvDataDefectPosition.ChildNodeColumnText = null;
  64. this.dgvDataDefectPosition.ColumnDeep = 1;
  65. this.dgvDataDefectPosition.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.dgvDataDefectPosition.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  74. this.dgvDataDefectPosition.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  75. this.dgvDataDefectPosition.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  76. this.DefectPositionCode,
  77. this.DefectPositionName,
  78. this.S_NAME,
  79. this.DisplayNo,
  80. this.Remarks,
  81. this.ValueFlag,
  82. this.DefectPositionID});
  83. this.dgvDataDefectPosition.ColumnTreeView = null;
  84. this.dgvDataDefectPosition.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.dgvDataDefectPosition.DynamicColumnName = "";
  86. this.dgvDataDefectPosition.EnableHeadersVisualStyles = false;
  87. this.dgvDataDefectPosition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.dgvDataDefectPosition.FormatQuantityColumns = null;
  89. this.dgvDataDefectPosition.HasNode = false;
  90. this.dgvDataDefectPosition.HorizontalMergeColumn = null;
  91. this.dgvDataDefectPosition.IsAutoCountSum = true;
  92. this.dgvDataDefectPosition.IsAutoResizeColumns = false;
  93. this.dgvDataDefectPosition.IsClickF12 = false;
  94. this.dgvDataDefectPosition.IsOpenMergeCellFlag = false;
  95. this.dgvDataDefectPosition.IsSubTotalFlag = false;
  96. this.dgvDataDefectPosition.IsTopDeep = false;
  97. this.dgvDataDefectPosition.Location = new System.Drawing.Point(12, 12);
  98. this.dgvDataDefectPosition.MergeColumnNames = null;
  99. this.dgvDataDefectPosition.MergeDetailColumnNames = null;
  100. this.dgvDataDefectPosition.MergeDetailOnlyColumn = null;
  101. this.dgvDataDefectPosition.MergeOnlyColumn = null;
  102. this.dgvDataDefectPosition.MultiSelect = false;
  103. this.dgvDataDefectPosition.Name = "dgvDataDefectPosition";
  104. this.dgvDataDefectPosition.RefreshAtHscroll = false;
  105. this.dgvDataDefectPosition.RowHeadersWidth = 50;
  106. this.dgvDataDefectPosition.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  107. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  108. this.dgvDataDefectPosition.RowsDefaultCellStyle = dataGridViewCellStyle4;
  109. this.dgvDataDefectPosition.RowTemplate.Height = 21;
  110. this.dgvDataDefectPosition.Size = new System.Drawing.Size(484, 498);
  111. this.dgvDataDefectPosition.SortOrderColumnName = null;
  112. this.dgvDataDefectPosition.TabIndex = 0;
  113. this.dgvDataDefectPosition.Tag = true;
  114. this.dgvDataDefectPosition.TotalSumColumns = null;
  115. this.dgvDataDefectPosition.ViewRowFilter = "";
  116. this.dgvDataDefectPosition.VirtualNodes = false;
  117. this.dgvDataDefectPosition.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefect_CellValidated);
  118. this.dgvDataDefectPosition.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataDefect_CellValidating);
  119. this.dgvDataDefectPosition.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefect_DefaultValuesNeeded);
  120. this.dgvDataDefectPosition.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataDefectPosition_EditingControlShowing);
  121. this.dgvDataDefectPosition.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefectPosition_RowValidated);
  122. this.dgvDataDefectPosition.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataDefectPosition_RowValidating);
  123. this.dgvDataDefectPosition.Sorted += new System.EventHandler(this.dgvDataDefectPosition_Sorted);
  124. this.dgvDataDefectPosition.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. // DefectPositionCode
  172. //
  173. this.DefectPositionCode.DataPropertyName = "DefectPositionCode";
  174. this.DefectPositionCode.HeaderText = "缺陷位置编码";
  175. this.DefectPositionCode.MaxInputLength = 6;
  176. this.DefectPositionCode.Name = "DefectPositionCode";
  177. //
  178. // DefectPositionName
  179. //
  180. this.DefectPositionName.DataPropertyName = "DefectPositionName";
  181. this.DefectPositionName.HeaderText = "缺陷位置名称";
  182. this.DefectPositionName.MaxInputLength = 20;
  183. this.DefectPositionName.Name = "DefectPositionName";
  184. this.DefectPositionName.Width = 120;
  185. //
  186. // S_NAME
  187. //
  188. this.S_NAME.DataPropertyName = "S_NAME";
  189. this.S_NAME.HeaderText = "缺陷位置简称";
  190. this.S_NAME.MaxInputLength = 20;
  191. this.S_NAME.Name = "S_NAME";
  192. //
  193. // DisplayNo
  194. //
  195. this.DisplayNo.DataPropertyName = "DisplayNo";
  196. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  197. this.DisplayNo.DefaultCellStyle = dataGridViewCellStyle3;
  198. this.DisplayNo.HeaderText = "显示顺序";
  199. this.DisplayNo.MaxValue = new decimal(new int[] {
  200. 999,
  201. 0,
  202. 0,
  203. 0});
  204. this.DisplayNo.MinValue = new decimal(new int[] {
  205. 0,
  206. 0,
  207. 0,
  208. 0});
  209. this.DisplayNo.Name = "DisplayNo";
  210. this.DisplayNo.Number = new System.Drawing.Point(3, 0);
  211. this.DisplayNo.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  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. // DefectPositionID
  233. //
  234. this.DefectPositionID.DataPropertyName = "DefectPositionID";
  235. this.DefectPositionID.HeaderText = "缺陷位置ID";
  236. this.DefectPositionID.Name = "DefectPositionID";
  237. this.DefectPositionID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  238. this.DefectPositionID.Visible = false;
  239. //
  240. // F_MST_1002
  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.dgvDataDefectPosition);
  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_1002";
  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_1002_FormClosing);
  260. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1001_FormClosed);
  261. this.Load += new System.EventHandler(this.F_MST_1002_Load);
  262. this.Controls.SetChildIndex(this.dgvDataDefectPosition, 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.dgvDataDefectPosition)).EndInit();
  267. this.ResumeLayout(false);
  268. this.PerformLayout();
  269. }
  270. #endregion
  271. private Basics.BaseControls.C_DataGridView dgvDataDefectPosition;
  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 DefectPositionCode;
  276. private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionName;
  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 DefectPositionID;
  282. }
  283. }