namespace Ips.Sps.Adcs
{
partial class AdcSelectForm
{
///
/// 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()
{
components = new System.ComponentModel.Container();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
grdAdcList = new DevExpress.XtraGrid.GridControl();
bsAdcList = new DevExpress.Xpo.XPBindingSource(components);
gvAdcList = new DevExpress.XtraGrid.Views.Grid.GridView();
colOid = new DevExpress.XtraGrid.Columns.GridColumn();
colName = new DevExpress.XtraGrid.Columns.GridColumn();
colTriggerMode = new DevExpress.XtraGrid.Columns.GridColumn();
colClockerType = new DevExpress.XtraGrid.Columns.GridColumn();
colClockFreq = new DevExpress.XtraGrid.Columns.GridColumn();
colDdcFreq = new DevExpress.XtraGrid.Columns.GridColumn();
colIsInverseText = new DevExpress.XtraGrid.Columns.GridColumn();
colMutil = new DevExpress.XtraGrid.Columns.GridColumn();
colStorePath = new DevExpress.XtraGrid.Columns.GridColumn();
btnCancel = new DevExpress.XtraEditors.SimpleButton();
btnOk = new DevExpress.XtraEditors.SimpleButton();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)grdAdcList).BeginInit();
((System.ComponentModel.ISupportInitialize)bsAdcList).BeginInit();
((System.ComponentModel.ISupportInitialize)gvAdcList).BeginInit();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(grdAdcList);
layoutControl1.Controls.Add(btnCancel);
layoutControl1.Controls.Add(btnOk);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.Root = Root;
layoutControl1.Size = new Size(872, 470);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// grdAdcList
//
grdAdcList.DataSource = bsAdcList;
grdAdcList.Location = new Point(5, 5);
grdAdcList.MainView = gvAdcList;
grdAdcList.Name = "grdAdcList";
grdAdcList.Size = new Size(862, 434);
grdAdcList.TabIndex = 6;
grdAdcList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvAdcList });
//
// bsAdcList
//
bsAdcList.DisplayableProperties = "Oid;Name;TriggerMode;ClockerType;ClockFreq;DdcFreq;IsInverseText;Mutil;StorePath";
bsAdcList.ObjectType = typeof(AdCard);
//
// gvAdcList
//
gvAdcList.Appearance.Row.Options.UseTextOptions = true;
gvAdcList.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
gvAdcList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colOid, colName, colTriggerMode, colClockerType, colClockFreq, colDdcFreq, colIsInverseText, colMutil, colStorePath });
gvAdcList.GridControl = grdAdcList;
gvAdcList.Name = "gvAdcList";
gvAdcList.OptionsBehavior.Editable = false;
gvAdcList.OptionsView.BestFitMode = DevExpress.XtraGrid.Views.Grid.GridBestFitMode.Fast;
gvAdcList.OptionsView.ShowGroupPanel = false;
gvAdcList.RowClick += gvAdcList_RowClick;
//
// colOid
//
colOid.FieldName = "Oid";
colOid.Name = "colOid";
//
// colName
//
colName.FieldName = "Name";
colName.Name = "colName";
colName.Visible = true;
colName.VisibleIndex = 0;
colName.Width = 266;
//
// colTriggerMode
//
colTriggerMode.FieldName = "TriggerMode";
colTriggerMode.Name = "colTriggerMode";
colTriggerMode.Visible = true;
colTriggerMode.VisibleIndex = 1;
colTriggerMode.Width = 114;
//
// colClockerType
//
colClockerType.FieldName = "ClockerType";
colClockerType.Name = "colClockerType";
colClockerType.Visible = true;
colClockerType.VisibleIndex = 2;
colClockerType.Width = 130;
//
// colClockFreq
//
colClockFreq.FieldName = "ClockFreq";
colClockFreq.Name = "colClockFreq";
colClockFreq.Visible = true;
colClockFreq.VisibleIndex = 3;
colClockFreq.Width = 141;
//
// colDdcFreq
//
colDdcFreq.FieldName = "DdcFreq";
colDdcFreq.Name = "colDdcFreq";
colDdcFreq.Visible = true;
colDdcFreq.VisibleIndex = 4;
colDdcFreq.Width = 156;
//
// colIsInverseText
//
colIsInverseText.FieldName = "IsInverseText";
colIsInverseText.Name = "colIsInverseText";
//
// colMutil
//
colMutil.FieldName = "Mutil";
colMutil.Name = "colMutil";
//
// colStorePath
//
colStorePath.FieldName = "StorePath";
colStorePath.Name = "colStorePath";
//
// btnCancel
//
btnCancel.Location = new Point(811, 443);
btnCancel.Name = "btnCancel";
btnCancel.Size = new Size(56, 22);
btnCancel.StyleController = layoutControl1;
btnCancel.TabIndex = 5;
btnCancel.Text = "取消";
//
// btnOk
//
btnOk.Location = new Point(751, 443);
btnOk.Name = "btnOk";
btnOk.Size = new Size(56, 22);
btnOk.StyleController = layoutControl1;
btnOk.TabIndex = 4;
btnOk.Text = "确定";
btnOk.Click += btnOk_Click;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, emptySpaceItem1, layoutControlItem3 });
Root.Name = "Root";
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
Root.Size = new Size(872, 470);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.Control = btnOk;
layoutControlItem1.Location = new Point(746, 438);
layoutControlItem1.MaxSize = new Size(60, 26);
layoutControlItem1.MinSize = new Size(60, 26);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(60, 26);
layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
layoutControlItem2.Control = btnCancel;
layoutControlItem2.Location = new Point(806, 438);
layoutControlItem2.MaxSize = new Size(60, 26);
layoutControlItem2.MinSize = new Size(60, 26);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(60, 26);
layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem2.TextSize = new Size(0, 0);
layoutControlItem2.TextVisible = false;
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(0, 438);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(746, 26);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// layoutControlItem3
//
layoutControlItem3.Control = grdAdcList;
layoutControlItem3.Location = new Point(0, 0);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(866, 438);
layoutControlItem3.TextSize = new Size(0, 0);
layoutControlItem3.TextVisible = false;
//
// AdcSelectForm
//
AcceptButton = btnOk;
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
CancelButton = btnCancel;
ClientSize = new Size(872, 470);
Controls.Add(layoutControl1);
IconOptions.ShowIcon = false;
Name = "AdcSelectForm";
ShowInTaskbar = false;
StartPosition = FormStartPosition.CenterParent;
Text = "采集卡选择";
Load += AdcSelectForm_Load;
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)grdAdcList).EndInit();
((System.ComponentModel.ISupportInitialize)bsAdcList).EndInit();
((System.ComponentModel.ISupportInitialize)gvAdcList).EndInit();
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraGrid.GridControl grdAdcList;
private DevExpress.XtraGrid.Views.Grid.GridView gvAdcList;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.Xpo.XPBindingSource bsAdcList;
private DevExpress.XtraGrid.Columns.GridColumn colOid;
private DevExpress.XtraGrid.Columns.GridColumn colName;
private DevExpress.XtraGrid.Columns.GridColumn colTriggerMode;
private DevExpress.XtraGrid.Columns.GridColumn colClockerType;
private DevExpress.XtraGrid.Columns.GridColumn colClockFreq;
private DevExpress.XtraGrid.Columns.GridColumn colDdcFreq;
private DevExpress.XtraGrid.Columns.GridColumn colIsInverseText;
private DevExpress.XtraGrid.Columns.GridColumn colMutil;
private DevExpress.XtraGrid.Columns.GridColumn colStorePath;
}
}