namespace CarMonitor { partial class frmMonitor { /// /// 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() { this.components = new System.ComponentModel.Container(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("计量点", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("pointNo"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("pointName"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("monitorUserNo"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("collectionCode"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UNCK", 0); Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance(); this.utlExpGrd = new Infragistics.Win.Misc.UltraExpandableGroupBox(); this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel(); this.ultraGridPW = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.dataSet1 = new System.Data.DataSet(); this.dtJGPointInfo = new System.Data.DataTable(); this.dataColumn158 = new System.Data.DataColumn(); this.dataColumn159 = new System.Data.DataColumn(); this.dataColumn14 = new System.Data.DataColumn(); this.dataColumn1 = new System.Data.DataColumn(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.flPanel = new System.Windows.Forms.FlowLayoutPanel(); this.timer2 = new System.Windows.Forms.Timer(this.components); ((System.ComponentModel.ISupportInitialize)(this.utlExpGrd)).BeginInit(); this.utlExpGrd.SuspendLayout(); this.ultraExpandableGroupBoxPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGridPW)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtJGPointInfo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); this.SuspendLayout(); // // utlExpGrd // this.utlExpGrd.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Near; this.utlExpGrd.Controls.Add(this.ultraExpandableGroupBoxPanel1); this.utlExpGrd.Dock = System.Windows.Forms.DockStyle.Left; this.utlExpGrd.ExpandedSize = new System.Drawing.Size(276, 597); this.utlExpGrd.ExpansionIndicator = Infragistics.Win.Misc.GroupBoxExpansionIndicator.Near; this.utlExpGrd.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.RightOnBorder; this.utlExpGrd.Location = new System.Drawing.Point(0, 0); this.utlExpGrd.Margin = new System.Windows.Forms.Padding(2); this.utlExpGrd.Name = "utlExpGrd"; this.utlExpGrd.Size = new System.Drawing.Size(276, 597); this.utlExpGrd.TabIndex = 0; this.utlExpGrd.Text = "计量点"; this.utlExpGrd.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // ultraExpandableGroupBoxPanel1 // this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraGridPW); this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 3); this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(2); this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1"; this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(253, 591); this.ultraExpandableGroupBoxPanel1.TabIndex = 0; // // ultraGridPW // this.ultraGridPW.DataMember = "计量点"; this.ultraGridPW.DataSource = this.dataSet1; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.Hidden = true; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2; ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.Hidden = true; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn4.Hidden = true; ultraGridColumn5.DataType = typeof(bool); ultraGridColumn5.DefaultCellValue = false; ultraGridColumn5.Header.Caption = "选择"; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn5.RowLayoutColumnInfo.OriginX = 0; ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn5.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5}); ultraGridBand1.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.Edit; ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout; this.ultraGridPW.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ultraGridPW.DisplayLayout.DefaultSelectedBackColor = System.Drawing.Color.Empty; this.ultraGridPW.DisplayLayout.DefaultSelectedForeColor = System.Drawing.Color.Empty; this.ultraGridPW.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button3D; appearance16.TextVAlignAsString = "Middle"; this.ultraGridPW.DisplayLayout.Override.CellAppearance = appearance16; this.ultraGridPW.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect; appearance17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250))))); appearance17.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250))))); this.ultraGridPW.DisplayLayout.Override.HeaderAppearance = appearance17; this.ultraGridPW.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard; this.ultraGridPW.DisplayLayout.Override.MaxSelectedRows = 1; this.ultraGridPW.DisplayLayout.Override.MinRowHeight = 21; appearance18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250))))); appearance18.TextVAlignAsString = "Middle"; this.ultraGridPW.DisplayLayout.Override.RowSelectorAppearance = appearance18; this.ultraGridPW.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex; this.ultraGridPW.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None; this.ultraGridPW.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single; this.ultraGridPW.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True; this.ultraGridPW.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGridPW.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ultraGridPW.Location = new System.Drawing.Point(0, 0); this.ultraGridPW.Name = "ultraGridPW"; this.ultraGridPW.Size = new System.Drawing.Size(253, 591); this.ultraGridPW.TabIndex = 9; this.ultraGridPW.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGridPW_CellChange); // // dataSet1 // this.dataSet1.DataSetName = "NewDataSet"; this.dataSet1.Tables.AddRange(new System.Data.DataTable[] { this.dtJGPointInfo}); // // dtJGPointInfo // this.dtJGPointInfo.Columns.AddRange(new System.Data.DataColumn[] { this.dataColumn158, this.dataColumn159, this.dataColumn14, this.dataColumn1}); this.dtJGPointInfo.TableName = "计量点"; // // dataColumn158 // this.dataColumn158.Caption = "计量点编号"; this.dataColumn158.ColumnName = "pointNo"; // // dataColumn159 // this.dataColumn159.Caption = "计量点"; this.dataColumn159.ColumnName = "pointName"; // // dataColumn14 // this.dataColumn14.Caption = "监控用户"; this.dataColumn14.ColumnName = "monitorUserNo"; // // dataColumn1 // this.dataColumn1.Caption = "实时库关联点"; this.dataColumn1.ColumnName = "collectionCode"; // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.flPanel); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox1.Location = new System.Drawing.Point(276, 0); this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(2); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(598, 597); this.ultraGroupBox1.TabIndex = 1; // // flPanel // this.flPanel.AutoScroll = true; this.flPanel.BackColor = System.Drawing.Color.Transparent; this.flPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.flPanel.Location = new System.Drawing.Point(3, 0); this.flPanel.Margin = new System.Windows.Forms.Padding(2); this.flPanel.Name = "flPanel"; this.flPanel.Size = new System.Drawing.Size(592, 594); this.flPanel.TabIndex = 3; // // timer2 // this.timer2.Interval = 1000; this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // frmMonitor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(874, 597); this.ControlBox = false; this.Controls.Add(this.ultraGroupBox1); this.Controls.Add(this.utlExpGrd); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmMonitor"; this.Text = "汽车衡监控"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMonitor_FormClosing); this.Load += new System.EventHandler(this.frmMonitor_Load); ((System.ComponentModel.ISupportInitialize)(this.utlExpGrd)).EndInit(); this.utlExpGrd.ResumeLayout(false); this.ultraExpandableGroupBoxPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGridPW)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtJGPointInfo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Infragistics.Win.Misc.UltraExpandableGroupBox utlExpGrd; private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private System.Windows.Forms.FlowLayoutPanel flPanel; private System.Windows.Forms.Timer timer2; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridPW; private System.Data.DataSet dataSet1; private System.Data.DataTable dtJGPointInfo; private System.Data.DataColumn dataColumn158; private System.Data.DataColumn dataColumn159; private System.Data.DataColumn dataColumn14; private System.Data.DataColumn dataColumn1; } }