ComStdNkIndexQueryFrm.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class ComStdNkIndexQueryFrm
  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.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STD_NAME_NK");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CIC");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GRADENAME");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEELNAME_NK");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUCNAME_NK");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MODE_DESC");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_COUNT");
  38. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  49. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  50. this.dataSet1 = new System.Data.DataSet();
  51. this.dataTable1 = new System.Data.DataTable();
  52. this.dataColumn1 = new System.Data.DataColumn();
  53. this.dataColumn2 = new System.Data.DataColumn();
  54. this.dataColumn3 = new System.Data.DataColumn();
  55. this.dataColumn4 = new System.Data.DataColumn();
  56. this.dataColumn5 = new System.Data.DataColumn();
  57. this.dataColumn6 = new System.Data.DataColumn();
  58. this.dataColumn7 = new System.Data.DataColumn();
  59. this.dataColumn8 = new System.Data.DataColumn();
  60. this.panel1 = new System.Windows.Forms.Panel();
  61. this.labelTextBox2 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  62. this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  63. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  66. this.panel1.SuspendLayout();
  67. this.SuspendLayout();
  68. //
  69. // ultraGrid1
  70. //
  71. this.ultraGrid1.DataSource = this.dataSet1;
  72. appearance1.BackColor = System.Drawing.SystemColors.Window;
  73. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  74. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  75. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  76. ultraGridColumn1.Header.VisiblePosition = 0;
  77. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  78. ultraGridColumn2.Header.VisiblePosition = 1;
  79. ultraGridColumn2.Width = 91;
  80. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  81. ultraGridColumn3.Header.VisiblePosition = 2;
  82. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  83. ultraGridColumn4.Header.VisiblePosition = 3;
  84. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  85. ultraGridColumn5.Header.VisiblePosition = 4;
  86. ultraGridColumn5.Width = 190;
  87. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  88. ultraGridColumn6.Header.VisiblePosition = 5;
  89. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  90. ultraGridColumn7.Header.VisiblePosition = 7;
  91. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  92. ultraGridColumn8.Header.VisiblePosition = 6;
  93. ultraGridColumn8.Width = 92;
  94. ultraGridBand1.Columns.AddRange(new object[] {
  95. ultraGridColumn1,
  96. ultraGridColumn2,
  97. ultraGridColumn3,
  98. ultraGridColumn4,
  99. ultraGridColumn5,
  100. ultraGridColumn6,
  101. ultraGridColumn7,
  102. ultraGridColumn8});
  103. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  104. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  105. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  106. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  107. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  108. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  109. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  110. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  111. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  112. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  113. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  114. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  115. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  116. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  117. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  118. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  119. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  120. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  121. appearance7.BackColor = System.Drawing.SystemColors.Window;
  122. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  123. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  124. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  125. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  126. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  127. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  128. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  129. appearance12.BackColor = System.Drawing.SystemColors.Window;
  130. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance12;
  131. appearance8.BorderColor = System.Drawing.Color.Silver;
  132. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  133. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  134. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  135. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  136. appearance6.BackColor = System.Drawing.SystemColors.Control;
  137. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  138. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  139. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  140. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  141. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  142. appearance5.TextHAlignAsString = "Left";
  143. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
  144. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  145. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  146. appearance11.BackColor = System.Drawing.SystemColors.Window;
  147. appearance11.BorderColor = System.Drawing.Color.Silver;
  148. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  149. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  150. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  151. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  152. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  153. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  154. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  155. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  156. this.ultraGrid1.Location = new System.Drawing.Point(0, 52);
  157. this.ultraGrid1.Name = "ultraGrid1";
  158. this.ultraGrid1.Size = new System.Drawing.Size(807, 368);
  159. this.ultraGrid1.TabIndex = 0;
  160. this.ultraGrid1.Text = "ultraGrid1";
  161. //
  162. // dataSet1
  163. //
  164. this.dataSet1.DataSetName = "NewDataSet";
  165. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  166. this.dataTable1});
  167. //
  168. // dataTable1
  169. //
  170. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  171. this.dataColumn1,
  172. this.dataColumn2,
  173. this.dataColumn3,
  174. this.dataColumn4,
  175. this.dataColumn5,
  176. this.dataColumn6,
  177. this.dataColumn7,
  178. this.dataColumn8});
  179. this.dataTable1.TableName = "Table1";
  180. //
  181. // dataColumn1
  182. //
  183. this.dataColumn1.Caption = "内控管理号";
  184. this.dataColumn1.ColumnName = "STD_NAME_NK";
  185. //
  186. // dataColumn2
  187. //
  188. this.dataColumn2.Caption = "成分索引号";
  189. this.dataColumn2.ColumnName = "CIC";
  190. //
  191. // dataColumn3
  192. //
  193. this.dataColumn3.Caption = "钢种";
  194. this.dataColumn3.ColumnName = "GRADENAME";
  195. //
  196. // dataColumn4
  197. //
  198. this.dataColumn4.Caption = "适用钢级";
  199. this.dataColumn4.ColumnName = "STEELNAME_NK";
  200. //
  201. // dataColumn5
  202. //
  203. this.dataColumn5.Caption = "适用品名";
  204. this.dataColumn5.ColumnName = "PRODUCNAME_NK";
  205. //
  206. // dataColumn6
  207. //
  208. this.dataColumn6.Caption = "适用扣型";
  209. this.dataColumn6.ColumnName = "MODE_DESC";
  210. //
  211. // dataColumn7
  212. //
  213. this.dataColumn7.Caption = "备注";
  214. this.dataColumn7.ColumnName = "MEMO";
  215. //
  216. // dataColumn8
  217. //
  218. this.dataColumn8.Caption = "在产合同数";
  219. this.dataColumn8.ColumnName = "ORD_COUNT";
  220. this.dataColumn8.DataType = typeof(decimal);
  221. //
  222. // panel1
  223. //
  224. this.panel1.Controls.Add(this.labelTextBox2);
  225. this.panel1.Controls.Add(this.labelTextBox1);
  226. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  227. this.panel1.Location = new System.Drawing.Point(0, 0);
  228. this.panel1.Name = "panel1";
  229. this.panel1.Size = new System.Drawing.Size(807, 52);
  230. this.panel1.TabIndex = 1;
  231. //
  232. // labelTextBox2
  233. //
  234. //
  235. //
  236. //
  237. this.labelTextBox2.CheckBox.AutoSize = true;
  238. this.labelTextBox2.CheckBox.Location = new System.Drawing.Point(5, 5);
  239. this.labelTextBox2.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  240. this.labelTextBox2.CheckBox.Name = "checkBox1";
  241. this.labelTextBox2.CheckBox.Size = new System.Drawing.Size(18, 17);
  242. this.labelTextBox2.CheckBox.TabIndex = 1;
  243. this.labelTextBox2.CheckBox.UseVisualStyleBackColor = true;
  244. //
  245. //
  246. //
  247. this.labelTextBox2.Label.AutoSize = true;
  248. this.labelTextBox2.Label.Location = new System.Drawing.Point(25, 5);
  249. this.labelTextBox2.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  250. this.labelTextBox2.Label.Name = "label1";
  251. this.labelTextBox2.Label.Size = new System.Drawing.Size(37, 15);
  252. this.labelTextBox2.Label.TabIndex = 0;
  253. this.labelTextBox2.Label.Text = "钢种";
  254. this.labelTextBox2.Location = new System.Drawing.Point(311, 13);
  255. this.labelTextBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  256. this.labelTextBox2.Name = "labelTextBox2";
  257. this.labelTextBox2.Size = new System.Drawing.Size(263, 26);
  258. this.labelTextBox2.TabIndex = 1;
  259. //
  260. //
  261. //
  262. this.labelTextBox2.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  263. this.labelTextBox2.TextBox.Enabled = false;
  264. this.labelTextBox2.TextBox.Location = new System.Drawing.Point(0, 0);
  265. this.labelTextBox2.TextBox.Margin = new System.Windows.Forms.Padding(4);
  266. this.labelTextBox2.TextBox.Name = "textBox1";
  267. this.labelTextBox2.TextBox.Size = new System.Drawing.Size(197, 25);
  268. this.labelTextBox2.TextBox.TabIndex = 1;
  269. //
  270. // labelTextBox1
  271. //
  272. //
  273. //
  274. //
  275. this.labelTextBox1.CheckBox.AutoSize = true;
  276. this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
  277. this.labelTextBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  278. this.labelTextBox1.CheckBox.Name = "checkBox1";
  279. this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  280. this.labelTextBox1.CheckBox.TabIndex = 1;
  281. this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
  282. //
  283. //
  284. //
  285. this.labelTextBox1.Label.AutoSize = true;
  286. this.labelTextBox1.Label.Location = new System.Drawing.Point(25, 5);
  287. this.labelTextBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  288. this.labelTextBox1.Label.Name = "label1";
  289. this.labelTextBox1.Label.Size = new System.Drawing.Size(82, 15);
  290. this.labelTextBox1.Label.TabIndex = 0;
  291. this.labelTextBox1.Label.Text = "内控管理号";
  292. this.labelTextBox1.Location = new System.Drawing.Point(13, 13);
  293. this.labelTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  294. this.labelTextBox1.Name = "labelTextBox1";
  295. this.labelTextBox1.Size = new System.Drawing.Size(263, 26);
  296. this.labelTextBox1.TabIndex = 0;
  297. //
  298. //
  299. //
  300. this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  301. this.labelTextBox1.TextBox.Enabled = false;
  302. this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
  303. this.labelTextBox1.TextBox.Margin = new System.Windows.Forms.Padding(4);
  304. this.labelTextBox1.TextBox.Name = "textBox1";
  305. this.labelTextBox1.TextBox.Size = new System.Drawing.Size(152, 25);
  306. this.labelTextBox1.TextBox.TabIndex = 1;
  307. //
  308. // ComStdNkIndexQueryFrm
  309. //
  310. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  311. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  312. this.ClientSize = new System.Drawing.Size(807, 420);
  313. this.Controls.Add(this.ultraGrid1);
  314. this.Controls.Add(this.panel1);
  315. this.Name = "ComStdNkIndexQueryFrm";
  316. this.Text = "ComStdNkIndexFrm";
  317. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  318. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  320. this.panel1.ResumeLayout(false);
  321. this.ResumeLayout(false);
  322. }
  323. #endregion
  324. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  325. private System.Windows.Forms.Panel panel1;
  326. private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
  327. private Mes.Client.Comm.Control.LabelTextBox labelTextBox2;
  328. private System.Data.DataSet dataSet1;
  329. private System.Data.DataTable dataTable1;
  330. private System.Data.DataColumn dataColumn1;
  331. private System.Data.DataColumn dataColumn2;
  332. private System.Data.DataColumn dataColumn3;
  333. private System.Data.DataColumn dataColumn4;
  334. private System.Data.DataColumn dataColumn5;
  335. private System.Data.DataColumn dataColumn6;
  336. private System.Data.DataColumn dataColumn7;
  337. private System.Data.DataColumn dataColumn8;
  338. }
  339. }