FrmLoadReport.Designer.cs 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. namespace Core.StlMes.Client.Mcp.Mch.Report
  2. {
  3. partial class FrmLoadReport
  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.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  31. this.matSource = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  32. ((System.ComponentModel.ISupportInitialize)(this.matSource)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // matSource
  36. //
  37. valueListItem8.DataValue = "0";
  38. valueListItem8.DisplayText = "生产部";
  39. valueListItem9.DataValue = "1";
  40. valueListItem9.DisplayText = "中间库";
  41. valueListItem1.DataValue = "2";
  42. valueListItem1.DisplayText = "热处理";
  43. this.matSource.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  44. valueListItem8,
  45. valueListItem9,
  46. valueListItem1});
  47. this.matSource.Location = new System.Drawing.Point(807, 322);
  48. this.matSource.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  49. this.matSource.Name = "matSource";
  50. this.matSource.Size = new System.Drawing.Size(144, 24);
  51. this.matSource.TabIndex = 85;
  52. this.matSource.Visible = false;
  53. //
  54. // FrmLoadReport
  55. //
  56. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  57. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  58. this.ClientSize = new System.Drawing.Size(1759, 669);
  59. this.Controls.Add(this.matSource);
  60. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  61. this.Name = "FrmLoadReport";
  62. this.Text = "上料台帐";
  63. ((System.ComponentModel.ISupportInitialize)(this.matSource)).EndInit();
  64. this.ResumeLayout(false);
  65. this.PerformLayout();
  66. }
  67. #endregion
  68. private Infragistics.Win.UltraWinEditors.UltraComboEditor matSource;
  69. }
  70. }