summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuuta Liang <yuuta@yuuta.moe>2024-01-17 20:33:19 -0800
committerYuuta Liang <yuuta@yuuta.moe>2024-01-17 20:33:19 -0800
commit9a54cc05f7cc90c814c4d0cb0ed50e579fcac70d (patch)
treeb93458975276df751bbfedc6aef660962b46acc1
downloadLYTDialog-9a54cc05f7cc90c814c4d0cb0ed50e579fcac70d.tar
LYTDialog-9a54cc05f7cc90c814c4d0cb0ed50e579fcac70d.tar.gz
LYTDialog-9a54cc05f7cc90c814c4d0cb0ed50e579fcac70d.tar.bz2
LYTDialog-9a54cc05f7cc90c814c4d0cb0ed50e579fcac70d.zip
Import from https://www.51aspx.com/code/LYTDialing
With UTF-8 re-encoding
-rw-r--r--51Aspx源码必读.txt42
-rw-r--r--App.icobin0 -> 1078 bytes
-rw-r--r--AssemblyInfo.cs58
-rw-r--r--Form1.cs339
-rw-r--r--Form1.resx120
-rw-r--r--LYTDialing.zipbin0 -> 21439 bytes
-rw-r--r--Tel.csproj145
-rw-r--r--Tel.csproj.user69
-rw-r--r--Tel.sln19
-rw-r--r--bin/Debug/Tel.vshost.exebin0 -> 11592 bytes
-rw-r--r--bin/Debug/Tel.vshost.exe.manifest11
-rw-r--r--from.gifbin0 -> 4945 bytes
-rw-r--r--最新Asp.Net源码下载.url6
13 files changed, 809 insertions, 0 deletions
diff --git a/51Aspx源码必读.txt b/51Aspx源码必读.txt
new file mode 100644
index 0000000..f8589f8
--- /dev/null
+++ b/51Aspx源码必读.txt
@@ -0,0 +1,42 @@
+ϵͳԴ
+
+ܽܣ
+ ϵͳIJʵ˲ŹܣȻϵͳAPIʵֲšʵ
+ [DllImport("Tapi32.dll")]
+ public static extern bool tapiRequestMakeCall( string lpszDestAddress,string lpszAppName,string lpszCalledParty,string lpszComment);
+ע⣺
+ ΪVisual Studio 2008
+
+ߣliangyuteng0927
+
+Դؼ۵ַhttp://www.51aspx.com/Code/LYTDialing
+
+ݱ51AspxٷվʾΪ׼
+Դ51aspxⲢ
+ҵԴ߻51AspxȨΧʹãԸ
+תѰעϢԴʾͶɹأ
+øЧµİֿ֧http://www.51aspx.com/help
+
+ qTTTTTTTTTTTTTTTr
+ U .NetԴרҵվ U
+ qTTTTTT http://www.51aspx.com TTTTTTr
+ U U ̳:http://bbs.51aspx.com U U
+ U tTTTTTTTTTTTTTTTs U
+U U
+U51Aspx U
+ U 1) վ֤ṩԺͰȫԡ U
+ U 2) תرվṩԴɾ˵ļ U
+ U 3) վԴΪѼṩ漰ֺİU
+ U Ȩ֪ͨǡ U
+ U 4) վṩѴֻɹоѧϰʹãҵ;U
+ U ɴһк뱾վ޹ء U
+ U 5) ҵԴԴȨΧڽʹã U
+U U
+ U 51Aspx .NetԴר U
+ U ϵʽ : support@51aspx.com U
+ U qr U
+ tTT .NetԴרҵվ http://www.51aspx.com TTs
+ ts
+ʾ:
+ һݿļĬDB_51aspxļ
+ ʹðЭhttp://www.51aspx.com/help
diff --git a/App.ico b/App.ico
new file mode 100644
index 0000000..3a5525f
--- /dev/null
+++ b/App.ico
Binary files differ
diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs
new file mode 100644
index 0000000..ffa41ad
--- /dev/null
+++ b/AssemblyInfo.cs
@@ -0,0 +1,58 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+
+//
+// 有关程序集的常规信息是通过下列
+// 属性集控制的。更改这些属性值可修改与程序集
+// 关联的信息。
+//
+[assembly: AssemblyTitle("")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("")]
+[assembly: AssemblyCopyright("")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+//
+// 程序集的版本信息由下列 4 个值组成:
+//
+// 主版本
+// 次版本
+// 内部版本号
+// 修订号
+//
+// 您可以指定所有这些值,也可以使用“修订号”和“内部版本号”的默认值,方法是按
+// 如下所示使用 '*':
+
+[assembly: AssemblyVersion("1.0.*")]
+
+//
+// 要对程序集进行签名,必须指定要使用的密钥。有关程序集签名的更多信息,请参考
+// Microsoft .NET Framework 文档。
+//
+// 使用下面的属性控制用于签名的密钥。
+//
+// 注意:
+// (*) 如果未指定密钥,则程序集不会被签名。
+// (*) KeyName 是指已经安装在计算机上的
+// 加密服务提供程序(CSP)中的密钥。KeyFile 是指包含
+// 密钥的文件。
+// (*) 如果 KeyFile 和 KeyName 值都已指定,则
+// 发生下列处理:
+// (1) 如果在 CSP 中可以找到 KeyName,则使用该密钥。
+// (2) 如果 KeyName 不存在而 KeyFile 存在,则
+// KeyFile 中的密钥安装到 CSP 中并且使用该密钥。
+// (*) 要创建 KeyFile,可以使用 sn.exe(强名称)实用工具。
+// 在指定 KeyFile 时,KeyFile 的位置应该相对于
+// 项目输出目录,即
+// %Project Directory%\obj\<configuration>。例如,如果 KeyFile 位于
+// 该项目目录,应将 AssemblyKeyFile
+// 属性指定为 [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
+// (*) “延迟签名”是一个高级选项 - 有关它的更多信息,请参阅 Microsoft .NET Framework
+// 文档。
+//
+[assembly: AssemblyDelaySign(false)]
+[assembly: AssemblyKeyFile("")]
+[assembly: AssemblyKeyName("")]
diff --git a/Form1.cs b/Form1.cs
new file mode 100644
index 0000000..bce9798
--- /dev/null
+++ b/Form1.cs
@@ -0,0 +1,339 @@
+using System;
+using System.Drawing;
+using System.Collections;
+using System.ComponentModel;
+using System.Windows.Forms;
+using System.Data;
+using System.Runtime.InteropServices;
+//www.51aspx.com
+namespace Tel
+{
+ /// <summary>
+ /// Form1 的摘要说明。
+ /// </summary>
+ public class Form1 : System.Windows.Forms.Form
+ {
+ private System.Windows.Forms.Button button1;
+ private System.Windows.Forms.TextBox textBox1;
+ private Button button2;
+ private Button button3;
+ private Button button4;
+ private Button button5;
+ private Button button6;
+ private Button button7;
+ private Button button8;
+ private Button button9;
+ private Button button10;
+ private Button button11;
+ /// <summary>
+ /// 必需的设计器变量。
+ /// </summary>
+ private System.ComponentModel.Container components = null;
+
+ public Form1()
+ {
+ //
+ // Windows 窗体设计器支持所必需的
+ //
+ InitializeComponent();
+
+ //
+ // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
+ //
+ }
+
+ /// <summary>
+ /// 清理所有正在使用的资源。
+ /// </summary>
+ protected override void Dispose( bool disposing )
+ {
+ if( disposing )
+ {
+ if (components != null)
+ {
+ components.Dispose();
+ }
+ }
+ base.Dispose( disposing );
+ }
+
+ #region Windows 窗体设计器生成的代码
+ /// <summary>
+ /// 设计器支持所需的方法 - 不要使用代码编辑器修改
+ /// 此方法的内容。
+ /// </summary>
+ private void InitializeComponent()
+ {
+ this.button1 = new System.Windows.Forms.Button();
+ this.textBox1 = new System.Windows.Forms.TextBox();
+ this.button2 = new System.Windows.Forms.Button();
+ this.button3 = new System.Windows.Forms.Button();
+ this.button4 = new System.Windows.Forms.Button();
+ this.button5 = new System.Windows.Forms.Button();
+ this.button6 = new System.Windows.Forms.Button();
+ this.button7 = new System.Windows.Forms.Button();
+ this.button8 = new System.Windows.Forms.Button();
+ this.button9 = new System.Windows.Forms.Button();
+ this.button10 = new System.Windows.Forms.Button();
+ this.button11 = new System.Windows.Forms.Button();
+ this.SuspendLayout();
+ //
+ // button1
+ //
+ this.button1.BackColor = System.Drawing.Color.Lime;
+ this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
+ this.button1.Location = new System.Drawing.Point(13, 164);
+ this.button1.Name = "button1";
+ this.button1.Size = new System.Drawing.Size(171, 23);
+ this.button1.TabIndex = 1;
+ this.button1.Text = "拨号";
+ this.button1.UseVisualStyleBackColor = false;
+ this.button1.Click += new System.EventHandler(this.button1_Click);
+ //
+ // textBox1
+ //
+ this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.textBox1.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.textBox1.Font = new System.Drawing.Font("幼圆", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.textBox1.Location = new System.Drawing.Point(13, 12);
+ this.textBox1.Name = "textBox1";
+ this.textBox1.Size = new System.Drawing.Size(171, 24);
+ this.textBox1.TabIndex = 2;
+ this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
+ //
+ // button2
+ //
+ this.button2.Location = new System.Drawing.Point(13, 48);
+ this.button2.Name = "button2";
+ this.button2.Size = new System.Drawing.Size(40, 23);
+ this.button2.TabIndex = 3;
+ this.button2.Text = "1";
+ this.button2.UseVisualStyleBackColor = true;
+ this.button2.Click += new System.EventHandler(this.button2_Click_1);
+ //
+ // button3
+ //
+ this.button3.Location = new System.Drawing.Point(83, 48);
+ this.button3.Name = "button3";
+ this.button3.Size = new System.Drawing.Size(40, 23);
+ this.button3.TabIndex = 4;
+ this.button3.Text = "2";
+ this.button3.UseVisualStyleBackColor = true;
+ this.button3.Click += new System.EventHandler(this.button3_Click);
+ //
+ // button4
+ //
+ this.button4.Location = new System.Drawing.Point(144, 48);
+ this.button4.Name = "button4";
+ this.button4.Size = new System.Drawing.Size(40, 23);
+ this.button4.TabIndex = 5;
+ this.button4.Text = "3";
+ this.button4.UseVisualStyleBackColor = true;
+ this.button4.Click += new System.EventHandler(this.button4_Click);
+ //
+ // button5
+ //
+ this.button5.Location = new System.Drawing.Point(13, 77);
+ this.button5.Name = "button5";
+ this.button5.Size = new System.Drawing.Size(40, 23);
+ this.button5.TabIndex = 6;
+ this.button5.Text = "4";
+ this.button5.UseVisualStyleBackColor = true;
+ this.button5.Click += new System.EventHandler(this.button5_Click);
+ //
+ // button6
+ //
+ this.button6.Location = new System.Drawing.Point(83, 77);
+ this.button6.Name = "button6";
+ this.button6.Size = new System.Drawing.Size(40, 23);
+ this.button6.TabIndex = 7;
+ this.button6.Text = "5";
+ this.button6.UseVisualStyleBackColor = true;
+ this.button6.Click += new System.EventHandler(this.button6_Click);
+ //
+ // button7
+ //
+ this.button7.Location = new System.Drawing.Point(144, 77);
+ this.button7.Name = "button7";
+ this.button7.Size = new System.Drawing.Size(40, 23);
+ this.button7.TabIndex = 8;
+ this.button7.Text = "6";
+ this.button7.UseVisualStyleBackColor = true;
+ this.button7.Click += new System.EventHandler(this.button7_Click);
+ //
+ // button8
+ //
+ this.button8.Location = new System.Drawing.Point(13, 106);
+ this.button8.Name = "button8";
+ this.button8.Size = new System.Drawing.Size(40, 23);
+ this.button8.TabIndex = 9;
+ this.button8.Text = "7";
+ this.button8.UseVisualStyleBackColor = true;
+ this.button8.Click += new System.EventHandler(this.button8_Click);
+ //
+ // button9
+ //
+ this.button9.Location = new System.Drawing.Point(83, 106);
+ this.button9.Name = "button9";
+ this.button9.Size = new System.Drawing.Size(40, 23);
+ this.button9.TabIndex = 10;
+ this.button9.Text = "8";
+ this.button9.UseVisualStyleBackColor = true;
+ this.button9.Click += new System.EventHandler(this.button9_Click);
+ //
+ // button10
+ //
+ this.button10.Location = new System.Drawing.Point(144, 106);
+ this.button10.Name = "button10";
+ this.button10.Size = new System.Drawing.Size(40, 23);
+ this.button10.TabIndex = 11;
+ this.button10.Text = "9";
+ this.button10.UseVisualStyleBackColor = true;
+ this.button10.Click += new System.EventHandler(this.button10_Click);
+ //
+ // button11
+ //
+ this.button11.Location = new System.Drawing.Point(83, 135);
+ this.button11.Name = "button11";
+ this.button11.Size = new System.Drawing.Size(40, 23);
+ this.button11.TabIndex = 12;
+ this.button11.Text = "0";
+ this.button11.UseVisualStyleBackColor = true;
+ this.button11.Click += new System.EventHandler(this.button11_Click);
+ //
+ // Form1
+ //
+ this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
+ this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
+ this.ClientSize = new System.Drawing.Size(510, 396);
+ this.Controls.Add(this.button11);
+ this.Controls.Add(this.button10);
+ this.Controls.Add(this.button9);
+ this.Controls.Add(this.button8);
+ this.Controls.Add(this.button7);
+ this.Controls.Add(this.button6);
+ this.Controls.Add(this.button5);
+ this.Controls.Add(this.button4);
+ this.Controls.Add(this.button3);
+ this.Controls.Add(this.button2);
+ this.Controls.Add(this.textBox1);
+ this.Controls.Add(this.button1);
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
+ this.MaximizeBox = false;
+ this.Name = "Form1";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+ #endregion
+
+ /// <summary>
+ /// 应用程序的主入口点。
+ /// </summary>
+ [STAThread]
+ static void Main()
+ {
+ Application.Run(new Form1());
+ }
+ [DllImport("Tapi32.dll")]
+ public static extern bool tapiRequestMakeCall( string lpszDestAddress,string lpszAppName,string lpszCalledParty,string lpszComment);
+ private void button1_Click(object sender, System.EventArgs e)
+ {//拨号
+ string strnumber=this.textBox1.Text;
+ if (strnumber.Length < 1)
+
+ MessageBox.Show("请输入电话号码", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
+ try
+ {
+ tapiRequestMakeCall(strnumber, "拨号", strnumber, "");
+ }
+ catch(Exception Err)
+ {
+ MessageBox.Show("拨号失败:"+Err.Message,"信息提示",MessageBoxButtons.OK,MessageBoxIcon.Error);
+ button1.Enabled = false;
+ }
+ }
+ private void button2_Click(object sender, System.EventArgs e)
+ {//关闭应用程序
+ this.Close();
+ }
+
+ private void button2_Click_1(object sender, EventArgs e)
+ {
+ string strnumber = this.textBox1.Text;
+ textBox1.Text = strnumber + "1";
+ button1.Enabled = true;
+ }
+
+ private void button3_Click(object sender, EventArgs e)
+ {
+ string strnumber = this.textBox1.Text;
+ textBox1.Text = strnumber + "2";
+ button1.Enabled = true;
+ }
+
+ private void button4_Click(object sender, EventArgs e)
+ {
+ string strnumber = this.textBox1.Text;
+ textBox1.Text = strnumber + "3";
+ button1.Enabled = true;
+ }
+
+ private void button5_Click(object sender, EventArgs e)
+ {
+ string strnumber = this.textBox1.Text;
+ textBox1.Text = strnumber + "4";
+ button1.Enabled = true;
+ }
+
+ private void button6_Click(object sender, EventArgs e)
+ {
+ string strnumber = this.textBox1.Text;
+ textBox1.Text = strnumber + "5";
+ button1.Enabled = true;
+
+ }
+
+ private void button7_Click(object sender, EventArgs e)
+ {
+ string strnumber = this.textBox1.Text;
+ textBox1.Text = strnumber + "6";
+ button1.Enabled = true;
+
+ }
+
+ private void button8_Click(object sender, EventArgs e)
+ {
+ string strnumber = this.textBox1.Text;
+ textBox1.Text = strnumber + "7";
+ button1.Enabled = true;
+ }
+
+ private void button9_Click(object sender, EventArgs e)
+ {
+ string strnumber = this.textBox1.Text;
+ textBox1.Text = strnumber + "8";
+ button1.Enabled = true;
+ }
+
+ private void button10_Click(object sender, EventArgs e)
+ {
+ string strnumber = this.textBox1.Text;
+ textBox1.Text = strnumber + "9";
+ button1.Enabled = true;
+ }
+
+ private void button11_Click(object sender, EventArgs e)
+ {
+ string strnumber = this.textBox1.Text;
+ textBox1.Text = strnumber + "0";
+ button1.Enabled = true;
+ }
+
+ private void textBox1_TextChanged(object sender, EventArgs e)
+ {
+ button1.Enabled = true;
+ }
+ }
+}
diff --git a/Form1.resx b/Form1.resx
new file mode 100644
index 0000000..ff31a6d
--- /dev/null
+++ b/Form1.resx
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+ <!--
+ Microsoft ResX Schema
+
+ Version 2.0
+
+ The primary goals of this format is to allow a simple XML format
+ that is mostly human readable. The generation and parsing of the
+ various data types are done through the TypeConverter classes
+ associated with the data types.
+
+ Example:
+
+ ... ado.net/XML headers & schema ...
+ <resheader name="resmimetype">text/microsoft-resx</resheader>
+ <resheader name="version">2.0</resheader>
+ <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+ <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+ <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+ <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+ <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+ <value>[base64 mime encoded serialized .NET Framework object]</value>
+ </data>
+ <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+ <comment>This is a comment</comment>
+ </data>
+
+ There are any number of "resheader" rows that contain simple
+ name/value pairs.
+
+ Each data row contains a name, and value. The row also contains a
+ type or mimetype. Type corresponds to a .NET class that support
+ text/value conversion through the TypeConverter architecture.
+ Classes that don't support this are serialized and stored with the
+ mimetype set.
+
+ The mimetype is used for serialized objects, and tells the
+ ResXResourceReader how to depersist the object. This is currently not
+ extensible. For a given mimetype the value must be set accordingly:
+
+ Note - application/x-microsoft.net.object.binary.base64 is the format
+ that the ResXResourceWriter will generate, however the reader can
+ read any of the formats listed below.
+
+ mimetype: application/x-microsoft.net.object.binary.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.soap.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.bytearray.base64
+ value : The object must be serialized into a byte array
+ : using a System.ComponentModel.TypeConverter
+ : and then encoded with base64 encoding.
+ -->
+ <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+ <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+ <xsd:element name="root" msdata:IsDataSet="true">
+ <xsd:complexType>
+ <xsd:choice maxOccurs="unbounded">
+ <xsd:element name="metadata">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" />
+ </xsd:sequence>
+ <xsd:attribute name="name" use="required" type="xsd:string" />
+ <xsd:attribute name="type" type="xsd:string" />
+ <xsd:attribute name="mimetype" type="xsd:string" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="assembly">
+ <xsd:complexType>
+ <xsd:attribute name="alias" type="xsd:string" />
+ <xsd:attribute name="name" type="xsd:string" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="data">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+ <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+ <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="resheader">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" />
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:choice>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:schema>
+ <resheader name="resmimetype">
+ <value>text/microsoft-resx</value>
+ </resheader>
+ <resheader name="version">
+ <value>2.0</value>
+ </resheader>
+ <resheader name="reader">
+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <resheader name="writer">
+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+</root> \ No newline at end of file
diff --git a/LYTDialing.zip b/LYTDialing.zip
new file mode 100644
index 0000000..f175e6e
--- /dev/null
+++ b/LYTDialing.zip
Binary files differ
diff --git a/Tel.csproj b/Tel.csproj
new file mode 100644
index 0000000..8018418
--- /dev/null
+++ b/Tel.csproj
@@ -0,0 +1,145 @@
+<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <ProjectType>Local</ProjectType>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{473D085C-50FA-4870-83FC-D3F332B71FAA}</ProjectGuid>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ApplicationIcon>App.ico</ApplicationIcon>
+ <AssemblyKeyContainerName>
+ </AssemblyKeyContainerName>
+ <AssemblyName>Tel</AssemblyName>
+ <AssemblyOriginatorKeyFile>
+ </AssemblyOriginatorKeyFile>
+ <DefaultClientScript>JScript</DefaultClientScript>
+ <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
+ <DefaultTargetSchema>IE50</DefaultTargetSchema>
+ <DelaySign>false</DelaySign>
+ <OutputType>WinExe</OutputType>
+ <RootNamespace>Tel</RootNamespace>
+ <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
+ <StartupObject>
+ </StartupObject>
+ <FileUpgradeFlags>
+ </FileUpgradeFlags>
+ <UpgradeBackupLocation>
+ </UpgradeBackupLocation>
+ <OldToolsVersion>0.0</OldToolsVersion>
+ <PublishUrl>publish\</PublishUrl>
+ <Install>true</Install>
+ <InstallFrom>Disk</InstallFrom>
+ <UpdateEnabled>false</UpdateEnabled>
+ <UpdateMode>Foreground</UpdateMode>
+ <UpdateInterval>7</UpdateInterval>
+ <UpdateIntervalUnits>Days</UpdateIntervalUnits>
+ <UpdatePeriodically>false</UpdatePeriodically>
+ <UpdateRequired>false</UpdateRequired>
+ <MapFileExtensions>true</MapFileExtensions>
+ <ApplicationRevision>0</ApplicationRevision>
+ <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
+ <IsWebBootstrapper>false</IsWebBootstrapper>
+ <UseApplicationTrust>false</UseApplicationTrust>
+ <BootstrapperEnabled>true</BootstrapperEnabled>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <OutputPath>bin\Debug\</OutputPath>
+ <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
+ <BaseAddress>285212672</BaseAddress>
+ <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
+ <ConfigurationOverrideFile>
+ </ConfigurationOverrideFile>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <DocumentationFile>
+ </DocumentationFile>
+ <DebugSymbols>true</DebugSymbols>
+ <FileAlignment>4096</FileAlignment>
+ <NoStdLib>false</NoStdLib>
+ <NoWarn>
+ </NoWarn>
+ <Optimize>false</Optimize>
+ <RegisterForComInterop>false</RegisterForComInterop>
+ <RemoveIntegerChecks>false</RemoveIntegerChecks>
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+ <WarningLevel>4</WarningLevel>
+ <DebugType>full</DebugType>
+ <ErrorReport>prompt</ErrorReport>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <OutputPath>bin\Release\</OutputPath>
+ <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
+ <BaseAddress>285212672</BaseAddress>
+ <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
+ <ConfigurationOverrideFile>
+ </ConfigurationOverrideFile>
+ <DefineConstants>TRACE</DefineConstants>
+ <DocumentationFile>
+ </DocumentationFile>
+ <DebugSymbols>false</DebugSymbols>
+ <FileAlignment>4096</FileAlignment>
+ <NoStdLib>false</NoStdLib>
+ <NoWarn>
+ </NoWarn>
+ <Optimize>true</Optimize>
+ <RegisterForComInterop>false</RegisterForComInterop>
+ <RemoveIntegerChecks>false</RemoveIntegerChecks>
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+ <WarningLevel>4</WarningLevel>
+ <DebugType>none</DebugType>
+ <ErrorReport>prompt</ErrorReport>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="System">
+ <Name>System</Name>
+ </Reference>
+ <Reference Include="System.Data">
+ <Name>System.Data</Name>
+ </Reference>
+ <Reference Include="System.Drawing">
+ <Name>System.Drawing</Name>
+ </Reference>
+ <Reference Include="System.Windows.Forms">
+ <Name>System.Windows.Forms</Name>
+ </Reference>
+ <Reference Include="System.Xml">
+ <Name>System.XML</Name>
+ </Reference>
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="App.ico" />
+ <Compile Include="AssemblyInfo.cs">
+ <SubType>Code</SubType>
+ </Compile>
+ <Compile Include="Form1.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <EmbeddedResource Include="Form1.resx">
+ <DependentUpon>Form1.cs</DependentUpon>
+ <SubType>Designer</SubType>
+ </EmbeddedResource>
+ </ItemGroup>
+ <ItemGroup>
+ <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
+ <Visible>False</Visible>
+ <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
+ <Install>true</Install>
+ </BootstrapperPackage>
+ <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
+ <Visible>False</Visible>
+ <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
+ <Install>false</Install>
+ </BootstrapperPackage>
+ <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
+ <Visible>False</Visible>
+ <ProductName>.NET Framework 3.5</ProductName>
+ <Install>false</Install>
+ </BootstrapperPackage>
+ </ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <PropertyGroup>
+ <PreBuildEvent>
+ </PreBuildEvent>
+ <PostBuildEvent>
+ </PostBuildEvent>
+ </PropertyGroup>
+</Project> \ No newline at end of file
diff --git a/Tel.csproj.user b/Tel.csproj.user
new file mode 100644
index 0000000..d99882e
--- /dev/null
+++ b/Tel.csproj.user
@@ -0,0 +1,69 @@
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <LastOpenVersion>7.10.3077</LastOpenVersion>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ReferencePath>
+ </ReferencePath>
+ <CopyProjectDestinationFolder>
+ </CopyProjectDestinationFolder>
+ <CopyProjectUncPath>
+ </CopyProjectUncPath>
+ <CopyProjectOption>0</CopyProjectOption>
+ <ProjectView>ProjectFiles</ProjectView>
+ <ProjectTrust>0</ProjectTrust>
+ <PublishUrlHistory>publish\</PublishUrlHistory>
+ <InstallUrlHistory>
+ </InstallUrlHistory>
+ <SupportUrlHistory>
+ </SupportUrlHistory>
+ <UpdateUrlHistory>
+ </UpdateUrlHistory>
+ <BootstrapperUrlHistory>
+ </BootstrapperUrlHistory>
+ <FallbackCulture>zh-CN</FallbackCulture>
+ <VerifyUploadedFiles>false</VerifyUploadedFiles>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <EnableASPDebugging>false</EnableASPDebugging>
+ <EnableASPXDebugging>false</EnableASPXDebugging>
+ <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
+ <EnableSQLServerDebugging>false</EnableSQLServerDebugging>
+ <RemoteDebugEnabled>false</RemoteDebugEnabled>
+ <RemoteDebugMachine>
+ </RemoteDebugMachine>
+ <StartAction>Project</StartAction>
+ <StartArguments>
+ </StartArguments>
+ <StartPage>
+ </StartPage>
+ <StartProgram>
+ </StartProgram>
+ <StartURL>
+ </StartURL>
+ <StartWorkingDirectory>
+ </StartWorkingDirectory>
+ <StartWithIE>true</StartWithIE>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <EnableASPDebugging>false</EnableASPDebugging>
+ <EnableASPXDebugging>false</EnableASPXDebugging>
+ <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
+ <EnableSQLServerDebugging>false</EnableSQLServerDebugging>
+ <RemoteDebugEnabled>false</RemoteDebugEnabled>
+ <RemoteDebugMachine>
+ </RemoteDebugMachine>
+ <StartAction>Project</StartAction>
+ <StartArguments>
+ </StartArguments>
+ <StartPage>
+ </StartPage>
+ <StartProgram>
+ </StartProgram>
+ <StartURL>
+ </StartURL>
+ <StartWorkingDirectory>
+ </StartWorkingDirectory>
+ <StartWithIE>false</StartWithIE>
+ </PropertyGroup>
+</Project> \ No newline at end of file
diff --git a/Tel.sln b/Tel.sln
new file mode 100644
index 0000000..77f40cc
--- /dev/null
+++ b/Tel.sln
@@ -0,0 +1,19 @@
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tel", "Tel.csproj", "{473D085C-50FA-4870-83FC-D3F332B71FAA}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {473D085C-50FA-4870-83FC-D3F332B71FAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {473D085C-50FA-4870-83FC-D3F332B71FAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {473D085C-50FA-4870-83FC-D3F332B71FAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {473D085C-50FA-4870-83FC-D3F332B71FAA}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/bin/Debug/Tel.vshost.exe b/bin/Debug/Tel.vshost.exe
new file mode 100644
index 0000000..ef25c20
--- /dev/null
+++ b/bin/Debug/Tel.vshost.exe
Binary files differ
diff --git a/bin/Debug/Tel.vshost.exe.manifest b/bin/Debug/Tel.vshost.exe.manifest
new file mode 100644
index 0000000..f96b1d6
--- /dev/null
+++ b/bin/Debug/Tel.vshost.exe.manifest
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
+ <security>
+ <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
+ <requestedExecutionLevel level="asInvoker" uiAccess="false"/>
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
+</assembly>
diff --git a/from.gif b/from.gif
new file mode 100644
index 0000000..da0eb10
--- /dev/null
+++ b/from.gif
Binary files differ
diff --git a/最新Asp.Net源码下载.url b/最新Asp.Net源码下载.url
new file mode 100644
index 0000000..da02594
--- /dev/null
+++ b/最新Asp.Net源码下载.url
@@ -0,0 +1,6 @@
+[InternetShortcut]
+URL=http://www.51aspx.com/
+IconFile=C:\WINDOWS\system32\SHELL32.dll
+IconIndex=14
+HotKey=116
+IDList=