CNAS取数仪器端升级
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

177 wiersze
7.3KB

  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(3, 4, 3, 4);
  49. this.pnlAll.Name = "pnlAll";
  50. this.pnlAll.Size = new System.Drawing.Size(436, 188);
  51. this.pnlAll.TabIndex = 2;
  52. //
  53. // btnOK
  54. //
  55. this.btnOK.Location = new System.Drawing.Point(336, 149);
  56. this.btnOK.Name = "btnOK";
  57. this.btnOK.Size = new System.Drawing.Size(90, 30);
  58. this.btnOK.TabIndex = 1;
  59. this.btnOK.Text = "确定";
  60. this.btnOK.UseVisualStyleBackColor = true;
  61. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  62. //
  63. // groupBox1
  64. //
  65. this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
  66. this.groupBox1.Controls.Add(this.label3);
  67. this.groupBox1.Controls.Add(this.cbxPrama2);
  68. this.groupBox1.Controls.Add(this.label5);
  69. this.groupBox1.Controls.Add(this.label4);
  70. this.groupBox1.Controls.Add(this.label2);
  71. this.groupBox1.Controls.Add(this.label1);
  72. this.groupBox1.Controls.Add(this.txtPrama1);
  73. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  74. this.groupBox1.Name = "groupBox1";
  75. this.groupBox1.Size = new System.Drawing.Size(414, 131);
  76. this.groupBox1.TabIndex = 0;
  77. this.groupBox1.TabStop = false;
  78. this.groupBox1.Text = "截断开头/结尾字符参数";
  79. //
  80. // label3
  81. //
  82. this.label3.AutoSize = true;
  83. this.label3.Location = new System.Drawing.Point(15, 96);
  84. this.label3.Name = "label3";
  85. this.label3.Size = new System.Drawing.Size(401, 12);
  86. this.label3.TabIndex = 10;
  87. this.label3.Text = "(说明:若操作字符串中不存在或存在多个截断字符,则直接返回初始字符串)";
  88. //
  89. // cbxPrama2
  90. //
  91. this.cbxPrama2.FormattingEnabled = true;
  92. this.cbxPrama2.Items.AddRange(new object[] {
  93. "S",
  94. "E"});
  95. this.cbxPrama2.Location = new System.Drawing.Point(75, 59);
  96. this.cbxPrama2.Name = "cbxPrama2";
  97. this.cbxPrama2.Size = new System.Drawing.Size(121, 20);
  98. this.cbxPrama2.TabIndex = 9;
  99. //
  100. // label5
  101. //
  102. this.label5.AutoSize = true;
  103. this.label5.Location = new System.Drawing.Point(199, 64);
  104. this.label5.Name = "label5";
  105. this.label5.Size = new System.Drawing.Size(107, 12);
  106. this.label5.TabIndex = 7;
  107. this.label5.Text = "(开头(S)/结尾(E))";
  108. //
  109. // label4
  110. //
  111. this.label4.AutoSize = true;
  112. this.label4.Location = new System.Drawing.Point(200, 35);
  113. this.label4.Name = "label4";
  114. this.label4.Size = new System.Drawing.Size(65, 12);
  115. this.label4.TabIndex = 6;
  116. this.label4.Text = "(截断字符)";
  117. //
  118. // label2
  119. //
  120. this.label2.AutoSize = true;
  121. this.label2.Location = new System.Drawing.Point(18, 63);
  122. this.label2.Name = "label2";
  123. this.label2.Size = new System.Drawing.Size(47, 12);
  124. this.label2.TabIndex = 3;
  125. this.label2.Text = "参数2:";
  126. //
  127. // label1
  128. //
  129. this.label1.AutoSize = true;
  130. this.label1.Location = new System.Drawing.Point(18, 34);
  131. this.label1.Name = "label1";
  132. this.label1.Size = new System.Drawing.Size(47, 12);
  133. this.label1.TabIndex = 1;
  134. this.label1.Text = "参数1:";
  135. //
  136. // txtPrama1
  137. //
  138. this.txtPrama1.Location = new System.Drawing.Point(75, 31);
  139. this.txtPrama1.Name = "txtPrama1";
  140. this.txtPrama1.Size = new System.Drawing.Size(121, 21);
  141. this.txtPrama1.TabIndex = 0;
  142. //
  143. // frmStartEndSubstring
  144. //
  145. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  146. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  147. this.ClientSize = new System.Drawing.Size(436, 188);
  148. this.Controls.Add(this.pnlAll);
  149. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  150. this.Name = "frmStartEndSubstring";
  151. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  152. this.Text = "截断开头/结尾";
  153. this.Load += new System.EventHandler(this.frmStartEndSubstring_Load);
  154. this.pnlAll.ResumeLayout(false);
  155. this.groupBox1.ResumeLayout(false);
  156. this.groupBox1.PerformLayout();
  157. this.ResumeLayout(false);
  158. }
  159. #endregion
  160. private System.Windows.Forms.Panel pnlAll;
  161. private System.Windows.Forms.Button btnOK;
  162. private System.Windows.Forms.GroupBox groupBox1;
  163. private System.Windows.Forms.Label label3;
  164. private System.Windows.Forms.ComboBox cbxPrama2;
  165. private System.Windows.Forms.Label label5;
  166. private System.Windows.Forms.Label label4;
  167. private System.Windows.Forms.Label label2;
  168. private System.Windows.Forms.Label label1;
  169. private System.Windows.Forms.TextBox txtPrama1;
  170. }
  171. }