代码搜索:comboBox
找到约 9,239 项符合「comboBox」的源代码
代码结果 9,239
www.eeworm.com/read/298399/7963084
cs queryleaseclientform.cs
//文件名:QueryLeaseClientForm.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Form
www.eeworm.com/read/298399/7963093
cs traceform.designer.cs
namespace MyHouse
{
partial class TraceForm
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
www.eeworm.com/read/197507/7989691
pas deleteuserunit.pas
unit deleteuserUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, Mask, Buttons;
type
TdeleteuserForm = clas
www.eeworm.com/read/197507/7990171
~pas deleteuserunit.~pas
unit deleteuserUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, Mask, Buttons;
type
TdeleteuserForm = clas
www.eeworm.com/read/197366/8002005
~pas main.~pas
{*****************************************************************
*串口调试助手V1.0
*作 者:sky
*Email : mastersky@21cn.com
*QQ : 11116580
*版 本:V1.0
*编写时间:2005/12/19
*说 明:本程序完全参照龚建伟VC版《
www.eeworm.com/read/297481/8014387
pas userreg.pas
unit UserReg;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, DBTables, StdCtrls;
type
TUserRegForm = class(TForm)
Edit1:
www.eeworm.com/read/297481/8014525
~pas userreg.~pas
unit UserReg;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, DBTables, StdCtrls;
type
TUserRegForm = class(TForm)
Edit1:
www.eeworm.com/read/297417/8022856
h delform.ui.h
/****************************************************************************
** ui.h extension file, included from the uic-generated form implementation.
**
** If you want to add, delete, or rename f
www.eeworm.com/read/196481/8088400
dfm unit1.dfm
object Form1: TForm1
Left = 270
Top = 169
Width = 452
Height = 386
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/396251/8118250
java serverlisten.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
import java.io.*;
import java.net.*;
/*
* 服务端的侦听类
*/
public class ServerListen extends Thre