GXGJStatistics.Designer.cs 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. 
  2. namespace WWPipeLine.MapTools.Results.Statistics
  3. {
  4. partial class GXGJStatistics
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.SuspendLayout();
  30. //
  31. // m_UIChart
  32. //
  33. this.m_UIChart.Size = new System.Drawing.Size(800, 250);
  34. //
  35. // uiSymbolButtonExportToExcel
  36. //
  37. this.uiSymbolButtonExportToExcel.Location = new System.Drawing.Point(356, 0);
  38. this.uiSymbolButtonExportToExcel.Size = new System.Drawing.Size(340, 20);
  39. //
  40. // uiSymbolButtonExportToImage
  41. //
  42. this.uiSymbolButtonExportToImage.Size = new System.Drawing.Size(356, 20);
  43. //
  44. // GXGJStatistics
  45. //
  46. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  47. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  48. this.ClientSize = new System.Drawing.Size(696, 336);
  49. this.Name = "GXGJStatistics";
  50. this.ResumeLayout(false);
  51. }
  52. #endregion
  53. }
  54. }