📄 reportform.cs
字号:
this.panel2.TabIndex = 26;
//
// lbTitle
//
this.lbTitle.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.lbTitle.Dock = System.Windows.Forms.DockStyle.Left;
this.lbTitle.ForeColor = System.Drawing.Color.MintCream;
this.lbTitle.Image = ((System.Drawing.Bitmap)(resources.GetObject("lbTitle.Image")));
this.lbTitle.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.lbTitle.Name = "lbTitle";
this.lbTitle.Size = new System.Drawing.Size(664, 20);
this.lbTitle.TabIndex = 4;
this.lbTitle.Text = "报表打印预览";
this.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// tmClock
//
this.tmClock.Interval = 1000;
this.tmClock.Tick += new System.EventHandler(this.tmClock_Tick);
//
// tbtnClose
//
this.tbtnClose.ImageIndex = 2;
this.tbtnClose.Text = "关闭窗口";
this.tbtnClose.ToolTipText = "关闭窗口";
//
// panel1
//
this.panel1.Controls.AddRange(new System.Windows.Forms.Control[] {
this.toolBar1});
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(4, 26);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(792, 26);
this.panel1.TabIndex = 25;
//
// toolBar1
//
this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
this.tbtnHelp,
this.tbtnAbout,
this.tbtnClose});
this.toolBar1.Cursor = System.Windows.Forms.Cursors.Hand;
this.toolBar1.DropDownArrows = true;
this.toolBar1.ImageList = this.imageList1;
this.toolBar1.Name = "toolBar1";
this.toolBar1.ShowToolTips = true;
this.toolBar1.Size = new System.Drawing.Size(792, 25);
this.toolBar1.TabIndex = 2;
this.toolBar1.TabStop = true;
this.toolBar1.TextAlign = System.Windows.Forms.ToolBarTextAlign.Right;
this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
//
// imageList1
//
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
//
// plRight
//
this.plRight.Controls.AddRange(new System.Windows.Forms.Control[] {
this.pictureBox9});
this.plRight.Dock = System.Windows.Forms.DockStyle.Right;
this.plRight.Location = new System.Drawing.Point(796, 26);
this.plRight.Name = "plRight";
this.plRight.Size = new System.Drawing.Size(4, 570);
this.plRight.TabIndex = 23;
//
// pictureBox9
//
this.pictureBox9.BackgroundImage = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox9.BackgroundImage")));
this.pictureBox9.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox9.Name = "pictureBox9";
this.pictureBox9.Size = new System.Drawing.Size(4, 570);
this.pictureBox9.TabIndex = 0;
this.pictureBox9.TabStop = false;
//
// plTop
//
this.plTop.Controls.AddRange(new System.Windows.Forms.Control[] {
this.btnClose,
this.btnMax,
this.btnMin,
this.pictureBox7,
this.pictureBox6,
this.pictureBox5,
this.pictureBox4,
this.pictureBox3,
this.pictureBox2,
this.pictureBox1});
this.plTop.Dock = System.Windows.Forms.DockStyle.Top;
this.plTop.Name = "plTop";
this.plTop.Size = new System.Drawing.Size(800, 26);
this.plTop.TabIndex = 24;
//
// btnClose
//
this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnClose.Image = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.Image")));
this.btnClose.Location = new System.Drawing.Point(767, 3);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(20, 20);
this.btnClose.TabIndex = 14;
this.btnClose.TabStop = false;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
this.btnClose.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnClose_MouseMove);
this.btnClose.MouseLeave += new System.EventHandler(this.btnClose_MouseLeave);
this.btnClose.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnClose_MouseDown);
//
// btnMax
//
this.btnMax.Image = ((System.Drawing.Bitmap)(resources.GetObject("btnMax.Image")));
this.btnMax.Location = new System.Drawing.Point(743, 3);
this.btnMax.Name = "btnMax";
this.btnMax.Size = new System.Drawing.Size(20, 20);
this.btnMax.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.btnMax.TabIndex = 12;
this.btnMax.TabStop = false;
//
// btnMin
//
this.btnMin.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnMin.Image = ((System.Drawing.Bitmap)(resources.GetObject("btnMin.Image")));
this.btnMin.Location = new System.Drawing.Point(720, 3);
this.btnMin.Name = "btnMin";
this.btnMin.Size = new System.Drawing.Size(20, 20);
this.btnMin.TabIndex = 11;
this.btnMin.TabStop = false;
this.btnMin.Click += new System.EventHandler(this.btnMin_Click);
this.btnMin.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnMin_MouseMove);
this.btnMin.MouseLeave += new System.EventHandler(this.btnMin_MouseLeave);
this.btnMin.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnMin_MouseDown);
//
// pictureBox7
//
this.pictureBox7.Dock = System.Windows.Forms.DockStyle.Right;
this.pictureBox7.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox7.Image")));
this.pictureBox7.Location = new System.Drawing.Point(796, 0);
this.pictureBox7.Name = "pictureBox7";
this.pictureBox7.Size = new System.Drawing.Size(4, 26);
this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox7.TabIndex = 7;
this.pictureBox7.TabStop = false;
//
// pictureBox6
//
this.pictureBox6.BackgroundImage = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox6.BackgroundImage")));
this.pictureBox6.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox6.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox6.Image")));
this.pictureBox6.Location = new System.Drawing.Point(710, 0);
this.pictureBox6.Name = "pictureBox6";
this.pictureBox6.Size = new System.Drawing.Size(90, 26);
this.pictureBox6.TabIndex = 6;
this.pictureBox6.TabStop = false;
//
// pictureBox5
//
this.pictureBox5.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox5.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox5.Image")));
this.pictureBox5.Location = new System.Drawing.Point(696, 0);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(14, 26);
this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox5.TabIndex = 5;
this.pictureBox5.TabStop = false;
//
// pictureBox4
//
this.pictureBox4.BackgroundImage = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox4.BackgroundImage")));
this.pictureBox4.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox4.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox4.Location = new System.Drawing.Point(38, 0);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(658, 26);
this.pictureBox4.TabIndex = 4;
this.pictureBox4.TabStop = false;
this.pictureBox4.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox4_Paint);
this.pictureBox4.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox4_MouseMove);
this.pictureBox4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox4_MouseDown);
//
// pictureBox3
//
this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox3.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox3.Image")));
this.pictureBox3.Location = new System.Drawing.Point(25, 0);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(13, 26);
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox3.TabIndex = 3;
this.pictureBox3.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox2.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(4, 0);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(21, 26);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox2.TabIndex = 2;
this.pictureBox2.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox1.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(4, 26);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// plLeft
//
this.plLeft.Controls.AddRange(new System.Windows.Forms.Control[] {
this.pictureBox8});
this.plLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.plLeft.Location = new System.Drawing.Point(0, 26);
this.plLeft.Name = "plLeft";
this.plLeft.Size = new System.Drawing.Size(4, 570);
this.plLeft.TabIndex = 22;
//
// pictureBox8
//
this.pictureBox8.BackgroundImage = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox8.BackgroundImage")));
this.pictureBox8.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox8.Name = "pictureBox8";
this.pictureBox8.Size = new System.Drawing.Size(4, 570);
this.pictureBox8.TabIndex = 0;
this.pictureBox8.TabStop = false;
//
// plBotton
//
this.plBotton.Controls.AddRange(new System.Windows.Forms.Control[] {
this.pictureBox12,
this.pictureBox11,
this.pictureBox10});
this.plBotton.Dock = System.Windows.Forms.DockStyle.Bottom;
this.plBotton.Location = new System.Drawing.Point(0, 596);
this.plBotton.Name = "plBotton";
this.plBotton.Size = new System.Drawing.Size(800, 4);
this.plBotton.TabIndex = 21;
//
// pictureBox12
//
this.pictureBox12.Dock = System.Windows.Forms.DockStyle.Right;
this.pictureBox12.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox12.Image")));
this.pictureBox12.Location = new System.Drawing.Point(796, 0);
this.pictureBox12.Name = "pictureBox12";
this.pictureBox12.Size = new System.Drawing.Size(4, 4);
this.pictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox12.TabIndex = 2;
this.pictureBox12.TabStop = false;
//
// pictureBox11
//
this.pictureBox11.BackgroundImage = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox11.BackgroundImage")));
this.pictureBox11.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox11.Location = new System.Drawing.Point(4, 0);
this.pictureBox11.Name = "pictureBox11";
this.pictureBox11.Size = new System.Drawing.Size(796, 4);
this.pictureBox11.TabIndex = 1;
this.pictureBox11.TabStop = false;
//
// pictureBox10
//
this.pictureBox10.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox10.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox10.Image")));
this.pictureBox10.Name = "pictureBox10";
this.pictureBox10.Size = new System.Drawing.Size(4, 4);
this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox10.TabIndex = 0;
this.pictureBox10.TabStop = false;
//
// imageList3
//
this.imageList3.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imageList3.ImageSize = new System.Drawing.Size(16, 16);
this.imageList3.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList3.ImageStream")));
this.imageList3.TransparentColor = System.Drawing.Color.Transparent;
//
// panel6
//
this.panel6.Controls.AddRange(new System.Windows.Forms.Control[] {
this.reportView});
this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel6.Location = new System.Drawing.Point(4, 78);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(792, 496);
this.panel6.TabIndex = 30;
//
// reportView
//
this.reportView.ActiveViewIndex = -1;
this.reportView.DisplayBackgroundEdge = false;
this.reportView.DisplayGroupTree = false;
this.reportView.Dock = System.Windows.Forms.DockStyle.Fill;
this.reportView.Name = "reportView";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -