F_PM_0906.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_0906
  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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_0906));
  33. this.dgvScrapReason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  34. this.ScrapReason = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.DisplayNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  38. this.ScrapType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.ScrapReasonID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.tvwScrapType = new System.Windows.Forms.TreeView();
  41. this.lblDictionaryType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  44. this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  45. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapReason)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // dgvScrapReason
  49. //
  50. this.dgvScrapReason.AllowUserToDeleteRows = false;
  51. this.dgvScrapReason.AllowUserToModifyRows = true;
  52. this.dgvScrapReason.AllowUserToOrderColumns = true;
  53. this.dgvScrapReason.AllowUserToResizeRows = false;
  54. this.dgvScrapReason.AllowUserToSortRows = false;
  55. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  56. this.dgvScrapReason.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  57. this.dgvScrapReason.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  58. this.dgvScrapReason.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  59. this.dgvScrapReason.CellHeight = 23;
  60. this.dgvScrapReason.ChildNodeColumnName = null;
  61. this.dgvScrapReason.ChildNodeColumnText = null;
  62. this.dgvScrapReason.ColumnDeep = 1;
  63. this.dgvScrapReason.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  64. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  65. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  66. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  68. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  69. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  70. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  71. this.dgvScrapReason.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  72. this.dgvScrapReason.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  73. this.dgvScrapReason.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  74. this.ScrapReason,
  75. this.DisplayNo,
  76. this.Remarks,
  77. this.ValueFlag,
  78. this.ScrapType,
  79. this.ScrapReasonID});
  80. this.dgvScrapReason.ColumnTreeView = null;
  81. this.dgvScrapReason.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)));
  82. this.dgvScrapReason.DynamicColumnName = "";
  83. this.dgvScrapReason.EnableHeadersVisualStyles = false;
  84. this.dgvScrapReason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.dgvScrapReason.HorizontalMergeColumn = null;
  86. this.dgvScrapReason.IsAutoCountSum = true;
  87. this.dgvScrapReason.IsAutoResizeColumns = false;
  88. this.dgvScrapReason.IsClickF12 = false;
  89. this.dgvScrapReason.IsOpenMergeCellFlag = false;
  90. this.dgvScrapReason.IsSubTotalFlag = false;
  91. this.dgvScrapReason.IsTopDeep = false;
  92. this.dgvScrapReason.Location = new System.Drawing.Point(201, 23);
  93. this.dgvScrapReason.MergeColumnNames = null;
  94. this.dgvScrapReason.MergeDetailColumnNames = null;
  95. this.dgvScrapReason.MergeDetailOnlyColumn = null;
  96. this.dgvScrapReason.MergeOnlyColumn = null;
  97. this.dgvScrapReason.MultiSelect = false;
  98. this.dgvScrapReason.Name = "dgvScrapReason";
  99. this.dgvScrapReason.RefreshAtHscroll = false;
  100. this.dgvScrapReason.RowHeadersWidth = 50;
  101. this.dgvScrapReason.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  102. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  103. this.dgvScrapReason.RowsDefaultCellStyle = dataGridViewCellStyle8;
  104. this.dgvScrapReason.RowTemplate.Height = 21;
  105. this.dgvScrapReason.Size = new System.Drawing.Size(455, 426);
  106. this.dgvScrapReason.SortOrderColumnName = null;
  107. this.dgvScrapReason.TabIndex = 1;
  108. this.dgvScrapReason.Tag = true;
  109. this.dgvScrapReason.TotalSumColumns = null;
  110. this.dgvScrapReason.ViewRowFilter = "";
  111. this.dgvScrapReason.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvScrapReason_CellValidated);
  112. this.dgvScrapReason.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvScrapReason_CellValidating);
  113. this.dgvScrapReason.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvScrapReason_DefaultValuesNeeded);
  114. this.dgvScrapReason.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvScrapReason_EditingControlShowing);
  115. this.dgvScrapReason.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvScrapReason_CellValidated);
  116. this.dgvScrapReason.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvScrapReason_RowValidating);
  117. //
  118. // ScrapReason
  119. //
  120. this.ScrapReason.DataPropertyName = "ScrapReason";
  121. this.ScrapReason.HeaderText = "报损原因";
  122. this.ScrapReason.MaxInputLength = 100;
  123. this.ScrapReason.Name = "ScrapReason";
  124. this.ScrapReason.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  125. this.ScrapReason.Width = 130;
  126. //
  127. // DisplayNo
  128. //
  129. this.DisplayNo.DataPropertyName = "DisplayNo";
  130. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  131. this.DisplayNo.DefaultCellStyle = dataGridViewCellStyle7;
  132. this.DisplayNo.HeaderText = "显示顺序";
  133. this.DisplayNo.MaxInputLength = 3;
  134. this.DisplayNo.Name = "DisplayNo";
  135. this.DisplayNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  136. this.DisplayNo.Width = 80;
  137. //
  138. // Remarks
  139. //
  140. this.Remarks.DataPropertyName = "Remarks";
  141. this.Remarks.HeaderText = "备注";
  142. this.Remarks.MaxInputLength = 500;
  143. this.Remarks.Name = "Remarks";
  144. this.Remarks.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  145. this.Remarks.Width = 110;
  146. //
  147. // ValueFlag
  148. //
  149. this.ValueFlag.DataPropertyName = "ValueFlag";
  150. this.ValueFlag.FalseValue = "0";
  151. this.ValueFlag.HeaderText = "正常";
  152. this.ValueFlag.Name = "ValueFlag";
  153. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  154. this.ValueFlag.TrueValue = "1";
  155. this.ValueFlag.Width = 50;
  156. //
  157. // ScrapType
  158. //
  159. this.ScrapType.DataPropertyName = "ScrapType";
  160. this.ScrapType.HeaderText = "报损类型";
  161. this.ScrapType.MaxInputLength = 6;
  162. this.ScrapType.Name = "ScrapType";
  163. this.ScrapType.Visible = false;
  164. this.ScrapType.Width = 60;
  165. //
  166. // ScrapReasonID
  167. //
  168. this.ScrapReasonID.DataPropertyName = "ScrapReasonID";
  169. this.ScrapReasonID.HeaderText = "报损原因ID";
  170. this.ScrapReasonID.Name = "ScrapReasonID";
  171. this.ScrapReasonID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  172. this.ScrapReasonID.Visible = false;
  173. this.ScrapReasonID.Width = 60;
  174. //
  175. // tvwScrapType
  176. //
  177. this.tvwScrapType.HideSelection = false;
  178. this.tvwScrapType.ItemHeight = 18;
  179. this.tvwScrapType.Location = new System.Drawing.Point(14, 24);
  180. this.tvwScrapType.Name = "tvwScrapType";
  181. this.tvwScrapType.Size = new System.Drawing.Size(181, 426);
  182. this.tvwScrapType.TabIndex = 2;
  183. this.tvwScrapType.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvwDictionaryType_BeforeSelect);
  184. this.tvwScrapType.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwDictionaryType_AfterSelect);
  185. //
  186. // lblDictionaryType
  187. //
  188. this.lblDictionaryType.AutoSize = true;
  189. this.lblDictionaryType.BackColor = System.Drawing.Color.Transparent;
  190. this.lblDictionaryType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.lblDictionaryType.ForeColor = System.Drawing.SystemColors.ControlText;
  192. this.lblDictionaryType.Location = new System.Drawing.Point(12, 9);
  193. this.lblDictionaryType.MaximumSize = new System.Drawing.Size(0, 12);
  194. this.lblDictionaryType.Name = "lblDictionaryType";
  195. this.lblDictionaryType.Size = new System.Drawing.Size(65, 12);
  196. this.lblDictionaryType.TabIndex = 3;
  197. this.lblDictionaryType.Text = "当前位置:";
  198. //
  199. // btnCancel
  200. //
  201. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  202. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  203. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  204. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  205. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  206. this.btnCancel.ForeColor = System.Drawing.Color.White;
  207. this.btnCancel.Location = new System.Drawing.Point(571, 455);
  208. this.btnCancel.Name = "btnCancel";
  209. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  210. this.btnCancel.TabIndex = 6;
  211. this.btnCancel.Text = "关闭";
  212. this.btnCancel.UseVisualStyleBackColor = true;
  213. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  214. //
  215. // btnSave
  216. //
  217. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  218. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  219. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  220. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.btnSave.ForeColor = System.Drawing.Color.White;
  222. this.btnSave.Location = new System.Drawing.Point(480, 455);
  223. this.btnSave.Name = "btnSave";
  224. this.btnSave.Size = new System.Drawing.Size(85, 30);
  225. this.btnSave.TabIndex = 5;
  226. this.btnSave.Text = "保存";
  227. this.btnSave.UseVisualStyleBackColor = true;
  228. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  229. //
  230. // chkDisplayDisabledData
  231. //
  232. this.chkDisplayDisabledData.Anchor = System.Windows.Forms.AnchorStyles.None;
  233. this.chkDisplayDisabledData.AutoSize = true;
  234. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 463);
  236. this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  237. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  238. this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
  239. this.chkDisplayDisabledData.TabIndex = 7;
  240. this.chkDisplayDisabledData.Text = "显示停用记录";
  241. this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
  242. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  243. //
  244. // F_PM_0906
  245. //
  246. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  247. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  248. this.ClientSize = new System.Drawing.Size(667, 511);
  249. this.Controls.Add(this.chkDisplayDisabledData);
  250. this.Controls.Add(this.btnCancel);
  251. this.Controls.Add(this.btnSave);
  252. this.Controls.Add(this.lblDictionaryType);
  253. this.Controls.Add(this.dgvScrapReason);
  254. this.Controls.Add(this.tvwScrapType);
  255. this.MaximizeBox = false;
  256. this.MinimizeBox = false;
  257. this.Name = "F_PM_0906";
  258. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  259. this.Text = "F_PM_0906";
  260. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_0906_FormClosed);
  261. this.Load += new System.EventHandler(this.F_PM_0906_Load);
  262. this.Controls.SetChildIndex(this.tvwScrapType, 0);
  263. this.Controls.SetChildIndex(this.dgvScrapReason, 0);
  264. this.Controls.SetChildIndex(this.lblDictionaryType, 0);
  265. this.Controls.SetChildIndex(this.btnSave, 0);
  266. this.Controls.SetChildIndex(this.btnCancel, 0);
  267. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  268. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapReason)).EndInit();
  269. this.ResumeLayout(false);
  270. this.PerformLayout();
  271. }
  272. #endregion
  273. private Basics.BaseControls.C_DataGridView dgvScrapReason;
  274. private System.Windows.Forms.TreeView tvwScrapType;
  275. private Basics.BaseControls.C_Label lblDictionaryType;
  276. private Basics.BaseControls.C_Button btnCancel;
  277. private Basics.BaseControls.C_Button btnSave;
  278. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapReason;
  279. private System.Windows.Forms.DataGridViewTextBoxColumn DisplayNo;
  280. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  281. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  282. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapType;
  283. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapReasonID;
  284. private Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  285. }
  286. }