FrmMatJgMImport.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  1. namespace Core.StlMes.Client.PlnSaleOrd
  2. {
  3. partial class FrmMatJgMImport
  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 valueListItem13 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("PlnSaleordSetEntity", -1);
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Planstatus");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollMonthNow");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeliveryNo");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Producname");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SpecName");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Lengthdisc");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollMonth");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrderNoSeq");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrdLnDlyPk");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PlnDivideId");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ImpTime");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IfSetMonth");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NumSetStatus");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EndStatus");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateMan");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHC", 0);
  51. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  62. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  63. this.checkBoxIsNot = new System.Windows.Forms.CheckBox();
  64. this.checkBoxIsRollMonth = new System.Windows.Forms.CheckBox();
  65. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  66. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  67. this.ultraDateTimeImportTimeTo = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  68. this.ultraDateTimeImportTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  69. this.checkBoxForReqORDER_NO = new System.Windows.Forms.CheckBox();
  70. this.ctrlForQueryORDER_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  71. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  72. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  73. this.ultraComboOrderStatusSet = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  74. this.ultraGridStatus = new Infragistics.Win.UltraWinGrid.UltraGrid();
  75. this.slmbindingSourcePlnSaleordSetEntity = new System.Windows.Forms.BindingSource(this.components);
  76. this.ultraPanel1.ClientArea.SuspendLayout();
  77. this.ultraPanel1.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeImportTimeTo)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeImportTime)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.ctrlForQueryORDER_NO)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  82. this.ultraGroupBox1.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.ultraComboOrderStatusSet)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.ultraGridStatus)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.slmbindingSourcePlnSaleordSetEntity)).BeginInit();
  86. this.SuspendLayout();
  87. //
  88. // ultraPanel1
  89. //
  90. //
  91. // ultraPanel1.ClientArea
  92. //
  93. this.ultraPanel1.ClientArea.Controls.Add(this.checkBoxIsNot);
  94. this.ultraPanel1.ClientArea.Controls.Add(this.checkBoxIsRollMonth);
  95. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel2);
  96. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel1);
  97. this.ultraPanel1.ClientArea.Controls.Add(this.ultraDateTimeImportTimeTo);
  98. this.ultraPanel1.ClientArea.Controls.Add(this.ultraDateTimeImportTime);
  99. this.ultraPanel1.ClientArea.Controls.Add(this.checkBoxForReqORDER_NO);
  100. this.ultraPanel1.ClientArea.Controls.Add(this.ctrlForQueryORDER_NO);
  101. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  102. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  103. this.ultraPanel1.Name = "ultraPanel1";
  104. this.ultraPanel1.Size = new System.Drawing.Size(1036, 37);
  105. this.ultraPanel1.TabIndex = 1;
  106. this.ultraPanel1.Visible = false;
  107. //
  108. // checkBoxIsNot
  109. //
  110. this.checkBoxIsNot.AutoSize = true;
  111. this.checkBoxIsNot.Checked = true;
  112. this.checkBoxIsNot.CheckState = System.Windows.Forms.CheckState.Checked;
  113. this.checkBoxIsNot.Location = new System.Drawing.Point(595, 10);
  114. this.checkBoxIsNot.Name = "checkBoxIsNot";
  115. this.checkBoxIsNot.Size = new System.Drawing.Size(84, 16);
  116. this.checkBoxIsNot.TabIndex = 19;
  117. this.checkBoxIsNot.Text = "未同步状态";
  118. this.checkBoxIsNot.UseVisualStyleBackColor = true;
  119. //
  120. // checkBoxIsRollMonth
  121. //
  122. this.checkBoxIsRollMonth.AutoSize = true;
  123. this.checkBoxIsRollMonth.Checked = true;
  124. this.checkBoxIsRollMonth.CheckState = System.Windows.Forms.CheckState.Checked;
  125. this.checkBoxIsRollMonth.Location = new System.Drawing.Point(505, 10);
  126. this.checkBoxIsRollMonth.Name = "checkBoxIsRollMonth";
  127. this.checkBoxIsRollMonth.Size = new System.Drawing.Size(84, 16);
  128. this.checkBoxIsRollMonth.TabIndex = 18;
  129. this.checkBoxIsRollMonth.Text = "未同步月份";
  130. this.checkBoxIsRollMonth.UseVisualStyleBackColor = true;
  131. //
  132. // ultraLabel2
  133. //
  134. this.ultraLabel2.AutoSize = true;
  135. this.ultraLabel2.Location = new System.Drawing.Point(12, 10);
  136. this.ultraLabel2.Name = "ultraLabel2";
  137. this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
  138. this.ultraLabel2.TabIndex = 17;
  139. this.ultraLabel2.Text = "导入日期";
  140. //
  141. // ultraLabel1
  142. //
  143. this.ultraLabel1.AutoSize = true;
  144. this.ultraLabel1.Location = new System.Drawing.Point(178, 10);
  145. this.ultraLabel1.Name = "ultraLabel1";
  146. this.ultraLabel1.Size = new System.Drawing.Size(17, 16);
  147. this.ultraLabel1.TabIndex = 3;
  148. this.ultraLabel1.Text = "到";
  149. //
  150. // ultraDateTimeImportTimeTo
  151. //
  152. this.ultraDateTimeImportTimeTo.FormatString = "yyyy-MM-dd";
  153. this.ultraDateTimeImportTimeTo.Location = new System.Drawing.Point(201, 8);
  154. this.ultraDateTimeImportTimeTo.MaskInput = "yyyy-mm-dd";
  155. this.ultraDateTimeImportTimeTo.Name = "ultraDateTimeImportTimeTo";
  156. this.ultraDateTimeImportTimeTo.Size = new System.Drawing.Size(100, 21);
  157. this.ultraDateTimeImportTimeTo.TabIndex = 16;
  158. this.ultraDateTimeImportTimeTo.ValueChanged += new System.EventHandler(this.ultraDateTimeImportTimeTo_ValueChanged);
  159. //
  160. // ultraDateTimeImportTime
  161. //
  162. this.ultraDateTimeImportTime.FormatString = "yyyy-MM-dd";
  163. this.ultraDateTimeImportTime.Location = new System.Drawing.Point(72, 8);
  164. this.ultraDateTimeImportTime.MaskInput = "yyyy-mm-dd";
  165. this.ultraDateTimeImportTime.Name = "ultraDateTimeImportTime";
  166. this.ultraDateTimeImportTime.Size = new System.Drawing.Size(100, 21);
  167. this.ultraDateTimeImportTime.TabIndex = 14;
  168. this.ultraDateTimeImportTime.ValueChanged += new System.EventHandler(this.ultraDateTimeImportTime_ValueChanged);
  169. //
  170. // checkBoxForReqORDER_NO
  171. //
  172. this.checkBoxForReqORDER_NO.AutoSize = true;
  173. this.checkBoxForReqORDER_NO.Location = new System.Drawing.Point(318, 10);
  174. this.checkBoxForReqORDER_NO.Name = "checkBoxForReqORDER_NO";
  175. this.checkBoxForReqORDER_NO.Size = new System.Drawing.Size(60, 16);
  176. this.checkBoxForReqORDER_NO.TabIndex = 8;
  177. this.checkBoxForReqORDER_NO.Text = "合同号";
  178. this.checkBoxForReqORDER_NO.UseVisualStyleBackColor = true;
  179. this.checkBoxForReqORDER_NO.CheckedChanged += new System.EventHandler(this.checkBoxForReqORDER_NO_CheckedChanged);
  180. //
  181. // ctrlForQueryORDER_NO
  182. //
  183. this.ctrlForQueryORDER_NO.Enabled = false;
  184. this.ctrlForQueryORDER_NO.Location = new System.Drawing.Point(384, 7);
  185. this.ctrlForQueryORDER_NO.Name = "ctrlForQueryORDER_NO";
  186. this.ctrlForQueryORDER_NO.Size = new System.Drawing.Size(115, 21);
  187. this.ctrlForQueryORDER_NO.TabIndex = 9;
  188. //
  189. // ultraGroupBox1
  190. //
  191. this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
  192. this.ultraGroupBox1.Controls.Add(this.ultraComboOrderStatusSet);
  193. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  194. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 390);
  195. this.ultraGroupBox1.Name = "ultraGroupBox1";
  196. this.ultraGroupBox1.Size = new System.Drawing.Size(1036, 60);
  197. this.ultraGroupBox1.TabIndex = 13;
  198. this.ultraGroupBox1.Text = "编辑区";
  199. //
  200. // ultraLabel3
  201. //
  202. this.ultraLabel3.AutoSize = true;
  203. this.ultraLabel3.Location = new System.Drawing.Point(12, 25);
  204. this.ultraLabel3.Name = "ultraLabel3";
  205. this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
  206. this.ultraLabel3.TabIndex = 14;
  207. this.ultraLabel3.Text = "合同状态";
  208. //
  209. // ultraComboOrderStatusSet
  210. //
  211. this.ultraComboOrderStatusSet.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  212. valueListItem13.DataValue = "1";
  213. valueListItem13.DisplayText = "已接收";
  214. valueListItem5.DataValue = "2";
  215. valueListItem5.DisplayText = "已下发";
  216. valueListItem4.DataValue = "4";
  217. valueListItem4.DisplayText = "生产完成";
  218. valueListItem6.DataValue = "5";
  219. valueListItem6.DisplayText = "缴库完成";
  220. this.ultraComboOrderStatusSet.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  221. valueListItem13,
  222. valueListItem5,
  223. valueListItem4,
  224. valueListItem6});
  225. this.ultraComboOrderStatusSet.Location = new System.Drawing.Point(72, 23);
  226. this.ultraComboOrderStatusSet.Name = "ultraComboOrderStatusSet";
  227. this.ultraComboOrderStatusSet.Size = new System.Drawing.Size(108, 21);
  228. this.ultraComboOrderStatusSet.TabIndex = 12;
  229. //
  230. // ultraGridStatus
  231. //
  232. this.ultraGridStatus.DataSource = this.slmbindingSourcePlnSaleordSetEntity;
  233. appearance4.BackColor = System.Drawing.SystemColors.Window;
  234. appearance4.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  235. this.ultraGridStatus.DisplayLayout.Appearance = appearance4;
  236. ultraGridColumn1.Header.VisiblePosition = 1;
  237. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 16;
  238. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  239. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(82, 0);
  240. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  241. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  242. ultraGridColumn2.Header.VisiblePosition = 10;
  243. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 18;
  244. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  245. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  246. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  247. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  248. ultraGridColumn3.Header.VisiblePosition = 4;
  249. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
  250. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  251. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
  252. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  253. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  254. ultraGridColumn4.Header.VisiblePosition = 11;
  255. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 20;
  256. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  257. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(107, 0);
  258. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  259. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  260. ultraGridColumn5.Header.VisiblePosition = 12;
  261. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 22;
  262. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  263. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  264. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  265. ultraGridColumn6.Header.VisiblePosition = 13;
  266. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 24;
  267. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  268. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(145, 0);
  269. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  270. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  271. ultraGridColumn7.Header.VisiblePosition = 8;
  272. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 12;
  273. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  274. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(90, 0);
  275. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  276. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  277. ultraGridColumn8.Header.VisiblePosition = 3;
  278. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 2;
  279. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  280. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  281. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  282. ultraGridColumn9.Header.VisiblePosition = 2;
  283. ultraGridColumn9.Hidden = true;
  284. ultraGridColumn10.Header.VisiblePosition = 5;
  285. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 6;
  286. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  287. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(72, 0);
  288. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  289. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  290. ultraGridColumn11.Header.VisiblePosition = 14;
  291. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 26;
  292. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  293. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  294. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  295. ultraGridColumn11.Width = 126;
  296. ultraGridColumn12.Header.VisiblePosition = 9;
  297. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 14;
  298. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  299. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(73, 0);
  300. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  301. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  302. ultraGridColumn12.Width = 94;
  303. ultraGridColumn13.Header.VisiblePosition = 7;
  304. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 10;
  305. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  306. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  307. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  308. ultraGridColumn13.Width = 82;
  309. ultraGridColumn14.Header.VisiblePosition = 6;
  310. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 8;
  311. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  312. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  313. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  314. ultraGridColumn14.Width = 91;
  315. ultraGridColumn15.Header.VisiblePosition = 15;
  316. ultraGridColumn15.Hidden = true;
  317. ultraGridColumn16.DataType = typeof(bool);
  318. ultraGridColumn16.Header.Caption = "选择";
  319. ultraGridColumn16.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
  320. ultraGridColumn16.Header.VisiblePosition = 0;
  321. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 0;
  322. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  323. ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(48, 0);
  324. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  325. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  326. ultraGridColumn16.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  327. ultraGridColumn16.Width = 58;
  328. ultraGridBand1.Columns.AddRange(new object[] {
  329. ultraGridColumn1,
  330. ultraGridColumn2,
  331. ultraGridColumn3,
  332. ultraGridColumn4,
  333. ultraGridColumn5,
  334. ultraGridColumn6,
  335. ultraGridColumn7,
  336. ultraGridColumn8,
  337. ultraGridColumn9,
  338. ultraGridColumn10,
  339. ultraGridColumn11,
  340. ultraGridColumn12,
  341. ultraGridColumn13,
  342. ultraGridColumn14,
  343. ultraGridColumn15,
  344. ultraGridColumn16});
  345. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  346. this.ultraGridStatus.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  347. this.ultraGridStatus.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  348. this.ultraGridStatus.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  349. appearance1.BackColor = System.Drawing.SystemColors.ActiveBorder;
  350. appearance1.BackColor2 = System.Drawing.SystemColors.ControlDark;
  351. appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  352. appearance1.BorderColor = System.Drawing.SystemColors.Window;
  353. this.ultraGridStatus.DisplayLayout.GroupByBox.Appearance = appearance1;
  354. appearance2.ForeColor = System.Drawing.SystemColors.GrayText;
  355. this.ultraGridStatus.DisplayLayout.GroupByBox.BandLabelAppearance = appearance2;
  356. this.ultraGridStatus.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  357. this.ultraGridStatus.DisplayLayout.GroupByBox.Hidden = true;
  358. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  359. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  360. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  361. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  362. this.ultraGridStatus.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  363. this.ultraGridStatus.DisplayLayout.MaxColScrollRegions = 1;
  364. this.ultraGridStatus.DisplayLayout.MaxRowScrollRegions = 1;
  365. appearance12.BackColor = System.Drawing.SystemColors.Window;
  366. appearance12.ForeColor = System.Drawing.SystemColors.ControlText;
  367. this.ultraGridStatus.DisplayLayout.Override.ActiveCellAppearance = appearance12;
  368. appearance7.BackColor = System.Drawing.SystemColors.Highlight;
  369. appearance7.ForeColor = System.Drawing.SystemColors.HighlightText;
  370. this.ultraGridStatus.DisplayLayout.Override.ActiveRowAppearance = appearance7;
  371. this.ultraGridStatus.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  372. this.ultraGridStatus.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  373. appearance6.BackColor = System.Drawing.SystemColors.Window;
  374. this.ultraGridStatus.DisplayLayout.Override.CardAreaAppearance = appearance6;
  375. appearance5.BorderColor = System.Drawing.Color.Silver;
  376. appearance5.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  377. this.ultraGridStatus.DisplayLayout.Override.CellAppearance = appearance5;
  378. this.ultraGridStatus.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  379. this.ultraGridStatus.DisplayLayout.Override.CellPadding = 0;
  380. appearance9.BackColor = System.Drawing.SystemColors.Control;
  381. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  382. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  383. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  384. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  385. this.ultraGridStatus.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  386. appearance11.TextHAlignAsString = "Left";
  387. this.ultraGridStatus.DisplayLayout.Override.HeaderAppearance = appearance11;
  388. this.ultraGridStatus.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  389. this.ultraGridStatus.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  390. appearance10.BackColor = System.Drawing.SystemColors.Window;
  391. appearance10.BorderColor = System.Drawing.Color.Silver;
  392. this.ultraGridStatus.DisplayLayout.Override.RowAppearance = appearance10;
  393. this.ultraGridStatus.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  394. appearance8.BackColor = System.Drawing.SystemColors.ControlLight;
  395. this.ultraGridStatus.DisplayLayout.Override.TemplateAddRowAppearance = appearance8;
  396. this.ultraGridStatus.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  397. this.ultraGridStatus.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  398. this.ultraGridStatus.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  399. this.ultraGridStatus.Dock = System.Windows.Forms.DockStyle.Fill;
  400. this.ultraGridStatus.Location = new System.Drawing.Point(0, 37);
  401. this.ultraGridStatus.Name = "ultraGridStatus";
  402. this.ultraGridStatus.Size = new System.Drawing.Size(1036, 353);
  403. this.ultraGridStatus.TabIndex = 14;
  404. this.ultraGridStatus.Text = "ultraGrid";
  405. this.ultraGridStatus.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.ultraGridStatus_AfterSelectChange);
  406. //
  407. // slmbindingSourcePlnSaleordSetEntity
  408. //
  409. this.slmbindingSourcePlnSaleordSetEntity.DataSource = typeof(com.steering.pss.plnsaleord.order.model.PlnSaleordSetEntity);
  410. //
  411. // FrmMatJgMImport
  412. //
  413. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  414. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  415. this.ClientSize = new System.Drawing.Size(1036, 450);
  416. this.Controls.Add(this.ultraGridStatus);
  417. this.Controls.Add(this.ultraGroupBox1);
  418. this.Controls.Add(this.ultraPanel1);
  419. this.Name = "FrmMatJgMImport";
  420. this.Text = "设置合同状态";
  421. this.Load += new System.EventHandler(this.FrmOrderStatusSet_Load);
  422. this.ultraPanel1.ClientArea.ResumeLayout(false);
  423. this.ultraPanel1.ClientArea.PerformLayout();
  424. this.ultraPanel1.ResumeLayout(false);
  425. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeImportTimeTo)).EndInit();
  426. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeImportTime)).EndInit();
  427. ((System.ComponentModel.ISupportInitialize)(this.ctrlForQueryORDER_NO)).EndInit();
  428. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  429. this.ultraGroupBox1.ResumeLayout(false);
  430. this.ultraGroupBox1.PerformLayout();
  431. ((System.ComponentModel.ISupportInitialize)(this.ultraComboOrderStatusSet)).EndInit();
  432. ((System.ComponentModel.ISupportInitialize)(this.ultraGridStatus)).EndInit();
  433. ((System.ComponentModel.ISupportInitialize)(this.slmbindingSourcePlnSaleordSetEntity)).EndInit();
  434. this.ResumeLayout(false);
  435. }
  436. #endregion
  437. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  438. private System.Windows.Forms.CheckBox checkBoxForReqORDER_NO;
  439. private Infragistics.Win.UltraWinEditors.UltraTextEditor ctrlForQueryORDER_NO;
  440. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeImportTime;
  441. private System.Windows.Forms.BindingSource slmbindingSourcePlnSaleordSetEntity;
  442. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  443. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeImportTimeTo;
  444. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  445. private System.Windows.Forms.CheckBox checkBoxIsRollMonth;
  446. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  447. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  448. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboOrderStatusSet;
  449. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridStatus;
  450. private System.Windows.Forms.CheckBox checkBoxIsNot;
  451. }
  452. }