📄 mainform.designer.cs
字号:
/*
* ? SharpDevelop ???
* ??: Administrator
* ??: 2007-12-31
* ??: 12:47
*
* ??????????,?????“?? | ?? | ?? | ??????”?
*/
namespace MyTools
{
partial class MainForm
{
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.LunarLabel = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.label3 = new System.Windows.Forms.Label();
this.TimeLabel = new System.Windows.Forms.Label();
this.ShellGroup = new System.Windows.Forms.GroupBox();
this.button2 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button3 = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button4 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.TempNameBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.PathBox = new System.Windows.Forms.TextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.CityLabel = new System.Windows.Forms.Label();
this.WeatherLabel = new System.Windows.Forms.Label();
this.IpLabel = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.label5 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.ShellGroup.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.LunarLabel);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.dateTimePicker1);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.TimeLabel);
this.groupBox1.Location = new System.Drawing.Point(7, 170);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(146, 121);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Calendar";
this.groupBox1.Enter += new System.EventHandler(this.GroupBox1Enter);
//
// LunarLabel
//
this.LunarLabel.AutoSize = true;
this.LunarLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.LunarLabel.Location = new System.Drawing.Point(76, 73);
this.LunarLabel.Name = "LunarLabel";
this.LunarLabel.Size = new System.Drawing.Size(2, 14);
this.LunarLabel.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(35, 56);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 4;
this.label4.Text = "Lunar:";
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(25, 32);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(114, 21);
this.dateTimePicker1.TabIndex = 3;
this.dateTimePicker1.ValueChanged += new System.EventHandler(this.DateTimePicker1ValueChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(11, 17);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 2;
this.label3.Text = "Gregorian:";
//
// TimeLabel
//
this.TimeLabel.AutoSize = true;
this.TimeLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TimeLabel.Location = new System.Drawing.Point(84, 97);
this.TimeLabel.Name = "TimeLabel";
this.TimeLabel.Size = new System.Drawing.Size(2, 14);
this.TimeLabel.TabIndex = 1;
//
// ShellGroup
//
this.ShellGroup.Controls.Add(this.button2);
this.ShellGroup.Controls.Add(this.textBox1);
this.ShellGroup.Location = new System.Drawing.Point(7, 0);
this.ShellGroup.Name = "ShellGroup";
this.ShellGroup.Size = new System.Drawing.Size(146, 74);
this.ShellGroup.TabIndex = 4;
this.ShellGroup.TabStop = false;
this.ShellGroup.Text = "Shell";
//
// button2
//
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button2.Location = new System.Drawing.Point(9, 45);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 1;
this.button2.Text = "Enter";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.Button2Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(9, 15);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(131, 21);
this.textBox1.TabIndex = 0;
//
// button3
//
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button3.Location = new System.Drawing.Point(98, 400);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(50, 23);
this.button3.TabIndex = 7;
this.button3.Text = "Option";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.Button3Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button4);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.TempNameBox);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.PathBox);
this.groupBox2.Location = new System.Drawing.Point(7, 297);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(146, 97);
this.groupBox2.TabIndex = 8;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Option";
//
// button4
//
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button4.Location = new System.Drawing.Point(91, 68);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(50, 23);
this.button4.TabIndex = 12;
this.button4.Text = "Add";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.Button4Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(5, 55);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 12);
this.label2.TabIndex = 11;
this.label2.Text = "TempName:";
//
// TempNameBox
//
this.TempNameBox.Location = new System.Drawing.Point(33, 69);
this.TempNameBox.Name = "TempNameBox";
this.TempNameBox.Size = new System.Drawing.Size(53, 21);
this.TempNameBox.TabIndex = 10;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 12);
this.label1.TabIndex = 9;
this.label1.Text = "Path:";
//
// PathBox
//
this.PathBox.Location = new System.Drawing.Point(34, 31);
this.PathBox.Name = "PathBox";
this.PathBox.Size = new System.Drawing.Size(106, 21);
this.PathBox.TabIndex = 8;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.CityLabel);
this.groupBox3.Controls.Add(this.WeatherLabel);
this.groupBox3.Controls.Add(this.IpLabel);
this.groupBox3.Location = new System.Drawing.Point(7, 79);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(146, 84);
this.groupBox3.TabIndex = 9;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Weather";
//
// CityLabel
//
this.CityLabel.AutoSize = true;
this.CityLabel.Location = new System.Drawing.Point(57, 37);
this.CityLabel.Name = "CityLabel";
this.CityLabel.Size = new System.Drawing.Size(35, 12);
this.CityLabel.TabIndex = 2;
this.CityLabel.Text = "City:";
//
// WeatherLabel
//
this.WeatherLabel.AutoSize = true;
this.WeatherLabel.Location = new System.Drawing.Point(11, 58);
this.WeatherLabel.Name = "WeatherLabel";
this.WeatherLabel.Size = new System.Drawing.Size(53, 12);
this.WeatherLabel.TabIndex = 1;
this.WeatherLabel.Text = "Weather:";
//
// IpLabel
//
this.IpLabel.AutoSize = true;
this.IpLabel.Location = new System.Drawing.Point(27, 17);
this.IpLabel.Name = "IpLabel";
this.IpLabel.Size = new System.Drawing.Size(23, 12);
this.IpLabel.TabIndex = 0;
this.IpLabel.Text = "Ip:";
//
// timer1
//
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.Timer1Tick);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(16, 407);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(71, 12);
this.label5.TabIndex = 10;
this.label5.Text = "QQ:79990675";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(158, 428);
this.Controls.Add(this.label5);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.button3);
this.Controls.Add(this.ShellGroup);
this.Controls.Add(this.groupBox1);
this.Name = "MainForm";
this.Text = "MyTools";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
this.Load += new System.EventHandler(this.MainFormLoad);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ShellGroup.ResumeLayout(false);
this.ShellGroup.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label LunarLabel;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label CityLabel;
private System.Windows.Forms.Label WeatherLabel;
private System.Windows.Forms.Label IpLabel;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox TempNameBox;
private System.Windows.Forms.TextBox PathBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.GroupBox ShellGroup;
private System.Windows.Forms.Label TimeLabel;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Timer timer1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -