CNAS取数仪器端升级
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

177 lines
7.4KB

  1. namespace CNAS_DBSync
  2. {
  3. partial class frmSplitParamnew
  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.label5 = new System.Windows.Forms.Label();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.txtPrama1 = new System.Windows.Forms.TextBox();
  37. this.cbxPrama2 = 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(661, 305);
  51. this.pnlAll.TabIndex = 1;
  52. //
  53. // btnOK
  54. //
  55. this.btnOK.Location = new System.Drawing.Point(533, 263);
  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.label5);
  68. this.groupBox1.Controls.Add(this.label4);
  69. this.groupBox1.Controls.Add(this.label2);
  70. this.groupBox1.Controls.Add(this.label1);
  71. this.groupBox1.Controls.Add(this.cbxPrama2);
  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(611, 224);
  76. this.groupBox1.TabIndex = 0;
  77. this.groupBox1.TabStop = false;
  78. this.groupBox1.Text = "条件SubString参数";
  79. //
  80. // label3
  81. //
  82. this.label3.AutoSize = true;
  83. this.label3.Location = new System.Drawing.Point(15, 180);
  84. this.label3.Name = "label3";
  85. this.label3.Size = new System.Drawing.Size(492, 20);
  86. this.label3.TabIndex = 10;
  87. this.label3.Text = "(说明:若操作字符串中不存在或存在多个截断字符,则直接返回初始字符串)";
  88. //
  89. // label5
  90. //
  91. this.label5.AutoSize = true;
  92. this.label5.Location = new System.Drawing.Point(199, 108);
  93. this.label5.Name = "label5";
  94. this.label5.Size = new System.Drawing.Size(104, 20);
  95. this.label5.TabIndex = 7;
  96. this.label5.Text = "(截断终止位)";
  97. //
  98. // label4
  99. //
  100. this.label4.AutoSize = true;
  101. this.label4.Location = new System.Drawing.Point(200, 35);
  102. this.label4.Name = "label4";
  103. this.label4.Size = new System.Drawing.Size(114, 20);
  104. this.label4.TabIndex = 6;
  105. this.label4.Text = "(截断起始位)";
  106. //
  107. // label2
  108. //
  109. this.label2.AutoSize = true;
  110. this.label2.Location = new System.Drawing.Point(18, 107);
  111. this.label2.Name = "label2";
  112. this.label2.Size = new System.Drawing.Size(63, 20);
  113. this.label2.TabIndex = 3;
  114. this.label2.Text = "参数2:";
  115. //
  116. // label1
  117. //
  118. this.label1.AutoSize = true;
  119. this.label1.Location = new System.Drawing.Point(18, 34);
  120. this.label1.Name = "label1";
  121. this.label1.Size = new System.Drawing.Size(63, 20);
  122. this.label1.TabIndex = 1;
  123. this.label1.Text = "参数1:";
  124. //
  125. // txtPrama1
  126. //
  127. this.txtPrama1.Location = new System.Drawing.Point(75, 31);
  128. this.txtPrama1.Name = "txtPrama1";
  129. this.txtPrama1.Size = new System.Drawing.Size(121, 27);
  130. this.txtPrama1.TabIndex = 0;
  131. //
  132. // cbxPrama2
  133. //
  134. this.cbxPrama2.Location = new System.Drawing.Point(75, 105);
  135. this.cbxPrama2.Name = "cbxPrama2";
  136. this.cbxPrama2.Size = new System.Drawing.Size(121, 27);
  137. this.cbxPrama2.TabIndex = 0;
  138. //
  139. // frmSplitParamnew
  140. //
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  143. this.ClientSize = new System.Drawing.Size(661, 305);
  144. this.Controls.Add(this.pnlAll);
  145. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  147. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  148. this.MaximizeBox = false;
  149. this.MinimizeBox = false;
  150. this.Name = "frmSplitParamnew";
  151. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  152. this.Text = "添加参数(SubString)";
  153. this.Load += new System.EventHandler(this.frmSplitParam_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 label2;
  164. private System.Windows.Forms.Label label1;
  165. private System.Windows.Forms.TextBox txtPrama1;
  166. private System.Windows.Forms.Label label5;
  167. private System.Windows.Forms.Label label4;
  168. private System.Windows.Forms.Label label3;
  169. private System.Windows.Forms.TextBox cbxPrama2;
  170. }
  171. }