namespace TProduct.WinFrmUI.Data4Factory
{
partial class MgrPartBaseListInProductCtrl
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MgrPartBaseListInProductCtrl));
this.barManager1 = new DevExpress.XtraBars.BarManager();
this.bar1 = new DevExpress.XtraBars.Bar();
this.barButAdd = new DevExpress.XtraBars.BarButtonItem();
this.bbi复制 = new DevExpress.XtraBars.BarButtonItem();
this.barButEdit = new DevExpress.XtraBars.BarButtonItem();
this.barBtnDel = new DevExpress.XtraBars.BarButtonItem();
this.barCkSelect = new DevExpress.XtraBars.BarCheckItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.bindingSource1 = new System.Windows.Forms.BindingSource();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colUpdateTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colIsChecked = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.colMfName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSdName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLastTestTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.treeListColumn3 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.treeListColumn4 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
this.SuspendLayout();
//
// barManager1
//
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar1});
this.barManager1.DockControls.Add(this.barDockControlTop);
this.barManager1.DockControls.Add(this.barDockControlBottom);
this.barManager1.DockControls.Add(this.barDockControlLeft);
this.barManager1.DockControls.Add(this.barDockControlRight);
this.barManager1.Form = this;
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.barButAdd,
this.barButEdit,
this.barCkSelect,
this.barBtnDel,
this.bbi复制});
this.barManager1.MaxItemId = 6;
//
// bar1
//
this.bar1.BarName = "Custom 1";
this.bar1.DockCol = 0;
this.bar1.DockRow = 0;
this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.barButAdd),
new DevExpress.XtraBars.LinkPersistInfo(this.bbi复制),
new DevExpress.XtraBars.LinkPersistInfo(this.barButEdit),
new DevExpress.XtraBars.LinkPersistInfo(this.barBtnDel),
new DevExpress.XtraBars.LinkPersistInfo(this.barCkSelect)});
this.bar1.OptionsBar.DrawBorder = false;
this.bar1.Text = "Custom 1";
//
// barButAdd
//
this.barButAdd.Caption = "添加";
this.barButAdd.Id = 0;
this.barButAdd.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButAdd.ImageOptions.SvgImage")));
this.barButAdd.Name = "barButAdd";
this.barButAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButAdd_ItemClick);
//
// bbi复制
//
this.bbi复制.Caption = "复制";
this.bbi复制.Id = 5;
this.bbi复制.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbi复制.ImageOptions.Image")));
this.bbi复制.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbi复制.ImageOptions.LargeImage")));
this.bbi复制.Name = "bbi复制";
this.bbi复制.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiBtnCopy_ItemClick);
//
// barButEdit
//
this.barButEdit.Caption = "编辑";
this.barButEdit.Id = 1;
this.barButEdit.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButEdit.ImageOptions.SvgImage")));
this.barButEdit.Name = "barButEdit";
this.barButEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButEdit_ItemClick);
//
// barBtnDel
//
this.barBtnDel.Caption = "删除";
this.barBtnDel.Id = 4;
this.barBtnDel.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnDel.ImageOptions.SvgImage")));
this.barBtnDel.Name = "barBtnDel";
this.barBtnDel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnDel_ItemClick);
//
// barCkSelect
//
this.barCkSelect.Caption = "搜索";
this.barCkSelect.Id = 3;
this.barCkSelect.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCkSelect.ImageOptions.SvgImage")));
this.barCkSelect.Name = "barCkSelect";
this.barCkSelect.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barButSearch_ItemClick);
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Manager = this.barManager1;
this.barDockControlTop.Size = new System.Drawing.Size(356, 24);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 399);
this.barDockControlBottom.Manager = this.barManager1;
this.barDockControlBottom.Size = new System.Drawing.Size(356, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
this.barDockControlLeft.Manager = this.barManager1;
this.barDockControlLeft.Size = new System.Drawing.Size(0, 375);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(356, 24);
this.barDockControlRight.Manager = this.barManager1;
this.barDockControlRight.Size = new System.Drawing.Size(0, 375);
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.gridControl1);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 24);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(356, 375);
this.layoutControl1.TabIndex = 5;
this.layoutControl1.Text = "layoutControl1";
//
// gridControl1
//
this.gridControl1.DataSource = this.bindingSource1;
this.gridControl1.Location = new System.Drawing.Point(2, 2);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.MenuManager = this.barManager1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemCheckEdit1});
this.gridControl1.Size = new System.Drawing.Size(352, 371);
this.gridControl1.TabIndex = 5;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colUpdateTime,
this.colCode,
this.colName,
this.colIsChecked,
this.colMfName,
this.colSdName,
this.colLastTestTime});
this.gridView1.DetailHeight = 327;
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
//
// colUpdateTime
//
this.colUpdateTime.Caption = "更新时间";
this.colUpdateTime.FieldName = "UpdateTime";
this.colUpdateTime.Name = "colUpdateTime";
this.colUpdateTime.OptionsColumn.AllowEdit = false;
//
// colCode
//
this.colCode.Caption = "编号";
this.colCode.FieldName = "Code";
this.colCode.Name = "colCode";
this.colCode.OptionsColumn.AllowEdit = false;
this.colCode.Visible = true;
this.colCode.VisibleIndex = 0;
this.colCode.Width = 88;
//
// colName
//
this.colName.AppearanceCell.Options.UseTextOptions = true;
this.colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colName.AppearanceHeader.Options.UseTextOptions = true;
this.colName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colName.Caption = "产品别名";
this.colName.FieldName = "Name";
this.colName.Name = "colName";
this.colName.OptionsColumn.AllowEdit = false;
this.colName.Visible = true;
this.colName.VisibleIndex = 1;
this.colName.Width = 110;
//
// colIsChecked
//
this.colIsChecked.Caption = "选择";
this.colIsChecked.ColumnEdit = this.repositoryItemCheckEdit1;
this.colIsChecked.FieldName = "IsChecked";
this.colIsChecked.Name = "colIsChecked";
this.colIsChecked.Width = 26;
//
// repositoryItemCheckEdit1
//
this.repositoryItemCheckEdit1.AutoHeight = false;
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
//
// colMfName
//
this.colMfName.AppearanceCell.Options.UseTextOptions = true;
this.colMfName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMfName.AppearanceHeader.Options.UseTextOptions = true;
this.colMfName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMfName.Caption = "生产商";
this.colMfName.FieldName = "MfName";
this.colMfName.Name = "colMfName";
this.colMfName.Visible = true;
this.colMfName.VisibleIndex = 2;
this.colMfName.Width = 54;
//
// colSdName
//
this.colSdName.AppearanceCell.Options.UseTextOptions = true;
this.colSdName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSdName.AppearanceHeader.Options.UseTextOptions = true;
this.colSdName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSdName.Caption = "送检方";
this.colSdName.FieldName = "SdName";
this.colSdName.Name = "colSdName";
this.colSdName.Visible = true;
this.colSdName.VisibleIndex = 3;
this.colSdName.Width = 44;
//
// colLastTestTime
//
this.colLastTestTime.AppearanceCell.Options.UseTextOptions = true;
this.colLastTestTime.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colLastTestTime.AppearanceHeader.Options.UseTextOptions = true;
this.colLastTestTime.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colLastTestTime.Caption = "最后测试时间";
this.colLastTestTime.FieldName = "LastTestTime";
this.colLastTestTime.Name = "colLastTestTime";
this.colLastTestTime.Visible = true;
this.colLastTestTime.VisibleIndex = 4;
this.colLastTestTime.Width = 31;
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1});
this.Root.Name = "Root";
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.Root.Size = new System.Drawing.Size(356, 375);
this.Root.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.gridControl1;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(356, 375);
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// treeListColumn3
//
this.treeListColumn3.Caption = "treeListColumn2";
this.treeListColumn3.Name = "treeListColumn3";
this.treeListColumn3.Visible = true;
this.treeListColumn3.VisibleIndex = 1;
//
// treeListColumn4
//
this.treeListColumn4.Caption = "treeListColumn2";
this.treeListColumn4.Name = "treeListColumn4";
this.treeListColumn4.Visible = true;
this.treeListColumn4.VisibleIndex = 1;
//
// MgrPartBaseListInProductCtrl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.layoutControl1);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "MgrPartBaseListInProductCtrl";
this.Size = new System.Drawing.Size(356, 399);
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.BarManager barManager1;
private DevExpress.XtraBars.BarButtonItem barButAdd;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.BarButtonItem barButEdit;
private DevExpress.XtraBars.Bar bar1;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private System.Windows.Forms.BindingSource bindingSource1;
private DevExpress.XtraBars.BarCheckItem barCkSelect;
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn3;
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn4;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn colUpdateTime;
private DevExpress.XtraGrid.Columns.GridColumn colCode;
private DevExpress.XtraGrid.Columns.GridColumn colName;
private DevExpress.XtraGrid.Columns.GridColumn colIsChecked;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraBars.BarButtonItem barBtnDel;
private DevExpress.XtraGrid.Columns.GridColumn colMfName;
private DevExpress.XtraGrid.Columns.GridColumn colSdName;
private DevExpress.XtraGrid.Columns.GridColumn colLastTestTime;
private DevExpress.XtraBars.BarButtonItem bbi复制;
}
}