F_RPT_01040501.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_01040501
  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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_01040501));
  33. this.dgvData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  34. this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.displayno = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  36. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  37. this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  39. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  41. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // dgvData
  45. //
  46. this.dgvData.AllowUserToDeleteRows = true;
  47. this.dgvData.AllowUserToModifyRows = true;
  48. this.dgvData.AllowUserToOrderColumns = true;
  49. this.dgvData.AllowUserToResizeRows = true;
  50. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  51. this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  52. this.dgvData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  53. | System.Windows.Forms.AnchorStyles.Left)
  54. | System.Windows.Forms.AnchorStyles.Right)));
  55. this.dgvData.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  56. this.dgvData.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  57. this.dgvData.CellHeight = 23;
  58. this.dgvData.ChildNodeColumnName = null;
  59. this.dgvData.ChildNodeColumnText = null;
  60. this.dgvData.ColumnDeep = 1;
  61. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  62. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  63. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  64. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  66. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  67. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  68. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  69. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  70. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  71. this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  72. this.name,
  73. this.displayno,
  74. this.ValueFlag,
  75. this.id});
  76. this.dgvData.ColumnTreeView = null;
  77. this.dgvData.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)));
  78. this.dgvData.DynamicColumnName = "";
  79. this.dgvData.EnableHeadersVisualStyles = false;
  80. this.dgvData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.dgvData.HorizontalMergeColumn = null;
  82. this.dgvData.IsAutoCountSum = true;
  83. this.dgvData.IsAutoResizeColumns = false;
  84. this.dgvData.IsClickF12 = false;
  85. this.dgvData.IsOpenMergeCellFlag = false;
  86. this.dgvData.IsSubTotalFlag = false;
  87. this.dgvData.IsTopDeep = false;
  88. this.dgvData.Location = new System.Drawing.Point(12, 12);
  89. this.dgvData.MergeColumnNames = null;
  90. this.dgvData.MergeDetailColumnNames = null;
  91. this.dgvData.MergeDetailOnlyColumn = null;
  92. this.dgvData.MergeOnlyColumn = null;
  93. this.dgvData.MultiSelect = false;
  94. this.dgvData.Name = "dgvData";
  95. this.dgvData.RefreshAtHscroll = false;
  96. this.dgvData.RowHeadersWidth = 50;
  97. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  98. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  99. this.dgvData.RowsDefaultCellStyle = dataGridViewCellStyle4;
  100. this.dgvData.RowTemplate.Height = 21;
  101. this.dgvData.Size = new System.Drawing.Size(360, 233);
  102. this.dgvData.SortOrderColumnName = null;
  103. this.dgvData.TabIndex = 0;
  104. this.dgvData.Tag = true;
  105. this.dgvData.TotalSumColumns = null;
  106. this.dgvData.ViewRowFilter = "";
  107. this.dgvData.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_CellValidated);
  108. this.dgvData.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataJobs_DefaultValuesNeeded);
  109. this.dgvData.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_RowValidated);
  110. this.dgvData.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataJobs_RowValidating);
  111. this.dgvData.Sorted += new System.EventHandler(this.dgvDataJobs_Sorted);
  112. this.dgvData.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataJobs_UserAddedRow);
  113. this.dgvData.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvData_UserDeletingRow);
  114. //
  115. // name
  116. //
  117. this.name.DataPropertyName = "name";
  118. this.name.HeaderText = "单值名称";
  119. this.name.MaxInputLength = 50;
  120. this.name.Name = "name";
  121. this.name.Width = 120;
  122. //
  123. // displayno
  124. //
  125. this.displayno.DataPropertyName = "displayno";
  126. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  127. this.displayno.DefaultCellStyle = dataGridViewCellStyle3;
  128. this.displayno.HeaderText = "显示顺序";
  129. this.displayno.MaxValue = new decimal(new int[] {
  130. 999999,
  131. 0,
  132. 0,
  133. 0});
  134. this.displayno.MinValue = new decimal(new int[] {
  135. 1,
  136. 0,
  137. 0,
  138. 0});
  139. this.displayno.Name = "displayno";
  140. this.displayno.Number = new System.Drawing.Point(0, 0);
  141. this.displayno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  142. this.displayno.Width = 80;
  143. //
  144. // ValueFlag
  145. //
  146. this.ValueFlag.DataPropertyName = "ValueFlag";
  147. this.ValueFlag.FalseValue = "0";
  148. this.ValueFlag.HeaderText = "正常";
  149. this.ValueFlag.Name = "ValueFlag";
  150. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  151. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  152. this.ValueFlag.TrueValue = "1";
  153. this.ValueFlag.Width = 50;
  154. //
  155. // id
  156. //
  157. this.id.DataPropertyName = "id";
  158. this.id.HeaderText = "ID";
  159. this.id.Name = "id";
  160. this.id.Visible = false;
  161. //
  162. // btnCancel
  163. //
  164. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  165. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  166. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  167. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  168. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.btnCancel.ForeColor = System.Drawing.Color.White;
  170. this.btnCancel.Location = new System.Drawing.Point(287, 250);
  171. this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  172. this.btnCancel.Name = "btnCancel";
  173. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  174. this.btnCancel.TabIndex = 3;
  175. this.btnCancel.Text = "关闭";
  176. this.btnCancel.UseVisualStyleBackColor = true;
  177. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  178. //
  179. // btnSave
  180. //
  181. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  182. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  183. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  184. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.btnSave.ForeColor = System.Drawing.Color.White;
  186. this.btnSave.Location = new System.Drawing.Point(196, 250);
  187. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  188. this.btnSave.Name = "btnSave";
  189. this.btnSave.Size = new System.Drawing.Size(85, 30);
  190. this.btnSave.TabIndex = 2;
  191. this.btnSave.Text = "保存";
  192. this.btnSave.UseVisualStyleBackColor = true;
  193. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  194. //
  195. // chkDisplayDisabledData
  196. //
  197. this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  198. this.chkDisplayDisabledData.AutoSize = true;
  199. this.chkDisplayDisabledData.BackColor = System.Drawing.Color.Transparent;
  200. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 250);
  202. this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  203. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  204. this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
  205. this.chkDisplayDisabledData.TabIndex = 1;
  206. this.chkDisplayDisabledData.Text = "显示停用记录";
  207. this.chkDisplayDisabledData.UseVisualStyleBackColor = false;
  208. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  209. //
  210. // F_RPT_01040501
  211. //
  212. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  213. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  214. this.BackColor = System.Drawing.SystemColors.Window;
  215. this.CancelButton = this.btnCancel;
  216. this.ClientSize = new System.Drawing.Size(384, 304);
  217. this.Controls.Add(this.chkDisplayDisabledData);
  218. this.Controls.Add(this.btnCancel);
  219. this.Controls.Add(this.btnSave);
  220. this.Controls.Add(this.dgvData);
  221. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  222. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  223. this.IsSaveFormSize = false;
  224. this.MaximizeBox = false;
  225. this.MinimizeBox = false;
  226. this.Name = "F_RPT_01040501";
  227. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  228. this.StatusBackColor = System.Drawing.SystemColors.Window;
  229. this.StatusSizingGrip = false;
  230. this.Text = "单值名";
  231. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_RPT_01040501_FormClosing);
  232. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_01040501_FormClosed);
  233. this.Load += new System.EventHandler(this.F_RPT_01040501_Load);
  234. this.Controls.SetChildIndex(this.dgvData, 0);
  235. this.Controls.SetChildIndex(this.btnSave, 0);
  236. this.Controls.SetChildIndex(this.btnCancel, 0);
  237. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  238. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  239. this.ResumeLayout(false);
  240. this.PerformLayout();
  241. }
  242. #endregion
  243. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvData;
  244. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel;
  245. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave;
  246. private Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  247. private System.Windows.Forms.DataGridViewTextBoxColumn name;
  248. private Basics.BaseControls.C_DGV_Column_Digital displayno;
  249. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  250. private System.Windows.Forms.DataGridViewTextBoxColumn id;
  251. }
  252. }