frmMatMsgInfo.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. 
  2. namespace CarMeterSystem
  3. {
  4. partial class frmMatMsgInfo
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMatMsgInfo));
  31. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("dtPrediction", -1);
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("predictionNo");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("matterName");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("forwardingUnitName");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("receivingUintName");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("trustDateTime");
  38. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  49. this.btnCancel = new System.Windows.Forms.Button();
  50. this.btnSave = new System.Windows.Forms.Button();
  51. this.lbMsgInfo = new System.Windows.Forms.Label();
  52. this.timer1 = new System.Windows.Forms.Timer(this.components);
  53. this.btnTare = new System.Windows.Forms.Button();
  54. this.btnGross = new System.Windows.Forms.Button();
  55. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  56. this.dataSet1 = new System.Data.DataSet();
  57. this.dtPrediction = new System.Data.DataTable();
  58. this.委托编号 = new System.Data.DataColumn();
  59. this.matterName = new System.Data.DataColumn();
  60. this.forwardingUnitName = new System.Data.DataColumn();
  61. this.receivingUintName = new System.Data.DataColumn();
  62. this.trustDateTime = new System.Data.DataColumn();
  63. this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  64. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.dtPrediction)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // btnCancel
  71. //
  72. this.btnCancel.AutoSize = true;
  73. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  74. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  75. this.btnCancel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.btnCancel.ForeColor = System.Drawing.Color.White;
  77. this.btnCancel.Location = new System.Drawing.Point(688, 692);
  78. this.btnCancel.Name = "btnCancel";
  79. this.btnCancel.Size = new System.Drawing.Size(122, 61);
  80. this.btnCancel.TabIndex = 10;
  81. this.btnCancel.Text = "取消";
  82. this.btnCancel.UseVisualStyleBackColor = false;
  83. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  84. //
  85. // btnSave
  86. //
  87. this.btnSave.AutoSize = true;
  88. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  89. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  90. this.btnSave.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.btnSave.ForeColor = System.Drawing.Color.White;
  92. this.btnSave.Location = new System.Drawing.Point(289, 692);
  93. this.btnSave.Name = "btnSave";
  94. this.btnSave.Size = new System.Drawing.Size(122, 61);
  95. this.btnSave.TabIndex = 9;
  96. this.btnSave.Text = "保存";
  97. this.btnSave.UseVisualStyleBackColor = false;
  98. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  99. //
  100. // lbMsgInfo
  101. //
  102. this.lbMsgInfo.Dock = System.Windows.Forms.DockStyle.Top;
  103. this.lbMsgInfo.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.lbMsgInfo.ForeColor = System.Drawing.Color.Black;
  105. this.lbMsgInfo.Location = new System.Drawing.Point(0, 0);
  106. this.lbMsgInfo.Name = "lbMsgInfo";
  107. this.lbMsgInfo.Size = new System.Drawing.Size(1134, 50);
  108. this.lbMsgInfo.TabIndex = 11;
  109. this.lbMsgInfo.Text = "请选择当前车辆的重量类型";
  110. this.lbMsgInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  111. //
  112. // timer1
  113. //
  114. this.timer1.Enabled = true;
  115. this.timer1.Interval = 15000;
  116. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  117. //
  118. // btnTare
  119. //
  120. this.btnTare.BackColor = System.Drawing.Color.Gray;
  121. this.btnTare.Font = new System.Drawing.Font("宋体", 40F);
  122. this.btnTare.ForeColor = System.Drawing.Color.White;
  123. this.btnTare.Location = new System.Drawing.Point(158, 53);
  124. this.btnTare.Name = "btnTare";
  125. this.btnTare.Size = new System.Drawing.Size(296, 100);
  126. this.btnTare.TabIndex = 12;
  127. this.btnTare.Text = "毛重";
  128. this.btnTare.UseVisualStyleBackColor = false;
  129. this.btnTare.Click += new System.EventHandler(this.btnTare_Click);
  130. //
  131. // btnGross
  132. //
  133. this.btnGross.BackColor = System.Drawing.Color.Gray;
  134. this.btnGross.Font = new System.Drawing.Font("宋体", 40F);
  135. this.btnGross.ForeColor = System.Drawing.Color.White;
  136. this.btnGross.Location = new System.Drawing.Point(688, 53);
  137. this.btnGross.Name = "btnGross";
  138. this.btnGross.Size = new System.Drawing.Size(307, 100);
  139. this.btnGross.TabIndex = 12;
  140. this.btnGross.Text = "皮重";
  141. this.btnGross.UseVisualStyleBackColor = false;
  142. this.btnGross.Click += new System.EventHandler(this.btnGross_Click);
  143. //
  144. // ultraGrid1
  145. //
  146. this.ultraGrid1.DataMember = "dtPrediction";
  147. this.ultraGrid1.DataSource = this.dataSet1;
  148. appearance1.BackColor = System.Drawing.SystemColors.Window;
  149. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  150. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  151. ultraGridColumn1.Header.VisiblePosition = 0;
  152. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  153. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  154. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(142, 0);
  155. ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  156. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  157. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  158. ultraGridColumn2.Header.VisiblePosition = 1;
  159. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 4;
  160. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  161. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(165, 0);
  162. ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  163. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  164. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  165. ultraGridColumn3.Header.VisiblePosition = 2;
  166. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 6;
  167. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  168. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(197, 0);
  169. ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  170. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  171. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  172. ultraGridColumn4.Header.VisiblePosition = 3;
  173. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 8;
  174. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  175. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(239, 0);
  176. ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  177. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  178. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  179. ultraGridColumn5.Header.VisiblePosition = 4;
  180. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 10;
  181. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  182. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(215, 0);
  183. ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  184. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  185. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  186. ultraGridBand1.Columns.AddRange(new object[] {
  187. ultraGridColumn1,
  188. ultraGridColumn2,
  189. ultraGridColumn3,
  190. ultraGridColumn4,
  191. ultraGridColumn5});
  192. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  193. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  194. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  195. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  196. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  197. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  198. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  199. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  200. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  201. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  202. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  203. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  204. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  205. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  206. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  207. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  208. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  209. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  210. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  211. appearance5.BackColor = System.Drawing.SystemColors.Window;
  212. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  213. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  214. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  215. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  216. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  217. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  218. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  219. appearance7.BackColor = System.Drawing.SystemColors.Window;
  220. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance7;
  221. appearance8.BorderColor = System.Drawing.Color.Silver;
  222. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  223. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  224. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  225. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  226. appearance9.BackColor = System.Drawing.SystemColors.Control;
  227. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  228. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  229. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  230. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  231. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  232. appearance10.TextHAlignAsString = "Left";
  233. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance10;
  234. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  235. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  236. appearance11.BackColor = System.Drawing.SystemColors.Window;
  237. appearance11.BorderColor = System.Drawing.Color.Silver;
  238. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  239. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  240. this.ultraGrid1.DisplayLayout.Override.RowSizing = Infragistics.Win.UltraWinGrid.RowSizing.AutoFixed;
  241. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  242. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  243. this.ultraGrid1.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.None;
  244. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  245. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  246. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 20F);
  247. this.ultraGrid1.Location = new System.Drawing.Point(-3, 167);
  248. this.ultraGrid1.Name = "ultraGrid1";
  249. this.ultraGrid1.Size = new System.Drawing.Size(1146, 519);
  250. this.ultraGrid1.TabIndex = 13;
  251. this.ultraGrid1.Text = "ultraGrid1";
  252. //
  253. // dataSet1
  254. //
  255. this.dataSet1.DataSetName = "NewDataSet";
  256. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  257. this.dtPrediction});
  258. //
  259. // dtPrediction
  260. //
  261. this.dtPrediction.Columns.AddRange(new System.Data.DataColumn[] {
  262. this.委托编号,
  263. this.matterName,
  264. this.forwardingUnitName,
  265. this.receivingUintName,
  266. this.trustDateTime});
  267. this.dtPrediction.TableName = "dtPrediction";
  268. //
  269. // 委托编号
  270. //
  271. this.委托编号.Caption = "委托编号";
  272. this.委托编号.ColumnName = "predictionNo";
  273. //
  274. // matterName
  275. //
  276. this.matterName.Caption = "物料编号";
  277. this.matterName.ColumnName = "matterName";
  278. //
  279. // forwardingUnitName
  280. //
  281. this.forwardingUnitName.Caption = "发货单位名称";
  282. this.forwardingUnitName.ColumnName = "forwardingUnitName";
  283. //
  284. // receivingUintName
  285. //
  286. this.receivingUintName.Caption = "收货单位名称";
  287. this.receivingUintName.ColumnName = "receivingUintName";
  288. //
  289. // trustDateTime
  290. //
  291. this.trustDateTime.Caption = "签发时间";
  292. this.trustDateTime.ColumnName = "trustDateTime";
  293. //
  294. // ultraDataSource1
  295. //
  296. this.ultraDataSource1.Band.Key = "Band 0 -委托数据";
  297. //
  298. // frmMatMsgInfo
  299. //
  300. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  301. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  302. this.BackColor = System.Drawing.Color.LightBlue;
  303. this.ClientSize = new System.Drawing.Size(1134, 765);
  304. this.ControlBox = false;
  305. this.Controls.Add(this.ultraGrid1);
  306. this.Controls.Add(this.btnGross);
  307. this.Controls.Add(this.btnTare);
  308. this.Controls.Add(this.lbMsgInfo);
  309. this.Controls.Add(this.btnCancel);
  310. this.Controls.Add(this.btnSave);
  311. this.Name = "frmMatMsgInfo";
  312. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  313. this.Text = "提示";
  314. this.TopMost = true;
  315. this.Load += new System.EventHandler(this.frmMatMsgInfo_Load);
  316. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  317. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  318. ((System.ComponentModel.ISupportInitialize)(this.dtPrediction)).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
  320. this.ResumeLayout(false);
  321. this.PerformLayout();
  322. }
  323. #endregion
  324. private System.Windows.Forms.Button btnCancel;
  325. private System.Windows.Forms.Button btnSave;
  326. private System.Windows.Forms.Label lbMsgInfo;
  327. private System.Windows.Forms.Timer timer1;
  328. private System.Windows.Forms.Button btnTare;
  329. private System.Windows.Forms.Button btnGross;
  330. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  331. private System.Data.DataSet dataSet1;
  332. private System.Data.DataTable dtPrediction;
  333. private System.Data.DataColumn 委托编号;
  334. private System.Data.DataColumn matterName;
  335. private System.Data.DataColumn forwardingUnitName;
  336. private System.Data.DataColumn receivingUintName;
  337. private System.Data.DataColumn trustDateTime;
  338. private Infragistics.Win.UltraWinDataSource.UltraDataSource ultraDataSource1;
  339. }
  340. }