F_MST_0408.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0408
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0408));
  32. this.dgvGoodsLevel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  33. this.GoodsLevelID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.GoodsLevelName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.GoodsLevelTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.GoodsLevelTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.IsSemiFinishedEx = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  38. this.SFEDisplayNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.IsFinishedEx = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  40. this.FEDisplayNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.IsFinished = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  42. this.IsScrapped = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  43. this.CanDisable = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  44. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  45. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  47. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsLevel)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // dgvGoodsLevel
  53. //
  54. this.dgvGoodsLevel.AllowUserToAddRows = false;
  55. this.dgvGoodsLevel.AllowUserToDeleteRows = false;
  56. this.dgvGoodsLevel.AllowUserToModifyRows = true;
  57. this.dgvGoodsLevel.AllowUserToOrderColumns = true;
  58. this.dgvGoodsLevel.AllowUserToResizeRows = false;
  59. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  60. this.dgvGoodsLevel.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  61. this.dgvGoodsLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  62. | System.Windows.Forms.AnchorStyles.Left)
  63. | System.Windows.Forms.AnchorStyles.Right)));
  64. this.dgvGoodsLevel.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  65. this.dgvGoodsLevel.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  66. this.dgvGoodsLevel.CellHeight = 23;
  67. this.dgvGoodsLevel.ChildNodeColumnName = null;
  68. this.dgvGoodsLevel.ChildNodeColumnText = null;
  69. this.dgvGoodsLevel.ColumnDeep = 1;
  70. this.dgvGoodsLevel.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  71. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  72. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  73. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  75. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  76. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  77. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  78. this.dgvGoodsLevel.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  79. this.dgvGoodsLevel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  80. this.dgvGoodsLevel.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  81. this.GoodsLevelID,
  82. this.GoodsLevelName,
  83. this.GoodsLevelTypeName,
  84. this.GoodsLevelTypeID,
  85. this.IsSemiFinishedEx,
  86. this.SFEDisplayNo,
  87. this.IsFinishedEx,
  88. this.FEDisplayNo,
  89. this.IsFinished,
  90. this.IsScrapped,
  91. this.CanDisable,
  92. this.ValueFlag,
  93. this.Remarks});
  94. this.dgvGoodsLevel.ColumnTreeView = null;
  95. this.dgvGoodsLevel.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)));
  96. this.dgvGoodsLevel.DynamicColumnName = "";
  97. this.dgvGoodsLevel.EnableHeadersVisualStyles = false;
  98. this.dgvGoodsLevel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.dgvGoodsLevel.IsAutoCountSum = true;
  100. this.dgvGoodsLevel.IsAutoResizeColumns = false;
  101. this.dgvGoodsLevel.IsClickF12 = false;
  102. this.dgvGoodsLevel.IsSubTotalFlag = false;
  103. this.dgvGoodsLevel.Location = new System.Drawing.Point(12, 12);
  104. this.dgvGoodsLevel.MultiSelect = false;
  105. this.dgvGoodsLevel.Name = "dgvGoodsLevel";
  106. this.dgvGoodsLevel.RefreshAtHscroll = false;
  107. this.dgvGoodsLevel.RowHeadersWidth = 50;
  108. this.dgvGoodsLevel.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  109. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  110. this.dgvGoodsLevel.RowsDefaultCellStyle = dataGridViewCellStyle3;
  111. this.dgvGoodsLevel.RowTemplate.Height = 25;
  112. this.dgvGoodsLevel.Size = new System.Drawing.Size(1052, 308);
  113. this.dgvGoodsLevel.SortOrderColumnName = null;
  114. this.dgvGoodsLevel.TabIndex = 1;
  115. this.dgvGoodsLevel.Tag = true;
  116. this.dgvGoodsLevel.TotalSumColumns = null;
  117. this.dgvGoodsLevel.ViewRowFilter = "";
  118. this.dgvGoodsLevel.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvGoodsLevel_CellBeginEdit);
  119. this.dgvGoodsLevel.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoodsLevel_RowValidated);
  120. this.dgvGoodsLevel.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvGoodsLevel_RowValidating);
  121. this.dgvGoodsLevel.Sorted += new System.EventHandler(this.dgvGoodsLevel_Sorted);
  122. //
  123. // GoodsLevelID
  124. //
  125. this.GoodsLevelID.DataPropertyName = "GoodsLevelID";
  126. this.GoodsLevelID.HeaderText = "产品等级ID";
  127. this.GoodsLevelID.Name = "GoodsLevelID";
  128. this.GoodsLevelID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  129. this.GoodsLevelID.Visible = false;
  130. //
  131. // GoodsLevelName
  132. //
  133. this.GoodsLevelName.DataPropertyName = "GoodsLevelName";
  134. this.GoodsLevelName.HeaderText = "产品分级名称";
  135. this.GoodsLevelName.MaxInputLength = 50;
  136. this.GoodsLevelName.Name = "GoodsLevelName";
  137. //
  138. // GoodsLevelTypeName
  139. //
  140. this.GoodsLevelTypeName.DataPropertyName = "GoodsLevelTypeName";
  141. this.GoodsLevelTypeName.HeaderText = "类别名称";
  142. this.GoodsLevelTypeName.Name = "GoodsLevelTypeName";
  143. this.GoodsLevelTypeName.ReadOnly = true;
  144. //
  145. // GoodsLevelTypeID
  146. //
  147. this.GoodsLevelTypeID.DataPropertyName = "GoodsLevelTypeID";
  148. this.GoodsLevelTypeID.HeaderText = "产品等级类别ID";
  149. this.GoodsLevelTypeID.Name = "GoodsLevelTypeID";
  150. this.GoodsLevelTypeID.Visible = false;
  151. //
  152. // IsSemiFinishedEx
  153. //
  154. this.IsSemiFinishedEx.DataPropertyName = "IsSemiFinishedEx";
  155. this.IsSemiFinishedEx.FalseValue = "0";
  156. this.IsSemiFinishedEx.HeaderText = "半成品检验分级";
  157. this.IsSemiFinishedEx.Name = "IsSemiFinishedEx";
  158. this.IsSemiFinishedEx.ReadOnly = true;
  159. this.IsSemiFinishedEx.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  160. this.IsSemiFinishedEx.TrueValue = "1";
  161. //
  162. // SFEDisplayNo
  163. //
  164. this.SFEDisplayNo.DataPropertyName = "SFEDisplayNo";
  165. this.SFEDisplayNo.HeaderText = "显示顺序";
  166. this.SFEDisplayNo.MaxInputLength = 4;
  167. this.SFEDisplayNo.Name = "SFEDisplayNo";
  168. //
  169. // IsFinishedEx
  170. //
  171. this.IsFinishedEx.DataPropertyName = "IsFinishedEx";
  172. this.IsFinishedEx.FalseValue = "0";
  173. this.IsFinishedEx.HeaderText = "成品检验分级";
  174. this.IsFinishedEx.Name = "IsFinishedEx";
  175. this.IsFinishedEx.ReadOnly = true;
  176. this.IsFinishedEx.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  177. this.IsFinishedEx.TrueValue = "1";
  178. //
  179. // FEDisplayNo
  180. //
  181. this.FEDisplayNo.DataPropertyName = "FEDisplayNo";
  182. this.FEDisplayNo.HeaderText = "显示顺序";
  183. this.FEDisplayNo.MaxInputLength = 4;
  184. this.FEDisplayNo.Name = "FEDisplayNo";
  185. //
  186. // IsFinished
  187. //
  188. this.IsFinished.DataPropertyName = "IsFinished";
  189. this.IsFinished.FalseValue = "0";
  190. this.IsFinished.HeaderText = "成品分级";
  191. this.IsFinished.Name = "IsFinished";
  192. this.IsFinished.ReadOnly = true;
  193. this.IsFinished.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  194. this.IsFinished.TrueValue = "1";
  195. //
  196. // IsScrapped
  197. //
  198. this.IsScrapped.DataPropertyName = "IsScrapped";
  199. this.IsScrapped.FalseValue = "0";
  200. this.IsScrapped.HeaderText = "报废分级";
  201. this.IsScrapped.Name = "IsScrapped";
  202. this.IsScrapped.ReadOnly = true;
  203. this.IsScrapped.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  204. this.IsScrapped.TrueValue = "1";
  205. //
  206. // CanDisable
  207. //
  208. this.CanDisable.DataPropertyName = "CanDisable";
  209. this.CanDisable.FalseValue = "0";
  210. this.CanDisable.HeaderText = "能否停用";
  211. this.CanDisable.Name = "CanDisable";
  212. this.CanDisable.ReadOnly = true;
  213. this.CanDisable.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  214. this.CanDisable.TrueValue = "1";
  215. this.CanDisable.Visible = false;
  216. //
  217. // ValueFlag
  218. //
  219. this.ValueFlag.DataPropertyName = "ValueFlag";
  220. this.ValueFlag.FalseValue = "0";
  221. this.ValueFlag.HeaderText = "正常";
  222. this.ValueFlag.Name = "ValueFlag";
  223. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  224. this.ValueFlag.TrueValue = "1";
  225. //
  226. // Remarks
  227. //
  228. this.Remarks.DataPropertyName = "Remarks";
  229. this.Remarks.HeaderText = "备注";
  230. this.Remarks.MaxInputLength = 500;
  231. this.Remarks.Name = "Remarks";
  232. this.Remarks.ReadOnly = true;
  233. //
  234. // chkDisplayDisabledData
  235. //
  236. this.chkDisplayDisabledData.AutoSize = true;
  237. this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.bg;
  238. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 326);
  240. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  241. this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
  242. this.chkDisplayDisabledData.TabIndex = 2;
  243. this.chkDisplayDisabledData.Text = "显示停用记录";
  244. this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
  245. this.chkDisplayDisabledData.Visible = false;
  246. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  247. //
  248. // btnSave
  249. //
  250. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  251. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  252. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  253. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.btnSave.ForeColor = System.Drawing.Color.White;
  255. this.btnSave.Location = new System.Drawing.Point(888, 325);
  256. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  257. this.btnSave.Name = "btnSave";
  258. this.btnSave.Size = new System.Drawing.Size(85, 30);
  259. this.btnSave.TabIndex = 3;
  260. this.btnSave.Text = "保存";
  261. this.btnSave.UseVisualStyleBackColor = true;
  262. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  263. //
  264. // btnCancel
  265. //
  266. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  267. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  268. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  269. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  270. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.btnCancel.ForeColor = System.Drawing.Color.White;
  272. this.btnCancel.Location = new System.Drawing.Point(979, 325);
  273. this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  274. this.btnCancel.Name = "btnCancel";
  275. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  276. this.btnCancel.TabIndex = 4;
  277. this.btnCancel.Text = "关闭";
  278. this.btnCancel.UseVisualStyleBackColor = true;
  279. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  280. //
  281. // F_MST_0408
  282. //
  283. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  284. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  285. this.BackColor = System.Drawing.SystemColors.Window;
  286. this.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.bg;
  287. this.CancelButton = this.btnCancel;
  288. this.ClientSize = new System.Drawing.Size(1076, 379);
  289. this.Controls.Add(this.btnCancel);
  290. this.Controls.Add(this.btnSave);
  291. this.Controls.Add(this.chkDisplayDisabledData);
  292. this.Controls.Add(this.dgvGoodsLevel);
  293. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  294. this.IsSaveFormSize = false;
  295. this.MaximizeBox = false;
  296. this.MinimizeBox = false;
  297. this.Name = "F_MST_0408";
  298. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  299. this.StatusBackColor = System.Drawing.SystemColors.Window;
  300. this.StatusSizingGrip = false;
  301. this.Text = "产品分级";
  302. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0408_FormClosing);
  303. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0408_FormClosed);
  304. this.Load += new System.EventHandler(this.F_MST_0408_Load);
  305. this.Controls.SetChildIndex(this.dgvGoodsLevel, 0);
  306. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  307. this.Controls.SetChildIndex(this.btnSave, 0);
  308. this.Controls.SetChildIndex(this.btnCancel, 0);
  309. ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsLevel)).EndInit();
  310. this.ResumeLayout(false);
  311. this.PerformLayout();
  312. }
  313. #endregion
  314. private Basics.BaseControls.C_DataGridView dgvGoodsLevel;
  315. private Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  316. private Basics.BaseControls.C_Button btnSave;
  317. private Basics.BaseControls.C_Button btnCancel;
  318. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelID;
  319. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelName;
  320. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelTypeName;
  321. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelTypeID;
  322. private System.Windows.Forms.DataGridViewCheckBoxColumn IsSemiFinishedEx;
  323. private System.Windows.Forms.DataGridViewTextBoxColumn SFEDisplayNo;
  324. private System.Windows.Forms.DataGridViewCheckBoxColumn IsFinishedEx;
  325. private System.Windows.Forms.DataGridViewTextBoxColumn FEDisplayNo;
  326. private System.Windows.Forms.DataGridViewCheckBoxColumn IsFinished;
  327. private System.Windows.Forms.DataGridViewCheckBoxColumn IsScrapped;
  328. private System.Windows.Forms.DataGridViewCheckBoxColumn CanDisable;
  329. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  330. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  331. }
  332. }