[성현모] 온도 그래프, 버전 셀렉트 기능 추가
This commit is contained in:
@ -135,6 +135,8 @@
|
||||
this.tabbedView = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
|
||||
this.documentManager = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
|
||||
this.timerProc = new System.Windows.Forms.Timer(this.components);
|
||||
this.barEditItemStepVersion = new DevExpress.XtraBars.BarEditItem();
|
||||
this.repositoryItemTextEdit8 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit();
|
||||
@ -167,6 +169,7 @@
|
||||
((System.ComponentModel.ISupportInitialize)(this.accordionControl)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabbedView)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.documentManager)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit8)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// ribbonControl
|
||||
@ -215,10 +218,11 @@
|
||||
this.barCheckItemFullScan,
|
||||
this.barEditItemProgress,
|
||||
this.barCheckItem1,
|
||||
this.barCheckItemLongTerm});
|
||||
this.barCheckItemLongTerm,
|
||||
this.barEditItemStepVersion});
|
||||
this.ribbonControl.Location = new System.Drawing.Point(0, 0);
|
||||
this.ribbonControl.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.ribbonControl.MaxItemId = 92;
|
||||
this.ribbonControl.MaxItemId = 93;
|
||||
this.ribbonControl.MdiMergeStyle = DevExpress.XtraBars.Ribbon.RibbonMdiMergeStyle.Always;
|
||||
this.ribbonControl.Name = "ribbonControl";
|
||||
this.ribbonControl.OptionsMenuMinWidth = 440;
|
||||
@ -245,10 +249,11 @@
|
||||
this.repositoryItemCheckEdit1,
|
||||
this.repositoryItemTextEdit7,
|
||||
this.repositoryItemCheckEdit2,
|
||||
this.repositoryItemProgressBar1});
|
||||
this.repositoryItemProgressBar1,
|
||||
this.repositoryItemTextEdit8});
|
||||
this.ribbonControl.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013;
|
||||
this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
|
||||
this.ribbonControl.Size = new System.Drawing.Size(1485, 237);
|
||||
this.ribbonControl.Size = new System.Drawing.Size(1485, 160);
|
||||
this.ribbonControl.StatusBar = this.ribbonStatusBar;
|
||||
this.ribbonControl.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
|
||||
//
|
||||
@ -792,6 +797,7 @@
|
||||
this.ribbonPageGroup2.ItemLinks.Add(this.barEditItemParentInfo);
|
||||
this.ribbonPageGroup2.ItemLinks.Add(this.barEditItemDTBegin);
|
||||
this.ribbonPageGroup2.ItemLinks.Add(this.barEditItemDTEnd);
|
||||
this.ribbonPageGroup2.ItemLinks.Add(this.barEditItemStepVersion);
|
||||
this.ribbonPageGroup2.Name = "ribbonPageGroup2";
|
||||
this.ribbonPageGroup2.Text = "Selected Data Collection";
|
||||
//
|
||||
@ -907,11 +913,11 @@
|
||||
// ribbonStatusBar
|
||||
//
|
||||
this.ribbonStatusBar.ItemLinks.Add(this.barStaticItem1);
|
||||
this.ribbonStatusBar.Location = new System.Drawing.Point(0, 747);
|
||||
this.ribbonStatusBar.Location = new System.Drawing.Point(0, 759);
|
||||
this.ribbonStatusBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.ribbonStatusBar.Name = "ribbonStatusBar";
|
||||
this.ribbonStatusBar.Ribbon = this.ribbonControl;
|
||||
this.ribbonStatusBar.Size = new System.Drawing.Size(1485, 36);
|
||||
this.ribbonStatusBar.Size = new System.Drawing.Size(1485, 24);
|
||||
//
|
||||
// dockManager
|
||||
//
|
||||
@ -931,12 +937,12 @@
|
||||
//
|
||||
// hideContainerLeft
|
||||
//
|
||||
this.hideContainerLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
||||
this.hideContainerLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
|
||||
this.hideContainerLeft.Controls.Add(this.dockPanel);
|
||||
this.hideContainerLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.hideContainerLeft.Location = new System.Drawing.Point(0, 237);
|
||||
this.hideContainerLeft.Location = new System.Drawing.Point(0, 160);
|
||||
this.hideContainerLeft.Name = "hideContainerLeft";
|
||||
this.hideContainerLeft.Size = new System.Drawing.Size(32, 510);
|
||||
this.hideContainerLeft.Size = new System.Drawing.Size(22, 599);
|
||||
//
|
||||
// dockPanel
|
||||
//
|
||||
@ -1019,10 +1025,23 @@
|
||||
this.timerProc.Enabled = true;
|
||||
this.timerProc.Tick += new System.EventHandler(this.timerProc_Tick);
|
||||
//
|
||||
// barEditItemStepVersion
|
||||
//
|
||||
this.barEditItemStepVersion.Caption = "Step Version:";
|
||||
this.barEditItemStepVersion.Edit = this.repositoryItemTextEdit8;
|
||||
this.barEditItemStepVersion.EditWidth = 160;
|
||||
this.barEditItemStepVersion.Id = 92;
|
||||
this.barEditItemStepVersion.Name = "barEditItemStepVersion";
|
||||
//
|
||||
// repositoryItemTextEdit8
|
||||
//
|
||||
this.repositoryItemTextEdit8.AutoHeight = false;
|
||||
this.repositoryItemTextEdit8.Name = "repositoryItemTextEdit8";
|
||||
//
|
||||
// MainForm
|
||||
//
|
||||
this.Appearance.Options.UseFont = true;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 29F);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Zoom;
|
||||
this.BackgroundImageStore = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImageStore")));
|
||||
@ -1075,6 +1094,7 @@
|
||||
((System.ComponentModel.ISupportInitialize)(this.accordionControl)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabbedView)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.documentManager)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit8)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
@ -1165,5 +1185,7 @@
|
||||
private System.Windows.Forms.Timer timerProc;
|
||||
private DevExpress.XtraBars.BarCheckItem barCheckItem1;
|
||||
private DevExpress.XtraBars.BarCheckItem barCheckItemLongTerm;
|
||||
private DevExpress.XtraBars.BarEditItem barEditItemStepVersion;
|
||||
private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit8;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user