f92a55d6bce6763b6db19515aa44e8119679b18e.svn-base 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. namespace Core.LZMes.Client.QCM
  2. {
  3. partial class EGLS
  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. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  29. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EGIS_ID");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FOR_NAME");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUCTION_LINE");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NORM");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UNIT_PRICE");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_DATE");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REVISE_DATE");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK", 0);
  37. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  42. this.panel1 = new System.Windows.Forms.Panel();
  43. this.textBox2 = new System.Windows.Forms.TextBox();
  44. this.label2 = new System.Windows.Forms.Label();
  45. this.textBox1 = new System.Windows.Forms.TextBox();
  46. this.label1 = new System.Windows.Forms.Label();
  47. this.panel2 = new System.Windows.Forms.Panel();
  48. this.dataSet1 = new System.Data.DataSet();
  49. this.dataTable1 = new System.Data.DataTable();
  50. this.dataColumn1 = new System.Data.DataColumn();
  51. this.dataColumn2 = new System.Data.DataColumn();
  52. this.dataColumn3 = new System.Data.DataColumn();
  53. this.dataColumn4 = new System.Data.DataColumn();
  54. this.dataColumn5 = new System.Data.DataColumn();
  55. this.dataColumn6 = new System.Data.DataColumn();
  56. this.dataColumn7 = new System.Data.DataColumn();
  57. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  58. this.panel1.SuspendLayout();
  59. this.panel2.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // panel1
  66. //
  67. this.panel1.Controls.Add(this.textBox2);
  68. this.panel1.Controls.Add(this.label2);
  69. this.panel1.Controls.Add(this.textBox1);
  70. this.panel1.Controls.Add(this.label1);
  71. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  72. this.panel1.Location = new System.Drawing.Point(0, 0);
  73. this.panel1.Name = "panel1";
  74. this.panel1.Size = new System.Drawing.Size(1008, 63);
  75. this.panel1.TabIndex = 0;
  76. //
  77. // textBox2
  78. //
  79. this.textBox2.Location = new System.Drawing.Point(254, 19);
  80. this.textBox2.Name = "textBox2";
  81. this.textBox2.Size = new System.Drawing.Size(100, 21);
  82. this.textBox2.TabIndex = 3;
  83. //
  84. // label2
  85. //
  86. this.label2.BackColor = System.Drawing.Color.LightBlue;
  87. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  88. this.label2.Location = new System.Drawing.Point(188, 19);
  89. this.label2.Name = "label2";
  90. this.label2.Size = new System.Drawing.Size(64, 21);
  91. this.label2.TabIndex = 2;
  92. this.label2.Text = "产线";
  93. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  94. //
  95. // textBox1
  96. //
  97. this.textBox1.Location = new System.Drawing.Point(78, 19);
  98. this.textBox1.Name = "textBox1";
  99. this.textBox1.Size = new System.Drawing.Size(100, 21);
  100. this.textBox1.TabIndex = 1;
  101. //
  102. // label1
  103. //
  104. this.label1.BackColor = System.Drawing.Color.LightBlue;
  105. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  106. this.label1.Location = new System.Drawing.Point(12, 19);
  107. this.label1.Name = "label1";
  108. this.label1.Size = new System.Drawing.Size(64, 21);
  109. this.label1.TabIndex = 0;
  110. this.label1.Text = "供方名称";
  111. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  112. //
  113. // panel2
  114. //
  115. this.panel2.Controls.Add(this.ultraGrid1);
  116. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.panel2.Location = new System.Drawing.Point(0, 63);
  118. this.panel2.Name = "panel2";
  119. this.panel2.Size = new System.Drawing.Size(1008, 667);
  120. this.panel2.TabIndex = 1;
  121. //
  122. // dataSet1
  123. //
  124. this.dataSet1.DataSetName = "NewDataSet";
  125. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  126. this.dataTable1});
  127. //
  128. // dataTable1
  129. //
  130. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  131. this.dataColumn1,
  132. this.dataColumn2,
  133. this.dataColumn3,
  134. this.dataColumn4,
  135. this.dataColumn5,
  136. this.dataColumn6,
  137. this.dataColumn7});
  138. this.dataTable1.TableName = "Table1";
  139. //
  140. // dataColumn1
  141. //
  142. this.dataColumn1.ColumnName = "EGIS_ID";
  143. //
  144. // dataColumn2
  145. //
  146. this.dataColumn2.Caption = "供方名称";
  147. this.dataColumn2.ColumnName = "FOR_NAME";
  148. //
  149. // dataColumn3
  150. //
  151. this.dataColumn3.Caption = "产线";
  152. this.dataColumn3.ColumnName = "PRODUCTION_LINE";
  153. //
  154. // dataColumn4
  155. //
  156. this.dataColumn4.Caption = "钢座架规格";
  157. this.dataColumn4.ColumnName = "NORM";
  158. //
  159. // dataColumn5
  160. //
  161. this.dataColumn5.Caption = "车皮费用单价";
  162. this.dataColumn5.ColumnName = "UNIT_PRICE";
  163. //
  164. // dataColumn6
  165. //
  166. this.dataColumn6.Caption = "创建时间";
  167. this.dataColumn6.ColumnName = "CREATE_DATE";
  168. //
  169. // dataColumn7
  170. //
  171. this.dataColumn7.Caption = "删除时间";
  172. this.dataColumn7.ColumnName = "REVISE_DATE";
  173. //
  174. // ultraGrid1
  175. //
  176. this.ultraGrid1.DataSource = this.dataSet1;
  177. this.ultraGrid1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
  178. ultraGridColumn1.Header.VisiblePosition = 1;
  179. ultraGridColumn1.Hidden = true;
  180. ultraGridColumn2.Header.VisiblePosition = 2;
  181. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(209, 0);
  182. ultraGridColumn2.Width = 208;
  183. ultraGridColumn3.Header.VisiblePosition = 3;
  184. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(155, 0);
  185. ultraGridColumn3.Width = 112;
  186. ultraGridColumn4.Header.VisiblePosition = 4;
  187. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(134, 0);
  188. ultraGridColumn4.Width = 151;
  189. ultraGridColumn5.Header.VisiblePosition = 5;
  190. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(166, 0);
  191. ultraGridColumn5.Width = 141;
  192. ultraGridColumn6.Header.VisiblePosition = 6;
  193. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(121, 0);
  194. ultraGridColumn6.Width = 152;
  195. ultraGridColumn7.Header.Caption = "修改时间";
  196. ultraGridColumn7.Header.VisiblePosition = 7;
  197. ultraGridColumn8.DataType = typeof(bool);
  198. ultraGridColumn8.DefaultCellValue = false;
  199. ultraGridColumn8.Header.Caption = "选择";
  200. ultraGridColumn8.Header.VisiblePosition = 0;
  201. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 0;
  202. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  203. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(58, 0);
  204. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  205. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  206. ultraGridColumn8.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  207. ultraGridBand1.Columns.AddRange(new object[] {
  208. ultraGridColumn1,
  209. ultraGridColumn2,
  210. ultraGridColumn3,
  211. ultraGridColumn4,
  212. ultraGridColumn5,
  213. ultraGridColumn6,
  214. ultraGridColumn7,
  215. ultraGridColumn8});
  216. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  217. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  218. this.ultraGrid1.DisplayLayout.GroupByBox.Prompt = " ";
  219. appearance23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  220. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance23;
  221. this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.FixedAddRowOnBottom;
  222. this.ultraGrid1.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  223. appearance24.BackColor = System.Drawing.Color.GhostWhite;
  224. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance24;
  225. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  226. appearance25.BackColor = System.Drawing.Color.LightSteelBlue;
  227. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance25;
  228. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  229. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  230. appearance26.BackColor = System.Drawing.Color.LightSteelBlue;
  231. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance26;
  232. appearance27.BackColor = System.Drawing.Color.LightSteelBlue;
  233. this.ultraGrid1.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance27;
  234. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  235. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  236. this.ultraGrid1.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  237. this.ultraGrid1.DisplayLayout.Override.RowSizing = Infragistics.Win.UltraWinGrid.RowSizing.Fixed;
  238. this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  239. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  240. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  241. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  242. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  243. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  244. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  246. this.ultraGrid1.Name = "ultraGrid1";
  247. this.ultraGrid1.Size = new System.Drawing.Size(1008, 667);
  248. this.ultraGrid1.TabIndex = 2;
  249. //
  250. // EGLS
  251. //
  252. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  253. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  254. this.ClientSize = new System.Drawing.Size(1008, 730);
  255. this.Controls.Add(this.panel2);
  256. this.Controls.Add(this.panel1);
  257. this.Name = "EGLS";
  258. this.Text = "火运供方维护";
  259. this.panel1.ResumeLayout(false);
  260. this.panel1.PerformLayout();
  261. this.panel2.ResumeLayout(false);
  262. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  263. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  264. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  265. this.ResumeLayout(false);
  266. }
  267. #endregion
  268. private System.Windows.Forms.Panel panel1;
  269. private System.Windows.Forms.TextBox textBox1;
  270. private System.Windows.Forms.Label label1;
  271. private System.Windows.Forms.Panel panel2;
  272. private System.Data.DataSet dataSet1;
  273. private System.Data.DataTable dataTable1;
  274. private System.Data.DataColumn dataColumn1;
  275. private System.Data.DataColumn dataColumn2;
  276. private System.Data.DataColumn dataColumn3;
  277. private System.Data.DataColumn dataColumn4;
  278. private System.Data.DataColumn dataColumn5;
  279. private System.Data.DataColumn dataColumn6;
  280. private System.Data.DataColumn dataColumn7;
  281. private System.Windows.Forms.TextBox textBox2;
  282. private System.Windows.Forms.Label label2;
  283. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  284. }
  285. }