📄 form1.designer.cs
字号:
namespace WindowsApplication1
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.dataSet1 = new WindowsApplication1.DataSet1();
this.hongniangBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.hongniangTableAdapter = new WindowsApplication1.DataSet1TableAdapters.hongniangTableAdapter();
this.button1 = new System.Windows.Forms.Button();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.systemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.form1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.form3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.button2 = new System.Windows.Forms.Button();
this.axMap1 = new AxMapXLib.AxMap();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.hongniangBindingSource)).BeginInit();
this.menuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.axMap1)).BeginInit();
this.SuspendLayout();
//
// dataSet1
//
this.dataSet1.DataSetName = "DataSet1";
this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// hongniangBindingSource
//
this.hongniangBindingSource.DataMember = "hongniang";
this.hongniangBindingSource.DataSource = this.dataSet1;
//
// hongniangTableAdapter
//
this.hongniangTableAdapter.ClearBeforeFill = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(0, 462);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(108, 23);
this.button1.TabIndex = 2;
this.button1.Text = "导出为txt文件";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.systemToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(705, 24);
this.menuStrip1.TabIndex = 4;
this.menuStrip1.Text = "menuStrip1";
this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked);
//
// systemToolStripMenuItem
//
this.systemToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.form1ToolStripMenuItem,
this.form3ToolStripMenuItem});
this.systemToolStripMenuItem.Name = "systemToolStripMenuItem";
this.systemToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
this.systemToolStripMenuItem.Text = "System";
//
// form1ToolStripMenuItem
//
this.form1ToolStripMenuItem.Name = "form1ToolStripMenuItem";
this.form1ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.form1ToolStripMenuItem.Text = "Form2";
this.form1ToolStripMenuItem.Click += new System.EventHandler(this.form1ToolStripMenuItem_Click);
//
// form3ToolStripMenuItem
//
this.form3ToolStripMenuItem.Name = "form3ToolStripMenuItem";
this.form3ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.form3ToolStripMenuItem.Text = "Form3";
this.form3ToolStripMenuItem.Click += new System.EventHandler(this.form3ToolStripMenuItem_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(55, 272);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 8;
this.button2.Text = "Excel";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click_1);
//
// axMap1
//
this.axMap1.Enabled = true;
this.axMap1.Location = new System.Drawing.Point(55, 91);
this.axMap1.Name = "axMap1";
this.axMap1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMap1.OcxState")));
this.axMap1.Size = new System.Drawing.Size(400, 300);
this.axMap1.TabIndex = 9;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(705, 497);
this.Controls.Add(this.axMap1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.hongniangBindingSource)).EndInit();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.axMap1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DataSet1 dataSet1;
private System.Windows.Forms.BindingSource hongniangBindingSource;
private WindowsApplication1.DataSet1TableAdapters.hongniangTableAdapter hongniangTableAdapter;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem systemToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem form1ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem form3ToolStripMenuItem;
private System.Windows.Forms.Button button2;
private AxMapXLib.AxMap axMap1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -