F_MST_0405.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0405
  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. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0405));
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.dgvGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  39. this.tvwType = new System.Windows.Forms.TreeView();
  40. this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  41. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.imglstNavigation = new System.Windows.Forms.ImageList(this.components);
  44. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  45. this.GoodsTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.GoodsTypeCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.GoodsTypeFullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  50. this.saptypecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.saptypesumcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsType)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  55. this.splitContainer1.Panel1.SuspendLayout();
  56. this.splitContainer1.Panel2.SuspendLayout();
  57. this.splitContainer1.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // dgvGoodsType
  61. //
  62. this.dgvGoodsType.AllowUserToAddRows = false;
  63. this.dgvGoodsType.AllowUserToDeleteRows = false;
  64. this.dgvGoodsType.AllowUserToModifyRows = true;
  65. this.dgvGoodsType.AllowUserToOrderColumns = true;
  66. this.dgvGoodsType.AllowUserToResizeRows = false;
  67. this.dgvGoodsType.AllowUserToSortRows = false;
  68. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  69. this.dgvGoodsType.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle17;
  70. this.dgvGoodsType.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  71. this.dgvGoodsType.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  72. this.dgvGoodsType.CellHeight = 23;
  73. this.dgvGoodsType.ChildNodeColumnName = null;
  74. this.dgvGoodsType.ChildNodeColumnText = null;
  75. this.dgvGoodsType.ColumnDeep = 1;
  76. this.dgvGoodsType.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  77. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  78. dataGridViewCellStyle18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  79. dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. dataGridViewCellStyle18.ForeColor = System.Drawing.Color.White;
  81. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  82. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  83. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  84. this.dgvGoodsType.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle18;
  85. this.dgvGoodsType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  86. this.dgvGoodsType.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  87. this.GoodsTypeID,
  88. this.GoodsTypeCode,
  89. this.GoodsTypeName,
  90. this.GoodsTypeFullName,
  91. this.ValueFlag,
  92. this.saptypecode,
  93. this.saptypesumcode,
  94. this.Remarks});
  95. this.dgvGoodsType.ColumnTreeView = null;
  96. this.dgvGoodsType.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)));
  97. this.dgvGoodsType.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.dgvGoodsType.DynamicColumnName = "";
  99. this.dgvGoodsType.EnableHeadersVisualStyles = false;
  100. this.dgvGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.dgvGoodsType.FormatQuantityColumns = null;
  102. this.dgvGoodsType.HasNode = false;
  103. this.dgvGoodsType.HorizontalMergeColumn = null;
  104. this.dgvGoodsType.IsAutoCountSum = true;
  105. this.dgvGoodsType.IsAutoResizeColumns = false;
  106. this.dgvGoodsType.IsClickF12 = false;
  107. this.dgvGoodsType.IsOpenMergeCellFlag = false;
  108. this.dgvGoodsType.IsSubTotalFlag = false;
  109. this.dgvGoodsType.IsTopDeep = false;
  110. this.dgvGoodsType.Location = new System.Drawing.Point(0, 0);
  111. this.dgvGoodsType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  112. this.dgvGoodsType.MergeColumnNames = null;
  113. this.dgvGoodsType.MergeDetailColumnNames = null;
  114. this.dgvGoodsType.MergeDetailOnlyColumn = null;
  115. this.dgvGoodsType.MergeOnlyColumn = null;
  116. this.dgvGoodsType.MultiSelect = false;
  117. this.dgvGoodsType.Name = "dgvGoodsType";
  118. this.dgvGoodsType.RefreshAtHscroll = false;
  119. this.dgvGoodsType.RowHeadersWidth = 50;
  120. this.dgvGoodsType.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  121. dataGridViewCellStyle24.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  122. this.dgvGoodsType.RowsDefaultCellStyle = dataGridViewCellStyle24;
  123. this.dgvGoodsType.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("宋体", 9F);
  124. this.dgvGoodsType.RowTemplate.Height = 21;
  125. this.dgvGoodsType.Size = new System.Drawing.Size(784, 437);
  126. this.dgvGoodsType.SortOrderColumnName = null;
  127. this.dgvGoodsType.TabIndex = 2;
  128. this.dgvGoodsType.Tag = true;
  129. this.dgvGoodsType.TotalSumColumns = null;
  130. this.dgvGoodsType.ViewRowFilter = "";
  131. this.dgvGoodsType.VirtualNodes = false;
  132. this.dgvGoodsType.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoodsType_CellValidated);
  133. this.dgvGoodsType.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvGoodsType_CellValidating);
  134. this.dgvGoodsType.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvGoodsType_DefaultValuesNeeded);
  135. this.dgvGoodsType.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoodsType_RowValidated);
  136. this.dgvGoodsType.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvGoodsType_RowValidating);
  137. //
  138. // tvwType
  139. //
  140. this.tvwType.Dock = System.Windows.Forms.DockStyle.Fill;
  141. this.tvwType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.tvwType.HideSelection = false;
  143. this.tvwType.Indent = 20;
  144. this.tvwType.ItemHeight = 20;
  145. this.tvwType.Location = new System.Drawing.Point(0, 0);
  146. this.tvwType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  147. this.tvwType.Name = "tvwType";
  148. this.tvwType.Size = new System.Drawing.Size(283, 437);
  149. this.tvwType.TabIndex = 3;
  150. this.tvwType.BeforeCollapse += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvwType_BeforeCollapse);
  151. this.tvwType.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvwType_BeforeExpand);
  152. this.tvwType.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvwType_BeforeSelect);
  153. this.tvwType.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwType_AfterSelect);
  154. //
  155. // chkDisplayDisabledData
  156. //
  157. this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  158. this.chkDisplayDisabledData.AutoSize = true;
  159. this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  160. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 456);
  162. this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  163. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  164. this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
  165. this.chkDisplayDisabledData.TabIndex = 4;
  166. this.chkDisplayDisabledData.Text = "显示停用记录";
  167. this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
  168. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  169. //
  170. // btnSave
  171. //
  172. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  173. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  174. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  175. this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
  176. this.btnSave.ForeColor = System.Drawing.Color.White;
  177. this.btnSave.Location = new System.Drawing.Point(908, 456);
  178. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  179. this.btnSave.Name = "btnSave";
  180. this.btnSave.Size = new System.Drawing.Size(85, 30);
  181. this.btnSave.TabIndex = 5;
  182. this.btnSave.Text = "保存";
  183. this.btnSave.UseVisualStyleBackColor = true;
  184. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  185. //
  186. // btnCancel
  187. //
  188. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  189. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  190. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  191. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  192. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  193. this.btnCancel.ForeColor = System.Drawing.Color.White;
  194. this.btnCancel.Location = new System.Drawing.Point(999, 456);
  195. this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  196. this.btnCancel.Name = "btnCancel";
  197. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  198. this.btnCancel.TabIndex = 6;
  199. this.btnCancel.Text = "关闭";
  200. this.btnCancel.UseVisualStyleBackColor = true;
  201. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  202. //
  203. // imglstNavigation
  204. //
  205. this.imglstNavigation.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  206. this.imglstNavigation.ImageSize = new System.Drawing.Size(16, 16);
  207. this.imglstNavigation.TransparentColor = System.Drawing.Color.Transparent;
  208. //
  209. // splitContainer1
  210. //
  211. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  212. | System.Windows.Forms.AnchorStyles.Left)
  213. | System.Windows.Forms.AnchorStyles.Right)));
  214. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  215. this.splitContainer1.Location = new System.Drawing.Point(12, 12);
  216. this.splitContainer1.Name = "splitContainer1";
  217. //
  218. // splitContainer1.Panel1
  219. //
  220. this.splitContainer1.Panel1.Controls.Add(this.tvwType);
  221. //
  222. // splitContainer1.Panel2
  223. //
  224. this.splitContainer1.Panel2.Controls.Add(this.dgvGoodsType);
  225. this.splitContainer1.Size = new System.Drawing.Size(1071, 437);
  226. this.splitContainer1.SplitterDistance = 283;
  227. this.splitContainer1.TabIndex = 7;
  228. //
  229. // GoodsTypeID
  230. //
  231. this.GoodsTypeID.DataPropertyName = "GoodsTypeID";
  232. dataGridViewCellStyle19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.GoodsTypeID.DefaultCellStyle = dataGridViewCellStyle19;
  234. this.GoodsTypeID.HeaderText = "产品类别ID";
  235. this.GoodsTypeID.Name = "GoodsTypeID";
  236. this.GoodsTypeID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  237. this.GoodsTypeID.Visible = false;
  238. this.GoodsTypeID.Width = 80;
  239. //
  240. // GoodsTypeCode
  241. //
  242. this.GoodsTypeCode.DataPropertyName = "GoodsTypeCode";
  243. dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  244. dataGridViewCellStyle20.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.GoodsTypeCode.DefaultCellStyle = dataGridViewCellStyle20;
  246. this.GoodsTypeCode.HeaderText = "产品类别编码";
  247. this.GoodsTypeCode.Name = "GoodsTypeCode";
  248. this.GoodsTypeCode.ReadOnly = true;
  249. this.GoodsTypeCode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  250. this.GoodsTypeCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  251. //
  252. // GoodsTypeName
  253. //
  254. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  255. dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  256. dataGridViewCellStyle21.Font = new System.Drawing.Font("宋体", 9F);
  257. this.GoodsTypeName.DefaultCellStyle = dataGridViewCellStyle21;
  258. this.GoodsTypeName.HeaderText = "产品类别名称";
  259. this.GoodsTypeName.MaxInputLength = 20;
  260. this.GoodsTypeName.Name = "GoodsTypeName";
  261. this.GoodsTypeName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  262. this.GoodsTypeName.Width = 113;
  263. //
  264. // GoodsTypeFullName
  265. //
  266. this.GoodsTypeFullName.DataPropertyName = "GoodsTypeFullName";
  267. this.GoodsTypeFullName.HeaderText = "产品类别全称";
  268. this.GoodsTypeFullName.Name = "GoodsTypeFullName";
  269. this.GoodsTypeFullName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  270. //
  271. // ValueFlag
  272. //
  273. this.ValueFlag.DataPropertyName = "ValueFlag";
  274. dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  275. dataGridViewCellStyle22.Font = new System.Drawing.Font("宋体", 9F);
  276. dataGridViewCellStyle22.NullValue = false;
  277. this.ValueFlag.DefaultCellStyle = dataGridViewCellStyle22;
  278. this.ValueFlag.FalseValue = "0";
  279. this.ValueFlag.HeaderText = "正常";
  280. this.ValueFlag.IndeterminateValue = "0";
  281. this.ValueFlag.Name = "ValueFlag";
  282. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  283. this.ValueFlag.TrueValue = "1";
  284. this.ValueFlag.Width = 50;
  285. //
  286. // saptypecode
  287. //
  288. this.saptypecode.DataPropertyName = "saptypecode";
  289. this.saptypecode.HeaderText = "SAP产品层次编码";
  290. this.saptypecode.Name = "saptypecode";
  291. this.saptypecode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  292. //
  293. // saptypesumcode
  294. //
  295. this.saptypesumcode.DataPropertyName = "saptypesumcode";
  296. this.saptypesumcode.HeaderText = "汇总SAP层次编码";
  297. this.saptypesumcode.Name = "saptypesumcode";
  298. this.saptypesumcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  299. //
  300. // Remarks
  301. //
  302. this.Remarks.DataPropertyName = "Remarks";
  303. dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  304. dataGridViewCellStyle23.Font = new System.Drawing.Font("宋体", 9F);
  305. this.Remarks.DefaultCellStyle = dataGridViewCellStyle23;
  306. this.Remarks.HeaderText = "备注";
  307. this.Remarks.MaxInputLength = 500;
  308. this.Remarks.Name = "Remarks";
  309. this.Remarks.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  310. //
  311. // F_MST_0405
  312. //
  313. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  314. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  315. this.CancelButton = this.btnCancel;
  316. this.ClientSize = new System.Drawing.Size(1095, 511);
  317. this.Controls.Add(this.splitContainer1);
  318. this.Controls.Add(this.btnCancel);
  319. this.Controls.Add(this.btnSave);
  320. this.Controls.Add(this.chkDisplayDisabledData);
  321. this.IsSaveFormSize = false;
  322. this.MinimizeBox = false;
  323. this.Name = "F_MST_0405";
  324. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  325. this.Text = "F_MST_0405";
  326. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0405_FormClosing);
  327. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0405_FormClosed);
  328. this.Load += new System.EventHandler(this.F_MST_0405_Load);
  329. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  330. this.Controls.SetChildIndex(this.btnSave, 0);
  331. this.Controls.SetChildIndex(this.btnCancel, 0);
  332. this.Controls.SetChildIndex(this.splitContainer1, 0);
  333. ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsType)).EndInit();
  334. this.splitContainer1.Panel1.ResumeLayout(false);
  335. this.splitContainer1.Panel2.ResumeLayout(false);
  336. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  337. this.splitContainer1.ResumeLayout(false);
  338. this.ResumeLayout(false);
  339. this.PerformLayout();
  340. }
  341. #endregion
  342. private Basics.BaseControls.C_DataGridView dgvGoodsType;
  343. private System.Windows.Forms.TreeView tvwType;
  344. private Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  345. private Basics.BaseControls.C_Button btnSave;
  346. private Basics.BaseControls.C_Button btnCancel;
  347. private System.Windows.Forms.ImageList imglstNavigation;
  348. private System.Windows.Forms.SplitContainer splitContainer1;
  349. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeID;
  350. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeCode;
  351. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  352. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeFullName;
  353. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  354. private System.Windows.Forms.DataGridViewTextBoxColumn saptypecode;
  355. private System.Windows.Forms.DataGridViewTextBoxColumn saptypesumcode;
  356. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  357. }
  358. }