F_MST_0402.Designer.cs 21 KB

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