ResultGrid.designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. namespace OTSIncAReportGrids
  2. {
  3. partial class ResultGrid
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ResultGrid));
  30. this.Gview_gz = new System.Windows.Forms.DataGridView();
  31. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  32. this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  33. this.ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  34. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  35. this.ToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. ((System.ComponentModel.ISupportInitialize)(this.Gview_gz)).BeginInit();
  38. this.contextMenuStrip1.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // Gview_gz
  43. //
  44. this.Gview_gz.AllowUserToAddRows = false;
  45. this.Gview_gz.AllowUserToDeleteRows = false;
  46. this.Gview_gz.AllowUserToResizeRows = false;
  47. this.Gview_gz.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  48. this.Gview_gz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  49. this.Gview_gz.ContextMenuStrip = this.contextMenuStrip1;
  50. this.Gview_gz.Dock = System.Windows.Forms.DockStyle.Fill;
  51. this.Gview_gz.Location = new System.Drawing.Point(0, 0);
  52. this.Gview_gz.Margin = new System.Windows.Forms.Padding(2);
  53. this.Gview_gz.Name = "Gview_gz";
  54. this.Gview_gz.ReadOnly = true;
  55. this.Gview_gz.RowHeadersVisible = false;
  56. this.Gview_gz.RowHeadersWidth = 40;
  57. this.Gview_gz.RowTemplate.Height = 30;
  58. this.Gview_gz.Size = new System.Drawing.Size(505, 527);
  59. this.Gview_gz.TabIndex = 1;
  60. //
  61. // contextMenuStrip1
  62. //
  63. this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  64. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  65. this.ToolStripMenuItem1,
  66. this.ToolStripMenuItem2,
  67. this.toolStripSeparator1,
  68. this.ToolStripMenuItem3});
  69. this.contextMenuStrip1.Name = "contextMenuStrip1";
  70. this.contextMenuStrip1.Size = new System.Drawing.Size(169, 100);
  71. //
  72. // ToolStripMenuItem1
  73. //
  74. this.ToolStripMenuItem1.Image = global::OTSIncAReportApp.Properties.Resources.复制;
  75. this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
  76. this.ToolStripMenuItem1.Size = new System.Drawing.Size(168, 30);
  77. this.ToolStripMenuItem1.Text = "复制整个表";
  78. this.ToolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1_Click);
  79. //
  80. // ToolStripMenuItem2
  81. //
  82. this.ToolStripMenuItem2.Image = global::OTSIncAReportApp.Properties.Resources.复制全部;
  83. this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
  84. this.ToolStripMenuItem2.Size = new System.Drawing.Size(168, 30);
  85. this.ToolStripMenuItem2.Text = "复制选择区域";
  86. this.ToolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2_Click);
  87. //
  88. // toolStripSeparator1
  89. //
  90. this.toolStripSeparator1.Name = "toolStripSeparator1";
  91. this.toolStripSeparator1.Size = new System.Drawing.Size(165, 6);
  92. //
  93. // ToolStripMenuItem3
  94. //
  95. this.ToolStripMenuItem3.Image = global::OTSIncAReportApp.Properties.Resources.恢复;
  96. this.ToolStripMenuItem3.Name = "ToolStripMenuItem3";
  97. this.ToolStripMenuItem3.Size = new System.Drawing.Size(168, 30);
  98. this.ToolStripMenuItem3.Text = "恢复至初始状态";
  99. this.ToolStripMenuItem3.Click += new System.EventHandler(this.ToolStripMenuItem3_Click);
  100. //
  101. // pictureBox1
  102. //
  103. this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
  104. this.pictureBox1.Location = new System.Drawing.Point(1191, 780);
  105. this.pictureBox1.Name = "pictureBox1";
  106. this.pictureBox1.Size = new System.Drawing.Size(169, 30);
  107. this.pictureBox1.TabIndex = 2;
  108. this.pictureBox1.TabStop = false;
  109. //
  110. // ResultGrid
  111. //
  112. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  113. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  114. this.Controls.Add(this.pictureBox1);
  115. this.Controls.Add(this.Gview_gz);
  116. this.Margin = new System.Windows.Forms.Padding(2);
  117. this.Name = "ResultGrid";
  118. this.Size = new System.Drawing.Size(505, 527);
  119. this.Load += new System.EventHandler(this.ResultGrid_Load);
  120. ((System.ComponentModel.ISupportInitialize)(this.Gview_gz)).EndInit();
  121. this.contextMenuStrip1.ResumeLayout(false);
  122. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  123. this.ResumeLayout(false);
  124. }
  125. #endregion
  126. public System.Windows.Forms.DataGridView Gview_gz;
  127. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  128. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem1;
  129. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem2;
  130. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  131. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem3;
  132. private System.Windows.Forms.PictureBox pictureBox1;
  133. }
  134. }