frmBeltScale.Designer.cs 17 KB

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