frmHotDeliveryBelt.Designer.cs 16 KB

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