DictionaryForumContacts

   Chinese
Terms for subject Microsoft containing 控 制 | all forms | in specified order only
ChineseEnglish
控制No Control (A quantity selling option that specifies that a product can be sold only in existing units in the product catalog. A salesperson cannot create new units for sale)
HTML 伺服器控制HTML server control (" An ASP.NET server control that belongs to the System.Web.UI.HtmlControls namespace. An HTML server control maps directly to an HTML element and is declared on an ASP.NET page as an HTML element marked by a runat="server" attribute, for example
Web 伺服器控制Web server control (" An ASP.NET server control that belongs to the System.Web.UI.WebControls namespace. Web server controls are richer and more abstract than HTML server controls. A Web server control has an asp tag prefix on an ASP.NET page, such as .")
ASP.NET 伺服器控制ASP.NET server control (" A server-side component that encapsulates user-interface and related functionality. An ASP.NET server control derives directly or indirectly from the System.Web.UI.Control class. The superset of ASP.NET server controls includes Web server controls, HTML server controls, and ASP.NET mobile controls. The page syntax for an ASP.NET server control includes a runat="server" attribute on the control's tag.")
共用控制shared control (A Web Parts control that can appear on a Web page and be personalized when the page is in either shared or user-level personalization scope. Note that a shared control can have properties that are both user-scope and shared-scope for personalization purposes)
判別存取控制清單discretionary access control list (An access control list that is controlled by the owner of an object and that specifies the access particular users or groups can have to the object)
動態控制dynamic control (A Web Parts control that is persisted in a personalization store; it does not appear in the declarative markup of an .aspx page. After it has been added to a page, the WebPartManager control automatically creates an instance of the control from the personaization store on future requests)
外部語音控制Outside Voice Control (The application that connects a mobile device to the enterprise network. Outside Voice Control enables mobile devices that are running the mobile application of Lync Server or Office Communicator Mobile to send and receive calls that come through the enterprise network, in addition to calls that come through the mobile carrier network)
存取控制清單access control list (In Windows-based systems, a list of access control entries (ACE) that apply to an entire object, a set of the object's properties, or an individual property of an object, and that define the access granted to one or more security principals)
存取控制項目access control entry (An entry in either a securable object's discretionary access control list (DACL) or an object's system access control list (SACL). In a DACL, the entry grants or denies permissions to a user or group. In a SACL, the entry specifies which security events to audit for a particular user or group or controls the Windows Integrity Level for the object)
容器控制container control (A type of ASP.NET mobile control that contains other controls and provides visual groupings of controls and content)
工具列控制toolbar control (A standard Windows control designed with the same characteristics as the toolbar)
控制項狀態control state (A field in an ASP.NET Web page that stores the current property settings for server controls on the page. Control state is used to recreate the page and reestablish previous settings on each postback)
樣板化控制templated control (An ASP.NET server control that does not itself provide a visual interface but allows its users (page developers) to supply templates that provide a visual interface. When the ASP.NET page parser encounters a templated control, it parses the control's template and dynamically creates child controls that supply the visual interface. The Repeater and DataList ASP.NET server controls are templated controls. The DataGrid control is not strictly a templated control, but uses templates to customize its user interface)
樹狀檢視控制tree view control (A standard Windows control that allows a set of hierarchically-related objects to be displayed as an expandable outline)
每一使用者控制per-user control (A dynamic Web Parts control that can be personalized and permanently deleted from a page for an individual user only. A per-user control appears on the page only when the page is in user scope. Note that a per-user control can have properties that are both user-scope and shared-scope for personalization purposes)
狀態列控制status bar control (A standard Windows control that provides the functionality of a status bar)
用戶端擴充功能控制client extension control (A user interface control that can be added to Microsoft Dynamics CRM entity forms and within the application toolbar or navigation area of an entity form. These controls are configured in XML within ISV.Config and are designed to allow the inclusion of functionality from another web application within Microsoft Dynamics CRM. There are three types of client extension controls: Menu Items, Buttons, Entity Form Navigation areas)
系統存取控制清單system access control list (An ACL that controls the generation of audit messages for attempts to access a securable object. The ability to get or set an object's SACL is controlled by a privilege typically held only by system administrators)
Web 組件控制Web Parts control (A control that is part of the Web Parts control set)
Web 組件控制Web Parts control set (The integrated set of ASP.NET software components that provide personalization, structural components such as zones and the WebPartManager control, Web Parts UI controls, and other components for building Web Parts controls and applications)
Web 組件控制part control A control in the Web Parts control set that inherits directly or indirectly from the System.Web.UI.WebControls.WebParts.Part class and is used to create the primary user interface of Web Parts applications (Part Control)
自訂控制custom control (A control authored by a user or a third-party software vendor)
自訂伺服器控制custom server control (A custom control authored by a user or a third-party software vendor in Web Forms (ASP.NET pages))
自訂用戶端控制custom client control (A custom control authored by a user or a third-party software vendor in Windows Forms applications)
ASP.NET 行動控制ASP.NET mobile control (One of a set of ASP.NET controls designed for mobile Web applications. ASP.NET mobile controls extend their ASP.NET server control counterparts)
行動使用者控制mobile user control (An ASP.NET mobile control derived from the System.Web.UI.MobileControls.MobileUserControl class. User controls provide containers for custom controls built from other ASP.NET mobile controls)
複合控制composite control (A custom server control that consists of a custom collection of other server controls as child controls)
遠端呼叫控制remote call control (The ability to send and receive calls on a desktop phone by using a computer-supported telecommunications application, such as Lync or Communicator)
銷售數量控制quantity selling option (An option in the product catalog that determines whether a product is sold whole, in fractions, or in whole and fractions, or if a user has no control over the quantity)
靜態控制static control (" A Web Parts control that is part of the declarative "page persistence" markup in an .aspx page; it exists only as part of the .aspx page, not in a personalization store like a dynamic Web Parts control. Unlike a dynamic control, a static control is added to an .aspx page on every request. A static Web Parts control is always a shared control, which means that although users can both personalize and "close" the control when the page is in either shared or user scope, the control can never be permanently deleted.")
驗證伺服器控制validation server control (A server control, included with ASP.NET, that verifies user input. The input is checked as it comes from HTML server controls and Web server controls (for example, a Web page form) against programmer-defined requirements. Validation controls perform input checking in server code. If the user is working with a browser that supports DHTML, the validation controls can also perform validation using client script)