SpectrumExportConfirmation.Designer.cs 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. 
  2. namespace OTSIncAReportApp._1_UI.Control_Grids
  3. {
  4. partial class SpectrumExportConfirmation
  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.tBox1 = new System.Windows.Forms.TextBox();
  30. this.bt_Path = new System.Windows.Forms.Button();
  31. this.cB_SpectrumConfirmation = new System.Windows.Forms.CheckBox();
  32. this.bt_Export = new System.Windows.Forms.Button();
  33. this.SuspendLayout();
  34. //
  35. // tBox1
  36. //
  37. this.tBox1.Location = new System.Drawing.Point(12, 23);
  38. this.tBox1.Name = "tBox1";
  39. this.tBox1.ReadOnly = true;
  40. this.tBox1.Size = new System.Drawing.Size(568, 28);
  41. this.tBox1.TabIndex = 0;
  42. //
  43. // bt_Path
  44. //
  45. this.bt_Path.Location = new System.Drawing.Point(607, 16);
  46. this.bt_Path.MaximumSize = new System.Drawing.Size(188, 38);
  47. this.bt_Path.MinimumSize = new System.Drawing.Size(188, 38);
  48. this.bt_Path.Name = "bt_Path";
  49. this.bt_Path.Size = new System.Drawing.Size(188, 38);
  50. this.bt_Path.TabIndex = 1;
  51. this.bt_Path.Text = "选择导出Ececl路径";
  52. this.bt_Path.UseVisualStyleBackColor = true;
  53. this.bt_Path.Click += new System.EventHandler(this.bt_Path_Click);
  54. //
  55. // cB_SpectrumConfirmation
  56. //
  57. this.cB_SpectrumConfirmation.AutoSize = true;
  58. this.cB_SpectrumConfirmation.Location = new System.Drawing.Point(368, 89);
  59. this.cB_SpectrumConfirmation.Name = "cB_SpectrumConfirmation";
  60. this.cB_SpectrumConfirmation.Size = new System.Drawing.Size(196, 22);
  61. this.cB_SpectrumConfirmation.TabIndex = 2;
  62. this.cB_SpectrumConfirmation.Text = "附带颗粒能谱谱峰图";
  63. this.cB_SpectrumConfirmation.UseVisualStyleBackColor = true;
  64. this.cB_SpectrumConfirmation.CheckedChanged += new System.EventHandler(this.cB_SpectrumConfirmation_CheckedChanged);
  65. //
  66. // bt_Export
  67. //
  68. this.bt_Export.Location = new System.Drawing.Point(607, 81);
  69. this.bt_Export.Name = "bt_Export";
  70. this.bt_Export.Size = new System.Drawing.Size(188, 37);
  71. this.bt_Export.TabIndex = 3;
  72. this.bt_Export.Text = "导出Ececl";
  73. this.bt_Export.UseVisualStyleBackColor = true;
  74. this.bt_Export.Click += new System.EventHandler(this.bt_Export_Click);
  75. //
  76. // SpectrumExportConfirmation
  77. //
  78. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  79. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  80. this.ClientSize = new System.Drawing.Size(807, 140);
  81. this.Controls.Add(this.bt_Export);
  82. this.Controls.Add(this.cB_SpectrumConfirmation);
  83. this.Controls.Add(this.bt_Path);
  84. this.Controls.Add(this.tBox1);
  85. this.MaximizeBox = false;
  86. this.MinimizeBox = false;
  87. this.Name = "SpectrumExportConfirmation";
  88. this.ShowIcon = false;
  89. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  90. this.Text = "SpectrumExportConfirmation";
  91. this.ResumeLayout(false);
  92. this.PerformLayout();
  93. }
  94. #endregion
  95. private System.Windows.Forms.TextBox tBox1;
  96. private System.Windows.Forms.Button bt_Path;
  97. private System.Windows.Forms.CheckBox cB_SpectrumConfirmation;
  98. private System.Windows.Forms.Button bt_Export;
  99. }
  100. }