📄 designreportdesignfrm.cs
字号:
// mnuInsertCheckbox
//
this.mnuInsertCheckbox.Index = 6;
this.mnuInsertCheckbox.Text = "检查(CheckBox)";
//
// mnuInsertBarcode
//
this.mnuInsertBarcode.Index = 7;
this.mnuInsertBarcode.Text = "标码(Barcode)";
//
// mnuInsertLine
//
this.mnuInsertLine.Index = 8;
this.mnuInsertLine.Text = "线条(Line)";
//
// mnuInsertShape
//
this.mnuInsertShape.Index = 9;
this.mnuInsertShape.Text = "绘图(Shape)";
//
// mnuInsertImage
//
this.mnuInsertImage.Index = 10;
this.mnuInsertImage.Text = "图象(Image)";
//
// mnuInsertRichTextbox
//
this.mnuInsertRichTextbox.Index = 11;
this.mnuInsertRichTextbox.Text = "多文档框(RichTextbox)";
//
// mnuInsertSubReport
//
this.mnuInsertSubReport.Index = 12;
this.mnuInsertSubReport.Text = "子报表(SubReport)";
//
// mnuInsertPageBreak
//
this.mnuInsertPageBreak.Index = 13;
this.mnuInsertPageBreak.Text = "分页(page break)";
//
// mnuInsertOle
//
this.mnuInsertOle.Index = 14;
this.mnuInsertOle.Text = "Ole对象(Ole Object)";
//
// mnuFormat
//
this.mnuFormat.Index = 4;
this.mnuFormat.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.mnuAlign,
this.mnuSize,
this.mnuFormatHSpacing,
this.mnuFormatVSpacing,
this.mnuFormatSep1,
this.mnuFormatBringToFront,
this.mnuFormatSendToBack,
this.mnuFormatSep2,
this.mnuFormatLock});
this.mnuFormat.Text = "格式(&F)";
//
// mnuAlign
//
this.mnuAlign.Index = 0;
this.mnuAlign.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.mnuFormatAlignLefts,
this.mnuFormatAlignCenters,
this.mnuFormatAlignRights,
this.mnuFormatSep3,
this.mnuFormatAlignTops,
this.mnuFormatAlignMiddles,
this.mnuFormatAlignBottoms,
this.mnuFormatSep4,
this.mnuFormatAligntoGrid});
this.mnuAlign.Text = "对齐";
//
// mnuFormatAlignLefts
//
this.mnuFormatAlignLefts.Index = 0;
this.mnuFormatAlignLefts.Text = "左对齐";
//
// mnuFormatAlignCenters
//
this.mnuFormatAlignCenters.Index = 1;
this.mnuFormatAlignCenters.Text = "左右居中";
//
// mnuFormatAlignRights
//
this.mnuFormatAlignRights.Index = 2;
this.mnuFormatAlignRights.Text = "右对齐";
//
// mnuFormatSep3
//
this.mnuFormatSep3.Index = 3;
this.mnuFormatSep3.Text = "-";
//
// mnuFormatAlignTops
//
this.mnuFormatAlignTops.Index = 4;
this.mnuFormatAlignTops.Text = "靠上";
//
// mnuFormatAlignMiddles
//
this.mnuFormatAlignMiddles.Index = 5;
this.mnuFormatAlignMiddles.Text = "上下居中";
//
// mnuFormatAlignBottoms
//
this.mnuFormatAlignBottoms.Index = 6;
this.mnuFormatAlignBottoms.Text = "靠下";
//
// mnuFormatSep4
//
this.mnuFormatSep4.Index = 7;
this.mnuFormatSep4.Text = "-";
//
// mnuFormatAligntoGrid
//
this.mnuFormatAligntoGrid.Index = 8;
this.mnuFormatAligntoGrid.Text = "对齐格子";
//
// mnuSize
//
this.mnuSize.Index = 1;
this.mnuSize.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.mnuFormatSizeWidth,
this.mnuFormatSizeHeight,
this.mnuFormatSizeBoth});
this.mnuSize.Text = "Size";
//
// mnuFormatSizeWidth
//
this.mnuFormatSizeWidth.Index = 0;
this.mnuFormatSizeWidth.Text = "Same Width";
//
// mnuFormatSizeHeight
//
this.mnuFormatSizeHeight.Index = 1;
this.mnuFormatSizeHeight.Text = "Same Height";
//
// mnuFormatSizeBoth
//
this.mnuFormatSizeBoth.Index = 2;
this.mnuFormatSizeBoth.Text = "Both";
//
// mnuFormatHSpacing
//
this.mnuFormatHSpacing.Index = 2;
this.mnuFormatHSpacing.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.mnuFormatHSpacingEqual,
this.mnuFormatHSpacingIncrease,
this.mnuFormatHSpacingDecrease});
this.mnuFormatHSpacing.Text = "Horizantol Spacing";
//
// mnuFormatHSpacingEqual
//
this.mnuFormatHSpacingEqual.Index = 0;
this.mnuFormatHSpacingEqual.Text = "Equal";
//
// mnuFormatHSpacingIncrease
//
this.mnuFormatHSpacingIncrease.Index = 1;
this.mnuFormatHSpacingIncrease.Text = "Increase";
//
// mnuFormatHSpacingDecrease
//
this.mnuFormatHSpacingDecrease.Index = 2;
this.mnuFormatHSpacingDecrease.Text = "Decrease";
//
// mnuFormatVSpacing
//
this.mnuFormatVSpacing.Index = 3;
this.mnuFormatVSpacing.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.mnuFormatVSpacingEqual,
this.mnuFormatVSpacingIncrease,
this.mnuFormatVSpacingDecrease});
this.mnuFormatVSpacing.Text = "Vertical Spacing";
//
// mnuFormatVSpacingEqual
//
this.mnuFormatVSpacingEqual.Index = 0;
this.mnuFormatVSpacingEqual.Text = "Equal";
//
// mnuFormatVSpacingIncrease
//
this.mnuFormatVSpacingIncrease.Index = 1;
this.mnuFormatVSpacingIncrease.Text = "Increase";
//
// mnuFormatVSpacingDecrease
//
this.mnuFormatVSpacingDecrease.Index = 2;
this.mnuFormatVSpacingDecrease.Text = "Decrease";
//
// mnuFormatSep1
//
this.mnuFormatSep1.Index = 4;
this.mnuFormatSep1.Text = "-";
//
// mnuFormatBringToFront
//
this.mnuFormatBringToFront.Index = 5;
this.mnuFormatBringToFront.Text = "Bring to Front";
//
// mnuFormatSendToBack
//
this.mnuFormatSendToBack.Index = 6;
this.mnuFormatSendToBack.Text = "Send to Back";
//
// mnuFormatSep2
//
this.mnuFormatSep2.Index = 7;
this.mnuFormatSep2.Text = "-";
//
// mnuFormatLock
//
this.mnuFormatLock.Index = 8;
this.mnuFormatLock.Text = "Lock Controls";
//
// mnuHelp
//
this.mnuHelp.Index = 5;
this.mnuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.mnuHelpActiveReports,
this.mnuHelpSep,
this.mnuHelpAbout});
this.mnuHelp.Text = "帮助(H)";
//
// mnuHelpActiveReports
//
this.mnuHelpActiveReports.Index = 0;
this.mnuHelpActiveReports.Text = "帮助";
//
// mnuHelpSep
//
this.mnuHelpSep.Index = 1;
this.mnuHelpSep.Text = "-";
//
// mnuHelpAbout
//
this.mnuHelpAbout.Index = 2;
this.mnuHelpAbout.Text = "关于";
//
// dlgSaveFile
//
this.dlgSaveFile.FileName = "doc1";
//
// cboClassName
//
this.cboClassName.Location = new System.Drawing.Point(191, 724);
this.cboClassName.Name = "cboClassName";
this.cboClassName.Size = new System.Drawing.Size(170, 20);
this.cboClassName.TabIndex = 18;
this.cboClassName.SelectedIndexChanged += new System.EventHandler(this.cboClassName_SelectedIndexChanged);
//
// cboFormatFonts
//
this.cboFormatFonts.Location = new System.Drawing.Point(366, 725);
this.cboFormatFonts.Name = "cboFormatFonts";
this.cboFormatFonts.Size = new System.Drawing.Size(170, 20);
this.cboFormatFonts.TabIndex = 19;
this.cboFormatFonts.SelectedIndexChanged += new System.EventHandler(this.cboFormatFonts_SelectedIndexChanged);
//
// cboFormatFontSize
//
this.cboFormatFontSize.Location = new System.Drawing.Point(540, 725);
this.cboFormatFontSize.Name = "cboFormatFontSize";
this.cboFormatFontSize.Size = new System.Drawing.Size(166, 20);
this.cboFormatFontSize.TabIndex = 20;
this.cboFormatFontSize.SelectedIndexChanged += new System.EventHandler(this.cboFormatFontSize_SelectedIndexChanged);
//
// imgAlign
//
this.imgAlign.ImageSize = new System.Drawing.Size(16, 16);
this.imgAlign.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgAlign.ImageStream")));
this.imgAlign.TransparentColor = System.Drawing.Color.Transparent;
//
// imgFormat
//
this.imgFormat.ImageSize = new System.Drawing.Size(16, 16);
this.imgFormat.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgFormat.ImageStream")));
this.imgFormat.TransparentColor = System.Drawing.Color.Transparent;
//
// sb
//
this.sb.Location = new System.Drawing.Point(0, 492);
this.sb.Name = "sb";
this.sb.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
this.sbpStatus});
this.sb.ShowPanels = true;
this.sb.Size = new System.Drawing.Size(804, 24);
this.sb.TabIndex = 0;
//
// sbpStatus
//
this.sbpStatus.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
this.sbpStatus.Text = "Ready";
this.sbpStatus.Width = 788;
//
// pnlPropertyWindow
//
this.pnlPropertyWindow.Controls.Add(this.listView_DataDict);
this.pnlPropertyWindow.Controls.Add(this.arReportExplorer);
this.pnlPropertyWindow.Controls.Add(this.splitH);
this.pnlPropertyWindow.Controls.Add(this.pnlProperties);
this.pnlPropertyWindow.Dock = System.Windows.Forms.DockStyle.Right;
this.pnlPropertyWindow.Location = new System.Drawing.Point(505, 17);
this.pnlPropertyWindow.Name = "pnlPropertyWindow";
this.pnlPropertyWindow.Size = new System.Drawing.Size(259, 363);
this.pnlPropertyWindow.TabIndex = 19;
//
// listView_DataDict
//
this.listView_DataDict.BackColor = System.Drawing.SystemColors.Info;
this.listView_DataDict.Dock = System.Windows.Forms.DockStyle.Fill;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -