FrmMeasureReport.Designer.cs 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. namespace Core.StlMes.Client.Mcp.Mch.Report
  2. {
  3. partial class FrmMeasureReport
  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 valueListItem1 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  31. this.uteFlag = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  32. ((System.ComponentModel.ISupportInitialize)(this.uteFlag)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // uteFlag
  36. //
  37. this.uteFlag.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  38. valueListItem1.DataValue = "0";
  39. valueListItem1.DisplayText = "匹配二级数据";
  40. valueListItem2.DataValue = "1";
  41. valueListItem2.DisplayText = "手动录入总支吨";
  42. valueListItem4.DataValue = "2";
  43. valueListItem4.DisplayText = "计产返线(不重新喷印)";
  44. this.uteFlag.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  45. valueListItem1,
  46. valueListItem2,
  47. valueListItem4});
  48. this.uteFlag.Location = new System.Drawing.Point(730, 322);
  49. this.uteFlag.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  50. this.uteFlag.Name = "uteFlag";
  51. this.uteFlag.Size = new System.Drawing.Size(144, 24);
  52. this.uteFlag.TabIndex = 85;
  53. this.uteFlag.Visible = false;
  54. //
  55. // FrmMeasureReport
  56. //
  57. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  58. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  59. this.ClientSize = new System.Drawing.Size(1604, 669);
  60. this.Controls.Add(this.uteFlag);
  61. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  62. this.Name = "FrmMeasureReport";
  63. this.Text = "测量点台帐";
  64. ((System.ComponentModel.ISupportInitialize)(this.uteFlag)).EndInit();
  65. this.ResumeLayout(false);
  66. this.PerformLayout();
  67. }
  68. #endregion
  69. private Infragistics.Win.UltraWinEditors.UltraComboEditor uteFlag;
  70. }
  71. }