SmartPhone手机上查看QQ天气预报
日期:2007年12月15日 作者: 查看:[大字体 中字体 小字体]-
this.txt_Temp1.Location = new System.Drawing.Point(12, 68);
this.txt_Temp1.Size = new System.Drawing.Size(152, 14);
this.txt_Temp1.Text = "气温:";
//
// txt_WindPower1
//
this.txt_WindPower1.Font = new System.Drawing.Font("Nina", 9F, System.Drawing.FontStyle.Regular);
this.txt_WindPower1.Location = new System.Drawing.Point(12, 84);
this.txt_WindPower1.Size = new System.Drawing.Size(152, 14);
this.txt_WindPower1.Text = "风力:";
//
// txt_Temp2
//
this.txt_Temp2.Font = new System.Drawing.Font("Nina", 9F, System.Drawing.FontStyle.Regular);
this.txt_Temp2.Location = new System.Drawing.Point(12, 140);
this.txt_Temp2.Size = new System.Drawing.Size(152, 14);
this.txt_Temp2.Text = "气温:";
//
// txt_WindPower2
//
this.txt_WindPower2.Font = new System.Drawing.Font("Nina", 9F, System.Drawing.FontStyle.Regular);
this.txt_WindPower2.Location = new System.Drawing.Point(12, 156);
this.txt_WindPower2.Size = new System.Drawing.Size(152, 14);
this.txt_WindPower2.Text = "风力:";
//
// txt_Date2
//
this.txt_Date2.Font = new System.Drawing.Font("Nina", 9F, System.Drawing.FontStyle.Regular);
this.txt_Date2.Location = new System.Drawing.Point(12, 108);
this.txt_Date2.Size = new System.Drawing.Size(152, 14);
this.txt_Date2.Text = "日期:";
//
// txt_Weather2
//
this.txt_Weather2.Font = new System.Drawing.Font("Nina", 9F, System.Drawing.FontStyle.Regular);
this.txt_Weather2.Location = new System.Drawing.Point(12, 124);
this.txt_Weather2.Size = new System.Drawing.Size(152, 14);
this.txt_Weather2.Text = "天气:";
//
// timer1
//
this.timer1.Interval = 200;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// MainForm
//
this.Controls.Add(this.comboBox_City);
this.Controls.Add(this.txt_Date1);
this.Controls.Add(this.txt_Weather1);
this.Controls.Add(this.label_City);
this.Controls.Add(this.txt_Temp1);
this.Controls.Add(this.txt_WindPower1);
this.Controls.Add(this.txt_Temp2);
this.Controls.Add(this.txt_WindPower2);
this.Controls.Add(this.txt_Date2);
this.Controls.Add(this.txt_Weather2);
this.Menu = this.mainMenu1;
this.Text = "天气预报";
}
#endregion
/// <summary>
/// The main entry point for the application.
/// </summary>
static void Main()
{
Application.Run(new MainForm());
}
private void menuItem_Exit_Click(object sender, System.EventArgs e)
{
this.Dispose();
}
private void menuItem1_Click(object sender, System.EventArgs e)
{
SearchWeather(this.comboBox_City.Text);
}
private string[] myString = new string[]
{
"日期: ",
"温度: ",
"天气: ", - 上一页 [1] [2] [3] [4] [5] [6] [7] [8] 下一页
-
- 相关文章:
- 相关软件
- 特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作
- 者.文章版权归文章原始作者所有.对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转
- 载的文章有版权问题请联系编辑人员,我们尽快予以更正. 转载请注明来源:http://www.hackhome.com
| ·神气兔宝贝中文版 |
| ·QQ空间人气精灵3.80 Beta4 |
| ·[GBA]元气史莱姆:冲击的尾巴团 |
| ·小鸡报天气QQ表情 |
| ·桌面天气秀(XDeskWeather)v4.1 |
| ·金庸群侠传2003之剑气碧烟横 |
| ·电脑万能加锁专家 2006 世界气象日特别版 |
| ·奇童梦乐-语气篇2006夏 |
| ·信普天气预报v5.7 |
| ·龙帝天气预报 V1.99 正式版 |
上一篇:QQ聊天避开木马病毒攻击的小技巧
