本文整理汇总了C#中DevExpress.XtraTab.XtraTabControl类的典型用法代码示例。如果您正苦于以下问题:C# DevExpress.XtraTab.XtraTabControl类的具体用法?C# DevExpress.XtraTab.XtraTabControl怎么用?C# DevExpress.XtraTab.XtraTabControl使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
DevExpress.XtraTab.XtraTabControl类属于命名空间,在下文中一共展示了DevExpress.XtraTab.XtraTabControl类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
this.rtbFeatures = new System.Windows.Forms.RichTextBox();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
this.SuspendLayout();
//
// xtraTabControl1
//
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
this.xtraTabControl1.Name = "xtraTabControl1";
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
this.xtraTabControl1.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
this.xtraTabControl1.Size = new System.Drawing.Size(412, 273);
this.xtraTabControl1.TabIndex = 0;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtraTabPage1});
//
// xtraTabPage1
//
this.xtraTabPage1.Controls.Add(this.rtbFeatures);
this.xtraTabPage1.Name = "xtraTabPage1";
this.xtraTabPage1.Size = new System.Drawing.Size(403, 264);
this.xtraTabPage1.Text = "xtraTabPage1";
//
// rtbFeatures
//
this.rtbFeatures.BackColor = System.Drawing.Color.White;
this.rtbFeatures.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rtbFeatures.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtbFeatures.ForeColor = System.Drawing.Color.Black;
this.rtbFeatures.Location = new System.Drawing.Point(0, 0);
this.rtbFeatures.Name = "rtbFeatures";
this.rtbFeatures.ReadOnly = true;
this.rtbFeatures.Size = new System.Drawing.Size(403, 264);
this.rtbFeatures.TabIndex = 1;
this.rtbFeatures.Text = "";
//
// MainFeaturesControl
//
this.Controls.Add(this.xtraTabControl1);
this.Name = "MainFeaturesControl";
this.Size = new System.Drawing.Size(412, 273);
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
this.xtraTabControl1.ResumeLayout(false);
this.xtraTabPage1.ResumeLayout(false);
this.ResumeLayout(false);
}
开发者ID:BillyWu,项目名称:Granitypark,代码行数:56,代码来源:MainFeaturesControl.cs
示例2: InitializeComponent
/// <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.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
DevExpress.XtraGrid.GridLevelNode gridLevelNode3 = new DevExpress.XtraGrid.GridLevelNode();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmManager));
this.MainMenu1 = new System.Windows.Forms.MainMenu(this.components);
this.MenuItem1 = new System.Windows.Forms.MenuItem();
this.MenuItem2 = new System.Windows.Forms.MenuItem();
this.MenuItem4 = new System.Windows.Forms.MenuItem();
this.MenuItem6 = new System.Windows.Forms.MenuItem();
this.MenuItem7 = new System.Windows.Forms.MenuItem();
this.MenuItem8 = new System.Windows.Forms.MenuItem();
this.MenuItem9 = new System.Windows.Forms.MenuItem();
this.MenuItem10 = new System.Windows.Forms.MenuItem();
this.MenuItem5 = new System.Windows.Forms.MenuItem();
this.tabControlManager = new DevExpress.XtraTab.XtraTabControl();
this.tabManagerOne = new DevExpress.XtraTab.XtraTabPage();
this.lblOne_2 = new DevExpress.XtraEditors.SimpleButton();
this.lblOne_1 = new DevExpress.XtraEditors.SimpleButton();
this.groupIPPMaster = new DevExpress.XtraEditors.GroupControl();
this.groupIPP = new DevExpress.XtraEditors.GroupControl();
this.ComboBoxIPP = new DevExpress.XtraEditors.ImageComboBoxEdit();
this.grpIPP2 = new DevExpress.XtraEditors.GroupControl();
this.btnReset = new DevExpress.XtraEditors.SimpleButton();
this.lkBranch = new DevExpress.XtraEditors.LookUpEdit();
this.lkBank = new DevExpress.XtraEditors.LookUpEdit();
this.IPPdtTo = new DevExpress.XtraEditors.DateEdit();
this.IPPdtStart = new DevExpress.XtraEditors.DateEdit();
this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
this.txtCreditCardScr = new DevExpress.XtraEditors.TextEdit();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.IPPlblDtTo = new System.Windows.Forms.Label();
this.IPPlblDtFrom = new System.Windows.Forms.Label();
this.btnReceiveIPP = new DevExpress.XtraEditors.SimpleButton();
this.btnSendIPP = new DevExpress.XtraEditors.SimpleButton();
this.btnUpdateIPP = new DevExpress.XtraEditors.SimpleButton();
this.btnDeleteIPP = new DevExpress.XtraEditors.SimpleButton();
this.btnNewIPP = new DevExpress.XtraEditors.SimpleButton();
this.IPPGrid = new DevExpress.XtraGrid.GridControl();
this.IPPGridView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.hypReceipts = new System.Windows.Forms.Label();
this.hypIPPDetails = new System.Windows.Forms.Label();
this.GroupIPPDetails = new DevExpress.XtraEditors.GroupControl();
this.strReferenceNo = new DevExpress.XtraEditors.TextEdit();
this.label7 = new System.Windows.Forms.Label();
this.IPPBankCode = new DevExpress.XtraEditors.LookUpEdit();
this.IPPNMonths = new DevExpress.XtraEditors.ImageComboBoxEdit();
this.IPPCCNo = new DevExpress.XtraEditors.TextEdit();
this.IPPStatus = new DevExpress.XtraEditors.TextEdit();
this.IPPDateRcv = new DevExpress.XtraEditors.TextEdit();
this.IPPDateSent = new DevExpress.XtraEditors.TextEdit();
this.IPPBranchCode = new DevExpress.XtraEditors.TextEdit();
this.IPPCreatedDate = new DevExpress.XtraEditors.TextEdit();
this.IPPLBL1 = new System.Windows.Forms.Label();
this.IPPLBL16 = new System.Windows.Forms.Label();
this.IPPMerchantNo = new DevExpress.XtraEditors.TextEdit();
this.IPPLBL8 = new System.Windows.Forms.Label();
this.IPPLBL14 = new System.Windows.Forms.Label();
this.IPPLBL12 = new System.Windows.Forms.Label();
this.IPPLBL13 = new System.Windows.Forms.Label();
this.IPPLBL11 = new System.Windows.Forms.Label();
this.IPPLBL10 = new System.Windows.Forms.Label();
this.IPPLBL9 = new System.Windows.Forms.Label();
this.IPPLBL7 = new System.Windows.Forms.Label();
this.IPPAmount = new DevExpress.XtraEditors.TextEdit();
this.IPPInterest = new DevExpress.XtraEditors.TextEdit();
this.IPPNettAmount = new DevExpress.XtraEditors.TextEdit();
this.IPPLBL5 = new System.Windows.Forms.Label();
this.IPPLBL6 = new System.Windows.Forms.Label();
this.IPPLBL4 = new System.Windows.Forms.Label();
this.IPPLBL3 = new System.Windows.Forms.Label();
this.IPPLBL2 = new System.Windows.Forms.Label();
this.IPPMemberId = new DevExpress.XtraEditors.TextEdit();
this.IPPMemberName = new DevExpress.XtraEditors.TextEdit();
this.IPPId = new DevExpress.XtraEditors.TextEdit();
this.groupIPPReceipt = new DevExpress.XtraEditors.GroupControl();
this.btnReceiptUnlink = new DevExpress.XtraEditors.SimpleButton();
this.btnReceiptLink = new DevExpress.XtraEditors.SimpleButton();
this.gridReceipt = new DevExpress.XtraGrid.GridControl();
this.IPPReceiptView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumnIPPR = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumnIPPR1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumnIPPR2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumnIPPR3 = new DevExpress.XtraGrid.Columns.GridColumn();
//.........这里部分代码省略.........
开发者ID:kimykunjun,项目名称:test,代码行数:101,代码来源:frmManager.cs
示例3: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
this.OK = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
this.cancel = new DevExpress.XtraBars.BarButtonItem();
this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.showTareBarButtonItem = new DevExpress.XtraBars.BarCheckItem();
this.showNomenclatureBarButtonItem = new DevExpress.XtraBars.BarCheckItem();
this.openPalletButton = new DevExpress.XtraBars.BarButtonItem();
this.NomenclatureInfoButtonsBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
this.PlansBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
this.panelControl = new DevExpress.XtraEditors.PanelControl();
this.date = new DevExpress.XtraEditors.DateEdit();
this.Car = new DevExpress.XtraEditors.LabelControl();
this.Carrier = new DevExpress.XtraEditors.LabelControl();
this.Driver = new DevExpress.XtraEditors.LabelControl();
this.Contractor = new DevExpress.XtraEditors.LabelControl();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.State = new DevExpress.XtraEditors.ComboBoxEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.label = new DevExpress.XtraEditors.LabelControl();
this.NomenclatureInfo = new DevExpress.XtraGrid.GridControl();
this.nomenclatureView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
this.Info = new DevExpress.XtraEditors.LabelControl();
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
this.tabControl = new DevExpress.XtraTab.XtraTabControl();
this.waresTabPage = new DevExpress.XtraTab.XtraTabPage();
this.plansTabPage = new DevExpress.XtraTab.XtraTabPage();
this.Plans = new DevExpress.XtraGrid.GridControl();
this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
this.barCheckItem2 = new DevExpress.XtraBars.BarCheckItem();
this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
this.createAcceptanceButtonItem = new DevExpress.XtraBars.BarButtonItem();
((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl)).BeginInit();
this.panelControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.date.Properties.VistaTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.date.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.State.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NomenclatureInfo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nomenclatureView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tabControl)).BeginInit();
this.tabControl.SuspendLayout();
this.waresTabPage.SuspendLayout();
this.plansTabPage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.Plans)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
this.SuspendLayout();
//
// ribbonStatusBar
//
this.ribbonStatusBar.ItemLinks.Add(this.OK);
this.ribbonStatusBar.ItemLinks.Add(this.barButtonItem2);
this.ribbonStatusBar.ItemLinks.Add(this.cancel);
this.ribbonStatusBar.Location = new System.Drawing.Point(0, 572);
this.ribbonStatusBar.Name = "ribbonStatusBar";
this.ribbonStatusBar.Ribbon = this.ribbon;
this.ribbonStatusBar.Size = new System.Drawing.Size(884, 31);
//
// OK
//
this.OK.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
this.OK.Caption = "OK";
this.OK.Id = 0;
this.OK.ImageIndex = 0;
this.OK.Name = "OK";
this.OK.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OK_ItemClick);
//
// barButtonItem2
//
this.barButtonItem2.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
this.barButtonItem2.Caption = "��������";
this.barButtonItem2.Id = 1;
this.barButtonItem2.Name = "barButtonItem2";
this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Write_ItemClick);
//
// cancel
//
this.cancel.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
//.........这里部分代码省略.........
开发者ID:AramisIT,项目名称:FMCG,代码行数:101,代码来源:AcceptanceOfGoodsItemForm.designer.cs
示例4: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.gcUnSub = new Ultra.Surface.Controls.GridControlEx();
this.gvUnSub = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.tabMain = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.gcSubed = new Ultra.Surface.Controls.GridControlEx();
this.gvSubed = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage();
this.gcPrinted = new Ultra.Surface.Controls.GridControlEx();
this.gvPrinted = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
this.tabDetail = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
this.gcOrder = new Ultra.Surface.Controls.GridControlEx();
this.gvOrder = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
this.pnlDetail = new DevExpress.XtraEditors.PanelControl();
this.collapsibleSplitter1 = new Ultra.Surface.Controls.CollapsibleSplitter();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.gcUnSub)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gvUnSub)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tabMain)).BeginInit();
this.tabMain.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
this.xtraTabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gcSubed)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gvSubed)).BeginInit();
this.xtraTabPage4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gcPrinted)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gvPrinted)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tabDetail)).BeginInit();
this.tabDetail.SuspendLayout();
this.xtraTabPage3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gcOrder)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gvOrder)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pnlDetail)).BeginInit();
this.pnlDetail.SuspendLayout();
this.SuspendLayout();
//
// myBar
//
this.myBar.Size = new System.Drawing.Size(630, 60);
//
// gcUnSub
//
this.gcUnSub.ColorFieldName = null;
this.gcUnSub.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcUnSub.Location = new System.Drawing.Point(0, 0);
this.gcUnSub.MainView = this.gvUnSub;
this.gcUnSub.Name = "gcUnSub";
this.gcUnSub.ShowIndicator = true;
this.gcUnSub.ShowRowNumber = true;
this.gcUnSub.Size = new System.Drawing.Size(624, 227);
this.gcUnSub.TabIndex = 4;
this.gcUnSub.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gvUnSub});
this.gcUnSub.RowCellDoubleClick += new System.EventHandler<System.Windows.Forms.MouseEventArgs>(this.gridControlEx1_RowCellDoubleClick);
//
// gvUnSub
//
this.gvUnSub.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.gvUnSub.Appearance.FocusedRow.Options.UseBackColor = true;
this.gvUnSub.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.gvUnSub.Appearance.SelectedRow.Options.UseBackColor = true;
this.gvUnSub.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn1,
this.gridColumn2,
this.gridColumn3,
this.gridColumn24,
this.gridColumn4});
this.gvUnSub.GridControl = this.gcUnSub;
this.gvUnSub.Name = "gvUnSub";
this.gvUnSub.OptionsBehavior.Editable = false;
this.gvUnSub.OptionsView.ColumnAutoWidth = false;
//.........这里部分代码省略.........
开发者ID:flyeven,项目名称:YongERP,代码行数:101,代码来源:MainView.designer.cs
示例5: InitializeComponent
/// <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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MapViewer));
DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint(0);
DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
DevExpress.XtraCharts.PolygonGradientFillOptions polygonGradientFillOptions1 = new DevExpress.XtraCharts.PolygonGradientFillOptions();
DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions();
DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
this.lblZaxis = new DevExpress.XtraEditors.LabelControl();
this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
this.lblYaxis = new DevExpress.XtraEditors.LabelControl();
this.lblXaxis = new DevExpress.XtraEditors.LabelControl();
this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
this.lblCategory = new DevExpress.XtraEditors.LabelControl();
this.lblDescription = new DevExpress.XtraEditors.LabelControl();
this.lblName = new DevExpress.XtraEditors.LabelControl();
this.lblLengthValues = new DevExpress.XtraEditors.LabelControl();
this.lblLengthBytes = new DevExpress.XtraEditors.LabelControl();
this.lblSRAMAddress = new DevExpress.XtraEditors.LabelControl();
this.lblFlashAddress = new DevExpress.XtraEditors.LabelControl();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.panel1 = new System.Windows.Forms.Panel();
this.popupContainerControl1 = new DevExpress.XtraEditors.PopupContainerControl();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.copySelectedCellsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pasteSelectedCellsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.inOrgininalPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.atCurrentlySelectedLocationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.editXaxisSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.editYaxisSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.smoothSelectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
this.surfaceGraphViewer1 = new SurfaceGraphViewer();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.trackBarControl1 = new DevExpress.XtraEditors.TrackBarControl();
this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
this.toolStripComboBox3 = new System.Windows.Forms.ToolStripComboBox();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.toolStripComboBox2 = new System.Windows.Forms.ToolStripComboBox();
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.timer3 = new System.Windows.Forms.Timer(this.components);
this.timer4 = new System.Windows.Forms.Timer(this.components);
this.popupContainerEdit1 = new DevExpress.XtraEditors.PopupContainerEdit();
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
this.groupControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
//.........这里部分代码省略.........
开发者ID:jpcurrie,项目名称:Motronic,代码行数:101,代码来源:MapViewer.designer.cs
示例6: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InStockView));
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.txtinstckno = new Ultra.FASControls.LabelTextBox();
this.txtouterno = new Ultra.FASControls.LabelTextBox();
this.supplierEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
this.tbMain = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
this.gcUnAudit = new Ultra.FASControls.GridControlEx();
this.gvUnAudit = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn43 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn52 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.pgr1 = new Ultra.FASControls.InStockPager();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.gcAudit = new Ultra.FASControls.GridControlEx();
this.gvAudit = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
this.pgr2 = new Ultra.FASControls.InStockPager();
this.xtraTabPage7 = new DevExpress.XtraTab.XtraTabPage();
this.gcAllAudit = new Ultra.FASControls.GridControlEx();
this.gvAllAudit = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn45 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn71 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn46 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn47 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn48 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn49 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn50 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn51 = new DevExpress.XtraGrid.Columns.GridColumn();
this.pgr3 = new Ultra.FASControls.InStockPager();
this.xtraTabPage6 = new DevExpress.XtraTab.XtraTabPage();
this.gcInvalid = new Ultra.FASControls.GridControlEx();
this.gvInvalid = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn42 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn39 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn40 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn41 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn37 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn38 = new DevExpress.XtraGrid.Columns.GridColumn();
this.pgr4 = new Ultra.FASControls.InStockPager();
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.tbDetail = new DevExpress.XtraTab.XtraTabControl();
this.xtbInStork = new DevExpress.XtraTab.XtraTabPage();
this.gc = new Ultra.FASControls.GridControlEx();
this.gv = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
this.gcistknum = new DevExpress.XtraGrid.Columns.GridColumn();
this.rspinstock = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn44 = new DevExpress.XtraGrid.Columns.GridColumn();
this.rspSuppName = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
this.xtbItem = new DevExpress.XtraTab.XtraTabPage();
this.gcNeedItem = new Ultra.FASControls.GridControlEx();
this.gvNeedItem = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn53 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn54 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn55 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn56 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn57 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn58 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn59 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn60 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn61 = new DevExpress.XtraGrid.Columns.GridColumn();
//.........这里部分代码省略.........
开发者ID:ZixiangBoy,项目名称:FAS,代码行数:101,代码来源:InStockView.designer.cs
示例7: InitializeComponent
//.........这里部分代码省略.........
this.TrailerGoc = new DevExpress.XtraEditors.CheckEdit();
this.Photos = new DevExpress.XtraEditors.CheckEdit();
this.Script = new DevExpress.XtraEditors.CheckEdit();
this.ckcMoiTrenThiTruong = new DevExpress.XtraEditors.CheckEdit();
this.ckcTrongKho = new DevExpress.XtraEditors.CheckEdit();
this.ThanhLy = new DevExpress.XtraEditors.CheckEdit();
this.groupControl8 = new DevExpress.XtraEditors.GroupControl();
this.KyHieuXepKho_NoiDung = new DevExpress.XtraEditors.TextEdit();
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
this.Ranking = new ProtocolVN.Framework.Win.PLDMGrid();
this.DienVien = new ProtocolVN.Framework.Win.PLMultiCombobox();
this.labelControl22 = new DevExpress.XtraEditors.LabelControl();
this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
this.label24 = new DevExpress.XtraEditors.LabelControl();
this.TuKhoaSelect = new ProtocolVN.Framework.Win.PLMultiCombobox();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
this.NgayAWB = new DevExpress.XtraEditors.DateEdit();
this.TomTatNoiDung = new DevExpress.XtraEditors.MemoEdit();
this.GhiChu = new DevExpress.XtraEditors.MemoEdit();
this.TuKhoaText = new DevExpress.XtraEditors.MemoEdit();
this.label20 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.label33 = new DevExpress.XtraEditors.LabelControl();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.label36 = new DevExpress.XtraEditors.LabelControl();
this.Info = new ProtocolVN.Framework.Win.PLInfoBoxEtx();
this.TinhTrangBang = new ProtocolVN.Framework.Win.PLDMGrid();
this.TietMuc = new ProtocolVN.Framework.Win.PLDMGrid();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.MaChuongTrinh = new DevExpress.XtraEditors.TextEdit();
this.label42 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.xtraTabControlMain = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPageChuongTrinh = new DevExpress.XtraTab.XtraTabPage();
this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
this.xtraTabPageAdd = new DevExpress.XtraTab.XtraTabPage();
this.popupMenuTab = new DevExpress.XtraBars.PopupMenu(this.components);
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.flowLayoutPanel1.SuspendLayout();
this.flowLayoutPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.KyHieuPhanLoai.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.KyHieuXepKho_KHPL.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupControlThongTinPhatSong)).BeginInit();
this.groupControlThongTinPhatSong.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ReleaseDate.Properties.VistaTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ReleaseDate.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.SoRunConlai.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ReleaseRun.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Release.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.SoDaRun.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlPhatSongKhac)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridviewPhatSongKhac)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlNgayPhatDauTien)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewNgayPhatDauTien)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.RunThu.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.TongSoRun.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ReleaseRule.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.MuaKem.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Rating.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DoiTuongKhanGia.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupControlNguonGoc)).BeginInit();
this.groupControlNguonGoc.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NoteBQ.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlThongTinBan)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewThongTinBan)).BeginInit();
开发者ID:khanhdtn,项目名称:did-vlib-2011,代码行数:67,代码来源:frmChuongTrinh.designer.cs
示例8: InitializeComponent
/// <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();
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NutritionManagement));
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.groupControl_FoodCategory = new DevExpress.XtraEditors.GroupControl();
this.treeList_FoodStock = new DevExpress.XtraTreeList.TreeList();
this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.groupControl_FoodNutModify = new DevExpress.XtraEditors.GroupControl();
this.textEdit_FoodName = new DevExpress.XtraEditors.TextEdit();
this.notePanel7 = new DevExpress.Utils.Frames.NotePanel();
this.memoEdit_FoodRemark = new DevExpress.XtraEditors.MemoEdit();
this.notePanel_FoodRemark = new DevExpress.Utils.Frames.NotePanel();
this.textEdit_Energy = new DevExpress.XtraEditors.TextEdit();
this.textEdit_Carbohydrate = new DevExpress.XtraEditors.TextEdit();
this.textEdit_Fat = new DevExpress.XtraEditors.TextEdit();
this.textEdit_Protein = new DevExpress.XtraEditors.TextEdit();
this.notePanel_Energy = new DevExpress.Utils.Frames.NotePanel();
this.notePanel_Carbohydrate = new DevExpress.Utils.Frames.NotePanel();
this.notePanel_Fat = new DevExpress.Utils.Frames.NotePanel();
this.notePanel_Protein = new DevExpress.Utils.Frames.NotePanel();
this.comboBoxEdit_FoodCategory = new DevExpress.XtraEditors.ComboBoxEdit();
this.notePanel_FoodCategory = new DevExpress.Utils.Frames.NotePanel();
this.notePanel_FoodName = new DevExpress.Utils.Frames.NotePanel();
this.groupControl_FoodNutrition = new DevExpress.XtraEditors.GroupControl();
this.gridControl_FoodNutrition = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.simpleButton_FoodModify = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_FoodBack = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_FoodDelete = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_FoodSave = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_FoodAdd = new DevExpress.XtraEditors.SimpleButton();
this.textEdit_FoodSearch = new DevExpress.XtraEditors.TextEdit();
this.textEdit_BindingID = new DevExpress.XtraEditors.TextEdit();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
this.panelControl10 = new DevExpress.XtraEditors.PanelControl();
this.gridControl_Recipe_FoodNutrition = new DevExpress.XtraGrid.GridControl();
this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.notePanel4 = new DevExpress.Utils.Frames.NotePanel();
this.groupControl_RecipeLogin = new DevExpress.XtraEditors.GroupControl();
this.textEdit_RecipeLogin_FoodName = new DevExpress.XtraEditors.TextEdit();
this.textEdit_RecipeLogin_Name = new DevExpress.XtraEditors.TextEdit();
this.notePanel_RecipeLogin_Name = new DevExpress.Utils.Frames.NotePanel();
this.dateEdit_RecipeLogin_Date = new DevExpress.XtraEditors.DateEdit();
this.notePanel_RecipeLogin_Date = new DevExpress.Utils.Frames.NotePanel();
this.textEdit_RecipeLogin_FoodTake = new DevExpress.XtraEditors.TextEdit();
this.notePanel_RecipeLogin_FoodTake = new DevExpress.Utils.Frames.NotePanel();
this.textEdit_RecipeLogin_BindingID = new DevExpress.XtraEditors.TextEdit();
this.notePanel_RecipeLogin_FoodName = new DevExpress.Utils.Frames.NotePanel();
this.groupControl_RecipeSer = new DevExpress.XtraEditors.GroupControl();
this.comboBoxEdit_RecipeSer_FoodCategory = new DevExpress.XtraEditors.ComboBoxEdit();
this.notePanel_RecipeSer_FoodCategory = new DevExpress.Utils.Frames.NotePanel();
this.textEdit_RecipeSer_FoodName = new DevExpress.XtraEditors.TextEdit();
this.notePanel_RecipeSer_FoodName = new DevExpress.Utils.Frames.NotePanel();
this.groupControl_RecipeOpr = new DevExpress.XtraEditors.GroupControl();
this.simpleButton_RecipeModify = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_RecipeSave = new DevExpress.XtraEditors.SimpleButton();
this.panelControl11 = new DevExpress.XtraEditors.PanelControl();
this.gridControl_RecipeLogin = new DevExpress.XtraGrid.GridControl();
this.gridView13 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn50 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn51 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn52 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn53 = new DevExpress.XtraGrid.Columns.GridColumn();
this.notePanel5 = new DevExpress.Utils.Frames.NotePanel();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.textEdit_Recipe_FoodName = new DevExpress.XtraEditors.TextEdit();
this.notePanel_Recipe_FoodName = new DevExpress.Utils.Frames.NotePanel();
this.notePanel_Recipe = new DevExpress.Utils.Frames.NotePanel();
this.comboBoxEdit_Recipe_RecipeCategory = new DevExpress.XtraEditors.ComboBoxEdit();
this.notePanel_Recipe_RecipeCategory = new DevExpress.Utils.Frames.NotePanel();
this.dateEdit_Recipe_EndDate = new DevExpress.XtraEditors.DateEdit();
this.notePanel_Recipe_EndDate = new DevExpress.Utils.Frames.NotePanel();
this.dateEdit_Recipe_BegDate = new DevExpress.XtraEditors.DateEdit();
this.notePanel_Recipe_BegDate = new DevExpress.Utils.Frames.NotePanel();
this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
this.splitContainerControl3 = new DevExpress.XtraEditors.SplitContainerControl();
//.........这里部分代码省略.........
开发者ID:zesus19,项目名称:c4.v2,代码行数:101,代码来源:NutritionManagement.cs
示例9: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(KgManager));
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.notePanel_Send_StuCardSerCond = new DevExpress.Utils.Frames.NotePanel();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
this.timer_AssignAddr = new System.Timers.Timer();
this.timer_SetMachineVolumn = new System.Timers.Timer();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
this.groupControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.timer_AssignAddr)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.timer_SetMachineVolumn)).BeginInit();
this.SuspendLayout();
//
// xtraTabControl1
//
this.xtraTabControl1.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
this.xtraTabControl1.Appearance.Options.UseBackColor = true;
this.xtraTabControl1.AppearancePage.HeaderActive.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
this.xtraTabControl1.AppearancePage.HeaderActive.ForeColor = System.Drawing.Color.DarkOrange;
this.xtraTabControl1.AppearancePage.HeaderActive.Options.UseFont = true;
this.xtraTabControl1.AppearancePage.HeaderActive.Options.UseForeColor = true;
this.xtraTabControl1.Controls.Add(this.xtraTabPage1);
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
this.xtraTabControl1.Name = "xtraTabControl1";
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
this.xtraTabControl1.Size = new System.Drawing.Size(608, 365);
this.xtraTabControl1.TabIndex = 0;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtraTabPage1});
//
// xtraTabPage1
//
this.xtraTabPage1.Appearance.PageClient.BackColor = System.Drawing.Color.WhiteSmoke;
this.xtraTabPage1.Appearance.PageClient.Options.UseBackColor = true;
this.xtraTabPage1.Controls.Add(this.groupControl2);
this.xtraTabPage1.Controls.Add(this.groupControl1);
this.xtraTabPage1.Name = "xtraTabPage1";
this.xtraTabPage1.Size = new System.Drawing.Size(604, 340);
|
请发表评论