📄 relatefielddefinition.designer.cs
字号:
//
this.toolStrip4.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnAnd,
this.toolStripSeparator4,
this.btnOr,
this.toolStripSeparator5,
this.btnYes,
this.toolStripSeparator6,
this.btnNo,
this.toolStripSeparator7,
this.btnMissing});
resources.ApplyResources(this.toolStrip4, "toolStrip4");
this.toolStrip4.Name = "toolStrip4";
//
// btnAnd
//
this.btnAnd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
resources.ApplyResources(this.btnAnd, "btnAnd");
this.btnAnd.Name = "btnAnd";
this.btnAnd.Click += new System.EventHandler(this.ClickHandler);
//
// 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.ClickHandler);
//
// 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.ClickHandler);
//
// 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.ClickHandler);
//
// 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.ClickHandler);
//
// 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.ClickHandler);
//
// 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.ClickHandler);
//
// 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.ClickHandler);
//
// 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.ClickHandler);
//
// 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.ClickHandler);
//
// 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.ClickHandler);
//
// 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.ClickHandler);
//
// 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.ClickHandler);
//
// 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.ClickHandler);
//
// 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.ClickHandler);
//
// btnCloseParen
//
this.btnCloseParen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
resources.ApplyResources(this.btnCloseParen, "btnCloseParen");
this.btnCloseParen.Name = "btnCloseParen";
//
// chkReturnToParent
//
resources.ApplyResources(this.chkReturnToParent, "chkReturnToParent");
this.chkReturnToParent.Name = "chkReturnToParent";
this.chkReturnToParent.UseVisualStyleBackColor = true;
//
// chkNutstat
//
resources.ApplyResources(this.chkNutstat, "chkNutstat");
this.chkNutstat.Name = "chkNutstat";
this.chkNutstat.UseVisualStyleBackColor = true;
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// cbxRelatedView
//
this.cbxRelatedView.FormattingEnabled = true;
resources.ApplyResources(this.cbxRelatedView, "cbxRelatedView");
this.cbxRelatedView.Name = "cbxRelatedView";
//
// RelateFieldDefinition
//
resources.ApplyResources(this, "$this");
this.Controls.Add(this.cbxRelatedView);
this.Controls.Add(this.label2);
this.Name = "RelateFieldDefinition";
this.Controls.SetChildIndex(this.btnOk, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.groupBox1, 0);
this.Controls.SetChildIndex(this.label2, 0);
this.Controls.SetChildIndex(this.cbxRelatedView, 0);
this.Controls.SetChildIndex(this.btnButtonFont, 0);
this.Controls.SetChildIndex(this.txtFieldName, 0);
this.Controls.SetChildIndex(this.lblPrompt, 0);
this.Controls.SetChildIndex(this.txtPrompt, 0);
this.Controls.SetChildIndex(this.label1, 0);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.grpOperators.ResumeLayout(false);
this.grpOperators.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.RadioButton rdbAccessibleAlways;
private System.Windows.Forms.RadioButton rdbAccessibleWithConditions;
private System.Windows.Forms.ComboBox cbxVariables;
private System.Windows.Forms.Label lblAvailableVariables;
private System.Windows.Forms.TextBox txtCondition;
private System.Windows.Forms.Label lblCondition;
private System.Windows.Forms.GroupBox grpOperators;
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.CheckBox chkNutstat;
private System.Windows.Forms.CheckBox chkReturnToParent;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbxRelatedView;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -