namespace HStation.WinFrmUI
{
partial class AssetsBluntheadFactorMgrPage
{
///
/// 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(AssetsBluntheadFactorMgrPage));
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();
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();
assetsBluntheadFactorMgrViewModelBindingSource = new BindingSource(components);
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
colID = new DevExpress.XtraGrid.Columns.GridColumn();
colName = new DevExpress.XtraGrid.Columns.GridColumn();
colMinorLoss = 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();
behaviorManager1 = new DevExpress.Utils.Behaviors.BehaviorManager(components);
dragDropEvents1 = new DevExpress.Utils.DragDrop.DragDropEvents(components);
colCaliber = new DevExpress.XtraGrid.Columns.GridColumn();
colMaterial = new DevExpress.XtraGrid.Columns.GridColumn();
((ISupportInitialize)ribbonControl1).BeginInit();
((ISupportInitialize)panelControl1).BeginInit();
panelControl1.SuspendLayout();
((ISupportInitialize)gridControl1).BeginInit();
((ISupportInitialize)assetsBluntheadFactorMgrViewModelBindingSource).BeginInit();
((ISupportInitialize)gridView1).BeginInit();
((ISupportInitialize)repositoryItemButtonEdit1).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 });
ribbonControl1.Location = new Point(1, 1);
ribbonControl1.MaxItemId = 18;
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(996, 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;
//
// 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(barBtnSearch);
ribPageGroupForMore.ItemLinks.Add(barBtnRefresh);
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(996, 567);
panelControl1.TabIndex = 3;
//
// gridControl1
//
gridControl1.DataSource = assetsBluntheadFactorMgrViewModelBindingSource;
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(996, 566);
gridControl1.TabIndex = 0;
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
//
// assetsBluntheadFactorMgrViewModelBindingSource
//
assetsBluntheadFactorMgrViewModelBindingSource.DataSource = typeof(AssetsBluntheadFactorMgrViewModel);
//
// 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, colMinorLoss, colSortCode, colDescription, colDetail, colCaliber, colMaterial });
gridView1.GridControl = gridControl1;
gridView1.Name = "gridView1";
gridView1.RowCellClick += gridView1_RowCellClick;
//
// 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 = 250;
colName.Name = "colName";
colName.Visible = true;
colName.VisibleIndex = 0;
colName.Width = 250;
//
// colMinorLoss
//
colMinorLoss.FieldName = "MinorLoss";
colMinorLoss.MaxWidth = 100;
colMinorLoss.MinWidth = 100;
colMinorLoss.Name = "colMinorLoss";
colMinorLoss.Visible = true;
colMinorLoss.VisibleIndex = 3;
colMinorLoss.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 = 4;
colDescription.Width = 100;
//
// colDetail
//
colDetail.Caption = "详细信息";
colDetail.ColumnEdit = repositoryItemButtonEdit1;
colDetail.MaxWidth = 60;
colDetail.MinWidth = 60;
colDetail.Name = "colDetail";
colDetail.Visible = true;
colDetail.VisibleIndex = 5;
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;
//
// dragDropEvents1
//
dragDropEvents1.DragDrop += dragDropEvents1_DragDrop;
//
// colCaliber
//
colCaliber.FieldName = "Caliber";
colCaliber.Name = "colCaliber";
colCaliber.Visible = true;
colCaliber.VisibleIndex = 2;
//
// colMaterial
//
colMaterial.FieldName = "Material";
colMaterial.Name = "colMaterial";
colMaterial.Visible = true;
colMaterial.VisibleIndex = 1;
//
// AssetsBluntheadFactorMgrPage
//
Appearance.BackColor = SystemColors.Control;
Appearance.Options.UseBackColor = true;
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(panelControl1);
Controls.Add(ribbonControl1);
Name = "AssetsBluntheadFactorMgrPage";
Padding = new Padding(1);
Size = new Size(998, 670);
((ISupportInitialize)ribbonControl1).EndInit();
((ISupportInitialize)panelControl1).EndInit();
panelControl1.ResumeLayout(false);
((ISupportInitialize)gridControl1).EndInit();
((ISupportInitialize)assetsBluntheadFactorMgrViewModelBindingSource).EndInit();
((ISupportInitialize)gridView1).EndInit();
((ISupportInitialize)repositoryItemButtonEdit1).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.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 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.Ribbon.RibbonPageGroup ribbonPageGroup1;
private DevExpress.Utils.Behaviors.BehaviorManager behaviorManager1;
private DevExpress.Utils.DragDrop.DragDropEvents dragDropEvents1;
private DevExpress.XtraGrid.Columns.GridColumn colMinorLoss;
private BindingSource assetsBluntheadFactorMgrViewModelBindingSource;
private DevExpress.XtraGrid.Columns.GridColumn colCaliber;
private DevExpress.XtraGrid.Columns.GridColumn colMaterial;
}
}