FrmTreatmentReport.Designer.cs 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. namespace Core.StlMes.Client.Mcp.Mch.Report
  2. {
  3. partial class FrmTreatmentReport
  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(FrmTreatmentReport));
  30. Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem20 = 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. valueListItem18.DataValue = "0";
  44. valueListItem18.DisplayText = "未反馈";
  45. valueListItem19.DataValue = "1";
  46. valueListItem19.DisplayText = "已反馈";
  47. valueListItem20.DataValue = "2";
  48. valueListItem20.DisplayText = "已验证";
  49. this.uceType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  50. valueListItem18,
  51. valueListItem19,
  52. valueListItem20});
  53. this.uceType.Location = new System.Drawing.Point(866, 269);
  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 = 84;
  58. this.uceType.Visible = false;
  59. //
  60. // FrmTreatmentReport
  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(1812, 669);
  65. this.Name = "FrmTreatmentReport";
  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. }