FrmBaseCrane.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. namespace Core.StlMes.Client.YdmBcPipeManage
  2. {
  3. partial class FrmBaseCrane
  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.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  30. Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
  37. Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
  38. Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
  39. Infragistics.Win.ValueListItem valueListItem20 = new Infragistics.Win.ValueListItem();
  40. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("YdmBsMaxwgtEntity", -1);
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StorageNo");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StorageName");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UnloadingCode");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UnloadingDesc");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MaxWgt");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
  51. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
  63. Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton();
  64. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  65. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  66. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  67. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  68. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  69. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  70. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  71. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  72. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  73. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  74. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  75. this.txtStorageNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  76. this.userChk = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  77. this.cmbLocationNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  78. this.cmbLayNo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  79. this.chkProTime = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  80. this.label2 = new System.Windows.Forms.Label();
  81. this.chkBatch = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  82. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  83. this.ydmBsMaxwgtEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  84. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  85. this.txtMaxWgt = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  86. this.label3 = new System.Windows.Forms.Label();
  87. this.uComUnload = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  88. this.label1 = new System.Windows.Forms.Label();
  89. this.chkStorageNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  90. this.label7 = new System.Windows.Forms.Label();
  91. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  92. this.ultraComboEditor2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  93. this.ultraPanel1.ClientArea.SuspendLayout();
  94. this.ultraPanel1.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.txtStorageNo)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.userChk)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.cmbLocationNo)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.cmbLayNo)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.chkProTime)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.chkBatch)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.ydmBsMaxwgtEntityBindingSource)).BeginInit();
  103. this.ultraPanel2.ClientArea.SuspendLayout();
  104. this.ultraPanel2.SuspendLayout();
  105. ((System.ComponentModel.ISupportInitialize)(this.txtMaxWgt)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.uComUnload)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.chkStorageNo)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).BeginInit();
  110. this.SuspendLayout();
  111. //
  112. // ultraPanel1
  113. //
  114. //
  115. // ultraPanel1.ClientArea
  116. //
  117. this.ultraPanel1.ClientArea.Controls.Add(this.txtStorageNo);
  118. this.ultraPanel1.ClientArea.Controls.Add(this.userChk);
  119. this.ultraPanel1.ClientArea.Controls.Add(this.cmbLocationNo);
  120. this.ultraPanel1.ClientArea.Controls.Add(this.cmbLayNo);
  121. this.ultraPanel1.ClientArea.Controls.Add(this.chkProTime);
  122. this.ultraPanel1.ClientArea.Controls.Add(this.label2);
  123. this.ultraPanel1.ClientArea.Controls.Add(this.chkBatch);
  124. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  125. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  126. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4);
  127. this.ultraPanel1.Name = "ultraPanel1";
  128. this.ultraPanel1.Size = new System.Drawing.Size(1058, 42);
  129. this.ultraPanel1.TabIndex = 7;
  130. //
  131. // txtStorageNo
  132. //
  133. this.txtStorageNo.Enabled = false;
  134. this.txtStorageNo.Location = new System.Drawing.Point(70, 11);
  135. this.txtStorageNo.Name = "txtStorageNo";
  136. this.txtStorageNo.Size = new System.Drawing.Size(129, 24);
  137. this.txtStorageNo.TabIndex = 952;
  138. //
  139. // userChk
  140. //
  141. this.userChk.Location = new System.Drawing.Point(11, 13);
  142. this.userChk.Name = "userChk";
  143. this.userChk.Size = new System.Drawing.Size(63, 21);
  144. this.userChk.TabIndex = 951;
  145. this.userChk.Text = "库区";
  146. this.userChk.CheckedChanged += new System.EventHandler(this.userChk_CheckedChanged);
  147. //
  148. // cmbLocationNo
  149. //
  150. editorButton1.Text = "选择";
  151. this.cmbLocationNo.ButtonsRight.Add(editorButton1);
  152. this.cmbLocationNo.Location = new System.Drawing.Point(1951, 8);
  153. this.cmbLocationNo.Margin = new System.Windows.Forms.Padding(4);
  154. this.cmbLocationNo.Name = "cmbLocationNo";
  155. this.cmbLocationNo.Size = new System.Drawing.Size(112, 24);
  156. this.cmbLocationNo.TabIndex = 949;
  157. this.cmbLocationNo.Visible = false;
  158. //
  159. // cmbLayNo
  160. //
  161. this.cmbLayNo.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  162. valueListItem11.DataValue = "1";
  163. valueListItem11.DisplayText = "1";
  164. valueListItem12.DataValue = "2";
  165. valueListItem12.DisplayText = "2";
  166. valueListItem13.DataValue = "3";
  167. valueListItem13.DisplayText = "3";
  168. valueListItem14.DataValue = "4";
  169. valueListItem14.DisplayText = "4";
  170. valueListItem15.DataValue = "5";
  171. valueListItem15.DisplayText = "5";
  172. valueListItem16.DataValue = "6";
  173. valueListItem16.DisplayText = "6";
  174. valueListItem17.DataValue = "7";
  175. valueListItem17.DisplayText = "7";
  176. valueListItem18.DataValue = "8";
  177. valueListItem18.DisplayText = "8";
  178. valueListItem19.DataValue = "9";
  179. valueListItem19.DisplayText = "9";
  180. valueListItem20.DataValue = "10";
  181. valueListItem20.DisplayText = "10";
  182. this.cmbLayNo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  183. valueListItem11,
  184. valueListItem12,
  185. valueListItem13,
  186. valueListItem14,
  187. valueListItem15,
  188. valueListItem16,
  189. valueListItem17,
  190. valueListItem18,
  191. valueListItem19,
  192. valueListItem20});
  193. this.cmbLayNo.Location = new System.Drawing.Point(1991, 6);
  194. this.cmbLayNo.Margin = new System.Windows.Forms.Padding(4);
  195. this.cmbLayNo.Name = "cmbLayNo";
  196. this.cmbLayNo.Size = new System.Drawing.Size(100, 24);
  197. this.cmbLayNo.TabIndex = 946;
  198. this.cmbLayNo.Visible = false;
  199. //
  200. // chkProTime
  201. //
  202. this.chkProTime.AutoSize = true;
  203. this.chkProTime.Checked = true;
  204. this.chkProTime.CheckState = System.Windows.Forms.CheckState.Checked;
  205. this.chkProTime.Location = new System.Drawing.Point(43, 42);
  206. this.chkProTime.Margin = new System.Windows.Forms.Padding(4);
  207. this.chkProTime.Name = "chkProTime";
  208. this.chkProTime.Size = new System.Drawing.Size(84, 22);
  209. this.chkProTime.TabIndex = 900;
  210. this.chkProTime.Text = "生产时间";
  211. this.chkProTime.Visible = false;
  212. //
  213. // label2
  214. //
  215. this.label2.AutoSize = true;
  216. this.label2.BackColor = System.Drawing.Color.Transparent;
  217. this.label2.Location = new System.Drawing.Point(345, 46);
  218. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  219. this.label2.Name = "label2";
  220. this.label2.Size = new System.Drawing.Size(22, 15);
  221. this.label2.TabIndex = 899;
  222. this.label2.Text = "至";
  223. this.label2.Visible = false;
  224. //
  225. // chkBatch
  226. //
  227. this.chkBatch.AutoSize = true;
  228. this.chkBatch.Location = new System.Drawing.Point(584, 42);
  229. this.chkBatch.Margin = new System.Windows.Forms.Padding(4);
  230. this.chkBatch.Name = "chkBatch";
  231. this.chkBatch.Size = new System.Drawing.Size(69, 22);
  232. this.chkBatch.TabIndex = 895;
  233. this.chkBatch.Text = "批 号";
  234. this.chkBatch.Visible = false;
  235. //
  236. // ultraGrid1
  237. //
  238. this.ultraGrid1.DataSource = this.ydmBsMaxwgtEntityBindingSource;
  239. appearance1.BackColor = System.Drawing.SystemColors.Window;
  240. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  241. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  242. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  243. ultraGridColumn1.Header.VisiblePosition = 7;
  244. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  245. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  246. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  247. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  248. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  249. ultraGridColumn2.Header.VisiblePosition = 8;
  250. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  251. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  252. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  253. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  254. ultraGridColumn3.Header.VisiblePosition = 2;
  255. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
  256. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  257. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(105, 0);
  258. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  259. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  260. ultraGridColumn4.Header.VisiblePosition = 3;
  261. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  262. ultraGridColumn5.Header.VisiblePosition = 0;
  263. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
  264. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  265. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(98, 0);
  266. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  267. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  268. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  269. ultraGridColumn6.Header.VisiblePosition = 5;
  270. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 10;
  271. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  272. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  273. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  274. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  275. ultraGridColumn7.Header.VisiblePosition = 6;
  276. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 12;
  277. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  278. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  279. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  280. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  281. ultraGridColumn8.Header.VisiblePosition = 1;
  282. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 14;
  283. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  284. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  285. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  286. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  287. ultraGridColumn9.Header.VisiblePosition = 4;
  288. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 16;
  289. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  290. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  291. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  292. ultraGridBand1.Columns.AddRange(new object[] {
  293. ultraGridColumn1,
  294. ultraGridColumn2,
  295. ultraGridColumn3,
  296. ultraGridColumn4,
  297. ultraGridColumn5,
  298. ultraGridColumn6,
  299. ultraGridColumn7,
  300. ultraGridColumn8,
  301. ultraGridColumn9});
  302. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  303. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  304. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  305. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  306. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  307. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  308. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  309. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  310. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  311. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  312. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  313. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  314. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  315. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  316. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  317. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  318. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  319. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  320. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  321. appearance7.BackColor = System.Drawing.SystemColors.Window;
  322. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  323. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  324. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  325. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  326. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  327. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  328. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  329. appearance12.BackColor = System.Drawing.SystemColors.Window;
  330. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance12;
  331. appearance8.BorderColor = System.Drawing.Color.Silver;
  332. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  333. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  334. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  335. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  336. appearance6.BackColor = System.Drawing.SystemColors.Control;
  337. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  338. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  339. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  340. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  341. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  342. appearance5.TextHAlignAsString = "Left";
  343. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
  344. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  345. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  346. appearance11.BackColor = System.Drawing.SystemColors.Window;
  347. appearance11.BorderColor = System.Drawing.Color.Silver;
  348. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  349. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  350. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  351. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  352. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  353. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  354. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  355. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  356. this.ultraGrid1.Location = new System.Drawing.Point(0, 42);
  357. this.ultraGrid1.Name = "ultraGrid1";
  358. this.ultraGrid1.Size = new System.Drawing.Size(1058, 485);
  359. this.ultraGrid1.TabIndex = 8;
  360. this.ultraGrid1.Text = "ultraGrid1";
  361. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  362. //
  363. // ydmBsMaxwgtEntityBindingSource
  364. //
  365. this.ydmBsMaxwgtEntityBindingSource.DataSource = typeof(Core.StlMes.Client.YdmBcPipeManage.Entity.YdmBsMaxwgtEntity);
  366. //
  367. // ultraPanel2
  368. //
  369. //
  370. // ultraPanel2.ClientArea
  371. //
  372. this.ultraPanel2.ClientArea.Controls.Add(this.txtMaxWgt);
  373. this.ultraPanel2.ClientArea.Controls.Add(this.label3);
  374. this.ultraPanel2.ClientArea.Controls.Add(this.uComUnload);
  375. this.ultraPanel2.ClientArea.Controls.Add(this.label1);
  376. this.ultraPanel2.ClientArea.Controls.Add(this.chkStorageNo);
  377. this.ultraPanel2.ClientArea.Controls.Add(this.label7);
  378. this.ultraPanel2.ClientArea.Controls.Add(this.ultraTextEditor1);
  379. this.ultraPanel2.ClientArea.Controls.Add(this.ultraComboEditor2);
  380. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  381. this.ultraPanel2.Location = new System.Drawing.Point(0, 527);
  382. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4);
  383. this.ultraPanel2.Name = "ultraPanel2";
  384. this.ultraPanel2.Size = new System.Drawing.Size(1058, 51);
  385. this.ultraPanel2.TabIndex = 9;
  386. //
  387. // txtMaxWgt
  388. //
  389. this.txtMaxWgt.Location = new System.Drawing.Point(676, 10);
  390. this.txtMaxWgt.Name = "txtMaxWgt";
  391. this.txtMaxWgt.Size = new System.Drawing.Size(148, 24);
  392. this.txtMaxWgt.TabIndex = 964;
  393. //
  394. // label3
  395. //
  396. this.label3.AutoSize = true;
  397. this.label3.BackColor = System.Drawing.Color.Transparent;
  398. this.label3.Location = new System.Drawing.Point(586, 14);
  399. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  400. this.label3.Name = "label3";
  401. this.label3.Size = new System.Drawing.Size(82, 15);
  402. this.label3.TabIndex = 963;
  403. this.label3.Text = "最大吊装量";
  404. //
  405. // uComUnload
  406. //
  407. this.uComUnload.DropDownListWidth = -1;
  408. this.uComUnload.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  409. this.uComUnload.Location = new System.Drawing.Point(373, 9);
  410. this.uComUnload.Name = "uComUnload";
  411. this.uComUnload.Size = new System.Drawing.Size(195, 24);
  412. this.uComUnload.TabIndex = 962;
  413. //
  414. // label1
  415. //
  416. this.label1.AutoSize = true;
  417. this.label1.BackColor = System.Drawing.Color.Transparent;
  418. this.label1.Location = new System.Drawing.Point(317, 14);
  419. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  420. this.label1.Name = "label1";
  421. this.label1.Size = new System.Drawing.Size(52, 15);
  422. this.label1.TabIndex = 961;
  423. this.label1.Text = "装卸点";
  424. //
  425. // chkStorageNo
  426. //
  427. editorButton2.Text = "选择";
  428. this.chkStorageNo.ButtonsRight.Add(editorButton2);
  429. this.chkStorageNo.Location = new System.Drawing.Point(52, 9);
  430. this.chkStorageNo.Name = "chkStorageNo";
  431. this.chkStorageNo.ReadOnly = true;
  432. this.chkStorageNo.Size = new System.Drawing.Size(239, 24);
  433. this.chkStorageNo.TabIndex = 960;
  434. this.chkStorageNo.ValueChanged += new System.EventHandler(this.chkStorageNo_ValueChanged);
  435. this.chkStorageNo.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.chkStorageNo_EditorButtonClick);
  436. //
  437. // label7
  438. //
  439. this.label7.AutoSize = true;
  440. this.label7.BackColor = System.Drawing.Color.Transparent;
  441. this.label7.Location = new System.Drawing.Point(12, 14);
  442. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  443. this.label7.Name = "label7";
  444. this.label7.Size = new System.Drawing.Size(37, 15);
  445. this.label7.TabIndex = 959;
  446. this.label7.Text = "库区";
  447. //
  448. // ultraTextEditor1
  449. //
  450. editorButton3.Text = "选择";
  451. this.ultraTextEditor1.ButtonsRight.Add(editorButton3);
  452. this.ultraTextEditor1.Location = new System.Drawing.Point(1951, 8);
  453. this.ultraTextEditor1.Margin = new System.Windows.Forms.Padding(4);
  454. this.ultraTextEditor1.Name = "ultraTextEditor1";
  455. this.ultraTextEditor1.Size = new System.Drawing.Size(112, 24);
  456. this.ultraTextEditor1.TabIndex = 949;
  457. this.ultraTextEditor1.Visible = false;
  458. //
  459. // ultraComboEditor2
  460. //
  461. this.ultraComboEditor2.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  462. valueListItem1.DataValue = "1";
  463. valueListItem1.DisplayText = "1";
  464. valueListItem2.DataValue = "2";
  465. valueListItem2.DisplayText = "2";
  466. valueListItem3.DataValue = "3";
  467. valueListItem3.DisplayText = "3";
  468. valueListItem4.DataValue = "4";
  469. valueListItem4.DisplayText = "4";
  470. valueListItem5.DataValue = "5";
  471. valueListItem5.DisplayText = "5";
  472. valueListItem6.DataValue = "6";
  473. valueListItem6.DisplayText = "6";
  474. valueListItem7.DataValue = "7";
  475. valueListItem7.DisplayText = "7";
  476. valueListItem8.DataValue = "8";
  477. valueListItem8.DisplayText = "8";
  478. valueListItem9.DataValue = "9";
  479. valueListItem9.DisplayText = "9";
  480. valueListItem10.DataValue = "10";
  481. valueListItem10.DisplayText = "10";
  482. this.ultraComboEditor2.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  483. valueListItem1,
  484. valueListItem2,
  485. valueListItem3,
  486. valueListItem4,
  487. valueListItem5,
  488. valueListItem6,
  489. valueListItem7,
  490. valueListItem8,
  491. valueListItem9,
  492. valueListItem10});
  493. this.ultraComboEditor2.Location = new System.Drawing.Point(1991, 6);
  494. this.ultraComboEditor2.Margin = new System.Windows.Forms.Padding(4);
  495. this.ultraComboEditor2.Name = "ultraComboEditor2";
  496. this.ultraComboEditor2.Size = new System.Drawing.Size(100, 24);
  497. this.ultraComboEditor2.TabIndex = 946;
  498. this.ultraComboEditor2.Visible = false;
  499. //
  500. // FrmBaseCrane
  501. //
  502. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  503. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  504. this.ClientSize = new System.Drawing.Size(1058, 578);
  505. this.Controls.Add(this.ultraGrid1);
  506. this.Controls.Add(this.ultraPanel2);
  507. this.Controls.Add(this.ultraPanel1);
  508. this.Name = "FrmBaseCrane";
  509. this.Text = "天车吊车最大载重维护";
  510. this.Load += new System.EventHandler(this.FrmBaseCrane_Load);
  511. this.ultraPanel1.ClientArea.ResumeLayout(false);
  512. this.ultraPanel1.ClientArea.PerformLayout();
  513. this.ultraPanel1.ResumeLayout(false);
  514. ((System.ComponentModel.ISupportInitialize)(this.txtStorageNo)).EndInit();
  515. ((System.ComponentModel.ISupportInitialize)(this.userChk)).EndInit();
  516. ((System.ComponentModel.ISupportInitialize)(this.cmbLocationNo)).EndInit();
  517. ((System.ComponentModel.ISupportInitialize)(this.cmbLayNo)).EndInit();
  518. ((System.ComponentModel.ISupportInitialize)(this.chkProTime)).EndInit();
  519. ((System.ComponentModel.ISupportInitialize)(this.chkBatch)).EndInit();
  520. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  521. ((System.ComponentModel.ISupportInitialize)(this.ydmBsMaxwgtEntityBindingSource)).EndInit();
  522. this.ultraPanel2.ClientArea.ResumeLayout(false);
  523. this.ultraPanel2.ClientArea.PerformLayout();
  524. this.ultraPanel2.ResumeLayout(false);
  525. ((System.ComponentModel.ISupportInitialize)(this.txtMaxWgt)).EndInit();
  526. ((System.ComponentModel.ISupportInitialize)(this.uComUnload)).EndInit();
  527. ((System.ComponentModel.ISupportInitialize)(this.chkStorageNo)).EndInit();
  528. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  529. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).EndInit();
  530. this.ResumeLayout(false);
  531. }
  532. #endregion
  533. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  534. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtStorageNo;
  535. private Infragistics.Win.UltraWinEditors.UltraCheckEditor userChk;
  536. private Infragistics.Win.UltraWinEditors.UltraTextEditor cmbLocationNo;
  537. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbLayNo;
  538. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkProTime;
  539. private System.Windows.Forms.Label label2;
  540. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkBatch;
  541. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  542. private System.Windows.Forms.BindingSource ydmBsMaxwgtEntityBindingSource;
  543. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  544. private Infragistics.Win.UltraWinEditors.UltraTextEditor chkStorageNo;
  545. private System.Windows.Forms.Label label7;
  546. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  547. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor2;
  548. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMaxWgt;
  549. private System.Windows.Forms.Label label3;
  550. private Infragistics.Win.UltraWinEditors.UltraComboEditor uComUnload;
  551. private System.Windows.Forms.Label label1;
  552. }
  553. }