SpectrumExportConfirmation.Designer.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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.cB_Picture = new System.Windows.Forms.CheckBox();
  34. this.cB_SpectrumData = new System.Windows.Forms.CheckBox();
  35. this.SuspendLayout();
  36. //
  37. // tBox1
  38. //
  39. this.tBox1.Location = new System.Drawing.Point(8, 15);
  40. this.tBox1.Margin = new System.Windows.Forms.Padding(2);
  41. this.tBox1.Name = "tBox1";
  42. this.tBox1.ReadOnly = true;
  43. this.tBox1.Size = new System.Drawing.Size(380, 21);
  44. this.tBox1.TabIndex = 0;
  45. //
  46. // bt_Path
  47. //
  48. this.bt_Path.Location = new System.Drawing.Point(405, 11);
  49. this.bt_Path.Margin = new System.Windows.Forms.Padding(2);
  50. this.bt_Path.MaximumSize = new System.Drawing.Size(125, 25);
  51. this.bt_Path.MinimumSize = new System.Drawing.Size(125, 25);
  52. this.bt_Path.Name = "bt_Path";
  53. this.bt_Path.Size = new System.Drawing.Size(125, 25);
  54. this.bt_Path.TabIndex = 1;
  55. this.bt_Path.Text = "选择导出Ececl路径";
  56. this.bt_Path.UseVisualStyleBackColor = true;
  57. this.bt_Path.Click += new System.EventHandler(this.bt_Path_Click);
  58. //
  59. // cB_SpectrumConfirmation
  60. //
  61. this.cB_SpectrumConfirmation.AutoSize = true;
  62. this.cB_SpectrumConfirmation.Location = new System.Drawing.Point(213, 58);
  63. this.cB_SpectrumConfirmation.Margin = new System.Windows.Forms.Padding(2);
  64. this.cB_SpectrumConfirmation.Name = "cB_SpectrumConfirmation";
  65. this.cB_SpectrumConfirmation.Size = new System.Drawing.Size(132, 16);
  66. this.cB_SpectrumConfirmation.TabIndex = 2;
  67. this.cB_SpectrumConfirmation.Text = "附带颗粒能谱谱峰图";
  68. this.cB_SpectrumConfirmation.UseVisualStyleBackColor = true;
  69. this.cB_SpectrumConfirmation.Visible = false;
  70. this.cB_SpectrumConfirmation.CheckedChanged += new System.EventHandler(this.cB_SpectrumConfirmation_CheckedChanged);
  71. //
  72. // bt_Export
  73. //
  74. this.bt_Export.Location = new System.Drawing.Point(405, 54);
  75. this.bt_Export.Margin = new System.Windows.Forms.Padding(2);
  76. this.bt_Export.Name = "bt_Export";
  77. this.bt_Export.Size = new System.Drawing.Size(125, 25);
  78. this.bt_Export.TabIndex = 3;
  79. this.bt_Export.Text = "导出Ececl";
  80. this.bt_Export.UseVisualStyleBackColor = true;
  81. this.bt_Export.Click += new System.EventHandler(this.bt_Export_Click);
  82. //
  83. // cB_Picture
  84. //
  85. this.cB_Picture.AutoSize = true;
  86. this.cB_Picture.Location = new System.Drawing.Point(13, 58);
  87. this.cB_Picture.Name = "cB_Picture";
  88. this.cB_Picture.Size = new System.Drawing.Size(72, 16);
  89. this.cB_Picture.TabIndex = 4;
  90. this.cB_Picture.Text = "颗粒图像";
  91. this.cB_Picture.UseVisualStyleBackColor = true;
  92. this.cB_Picture.CheckedChanged += new System.EventHandler(this.cB_Picture_CheckedChanged);
  93. //
  94. // cB_SpectrumData
  95. //
  96. this.cB_SpectrumData.AutoSize = true;
  97. this.cB_SpectrumData.Location = new System.Drawing.Point(108, 58);
  98. this.cB_SpectrumData.Name = "cB_SpectrumData";
  99. this.cB_SpectrumData.Size = new System.Drawing.Size(72, 16);
  100. this.cB_SpectrumData.TabIndex = 5;
  101. this.cB_SpectrumData.Text = "谱峰数据";
  102. this.cB_SpectrumData.UseVisualStyleBackColor = true;
  103. this.cB_SpectrumData.CheckedChanged += new System.EventHandler(this.cB_SpectrumData_CheckedChanged);
  104. //
  105. // SpectrumExportConfirmation
  106. //
  107. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  108. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  109. this.ClientSize = new System.Drawing.Size(538, 93);
  110. this.Controls.Add(this.cB_SpectrumData);
  111. this.Controls.Add(this.cB_Picture);
  112. this.Controls.Add(this.bt_Export);
  113. this.Controls.Add(this.cB_SpectrumConfirmation);
  114. this.Controls.Add(this.bt_Path);
  115. this.Controls.Add(this.tBox1);
  116. this.Margin = new System.Windows.Forms.Padding(2);
  117. this.MaximizeBox = false;
  118. this.MinimizeBox = false;
  119. this.Name = "SpectrumExportConfirmation";
  120. this.ShowIcon = false;
  121. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  122. this.Text = "SpectrumExportConfirmation";
  123. this.ResumeLayout(false);
  124. this.PerformLayout();
  125. }
  126. #endregion
  127. private System.Windows.Forms.TextBox tBox1;
  128. private System.Windows.Forms.Button bt_Path;
  129. private System.Windows.Forms.CheckBox cB_SpectrumConfirmation;
  130. private System.Windows.Forms.Button bt_Export;
  131. private System.Windows.Forms.CheckBox cB_Picture;
  132. private System.Windows.Forms.CheckBox cB_SpectrumData;
  133. }
  134. }