F_SYS_0211.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. 
  2. namespace Dongke.IBOSS.PRD.Client
  3. {
  4. partial class F_SYS_0211
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  36. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  37. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  38. this.dgvReportModule = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  39. this.version = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.releasedate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.upgradetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.desno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.description = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.tsrOperate.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // tsrOperate
  49. //
  50. this.tsrOperate.AutoSize = false;
  51. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  52. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  54. this.tsbtnAdaptive,
  55. this.tsbtnClose});
  56. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  57. this.tsrOperate.Name = "tsrOperate";
  58. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  59. this.tsrOperate.ShowItemToolTips = false;
  60. this.tsrOperate.Size = new System.Drawing.Size(1131, 35);
  61. this.tsrOperate.TabIndex = 0;
  62. this.tsrOperate.Text = "toolStrip1";
  63. //
  64. // tsbtnAdaptive
  65. //
  66. this.tsbtnAdaptive.AutoSize = false;
  67. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  69. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  70. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  71. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  72. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  73. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  74. //
  75. // tsbtnClose
  76. //
  77. this.tsbtnClose.AutoSize = false;
  78. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  80. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  81. this.tsbtnClose.Name = "tsbtnClose";
  82. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  83. this.tsbtnClose.Text = "关闭(&X)";
  84. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  85. //
  86. // dgvReportModule
  87. //
  88. this.dgvReportModule.AllowUserToAddRows = false;
  89. this.dgvReportModule.AllowUserToDeleteRows = false;
  90. this.dgvReportModule.AllowUserToModifyRows = true;
  91. this.dgvReportModule.AllowUserToOrderColumns = true;
  92. this.dgvReportModule.AllowUserToSortRows = false;
  93. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  94. this.dgvReportModule.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  95. this.dgvReportModule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  96. | System.Windows.Forms.AnchorStyles.Left)
  97. | System.Windows.Forms.AnchorStyles.Right)));
  98. this.dgvReportModule.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  99. this.dgvReportModule.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  100. this.dgvReportModule.CellHeight = 23;
  101. this.dgvReportModule.ChildNodeColumnName = null;
  102. this.dgvReportModule.ChildNodeColumnText = null;
  103. this.dgvReportModule.ColumnDeep = 1;
  104. this.dgvReportModule.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  105. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  106. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  107. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  109. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  110. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  111. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  112. this.dgvReportModule.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  113. this.dgvReportModule.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  114. this.dgvReportModule.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  115. this.version,
  116. this.releasedate,
  117. this.upgradetime,
  118. this.desno,
  119. this.description});
  120. this.dgvReportModule.ColumnTreeView = null;
  121. 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)));
  122. this.dgvReportModule.DynamicColumnName = "";
  123. this.dgvReportModule.EnableHeadersVisualStyles = false;
  124. this.dgvReportModule.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.dgvReportModule.HorizontalMergeColumn = null;
  126. this.dgvReportModule.IsAutoCountSum = true;
  127. this.dgvReportModule.IsAutoResizeColumns = false;
  128. this.dgvReportModule.IsClickF12 = false;
  129. this.dgvReportModule.IsOpenMergeCellFlag = false;
  130. this.dgvReportModule.IsSubTotalFlag = false;
  131. this.dgvReportModule.IsTopDeep = false;
  132. this.dgvReportModule.Location = new System.Drawing.Point(0, 38);
  133. this.dgvReportModule.MergeColumnNames = null;
  134. this.dgvReportModule.MergeDetailColumnNames = null;
  135. this.dgvReportModule.MergeDetailOnlyColumn = null;
  136. this.dgvReportModule.MergeOnlyColumn = null;
  137. this.dgvReportModule.MultiSelect = false;
  138. this.dgvReportModule.Name = "dgvReportModule";
  139. this.dgvReportModule.ReadOnly = true;
  140. this.dgvReportModule.RefreshAtHscroll = false;
  141. this.dgvReportModule.RowHeadersWidth = 50;
  142. this.dgvReportModule.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  143. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  144. this.dgvReportModule.RowsDefaultCellStyle = dataGridViewCellStyle6;
  145. this.dgvReportModule.RowTemplate.Height = 21;
  146. this.dgvReportModule.Size = new System.Drawing.Size(1119, 443);
  147. this.dgvReportModule.SortOrderColumnName = null;
  148. this.dgvReportModule.TabIndex = 28;
  149. this.dgvReportModule.Tag = true;
  150. this.dgvReportModule.TotalSumColumns = null;
  151. this.dgvReportModule.ViewRowFilter = "";
  152. //
  153. // version
  154. //
  155. this.version.DataPropertyName = "version";
  156. this.version.HeaderText = "版本号";
  157. this.version.Name = "version";
  158. this.version.ReadOnly = true;
  159. this.version.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  160. //
  161. // releasedate
  162. //
  163. this.releasedate.DataPropertyName = "releasedate";
  164. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  165. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  166. this.releasedate.DefaultCellStyle = dataGridViewCellStyle3;
  167. this.releasedate.HeaderText = "发布日期";
  168. this.releasedate.Name = "releasedate";
  169. this.releasedate.ReadOnly = true;
  170. this.releasedate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  171. //
  172. // upgradetime
  173. //
  174. this.upgradetime.DataPropertyName = "upgradetime";
  175. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  176. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  177. this.upgradetime.DefaultCellStyle = dataGridViewCellStyle4;
  178. this.upgradetime.HeaderText = "更新时间";
  179. this.upgradetime.Name = "upgradetime";
  180. this.upgradetime.ReadOnly = true;
  181. this.upgradetime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  182. //
  183. // desno
  184. //
  185. this.desno.DataPropertyName = "desno";
  186. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  187. this.desno.DefaultCellStyle = dataGridViewCellStyle5;
  188. this.desno.HeaderText = "序号";
  189. this.desno.Name = "desno";
  190. this.desno.ReadOnly = true;
  191. this.desno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  192. //
  193. // description
  194. //
  195. this.description.DataPropertyName = "description";
  196. this.description.HeaderText = "升级内容";
  197. this.description.Name = "description";
  198. this.description.ReadOnly = true;
  199. this.description.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  200. this.description.Width = 500;
  201. //
  202. // F_SYS_0211
  203. //
  204. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  205. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  206. this.ClientSize = new System.Drawing.Size(1131, 481);
  207. this.Controls.Add(this.dgvReportModule);
  208. this.Controls.Add(this.tsrOperate);
  209. this.Name = "F_SYS_0211";
  210. this.RightToLeftLayout = true;
  211. this.Text = "更新履历";
  212. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_SYS_0211_FormClosed);
  213. this.Load += new System.EventHandler(this.F_SYS_0211_Load);
  214. this.tsrOperate.ResumeLayout(false);
  215. this.tsrOperate.PerformLayout();
  216. ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).EndInit();
  217. this.ResumeLayout(false);
  218. }
  219. #endregion
  220. private Basics.BaseControls.C_ToolStrip tsrOperate;
  221. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  222. private System.Windows.Forms.ToolStripButton tsbtnClose;
  223. private Basics.BaseControls.C_DataGridView dgvReportModule;
  224. private System.Windows.Forms.DataGridViewTextBoxColumn version;
  225. private System.Windows.Forms.DataGridViewTextBoxColumn releasedate;
  226. private System.Windows.Forms.DataGridViewTextBoxColumn upgradetime;
  227. private System.Windows.Forms.DataGridViewTextBoxColumn desno;
  228. private System.Windows.Forms.DataGridViewTextBoxColumn description;
  229. }
  230. }