www.pudn.com > PPC_Weather.rar > Form1.Designer.cs
namespace PPC_Weather
{
partial class Form1
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.menuItem1 = new System.Windows.Forms.MenuItem();
this.menuItem2 = new System.Windows.Forms.MenuItem();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.weatherBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.tabPage1 = new System.Windows.Forms.TabPage();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.remarkLabel = new System.Windows.Forms.Label();
this.remarkTextBox = new System.Windows.Forms.TextBox();
this.wind_todayLabel = new System.Windows.Forms.Label();
this.wind_todayLabel1 = new System.Windows.Forms.Label();
this.weather_todayLabel = new System.Windows.Forms.Label();
this.weather_todayLabel1 = new System.Windows.Forms.Label();
this.temp_todayLabel = new System.Windows.Forms.Label();
this.temp_todayLabel1 = new System.Windows.Forms.Label();
this.provinceLabel = new System.Windows.Forms.Label();
this.provinceLabel1 = new System.Windows.Forms.Label();
this.txtCity = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.label7 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.textBox1 = new System.Windows.Forms.TextBox();
this.menuItem3 = new System.Windows.Forms.MenuItem();
this.pictureBoxURL2 = new PPC_Weather.PictureBoxURL();
this.pictureBoxURL1 = new PPC_Weather.PictureBoxURL();
this.pictureBoxURL4 = new PPC_Weather.PictureBoxURL();
this.pictureBoxURL3 = new PPC_Weather.PictureBoxURL();
this.pictureBoxURL5 = new PPC_Weather.PictureBoxURL();
this.pictureBoxURL6 = new PPC_Weather.PictureBoxURL();
this.menuItem4 = new System.Windows.Forms.MenuItem();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tabPage4.SuspendLayout();
this.SuspendLayout();
//
// mainMenu1
//
this.mainMenu1.MenuItems.Add(this.menuItem1);
this.mainMenu1.MenuItems.Add(this.menuItem2);
//
// menuItem1
//
this.menuItem1.Text = "更新";
this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
//
// menuItem2
//
this.menuItem2.MenuItems.Add(this.menuItem3);
this.menuItem2.MenuItems.Add(this.menuItem4);
this.menuItem2.Text = "操作";
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(240, 268);
this.tabControl1.TabIndex = 22;
//
// weatherBindingSource
//
this.weatherBindingSource.DataSource = typeof(PPC_Weather.Weather);
this.weatherBindingSource.BindingComplete += new System.Windows.Forms.BindingCompleteEventHandler(this.weatherBindingSource_BindingComplete);
//
// tabPage1
//
this.tabPage1.Controls.Add(this.label15);
this.tabPage1.Controls.Add(this.label16);
this.tabPage1.Controls.Add(this.label14);
this.tabPage1.Controls.Add(this.pictureBoxURL2);
this.tabPage1.Controls.Add(this.pictureBoxURL1);
this.tabPage1.Controls.Add(this.remarkLabel);
this.tabPage1.Controls.Add(this.remarkTextBox);
this.tabPage1.Controls.Add(this.wind_todayLabel);
this.tabPage1.Controls.Add(this.wind_todayLabel1);
this.tabPage1.Controls.Add(this.weather_todayLabel);
this.tabPage1.Controls.Add(this.weather_todayLabel1);
this.tabPage1.Controls.Add(this.temp_todayLabel);
this.tabPage1.Controls.Add(this.temp_todayLabel1);
this.tabPage1.Controls.Add(this.provinceLabel);
this.tabPage1.Controls.Add(this.provinceLabel1);
this.tabPage1.Controls.Add(this.txtCity);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.weatherBindingSource, "Date_today", true));
this.tabPage1.Location = new System.Drawing.Point(0, 0);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Size = new System.Drawing.Size(240, 245);
//
// label15
//
this.label15.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label15.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.weatherBindingSource, "PublishDate", true));
this.label15.ForeColor = System.Drawing.Color.Red;
this.label15.Location = new System.Drawing.Point(79, 0);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(115, 20);
this.label15.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label16
//
this.label16.ForeColor = System.Drawing.Color.Red;
this.label16.Location = new System.Drawing.Point(0, 0);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(76, 20);
this.label16.Text = "中央气象台";
this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// label14
//
this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label14.ForeColor = System.Drawing.Color.Red;
this.label14.Location = new System.Drawing.Point(197, 0);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(46, 20);
this.label14.Text = "发布";
//
// remarkLabel
//
this.remarkLabel.Location = new System.Drawing.Point(7, 156);
this.remarkLabel.Name = "remarkLabel";
this.remarkLabel.Size = new System.Drawing.Size(47, 20);
this.remarkLabel.Text = "舒适:";
//
// remarkTextBox
//
this.remarkTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.weatherBindingSource, "Remark", true));
this.remarkTextBox.Location = new System.Drawing.Point(58, 155);
this.remarkTextBox.Multiline = true;
this.remarkTextBox.Name = "remarkTextBox";
this.remarkTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.remarkTextBox.Size = new System.Drawing.Size(175, 82);
this.remarkTextBox.TabIndex = 25;
//
// wind_todayLabel
//
this.wind_todayLabel.Location = new System.Drawing.Point(7, 132);
this.wind_todayLabel.Name = "wind_todayLabel";
this.wind_todayLabel.Size = new System.Drawing.Size(47, 20);
this.wind_todayLabel.Text = "风力:";
//
// wind_todayLabel1
//
this.wind_todayLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.weatherBindingSource, "Wind_today", true));
this.wind_todayLabel1.Location = new System.Drawing.Point(58, 131);
this.wind_todayLabel1.Name = "wind_todayLabel1";
this.wind_todayLabel1.Size = new System.Drawing.Size(175, 20);
//
// weather_todayLabel
//
this.weather_todayLabel.Location = new System.Drawing.Point(7, 84);
this.weather_todayLabel.Name = "weather_todayLabel";
this.weather_todayLabel.Size = new System.Drawing.Size(47, 20);
this.weather_todayLabel.Text = "天气:";
//
// weather_todayLabel1
//
this.weather_todayLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.weatherBindingSource, "Weather_today", true));
this.weather_todayLabel1.Location = new System.Drawing.Point(58, 83);
this.weather_todayLabel1.Name = "weather_todayLabel1";
this.weather_todayLabel1.Size = new System.Drawing.Size(100, 20);
//
// temp_todayLabel
//
this.temp_todayLabel.Location = new System.Drawing.Point(7, 108);
this.temp_todayLabel.Name = "temp_todayLabel";
this.temp_todayLabel.Size = new System.Drawing.Size(47, 20);
this.temp_todayLabel.Text = "温度:";
//
// temp_todayLabel1
//
this.temp_todayLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.weatherBindingSource, "Temp_today", true));
this.temp_todayLabel1.Location = new System.Drawing.Point(58, 107);
this.temp_todayLabel1.Name = "temp_todayLabel1";
this.temp_todayLabel1.Size = new System.Drawing.Size(175, 20);
//
// provinceLabel
//
this.provinceLabel.Location = new System.Drawing.Point(7, 60);
this.provinceLabel.Name = "provinceLabel";
this.provinceLabel.Size = new System.Drawing.Size(47, 20);
this.provinceLabel.Text = "省份:";
//
// provinceLabel1
//
this.provinceLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.weatherBindingSource, "Province", true));
this.provinceLabel1.Location = new System.Drawing.Point(58, 59);
this.provinceLabel1.Name = "provinceLabel1";
this.provinceLabel1.Size = new System.Drawing.Size(175, 20);
//
// txtCity
//
this.txtCity.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.weatherBindingSource, "City", true));
this.txtCity.Location = new System.Drawing.Point(58, 34);
this.txtCity.Name = "txtCity";
this.txtCity.Size = new System.Drawing.Size(100, 21);
this.txtCity.TabIndex = 22;
//
// label1
//
this.label1.Location = new System.Drawing.Point(7, 36);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(47, 20);
this.label1.Text = "城市:";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.pictureBoxURL4);
this.tabPage2.Controls.Add(this.pictureBoxURL3);
this.tabPage2.Controls.Add(this.label7);
this.tabPage2.Controls.Add(this.label2);
this.tabPage2.Controls.Add(this.label3);
this.tabPage2.Controls.Add(this.label4);
this.tabPage2.Controls.Add(this.label5);
this.tabPage2.Controls.Add(this.label6);
this.tabPage2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.weatherBindingSource, "Date_tomorrow", true));
this.tabPage2.Location = new System.Drawing.Point(0, 0);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Size = new System.Drawing.Size(232, 242);
//
// label7
//
this.label7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.weatherBindingSource, "Wind_tomorrow", true));
this.label7.Location = new System.Drawing.Point(69, 160);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(155, 20);
//
// label2
//
this.label2.Location = new System.Drawing.Point(16, 160);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 20);
this.label2.Text = "风力:";
//
// label3
//
this.label3.Location = new System.Drawing.Point(16, 26);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(47, 20);
this.label3.Text = "天气:";
//
// label4
//
this.label4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.weatherBindingSource, "Weather_tomorrow", true));
this.label4.Location = new System.Drawing.Point(69, 26);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(155, 20);
//
// label5
//
this.label5.Location = new System.Drawing.Point(16, 124);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(47, 20);
this.label5.Text = "温度:";
//
// label6
//
this.label6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.weatherBindingSource, "Temp_tomorrow", true));
this.label6.Location = new System.Drawing.Point(69, 124);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(155, 20);
//
// tabPage3
//
this.tabPage3.Controls.Add(this.pictureBoxURL5);
this.tabPage3.Controls.Add(this.pictureBoxURL6);
this.tabPage3.Controls.Add(this.label8);
this.tabPage3.Controls.Add(this.label9);
this.tabPage3.Controls.Add(this.label10);
this.tabPage3.Controls.Add(this.label11);
this.tabPage3.Controls.Add(this.label12);
this.tabPage3.Controls.Add(this.label13);
this.tabPage3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.weatherBindingSource, "Date_dayofTMR", true));
this.tabPage3.Location = new System.Drawing.Point(0, 0);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(232, 242);
//
// label8
//
this.label8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.weatherBindingSource, "Wind_dayofTMR", true));
this.label8.Location = new System.Drawing.Point(69, 160);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(155, 20);
//
// label9
//
this.label9.Location = new System.Drawing.Point(16, 160);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(47, 20);
this.label9.Text = "风力:";
//
// label10
//
this.label10.Location = new System.Drawing.Point(16, 26);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(47, 20);
this.label10.Text = "天气:";
//
// label11
//
this.label11.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.weatherBindingSource, "Weather_dayofTMR", true));
this.label11.Location = new System.Drawing.Point(69, 26);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(155, 20);
//
// label12
//
this.label12.Location = new System.Drawing.Point(16, 124);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(47, 20);
this.label12.Text = "温度:";
//
// label13
//
this.label13.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.weatherBindingSource, "Temp_dayofTMR", true));
this.label13.Location = new System.Drawing.Point(69, 124);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(155, 20);
//
// tabPage4
//
this.tabPage4.Controls.Add(this.textBox1);
this.tabPage4.Location = new System.Drawing.Point(0, 0);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Size = new System.Drawing.Size(232, 242);
this.tabPage4.Text = "城市介绍";
//
// textBox1
//
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.weatherBindingSource, "Introduction", true));
this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBox1.Location = new System.Drawing.Point(0, 0);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox1.Size = new System.Drawing.Size(232, 242);
this.textBox1.TabIndex = 0;
//
// menuItem3
//
this.menuItem3.Text = "发送短信";
this.menuItem3.Click += new System.EventHandler(this.menuItem3_Click);
//
// pictureBoxURL2
//
this.pictureBoxURL2.DataBindings.Add(new System.Windows.Forms.Binding("PicUrl", this.weatherBindingSource, "Pic2_today", true));
this.pictureBoxURL2.Location = new System.Drawing.Point(186, 82);
this.pictureBoxURL2.Name = "pictureBoxURL2";
this.pictureBoxURL2.PicUrl = null;
this.pictureBoxURL2.Size = new System.Drawing.Size(20, 20);
//
// pictureBoxURL1
//
this.pictureBoxURL1.DataBindings.Add(new System.Windows.Forms.Binding("PicUrl", this.weatherBindingSource, "Pic1_today", true));
this.pictureBoxURL1.Location = new System.Drawing.Point(164, 82);
this.pictureBoxURL1.Name = "pictureBoxURL1";
this.pictureBoxURL1.PicUrl = null;
this.pictureBoxURL1.Size = new System.Drawing.Size(20, 20);
//
// pictureBoxURL4
//
this.pictureBoxURL4.DataBindings.Add(new System.Windows.Forms.Binding("PicUrl", this.weatherBindingSource, "Pic2_tomorrow", true));
this.pictureBoxURL4.Location = new System.Drawing.Point(134, 62);
this.pictureBoxURL4.Name = "pictureBoxURL4";
this.pictureBoxURL4.PicUrl = null;
this.pictureBoxURL4.Size = new System.Drawing.Size(50, 46);
//
// pictureBoxURL3
//
this.pictureBoxURL3.DataBindings.Add(new System.Windows.Forms.Binding("PicUrl", this.weatherBindingSource, "Pic1_tomorrow", true));
this.pictureBoxURL3.Location = new System.Drawing.Point(78, 62);
this.pictureBoxURL3.Name = "pictureBoxURL3";
this.pictureBoxURL3.PicUrl = null;
this.pictureBoxURL3.Size = new System.Drawing.Size(50, 46);
//
// pictureBoxURL5
//
this.pictureBoxURL5.DataBindings.Add(new System.Windows.Forms.Binding("PicUrl", this.weatherBindingSource, "Pic2_dayofTMR", true));
this.pictureBoxURL5.Location = new System.Drawing.Point(134, 62);
this.pictureBoxURL5.Name = "pictureBoxURL5";
this.pictureBoxURL5.PicUrl = null;
this.pictureBoxURL5.Size = new System.Drawing.Size(50, 46);
//
// pictureBoxURL6
//
this.pictureBoxURL6.DataBindings.Add(new System.Windows.Forms.Binding("PicUrl", this.weatherBindingSource, "Pic1_dayofTMR", true));
this.pictureBoxURL6.Location = new System.Drawing.Point(78, 62);
this.pictureBoxURL6.Name = "pictureBoxURL6";
this.pictureBoxURL6.PicUrl = null;
this.pictureBoxURL6.Size = new System.Drawing.Size(50, 46);
//
// menuItem4
//
this.menuItem4.Text = "退出";
this.menuItem4.Click += new System.EventHandler(this.menuItem4_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.tabControl1);
this.Menu = this.mainMenu1;
this.Name = "Form1";
this.Text = " 天气预报";
this.Load += new System.EventHandler(this.Form1_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.tabPage4.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.MenuItem menuItem1;
private System.Windows.Forms.BindingSource weatherBindingSource;
private System.Windows.Forms.MenuItem menuItem2;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private PictureBoxURL pictureBoxURL2;
private PictureBoxURL pictureBoxURL1;
private System.Windows.Forms.Label remarkLabel;
private System.Windows.Forms.TextBox remarkTextBox;
private System.Windows.Forms.Label wind_todayLabel;
private System.Windows.Forms.Label wind_todayLabel1;
private System.Windows.Forms.Label weather_todayLabel;
private System.Windows.Forms.Label weather_todayLabel1;
private System.Windows.Forms.Label temp_todayLabel;
private System.Windows.Forms.Label temp_todayLabel1;
private System.Windows.Forms.Label provinceLabel;
private System.Windows.Forms.Label provinceLabel1;
private System.Windows.Forms.TextBox txtCity;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
private PictureBoxURL pictureBoxURL4;
private PictureBoxURL pictureBoxURL3;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private PictureBoxURL pictureBoxURL5;
private PictureBoxURL pictureBoxURL6;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.MenuItem menuItem3;
private System.Windows.Forms.MenuItem menuItem4;
}
}