FrmCarEff.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. namespace Core.StlMes.Client.LgResMgt.Mcms
  2. {
  3. partial class FrmCarEff
  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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("CmmCarEffEntity", -1);
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Id");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CarNo");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TimeEff");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TareDate");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Validflag");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteName");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteTime");
  43. Infragistics.Win.UltraWinGrid.RowLayout rowLayout1 = new Infragistics.Win.UltraWinGrid.RowLayout("1");
  44. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo1 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "Id", -1, Infragistics.Win.DefaultableBoolean.Default);
  45. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo2 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "CarNo", -1, Infragistics.Win.DefaultableBoolean.Default);
  46. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo3 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "TimeEff", -1, Infragistics.Win.DefaultableBoolean.Default);
  47. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo4 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "TareDate", -1, Infragistics.Win.DefaultableBoolean.Default);
  48. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo5 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "Validflag", -1, Infragistics.Win.DefaultableBoolean.Default);
  49. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo6 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "CreateName", -1, Infragistics.Win.DefaultableBoolean.Default);
  50. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo7 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "CreateTime", -1, Infragistics.Win.DefaultableBoolean.Default);
  51. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo8 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "UpdateName", -1, Infragistics.Win.DefaultableBoolean.Default);
  52. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo9 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "UpdateTime", -1, Infragistics.Win.DefaultableBoolean.Default);
  53. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo10 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "DeleteName", -1, Infragistics.Win.DefaultableBoolean.Default);
  54. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo11 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "DeleteTime", -1, Infragistics.Win.DefaultableBoolean.Default);
  55. Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1 = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
  56. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  59. this.uceVlid = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  60. this.ugData = new Infragistics.Win.UltraWinGrid.UltraGrid();
  61. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  62. this.label1 = new System.Windows.Forms.Label();
  63. this.chkValidflag = new System.Windows.Forms.CheckBox();
  64. this.uteCarNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  65. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  66. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  67. this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
  68. this.uteId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  69. this.uneTimeEff = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  70. this.uteCarNoEdit = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  71. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  72. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  73. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  74. this.cmmCarEffEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  75. ((System.ComponentModel.ISupportInitialize)(this.uceVlid)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.ugData)).BeginInit();
  77. this.ultraPanel2.ClientArea.SuspendLayout();
  78. this.ultraPanel2.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.uteCarNo)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  81. this.ultraExpandableGroupBox1.SuspendLayout();
  82. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  83. this.ultraPanel3.ClientArea.SuspendLayout();
  84. this.ultraPanel3.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.uteId)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.uneTimeEff)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.uteCarNoEdit)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.cmmCarEffEntityBindingSource)).BeginInit();
  89. this.SuspendLayout();
  90. //
  91. // uceVlid
  92. //
  93. this.uceVlid.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  94. valueListItem1.DataValue = "0";
  95. valueListItem1.DisplayText = "无效";
  96. valueListItem2.DataValue = "1";
  97. valueListItem2.DisplayText = "有效";
  98. this.uceVlid.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  99. valueListItem1,
  100. valueListItem2});
  101. this.uceVlid.Location = new System.Drawing.Point(765, 328);
  102. this.uceVlid.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  103. this.uceVlid.Name = "uceVlid";
  104. this.uceVlid.Size = new System.Drawing.Size(144, 24);
  105. this.uceVlid.TabIndex = 83;
  106. this.uceVlid.Visible = false;
  107. //
  108. // ugData
  109. //
  110. this.ugData.DataSource = this.cmmCarEffEntityBindingSource;
  111. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  112. ultraGridColumn1.Header.VisiblePosition = 0;
  113. ultraGridColumn1.Hidden = true;
  114. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  115. ultraGridColumn2.Header.Caption = "车牌号";
  116. ultraGridColumn2.Header.VisiblePosition = 10;
  117. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 0;
  118. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  119. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(102, 0);
  120. ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 28);
  121. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  122. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  123. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  124. ultraGridColumn3.Header.VisiblePosition = 1;
  125. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
  126. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  127. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  128. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  129. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  130. ultraGridColumn4.Header.VisiblePosition = 2;
  131. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 4;
  132. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  133. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  134. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  135. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  136. ultraGridColumn5.EditorComponent = this.uceVlid;
  137. ultraGridColumn5.Header.Caption = "有效标志";
  138. ultraGridColumn5.Header.VisiblePosition = 9;
  139. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 6;
  140. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  141. ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 28);
  142. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  143. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  144. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  145. ultraGridColumn6.Header.VisiblePosition = 3;
  146. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 8;
  147. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  148. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  149. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  150. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  151. ultraGridColumn7.Header.VisiblePosition = 4;
  152. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 10;
  153. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  154. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  155. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  156. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  157. ultraGridColumn8.Header.VisiblePosition = 5;
  158. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 12;
  159. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  160. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  161. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  162. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  163. ultraGridColumn9.Header.VisiblePosition = 6;
  164. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 14;
  165. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  166. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  167. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  168. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  169. ultraGridColumn10.Header.VisiblePosition = 7;
  170. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 16;
  171. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  172. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  173. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  174. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  175. ultraGridColumn11.Header.VisiblePosition = 8;
  176. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 18;
  177. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  178. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  179. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  180. ultraGridBand1.Columns.AddRange(new object[] {
  181. ultraGridColumn1,
  182. ultraGridColumn2,
  183. ultraGridColumn3,
  184. ultraGridColumn4,
  185. ultraGridColumn5,
  186. ultraGridColumn6,
  187. ultraGridColumn7,
  188. ultraGridColumn8,
  189. ultraGridColumn9,
  190. ultraGridColumn10,
  191. ultraGridColumn11});
  192. rowLayout1.ColumnInfos.AddRange(new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo[] {
  193. rowLayoutColumnInfo1,
  194. rowLayoutColumnInfo2,
  195. rowLayoutColumnInfo3,
  196. rowLayoutColumnInfo4,
  197. rowLayoutColumnInfo5,
  198. rowLayoutColumnInfo6,
  199. rowLayoutColumnInfo7,
  200. rowLayoutColumnInfo8,
  201. rowLayoutColumnInfo9,
  202. rowLayoutColumnInfo10,
  203. rowLayoutColumnInfo11});
  204. rowLayout1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  205. ultraGridBand1.RowLayouts.AddRange(new Infragistics.Win.UltraWinGrid.RowLayout[] {
  206. rowLayout1});
  207. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  208. this.ugData.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  209. this.ugData.Dock = System.Windows.Forms.DockStyle.Fill;
  210. this.ugData.Font = new System.Drawing.Font("宋体", 9F);
  211. this.ugData.Location = new System.Drawing.Point(0, 50);
  212. this.ugData.Margin = new System.Windows.Forms.Padding(4);
  213. this.ugData.Name = "ugData";
  214. this.ugData.Size = new System.Drawing.Size(1675, 539);
  215. this.ugData.TabIndex = 81;
  216. this.ugData.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ugData_InitializeRow);
  217. this.ugData.AfterRowActivate += new System.EventHandler(this.ugData_AfterRowActivate);
  218. //
  219. // ultraPanel2
  220. //
  221. //
  222. // ultraPanel2.ClientArea
  223. //
  224. this.ultraPanel2.ClientArea.Controls.Add(this.label1);
  225. this.ultraPanel2.ClientArea.Controls.Add(this.chkValidflag);
  226. this.ultraPanel2.ClientArea.Controls.Add(this.uteCarNo);
  227. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  228. this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
  229. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4);
  230. this.ultraPanel2.Name = "ultraPanel2";
  231. scrollBarLook1.ViewStyle = Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle.Office2007;
  232. this.ultraPanel2.ScrollBarLook = scrollBarLook1;
  233. this.ultraPanel2.Size = new System.Drawing.Size(1675, 50);
  234. this.ultraPanel2.TabIndex = 80;
  235. //
  236. // label1
  237. //
  238. this.label1.AutoSize = true;
  239. this.label1.Location = new System.Drawing.Point(43, 18);
  240. this.label1.Name = "label1";
  241. this.label1.Size = new System.Drawing.Size(37, 15);
  242. this.label1.TabIndex = 980;
  243. this.label1.Text = "车牌";
  244. //
  245. // chkValidflag
  246. //
  247. this.chkValidflag.AutoSize = true;
  248. this.chkValidflag.Location = new System.Drawing.Point(353, 17);
  249. this.chkValidflag.Margin = new System.Windows.Forms.Padding(4);
  250. this.chkValidflag.Name = "chkValidflag";
  251. this.chkValidflag.Size = new System.Drawing.Size(89, 19);
  252. this.chkValidflag.TabIndex = 979;
  253. this.chkValidflag.Text = "包含无效";
  254. this.chkValidflag.UseVisualStyleBackColor = false;
  255. //
  256. // uteCarNo
  257. //
  258. this.uteCarNo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  259. | System.Windows.Forms.AnchorStyles.Left)));
  260. this.uteCarNo.Font = new System.Drawing.Font("宋体", 9F);
  261. this.uteCarNo.Location = new System.Drawing.Point(106, 12);
  262. this.uteCarNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  263. this.uteCarNo.Name = "uteCarNo";
  264. this.uteCarNo.Size = new System.Drawing.Size(185, 24);
  265. this.uteCarNo.TabIndex = 978;
  266. //
  267. // ultraExpandableGroupBox1
  268. //
  269. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  270. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  271. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1675, 91);
  272. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 589);
  273. this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(4);
  274. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  275. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1675, 91);
  276. this.ultraExpandableGroupBox1.TabIndex = 82;
  277. this.ultraExpandableGroupBox1.Text = "编辑区";
  278. //
  279. // ultraExpandableGroupBoxPanel1
  280. //
  281. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraPanel3);
  282. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  283. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 21);
  284. this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4);
  285. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  286. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1669, 67);
  287. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  288. //
  289. // ultraPanel3
  290. //
  291. this.ultraPanel3.AutoScroll = true;
  292. //
  293. // ultraPanel3.ClientArea
  294. //
  295. this.ultraPanel3.ClientArea.Controls.Add(this.uteId);
  296. this.ultraPanel3.ClientArea.Controls.Add(this.uneTimeEff);
  297. this.ultraPanel3.ClientArea.Controls.Add(this.uteCarNoEdit);
  298. this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel4);
  299. this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel8);
  300. this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel9);
  301. this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  302. this.ultraPanel3.Location = new System.Drawing.Point(0, 0);
  303. this.ultraPanel3.Margin = new System.Windows.Forms.Padding(4);
  304. this.ultraPanel3.Name = "ultraPanel3";
  305. this.ultraPanel3.Size = new System.Drawing.Size(1669, 67);
  306. this.ultraPanel3.TabIndex = 2;
  307. //
  308. // uteId
  309. //
  310. this.uteId.Location = new System.Drawing.Point(1139, 22);
  311. this.uteId.Margin = new System.Windows.Forms.Padding(4);
  312. this.uteId.MaxLength = 250;
  313. this.uteId.Name = "uteId";
  314. this.uteId.Size = new System.Drawing.Size(221, 24);
  315. this.uteId.TabIndex = 42;
  316. this.uteId.Visible = false;
  317. //
  318. // uneTimeEff
  319. //
  320. this.uneTimeEff.Location = new System.Drawing.Point(441, 15);
  321. this.uneTimeEff.Margin = new System.Windows.Forms.Padding(4);
  322. this.uneTimeEff.MaxValue = 5000000D;
  323. this.uneTimeEff.MinValue = 0;
  324. this.uneTimeEff.Name = "uneTimeEff";
  325. this.uneTimeEff.Nullable = true;
  326. this.uneTimeEff.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  327. this.uneTimeEff.PromptChar = ' ';
  328. this.uneTimeEff.Size = new System.Drawing.Size(120, 24);
  329. this.uneTimeEff.TabIndex = 41;
  330. this.uneTimeEff.Value = null;
  331. //
  332. // uteCarNoEdit
  333. //
  334. this.uteCarNoEdit.Location = new System.Drawing.Point(92, 18);
  335. this.uteCarNoEdit.Margin = new System.Windows.Forms.Padding(4);
  336. this.uteCarNoEdit.MaxLength = 250;
  337. this.uteCarNoEdit.Name = "uteCarNoEdit";
  338. this.uteCarNoEdit.Size = new System.Drawing.Size(221, 24);
  339. this.uteCarNoEdit.TabIndex = 17;
  340. //
  341. // ultraLabel4
  342. //
  343. appearance8.TextHAlignAsString = "Center";
  344. appearance8.TextVAlignAsString = "Middle";
  345. this.ultraLabel4.Appearance = appearance8;
  346. this.ultraLabel4.AutoSize = true;
  347. this.ultraLabel4.Location = new System.Drawing.Point(37, 22);
  348. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(4);
  349. this.ultraLabel4.Name = "ultraLabel4";
  350. this.ultraLabel4.Size = new System.Drawing.Size(36, 19);
  351. this.ultraLabel4.TabIndex = 4;
  352. this.ultraLabel4.Text = "车牌";
  353. //
  354. // ultraLabel8
  355. //
  356. appearance2.TextVAlignAsString = "Middle";
  357. this.ultraLabel8.Appearance = appearance2;
  358. this.ultraLabel8.AutoSize = true;
  359. this.ultraLabel8.Location = new System.Drawing.Point(350, 20);
  360. this.ultraLabel8.Margin = new System.Windows.Forms.Padding(4);
  361. this.ultraLabel8.Name = "ultraLabel8";
  362. this.ultraLabel8.Size = new System.Drawing.Size(67, 19);
  363. this.ultraLabel8.TabIndex = 4;
  364. this.ultraLabel8.Text = "皮重时效";
  365. //
  366. // ultraLabel9
  367. //
  368. appearance17.TextHAlignAsString = "Center";
  369. appearance17.TextVAlignAsString = "Middle";
  370. this.ultraLabel9.Appearance = appearance17;
  371. this.ultraLabel9.AutoSize = true;
  372. this.ultraLabel9.Location = new System.Drawing.Point(589, 20);
  373. this.ultraLabel9.Margin = new System.Windows.Forms.Padding(4);
  374. this.ultraLabel9.Name = "ultraLabel9";
  375. this.ultraLabel9.Size = new System.Drawing.Size(36, 19);
  376. this.ultraLabel9.TabIndex = 4;
  377. this.ultraLabel9.Text = "小时";
  378. //
  379. // cmmCarEffEntityBindingSource
  380. //
  381. this.cmmCarEffEntityBindingSource.DataSource = typeof(Core.StlMes.Client.LgResMgt.Mcms.entity.CmmCarEffEntity);
  382. //
  383. // FrmCarEff
  384. //
  385. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  386. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  387. this.ClientSize = new System.Drawing.Size(1675, 680);
  388. this.Controls.Add(this.uceVlid);
  389. this.Controls.Add(this.ugData);
  390. this.Controls.Add(this.ultraExpandableGroupBox1);
  391. this.Controls.Add(this.ultraPanel2);
  392. this.Name = "FrmCarEff";
  393. this.Text = "内倒车辆维护";
  394. ((System.ComponentModel.ISupportInitialize)(this.uceVlid)).EndInit();
  395. ((System.ComponentModel.ISupportInitialize)(this.ugData)).EndInit();
  396. this.ultraPanel2.ClientArea.ResumeLayout(false);
  397. this.ultraPanel2.ClientArea.PerformLayout();
  398. this.ultraPanel2.ResumeLayout(false);
  399. ((System.ComponentModel.ISupportInitialize)(this.uteCarNo)).EndInit();
  400. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  401. this.ultraExpandableGroupBox1.ResumeLayout(false);
  402. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  403. this.ultraPanel3.ClientArea.ResumeLayout(false);
  404. this.ultraPanel3.ClientArea.PerformLayout();
  405. this.ultraPanel3.ResumeLayout(false);
  406. ((System.ComponentModel.ISupportInitialize)(this.uteId)).EndInit();
  407. ((System.ComponentModel.ISupportInitialize)(this.uneTimeEff)).EndInit();
  408. ((System.ComponentModel.ISupportInitialize)(this.uteCarNoEdit)).EndInit();
  409. ((System.ComponentModel.ISupportInitialize)(this.cmmCarEffEntityBindingSource)).EndInit();
  410. this.ResumeLayout(false);
  411. this.PerformLayout();
  412. }
  413. #endregion
  414. private Infragistics.Win.UltraWinGrid.UltraGrid ugData;
  415. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  416. private Infragistics.Win.UltraWinEditors.UltraTextEditor uteCarNo;
  417. private System.Windows.Forms.CheckBox chkValidflag;
  418. private System.Windows.Forms.BindingSource cmmCarEffEntityBindingSource;
  419. private System.Windows.Forms.Label label1;
  420. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  421. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  422. private Infragistics.Win.Misc.UltraPanel ultraPanel3;
  423. private Infragistics.Win.UltraWinEditors.UltraNumericEditor uneTimeEff;
  424. private Infragistics.Win.UltraWinEditors.UltraTextEditor uteCarNoEdit;
  425. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  426. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  427. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  428. private Infragistics.Win.UltraWinEditors.UltraTextEditor uteId;
  429. public Infragistics.Win.UltraWinEditors.UltraComboEditor uceVlid;
  430. }
  431. }