DataReadConfigurationForm.Designer.cs 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. 
  2. namespace OTSExtremum
  3. {
  4. partial class DataReadConfigurationForm
  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.label1 = new System.Windows.Forms.Label();
  30. this.tB_filepath = new System.Windows.Forms.TextBox();
  31. this.btn_open = new System.Windows.Forms.Button();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.tB_loadCount = new System.Windows.Forms.TextBox();
  34. this.btn_load = new System.Windows.Forms.Button();
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.panel1.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // label1
  40. //
  41. this.label1.AutoSize = true;
  42. this.label1.Location = new System.Drawing.Point(3, 11);
  43. this.label1.Name = "label1";
  44. this.label1.Size = new System.Drawing.Size(155, 12);
  45. this.label1.TabIndex = 0;
  46. this.label1.Text = "请选择测量结果所在文件夹:";
  47. //
  48. // tB_filepath
  49. //
  50. this.tB_filepath.Location = new System.Drawing.Point(2, 36);
  51. this.tB_filepath.Name = "tB_filepath";
  52. this.tB_filepath.Size = new System.Drawing.Size(508, 21);
  53. this.tB_filepath.TabIndex = 1;
  54. //
  55. // btn_open
  56. //
  57. this.btn_open.Location = new System.Drawing.Point(516, 34);
  58. this.btn_open.Name = "btn_open";
  59. this.btn_open.Size = new System.Drawing.Size(49, 23);
  60. this.btn_open.TabIndex = 2;
  61. this.btn_open.Text = "打开";
  62. this.btn_open.UseVisualStyleBackColor = true;
  63. this.btn_open.Click += new System.EventHandler(this.btn_open_Click);
  64. //
  65. // label2
  66. //
  67. this.label2.AutoSize = true;
  68. this.label2.Location = new System.Drawing.Point(15, 105);
  69. this.label2.Name = "label2";
  70. this.label2.Size = new System.Drawing.Size(137, 12);
  71. this.label2.TabIndex = 3;
  72. this.label2.Text = "单个测量结果加载数量:";
  73. //
  74. // tB_loadCount
  75. //
  76. this.tB_loadCount.Location = new System.Drawing.Point(158, 102);
  77. this.tB_loadCount.Name = "tB_loadCount";
  78. this.tB_loadCount.Size = new System.Drawing.Size(51, 21);
  79. this.tB_loadCount.TabIndex = 4;
  80. this.tB_loadCount.Text = "1";
  81. this.tB_loadCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  82. //
  83. // btn_load
  84. //
  85. this.btn_load.Location = new System.Drawing.Point(511, 121);
  86. this.btn_load.Name = "btn_load";
  87. this.btn_load.Size = new System.Drawing.Size(76, 29);
  88. this.btn_load.TabIndex = 5;
  89. this.btn_load.Text = "确认加载";
  90. this.btn_load.UseVisualStyleBackColor = true;
  91. this.btn_load.Click += new System.EventHandler(this.btn_load_Click);
  92. //
  93. // panel1
  94. //
  95. this.panel1.Controls.Add(this.label1);
  96. this.panel1.Controls.Add(this.tB_filepath);
  97. this.panel1.Controls.Add(this.btn_open);
  98. this.panel1.Location = new System.Drawing.Point(12, 12);
  99. this.panel1.Name = "panel1";
  100. this.panel1.Size = new System.Drawing.Size(575, 75);
  101. this.panel1.TabIndex = 6;
  102. //
  103. // DataReadConfigurationForm
  104. //
  105. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  106. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  107. this.ClientSize = new System.Drawing.Size(599, 161);
  108. this.Controls.Add(this.label2);
  109. this.Controls.Add(this.tB_loadCount);
  110. this.Controls.Add(this.panel1);
  111. this.Controls.Add(this.btn_load);
  112. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  113. this.MaximizeBox = false;
  114. this.MaximumSize = new System.Drawing.Size(615, 200);
  115. this.MinimizeBox = false;
  116. this.MinimumSize = new System.Drawing.Size(615, 200);
  117. this.Name = "DataReadConfigurationForm";
  118. this.ShowIcon = false;
  119. this.ShowInTaskbar = false;
  120. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  121. this.Text = "DataLoad";
  122. this.Load += new System.EventHandler(this.DataReadConfigurationForm_Load);
  123. this.panel1.ResumeLayout(false);
  124. this.panel1.PerformLayout();
  125. this.ResumeLayout(false);
  126. this.PerformLayout();
  127. }
  128. #endregion
  129. private System.Windows.Forms.Label label1;
  130. private System.Windows.Forms.TextBox tB_filepath;
  131. private System.Windows.Forms.Button btn_open;
  132. private System.Windows.Forms.Label label2;
  133. private System.Windows.Forms.TextBox tB_loadCount;
  134. private System.Windows.Forms.Button btn_load;
  135. private System.Windows.Forms.Panel panel1;
  136. }
  137. }