FrmRemanenceReport.Designer.cs 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. namespace Core.StlMes.Client.Mcp.Mch.Report
  2. {
  3. partial class FrmRemanenceReport
  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. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("BindingList`1", -1);
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRemanenceReport));
  31. this.mchPathResultEntityAllBindingSource = new System.Windows.Forms.BindingSource(this.components);
  32. ((System.ComponentModel.ISupportInitialize)(this.mchPathResultEntityAllBindingSource)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // CrackDetectGrid
  36. //
  37. ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.True;
  38. ultraGridBand1.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  39. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  40. // mchPathResultEntityAllBindingSource
  41. //
  42. this.mchPathResultEntityAllBindingSource.DataSource = typeof(Core.StlMes.Client.Mcp.Control.Entity.MchPathResultEntityAll);
  43. //
  44. // FrmRemanenceReport
  45. //
  46. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  47. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  48. this.ClientSize = new System.Drawing.Size(1604, 669);
  49. this.Name = "FrmRemanenceReport";
  50. this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计";
  51. this.Text = "剩磁台帐";
  52. ((System.ComponentModel.ISupportInitialize)(this.mchPathResultEntityAllBindingSource)).EndInit();
  53. this.ResumeLayout(false);
  54. this.PerformLayout();
  55. }
  56. #endregion
  57. private System.Windows.Forms.BindingSource mchPathResultEntityAllBindingSource;
  58. }
  59. }