|
|
@@ -28,94 +28,95 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- this.components = new System.ComponentModel.Container();
|
|
|
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CompositionDistributionGrid));
|
|
|
- this.panel1 = new System.Windows.Forms.Panel();
|
|
|
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
- this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
- this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
- this.ToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.panel1.SuspendLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
- this.contextMenuStrip1.SuspendLayout();
|
|
|
- this.SuspendLayout();
|
|
|
- //
|
|
|
- // panel1
|
|
|
- //
|
|
|
- this.panel1.AutoScroll = true;
|
|
|
- this.panel1.Controls.Add(this.pictureBox1);
|
|
|
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.panel1.Name = "panel1";
|
|
|
- this.panel1.Size = new System.Drawing.Size(1000, 780);
|
|
|
- this.panel1.TabIndex = 5;
|
|
|
- //
|
|
|
- // pictureBox1
|
|
|
- //
|
|
|
- this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
|
|
|
- this.pictureBox1.Location = new System.Drawing.Point(746, 735);
|
|
|
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.pictureBox1.Name = "pictureBox1";
|
|
|
- this.pictureBox1.Size = new System.Drawing.Size(255, 45);
|
|
|
- this.pictureBox1.TabIndex = 1;
|
|
|
- this.pictureBox1.TabStop = false;
|
|
|
- //
|
|
|
- // contextMenuStrip1
|
|
|
- //
|
|
|
- this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
|
- this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.components = new System.ComponentModel.Container();
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CompositionDistributionGrid));
|
|
|
+ this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
+ this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
+ this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.ToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.panel1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
+ this.contextMenuStrip1.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // panel1
|
|
|
+ //
|
|
|
+ this.panel1.AutoScroll = true;
|
|
|
+ this.panel1.Controls.Add(this.pictureBox1);
|
|
|
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.panel1.Name = "panel1";
|
|
|
+ this.panel1.Size = new System.Drawing.Size(667, 520);
|
|
|
+ this.panel1.TabIndex = 5;
|
|
|
+ //
|
|
|
+ // pictureBox1
|
|
|
+ //
|
|
|
+ this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
|
|
|
+ this.pictureBox1.Location = new System.Drawing.Point(497, 490);
|
|
|
+ this.pictureBox1.Name = "pictureBox1";
|
|
|
+ this.pictureBox1.Size = new System.Drawing.Size(170, 30);
|
|
|
+ this.pictureBox1.TabIndex = 1;
|
|
|
+ this.pictureBox1.TabStop = false;
|
|
|
+ //
|
|
|
+ // contextMenuStrip1
|
|
|
+ //
|
|
|
+ this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
|
+ this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.ToolStripMenuItem1,
|
|
|
this.ToolStripMenuItem2,
|
|
|
this.toolStripSeparator1,
|
|
|
this.ToolStripMenuItem3});
|
|
|
- this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
- this.contextMenuStrip1.Size = new System.Drawing.Size(215, 100);
|
|
|
- //
|
|
|
- // ToolStripMenuItem1
|
|
|
- //
|
|
|
- this.ToolStripMenuItem1.Image = global::OTSIncAReportApp.Properties.Resources.复制;
|
|
|
- this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
|
|
|
- this.ToolStripMenuItem1.Size = new System.Drawing.Size(214, 30);
|
|
|
- this.ToolStripMenuItem1.Text = "复制整个表";
|
|
|
- this.ToolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1_Click);
|
|
|
- //
|
|
|
- // ToolStripMenuItem2
|
|
|
- //
|
|
|
- this.ToolStripMenuItem2.Image = global::OTSIncAReportApp.Properties.Resources.复制全部;
|
|
|
- this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
|
|
|
- this.ToolStripMenuItem2.Size = new System.Drawing.Size(214, 30);
|
|
|
- this.ToolStripMenuItem2.Text = "复制选择区域";
|
|
|
- this.ToolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2_Click);
|
|
|
- //
|
|
|
- // toolStripSeparator1
|
|
|
- //
|
|
|
- this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
- this.toolStripSeparator1.Size = new System.Drawing.Size(211, 6);
|
|
|
- //
|
|
|
- // ToolStripMenuItem3
|
|
|
- //
|
|
|
- this.ToolStripMenuItem3.Image = global::OTSIncAReportApp.Properties.Resources.恢复;
|
|
|
- this.ToolStripMenuItem3.Name = "ToolStripMenuItem3";
|
|
|
- this.ToolStripMenuItem3.Size = new System.Drawing.Size(214, 30);
|
|
|
- this.ToolStripMenuItem3.Text = "恢复至初始状态";
|
|
|
- this.ToolStripMenuItem3.Click += new System.EventHandler(this.ToolStripMenuItem3_Click);
|
|
|
- //
|
|
|
- // CompositionDistributionGrid
|
|
|
- //
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
|
- this.Controls.Add(this.panel1);
|
|
|
- this.Name = "CompositionDistributionGrid";
|
|
|
- this.Size = new System.Drawing.Size(1000, 780);
|
|
|
- this.Load += new System.EventHandler(this.CompositionDistributionGrid_Load);
|
|
|
- this.panel1.ResumeLayout(false);
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
- this.contextMenuStrip1.ResumeLayout(false);
|
|
|
- this.ResumeLayout(false);
|
|
|
+ this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
+ this.contextMenuStrip1.Size = new System.Drawing.Size(169, 100);
|
|
|
+ //
|
|
|
+ // ToolStripMenuItem1
|
|
|
+ //
|
|
|
+ this.ToolStripMenuItem1.Image = global::OTSIncAReportApp.Properties.Resources.复制;
|
|
|
+ this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
|
|
|
+ this.ToolStripMenuItem1.Size = new System.Drawing.Size(168, 30);
|
|
|
+ this.ToolStripMenuItem1.Text = "复制整个表";
|
|
|
+ this.ToolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1_Click);
|
|
|
+ //
|
|
|
+ // ToolStripMenuItem2
|
|
|
+ //
|
|
|
+ this.ToolStripMenuItem2.Image = global::OTSIncAReportApp.Properties.Resources.复制全部;
|
|
|
+ this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
|
|
|
+ this.ToolStripMenuItem2.Size = new System.Drawing.Size(168, 30);
|
|
|
+ this.ToolStripMenuItem2.Text = "复制选择区域";
|
|
|
+ this.ToolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2_Click);
|
|
|
+ //
|
|
|
+ // toolStripSeparator1
|
|
|
+ //
|
|
|
+ this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
+ this.toolStripSeparator1.Size = new System.Drawing.Size(165, 6);
|
|
|
+ //
|
|
|
+ // ToolStripMenuItem3
|
|
|
+ //
|
|
|
+ this.ToolStripMenuItem3.Image = global::OTSIncAReportApp.Properties.Resources.恢复;
|
|
|
+ this.ToolStripMenuItem3.Name = "ToolStripMenuItem3";
|
|
|
+ this.ToolStripMenuItem3.Size = new System.Drawing.Size(168, 30);
|
|
|
+ this.ToolStripMenuItem3.Text = "恢复至初始状态";
|
|
|
+ this.ToolStripMenuItem3.Click += new System.EventHandler(this.ToolStripMenuItem3_Click);
|
|
|
+ //
|
|
|
+ // CompositionDistributionGrid
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
|
+ this.Controls.Add(this.panel1);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.Name = "CompositionDistributionGrid";
|
|
|
+ this.Size = new System.Drawing.Size(667, 520);
|
|
|
+ this.Load += new System.EventHandler(this.CompositionDistributionGrid_Load);
|
|
|
+ this.panel1.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
+ this.contextMenuStrip1.ResumeLayout(false);
|
|
|
+ this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
@@ -128,5 +129,5 @@
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
|
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem3;
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
- }
|
|
|
+ }
|
|
|
}
|