F_MST_1204.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_1204
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_1204));
  32. this.dgvDataDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  33. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  36. this.NUMBERPLATECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.VALUEFLAG = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  38. this.NUMBERPLATEID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. ((System.ComponentModel.ISupportInitialize)(this.dgvDataDefect)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // dgvDataDefect
  43. //
  44. this.dgvDataDefect.AllowUserToDeleteRows = false;
  45. this.dgvDataDefect.AllowUserToModifyRows = true;
  46. this.dgvDataDefect.AllowUserToOrderColumns = true;
  47. this.dgvDataDefect.AllowUserToResizeRows = false;
  48. this.dgvDataDefect.AllowUserToSortRows = false;
  49. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  50. this.dgvDataDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  51. this.dgvDataDefect.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  52. | System.Windows.Forms.AnchorStyles.Left)
  53. | System.Windows.Forms.AnchorStyles.Right)));
  54. this.dgvDataDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  55. this.dgvDataDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  56. this.dgvDataDefect.CellHeight = 23;
  57. this.dgvDataDefect.ChildNodeColumnName = null;
  58. this.dgvDataDefect.ChildNodeColumnText = null;
  59. this.dgvDataDefect.ColumnDeep = 1;
  60. this.dgvDataDefect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  61. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  62. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  63. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  65. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  66. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  67. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  68. this.dgvDataDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  69. this.dgvDataDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  70. this.dgvDataDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  71. this.NUMBERPLATECODE,
  72. this.VALUEFLAG,
  73. this.NUMBERPLATEID});
  74. this.dgvDataDefect.ColumnTreeView = null;
  75. this.dgvDataDefect.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)));
  76. this.dgvDataDefect.DynamicColumnName = "";
  77. this.dgvDataDefect.EnableHeadersVisualStyles = false;
  78. this.dgvDataDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.dgvDataDefect.FormatQuantityColumns = null;
  80. this.dgvDataDefect.HasNode = false;
  81. this.dgvDataDefect.HorizontalMergeColumn = null;
  82. this.dgvDataDefect.IsAutoCountSum = true;
  83. this.dgvDataDefect.IsAutoResizeColumns = false;
  84. this.dgvDataDefect.IsClickF12 = false;
  85. this.dgvDataDefect.IsOpenMergeCellFlag = false;
  86. this.dgvDataDefect.IsSubTotalFlag = false;
  87. this.dgvDataDefect.IsTopDeep = false;
  88. this.dgvDataDefect.Location = new System.Drawing.Point(12, 12);
  89. this.dgvDataDefect.MergeColumnNames = null;
  90. this.dgvDataDefect.MergeDetailColumnNames = null;
  91. this.dgvDataDefect.MergeDetailOnlyColumn = null;
  92. this.dgvDataDefect.MergeOnlyColumn = null;
  93. this.dgvDataDefect.MultiSelect = false;
  94. this.dgvDataDefect.Name = "dgvDataDefect";
  95. this.dgvDataDefect.RefreshAtHscroll = false;
  96. this.dgvDataDefect.RowHeadersWidth = 50;
  97. this.dgvDataDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  98. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  99. this.dgvDataDefect.RowsDefaultCellStyle = dataGridViewCellStyle3;
  100. this.dgvDataDefect.RowTemplate.Height = 21;
  101. this.dgvDataDefect.Size = new System.Drawing.Size(371, 498);
  102. this.dgvDataDefect.SortOrderColumnName = null;
  103. this.dgvDataDefect.TabIndex = 0;
  104. this.dgvDataDefect.Tag = true;
  105. this.dgvDataDefect.TotalSumColumns = null;
  106. this.dgvDataDefect.ViewRowFilter = "";
  107. this.dgvDataDefect.VirtualNodes = false;
  108. this.dgvDataDefect.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefect_CellValidated);
  109. this.dgvDataDefect.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataDefect_CellValidating);
  110. this.dgvDataDefect.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefect_DefaultValuesNeeded);
  111. this.dgvDataDefect.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataDefect_EditingControlShowing);
  112. this.dgvDataDefect.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefect_RowValidated);
  113. this.dgvDataDefect.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataDefect_RowValidating);
  114. this.dgvDataDefect.Sorted += new System.EventHandler(this.dgvDataDefect_Sorted);
  115. this.dgvDataDefect.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefect_UserAddedRow);
  116. //
  117. // btnSave
  118. //
  119. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  120. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  121. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  122. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.btnSave.ForeColor = System.Drawing.Color.White;
  124. this.btnSave.Location = new System.Drawing.Point(207, 516);
  125. this.btnSave.Name = "btnSave";
  126. this.btnSave.Size = new System.Drawing.Size(85, 30);
  127. this.btnSave.TabIndex = 2;
  128. this.btnSave.Text = "保存";
  129. this.btnSave.UseVisualStyleBackColor = true;
  130. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  131. //
  132. // btnCancel
  133. //
  134. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  135. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  136. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  137. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  138. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.btnCancel.ForeColor = System.Drawing.Color.White;
  140. this.btnCancel.Location = new System.Drawing.Point(298, 516);
  141. this.btnCancel.Name = "btnCancel";
  142. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  143. this.btnCancel.TabIndex = 3;
  144. this.btnCancel.Text = "关闭";
  145. this.btnCancel.UseVisualStyleBackColor = true;
  146. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  147. //
  148. // chkDisplayDisabledData
  149. //
  150. this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  151. this.chkDisplayDisabledData.AutoSize = true;
  152. this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  153. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.chkDisplayDisabledData.Location = new System.Drawing.Point(-179, 516);
  155. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  156. this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
  157. this.chkDisplayDisabledData.TabIndex = 1;
  158. this.chkDisplayDisabledData.Text = "显示停用记录";
  159. this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
  160. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  161. //
  162. // NUMBERPLATECODE
  163. //
  164. this.NUMBERPLATECODE.DataPropertyName = "NUMBERPLATECODE";
  165. this.NUMBERPLATECODE.HeaderText = "车牌号";
  166. this.NUMBERPLATECODE.MaxInputLength = 10;
  167. this.NUMBERPLATECODE.Name = "NUMBERPLATECODE";
  168. this.NUMBERPLATECODE.Width = 180;
  169. //
  170. // VALUEFLAG
  171. //
  172. this.VALUEFLAG.DataPropertyName = "VALUEFLAG";
  173. this.VALUEFLAG.HeaderText = "是否有效";
  174. this.VALUEFLAG.Name = "VALUEFLAG";
  175. this.VALUEFLAG.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  176. this.VALUEFLAG.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  177. this.VALUEFLAG.TrueValue = "1";
  178. //
  179. // NUMBERPLATEID
  180. //
  181. this.NUMBERPLATEID.DataPropertyName = "NUMBERPLATEID";
  182. this.NUMBERPLATEID.HeaderText = "数据ID";
  183. this.NUMBERPLATEID.Name = "NUMBERPLATEID";
  184. this.NUMBERPLATEID.Visible = false;
  185. //
  186. // F_MST_1204
  187. //
  188. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  189. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  190. this.BackColor = System.Drawing.SystemColors.Window;
  191. this.CancelButton = this.btnCancel;
  192. this.ClientSize = new System.Drawing.Size(395, 571);
  193. this.Controls.Add(this.btnCancel);
  194. this.Controls.Add(this.btnSave);
  195. this.Controls.Add(this.chkDisplayDisabledData);
  196. this.Controls.Add(this.dgvDataDefect);
  197. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  198. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  199. this.IsSaveFormSize = false;
  200. this.MaximizeBox = false;
  201. this.MinimizeBox = false;
  202. this.Name = "F_MST_1204";
  203. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  204. this.StatusBackColor = System.Drawing.SystemColors.Window;
  205. this.StatusSizingGrip = false;
  206. this.Text = "车牌管理";
  207. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_1204_FormClosing);
  208. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1204_FormClosed);
  209. this.Load += new System.EventHandler(this.F_MST_1204_Load);
  210. this.Controls.SetChildIndex(this.dgvDataDefect, 0);
  211. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  212. this.Controls.SetChildIndex(this.btnSave, 0);
  213. this.Controls.SetChildIndex(this.btnCancel, 0);
  214. ((System.ComponentModel.ISupportInitialize)(this.dgvDataDefect)).EndInit();
  215. this.ResumeLayout(false);
  216. this.PerformLayout();
  217. }
  218. #endregion
  219. private Basics.BaseControls.C_DataGridView dgvDataDefect;
  220. private Basics.BaseControls.C_Button btnSave;
  221. private Basics.BaseControls.C_Button btnCancel;
  222. private Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  223. private System.Windows.Forms.DataGridViewTextBoxColumn NUMBERPLATECODE;
  224. private System.Windows.Forms.DataGridViewCheckBoxColumn VALUEFLAG;
  225. private System.Windows.Forms.DataGridViewTextBoxColumn NUMBERPLATEID;
  226. }
  227. }