F_MST_0402.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0402
  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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0402));
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.dgvDataDictionary = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  35. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.lblDictionaryType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  39. this.splSplit = new System.Windows.Forms.SplitContainer();
  40. this.tvwDictionaryType = new System.Windows.Forms.TreeView();
  41. this.imglstNavigation = new System.Windows.Forms.ImageList(this.components);
  42. this.DictionaryID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.DictionaryType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.DictionaryValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.DisplayNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.PARENTVALUE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.ISLEAF = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  50. ((System.ComponentModel.ISupportInitialize)(this.dgvDataDictionary)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.splSplit)).BeginInit();
  52. this.splSplit.Panel1.SuspendLayout();
  53. this.splSplit.Panel2.SuspendLayout();
  54. this.splSplit.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // dgvDataDictionary
  58. //
  59. this.dgvDataDictionary.AllowUserToDeleteRows = false;
  60. this.dgvDataDictionary.AllowUserToModifyRows = true;
  61. this.dgvDataDictionary.AllowUserToOrderColumns = true;
  62. this.dgvDataDictionary.AllowUserToResizeRows = false;
  63. this.dgvDataDictionary.AllowUserToSortRows = false;
  64. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  65. this.dgvDataDictionary.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  66. this.dgvDataDictionary.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  67. this.dgvDataDictionary.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  68. this.dgvDataDictionary.CellHeight = 23;
  69. this.dgvDataDictionary.ChildNodeColumnName = null;
  70. this.dgvDataDictionary.ChildNodeColumnText = null;
  71. this.dgvDataDictionary.ColumnDeep = 1;
  72. this.dgvDataDictionary.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  73. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  74. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  75. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  77. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  78. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  79. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  80. this.dgvDataDictionary.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  81. this.dgvDataDictionary.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  82. this.dgvDataDictionary.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  83. this.DictionaryID,
  84. this.DictionaryType,
  85. this.DictionaryValue,
  86. this.DisplayNo,
  87. this.PARENTVALUE,
  88. this.ISLEAF,
  89. this.Remarks,
  90. this.ValueFlag});
  91. this.dgvDataDictionary.ColumnTreeView = null;
  92. this.dgvDataDictionary.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)));
  93. this.dgvDataDictionary.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.dgvDataDictionary.DynamicColumnName = "";
  95. this.dgvDataDictionary.EnableHeadersVisualStyles = false;
  96. this.dgvDataDictionary.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.dgvDataDictionary.FormatQuantityColumns = null;
  98. this.dgvDataDictionary.HorizontalMergeColumn = null;
  99. this.dgvDataDictionary.IsAutoCountSum = true;
  100. this.dgvDataDictionary.IsAutoResizeColumns = false;
  101. this.dgvDataDictionary.IsClickF12 = false;
  102. this.dgvDataDictionary.IsOpenMergeCellFlag = false;
  103. this.dgvDataDictionary.IsSubTotalFlag = false;
  104. this.dgvDataDictionary.IsTopDeep = false;
  105. this.dgvDataDictionary.Location = new System.Drawing.Point(0, 0);
  106. this.dgvDataDictionary.MergeColumnNames = null;
  107. this.dgvDataDictionary.MergeDetailColumnNames = null;
  108. this.dgvDataDictionary.MergeDetailOnlyColumn = null;
  109. this.dgvDataDictionary.MergeOnlyColumn = null;
  110. this.dgvDataDictionary.MultiSelect = false;
  111. this.dgvDataDictionary.Name = "dgvDataDictionary";
  112. this.dgvDataDictionary.RefreshAtHscroll = false;
  113. this.dgvDataDictionary.RowHeadersWidth = 50;
  114. this.dgvDataDictionary.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  115. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  116. this.dgvDataDictionary.RowsDefaultCellStyle = dataGridViewCellStyle4;
  117. this.dgvDataDictionary.RowTemplate.Height = 21;
  118. this.dgvDataDictionary.Size = new System.Drawing.Size(604, 425);
  119. this.dgvDataDictionary.SortOrderColumnName = null;
  120. this.dgvDataDictionary.TabIndex = 0;
  121. this.dgvDataDictionary.Tag = true;
  122. this.dgvDataDictionary.TotalSumColumns = null;
  123. this.dgvDataDictionary.ViewRowFilter = "";
  124. this.dgvDataDictionary.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDictionary_CellValidated);
  125. this.dgvDataDictionary.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataDictionary_CellValidating);
  126. this.dgvDataDictionary.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDictionary_DefaultValuesNeeded);
  127. this.dgvDataDictionary.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataDictionary_EditingControlShowing);
  128. this.dgvDataDictionary.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDictionary_RowValidated);
  129. this.dgvDataDictionary.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataDictionary_RowValidating);
  130. this.dgvDataDictionary.Sorted += new System.EventHandler(this.dgvDataDictionary_Sorted);
  131. this.dgvDataDictionary.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDictionary_UserAddedRow);
  132. //
  133. // btnSave
  134. //
  135. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  136. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  137. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  138. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.btnSave.ForeColor = System.Drawing.Color.White;
  140. this.btnSave.Location = new System.Drawing.Point(630, 455);
  141. this.btnSave.Name = "btnSave";
  142. this.btnSave.Size = new System.Drawing.Size(85, 30);
  143. this.btnSave.TabIndex = 3;
  144. this.btnSave.Text = "保存";
  145. this.btnSave.UseVisualStyleBackColor = true;
  146. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  147. //
  148. // btnCancel
  149. //
  150. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  151. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  152. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  153. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  154. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  155. this.btnCancel.ForeColor = System.Drawing.Color.White;
  156. this.btnCancel.Location = new System.Drawing.Point(721, 455);
  157. this.btnCancel.Name = "btnCancel";
  158. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  159. this.btnCancel.TabIndex = 4;
  160. this.btnCancel.Text = "关闭";
  161. this.btnCancel.UseVisualStyleBackColor = true;
  162. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  163. //
  164. // lblDictionaryType
  165. //
  166. this.lblDictionaryType.AutoSize = true;
  167. this.lblDictionaryType.BackColor = System.Drawing.Color.Transparent;
  168. this.lblDictionaryType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.lblDictionaryType.ForeColor = System.Drawing.SystemColors.ControlText;
  170. this.lblDictionaryType.Location = new System.Drawing.Point(15, 9);
  171. this.lblDictionaryType.MaximumSize = new System.Drawing.Size(0, 12);
  172. this.lblDictionaryType.Name = "lblDictionaryType";
  173. this.lblDictionaryType.Size = new System.Drawing.Size(65, 12);
  174. this.lblDictionaryType.TabIndex = 0;
  175. this.lblDictionaryType.Text = "当前位置:";
  176. //
  177. // chkDisplayDisabledData
  178. //
  179. this.chkDisplayDisabledData.Anchor = System.Windows.Forms.AnchorStyles.None;
  180. this.chkDisplayDisabledData.AutoSize = true;
  181. this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  182. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.chkDisplayDisabledData.Location = new System.Drawing.Point(17, 455);
  184. this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  185. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  186. this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
  187. this.chkDisplayDisabledData.TabIndex = 2;
  188. this.chkDisplayDisabledData.Text = "显示停用记录";
  189. this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
  190. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  191. //
  192. // splSplit
  193. //
  194. this.splSplit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  195. | System.Windows.Forms.AnchorStyles.Left)
  196. | System.Windows.Forms.AnchorStyles.Right)));
  197. this.splSplit.BackColor = System.Drawing.SystemColors.Control;
  198. this.splSplit.Location = new System.Drawing.Point(11, 24);
  199. this.splSplit.Name = "splSplit";
  200. //
  201. // splSplit.Panel1
  202. //
  203. this.splSplit.Panel1.Controls.Add(this.tvwDictionaryType);
  204. //
  205. // splSplit.Panel2
  206. //
  207. this.splSplit.Panel2.Controls.Add(this.dgvDataDictionary);
  208. this.splSplit.Size = new System.Drawing.Size(794, 425);
  209. this.splSplit.SplitterDistance = 182;
  210. this.splSplit.SplitterWidth = 8;
  211. this.splSplit.TabIndex = 1;
  212. //
  213. // tvwDictionaryType
  214. //
  215. this.tvwDictionaryType.Dock = System.Windows.Forms.DockStyle.Fill;
  216. this.tvwDictionaryType.HideSelection = false;
  217. this.tvwDictionaryType.ImageIndex = 0;
  218. this.tvwDictionaryType.ImageList = this.imglstNavigation;
  219. this.tvwDictionaryType.ItemHeight = 18;
  220. this.tvwDictionaryType.Location = new System.Drawing.Point(0, 0);
  221. this.tvwDictionaryType.Name = "tvwDictionaryType";
  222. this.tvwDictionaryType.SelectedImageIndex = 2;
  223. this.tvwDictionaryType.Size = new System.Drawing.Size(182, 425);
  224. this.tvwDictionaryType.TabIndex = 0;
  225. this.tvwDictionaryType.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.tvwDictionaryType_AfterCollapse);
  226. this.tvwDictionaryType.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.tvwDictionaryType_AfterExpand);
  227. this.tvwDictionaryType.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvwDictionaryType_BeforeSelect);
  228. this.tvwDictionaryType.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwDictionaryType_AfterSelect);
  229. //
  230. // imglstNavigation
  231. //
  232. this.imglstNavigation.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglstNavigation.ImageStream")));
  233. this.imglstNavigation.TransparentColor = System.Drawing.Color.Transparent;
  234. this.imglstNavigation.Images.SetKeyName(0, "close.png");
  235. this.imglstNavigation.Images.SetKeyName(1, "list.png");
  236. this.imglstNavigation.Images.SetKeyName(2, "open.png");
  237. //
  238. // DictionaryID
  239. //
  240. this.DictionaryID.DataPropertyName = "DictionaryID";
  241. this.DictionaryID.HeaderText = "数据字典ID";
  242. this.DictionaryID.Name = "DictionaryID";
  243. this.DictionaryID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  244. this.DictionaryID.Visible = false;
  245. this.DictionaryID.Width = 60;
  246. //
  247. // DictionaryType
  248. //
  249. this.DictionaryType.DataPropertyName = "DictionaryType";
  250. this.DictionaryType.HeaderText = "数据字典类型";
  251. this.DictionaryType.MaxInputLength = 6;
  252. this.DictionaryType.Name = "DictionaryType";
  253. this.DictionaryType.Visible = false;
  254. this.DictionaryType.Width = 60;
  255. //
  256. // DictionaryValue
  257. //
  258. this.DictionaryValue.DataPropertyName = "DictionaryValue";
  259. this.DictionaryValue.HeaderText = "数据字典值";
  260. this.DictionaryValue.MaxInputLength = 100;
  261. this.DictionaryValue.Name = "DictionaryValue";
  262. this.DictionaryValue.Width = 130;
  263. //
  264. // DisplayNo
  265. //
  266. this.DisplayNo.DataPropertyName = "DisplayNo";
  267. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  268. this.DisplayNo.DefaultCellStyle = dataGridViewCellStyle3;
  269. this.DisplayNo.HeaderText = "显示顺序";
  270. this.DisplayNo.MaxInputLength = 3;
  271. this.DisplayNo.Name = "DisplayNo";
  272. this.DisplayNo.Width = 80;
  273. //
  274. // PARENTVALUE
  275. //
  276. this.PARENTVALUE.DataPropertyName = "PARENTVALUE";
  277. this.PARENTVALUE.HeaderText = "父级数据字典值";
  278. this.PARENTVALUE.Name = "PARENTVALUE";
  279. this.PARENTVALUE.Visible = false;
  280. //
  281. // ISLEAF
  282. //
  283. this.ISLEAF.DataPropertyName = "ISLEAF";
  284. this.ISLEAF.HeaderText = "叶子节点";
  285. this.ISLEAF.Name = "ISLEAF";
  286. this.ISLEAF.Visible = false;
  287. //
  288. // Remarks
  289. //
  290. this.Remarks.DataPropertyName = "Remarks";
  291. this.Remarks.HeaderText = "备注";
  292. this.Remarks.MaxInputLength = 500;
  293. this.Remarks.Name = "Remarks";
  294. this.Remarks.Width = 110;
  295. //
  296. // ValueFlag
  297. //
  298. this.ValueFlag.DataPropertyName = "ValueFlag";
  299. this.ValueFlag.FalseValue = "0";
  300. this.ValueFlag.HeaderText = "正常";
  301. this.ValueFlag.Name = "ValueFlag";
  302. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  303. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  304. this.ValueFlag.TrueValue = "1";
  305. this.ValueFlag.Width = 50;
  306. //
  307. // F_MST_0402
  308. //
  309. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  310. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  311. this.BackColor = System.Drawing.SystemColors.Window;
  312. this.CancelButton = this.btnCancel;
  313. this.ClientSize = new System.Drawing.Size(818, 510);
  314. this.Controls.Add(this.splSplit);
  315. this.Controls.Add(this.lblDictionaryType);
  316. this.Controls.Add(this.chkDisplayDisabledData);
  317. this.Controls.Add(this.btnCancel);
  318. this.Controls.Add(this.btnSave);
  319. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  320. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  321. this.IsSaveFormSize = false;
  322. this.MaximizeBox = false;
  323. this.MinimizeBox = false;
  324. this.Name = "F_MST_0402";
  325. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  326. this.StatusBackColor = System.Drawing.SystemColors.Window;
  327. this.StatusSizingGrip = false;
  328. this.Text = "数据字典";
  329. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmDataDictionary_FormClosing);
  330. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmDataDictionary_FormClosed);
  331. this.Load += new System.EventHandler(this.F_MST_0402_Load);
  332. this.Controls.SetChildIndex(this.btnSave, 0);
  333. this.Controls.SetChildIndex(this.btnCancel, 0);
  334. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  335. this.Controls.SetChildIndex(this.lblDictionaryType, 0);
  336. this.Controls.SetChildIndex(this.splSplit, 0);
  337. ((System.ComponentModel.ISupportInitialize)(this.dgvDataDictionary)).EndInit();
  338. this.splSplit.Panel1.ResumeLayout(false);
  339. this.splSplit.Panel2.ResumeLayout(false);
  340. ((System.ComponentModel.ISupportInitialize)(this.splSplit)).EndInit();
  341. this.splSplit.ResumeLayout(false);
  342. this.ResumeLayout(false);
  343. this.PerformLayout();
  344. }
  345. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvDataDictionary;
  346. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave;
  347. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel;
  348. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblDictionaryType;
  349. private Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  350. private System.Windows.Forms.SplitContainer splSplit;
  351. #endregion
  352. private System.Windows.Forms.TreeView tvwDictionaryType;
  353. private System.Windows.Forms.ImageList imglstNavigation;
  354. private System.Windows.Forms.DataGridViewTextBoxColumn DictionaryID;
  355. private System.Windows.Forms.DataGridViewTextBoxColumn DictionaryType;
  356. private System.Windows.Forms.DataGridViewTextBoxColumn DictionaryValue;
  357. private System.Windows.Forms.DataGridViewTextBoxColumn DisplayNo;
  358. private System.Windows.Forms.DataGridViewTextBoxColumn PARENTVALUE;
  359. private System.Windows.Forms.DataGridViewTextBoxColumn ISLEAF;
  360. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  361. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  362. }
  363. }