FrmBundingReport.Designer.cs 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. namespace Core.StlMes.Client.Mcp.Mch.Report
  2. {
  3. partial class FrmBundingReport
  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(FrmBundingReport));
  30. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  32. this.uceShort = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  33. ((System.ComponentModel.ISupportInitialize)(this.uceShort)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // CrackDetectGrid
  37. //
  38. ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.True;
  39. ultraGridBand1.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  40. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  41. //
  42. // uceShort
  43. //
  44. this.uceShort.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  45. valueListItem3.DataValue = "0";
  46. valueListItem3.DisplayText = "否";
  47. valueListItem4.DataValue = "1";
  48. valueListItem4.DisplayText = "是";
  49. this.uceShort.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  50. valueListItem3,
  51. valueListItem4});
  52. this.uceShort.Location = new System.Drawing.Point(862, 291);
  53. this.uceShort.Margin = new System.Windows.Forms.Padding(4);
  54. this.uceShort.Name = "uceShort";
  55. this.uceShort.Size = new System.Drawing.Size(75, 24);
  56. this.uceShort.TabIndex = 87;
  57. this.uceShort.Visible = false;
  58. //
  59. // FrmBundingReport
  60. //
  61. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  62. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  63. this.ClientSize = new System.Drawing.Size(1805, 669);
  64. this.Name = "FrmBundingReport";
  65. this.Text = "打捆台账";
  66. ((System.ComponentModel.ISupportInitialize)(this.uceShort)).EndInit();
  67. this.ResumeLayout(false);
  68. this.PerformLayout();
  69. }
  70. #endregion
  71. protected Infragistics.Win.UltraWinEditors.UltraComboEditor uceShort;
  72. }
  73. }