namespace Core.LgMes.Client.LgIntegrationQuery { partial class frmRTDCons { /// /// 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("Table1", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FIELDS"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALUE"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HELP"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TIME"); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.label1 = new System.Windows.Forms.Label(); this.ucmbRTDTable = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.chkAutoRef = new System.Windows.Forms.CheckBox(); this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox(); this.uGrdRTD = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.dataSet1 = new System.Data.DataSet(); this.dataTable1 = new System.Data.DataTable(); this.dataColumn1 = new System.Data.DataColumn(); this.dataColumn2 = new System.Data.DataColumn(); this.dataColumn3 = new System.Data.DataColumn(); this.dataColumn4 = new System.Data.DataColumn(); this.dataColumn5 = new System.Data.DataColumn(); this.nUpDTime = new System.Windows.Forms.Timer(this.components); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ucmbRTDTable)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.uGrdRTD)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit(); this.SuspendLayout(); // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.label1); this.ultraGroupBox1.Controls.Add(this.ucmbRTDTable); this.ultraGroupBox1.Controls.Add(this.chkAutoRef); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(698, 57); this.ultraGroupBox1.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(40, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 12); this.label1.TabIndex = 7; this.label1.Text = "表名:"; // // ucmbRTDTable // this.ucmbRTDTable.Location = new System.Drawing.Point(83, 18); this.ucmbRTDTable.Name = "ucmbRTDTable"; this.ucmbRTDTable.Size = new System.Drawing.Size(173, 21); this.ucmbRTDTable.TabIndex = 6; // // chkAutoRef // this.chkAutoRef.BackColor = System.Drawing.Color.LimeGreen; this.chkAutoRef.Location = new System.Drawing.Point(285, 15); this.chkAutoRef.Name = "chkAutoRef"; this.chkAutoRef.Size = new System.Drawing.Size(74, 26); this.chkAutoRef.TabIndex = 5; this.chkAutoRef.Text = "自动刷新"; this.chkAutoRef.UseVisualStyleBackColor = false; this.chkAutoRef.CheckedChanged += new System.EventHandler(this.chkAutoRef_CheckedChanged); // // ultraGroupBox2 // this.ultraGroupBox2.Controls.Add(this.uGrdRTD); this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox2.Location = new System.Drawing.Point(0, 57); this.ultraGroupBox2.Name = "ultraGroupBox2"; this.ultraGroupBox2.Size = new System.Drawing.Size(698, 353); this.ultraGroupBox2.TabIndex = 0; // // uGrdRTD // this.uGrdRTD.DataSource = this.dataSet1; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.Width = 43; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.Width = 130; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.Width = 83; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn4.Width = 148; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn5.Width = 136; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5}); this.uGrdRTD.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.uGrdRTD.Dock = System.Windows.Forms.DockStyle.Fill; this.uGrdRTD.Location = new System.Drawing.Point(3, 0); this.uGrdRTD.Name = "uGrdRTD"; this.uGrdRTD.Size = new System.Drawing.Size(692, 350); this.uGrdRTD.TabIndex = 0; // // dataSet1 // this.dataSet1.DataSetName = "NewDataSet"; this.dataSet1.Tables.AddRange(new System.Data.DataTable[] { this.dataTable1}); // // dataTable1 // this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] { this.dataColumn1, this.dataColumn2, this.dataColumn3, this.dataColumn4, this.dataColumn5}); this.dataTable1.TableName = "Table1"; // // dataColumn1 // this.dataColumn1.Caption = "序号"; this.dataColumn1.ColumnName = "ID"; // // dataColumn2 // this.dataColumn2.Caption = "字段"; this.dataColumn2.ColumnName = "FIELDS"; // // dataColumn3 // this.dataColumn3.Caption = "值"; this.dataColumn3.ColumnName = "VALUE"; // // dataColumn4 // this.dataColumn4.Caption = "说明"; this.dataColumn4.ColumnName = "HELP"; // // dataColumn5 // this.dataColumn5.Caption = "时间"; this.dataColumn5.ColumnName = "TIME"; // // nUpDTime // this.nUpDTime.Tick += new System.EventHandler(this.nUpDTime_Tick); // // frmRTDCons // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(698, 410); this.Controls.Add(this.ultraGroupBox2); this.Controls.Add(this.ultraGroupBox1); this.Name = "frmRTDCons"; this.Text = "frmRTDCons"; this.Load += new System.EventHandler(this.frmRTDCons_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ucmbRTDTable)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit(); this.ultraGroupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.uGrdRTD)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit(); this.ResumeLayout(false); } #endregion private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2; private Infragistics.Win.UltraWinGrid.UltraGrid uGrdRTD; private System.Data.DataSet dataSet1; private System.Data.DataTable dataTable1; private System.Data.DataColumn dataColumn1; private System.Data.DataColumn dataColumn2; private System.Data.DataColumn dataColumn3; private System.Data.DataColumn dataColumn4; private System.Data.DataColumn dataColumn5; private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmbRTDTable; private System.Windows.Forms.CheckBox chkAutoRef; private System.Windows.Forms.Label label1; private System.Windows.Forms.Timer nUpDTime; } }