frmMaterial.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. namespace Core.StlMes.Client.LgCommon
  2. {
  3. partial class frmMaterial
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  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("MATERIELCODE");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELTYPE");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELNAME");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELFORSHORT");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELUNITS");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JMTYPE");
  36. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  41. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  42. this.dataSet1 = new System.Data.DataSet();
  43. this.dataTable1 = new System.Data.DataTable();
  44. this.dataColumn1 = new System.Data.DataColumn();
  45. this.dataColumn2 = new System.Data.DataColumn();
  46. this.dataColumn3 = new System.Data.DataColumn();
  47. this.dataColumn4 = new System.Data.DataColumn();
  48. this.dataColumn5 = new System.Data.DataColumn();
  49. this.dataColumn6 = new System.Data.DataColumn();
  50. this.btnNo = new System.Windows.Forms.Button();
  51. this.btnOk = new System.Windows.Forms.Button();
  52. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  53. this.rbtn_ALL = new System.Windows.Forms.RadioButton();
  54. this.rbtn_WS = new System.Windows.Forms.RadioButton();
  55. this.rbtn_HJ = new System.Windows.Forms.RadioButton();
  56. this.rbtn_FL = new System.Windows.Forms.RadioButton();
  57. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  60. this.ultraPanel1.ClientArea.SuspendLayout();
  61. this.ultraPanel1.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // ultraGrid1
  65. //
  66. this.ultraGrid1.DataMember = "Table1";
  67. this.ultraGrid1.DataSource = this.dataSet1;
  68. appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
  69. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  70. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  71. ultraGridColumn1.Header.VisiblePosition = 0;
  72. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  73. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  74. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
  75. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  76. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  77. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  78. ultraGridColumn2.Header.VisiblePosition = 1;
  79. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
  80. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  81. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
  82. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  83. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  84. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  85. ultraGridColumn3.Header.VisiblePosition = 2;
  86. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
  87. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  88. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
  89. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  90. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  91. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  92. ultraGridColumn4.Header.VisiblePosition = 3;
  93. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 3;
  94. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  95. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
  96. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  97. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  98. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  99. ultraGridColumn5.Header.VisiblePosition = 4;
  100. ultraGridColumn5.Hidden = true;
  101. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4;
  102. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  103. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
  104. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  105. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  106. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  107. ultraGridColumn6.Header.VisiblePosition = 5;
  108. ultraGridColumn6.Hidden = true;
  109. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 5;
  110. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  111. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
  112. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
  113. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
  114. ultraGridBand1.Columns.AddRange(new object[] {
  115. ultraGridColumn1,
  116. ultraGridColumn2,
  117. ultraGridColumn3,
  118. ultraGridColumn4,
  119. ultraGridColumn5,
  120. ultraGridColumn6});
  121. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  122. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  123. appearance2.TextVAlignAsString = "Middle";
  124. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance2;
  125. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  126. appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(228)))), ((int)(((byte)(225)))));
  127. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance3;
  128. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  129. appearance4.BackColor = System.Drawing.Color.MintCream;
  130. this.ultraGrid1.DisplayLayout.Override.RowAlternateAppearance = appearance4;
  131. appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(228)))), ((int)(((byte)(225)))));
  132. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance5;
  133. appearance6.BackColor = System.Drawing.Color.LemonChiffon;
  134. appearance6.FontData.BoldAsString = "True";
  135. appearance6.ForeColor = System.Drawing.Color.Blue;
  136. this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance6;
  137. this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  138. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  139. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Top;
  140. this.ultraGrid1.Location = new System.Drawing.Point(0, 38);
  141. this.ultraGrid1.Name = "ultraGrid1";
  142. this.ultraGrid1.Size = new System.Drawing.Size(389, 313);
  143. this.ultraGrid1.TabIndex = 1;
  144. //
  145. // dataSet1
  146. //
  147. this.dataSet1.DataSetName = "NewDataSet";
  148. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  149. this.dataTable1});
  150. //
  151. // dataTable1
  152. //
  153. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  154. this.dataColumn1,
  155. this.dataColumn2,
  156. this.dataColumn3,
  157. this.dataColumn4,
  158. this.dataColumn5,
  159. this.dataColumn6});
  160. this.dataTable1.TableName = "Table1";
  161. //
  162. // dataColumn1
  163. //
  164. this.dataColumn1.Caption = "物料编码";
  165. this.dataColumn1.ColumnName = "MATERIELCODE";
  166. //
  167. // dataColumn2
  168. //
  169. this.dataColumn2.Caption = "物料类型";
  170. this.dataColumn2.ColumnName = "MATERIELTYPE";
  171. //
  172. // dataColumn3
  173. //
  174. this.dataColumn3.Caption = "物料全称";
  175. this.dataColumn3.ColumnName = "MATERIELNAME";
  176. //
  177. // dataColumn4
  178. //
  179. this.dataColumn4.Caption = "物料简称";
  180. this.dataColumn4.ColumnName = "MATERIELFORSHORT";
  181. //
  182. // dataColumn5
  183. //
  184. this.dataColumn5.Caption = "单位";
  185. this.dataColumn5.ColumnName = "MATERIELUNITS";
  186. //
  187. // dataColumn6
  188. //
  189. this.dataColumn6.Caption = "加料类型";
  190. this.dataColumn6.ColumnName = "JMTYPE";
  191. //
  192. // btnNo
  193. //
  194. this.btnNo.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  195. this.btnNo.Location = new System.Drawing.Point(200, 366);
  196. this.btnNo.Name = "btnNo";
  197. this.btnNo.Size = new System.Drawing.Size(75, 25);
  198. this.btnNo.TabIndex = 1;
  199. this.btnNo.Text = "取消";
  200. this.btnNo.UseVisualStyleBackColor = false;
  201. this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
  202. //
  203. // btnOk
  204. //
  205. this.btnOk.Location = new System.Drawing.Point(114, 366);
  206. this.btnOk.Name = "btnOk";
  207. this.btnOk.Size = new System.Drawing.Size(75, 25);
  208. this.btnOk.TabIndex = 0;
  209. this.btnOk.Text = "确定";
  210. this.btnOk.UseVisualStyleBackColor = false;
  211. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  212. //
  213. // ultraPanel1
  214. //
  215. this.ultraPanel1.BorderStyle = Infragistics.Win.UIElementBorderStyle.InsetSoft;
  216. //
  217. // ultraPanel1.ClientArea
  218. //
  219. this.ultraPanel1.ClientArea.Controls.Add(this.rbtn_ALL);
  220. this.ultraPanel1.ClientArea.Controls.Add(this.rbtn_WS);
  221. this.ultraPanel1.ClientArea.Controls.Add(this.rbtn_HJ);
  222. this.ultraPanel1.ClientArea.Controls.Add(this.rbtn_FL);
  223. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  224. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  225. this.ultraPanel1.Name = "ultraPanel1";
  226. this.ultraPanel1.Size = new System.Drawing.Size(389, 38);
  227. this.ultraPanel1.TabIndex = 0;
  228. //
  229. // rbtn_ALL
  230. //
  231. this.rbtn_ALL.AutoSize = true;
  232. this.rbtn_ALL.Location = new System.Drawing.Point(200, 10);
  233. this.rbtn_ALL.Name = "rbtn_ALL";
  234. this.rbtn_ALL.Size = new System.Drawing.Size(71, 16);
  235. this.rbtn_ALL.TabIndex = 3;
  236. this.rbtn_ALL.TabStop = true;
  237. this.rbtn_ALL.Text = "全部类别";
  238. this.rbtn_ALL.UseVisualStyleBackColor = true;
  239. this.rbtn_ALL.CheckedChanged += new System.EventHandler(this.rbtn_CheckedChanged);
  240. //
  241. // rbtn_WS
  242. //
  243. this.rbtn_WS.AutoSize = true;
  244. this.rbtn_WS.Location = new System.Drawing.Point(137, 10);
  245. this.rbtn_WS.Name = "rbtn_WS";
  246. this.rbtn_WS.Size = new System.Drawing.Size(47, 16);
  247. this.rbtn_WS.TabIndex = 2;
  248. this.rbtn_WS.TabStop = true;
  249. this.rbtn_WS.Text = "喂丝";
  250. this.rbtn_WS.UseVisualStyleBackColor = true;
  251. this.rbtn_WS.CheckedChanged += new System.EventHandler(this.rbtn_CheckedChanged);
  252. //
  253. // rbtn_HJ
  254. //
  255. this.rbtn_HJ.AutoSize = true;
  256. this.rbtn_HJ.Location = new System.Drawing.Point(74, 10);
  257. this.rbtn_HJ.Name = "rbtn_HJ";
  258. this.rbtn_HJ.Size = new System.Drawing.Size(47, 16);
  259. this.rbtn_HJ.TabIndex = 1;
  260. this.rbtn_HJ.TabStop = true;
  261. this.rbtn_HJ.Text = "合金";
  262. this.rbtn_HJ.UseVisualStyleBackColor = true;
  263. this.rbtn_HJ.CheckedChanged += new System.EventHandler(this.rbtn_CheckedChanged);
  264. //
  265. // rbtn_FL
  266. //
  267. this.rbtn_FL.AutoSize = true;
  268. this.rbtn_FL.Location = new System.Drawing.Point(11, 10);
  269. this.rbtn_FL.Name = "rbtn_FL";
  270. this.rbtn_FL.Size = new System.Drawing.Size(47, 16);
  271. this.rbtn_FL.TabIndex = 0;
  272. this.rbtn_FL.TabStop = true;
  273. this.rbtn_FL.Text = "辅料";
  274. this.rbtn_FL.UseVisualStyleBackColor = true;
  275. this.rbtn_FL.CheckedChanged += new System.EventHandler(this.rbtn_CheckedChanged);
  276. //
  277. // frmMaterial
  278. //
  279. this.AcceptButton = this.btnOk;
  280. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  281. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  282. this.BackColor = System.Drawing.Color.Gainsboro;
  283. this.CancelButton = this.btnNo;
  284. this.ClientSize = new System.Drawing.Size(389, 403);
  285. this.Controls.Add(this.ultraGrid1);
  286. this.Controls.Add(this.ultraPanel1);
  287. this.Controls.Add(this.btnNo);
  288. this.Controls.Add(this.btnOk);
  289. this.Name = "frmMaterial";
  290. this.Text = "物料选择";
  291. this.Load += new System.EventHandler(this.frmMaterial_Load);
  292. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  293. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  294. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  295. this.ultraPanel1.ClientArea.ResumeLayout(false);
  296. this.ultraPanel1.ClientArea.PerformLayout();
  297. this.ultraPanel1.ResumeLayout(false);
  298. this.ResumeLayout(false);
  299. }
  300. #endregion
  301. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  302. private System.Data.DataSet dataSet1;
  303. private System.Windows.Forms.Button btnNo;
  304. private System.Windows.Forms.Button btnOk;
  305. private System.Data.DataTable dataTable1;
  306. private System.Data.DataColumn dataColumn1;
  307. private System.Data.DataColumn dataColumn2;
  308. private System.Data.DataColumn dataColumn3;
  309. private System.Data.DataColumn dataColumn4;
  310. private System.Data.DataColumn dataColumn5;
  311. private System.Data.DataColumn dataColumn6;
  312. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  313. private System.Windows.Forms.RadioButton rbtn_ALL;
  314. private System.Windows.Forms.RadioButton rbtn_WS;
  315. private System.Windows.Forms.RadioButton rbtn_HJ;
  316. private System.Windows.Forms.RadioButton rbtn_FL;
  317. }
  318. }