frmRTDCons.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. namespace Core.LgMes.Client.LgIntegrationQuery
  2. {
  3. partial class frmRTDCons
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FIELDS");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALUE");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HELP");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TIME");
  35. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.ucmbRTDTable = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  38. this.chkAutoRef = new System.Windows.Forms.CheckBox();
  39. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  40. this.uGrdRTD = new Infragistics.Win.UltraWinGrid.UltraGrid();
  41. this.dataSet1 = new System.Data.DataSet();
  42. this.dataTable1 = new System.Data.DataTable();
  43. this.dataColumn1 = new System.Data.DataColumn();
  44. this.dataColumn2 = new System.Data.DataColumn();
  45. this.dataColumn3 = new System.Data.DataColumn();
  46. this.dataColumn4 = new System.Data.DataColumn();
  47. this.dataColumn5 = new System.Data.DataColumn();
  48. this.nUpDTime = new System.Windows.Forms.Timer(this.components);
  49. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  50. this.ultraGroupBox1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.ucmbRTDTable)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  53. this.ultraGroupBox2.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.uGrdRTD)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // ultraGroupBox1
  60. //
  61. this.ultraGroupBox1.Controls.Add(this.label1);
  62. this.ultraGroupBox1.Controls.Add(this.ucmbRTDTable);
  63. this.ultraGroupBox1.Controls.Add(this.chkAutoRef);
  64. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  65. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  66. this.ultraGroupBox1.Name = "ultraGroupBox1";
  67. this.ultraGroupBox1.Size = new System.Drawing.Size(698, 57);
  68. this.ultraGroupBox1.TabIndex = 0;
  69. //
  70. // label1
  71. //
  72. this.label1.AutoSize = true;
  73. this.label1.Location = new System.Drawing.Point(40, 22);
  74. this.label1.Name = "label1";
  75. this.label1.Size = new System.Drawing.Size(35, 12);
  76. this.label1.TabIndex = 7;
  77. this.label1.Text = "表名:";
  78. //
  79. // ucmbRTDTable
  80. //
  81. this.ucmbRTDTable.Location = new System.Drawing.Point(83, 18);
  82. this.ucmbRTDTable.Name = "ucmbRTDTable";
  83. this.ucmbRTDTable.Size = new System.Drawing.Size(173, 21);
  84. this.ucmbRTDTable.TabIndex = 6;
  85. //
  86. // chkAutoRef
  87. //
  88. this.chkAutoRef.BackColor = System.Drawing.Color.LimeGreen;
  89. this.chkAutoRef.Location = new System.Drawing.Point(285, 15);
  90. this.chkAutoRef.Name = "chkAutoRef";
  91. this.chkAutoRef.Size = new System.Drawing.Size(74, 26);
  92. this.chkAutoRef.TabIndex = 5;
  93. this.chkAutoRef.Text = "自动刷新";
  94. this.chkAutoRef.UseVisualStyleBackColor = false;
  95. this.chkAutoRef.CheckedChanged += new System.EventHandler(this.chkAutoRef_CheckedChanged);
  96. //
  97. // ultraGroupBox2
  98. //
  99. this.ultraGroupBox2.Controls.Add(this.uGrdRTD);
  100. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 57);
  102. this.ultraGroupBox2.Name = "ultraGroupBox2";
  103. this.ultraGroupBox2.Size = new System.Drawing.Size(698, 353);
  104. this.ultraGroupBox2.TabIndex = 0;
  105. //
  106. // uGrdRTD
  107. //
  108. this.uGrdRTD.DataSource = this.dataSet1;
  109. ultraGridColumn1.Header.VisiblePosition = 0;
  110. ultraGridColumn1.Width = 43;
  111. ultraGridColumn2.Header.VisiblePosition = 1;
  112. ultraGridColumn2.Width = 130;
  113. ultraGridColumn3.Header.VisiblePosition = 2;
  114. ultraGridColumn3.Width = 83;
  115. ultraGridColumn4.Header.VisiblePosition = 3;
  116. ultraGridColumn4.Width = 148;
  117. ultraGridColumn5.Header.VisiblePosition = 4;
  118. ultraGridColumn5.Width = 136;
  119. ultraGridBand1.Columns.AddRange(new object[] {
  120. ultraGridColumn1,
  121. ultraGridColumn2,
  122. ultraGridColumn3,
  123. ultraGridColumn4,
  124. ultraGridColumn5});
  125. this.uGrdRTD.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  126. this.uGrdRTD.Dock = System.Windows.Forms.DockStyle.Fill;
  127. this.uGrdRTD.Location = new System.Drawing.Point(3, 0);
  128. this.uGrdRTD.Name = "uGrdRTD";
  129. this.uGrdRTD.Size = new System.Drawing.Size(692, 350);
  130. this.uGrdRTD.TabIndex = 0;
  131. //
  132. // dataSet1
  133. //
  134. this.dataSet1.DataSetName = "NewDataSet";
  135. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  136. this.dataTable1});
  137. //
  138. // dataTable1
  139. //
  140. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  141. this.dataColumn1,
  142. this.dataColumn2,
  143. this.dataColumn3,
  144. this.dataColumn4,
  145. this.dataColumn5});
  146. this.dataTable1.TableName = "Table1";
  147. //
  148. // dataColumn1
  149. //
  150. this.dataColumn1.Caption = "序号";
  151. this.dataColumn1.ColumnName = "ID";
  152. //
  153. // dataColumn2
  154. //
  155. this.dataColumn2.Caption = "字段";
  156. this.dataColumn2.ColumnName = "FIELDS";
  157. //
  158. // dataColumn3
  159. //
  160. this.dataColumn3.Caption = "值";
  161. this.dataColumn3.ColumnName = "VALUE";
  162. //
  163. // dataColumn4
  164. //
  165. this.dataColumn4.Caption = "说明";
  166. this.dataColumn4.ColumnName = "HELP";
  167. //
  168. // dataColumn5
  169. //
  170. this.dataColumn5.Caption = "时间";
  171. this.dataColumn5.ColumnName = "TIME";
  172. //
  173. // nUpDTime
  174. //
  175. this.nUpDTime.Tick += new System.EventHandler(this.nUpDTime_Tick);
  176. //
  177. // frmRTDCons
  178. //
  179. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  180. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  181. this.ClientSize = new System.Drawing.Size(698, 410);
  182. this.Controls.Add(this.ultraGroupBox2);
  183. this.Controls.Add(this.ultraGroupBox1);
  184. this.Name = "frmRTDCons";
  185. this.Text = "frmRTDCons";
  186. this.Load += new System.EventHandler(this.frmRTDCons_Load);
  187. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  188. this.ultraGroupBox1.ResumeLayout(false);
  189. this.ultraGroupBox1.PerformLayout();
  190. ((System.ComponentModel.ISupportInitialize)(this.ucmbRTDTable)).EndInit();
  191. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  192. this.ultraGroupBox2.ResumeLayout(false);
  193. ((System.ComponentModel.ISupportInitialize)(this.uGrdRTD)).EndInit();
  194. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  195. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  196. this.ResumeLayout(false);
  197. }
  198. #endregion
  199. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  200. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  201. private Infragistics.Win.UltraWinGrid.UltraGrid uGrdRTD;
  202. private System.Data.DataSet dataSet1;
  203. private System.Data.DataTable dataTable1;
  204. private System.Data.DataColumn dataColumn1;
  205. private System.Data.DataColumn dataColumn2;
  206. private System.Data.DataColumn dataColumn3;
  207. private System.Data.DataColumn dataColumn4;
  208. private System.Data.DataColumn dataColumn5;
  209. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmbRTDTable;
  210. private System.Windows.Forms.CheckBox chkAutoRef;
  211. private System.Windows.Forms.Label label1;
  212. private System.Windows.Forms.Timer nUpDTime;
  213. }
  214. }