代码拉取完成,页面将自动刷新
namespace ActiveReportsDemo
{
partial class MainForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("ActiveReports");
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.treeView1 = new System.Windows.Forms.TreeView();
this.panelMain = new System.Windows.Forms.Panel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.panel2 = new System.Windows.Forms.Panel();
this.label9 = new System.Windows.Forms.Label();
this.pictureBox7 = new System.Windows.Forms.PictureBox();
this.label8 = new System.Windows.Forms.Label();
this.pictureBox6 = new System.Windows.Forms.PictureBox();
this.label6 = new System.Windows.Forms.Label();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.label5 = new System.Windows.Forms.Label();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.label7 = new System.Windows.Forms.Label();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.panel1 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.IsSplitterFixed = true;
this.splitContainer1.Location = new System.Drawing.Point(0, 90);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(3, 20, 3, 3);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.treeView1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
this.splitContainer1.Panel2.Controls.Add(this.panelMain);
this.splitContainer1.Size = new System.Drawing.Size(1008, 639);
this.splitContainer1.SplitterDistance = 180;
this.splitContainer1.SplitterWidth = 1;
this.splitContainer1.TabIndex = 1;
//
// treeView1
//
this.treeView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeView1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.treeView1.FullRowSelect = true;
this.treeView1.HideSelection = false;
this.treeView1.Indent = 15;
this.treeView1.Location = new System.Drawing.Point(0, 0);
this.treeView1.Name = "treeView1";
treeNode1.Name = "节点1";
treeNode1.Text = "ActiveReports";
this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode1});
this.treeView1.Size = new System.Drawing.Size(180, 639);
this.treeView1.TabIndex = 1;
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
//
// panelMain
//
this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelMain.Location = new System.Drawing.Point(0, 0);
this.panelMain.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
this.panelMain.Name = "panelMain";
this.panelMain.Size = new System.Drawing.Size(827, 639);
this.panelMain.TabIndex = 1;
//
// pictureBox1
//
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox1.Image = global::ActiveReportsDemo.Properties.Resources.AR_logo;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(249, 80);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
this.pictureBox1.Tag = "http://www.gcpowertools.com.cn/products/activereports_overview.htm?from=ARDemo";
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Gray;
this.panel2.Controls.Add(this.label9);
this.panel2.Controls.Add(this.pictureBox7);
this.panel2.Controls.Add(this.label8);
this.panel2.Controls.Add(this.pictureBox6);
this.panel2.Controls.Add(this.label6);
this.panel2.Controls.Add(this.pictureBox4);
this.panel2.Controls.Add(this.label5);
this.panel2.Controls.Add(this.pictureBox3);
this.panel2.Controls.Add(this.pictureBox1);
this.panel2.Controls.Add(this.label7);
this.panel2.Controls.Add(this.pictureBox5);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1008, 80);
this.panel2.TabIndex = 2;
//
// label9
//
this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.label9.Cursor = System.Windows.Forms.Cursors.Hand;
this.label9.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label9.ForeColor = System.Drawing.SystemColors.Window;
this.label9.Location = new System.Drawing.Point(644, 55);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(80, 20);
this.label9.TabIndex = 10;
this.label9.Tag = "http://gcdn.gcpowertools.com.cn/showforum-154.aspx?utm_source=Demo&utm_medium=act" +
"ivereports&utm_term=controlexplorer&utm_content=blog&utm_campaign=win";
this.label9.Text = "专题教程";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pictureBox7
//
this.pictureBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox7.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox7.Image = global::ActiveReportsDemo.Properties.Resources._2;
this.pictureBox7.Location = new System.Drawing.Point(654, 5);
this.pictureBox7.Name = "pictureBox7";
this.pictureBox7.Size = new System.Drawing.Size(60, 50);
this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox7.TabIndex = 9;
this.pictureBox7.TabStop = false;
this.pictureBox7.Tag = "http://gcdn.gcpowertools.com.cn/showforum-154.aspx?utm_source=Demo&utm_medium=act" +
"ivereports&utm_term=controlexplorer&utm_content=blog&utm_campaign=win";
this.pictureBox7.Click += new System.EventHandler(this.label_Click);
//
// label8
//
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.label8.Cursor = System.Windows.Forms.Cursors.Hand;
this.label8.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label8.ForeColor = System.Drawing.SystemColors.Window;
this.label8.Location = new System.Drawing.Point(902, 55);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(80, 25);
this.label8.TabIndex = 8;
this.label8.Tag = "http://www.gcpowertools.com.cn/products/activereports_overview.htm?utm_source=Dem" +
"o&utm_medium=activereports&utm_term=controlexplorer&utm_content=overview&utm_cam" +
"paign=win";
this.label8.Text = "产品官网";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pictureBox6
//
this.pictureBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox6.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox6.Image = global::ActiveReportsDemo.Properties.Resources._5;
this.pictureBox6.Location = new System.Drawing.Point(912, 5);
this.pictureBox6.Name = "pictureBox6";
this.pictureBox6.Size = new System.Drawing.Size(60, 50);
this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox6.TabIndex = 7;
this.pictureBox6.TabStop = false;
this.pictureBox6.Tag = "http://www.gcpowertools.com.cn/products/activereports_overview.htm?utm_source=Dem" +
"o&utm_medium=activereports&utm_term=controlexplorer&utm_content=overview&utm_cam" +
"paign=win";
this.pictureBox6.Click += new System.EventHandler(this.label_Click);
//
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.label6.Cursor = System.Windows.Forms.Cursors.Hand;
this.label6.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label6.ForeColor = System.Drawing.SystemColors.Window;
this.label6.Location = new System.Drawing.Point(730, 55);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(80, 25);
this.label6.TabIndex = 4;
this.label6.Tag = "http://gcdn.gcpowertools.com.cn/showforum-154.aspx?utm_source=Demo&utm_medium=act" +
"ivereports&utm_term=controlexplorer&utm_content=document&utm_campaign=win";
this.label6.Text = "帮助文档";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pictureBox4
//
this.pictureBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox4.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox4.Image = global::ActiveReportsDemo.Properties.Resources._3;
this.pictureBox4.Location = new System.Drawing.Point(740, 5);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(60, 50);
this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox4.TabIndex = 3;
this.pictureBox4.TabStop = false;
this.pictureBox4.Tag = "http://gcdn.gcpowertools.com.cn/showforum-156.aspx?utm_source=Demo&utm_medium=act" +
"ivereports&utm_term=controlexplorer&utm_content=document&utm_campaign=win";
this.pictureBox4.Click += new System.EventHandler(this.label_Click);
//
// label5
//
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.label5.Cursor = System.Windows.Forms.Cursors.Hand;
this.label5.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label5.ForeColor = System.Drawing.SystemColors.Window;
this.label5.Location = new System.Drawing.Point(558, 55);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(80, 20);
this.label5.TabIndex = 2;
this.label5.Tag = "http://gcdn.gcpowertools.com.cn/showforum-152.aspx?utm_source=Demo&utm_medium=act" +
"ivereports&utm_term=controlexplorer&utm_content=requirement&utm_campaign=win";
this.label5.Text = "技术社区";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pictureBox3
//
this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox3.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox3.Image = global::ActiveReportsDemo.Properties.Resources._1;
this.pictureBox3.Location = new System.Drawing.Point(568, 5);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(60, 50);
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox3.TabIndex = 1;
this.pictureBox3.TabStop = false;
this.pictureBox3.Tag = "http://gcdn.gcpowertools.com.cn/showforum-152.aspx?utm_source=Demo&utm_medium=act" +
"ivereports&utm_term=controlexplorer&utm_content=requirement&utm_campaign=win";
this.pictureBox3.Click += new System.EventHandler(this.label_Click);
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.label7.Cursor = System.Windows.Forms.Cursors.Hand;
this.label7.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label7.ForeColor = System.Drawing.SystemColors.Window;
this.label7.Location = new System.Drawing.Point(816, 55);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(80, 25);
this.label7.TabIndex = 6;
this.label7.Tag = "http://www.gcpowertools.com.cn/products/download.aspx?pid=16&utm_source=Demo&utm_" +
"medium=activereports&utm_term=controlexplorer&utm_content=download&utm_campaign=" +
"win";
this.label7.Text = "试用版下载";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pictureBox5
//
this.pictureBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox5.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox5.Image = global::ActiveReportsDemo.Properties.Resources._4;
this.pictureBox5.Location = new System.Drawing.Point(826, 5);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(60, 50);
this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox5.TabIndex = 5;
this.pictureBox5.TabStop = false;
this.pictureBox5.Tag = "http://www.gcpowertools.com.cn/products/download.aspx?pid=16&utm_source=Demo&utm_" +
"medium=activereports&utm_term=controlexplorer&utm_content=download&utm_campaign=" +
"win";
this.pictureBox5.Click += new System.EventHandler(this.label_Click);
//
// panel1
//
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 80);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1008, 10);
this.panel1.TabIndex = 3;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1008, 729);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel2);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainForm";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Tag = "1280, 960";
this.Text = "ActiveReports V9 报表功能展示";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.MainForm_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.Panel panelMain;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.PictureBox pictureBox5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.PictureBox pictureBox4;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.PictureBox pictureBox6;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.PictureBox pictureBox7;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。