frmBeltScale_Res.Designer.cs 16 KB

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