F_MST_0414.Designer.cs 17 KB

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