⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ifclausedialog.designer.cs

📁 EpiInfo 开源的导航系统远程序,不知道在哪里下的了,分享一下,有兴趣的
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.btnAnd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.btnAnd, "btnAnd");
            this.btnAnd.Name = "btnAnd";
            this.btnAnd.Click += new System.EventHandler(this.btnAnd_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4");
            // 
            // btnOr
            // 
            this.btnOr.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.btnOr, "btnOr");
            this.btnOr.Name = "btnOr";
            this.btnOr.Click += new System.EventHandler(this.btnOr_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            resources.ApplyResources(this.toolStripSeparator5, "toolStripSeparator5");
            // 
            // btnYes
            // 
            this.btnYes.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.btnYes, "btnYes");
            this.btnYes.Name = "btnYes";
            this.btnYes.Click += new System.EventHandler(this.btnYes_Click);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            resources.ApplyResources(this.toolStripSeparator6, "toolStripSeparator6");
            // 
            // btnNo
            // 
            this.btnNo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.btnNo, "btnNo");
            this.btnNo.Name = "btnNo";
            this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
            // 
            // toolStripSeparator7
            // 
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            resources.ApplyResources(this.toolStripSeparator7, "toolStripSeparator7");
            // 
            // btnMissing
            // 
            this.btnMissing.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.btnMissing, "btnMissing");
            this.btnMissing.Name = "btnMissing";
            this.btnMissing.Click += new System.EventHandler(this.btnMissing_Click);
            // 
            // toolStrip3
            // 
            this.toolStrip3.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnPlus,
            this.btnMinus,
            this.btnTimes,
            this.btnDivide,
            this.btnEqual,
            this.btnLess,
            this.btnGreat,
            this.btnAmp,
            this.btnQuote,
            this.btnOpenParen,
            this.btnCloseParen});
            resources.ApplyResources(this.toolStrip3, "toolStrip3");
            this.toolStrip3.Name = "toolStrip3";
            // 
            // btnPlus
            // 
            this.btnPlus.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.btnPlus, "btnPlus");
            this.btnPlus.Name = "btnPlus";
            this.btnPlus.Click += new System.EventHandler(this.btnPlus_Click);
            // 
            // btnMinus
            // 
            this.btnMinus.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.btnMinus, "btnMinus");
            this.btnMinus.Name = "btnMinus";
            this.btnMinus.Click += new System.EventHandler(this.btnMinus_Click);
            // 
            // btnTimes
            // 
            this.btnTimes.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.btnTimes, "btnTimes");
            this.btnTimes.Name = "btnTimes";
            this.btnTimes.Click += new System.EventHandler(this.btnTimes_Click);
            // 
            // btnDivide
            // 
            this.btnDivide.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.btnDivide, "btnDivide");
            this.btnDivide.Name = "btnDivide";
            this.btnDivide.Click += new System.EventHandler(this.btnDivide_Click);
            // 
            // btnEqual
            // 
            this.btnEqual.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.btnEqual, "btnEqual");
            this.btnEqual.Name = "btnEqual";
            this.btnEqual.Click += new System.EventHandler(this.btnEqual_Click);
            // 
            // btnLess
            // 
            this.btnLess.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.btnLess, "btnLess");
            this.btnLess.Name = "btnLess";
            this.btnLess.Click += new System.EventHandler(this.btnLess_Click);
            // 
            // btnGreat
            // 
            this.btnGreat.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.btnGreat, "btnGreat");
            this.btnGreat.Name = "btnGreat";
            this.btnGreat.Click += new System.EventHandler(this.btnGreat_Click);
            // 
            // btnAmp
            // 
            this.btnAmp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.btnAmp, "btnAmp");
            this.btnAmp.Name = "btnAmp";
            this.btnAmp.Click += new System.EventHandler(this.btnAmp_Click);
            // 
            // btnQuote
            // 
            this.btnQuote.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.btnQuote, "btnQuote");
            this.btnQuote.Name = "btnQuote";
            this.btnQuote.Click += new System.EventHandler(this.btnQuote_Click);
            // 
            // btnOpenParen
            // 
            this.btnOpenParen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.btnOpenParen, "btnOpenParen");
            this.btnOpenParen.Name = "btnOpenParen";
            this.btnOpenParen.Click += new System.EventHandler(this.btnOpenParen_Click);
            // 
            // btnCloseParen
            // 
            this.btnCloseParen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            resources.ApplyResources(this.btnCloseParen, "btnCloseParen");
            this.btnCloseParen.Name = "btnCloseParen";
            this.btnCloseParen.Click += new System.EventHandler(this.btnCloseParen_Click);
            // 
            // txtThen
            // 
            resources.ApplyResources(this.txtThen, "txtThen");
            this.txtThen.Name = "txtThen";
            this.txtThen.TextChanged += new System.EventHandler(this.txtThen_TextChanged);
            // 
            // txtElse
            // 
            resources.ApplyResources(this.txtElse, "txtElse");
            this.txtElse.Name = "txtElse";
            this.txtElse.TextChanged += new System.EventHandler(this.txtElse_TextChanged);
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // label4
            // 
            resources.ApplyResources(this.label4, "label4");
            this.label4.Name = "label4";
            // 
            // IfClause
            // 
            resources.ApplyResources(this, "$this");
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.txtElse);
            this.Controls.Add(this.txtThen);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.Button23);
            this.Controls.Add(this.Button22);
            this.Controls.Add(this.Button21);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOk);
            this.Controls.Add(this.btnElse);
            this.Controls.Add(this.btnThen);
            this.Controls.Add(this.cbxVariables);
            this.Controls.Add(this.Label2);
            this.Controls.Add(this.txtCondition);
            this.Controls.Add(this.Label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "IfClause";
            this.ShowInTaskbar = false;
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.toolStrip4.ResumeLayout(false);
            this.toolStrip4.PerformLayout();
            this.toolStrip3.ResumeLayout(false);
            this.toolStrip3.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
		#endregion



		private System.Windows.Forms.Button Button23;
		private System.Windows.Forms.Button Button22;
		private System.Windows.Forms.Button Button21;
        private System.Windows.Forms.Button btnOk;
		private System.Windows.Forms.Button btnElse;
        private System.Windows.Forms.Button btnThen;
		private System.Windows.Forms.ComboBox cbxVariables;
		private System.Windows.Forms.Label Label2;
		private System.Windows.Forms.TextBox txtCondition;
		private System.Windows.Forms.Label Label1;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ToolStrip toolStrip4;
        private System.Windows.Forms.ToolStripButton btnAnd;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripButton btnOr;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.ToolStripButton btnYes;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
        private System.Windows.Forms.ToolStripButton btnNo;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
        private System.Windows.Forms.ToolStripButton btnMissing;
        private System.Windows.Forms.ToolStrip toolStrip3;
        private System.Windows.Forms.ToolStripButton btnPlus;
        private System.Windows.Forms.ToolStripButton btnMinus;
        private System.Windows.Forms.ToolStripButton btnTimes;
        private System.Windows.Forms.ToolStripButton btnDivide;
        private System.Windows.Forms.ToolStripButton btnEqual;
        private System.Windows.Forms.ToolStripButton btnLess;
        private System.Windows.Forms.ToolStripButton btnGreat;
        private System.Windows.Forms.ToolStripButton btnAmp;
        private System.Windows.Forms.ToolStripButton btnQuote;
        private System.Windows.Forms.ToolStripButton btnOpenParen;
        private System.Windows.Forms.ToolStripButton btnCloseParen;
        private System.Windows.Forms.TextBox txtThen;
        private System.Windows.Forms.TextBox txtElse;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -