📄 designreportdesignfrm.cs
字号:
this.listView_DataDict.Location = new System.Drawing.Point(0, 0);
this.listView_DataDict.Name = "listView_DataDict";
this.listView_DataDict.Size = new System.Drawing.Size(259, 167);
this.listView_DataDict.SmallImageList = this.imgToolbox;
this.listView_DataDict.TabIndex = 7;
this.listView_DataDict.View = System.Windows.Forms.View.Details;
this.listView_DataDict.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.listView_DataDict_ItemDrag);
//
// arReportExplorer
//
this.arReportExplorer.Dock = System.Windows.Forms.DockStyle.Fill;
this.arReportExplorer.Location = new System.Drawing.Point(0, 0);
this.arReportExplorer.Name = "arReportExplorer";
this.arReportExplorer.ReportDesigner = this.ardMain;
this.arReportExplorer.Size = new System.Drawing.Size(259, 167);
this.arReportExplorer.TabIndex = 4;
this.arReportExplorer.Click += new System.EventHandler(this.mnuViewFieldsList_Click);
//
// ardMain
//
this.ardMain.DesignUnits = DataDynamics.ActiveReports.Design.MeasurementUnits.US;
this.ardMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.ardMain.DrawGrid = true;
this.ardMain.GridX = 16;
this.ardMain.GridY = 16;
this.ardMain.IsDirty = false;
this.ardMain.Location = new System.Drawing.Point(3, 17);
this.ardMain.LockControls = false;
this.ardMain.Name = "ardMain";
this.ardMain.ReportTabsVisible = true;
this.ardMain.ShowDataSourceIcon = false;
this.ardMain.Size = new System.Drawing.Size(495, 363);
this.ardMain.SnapGrid = true;
this.ardMain.TabIndex = 0;
this.ardMain.TabStop = false;
this.ardMain.ToolBoxItem = null;
this.ardMain.LayoutChanged += new DataDynamics.ActiveReports.Design.LayoutChangedHandler(this.ardMain_LayoutChanged);
this.ardMain.DragEnter += new System.Windows.Forms.DragEventHandler(this.ardMain_DragEnter);
this.ardMain.Load += new System.EventHandler(this.ardMain_Load);
this.ardMain.Enter += new System.EventHandler(this.ardMain_Enter);
this.ardMain.SelectionChanged += new DataDynamics.ActiveReports.Design.SelChangedDelegate(this.ardMain_SelectionChanged);
this.ardMain.StatusChanged += new System.EventHandler(this.ardMain_StatusChanged);
this.ardMain.DragDrop += new System.Windows.Forms.DragEventHandler(this.ardMain_DragDrop);
//
// splitH
//
this.splitH.Dock = System.Windows.Forms.DockStyle.Bottom;
this.splitH.Location = new System.Drawing.Point(0, 167);
this.splitH.Name = "splitH";
this.splitH.Size = new System.Drawing.Size(259, 6);
this.splitH.TabIndex = 5;
this.splitH.TabStop = false;
//
// pnlProperties
//
this.pnlProperties.Controls.Add(this.arPropertyGrid);
this.pnlProperties.Controls.Add(this.cboPropList);
this.pnlProperties.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlProperties.Location = new System.Drawing.Point(0, 173);
this.pnlProperties.Name = "pnlProperties";
this.pnlProperties.Size = new System.Drawing.Size(259, 190);
this.pnlProperties.TabIndex = 6;
//
// arPropertyGrid
//
this.arPropertyGrid.BackColor = System.Drawing.SystemColors.Info;
this.arPropertyGrid.CommandsBackColor = System.Drawing.SystemColors.Info;
this.arPropertyGrid.CommandsVisibleIfAvailable = true;
this.arPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.arPropertyGrid.HelpVisible = false;
this.arPropertyGrid.LargeButtons = false;
this.arPropertyGrid.LineColor = System.Drawing.SystemColors.ScrollBar;
this.arPropertyGrid.Location = new System.Drawing.Point(0, 20);
this.arPropertyGrid.Name = "arPropertyGrid";
this.arPropertyGrid.Size = new System.Drawing.Size(259, 170);
this.arPropertyGrid.TabIndex = 1;
this.arPropertyGrid.Text = "PropertyGrid";
this.arPropertyGrid.ToolbarVisible = false;
this.arPropertyGrid.ViewBackColor = System.Drawing.SystemColors.Window;
this.arPropertyGrid.ViewForeColor = System.Drawing.SystemColors.WindowText;
this.arPropertyGrid.Enter += new System.EventHandler(this.arPropertyGrid_Enter);
this.arPropertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.arPropertyGrid_PropertyValueChanged);
//
// cboPropList
//
this.cboPropList.BackColor = System.Drawing.SystemColors.Info;
this.cboPropList.Dock = System.Windows.Forms.DockStyle.Top;
this.cboPropList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboPropList.Location = new System.Drawing.Point(0, 0);
this.cboPropList.Name = "cboPropList";
this.cboPropList.Size = new System.Drawing.Size(259, 20);
this.cboPropList.TabIndex = 0;
this.cboPropList.DropDown += new System.EventHandler(this.cboPropList_DropDown);
this.cboPropList.SelectedIndexChanged += new System.EventHandler(this.cboPropList_SelectedIndexChanged);
//
// pnlDesigner
//
this.pnlDesigner.Controls.Add(this.grpDesignSurface);
this.pnlDesigner.Controls.Add(this.tbToolbox);
this.pnlDesigner.Controls.Add(this.tbAlign);
this.pnlDesigner.Controls.Add(this.tbFormat);
this.pnlDesigner.Controls.Add(this.tbStandard);
this.pnlDesigner.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlDesigner.Location = new System.Drawing.Point(0, 0);
this.pnlDesigner.Name = "pnlDesigner";
this.pnlDesigner.Size = new System.Drawing.Size(796, 467);
this.pnlDesigner.TabIndex = 20;
//
// grpDesignSurface
//
this.grpDesignSurface.Controls.Add(this.ardMain);
this.grpDesignSurface.Controls.Add(this.splitVR);
this.grpDesignSurface.Controls.Add(this.pnlPropertyWindow);
this.grpDesignSurface.Dock = System.Windows.Forms.DockStyle.Fill;
this.grpDesignSurface.Location = new System.Drawing.Point(29, 84);
this.grpDesignSurface.Name = "grpDesignSurface";
this.grpDesignSurface.Size = new System.Drawing.Size(767, 383);
this.grpDesignSurface.TabIndex = 20;
this.grpDesignSurface.TabStop = false;
//
// splitVR
//
this.splitVR.Dock = System.Windows.Forms.DockStyle.Right;
this.splitVR.Location = new System.Drawing.Point(498, 17);
this.splitVR.Name = "splitVR";
this.splitVR.Size = new System.Drawing.Size(7, 363);
this.splitVR.TabIndex = 6;
this.splitVR.TabStop = false;
//
// tbToolbox
//
this.tbToolbox.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
this.tbToolbox.AutoSize = false;
this.tbToolbox.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
this.tBOXPointer,
this.tBOXLabel,
this.tBOXTextbox,
this.tBOXCheckbox,
this.tBOXPicture,
this.tBOXShape,
this.tBOXLine,
this.tBOXRichText,
this.tBOXSubReport,
this.tBOXPageBreak,
this.tBOXBarcode,
this.tBOXChart});
this.tbToolbox.ButtonSize = new System.Drawing.Size(39, 18);
this.tbToolbox.Dock = System.Windows.Forms.DockStyle.Left;
this.tbToolbox.DropDownArrows = true;
this.tbToolbox.ImageList = this.imgToolbox;
this.tbToolbox.Location = new System.Drawing.Point(0, 84);
this.tbToolbox.Name = "tbToolbox";
this.tbToolbox.ShowToolTips = true;
this.tbToolbox.Size = new System.Drawing.Size(29, 383);
this.tbToolbox.TabIndex = 4;
this.tbToolbox.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbToolbox_ButtonClick);
//
// tBOXPointer
//
this.tBOXPointer.ImageIndex = 0;
this.tBOXPointer.Pushed = true;
this.tBOXPointer.Tag = "Pointer";
this.tBOXPointer.ToolTipText = "Pointer";
//
// tBOXLabel
//
this.tBOXLabel.ImageIndex = 1;
this.tBOXLabel.Tag = "Label";
this.tBOXLabel.ToolTipText = "Label";
//
// tBOXTextbox
//
this.tBOXTextbox.ImageIndex = 2;
this.tBOXTextbox.Tag = "Textbox";
this.tBOXTextbox.ToolTipText = "Textbox";
//
// tBOXCheckbox
//
this.tBOXCheckbox.ImageIndex = 3;
this.tBOXCheckbox.Tag = "Checkbox";
this.tBOXCheckbox.ToolTipText = "Checkbox";
//
// tBOXPicture
//
this.tBOXPicture.ImageIndex = 4;
this.tBOXPicture.Tag = "Picture";
this.tBOXPicture.ToolTipText = "Picture";
//
// tBOXShape
//
this.tBOXShape.ImageIndex = 5;
this.tBOXShape.Tag = "Shape";
this.tBOXShape.ToolTipText = "Shape";
//
// tBOXLine
//
this.tBOXLine.ImageIndex = 6;
this.tBOXLine.Tag = "Line";
this.tBOXLine.ToolTipText = "Line";
//
// tBOXRichText
//
this.tBOXRichText.ImageIndex = 7;
this.tBOXRichText.Tag = "RichText";
this.tBOXRichText.ToolTipText = "Rich Textbox";
//
// tBOXSubReport
//
this.tBOXSubReport.ImageIndex = 8;
this.tBOXSubReport.Tag = "SubReport";
this.tBOXSubReport.ToolTipText = "SubReport";
//
// tBOXPageBreak
//
this.tBOXPageBreak.ImageIndex = 9;
this.tBOXPageBreak.Tag = "PageBreak";
this.tBOXPageBreak.ToolTipText = "Page Break";
//
// tBOXBarcode
//
this.tBOXBarcode.ImageIndex = 10;
this.tBOXBarcode.Tag = "Barcode";
this.tBOXBarcode.ToolTipText = "Barcode";
//
// tBOXChart
//
this.tBOXChart.ImageIndex = 11;
this.tBOXChart.Tag = "Chart";
this.tBOXChart.ToolTipText = "Charting";
//
// tbAlign
//
this.tbAlign.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
this.tbAlign.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
this.tAlignBringToFront,
this.tAlignSendToBack,
this.tAlignSep1,
this.tAlignLefts,
this.tAlignCenters,
this.tAlignRights,
this.tAlignSep2,
this.tAlignTops,
this.tAlignMiddles,
this.tAlignBottoms,
this.tAlignSep3,
this.tAlignToGrid,
this.tAlignSizeSameWidth,
this.tAlignSizeSameHeight,
this.tAlignSizeSameBoth,
this.tAlignSep4,
this.tAlignDecreaseHorizSpace,
this.tAlignMakeHorizSpaceEqual,
this.tAlignIncreaseHorizSpace,
this.tAlignSep5,
this.tAlignDecreaseVertSpace,
this.tAlignMakeVertSpaceEqual,
this.tAlignIncreaseVertSpace,
this.tAlignSep6,
this.tAlignLock});
this.tbAlign.ButtonSize = new System.Drawing.Size(39, 18);
this.tbAlign.DropDownArrows = true;
this.tbAlign.ImageList = this.imgAlign;
this.tbAlign.Location = new System.Drawing.Point(0, 56);
this.tbAlign.Name = "tbAlign";
this.tbAlign.ShowToolTips = true;
this.tbAlign.Size = new System.Drawing.Size(796, 28);
this.tbAlign.TabIndex = 3;
this.tbAlign.Wrappable = false;
this.tbAlign.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbAlign_ButtonClick);
//
// tAlignBringToFront
//
this.tAlignBringToFront.ImageIndex = 0;
this.tAlignBringToFront.Tag = "BringToFront";
this.tAlignBringToFront.ToolTipText = "Bring To Front";
//
// tAlignSendToBack
//
this.tAlignSendToBack.ImageIndex = 1;
this.tAlignSendToBack.Tag = "SendToBack";
this.tAlignSendToBack.ToolTipText = "Send to Back";
//
// tAlignSep1
//
this.tAlignSep1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
//
// tAlignLefts
//
this.tAlignLefts.ImageIndex = 2;
this.tAlignLefts.Tag = "AlignLefts";
this.tAlignLefts.ToolTipText = "Align Lefts";
//
// tAlignCenters
//
this.tAlignCenters.ImageIndex = 3;
this.tAlignCenters.Tag = "AlignCenters";
this.tAlignCenters.ToolTipText = "Align Centers";
//
// tAlignRights
//
this.tAlignRights.ImageIndex = 4;
this.tAlignRights.Tag = "AlignRights";
this.tAlignRights.ToolTipText = "AlignRights";
//
// tAlignSep2
//
this.tAlignSep2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
//
// tAlignTops
//
this.tAlignTops.ImageIndex = 5;
this.tAlignTops.Tag = "AlignTops";
this.tAl
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -