91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.96KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-26
  • 語(yǔ)言: C#
  • 標(biāo)簽: C#??

資源簡(jiǎn)介

C# InputBox控件源碼

資源截圖

代碼片段和文件信息

using?System;
using?System.Drawing;
using?System.Collections;
using?System.ComponentModel;
using?System.Windows.Forms;

namespace?WindowsApplication1
{

#region?InputBox?return?result

///?
///?Class?used?to?store?the?result?of?an?InputBox.Show?message.
///?

public?class?InputBoxResult?
{
public?DialogResult?ReturnCode;
public?string?Text;
}

#endregion

///?
///?Summary?description?for?InputBox.
///?

public?class?InputBox
{

#region?Private?Windows?Contols?and?Constructor

//?Create?a?new?instance?of?the?form.
private?static?Form?frmInputDialog;
private?static?Label?lblPrompt;
private?static?Button?btnOK;
private?static?Button?btnCancel;
private?static?TextBox?txtInput;

public?Inpu

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????7483??2005-04-21?16:03??InputBox.cs

評(píng)論

共有 條評(píng)論

相關(guān)資源