FrmFinalCheckReport.Designer.cs 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. namespace Core.StlMes.Client.Mcp.Mch.Report
  2. {
  3. partial class FrmFinalCheckReport
  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("BindingList`1", -1);
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmFinalCheckReport));
  30. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  33. this.uceType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  34. ((System.ComponentModel.ISupportInitialize)(this.uceType)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // CrackDetectGrid
  38. //
  39. ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.True;
  40. ultraGridBand1.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  41. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  42. this.uceType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  43. valueListItem2.DataValue = "0";
  44. valueListItem2.DisplayText = "未反馈";
  45. valueListItem3.DataValue = "1";
  46. valueListItem3.DisplayText = "已反馈";
  47. valueListItem4.DataValue = "2";
  48. valueListItem4.DisplayText = "已验证";
  49. this.uceType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  50. valueListItem2,
  51. valueListItem3,
  52. valueListItem4});
  53. this.uceType.Location = new System.Drawing.Point(847, 310);
  54. this.uceType.Margin = new System.Windows.Forms.Padding(4);
  55. this.uceType.Name = "uceType";
  56. this.uceType.Size = new System.Drawing.Size(75, 24);
  57. this.uceType.TabIndex = 83;
  58. this.uceType.Visible = false;
  59. //
  60. // FrmFinalCheckReport
  61. //
  62. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  63. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  64. this.ClientSize = new System.Drawing.Size(1789, 650);
  65. this.Name = "FrmFinalCheckReport";
  66. this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计";
  67. this.Text = "入库检验台账";
  68. ((System.ComponentModel.ISupportInitialize)(this.uceType)).EndInit();
  69. this.ResumeLayout(false);
  70. this.PerformLayout();
  71. }
  72. #endregion
  73. private Infragistics.Win.UltraWinEditors.UltraComboEditor uceType;
  74. }
  75. }