CompositionDistributionGrid.designer.cs 6.4 KB

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