代码搜索:selectable

找到约 159 项符合「selectable」的源代码

代码结果 159
www.eeworm.com/read/100265/15879374

h shell.h

// A shell is a Window that is executing some program and showing the results class Shell : public ScrollableWindow, public Selectable, public Numbered { public: Shell (Window *_parent, const char
www.eeworm.com/read/249894/12463513

cs itable.cs

namespace Perst { using System; #if USE_GENERICS using System.Collections.Generic; #endif using System.Collections; /// Interface of selectable collection. ///
www.eeworm.com/read/452799/1648366

js grid.tbltogrid.js

/* Transform a table to a jqGrid. Peter Romianowski If the first column of the table contains checkboxes or radiobuttons then the jqGrid is made selectable. */ // Ad
www.eeworm.com/read/206619/5007208

cs dummycontrol.cs

using System; using System.Windows.Forms; namespace WeifenLuo.WinFormsUI { internal class DummyControl : Control { public DummyControl() { SetStyle(ControlStyles.Selectable, false);
www.eeworm.com/read/294911/8194082

ulp cmd-snappads.ulp

#usage "Snap pads and smds in a package\n" "" "Snaps pads and SMDs in the package editor to a given grid " "(different grids in x and y direction selectable)."
www.eeworm.com/read/388785/8575491

m cantbeam_guyan.m

echo off % cantbeam_guyan.m cantilever beam finite element program, % selectable number of elements. Solves for eigenvalues and % eigenvectors of a cantilever with user-defined dimensions, %
www.eeworm.com/read/386083/8765241

m comp_exam7_2.m

% Simulation of suboptimum bandpass filter/delay-and-multiply demodulator % with integrate-and-dump detection for DPSK; input bandpass filter is % Butterworth with selectable bandwidth-bit period pr
www.eeworm.com/read/360123/10108833

lst chap7.lst

listing 1 // A custom container that implements a // range-selectable array. // // Call this file ra.h // #include #include #include #include
www.eeworm.com/read/444916/7602748

cc combooption.cc

/** @file ComboOption - class for widget containing one editable setting of type string, selectable from combobox If current setting specify item not in the list, the first item in list is shown
www.eeworm.com/read/317208/13507567

vb textrot.vb

Option Strict Off Option Explicit On Module basTextRot Public uDisplayDescript As Boolean 'Display description when selectable 'API Constants: Private Const LF_FACESIZE As Integer = 3