using DevExpress.Utils;
using DevExpress.XtraGrid.Views.Grid;
using System;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
namespace IStation.WinFrmUI.Basic
{
partial class ProjectMgrDlg
{
///
/// Required designer variable.
///
private 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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProjectMgrDlg));
this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.barBtnAdd = new DevExpress.XtraBars.BarButtonItem();
this.barBtnEdit = new DevExpress.XtraBars.BarButtonItem();
this.barBtnDelete = new DevExpress.XtraBars.BarButtonItem();
this.barBtnSwitch = new DevExpress.XtraBars.BarButtonItem();
this.barBtnExportProject = new DevExpress.XtraBars.BarButtonItem();
this.barSubImport = new DevExpress.XtraBars.BarSubItem();
this.barBtnImportPorject = new DevExpress.XtraBars.BarButtonItem();
this.barBtnImportCurveAnalysis = new DevExpress.XtraBars.BarButtonItem();
this.barBtnImportTProduct = new DevExpress.XtraBars.BarButtonItem();
this.barBtnRefresh = new DevExpress.XtraBars.BarButtonItem();
this.ribbonPageProduct = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.projectBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVersion = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCreateTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
this.colUpdateTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTagName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.projectBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
this.SuspendLayout();
//
// ribbonControl1
//
this.ribbonControl1.DrawGroupsBorderMode = DevExpress.Utils.DefaultBoolean.False;
this.ribbonControl1.EmptyAreaImageOptions.ImagePadding = new System.Windows.Forms.Padding(43, 47, 43, 47);
this.ribbonControl1.ExpandCollapseItem.Id = 0;
this.ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic;
this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.ribbonControl1.ExpandCollapseItem,
this.ribbonControl1.SearchEditItem,
this.barBtnAdd,
this.barBtnEdit,
this.barBtnDelete,
this.barBtnSwitch,
this.barBtnExportProject,
this.barSubImport,
this.barBtnImportCurveAnalysis,
this.barBtnImportTProduct,
this.barBtnRefresh,
this.barBtnImportPorject});
this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
this.ribbonControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.ribbonControl1.MaxItemId = 39;
this.ribbonControl1.Name = "ribbonControl1";
this.ribbonControl1.OptionsMenuMinWidth = 471;
this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
this.ribbonPageProduct});
this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbonControl1.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
this.ribbonControl1.Size = new System.Drawing.Size(1167, 202);
this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
//
// barBtnAdd
//
this.barBtnAdd.Caption = "添加";
this.barBtnAdd.Id = 25;
this.barBtnAdd.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnAdd.ImageOptions.SvgImage")));
this.barBtnAdd.Name = "barBtnAdd";
this.barBtnAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnAdd_ItemClick);
//
// barBtnEdit
//
this.barBtnEdit.Caption = "编辑";
this.barBtnEdit.Id = 26;
this.barBtnEdit.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnEdit.ImageOptions.SvgImage")));
this.barBtnEdit.Name = "barBtnEdit";
this.barBtnEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnEdit_ItemClick);
//
// barBtnDelete
//
this.barBtnDelete.Caption = "删除";
this.barBtnDelete.Id = 27;
this.barBtnDelete.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnDelete.ImageOptions.SvgImage")));
this.barBtnDelete.Name = "barBtnDelete";
this.barBtnDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnDelete_ItemClick);
//
// barBtnSwitch
//
this.barBtnSwitch.Caption = "切换";
this.barBtnSwitch.Id = 28;
this.barBtnSwitch.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnSwitch.ImageOptions.SvgImage")));
this.barBtnSwitch.Name = "barBtnSwitch";
this.barBtnSwitch.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSwitch_ItemClick);
//
// barBtnExportProject
//
this.barBtnExportProject.Caption = "导出";
this.barBtnExportProject.Id = 32;
this.barBtnExportProject.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnExportProject.ImageOptions.SvgImage")));
this.barBtnExportProject.Name = "barBtnExportProject";
this.barBtnExportProject.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnExportProject_ItemClick);
//
// barSubImport
//
this.barSubImport.Caption = "导入";
this.barSubImport.Id = 34;
this.barSubImport.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barSubImport.ImageOptions.SvgImage")));
this.barSubImport.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.barBtnImportPorject),
new DevExpress.XtraBars.LinkPersistInfo(this.barBtnImportCurveAnalysis),
new DevExpress.XtraBars.LinkPersistInfo(this.barBtnImportTProduct)});
this.barSubImport.Name = "barSubImport";
//
// barBtnImportPorject
//
this.barBtnImportPorject.Caption = "项目";
this.barBtnImportPorject.Id = 38;
this.barBtnImportPorject.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnImportPorject.ImageOptions.SvgImage")));
this.barBtnImportPorject.Name = "barBtnImportPorject";
this.barBtnImportPorject.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnImportPorject_ItemClick);
//
// barBtnImportCurveAnalysis
//
this.barBtnImportCurveAnalysis.Caption = "曲线分析";
this.barBtnImportCurveAnalysis.Id = 35;
this.barBtnImportCurveAnalysis.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnImportCurveAnalysis.ImageOptions.SvgImage")));
this.barBtnImportCurveAnalysis.Name = "barBtnImportCurveAnalysis";
this.barBtnImportCurveAnalysis.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnImportCurveAnalysis_ItemClick);
//
// barBtnImportTProduct
//
this.barBtnImportTProduct.Caption = "测试系统";
this.barBtnImportTProduct.Id = 36;
this.barBtnImportTProduct.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnImportTProduct.ImageOptions.SvgImage")));
this.barBtnImportTProduct.Name = "barBtnImportTProduct";
this.barBtnImportTProduct.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnImportTProduct_ItemClick);
//
// barBtnRefresh
//
this.barBtnRefresh.Caption = "刷新";
this.barBtnRefresh.Id = 37;
this.barBtnRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnRefresh.ImageOptions.SvgImage")));
this.barBtnRefresh.Name = "barBtnRefresh";
this.barBtnRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnRefresh_ItemClick);
//
// ribbonPageProduct
//
this.ribbonPageProduct.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
this.ribbonPageGroup1});
this.ribbonPageProduct.Name = "ribbonPageProduct";
this.ribbonPageProduct.Text = "基础操作";
//
// ribbonPageGroup1
//
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnAdd);
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnEdit);
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnDelete);
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnRefresh);
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnSwitch, true);
this.ribbonPageGroup1.ItemLinks.Add(this.barSubImport, true);
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnExportProject);
this.ribbonPageGroup1.Name = "ribbonPageGroup1";
this.ribbonPageGroup1.Text = "ribbonPageGroup1";
//
// dockManager1
//
this.dockManager1.Form = this;
this.dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
this.dockManager1.TopZIndexControls.AddRange(new string[] {
"DevExpress.XtraBars.BarDockControl",
"DevExpress.XtraBars.StandaloneBarDockControl",
"System.Windows.Forms.MenuStrip",
"System.Windows.Forms.StatusStrip",
"System.Windows.Forms.StatusBar",
"DevExpress.XtraBars.Ribbon.RibbonStatusBar",
"DevExpress.XtraBars.Ribbon.RibbonControl",
"DevExpress.XtraBars.Navigation.OfficeNavigationBar",
"DevExpress.XtraBars.Navigation.TileNavPane",
"DevExpress.XtraBars.TabFormControl",
"DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
"DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"});
//
// gridControl1
//
this.gridControl1.DataSource = this.projectBindingSource;
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.Location = new System.Drawing.Point(0, 202);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.MenuManager = this.ribbonControl1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemTextEdit1});
this.gridControl1.Size = new System.Drawing.Size(1167, 821);
this.gridControl1.TabIndex = 18;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// projectBindingSource
//
this.projectBindingSource.DataSource = typeof(IStation.Model.Project);
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colName,
this.colVersion,
this.colCreateTime,
this.colUpdateTime,
this.colTagName,
this.colDescription,
this.colID});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
this.gridView1.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView1_RowCellStyle);
//
// colName
//
this.colName.Caption = "名称";
this.colName.FieldName = "Name";
this.colName.MinWidth = 30;
this.colName.Name = "colName";
this.colName.Visible = true;
this.colName.VisibleIndex = 0;
this.colName.Width = 112;
//
// colVersion
//
this.colVersion.Caption = "版本";
this.colVersion.FieldName = "Version";
this.colVersion.MinWidth = 30;
this.colVersion.Name = "colVersion";
this.colVersion.Visible = true;
this.colVersion.VisibleIndex = 1;
this.colVersion.Width = 112;
//
// colCreateTime
//
this.colCreateTime.Caption = "创建时间";
this.colCreateTime.ColumnEdit = this.repositoryItemTextEdit1;
this.colCreateTime.FieldName = "CreateTime";
this.colCreateTime.MinWidth = 30;
this.colCreateTime.Name = "colCreateTime";
this.colCreateTime.Visible = true;
this.colCreateTime.VisibleIndex = 2;
this.colCreateTime.Width = 112;
//
// repositoryItemTextEdit1
//
this.repositoryItemTextEdit1.AutoHeight = false;
this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
//
// colUpdateTime
//
this.colUpdateTime.Caption = "修改时间";
this.colUpdateTime.ColumnEdit = this.repositoryItemTextEdit1;
this.colUpdateTime.FieldName = "UpdateTime";
this.colUpdateTime.MinWidth = 30;
this.colUpdateTime.Name = "colUpdateTime";
this.colUpdateTime.Visible = true;
this.colUpdateTime.VisibleIndex = 3;
this.colUpdateTime.Width = 112;
//
// colTagName
//
this.colTagName.Caption = "标签名称";
this.colTagName.FieldName = "TagName";
this.colTagName.MinWidth = 30;
this.colTagName.Name = "colTagName";
this.colTagName.Visible = true;
this.colTagName.VisibleIndex = 4;
this.colTagName.Width = 112;
//
// colDescription
//
this.colDescription.Caption = "说明";
this.colDescription.FieldName = "Description";
this.colDescription.MinWidth = 30;
this.colDescription.Name = "colDescription";
this.colDescription.Visible = true;
this.colDescription.VisibleIndex = 5;
this.colDescription.Width = 112;
//
// colID
//
this.colID.FieldName = "ID";
this.colID.MinWidth = 30;
this.colID.Name = "colID";
this.colID.Width = 112;
//
// ProjectMgrDlg
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1167, 1023);
this.Controls.Add(this.gridControl1);
this.Controls.Add(this.ribbonControl1);
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "ProjectMgrDlg";
this.Ribbon = this.ribbonControl1;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "项目管理";
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.projectBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPageProduct;
private DevExpress.XtraBars.Docking.DockManager dockManager1;
private DevExpress.XtraGrid.GridControl gridControl1;
private GridView gridView1;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
private DevExpress.XtraGrid.Columns.GridColumn colName;
private DevExpress.XtraGrid.Columns.GridColumn colVersion;
private DevExpress.XtraGrid.Columns.GridColumn colCreateTime;
private DevExpress.XtraGrid.Columns.GridColumn colUpdateTime;
private DevExpress.XtraGrid.Columns.GridColumn colTagName;
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
private DevExpress.XtraGrid.Columns.GridColumn colID;
private DevExpress.XtraBars.BarButtonItem barBtnAdd;
private DevExpress.XtraBars.BarButtonItem barBtnEdit;
private DevExpress.XtraBars.BarButtonItem barBtnDelete;
private DevExpress.XtraBars.BarButtonItem barBtnSwitch;
private BindingSource projectBindingSource;
private DevExpress.XtraBars.BarButtonItem barBtnExportProject;
private DevExpress.XtraBars.BarSubItem barSubImport;
private DevExpress.XtraBars.BarButtonItem barBtnImportCurveAnalysis;
private DevExpress.XtraBars.BarButtonItem barBtnImportTProduct;
private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit1;
private DevExpress.XtraBars.BarButtonItem barBtnRefresh;
private DevExpress.XtraBars.BarButtonItem barBtnImportPorject;
}
}