代码搜索:Checkbox
找到约 9,800 项符合「Checkbox」的源代码
代码结果 9,800
www.eeworm.com/read/396640/2411189
svn-base installer.nsi.svn-base
; TODO:
; - assign myself with PDF via registry, possibly a checkbox to enable/disable this
; - a way to run the app after installation is done
; - restore PDF association on uninstall. How to do
www.eeworm.com/read/360247/2965444
pas main.pas
unit Main;
interface
uses
Windows, Classes, Controls, Forms, StdCtrls, CoolTrayIcon;
type
TMainForm = class(TForm)
CoolTrayIcon1: TCoolTrayIcon;
CheckBox1: TCheckBox;
Lab
www.eeworm.com/read/294875/8196075
py example-3.py
#!/usr/bin/env python
# This program displays a couple checkboxes and shows how to change
# button labels, how to make widgets sensitive or unsensitive, how to
# determine if a checkbox is active, ho
www.eeworm.com/read/247688/12629606
java multichoice.java
import java.util.*;
import java.awt.*;
import javax.swing.*;
public abstract class multiChoice {
//This is the abstract base class
//that the listbox and checkbox choice panels
//are
www.eeworm.com/read/247688/12630739
java checkcommand.java
import java.awt.*;
public class checkCommand extends Checkbox
implements Command {
Command cmd;
public checkCommand(String caption, CheckboxGroup grp, Command comd) {
super(captio