namespace Yw.WinFrmUI
{
partial class BimfaceFileMgrPage
{
///
/// 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 System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BimfaceFileMgrPage));
gridControl1 = new DevExpress.XtraGrid.GridControl();
bimfaceFileMgrViewModelBindingSource = new BindingSource(components);
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
colBimfaceId = new DevExpress.XtraGrid.Columns.GridColumn();
colName = new DevExpress.XtraGrid.Columns.GridColumn();
colModelType = new DevExpress.XtraGrid.Columns.GridColumn();
colFormatType = new DevExpress.XtraGrid.Columns.GridColumn();
colFileSize = new DevExpress.XtraGrid.Columns.GridColumn();
colFileSuffix = new DevExpress.XtraGrid.Columns.GridColumn();
colFileStatus = new DevExpress.XtraGrid.Columns.GridColumn();
colFlags = new DevExpress.XtraGrid.Columns.GridColumn();
colTagName = new DevExpress.XtraGrid.Columns.GridColumn();
colHasRelation = new DevExpress.XtraGrid.Columns.GridColumn();
colDetail = new DevExpress.XtraGrid.Columns.GridColumn();
repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
barBtnUpload = new DevExpress.XtraBars.BarButtonItem();
barBtnTranslate = new DevExpress.XtraBars.BarButtonItem();
barBtnAdminAdd = new DevExpress.XtraBars.BarButtonItem();
barBtnDelete = new DevExpress.XtraBars.BarButtonItem();
barBtnDetail = new DevExpress.XtraBars.BarButtonItem();
barBtnEdit = new DevExpress.XtraBars.BarButtonItem();
barBtnLocal = new DevExpress.XtraBars.BarButtonItem();
barBtnWeb = new DevExpress.XtraBars.BarButtonItem();
barBtnPhone = new DevExpress.XtraBars.BarButtonItem();
barBtnSetBim = new DevExpress.XtraBars.BarButtonItem();
barBtnReloadData = new DevExpress.XtraBars.BarButtonItem();
ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
ribPageGrpBaseMgr = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
ribPageGrpView = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
ribPageGrpSet = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
ribPageGrpMore = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
svgImage32 = new DevExpress.Utils.SvgImageCollection(components);
panelControl1 = new PanelControl();
((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit();
((System.ComponentModel.ISupportInitialize)bimfaceFileMgrViewModelBindingSource).BeginInit();
((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
((System.ComponentModel.ISupportInitialize)repositoryItemButtonEdit1).BeginInit();
((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit();
((System.ComponentModel.ISupportInitialize)svgImage32).BeginInit();
((System.ComponentModel.ISupportInitialize)panelControl1).BeginInit();
panelControl1.SuspendLayout();
SuspendLayout();
//
// gridControl1
//
gridControl1.DataSource = bimfaceFileMgrViewModelBindingSource;
gridControl1.Dock = DockStyle.Fill;
gridControl1.EmbeddedNavigator.Margin = new Padding(3, 1, 3, 1);
gridControl1.Location = new Point(0, 1);
gridControl1.MainView = gridView1;
gridControl1.Margin = new Padding(3, 2, 3, 2);
gridControl1.Name = "gridControl1";
gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1 });
gridControl1.Size = new Size(1285, 519);
gridControl1.TabIndex = 7;
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
//
// bimfaceFileMgrViewModelBindingSource
//
bimfaceFileMgrViewModelBindingSource.DataSource = typeof(BimfaceFileMgrViewModel);
//
// gridView1
//
gridView1.Appearance.ViewCaption.Options.UseTextOptions = true;
gridView1.Appearance.ViewCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colBimfaceId, colName, colModelType, colFormatType, colFileSize, colFileSuffix, colFileStatus, colFlags, colTagName, colHasRelation, colDetail });
gridView1.GridControl = gridControl1;
gridView1.Name = "gridView1";
gridView1.OptionsFind.FindNullPrompt = "";
gridView1.RowCellClick += gridView1_RowCellClick;
gridView1.FocusedRowChanged += gridView1_FocusedRowChanged;
gridView1.CustomUnboundColumnData += gridView1_CustomUnboundColumnData;
gridView1.CustomColumnDisplayText += gridView1_CustomColumnDisplayText;
//
// colBimfaceId
//
colBimfaceId.FieldName = "BimfaceId";
colBimfaceId.Name = "colBimfaceId";
colBimfaceId.Visible = true;
colBimfaceId.VisibleIndex = 0;
//
// colName
//
colName.FieldName = "Name";
colName.Name = "colName";
colName.Visible = true;
colName.VisibleIndex = 1;
//
// colModelType
//
colModelType.FieldName = "ModelType";
colModelType.Name = "colModelType";
colModelType.Visible = true;
colModelType.VisibleIndex = 2;
//
// colFormatType
//
colFormatType.FieldName = "FormatType";
colFormatType.Name = "colFormatType";
colFormatType.Visible = true;
colFormatType.VisibleIndex = 3;
//
// colFileSize
//
colFileSize.FieldName = "FileSize";
colFileSize.Name = "colFileSize";
colFileSize.Visible = true;
colFileSize.VisibleIndex = 4;
//
// colFileSuffix
//
colFileSuffix.FieldName = "FileSuffix";
colFileSuffix.Name = "colFileSuffix";
colFileSuffix.Visible = true;
colFileSuffix.VisibleIndex = 5;
//
// colFileStatus
//
colFileStatus.FieldName = "FileStatus";
colFileStatus.Name = "colFileStatus";
colFileStatus.Visible = true;
colFileStatus.VisibleIndex = 6;
//
// colFlags
//
colFlags.FieldName = "Flags";
colFlags.Name = "colFlags";
colFlags.Visible = true;
colFlags.VisibleIndex = 7;
//
// colTagName
//
colTagName.FieldName = "TagName";
colTagName.Name = "colTagName";
colTagName.Visible = true;
colTagName.VisibleIndex = 8;
//
// colHasRelation
//
colHasRelation.FieldName = "HasRelation";
colHasRelation.Name = "colHasRelation";
colHasRelation.OptionsColumn.FixedWidth = true;
colHasRelation.Visible = true;
colHasRelation.VisibleIndex = 9;
//
// colDetail
//
colDetail.Caption = "详细信息";
colDetail.ColumnEdit = repositoryItemButtonEdit1;
colDetail.MaxWidth = 80;
colDetail.MinWidth = 80;
colDetail.Name = "colDetail";
colDetail.Visible = true;
colDetail.VisibleIndex = 10;
colDetail.Width = 80;
//
// repositoryItemButtonEdit1
//
repositoryItemButtonEdit1.AutoHeight = false;
repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph) });
repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
//
// ribbonControl1
//
ribbonControl1.ExpandCollapseItem.Id = 0;
ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, barBtnUpload, barBtnTranslate, barBtnAdminAdd, barBtnDelete, barBtnDetail, barBtnEdit, barBtnLocal, barBtnWeb, barBtnPhone, barBtnSetBim, barBtnReloadData });
ribbonControl1.Location = new Point(1, 1);
ribbonControl1.MaxItemId = 13;
ribbonControl1.Name = "ribbonControl1";
ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPage1 });
ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
ribbonControl1.Size = new Size(1285, 101);
ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
//
// barBtnUpload
//
barBtnUpload.Caption = "上传";
barBtnUpload.Id = 1;
barBtnUpload.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnUpload.ImageOptions.SvgImage");
barBtnUpload.Name = "barBtnUpload";
barBtnUpload.ItemClick += barBtnUpload_ItemClick;
//
// barBtnTranslate
//
barBtnTranslate.Caption = "转换";
barBtnTranslate.Id = 2;
barBtnTranslate.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnTranslate.ImageOptions.SvgImage");
barBtnTranslate.Name = "barBtnTranslate";
barBtnTranslate.ItemClick += barBtnTranslate_ItemClick;
//
// barBtnAdminAdd
//
barBtnAdminAdd.Caption = "添加";
barBtnAdminAdd.Id = 3;
barBtnAdminAdd.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnAdminAdd.ImageOptions.SvgImage");
barBtnAdminAdd.Name = "barBtnAdminAdd";
barBtnAdminAdd.ItemClick += barBtnAdminAdd_ItemClick;
//
// barBtnDelete
//
barBtnDelete.Caption = "删除";
barBtnDelete.Id = 4;
barBtnDelete.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnDelete.ImageOptions.SvgImage");
barBtnDelete.Name = "barBtnDelete";
barBtnDelete.ItemClick += barBtnDelete_ItemClick;
//
// barBtnDetail
//
barBtnDetail.Caption = "详细信息";
barBtnDetail.Id = 5;
barBtnDetail.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnDetail.ImageOptions.SvgImage");
barBtnDetail.Name = "barBtnDetail";
barBtnDetail.ItemClick += barBtnDetail_ItemClick;
//
// barBtnEdit
//
barBtnEdit.Caption = "编辑";
barBtnEdit.Id = 6;
barBtnEdit.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnEdit.ImageOptions.SvgImage");
barBtnEdit.Name = "barBtnEdit";
barBtnEdit.ItemClick += barBtnEdit_ItemClick;
//
// barBtnLocal
//
barBtnLocal.Caption = "本地";
barBtnLocal.Id = 7;
barBtnLocal.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnLocal.ImageOptions.SvgImage");
barBtnLocal.Name = "barBtnLocal";
barBtnLocal.ItemClick += barBtnLocal_ItemClick;
//
// barBtnWeb
//
barBtnWeb.Caption = "网页";
barBtnWeb.Id = 8;
barBtnWeb.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnWeb.ImageOptions.SvgImage");
barBtnWeb.Name = "barBtnWeb";
barBtnWeb.ItemClick += barBtnWeb_ItemClick;
//
// barBtnPhone
//
barBtnPhone.Caption = "手机";
barBtnPhone.Id = 9;
barBtnPhone.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnPhone.ImageOptions.SvgImage");
barBtnPhone.Name = "barBtnPhone";
barBtnPhone.ItemClick += barBtnPhone_ItemClick;
//
// barBtnSetBim
//
barBtnSetBim.Caption = "设置";
barBtnSetBim.Id = 11;
barBtnSetBim.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSetBim.ImageOptions.SvgImage");
barBtnSetBim.Name = "barBtnSetBim";
barBtnSetBim.ItemClick += barBtnSetBim_ItemClick;
//
// barBtnReloadData
//
barBtnReloadData.Caption = "刷新";
barBtnReloadData.Id = 12;
barBtnReloadData.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnReloadData.ImageOptions.SvgImage");
barBtnReloadData.Name = "barBtnReloadData";
barBtnReloadData.ItemClick += barBtnReloadData_ItemClick;
//
// ribbonPage1
//
ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribPageGrpBaseMgr, ribPageGrpView, ribPageGrpSet, ribPageGrpMore });
ribbonPage1.Name = "ribbonPage1";
ribbonPage1.Text = "文件管理";
//
// ribPageGrpBaseMgr
//
ribPageGrpBaseMgr.ItemLinks.Add(barBtnAdminAdd);
ribPageGrpBaseMgr.ItemLinks.Add(barBtnUpload);
ribPageGrpBaseMgr.ItemLinks.Add(barBtnTranslate);
ribPageGrpBaseMgr.ItemLinks.Add(barBtnEdit);
ribPageGrpBaseMgr.ItemLinks.Add(barBtnDelete);
ribPageGrpBaseMgr.ItemLinks.Add(barBtnDetail);
ribPageGrpBaseMgr.Name = "ribPageGrpBaseMgr";
ribPageGrpBaseMgr.Text = "基础功能";
//
// ribPageGrpView
//
ribPageGrpView.ItemLinks.Add(barBtnLocal);
ribPageGrpView.ItemLinks.Add(barBtnWeb);
ribPageGrpView.ItemLinks.Add(barBtnPhone);
ribPageGrpView.Name = "ribPageGrpView";
ribPageGrpView.Text = "浏览";
//
// ribPageGrpSet
//
ribPageGrpSet.ItemLinks.Add(barBtnSetBim);
ribPageGrpSet.Name = "ribPageGrpSet";
ribPageGrpSet.Text = "模型";
//
// ribPageGrpMore
//
ribPageGrpMore.ItemLinks.Add(barBtnReloadData);
ribPageGrpMore.Name = "ribPageGrpMore";
ribPageGrpMore.Text = "更多";
//
// svgImage32
//
svgImage32.ImageSize = new Size(32, 32);
svgImage32.Add("bletter", "image://svgimages/outlook inspired/bletter.svg");
svgImage32.Add("bold", "image://svgimages/outlook inspired/bold.svg");
//
// 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(1285, 520);
panelControl1.TabIndex = 9;
//
// BimfaceFileMgrPage
//
Appearance.BackColor = SystemColors.Control;
Appearance.Options.UseBackColor = true;
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(panelControl1);
Controls.Add(ribbonControl1);
Name = "BimfaceFileMgrPage";
Padding = new Padding(1);
Size = new Size(1287, 623);
((System.ComponentModel.ISupportInitialize)gridControl1).EndInit();
((System.ComponentModel.ISupportInitialize)bimfaceFileMgrViewModelBindingSource).EndInit();
((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
((System.ComponentModel.ISupportInitialize)repositoryItemButtonEdit1).EndInit();
((System.ComponentModel.ISupportInitialize)ribbonControl1).EndInit();
((System.ComponentModel.ISupportInitialize)svgImage32).EndInit();
((System.ComponentModel.ISupportInitialize)panelControl1).EndInit();
panelControl1.ResumeLayout(false);
ResumeLayout(false);
PerformLayout();
}
#endregion
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
private DevExpress.XtraGrid.Columns.GridColumn colDetail;
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
private DevExpress.XtraBars.BarButtonItem barBtnUpload;
private DevExpress.XtraBars.BarButtonItem barBtnTranslate;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribPageGrpBaseMgr;
private DevExpress.XtraBars.BarButtonItem barBtnAdminAdd;
private DevExpress.XtraBars.BarButtonItem barBtnDelete;
private DevExpress.XtraBars.BarButtonItem barBtnDetail;
private DevExpress.XtraBars.BarButtonItem barBtnEdit;
private DevExpress.XtraBars.BarButtonItem barBtnLocal;
private DevExpress.XtraBars.BarButtonItem barBtnWeb;
private DevExpress.XtraBars.BarButtonItem barBtnPhone;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribPageGrpView;
private DevExpress.XtraBars.BarButtonItem barBtnSetBim;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribPageGrpSet;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribPageGrpMore;
private DevExpress.XtraBars.BarButtonItem barBtnReloadData;
private BindingSource bimfaceFileMgrViewModelBindingSource;
private DevExpress.XtraGrid.Columns.GridColumn colBimfaceId;
private DevExpress.XtraGrid.Columns.GridColumn colName;
private DevExpress.XtraGrid.Columns.GridColumn colModelType;
private DevExpress.XtraGrid.Columns.GridColumn colFormatType;
private DevExpress.XtraGrid.Columns.GridColumn colFileSize;
private DevExpress.XtraGrid.Columns.GridColumn colFileSuffix;
private DevExpress.XtraGrid.Columns.GridColumn colFileStatus;
private DevExpress.XtraGrid.Columns.GridColumn colFlags;
private DevExpress.XtraGrid.Columns.GridColumn colTagName;
private DevExpress.XtraGrid.Columns.GridColumn colHasRelation;
private DevExpress.Utils.SvgImageCollection svgImage32;
private PanelControl panelControl1;
}
}