代码搜索:Winform
找到约 266 项符合「Winform」的源代码
代码结果 266
www.eeworm.com/read/382761/9001797
sln winform.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinForm", "WinForm\WinForm.vcproj", "{005AC63C-0BF3-4969-8EA9-0FEAA19F8432}"
ProjectS
www.eeworm.com/read/382761/9001798
cpp winform.cpp
#using
using namespace System;
#using "System.dll"
#using "System.Windows.Forms.dll"
#using "System.Drawing.dll"
// 添加WinForms所需要的名称空间
using namespace System::ComponentModel;
www.eeworm.com/read/382761/9001799
suo winform.suo
www.eeworm.com/read/424789/10412728
pas winform.pas
unit WinForm;
interface
uses
System.Drawing, System.Collections, System.ComponentModel,
System.Windows.Forms, System.Data, CalcExpress, SysUtils;
type
TWinForm = class(System.Windows
www.eeworm.com/read/448389/7534084
cs winform.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace BMSearch
{
///
/// Summary de