|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- namespace CNAS_DBSync
- {
- partial class frmStartEndSubstring
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.pnlAll = new System.Windows.Forms.Panel();
- this.btnOK = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.label3 = new System.Windows.Forms.Label();
- this.cbxPrama2 = new System.Windows.Forms.ComboBox();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.txtPrama1 = new System.Windows.Forms.TextBox();
- this.pnlAll.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // pnlAll
- //
- this.pnlAll.Controls.Add(this.btnOK);
- this.pnlAll.Controls.Add(this.groupBox1);
- this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnlAll.Location = new System.Drawing.Point(0, 0);
- this.pnlAll.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.pnlAll.Name = "pnlAll";
- this.pnlAll.Size = new System.Drawing.Size(581, 305);
- this.pnlAll.TabIndex = 2;
- //
- // btnOK
- //
- this.btnOK.Location = new System.Drawing.Point(457, 239);
- this.btnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(120, 38);
- this.btnOK.TabIndex = 1;
- this.btnOK.Text = "确定";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // groupBox1
- //
- this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.cbxPrama2);
- this.groupBox1.Controls.Add(this.label5);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.txtPrama1);
- this.groupBox1.Location = new System.Drawing.Point(16, 15);
- this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.groupBox1.Size = new System.Drawing.Size(552, 216);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "截断开头/结尾字符参数";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(20, 170);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(504, 15);
- this.label3.TabIndex = 10;
- this.label3.Text = "(说明:若操作字符串中不存在或存在多个截断字符,则直接返回初始字符串)";
- //
- // cbxPrama2
- //
- this.cbxPrama2.FormattingEnabled = true;
- this.cbxPrama2.Items.AddRange(new object[] {
- "S",
- "E"});
- this.cbxPrama2.Location = new System.Drawing.Point(100, 104);
- this.cbxPrama2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.cbxPrama2.Name = "cbxPrama2";
- this.cbxPrama2.Size = new System.Drawing.Size(160, 23);
- this.cbxPrama2.TabIndex = 9;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(265, 110);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(139, 15);
- this.label5.TabIndex = 7;
- this.label5.Text = "(开头(S)/结尾(E))";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(267, 44);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(83, 15);
- this.label4.TabIndex = 6;
- this.label4.Text = "(截断字符)";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(24, 109);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(60, 15);
- this.label2.TabIndex = 3;
- this.label2.Text = "参数2:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(24, 42);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(60, 15);
- this.label1.TabIndex = 1;
- this.label1.Text = "参数1:";
- //
- // txtPrama1
- //
- this.txtPrama1.Location = new System.Drawing.Point(100, 39);
- this.txtPrama1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txtPrama1.Name = "txtPrama1";
- this.txtPrama1.Size = new System.Drawing.Size(160, 25);
- this.txtPrama1.TabIndex = 0;
- //
- // frmStartEndSubstring
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(581, 305);
- this.Controls.Add(this.pnlAll);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.Name = "frmStartEndSubstring";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "截断开头/结尾";
- this.Load += new System.EventHandler(this.frmStartEndSubstring_Load);
- this.pnlAll.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private System.Windows.Forms.Panel pnlAll;
- private System.Windows.Forms.Button btnOK;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.ComboBox cbxPrama2;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtPrama1;
- }
- }
|