namespace TProduct.WinFrmUI.TestBench
|
{
|
partial class WorkBenchInstrumentShunPortRS485Ctrl
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.components = new System.ComponentModel.Container();
|
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkBenchInstrumentShunPortRS485Ctrl));
|
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();
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colInstrumentType = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
|
this.colInstrumentAdress = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colInstrumentNO = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colDelete = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
|
this.repositoryItemImageComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.bar1 = new DevExpress.XtraBars.Bar();
|
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
this.bar2 = new DevExpress.XtraBars.Bar();
|
this.barButAdd = new DevExpress.XtraBars.BarButtonItem();
|
this.barButDelete = new DevExpress.XtraBars.BarButtonItem();
|
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.barButSet = new DevExpress.XtraBars.BarButtonItem();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
this.layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// 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.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(789, 13, 650, 400);
|
this.layoutControl1.Root = this.Root;
|
this.layoutControl1.Size = new System.Drawing.Size(757, 342);
|
this.layoutControl1.TabIndex = 0;
|
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.Name = "gridControl1";
|
this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
this.repositoryItemImageComboBox1,
|
this.repositoryItemImageComboBox2,
|
this.repositoryItemButtonEdit1});
|
this.gridControl1.Size = new System.Drawing.Size(753, 338);
|
this.gridControl1.TabIndex = 4;
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView1});
|
//
|
// gridView1
|
//
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colInstrumentType,
|
this.colInstrumentAdress,
|
this.colInstrumentNO,
|
this.colDelete});
|
this.gridView1.GridControl = this.gridControl1;
|
this.gridView1.Name = "gridView1";
|
this.gridView1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.gridView1_ShowingEditor);
|
this.gridView1.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanging);
|
//
|
// colInstrumentType
|
//
|
this.colInstrumentType.AppearanceCell.Options.UseTextOptions = true;
|
this.colInstrumentType.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colInstrumentType.AppearanceHeader.Options.UseTextOptions = true;
|
this.colInstrumentType.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colInstrumentType.Caption = "仪器类型";
|
this.colInstrumentType.ColumnEdit = this.repositoryItemImageComboBox1;
|
this.colInstrumentType.FieldName = "InstrumentType";
|
this.colInstrumentType.Name = "colInstrumentType";
|
this.colInstrumentType.Visible = true;
|
this.colInstrumentType.VisibleIndex = 1;
|
this.colInstrumentType.Width = 367;
|
//
|
// repositoryItemImageComboBox1
|
//
|
this.repositoryItemImageComboBox1.AutoHeight = false;
|
this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
|
this.repositoryItemImageComboBox1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemImageComboBox1_EditValueChanging);
|
//
|
// colInstrumentAdress
|
//
|
this.colInstrumentAdress.AppearanceCell.Options.UseTextOptions = true;
|
this.colInstrumentAdress.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colInstrumentAdress.AppearanceHeader.Options.UseTextOptions = true;
|
this.colInstrumentAdress.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colInstrumentAdress.Caption = "仪器地址(十进制)";
|
this.colInstrumentAdress.FieldName = "InstrumentAddress";
|
this.colInstrumentAdress.Name = "colInstrumentAdress";
|
this.colInstrumentAdress.Visible = true;
|
this.colInstrumentAdress.VisibleIndex = 2;
|
this.colInstrumentAdress.Width = 114;
|
//
|
// colInstrumentNO
|
//
|
this.colInstrumentNO.AppearanceCell.Options.UseTextOptions = true;
|
this.colInstrumentNO.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colInstrumentNO.AppearanceHeader.Options.UseTextOptions = true;
|
this.colInstrumentNO.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colInstrumentNO.Caption = "仪器编号";
|
this.colInstrumentNO.FieldName = "InstrumentNO";
|
this.colInstrumentNO.Name = "colInstrumentNO";
|
this.colInstrumentNO.Visible = true;
|
this.colInstrumentNO.VisibleIndex = 0;
|
this.colInstrumentNO.Width = 187;
|
//
|
// colDelete
|
//
|
this.colDelete.AppearanceCell.Options.UseTextOptions = true;
|
this.colDelete.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colDelete.AppearanceHeader.Options.UseTextOptions = true;
|
this.colDelete.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colDelete.Caption = "删除";
|
this.colDelete.ColumnEdit = this.repositoryItemButtonEdit1;
|
this.colDelete.MaxWidth = 60;
|
this.colDelete.MinWidth = 60;
|
this.colDelete.Name = "colDelete";
|
this.colDelete.Visible = true;
|
this.colDelete.VisibleIndex = 3;
|
this.colDelete.Width = 60;
|
//
|
// repositoryItemButtonEdit1
|
//
|
this.repositoryItemButtonEdit1.AutoHeight = false;
|
editorButtonImageOptions1.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("editorButtonImageOptions1.SvgImage")));
|
editorButtonImageOptions1.SvgImageSize = new System.Drawing.Size(16, 16);
|
this.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(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
|
this.repositoryItemButtonEdit1.ReadOnly = true;
|
this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
|
this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick);
|
//
|
// repositoryItemImageComboBox2
|
//
|
this.repositoryItemImageComboBox2.AutoHeight = false;
|
this.repositoryItemImageComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.repositoryItemImageComboBox2.Name = "repositoryItemImageComboBox2";
|
//
|
// 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(757, 342);
|
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(757, 342);
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem1.TextVisible = false;
|
//
|
// bar1
|
//
|
this.bar1.BarName = "Custom 1";
|
this.bar1.DockCol = 0;
|
this.bar1.DockRow = 0;
|
this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
this.bar1.OptionsBar.AllowQuickCustomization = false;
|
this.bar1.OptionsBar.DrawDragBorder = false;
|
this.bar1.OptionsBar.UseWholeRow = true;
|
this.bar1.Text = "Custom 1";
|
//
|
// barManager1
|
//
|
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
|
this.bar2});
|
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.barButDelete,
|
this.barButSet});
|
this.barManager1.MaxItemId = 3;
|
//
|
// bar2
|
//
|
this.bar2.BarName = "Custom 1";
|
this.bar2.DockCol = 0;
|
this.bar2.DockRow = 0;
|
this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
new DevExpress.XtraBars.LinkPersistInfo(this.barButAdd),
|
new DevExpress.XtraBars.LinkPersistInfo(this.barButDelete)});
|
this.bar2.OptionsBar.AllowQuickCustomization = false;
|
this.bar2.OptionsBar.DrawDragBorder = false;
|
this.bar2.OptionsBar.UseWholeRow = true;
|
this.bar2.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);
|
//
|
// barButDelete
|
//
|
this.barButDelete.Caption = "删除";
|
this.barButDelete.Id = 1;
|
this.barButDelete.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButDelete.ImageOptions.SvgImage")));
|
this.barButDelete.Name = "barButDelete";
|
this.barButDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButDelete_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(757, 24);
|
//
|
// barDockControlBottom
|
//
|
this.barDockControlBottom.CausesValidation = false;
|
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.barDockControlBottom.Location = new System.Drawing.Point(0, 366);
|
this.barDockControlBottom.Manager = this.barManager1;
|
this.barDockControlBottom.Size = new System.Drawing.Size(757, 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, 342);
|
//
|
// barDockControlRight
|
//
|
this.barDockControlRight.CausesValidation = false;
|
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
this.barDockControlRight.Location = new System.Drawing.Point(757, 24);
|
this.barDockControlRight.Manager = this.barManager1;
|
this.barDockControlRight.Size = new System.Drawing.Size(0, 342);
|
//
|
// barButSet
|
//
|
this.barButSet.Caption = "设置测点";
|
this.barButSet.Id = 2;
|
this.barButSet.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButSet.ImageOptions.SvgImage")));
|
this.barButSet.Name = "barButSet";
|
//
|
// WorkBenchInstrumentShunPortRS485Ctrl
|
//
|
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 = "WorkBenchInstrumentShunPortRS485Ctrl";
|
this.Size = new System.Drawing.Size(757, 366);
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
this.layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraGrid.Columns.GridColumn colInstrumentType;
|
private DevExpress.XtraGrid.Columns.GridColumn colInstrumentAdress;
|
private DevExpress.XtraGrid.Columns.GridColumn colInstrumentNO;
|
private System.Windows.Forms.BindingSource bindingSource1;
|
private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repositoryItemImageComboBox1;
|
private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repositoryItemImageComboBox2;
|
private DevExpress.XtraBars.Bar bar1;
|
private DevExpress.XtraBars.BarManager barManager1;
|
private DevExpress.XtraBars.Bar bar2;
|
private DevExpress.XtraBars.BarButtonItem barButAdd;
|
private DevExpress.XtraBars.BarButtonItem barButDelete;
|
private DevExpress.XtraBars.BarButtonItem barButSet;
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
private DevExpress.XtraGrid.Columns.GridColumn colDelete;
|
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
|
}
|
}
|