代码搜索:Checkbox
找到约 9,800 项符合「Checkbox」的源代码
代码结果 9,800
www.eeworm.com/read/375068/9374067
cs 修改员工.designer.cs
namespace Myproject
{
partial class 修改员工
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
www.eeworm.com/read/178717/9387225
java graydialog.java
import java.awt.*;
import java.awt.event.*;
public class GrayDialog extends Dialog implements ActionListener, ItemListener
{
Label lb_1 = new Label("比例:",Label.RIGHT );
TextField tx_1
www.eeworm.com/read/373490/9454064
vb form1.vb
Public Class Form1
Const PI As Double = 3.14159265
Dim insetX, insetY, shapeWidth, shapeHeight As Integer
Dim shape As String
Dim year As String = Now().Year
Dim month As Str
www.eeworm.com/read/373462/9454919
cs operatorform.aspx.cs
//文件名:OperatorForm.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using Syste
www.eeworm.com/read/373103/9475181
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Net;
using System.Net.Sockets;
using Syst
www.eeworm.com/read/176677/9488199
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TForm2 = class(TForm)
GroupBox1: TGroupBo