SpectrumExportConfirmation.Designer.cs 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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(8, 15);
  38. this.tBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  39. this.tBox1.Name = "tBox1";
  40. this.tBox1.ReadOnly = true;
  41. this.tBox1.Size = new System.Drawing.Size(380, 21);
  42. this.tBox1.TabIndex = 0;
  43. //
  44. // bt_Path
  45. //
  46. this.bt_Path.Location = new System.Drawing.Point(405, 11);
  47. this.bt_Path.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  48. this.bt_Path.MaximumSize = new System.Drawing.Size(125, 25);
  49. this.bt_Path.MinimumSize = new System.Drawing.Size(125, 25);
  50. this.bt_Path.Name = "bt_Path";
  51. this.bt_Path.Size = new System.Drawing.Size(125, 25);
  52. this.bt_Path.TabIndex = 1;
  53. this.bt_Path.Text = "选择导出Ececl路径";
  54. this.bt_Path.UseVisualStyleBackColor = true;
  55. this.bt_Path.Click += new System.EventHandler(this.bt_Path_Click);
  56. //
  57. // cB_SpectrumConfirmation
  58. //
  59. this.cB_SpectrumConfirmation.AutoSize = true;
  60. this.cB_SpectrumConfirmation.Location = new System.Drawing.Point(245, 59);
  61. this.cB_SpectrumConfirmation.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  62. this.cB_SpectrumConfirmation.Name = "cB_SpectrumConfirmation";
  63. this.cB_SpectrumConfirmation.Size = new System.Drawing.Size(132, 16);
  64. this.cB_SpectrumConfirmation.TabIndex = 2;
  65. this.cB_SpectrumConfirmation.Text = "附带颗粒能谱谱峰图";
  66. this.cB_SpectrumConfirmation.UseVisualStyleBackColor = true;
  67. this.cB_SpectrumConfirmation.Visible = false;
  68. this.cB_SpectrumConfirmation.CheckedChanged += new System.EventHandler(this.cB_SpectrumConfirmation_CheckedChanged);
  69. //
  70. // bt_Export
  71. //
  72. this.bt_Export.Location = new System.Drawing.Point(405, 54);
  73. this.bt_Export.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  74. this.bt_Export.Name = "bt_Export";
  75. this.bt_Export.Size = new System.Drawing.Size(125, 25);
  76. this.bt_Export.TabIndex = 3;
  77. this.bt_Export.Text = "导出Ececl";
  78. this.bt_Export.UseVisualStyleBackColor = true;
  79. this.bt_Export.Click += new System.EventHandler(this.bt_Export_Click);
  80. //
  81. // SpectrumExportConfirmation
  82. //
  83. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  84. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  85. this.ClientSize = new System.Drawing.Size(538, 93);
  86. this.Controls.Add(this.bt_Export);
  87. this.Controls.Add(this.cB_SpectrumConfirmation);
  88. this.Controls.Add(this.bt_Path);
  89. this.Controls.Add(this.tBox1);
  90. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  91. this.MaximizeBox = false;
  92. this.MinimizeBox = false;
  93. this.Name = "SpectrumExportConfirmation";
  94. this.ShowIcon = false;
  95. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  96. this.Text = "SpectrumExportConfirmation";
  97. this.ResumeLayout(false);
  98. this.PerformLayout();
  99. }
  100. #endregion
  101. private System.Windows.Forms.TextBox tBox1;
  102. private System.Windows.Forms.Button bt_Path;
  103. private System.Windows.Forms.CheckBox cB_SpectrumConfirmation;
  104. private System.Windows.Forms.Button bt_Export;
  105. }
  106. }