代码搜索:GroupBox
找到约 4,721 项符合「GroupBox」的源代码
代码结果 4,721
www.eeworm.com/read/198357/7939048
cs form1.designer.cs
namespace _D彩票选号系统
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
www.eeworm.com/read/298399/7963158
cs dictionaryform.designer.cs
namespace MyHouse
{
partial class DictionaryForm
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null
www.eeworm.com/read/398018/8009648
cs mainform.designer.cs
/*
* ? SharpDevelop ???
* ??: Administrator
* ??: 2007-12-31
* ??: 12:47
*
* ??????????,?????“?? | ?? | ?? | ??????”?
*/
namespace MyTools
{
partial class MainForm
{
///
www.eeworm.com/read/397810/8020486
cs form1.designer.cs
namespace 文件加密
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
www.eeworm.com/read/297424/8021909
vb frmroomstate.vb
Public Class frmRoomState
Inherits System.Windows.Forms.Form
'为dgdList保存数据的数据表
Private dtData As DataTable
'保存要显示的客房信息的数据表
Private dtRoom As DataTable
'保存位图对象的ArrayList
www.eeworm.com/read/397546/8039886
cs frmnewstudent.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace Student
{
using Aptech.Student.DataAccess
www.eeworm.com/read/397546/8039898
cs frmupdatestudent.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace Student
{
using Aptech.Student.Business;
www.eeworm.com/read/397546/8039902
cs frmnewcourse.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace Student
{
using Aptech.Student.DataAccess
www.eeworm.com/read/397546/8039904
cs frmupdatecourse.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace Student
{
using Aptech.Student.DataAccess
www.eeworm.com/read/397546/8039916
cs frmnewclass.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace Student
{
using Aptech.Student.DataAccess;
///