ElementCompositionAvgGrid.designer.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. namespace OTSIncAReportGrids
  2. {
  3. partial class ElementCompositionAvgGrid
  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(ElementCompositionAvgGrid));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  34. this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  35. this.ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  36. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  37. this.ToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  38. this.panel1.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  41. this.contextMenuStrip1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // panel1
  45. //
  46. this.panel1.AutoScroll = true;
  47. this.panel1.Controls.Add(this.pictureBox2);
  48. this.panel1.Controls.Add(this.pictureBox1);
  49. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  50. this.panel1.Location = new System.Drawing.Point(0, 0);
  51. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  52. this.panel1.Name = "panel1";
  53. this.panel1.Size = new System.Drawing.Size(667, 520);
  54. this.panel1.TabIndex = 5;
  55. //
  56. // pictureBox2
  57. //
  58. this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  59. this.pictureBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.BackgroundImage")));
  60. this.pictureBox2.Location = new System.Drawing.Point(1902, 1093);
  61. this.pictureBox2.Name = "pictureBox2";
  62. this.pictureBox2.Size = new System.Drawing.Size(170, 30);
  63. this.pictureBox2.TabIndex = 2;
  64. this.pictureBox2.TabStop = false;
  65. //
  66. // pictureBox1
  67. //
  68. this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
  69. this.pictureBox1.Location = new System.Drawing.Point(1202, 791);
  70. this.pictureBox1.Name = "pictureBox1";
  71. this.pictureBox1.Size = new System.Drawing.Size(169, 32);
  72. this.pictureBox1.TabIndex = 1;
  73. this.pictureBox1.TabStop = false;
  74. this.pictureBox1.Visible = false;
  75. //
  76. // contextMenuStrip1
  77. //
  78. this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  79. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  80. this.ToolStripMenuItem1,
  81. this.ToolStripMenuItem2,
  82. this.toolStripSeparator1,
  83. this.ToolStripMenuItem3});
  84. this.contextMenuStrip1.Name = "contextMenuStrip1";
  85. this.contextMenuStrip1.Size = new System.Drawing.Size(169, 100);
  86. //
  87. // ToolStripMenuItem1
  88. //
  89. this.ToolStripMenuItem1.Image = global::OTSIncAReportApp.Properties.Resources.复制;
  90. this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
  91. this.ToolStripMenuItem1.Size = new System.Drawing.Size(168, 30);
  92. this.ToolStripMenuItem1.Text = "复制整个表";
  93. this.ToolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1_Click);
  94. //
  95. // ToolStripMenuItem2
  96. //
  97. this.ToolStripMenuItem2.Image = global::OTSIncAReportApp.Properties.Resources.复制全部;
  98. this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
  99. this.ToolStripMenuItem2.Size = new System.Drawing.Size(168, 30);
  100. this.ToolStripMenuItem2.Text = "复制选择区域";
  101. this.ToolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2_Click);
  102. //
  103. // toolStripSeparator1
  104. //
  105. this.toolStripSeparator1.Name = "toolStripSeparator1";
  106. this.toolStripSeparator1.Size = new System.Drawing.Size(165, 6);
  107. //
  108. // ToolStripMenuItem3
  109. //
  110. this.ToolStripMenuItem3.Image = global::OTSIncAReportApp.Properties.Resources.恢复;
  111. this.ToolStripMenuItem3.Name = "ToolStripMenuItem3";
  112. this.ToolStripMenuItem3.Size = new System.Drawing.Size(168, 30);
  113. this.ToolStripMenuItem3.Text = "恢复至初始状态";
  114. this.ToolStripMenuItem3.Click += new System.EventHandler(this.ToolStripMenuItem3_Click);
  115. //
  116. // ElementCompositionAvgGrid
  117. //
  118. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  119. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  120. this.Controls.Add(this.panel1);
  121. this.Margin = new System.Windows.Forms.Padding(2);
  122. this.Name = "ElementCompositionAvgGrid";
  123. this.Size = new System.Drawing.Size(667, 520);
  124. this.Load += new System.EventHandler(this.ElementContentGrid_Load);
  125. this.panel1.ResumeLayout(false);
  126. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  128. this.contextMenuStrip1.ResumeLayout(false);
  129. this.ResumeLayout(false);
  130. }
  131. #endregion
  132. private System.Windows.Forms.Panel panel1;
  133. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  134. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem1;
  135. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem2;
  136. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  137. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem3;
  138. public OTSGridView Gview_gz;
  139. private System.Windows.Forms.PictureBox pictureBox1;
  140. private System.Windows.Forms.PictureBox pictureBox2;
  141. }
  142. }