frmMonitor.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. namespace CarMonitor
  2. {
  3. partial class frmMonitor
  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("计量点", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("pointNo");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("pointName");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("monitorUserNo");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("collectionCode");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UNCK", 0);
  35. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  38. this.utlExpGrd = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  39. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  40. this.ultraGridPW = new Infragistics.Win.UltraWinGrid.UltraGrid();
  41. this.dataSet1 = new System.Data.DataSet();
  42. this.dtJGPointInfo = new System.Data.DataTable();
  43. this.dataColumn158 = new System.Data.DataColumn();
  44. this.dataColumn159 = new System.Data.DataColumn();
  45. this.dataColumn14 = new System.Data.DataColumn();
  46. this.dataColumn1 = new System.Data.DataColumn();
  47. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  48. this.flPanel = new System.Windows.Forms.FlowLayoutPanel();
  49. this.timer2 = new System.Windows.Forms.Timer(this.components);
  50. ((System.ComponentModel.ISupportInitialize)(this.utlExpGrd)).BeginInit();
  51. this.utlExpGrd.SuspendLayout();
  52. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.ultraGridPW)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.dtJGPointInfo)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  57. this.ultraGroupBox1.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // utlExpGrd
  61. //
  62. this.utlExpGrd.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Near;
  63. this.utlExpGrd.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  64. this.utlExpGrd.Dock = System.Windows.Forms.DockStyle.Left;
  65. this.utlExpGrd.ExpandedSize = new System.Drawing.Size(276, 597);
  66. this.utlExpGrd.ExpansionIndicator = Infragistics.Win.Misc.GroupBoxExpansionIndicator.Near;
  67. this.utlExpGrd.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.RightOnBorder;
  68. this.utlExpGrd.Location = new System.Drawing.Point(0, 0);
  69. this.utlExpGrd.Margin = new System.Windows.Forms.Padding(2);
  70. this.utlExpGrd.Name = "utlExpGrd";
  71. this.utlExpGrd.Size = new System.Drawing.Size(276, 597);
  72. this.utlExpGrd.TabIndex = 0;
  73. this.utlExpGrd.Text = "计量点";
  74. this.utlExpGrd.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  75. //
  76. // ultraExpandableGroupBoxPanel1
  77. //
  78. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraGridPW);
  79. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 3);
  81. this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(2);
  82. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  83. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(253, 591);
  84. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  85. //
  86. // ultraGridPW
  87. //
  88. this.ultraGridPW.DataMember = "计量点";
  89. this.ultraGridPW.DataSource = this.dataSet1;
  90. ultraGridColumn1.Header.VisiblePosition = 0;
  91. ultraGridColumn1.Hidden = true;
  92. ultraGridColumn2.Header.VisiblePosition = 1;
  93. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  94. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  95. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  96. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  97. ultraGridColumn3.Header.VisiblePosition = 2;
  98. ultraGridColumn3.Hidden = true;
  99. ultraGridColumn4.Header.VisiblePosition = 3;
  100. ultraGridColumn4.Hidden = true;
  101. ultraGridColumn5.DataType = typeof(bool);
  102. ultraGridColumn5.DefaultCellValue = false;
  103. ultraGridColumn5.Header.Caption = "选择";
  104. ultraGridColumn5.Header.VisiblePosition = 4;
  105. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 0;
  106. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  107. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  108. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  109. ultraGridColumn5.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  110. ultraGridBand1.Columns.AddRange(new object[] {
  111. ultraGridColumn1,
  112. ultraGridColumn2,
  113. ultraGridColumn3,
  114. ultraGridColumn4,
  115. ultraGridColumn5});
  116. ultraGridBand1.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.Edit;
  117. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  118. this.ultraGridPW.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  119. this.ultraGridPW.DisplayLayout.DefaultSelectedBackColor = System.Drawing.Color.Empty;
  120. this.ultraGridPW.DisplayLayout.DefaultSelectedForeColor = System.Drawing.Color.Empty;
  121. this.ultraGridPW.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button3D;
  122. appearance16.TextVAlignAsString = "Middle";
  123. this.ultraGridPW.DisplayLayout.Override.CellAppearance = appearance16;
  124. this.ultraGridPW.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  125. appearance17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  126. appearance17.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  127. this.ultraGridPW.DisplayLayout.Override.HeaderAppearance = appearance17;
  128. this.ultraGridPW.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  129. this.ultraGridPW.DisplayLayout.Override.MaxSelectedRows = 1;
  130. this.ultraGridPW.DisplayLayout.Override.MinRowHeight = 21;
  131. appearance18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  132. appearance18.TextVAlignAsString = "Middle";
  133. this.ultraGridPW.DisplayLayout.Override.RowSelectorAppearance = appearance18;
  134. this.ultraGridPW.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  135. this.ultraGridPW.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  136. this.ultraGridPW.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  137. this.ultraGridPW.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  138. this.ultraGridPW.Dock = System.Windows.Forms.DockStyle.Fill;
  139. this.ultraGridPW.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.ultraGridPW.Location = new System.Drawing.Point(0, 0);
  141. this.ultraGridPW.Name = "ultraGridPW";
  142. this.ultraGridPW.Size = new System.Drawing.Size(253, 591);
  143. this.ultraGridPW.TabIndex = 9;
  144. this.ultraGridPW.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGridPW_CellChange);
  145. //
  146. // dataSet1
  147. //
  148. this.dataSet1.DataSetName = "NewDataSet";
  149. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  150. this.dtJGPointInfo});
  151. //
  152. // dtJGPointInfo
  153. //
  154. this.dtJGPointInfo.Columns.AddRange(new System.Data.DataColumn[] {
  155. this.dataColumn158,
  156. this.dataColumn159,
  157. this.dataColumn14,
  158. this.dataColumn1});
  159. this.dtJGPointInfo.TableName = "计量点";
  160. //
  161. // dataColumn158
  162. //
  163. this.dataColumn158.Caption = "计量点编号";
  164. this.dataColumn158.ColumnName = "pointNo";
  165. //
  166. // dataColumn159
  167. //
  168. this.dataColumn159.Caption = "计量点";
  169. this.dataColumn159.ColumnName = "pointName";
  170. //
  171. // dataColumn14
  172. //
  173. this.dataColumn14.Caption = "监控用户";
  174. this.dataColumn14.ColumnName = "monitorUserNo";
  175. //
  176. // dataColumn1
  177. //
  178. this.dataColumn1.Caption = "实时库关联点";
  179. this.dataColumn1.ColumnName = "collectionCode";
  180. //
  181. // ultraGroupBox1
  182. //
  183. this.ultraGroupBox1.Controls.Add(this.flPanel);
  184. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  185. this.ultraGroupBox1.Location = new System.Drawing.Point(276, 0);
  186. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(2);
  187. this.ultraGroupBox1.Name = "ultraGroupBox1";
  188. this.ultraGroupBox1.Size = new System.Drawing.Size(598, 597);
  189. this.ultraGroupBox1.TabIndex = 1;
  190. //
  191. // flPanel
  192. //
  193. this.flPanel.AutoScroll = true;
  194. this.flPanel.BackColor = System.Drawing.Color.Transparent;
  195. this.flPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  196. this.flPanel.Location = new System.Drawing.Point(3, 0);
  197. this.flPanel.Margin = new System.Windows.Forms.Padding(2);
  198. this.flPanel.Name = "flPanel";
  199. this.flPanel.Size = new System.Drawing.Size(592, 594);
  200. this.flPanel.TabIndex = 3;
  201. //
  202. // timer2
  203. //
  204. this.timer2.Interval = 1000;
  205. this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
  206. //
  207. // frmMonitor
  208. //
  209. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  210. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  211. this.BackColor = System.Drawing.Color.White;
  212. this.ClientSize = new System.Drawing.Size(874, 597);
  213. this.ControlBox = false;
  214. this.Controls.Add(this.ultraGroupBox1);
  215. this.Controls.Add(this.utlExpGrd);
  216. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  217. this.Margin = new System.Windows.Forms.Padding(2);
  218. this.MaximizeBox = false;
  219. this.MinimizeBox = false;
  220. this.Name = "frmMonitor";
  221. this.Text = "汽车衡监控";
  222. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMonitor_FormClosing);
  223. this.Load += new System.EventHandler(this.frmMonitor_Load);
  224. ((System.ComponentModel.ISupportInitialize)(this.utlExpGrd)).EndInit();
  225. this.utlExpGrd.ResumeLayout(false);
  226. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  227. ((System.ComponentModel.ISupportInitialize)(this.ultraGridPW)).EndInit();
  228. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  229. ((System.ComponentModel.ISupportInitialize)(this.dtJGPointInfo)).EndInit();
  230. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  231. this.ultraGroupBox1.ResumeLayout(false);
  232. this.ResumeLayout(false);
  233. }
  234. #endregion
  235. private Infragistics.Win.Misc.UltraExpandableGroupBox utlExpGrd;
  236. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  237. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  238. private System.Windows.Forms.FlowLayoutPanel flPanel;
  239. private System.Windows.Forms.Timer timer2;
  240. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridPW;
  241. private System.Data.DataSet dataSet1;
  242. private System.Data.DataTable dtJGPointInfo;
  243. private System.Data.DataColumn dataColumn158;
  244. private System.Data.DataColumn dataColumn159;
  245. private System.Data.DataColumn dataColumn14;
  246. private System.Data.DataColumn dataColumn1;
  247. }
  248. }