namespace Dongke.IBOSS.PRD.Client.ReportModule { partial class F_RPT_01040501 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_01040501)); this.dgvData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.displayno = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital(); this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit(); this.SuspendLayout(); // // dgvData // this.dgvData.AllowUserToDeleteRows = true; this.dgvData.AllowUserToModifyRows = true; this.dgvData.AllowUserToOrderColumns = true; this.dgvData.AllowUserToResizeRows = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvData.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvData.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvData.CellHeight = 23; this.dgvData.ChildNodeColumnName = null; this.dgvData.ChildNodeColumnText = null; this.dgvData.ColumnDeep = 1; this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.name, this.displayno, this.ValueFlag, this.id}); this.dgvData.ColumnTreeView = null; 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))); this.dgvData.DynamicColumnName = ""; this.dgvData.EnableHeadersVisualStyles = false; this.dgvData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvData.HorizontalMergeColumn = null; this.dgvData.IsAutoCountSum = true; this.dgvData.IsAutoResizeColumns = false; this.dgvData.IsClickF12 = false; this.dgvData.IsOpenMergeCellFlag = false; this.dgvData.IsSubTotalFlag = false; this.dgvData.IsTopDeep = false; this.dgvData.Location = new System.Drawing.Point(12, 12); this.dgvData.MergeColumnNames = null; this.dgvData.MergeDetailColumnNames = null; this.dgvData.MergeDetailOnlyColumn = null; this.dgvData.MergeOnlyColumn = null; this.dgvData.MultiSelect = false; this.dgvData.Name = "dgvData"; this.dgvData.RefreshAtHscroll = false; this.dgvData.RowHeadersWidth = 50; this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvData.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvData.RowTemplate.Height = 21; this.dgvData.Size = new System.Drawing.Size(360, 233); this.dgvData.SortOrderColumnName = null; this.dgvData.TabIndex = 0; this.dgvData.Tag = true; this.dgvData.TotalSumColumns = null; this.dgvData.ViewRowFilter = ""; this.dgvData.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_CellValidated); this.dgvData.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataJobs_DefaultValuesNeeded); this.dgvData.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_RowValidated); this.dgvData.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataJobs_RowValidating); this.dgvData.Sorted += new System.EventHandler(this.dgvDataJobs_Sorted); this.dgvData.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataJobs_UserAddedRow); this.dgvData.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvData_UserDeletingRow); // // name // this.name.DataPropertyName = "name"; this.name.HeaderText = "单值名称"; this.name.MaxInputLength = 50; this.name.Name = "name"; this.name.Width = 120; // // displayno // this.displayno.DataPropertyName = "displayno"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.displayno.DefaultCellStyle = dataGridViewCellStyle3; this.displayno.HeaderText = "显示顺序"; this.displayno.MaxValue = new decimal(new int[] { 999999, 0, 0, 0}); this.displayno.MinValue = new decimal(new int[] { 1, 0, 0, 0}); this.displayno.Name = "displayno"; this.displayno.Number = new System.Drawing.Point(0, 0); this.displayno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.displayno.Width = 80; // // ValueFlag // this.ValueFlag.DataPropertyName = "ValueFlag"; this.ValueFlag.FalseValue = "0"; this.ValueFlag.HeaderText = "正常"; this.ValueFlag.Name = "ValueFlag"; this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.ValueFlag.TrueValue = "1"; this.ValueFlag.Width = 50; // // id // this.id.DataPropertyName = "id"; this.id.HeaderText = "ID"; this.id.Name = "id"; this.id.Visible = false; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(287, 250); this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "关闭"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(196, 250); this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 2; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // chkDisplayDisabledData // this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.chkDisplayDisabledData.AutoSize = true; this.chkDisplayDisabledData.BackColor = System.Drawing.Color.Transparent; this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 250); this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.chkDisplayDisabledData.Name = "chkDisplayDisabledData"; this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16); this.chkDisplayDisabledData.TabIndex = 1; this.chkDisplayDisabledData.Text = "显示停用记录"; this.chkDisplayDisabledData.UseVisualStyleBackColor = false; this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged); // // F_RPT_01040501 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(384, 304); this.Controls.Add(this.chkDisplayDisabledData); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.dgvData); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_RPT_01040501"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusBackColor = System.Drawing.SystemColors.Window; this.StatusSizingGrip = false; this.Text = "单值名"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_RPT_01040501_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_01040501_FormClosed); this.Load += new System.EventHandler(this.F_RPT_01040501_Load); this.Controls.SetChildIndex(this.dgvData, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvData; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave; private Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox chkDisplayDisabledData; private System.Windows.Forms.DataGridViewTextBoxColumn name; private Basics.BaseControls.C_DGV_Column_Digital displayno; private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag; private System.Windows.Forms.DataGridViewTextBoxColumn id; } }