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.

frmSplitParam.Designer.cs 7.6KB

4 月之前
4 月之前
4 月之前
4 月之前
4 月之前
4 月之前
4 月之前
4 月之前
4 月之前
4 月之前
4 月之前
4 月之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. namespace CNAS_DBSync
  2. {
  3. partial class frmSplitParam
  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(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.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(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. // cbxPrama2
  90. //
  91. this.cbxPrama2.FormattingEnabled = true;
  92. this.cbxPrama2.Items.AddRange(new object[] {
  93. "L",
  94. "R"});
  95. this.cbxPrama2.Location = new System.Drawing.Point(75, 103);
  96. this.cbxPrama2.Name = "cbxPrama2";
  97. this.cbxPrama2.Size = new System.Drawing.Size(121, 28);
  98. this.cbxPrama2.TabIndex = 9;
  99. //
  100. // label5
  101. //
  102. this.label5.AutoSize = true;
  103. this.label5.Location = new System.Drawing.Point(199, 108);
  104. this.label5.Name = "label5";
  105. this.label5.Size = new System.Drawing.Size(243, 20);
  106. this.label5.TabIndex = 7;
  107. this.label5.Text = "(截断后返回左侧(L)/右侧(R)的内容)";
  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(79, 20);
  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, 107);
  122. this.label2.Name = "label2";
  123. this.label2.Size = new System.Drawing.Size(63, 20);
  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(63, 20);
  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, 27);
  141. this.txtPrama1.TabIndex = 0;
  142. //
  143. // frmSplitParam
  144. //
  145. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  146. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  147. this.ClientSize = new System.Drawing.Size(661, 305);
  148. this.Controls.Add(this.pnlAll);
  149. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  151. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  152. this.MaximizeBox = false;
  153. this.MinimizeBox = false;
  154. this.Name = "frmSplitParam";
  155. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  156. this.Text = "添加参数(SubString)";
  157. this.Load += new System.EventHandler(this.frmSplitParam_Load);
  158. this.pnlAll.ResumeLayout(false);
  159. this.groupBox1.ResumeLayout(false);
  160. this.groupBox1.PerformLayout();
  161. this.ResumeLayout(false);
  162. }
  163. #endregion
  164. private System.Windows.Forms.Panel pnlAll;
  165. private System.Windows.Forms.Button btnOK;
  166. private System.Windows.Forms.GroupBox groupBox1;
  167. private System.Windows.Forms.Label label2;
  168. private System.Windows.Forms.Label label1;
  169. private System.Windows.Forms.TextBox txtPrama1;
  170. private System.Windows.Forms.Label label5;
  171. private System.Windows.Forms.Label label4;
  172. private System.Windows.Forms.ComboBox cbxPrama2;
  173. private System.Windows.Forms.Label label3;
  174. }
  175. }