namespace Dongke.IBOSS.PRD.Client { partial class F_SYS_0211 { /// /// 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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip(); this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.dgvReportModule = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.version = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.releasedate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.upgradetime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.desno = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.description = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tsrOperate.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).BeginInit(); this.SuspendLayout(); // // tsrOperate // this.tsrOperate.AutoSize = false; this.tsrOperate.BackColor = System.Drawing.Color.Transparent; this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnAdaptive, this.tsbtnClose}); this.tsrOperate.Location = new System.Drawing.Point(0, 0); this.tsrOperate.Name = "tsrOperate"; this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.tsrOperate.ShowItemToolTips = false; this.tsrOperate.Size = new System.Drawing.Size(1131, 35); this.tsrOperate.TabIndex = 0; this.tsrOperate.Text = "toolStrip1"; // // tsbtnAdaptive // this.tsbtnAdaptive.AutoSize = false; this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnAdaptive.Name = "tsbtnAdaptive"; this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25); this.tsbtnAdaptive.Text = "自适应列宽(&A)"; this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click); // // tsbtnClose // this.tsbtnClose.AutoSize = false; this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClose.Name = "tsbtnClose"; this.tsbtnClose.Size = new System.Drawing.Size(60, 25); this.tsbtnClose.Text = "关闭(&X)"; this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click); // // dgvReportModule // this.dgvReportModule.AllowUserToAddRows = false; this.dgvReportModule.AllowUserToDeleteRows = false; this.dgvReportModule.AllowUserToModifyRows = true; this.dgvReportModule.AllowUserToOrderColumns = true; this.dgvReportModule.AllowUserToSortRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvReportModule.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvReportModule.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.dgvReportModule.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvReportModule.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvReportModule.CellHeight = 23; this.dgvReportModule.ChildNodeColumnName = null; this.dgvReportModule.ChildNodeColumnText = null; this.dgvReportModule.ColumnDeep = 1; this.dgvReportModule.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.dgvReportModule.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvReportModule.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvReportModule.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.version, this.releasedate, this.upgradetime, this.desno, this.description}); this.dgvReportModule.ColumnTreeView = null; this.dgvReportModule.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.dgvReportModule.DynamicColumnName = ""; this.dgvReportModule.EnableHeadersVisualStyles = false; this.dgvReportModule.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvReportModule.HorizontalMergeColumn = null; this.dgvReportModule.IsAutoCountSum = true; this.dgvReportModule.IsAutoResizeColumns = false; this.dgvReportModule.IsClickF12 = false; this.dgvReportModule.IsOpenMergeCellFlag = false; this.dgvReportModule.IsSubTotalFlag = false; this.dgvReportModule.IsTopDeep = false; this.dgvReportModule.Location = new System.Drawing.Point(0, 38); this.dgvReportModule.MergeColumnNames = null; this.dgvReportModule.MergeDetailColumnNames = null; this.dgvReportModule.MergeDetailOnlyColumn = null; this.dgvReportModule.MergeOnlyColumn = null; this.dgvReportModule.MultiSelect = false; this.dgvReportModule.Name = "dgvReportModule"; this.dgvReportModule.ReadOnly = true; this.dgvReportModule.RefreshAtHscroll = false; this.dgvReportModule.RowHeadersWidth = 50; this.dgvReportModule.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvReportModule.RowsDefaultCellStyle = dataGridViewCellStyle6; this.dgvReportModule.RowTemplate.Height = 21; this.dgvReportModule.Size = new System.Drawing.Size(1119, 443); this.dgvReportModule.SortOrderColumnName = null; this.dgvReportModule.TabIndex = 28; this.dgvReportModule.Tag = true; this.dgvReportModule.TotalSumColumns = null; this.dgvReportModule.ViewRowFilter = ""; // // version // this.version.DataPropertyName = "version"; this.version.HeaderText = "版本号"; this.version.Name = "version"; this.version.ReadOnly = true; this.version.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // releasedate // this.releasedate.DataPropertyName = "releasedate"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.Format = "yyyy-MM-dd"; this.releasedate.DefaultCellStyle = dataGridViewCellStyle3; this.releasedate.HeaderText = "发布日期"; this.releasedate.Name = "releasedate"; this.releasedate.ReadOnly = true; this.releasedate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // upgradetime // this.upgradetime.DataPropertyName = "upgradetime"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.Format = "yyyy-MM-dd"; this.upgradetime.DefaultCellStyle = dataGridViewCellStyle4; this.upgradetime.HeaderText = "更新时间"; this.upgradetime.Name = "upgradetime"; this.upgradetime.ReadOnly = true; this.upgradetime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // desno // this.desno.DataPropertyName = "desno"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.desno.DefaultCellStyle = dataGridViewCellStyle5; this.desno.HeaderText = "序号"; this.desno.Name = "desno"; this.desno.ReadOnly = true; this.desno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // description // this.description.DataPropertyName = "description"; this.description.HeaderText = "升级内容"; this.description.Name = "description"; this.description.ReadOnly = true; this.description.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.description.Width = 500; // // F_SYS_0211 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1131, 481); this.Controls.Add(this.dgvReportModule); this.Controls.Add(this.tsrOperate); this.Name = "F_SYS_0211"; this.RightToLeftLayout = true; this.Text = "更新履历"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_SYS_0211_FormClosed); this.Load += new System.EventHandler(this.F_SYS_0211_Load); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).EndInit(); this.ResumeLayout(false); } #endregion private Basics.BaseControls.C_ToolStrip tsrOperate; private System.Windows.Forms.ToolStripButton tsbtnAdaptive; private System.Windows.Forms.ToolStripButton tsbtnClose; private Basics.BaseControls.C_DataGridView dgvReportModule; private System.Windows.Forms.DataGridViewTextBoxColumn version; private System.Windows.Forms.DataGridViewTextBoxColumn releasedate; private System.Windows.Forms.DataGridViewTextBoxColumn upgradetime; private System.Windows.Forms.DataGridViewTextBoxColumn desno; private System.Windows.Forms.DataGridViewTextBoxColumn description; } }