namespace HStation.WinFrmUI { partial class AssetsElbowMainMgrPage { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { components = new Container(); ComponentResourceManager resources = new ComponentResourceManager(typeof(AssetsElbowMainMgrPage)); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject(); ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); barBtnAdd = new DevExpress.XtraBars.BarButtonItem(); barBtnEdit = new DevExpress.XtraBars.BarButtonItem(); barBtnDelete = new DevExpress.XtraBars.BarButtonItem(); barBtnInfo = new DevExpress.XtraBars.BarButtonItem(); barBtnSearch = new DevExpress.XtraBars.BarButtonItem(); barBtnRefresh = new DevExpress.XtraBars.BarButtonItem(); barBtnUp = new DevExpress.XtraBars.BarButtonItem(); barBtnDown = new DevExpress.XtraBars.BarButtonItem(); barCkDrag = new DevExpress.XtraBars.BarCheckItem(); barBtnFactor = new DevExpress.XtraBars.BarButtonItem(); BtnImportEx = new DevExpress.XtraBars.BarButtonItem(); ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); ribPageGroupForBasic = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); ribPageGroupForMore = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); panelControl1 = new DevExpress.XtraEditors.PanelControl(); gridControl1 = new DevExpress.XtraGrid.GridControl(); assetsElbowMainMgrViewModelBindingSource = new BindingSource(components); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); colID = new DevExpress.XtraGrid.Columns.GridColumn(); colName = new DevExpress.XtraGrid.Columns.GridColumn(); colMaterial = new DevExpress.XtraGrid.Columns.GridColumn(); colCaliber = new DevExpress.XtraGrid.Columns.GridColumn(); colCoefficient = new DevExpress.XtraGrid.Columns.GridColumn(); colKeyWords = new DevExpress.XtraGrid.Columns.GridColumn(); colFlags = new DevExpress.XtraGrid.Columns.GridColumn(); colTagName = new DevExpress.XtraGrid.Columns.GridColumn(); colSortCode = new DevExpress.XtraGrid.Columns.GridColumn(); colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); colDetail = new DevExpress.XtraGrid.Columns.GridColumn(); repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); colAngle = new DevExpress.XtraGrid.Columns.GridColumn(); colElbowType = new DevExpress.XtraGrid.Columns.GridColumn(); svgImg32 = new DevExpress.Utils.SvgImageCollection(components); behaviorManager1 = new DevExpress.Utils.Behaviors.BehaviorManager(components); dragDropEvents1 = new DevExpress.Utils.DragDrop.DragDropEvents(components); ((ISupportInitialize)ribbonControl1).BeginInit(); ((ISupportInitialize)panelControl1).BeginInit(); panelControl1.SuspendLayout(); ((ISupportInitialize)gridControl1).BeginInit(); ((ISupportInitialize)assetsElbowMainMgrViewModelBindingSource).BeginInit(); ((ISupportInitialize)gridView1).BeginInit(); ((ISupportInitialize)repositoryItemButtonEdit1).BeginInit(); ((ISupportInitialize)svgImg32).BeginInit(); ((ISupportInitialize)behaviorManager1).BeginInit(); SuspendLayout(); // // ribbonControl1 // ribbonControl1.ExpandCollapseItem.Id = 0; ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic; ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, barBtnAdd, barBtnEdit, barBtnDelete, barBtnInfo, barBtnSearch, barBtnRefresh, barBtnUp, barBtnDown, barCkDrag, barBtnFactor, BtnImportEx }); ribbonControl1.Location = new Point(1, 1); ribbonControl1.MaxItemId = 20; ribbonControl1.Name = "ribbonControl1"; ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPage1 }); ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False; ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; ribbonControl1.ShowToolbarCustomizeItem = false; ribbonControl1.Size = new Size(1107, 101); ribbonControl1.Toolbar.ShowCustomizeItem = false; ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; // // barBtnAdd // barBtnAdd.Caption = "添加"; barBtnAdd.Id = 1; barBtnAdd.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnAdd.ImageOptions.SvgImage"); barBtnAdd.Name = "barBtnAdd"; barBtnAdd.ItemClick += barBtnAdd_ItemClick; // // barBtnEdit // barBtnEdit.Caption = "编辑"; barBtnEdit.Id = 2; barBtnEdit.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnEdit.ImageOptions.SvgImage"); barBtnEdit.Name = "barBtnEdit"; barBtnEdit.ItemClick += barBtnEdit_ItemClick; // // barBtnDelete // barBtnDelete.Caption = "删除"; barBtnDelete.Id = 3; barBtnDelete.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnDelete.ImageOptions.SvgImage"); barBtnDelete.Name = "barBtnDelete"; barBtnDelete.ItemClick += barBtnDelete_ItemClick; // // barBtnInfo // barBtnInfo.Caption = "详细信息"; barBtnInfo.Id = 4; barBtnInfo.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnInfo.ImageOptions.SvgImage"); barBtnInfo.Name = "barBtnInfo"; barBtnInfo.ItemClick += barBtnInfo_ItemClick; // // barBtnSearch // barBtnSearch.Caption = "查询"; barBtnSearch.Id = 12; barBtnSearch.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSearch.ImageOptions.SvgImage"); barBtnSearch.Name = "barBtnSearch"; barBtnSearch.ItemClick += barBtnSearch_ItemClick; // // barBtnRefresh // barBtnRefresh.Caption = "刷新"; barBtnRefresh.Id = 13; barBtnRefresh.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnRefresh.ImageOptions.SvgImage"); barBtnRefresh.Name = "barBtnRefresh"; barBtnRefresh.ItemClick += barBtnRefresh_ItemClick; // // barBtnUp // barBtnUp.Caption = "上移"; barBtnUp.Id = 14; barBtnUp.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnUp.ImageOptions.SvgImage"); barBtnUp.Name = "barBtnUp"; barBtnUp.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText; barBtnUp.ItemClick += barBtnUp_ItemClick; // // barBtnDown // barBtnDown.Caption = "下移"; barBtnDown.Id = 15; barBtnDown.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnDown.ImageOptions.SvgImage"); barBtnDown.Name = "barBtnDown"; barBtnDown.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText; barBtnDown.ItemClick += barBtnDown_ItemClick; // // barCkDrag // barCkDrag.Caption = "拖拽排序"; barCkDrag.Id = 17; barCkDrag.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCkDrag.ImageOptions.SvgImage"); barCkDrag.Name = "barCkDrag"; barCkDrag.CheckedChanged += barCkDrag_CheckedChanged; // // barBtnFactor // barBtnFactor.Caption = "系数"; barBtnFactor.Id = 18; barBtnFactor.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnFactor.ImageOptions.SvgImage"); barBtnFactor.Name = "barBtnFactor"; barBtnFactor.ItemClick += barBtnFactor_ItemClick; // // BtnImportEx // BtnImportEx.Caption = "批量导入"; BtnImportEx.Id = 19; BtnImportEx.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnImportEx.ImageOptions.SvgImage"); BtnImportEx.Name = "BtnImportEx"; BtnImportEx.ItemClick += BtnImportEx_ItemClick; // // ribbonPage1 // ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribPageGroupForBasic, ribbonPageGroup1, ribPageGroupForMore }); ribbonPage1.Name = "ribbonPage1"; ribbonPage1.Text = "ribbonPage1"; // // ribPageGroupForBasic // ribPageGroupForBasic.ItemLinks.Add(barBtnAdd); ribPageGroupForBasic.ItemLinks.Add(barBtnEdit); ribPageGroupForBasic.ItemLinks.Add(barBtnDelete); ribPageGroupForBasic.ItemLinks.Add(barBtnInfo); ribPageGroupForBasic.Name = "ribPageGroupForBasic"; ribPageGroupForBasic.Text = "基础"; // // ribbonPageGroup1 // ribbonPageGroup1.ItemLinks.Add(barCkDrag); ribbonPageGroup1.ItemLinks.Add(barBtnUp); ribbonPageGroup1.ItemLinks.Add(barBtnDown); ribbonPageGroup1.Name = "ribbonPageGroup1"; ribbonPageGroup1.Text = "排序"; // // ribPageGroupForMore // ribPageGroupForMore.ItemLinks.Add(barBtnFactor); ribPageGroupForMore.ItemLinks.Add(barBtnSearch); ribPageGroupForMore.ItemLinks.Add(barBtnRefresh); ribPageGroupForMore.ItemLinks.Add(BtnImportEx); ribPageGroupForMore.Name = "ribPageGroupForMore"; ribPageGroupForMore.Text = "更多"; // // panelControl1 // panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; panelControl1.Controls.Add(gridControl1); panelControl1.Dock = DockStyle.Fill; panelControl1.Location = new Point(1, 102); panelControl1.Name = "panelControl1"; panelControl1.Padding = new Padding(0, 1, 0, 0); panelControl1.Size = new Size(1107, 567); panelControl1.TabIndex = 3; // // gridControl1 // gridControl1.DataSource = assetsElbowMainMgrViewModelBindingSource; gridControl1.Dock = DockStyle.Fill; gridControl1.Location = new Point(0, 1); gridControl1.MainView = gridView1; gridControl1.MenuManager = ribbonControl1; gridControl1.Name = "gridControl1"; gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1 }); gridControl1.Size = new Size(1107, 566); gridControl1.TabIndex = 0; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // assetsElbowMainMgrViewModelBindingSource // assetsElbowMainMgrViewModelBindingSource.DataSource = typeof(AssetsElbowMainMgrViewModel); // // gridView1 // behaviorManager1.SetBehaviors(gridView1, new DevExpress.Utils.Behaviors.Behavior[] { DevExpress.Utils.DragDrop.DragDropBehavior.Create(typeof(DevExpress.XtraGrid.Extensions.ColumnViewDragDropSource), true, true, true, true, dragDropEvents1) }); gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colID, colName, colMaterial, colCaliber, colCoefficient, colKeyWords, colFlags, colTagName, colSortCode, colDescription, colDetail, colAngle, colElbowType }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; // // colID // colID.FieldName = "ID"; colID.MaxWidth = 100; colID.MinWidth = 150; colID.Name = "colID"; colID.Width = 100; // // colName // colName.FieldName = "Name"; colName.MaxWidth = 100; colName.MinWidth = 150; colName.Name = "colName"; colName.Visible = true; colName.VisibleIndex = 0; colName.Width = 150; // // colMaterial // colMaterial.FieldName = "Material"; colMaterial.MaxWidth = 100; colMaterial.MinWidth = 150; colMaterial.Name = "colMaterial"; colMaterial.Visible = true; colMaterial.VisibleIndex = 3; colMaterial.Width = 150; // // colCaliber // colCaliber.FieldName = "Caliber"; colCaliber.MaxWidth = 100; colCaliber.MinWidth = 100; colCaliber.Name = "colCaliber"; colCaliber.Visible = true; colCaliber.VisibleIndex = 2; colCaliber.Width = 100; // // colCoefficient // colCoefficient.FieldName = "Coefficient"; colCoefficient.MaxWidth = 100; colCoefficient.MinWidth = 100; colCoefficient.Name = "colCoefficient"; colCoefficient.Visible = true; colCoefficient.VisibleIndex = 4; colCoefficient.Width = 100; // // colKeyWords // colKeyWords.FieldName = "KeyWords"; colKeyWords.MinWidth = 100; colKeyWords.Name = "colKeyWords"; colKeyWords.Visible = true; colKeyWords.VisibleIndex = 6; colKeyWords.Width = 100; // // colFlags // colFlags.FieldName = "Flags"; colFlags.MinWidth = 100; colFlags.Name = "colFlags"; colFlags.Visible = true; colFlags.VisibleIndex = 7; colFlags.Width = 100; // // colTagName // colTagName.FieldName = "TagName"; colTagName.MinWidth = 100; colTagName.Name = "colTagName"; colTagName.Visible = true; colTagName.VisibleIndex = 8; colTagName.Width = 100; // // colSortCode // colSortCode.FieldName = "SortCode"; colSortCode.MaxWidth = 100; colSortCode.MinWidth = 100; colSortCode.Name = "colSortCode"; colSortCode.Width = 100; // // colDescription // colDescription.FieldName = "Description"; colDescription.MinWidth = 100; colDescription.Name = "colDescription"; colDescription.Visible = true; colDescription.VisibleIndex = 9; colDescription.Width = 100; // // colDetail // colDetail.Caption = "详细信息"; colDetail.ColumnEdit = repositoryItemButtonEdit1; colDetail.MaxWidth = 60; colDetail.MinWidth = 60; colDetail.Name = "colDetail"; colDetail.Visible = true; colDetail.VisibleIndex = 10; colDetail.Width = 60; // // repositoryItemButtonEdit1 // repositoryItemButtonEdit1.AutoHeight = false; editorButtonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions1.SvgImage"); editorButtonImageOptions1.SvgImageSize = new Size(20, 20); repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) }); repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1"; repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; // // colAngle // colAngle.FieldName = "Angle"; colAngle.Name = "colAngle"; colAngle.Visible = true; colAngle.VisibleIndex = 5; colAngle.Width = 41; // // colElbowType // colElbowType.FieldName = "ElbowType"; colElbowType.Name = "colElbowType"; colElbowType.Visible = true; colElbowType.VisibleIndex = 1; // // svgImg32 // svgImg32.ImageSize = new Size(32, 32); svgImg32.Add("menu", "image://svgimages/pdf viewer/menu.svg"); // // dragDropEvents1 // dragDropEvents1.DragDrop += dragDropEvents1_DragDrop; // // AssetsElbowMainMgrPage // Appearance.BackColor = SystemColors.Control; Appearance.Options.UseBackColor = true; AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(panelControl1); Controls.Add(ribbonControl1); Name = "AssetsElbowMainMgrPage"; Padding = new Padding(1); Size = new Size(1109, 670); ((ISupportInitialize)ribbonControl1).EndInit(); ((ISupportInitialize)panelControl1).EndInit(); panelControl1.ResumeLayout(false); ((ISupportInitialize)gridControl1).EndInit(); ((ISupportInitialize)assetsElbowMainMgrViewModelBindingSource).EndInit(); ((ISupportInitialize)gridView1).EndInit(); ((ISupportInitialize)repositoryItemButtonEdit1).EndInit(); ((ISupportInitialize)svgImg32).EndInit(); ((ISupportInitialize)behaviorManager1).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribPageGroupForBasic; private DevExpress.XtraBars.BarButtonItem barBtnAdd; private DevExpress.XtraBars.BarButtonItem barBtnEdit; private DevExpress.XtraBars.BarButtonItem barBtnDelete; private DevExpress.XtraBars.BarButtonItem barBtnInfo; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribPageGroupForMore; private DevExpress.XtraBars.BarButtonItem barBtnSearch; private DevExpress.XtraBars.BarButtonItem barBtnRefresh; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.Utils.SvgImageCollection svgImg32; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; private DevExpress.XtraBars.BarButtonItem barBtnUp; private DevExpress.XtraBars.BarButtonItem barBtnDown; private DevExpress.XtraGrid.Columns.GridColumn colName; private DevExpress.XtraGrid.Columns.GridColumn colMaterial; private DevExpress.XtraGrid.Columns.GridColumn colCaliber; private DevExpress.XtraGrid.Columns.GridColumn colCoefficient; private DevExpress.XtraGrid.Columns.GridColumn colLowerLimit; private DevExpress.XtraGrid.Columns.GridColumn colSortCode; private DevExpress.XtraGrid.Columns.GridColumn colDescription; private DevExpress.XtraGrid.Columns.GridColumn colID; private DevExpress.XtraGrid.Columns.GridColumn colDetail; private DevExpress.XtraBars.BarCheckItem barCkDrag; private DevExpress.XtraBars.BarButtonItem barBtnFactor; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1; private BindingSource assetsElbowMainMgrViewModelBindingSource; private DevExpress.XtraGrid.Columns.GridColumn colKeyWords; private DevExpress.XtraGrid.Columns.GridColumn colFlags; private DevExpress.XtraGrid.Columns.GridColumn colTagName; private DevExpress.Utils.Behaviors.BehaviorManager behaviorManager1; private DevExpress.Utils.DragDrop.DragDropEvents dragDropEvents1; private DevExpress.XtraGrid.Columns.GridColumn colAngle; private DevExpress.XtraGrid.Columns.GridColumn colElbowType; private DevExpress.XtraBars.BarButtonItem BtnImportEx; } }