CNAS取数仪器端升级
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

188 line
8.2KB

  1. namespace CNAS_DBSync
  2. {
  3. partial class frmStartEndSubstring
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.pnlAll = new System.Windows.Forms.Panel();
  29. this.btnOK = new System.Windows.Forms.Button();
  30. this.groupBox1 = new System.Windows.Forms.GroupBox();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.cbxPrama2 = new System.Windows.Forms.ComboBox();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.txtPrama1 = new System.Windows.Forms.TextBox();
  38. this.pnlAll.SuspendLayout();
  39. this.groupBox1.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // pnlAll
  43. //
  44. this.pnlAll.Controls.Add(this.btnOK);
  45. this.pnlAll.Controls.Add(this.groupBox1);
  46. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  47. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  48. this.pnlAll.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  49. this.pnlAll.Name = "pnlAll";
  50. this.pnlAll.Size = new System.Drawing.Size(581, 305);
  51. this.pnlAll.TabIndex = 2;
  52. //
  53. // btnOK
  54. //
  55. this.btnOK.Location = new System.Drawing.Point(457, 239);
  56. this.btnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  57. this.btnOK.Name = "btnOK";
  58. this.btnOK.Size = new System.Drawing.Size(120, 38);
  59. this.btnOK.TabIndex = 1;
  60. this.btnOK.Text = "确定";
  61. this.btnOK.UseVisualStyleBackColor = true;
  62. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  63. //
  64. // groupBox1
  65. //
  66. this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
  67. this.groupBox1.Controls.Add(this.label3);
  68. this.groupBox1.Controls.Add(this.cbxPrama2);
  69. this.groupBox1.Controls.Add(this.label5);
  70. this.groupBox1.Controls.Add(this.label4);
  71. this.groupBox1.Controls.Add(this.label2);
  72. this.groupBox1.Controls.Add(this.label1);
  73. this.groupBox1.Controls.Add(this.txtPrama1);
  74. this.groupBox1.Location = new System.Drawing.Point(16, 15);
  75. this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  76. this.groupBox1.Name = "groupBox1";
  77. this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  78. this.groupBox1.Size = new System.Drawing.Size(552, 216);
  79. this.groupBox1.TabIndex = 0;
  80. this.groupBox1.TabStop = false;
  81. this.groupBox1.Text = "截断开头/结尾字符参数";
  82. //
  83. // label3
  84. //
  85. this.label3.AutoSize = true;
  86. this.label3.Location = new System.Drawing.Point(20, 170);
  87. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  88. this.label3.Name = "label3";
  89. this.label3.Size = new System.Drawing.Size(504, 15);
  90. this.label3.TabIndex = 10;
  91. this.label3.Text = "(说明:若操作字符串中不存在或存在多个截断字符,则直接返回初始字符串)";
  92. //
  93. // cbxPrama2
  94. //
  95. this.cbxPrama2.FormattingEnabled = true;
  96. this.cbxPrama2.Items.AddRange(new object[] {
  97. "S",
  98. "E"});
  99. this.cbxPrama2.Location = new System.Drawing.Point(100, 104);
  100. this.cbxPrama2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  101. this.cbxPrama2.Name = "cbxPrama2";
  102. this.cbxPrama2.Size = new System.Drawing.Size(160, 23);
  103. this.cbxPrama2.TabIndex = 9;
  104. //
  105. // label5
  106. //
  107. this.label5.AutoSize = true;
  108. this.label5.Location = new System.Drawing.Point(265, 110);
  109. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  110. this.label5.Name = "label5";
  111. this.label5.Size = new System.Drawing.Size(139, 15);
  112. this.label5.TabIndex = 7;
  113. this.label5.Text = "(开头(S)/结尾(E))";
  114. //
  115. // label4
  116. //
  117. this.label4.AutoSize = true;
  118. this.label4.Location = new System.Drawing.Point(267, 44);
  119. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  120. this.label4.Name = "label4";
  121. this.label4.Size = new System.Drawing.Size(83, 15);
  122. this.label4.TabIndex = 6;
  123. this.label4.Text = "(截断字符)";
  124. //
  125. // label2
  126. //
  127. this.label2.AutoSize = true;
  128. this.label2.Location = new System.Drawing.Point(24, 109);
  129. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  130. this.label2.Name = "label2";
  131. this.label2.Size = new System.Drawing.Size(60, 15);
  132. this.label2.TabIndex = 3;
  133. this.label2.Text = "参数2:";
  134. //
  135. // label1
  136. //
  137. this.label1.AutoSize = true;
  138. this.label1.Location = new System.Drawing.Point(24, 42);
  139. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  140. this.label1.Name = "label1";
  141. this.label1.Size = new System.Drawing.Size(60, 15);
  142. this.label1.TabIndex = 1;
  143. this.label1.Text = "参数1:";
  144. //
  145. // txtPrama1
  146. //
  147. this.txtPrama1.Location = new System.Drawing.Point(100, 39);
  148. this.txtPrama1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  149. this.txtPrama1.Name = "txtPrama1";
  150. this.txtPrama1.Size = new System.Drawing.Size(160, 25);
  151. this.txtPrama1.TabIndex = 0;
  152. //
  153. // frmStartEndSubstring
  154. //
  155. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  156. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  157. this.ClientSize = new System.Drawing.Size(581, 305);
  158. this.Controls.Add(this.pnlAll);
  159. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  160. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  161. this.Name = "frmStartEndSubstring";
  162. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  163. this.Text = "截断开头/结尾";
  164. this.Load += new System.EventHandler(this.frmStartEndSubstring_Load);
  165. this.pnlAll.ResumeLayout(false);
  166. this.groupBox1.ResumeLayout(false);
  167. this.groupBox1.PerformLayout();
  168. this.ResumeLayout(false);
  169. }
  170. #endregion
  171. private System.Windows.Forms.Panel pnlAll;
  172. private System.Windows.Forms.Button btnOK;
  173. private System.Windows.Forms.GroupBox groupBox1;
  174. private System.Windows.Forms.Label label3;
  175. private System.Windows.Forms.ComboBox cbxPrama2;
  176. private System.Windows.Forms.Label label5;
  177. private System.Windows.Forms.Label label4;
  178. private System.Windows.Forms.Label label2;
  179. private System.Windows.Forms.Label label1;
  180. private System.Windows.Forms.TextBox txtPrama1;
  181. }
  182. }