| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288 |
- namespace StorageMeterSystem
- {
- partial class frmHotDeliveryBelt
- {
- /// <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();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("计量点", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("baseSpotNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("baseSpotName");
- 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("scalePointNo");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("monitorUserIP");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = 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.dataColumn2 = 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);
- this.dataColumn3 = new System.Data.DataColumn();
- ((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.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(46, 0);
- ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
- 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.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn5.Hidden = true;
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn7.DataType = typeof(bool);
- ultraGridColumn7.DefaultCellValue = false;
- ultraGridColumn7.Header.Caption = "选择";
- ultraGridColumn7.Header.VisiblePosition = 6;
- ultraGridColumn7.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(46, 0);
- ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn7.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7});
- 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.dataColumn2,
- this.dataColumn3});
- this.dtJGPointInfo.TableName = "计量点";
- //
- // dataColumn158
- //
- this.dataColumn158.Caption = "计量点编号";
- this.dataColumn158.ColumnName = "baseSpotNo";
- //
- // dataColumn159
- //
- this.dataColumn159.Caption = "计量点";
- this.dataColumn159.ColumnName = "baseSpotName";
- //
- // dataColumn14
- //
- this.dataColumn14.Caption = "监控用户";
- this.dataColumn14.ColumnName = "monitorUserNo";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "实时库关联点";
- this.dataColumn1.ColumnName = "collectionCode";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "监控表编号";
- this.dataColumn2.ColumnName = "scalePointNo";
- //
- // 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 = 500;
- this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "接管IP地址";
- this.dataColumn3.ColumnName = "monitorUserIP";
- //
- // frmHotDeliveryBelt
- //
- 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 = "frmHotDeliveryBelt";
- 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;
- private System.Data.DataColumn dataColumn2;
- private System.Data.DataColumn dataColumn3;
- }
- }
|