frmMatMsgInfo.Designer.cs 20 KB

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