| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- namespace HySoft.IVRFlowEditor.IVRControl
- {
- partial class CtlDefaultListVar
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.btn_delete = new System.Windows.Forms.Button();
- this.btn_add = new System.Windows.Forms.Button();
- this.panel2 = new System.Windows.Forms.Panel();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.btn_delete);
- this.panel1.Controls.Add(this.btn_add);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(253, 30);
- this.panel1.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(16, 10);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(77, 12);
- this.label1.TabIndex = 45;
- this.label1.Text = "所使用变量名";
- //
- // btn_delete
- //
- this.btn_delete.Location = new System.Drawing.Point(124, 3);
- this.btn_delete.Name = "btn_delete";
- this.btn_delete.Size = new System.Drawing.Size(18, 23);
- this.btn_delete.TabIndex = 44;
- this.btn_delete.Text = "-";
- this.btn_delete.UseVisualStyleBackColor = true;
- //
- // btn_add
- //
- this.btn_add.Location = new System.Drawing.Point(99, 3);
- this.btn_add.Name = "btn_add";
- this.btn_add.Size = new System.Drawing.Size(19, 23);
- this.btn_add.TabIndex = 43;
- this.btn_add.Text = "+";
- this.btn_add.UseVisualStyleBackColor = true;
- this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
- //
- // panel2
- //
- this.panel2.AutoScroll = true;
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(0, 30);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(253, 122);
- this.panel2.TabIndex = 1;
- //
- // CtlDefaultListVar
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
- this.Name = "CtlDefaultListVar";
- this.Size = new System.Drawing.Size(253, 152);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button btn_delete;
- private System.Windows.Forms.Button btn_add;
- private System.Windows.Forms.Panel panel2;
- }
- }
|