加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
MainForm.Designer.cs 16.22 KB
一键复制 编辑 原始数据 按行查看 历史
/*
* 由SharpDevelop创建。
* 用户: Deng
* 日期: 2016-08-27
* 时间: 17:03
*
* 要改变这种模板请点击 工具|选项|代码编写|编辑标准头文件
*/
namespace WGSF
{
partial class MainForm
{
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 系统ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 备份数据库ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 还原数据库ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 表计量管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 收费管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 系统设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 费率设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 缴费对象设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 物业信息设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 计量表设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem 批量数据导入ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
private System.Windows.Forms.ToolStripMenuItem 数据检测ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 表读数录入ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 计费ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 收费ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
private System.Windows.Forms.ToolStripMenuItem 历史收费ToolStripMenuItem;
private System.Windows.Forms.TabPage tabPage1;
private WGSF.TabControlWithClose tabControlWithClose1;
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.系统ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.备份数据库ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.还原数据库ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.表计量管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.表读数录入ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.收费管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.计费ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.收费ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
this.历史收费ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.系统设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.费率设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.缴费对象设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.物业信息设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.计量表设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
this.批量数据导入ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
this.数据检测ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tabControlWithClose1 = new WGSF.TabControlWithClose();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.panel1.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.tabControlWithClose1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BackColor = System.Drawing.Color.Blue;
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(0, 27);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(600, 100);
this.panel1.TabIndex = 0;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.label1.Font = new System.Drawing.Font("黑体", 42F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Yellow;
this.label1.Location = new System.Drawing.Point(93, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(421, 64);
this.label1.TabIndex = 0;
this.label1.Text = "物业计收费系统";
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.系统ToolStripMenuItem,
this.表计量管理ToolStripMenuItem,
this.收费管理ToolStripMenuItem,
this.系统设置ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(600, 25);
this.menuStrip1.TabIndex = 2;
this.menuStrip1.Text = "menuStrip1";
//
// 系统ToolStripMenuItem
//
this.系统ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.备份数据库ToolStripMenuItem,
this.还原数据库ToolStripMenuItem,
this.toolStripMenuItem1,
this.退出ToolStripMenuItem});
this.系统ToolStripMenuItem.Name = "系统ToolStripMenuItem";
this.系统ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
this.系统ToolStripMenuItem.Text = "系统";
//
// 备份数据库ToolStripMenuItem
//
this.备份数据库ToolStripMenuItem.Name = "备份数据库ToolStripMenuItem";
this.备份数据库ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.备份数据库ToolStripMenuItem.Text = "备份数据库";
//
// 还原数据库ToolStripMenuItem
//
this.还原数据库ToolStripMenuItem.Name = "还原数据库ToolStripMenuItem";
this.还原数据库ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.还原数据库ToolStripMenuItem.Text = "还原数据库";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(133, 6);
//
// 退出ToolStripMenuItem
//
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
this.退出ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.退出ToolStripMenuItem.Text = "退出";
//
// 表计量管理ToolStripMenuItem
//
this.表计量管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.表读数录入ToolStripMenuItem});
this.表计量管理ToolStripMenuItem.Name = "表计量管理ToolStripMenuItem";
this.表计量管理ToolStripMenuItem.Size = new System.Drawing.Size(56, 21);
this.表计量管理ToolStripMenuItem.Text = "表计量";
//
// 表读数录入ToolStripMenuItem
//
this.表读数录入ToolStripMenuItem.Name = "表读数录入ToolStripMenuItem";
this.表读数录入ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.表读数录入ToolStripMenuItem.Text = "表读数录入";
this.表读数录入ToolStripMenuItem.Click += new System.EventHandler(this.表读数录入ToolStripMenuItemClick);
//
// 收费管理ToolStripMenuItem
//
this.收费管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.计费ToolStripMenuItem,
this.收费ToolStripMenuItem,
this.toolStripMenuItem5,
this.历史收费ToolStripMenuItem});
this.收费管理ToolStripMenuItem.Name = "收费管理ToolStripMenuItem";
this.收费管理ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
this.收费管理ToolStripMenuItem.Text = "收费管理";
//
// 计费ToolStripMenuItem
//
this.计费ToolStripMenuItem.Name = "计费ToolStripMenuItem";
this.计费ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.计费ToolStripMenuItem.Text = "计费";
this.计费ToolStripMenuItem.Click += new System.EventHandler(this.计费ToolStripMenuItemClick);
//
// 收费ToolStripMenuItem
//
this.收费ToolStripMenuItem.Name = "收费ToolStripMenuItem";
this.收费ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.收费ToolStripMenuItem.Text = "收费";
this.收费ToolStripMenuItem.Click += new System.EventHandler(this.收费ToolStripMenuItemClick);
//
// toolStripMenuItem5
//
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
this.toolStripMenuItem5.Size = new System.Drawing.Size(121, 6);
//
// 历史收费ToolStripMenuItem
//
this.历史收费ToolStripMenuItem.Name = "历史收费ToolStripMenuItem";
this.历史收费ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.历史收费ToolStripMenuItem.Text = "历史收费";
this.历史收费ToolStripMenuItem.Click += new System.EventHandler(this.历史收费ToolStripMenuItemClick);
//
// 系统设置ToolStripMenuItem
//
this.系统设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.费率设置ToolStripMenuItem,
this.缴费对象设置ToolStripMenuItem,
this.物业信息设置ToolStripMenuItem,
this.计量表设置ToolStripMenuItem,
this.toolStripMenuItem2,
this.toolStripMenuItem3,
this.批量数据导入ToolStripMenuItem,
this.toolStripMenuItem4,
this.数据检测ToolStripMenuItem});
this.系统设置ToolStripMenuItem.Name = "系统设置ToolStripMenuItem";
this.系统设置ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
this.系统设置ToolStripMenuItem.Text = "系统设置";
//
// 费率设置ToolStripMenuItem
//
this.费率设置ToolStripMenuItem.Name = "费率设置ToolStripMenuItem";
this.费率设置ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.费率设置ToolStripMenuItem.Text = "费率设置";
this.费率设置ToolStripMenuItem.Click += new System.EventHandler(this.费率设置ToolStripMenuItemClick);
//
// 缴费对象设置ToolStripMenuItem
//
this.缴费对象设置ToolStripMenuItem.Name = "缴费对象设置ToolStripMenuItem";
this.缴费对象设置ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.缴费对象设置ToolStripMenuItem.Text = "缴费对象设置";
this.缴费对象设置ToolStripMenuItem.Click += new System.EventHandler(this.缴费对象设置ToolStripMenuItemClick);
//
// 物业信息设置ToolStripMenuItem
//
this.物业信息设置ToolStripMenuItem.Name = "物业信息设置ToolStripMenuItem";
this.物业信息设置ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.物业信息设置ToolStripMenuItem.Text = "物业信息设置";
this.物业信息设置ToolStripMenuItem.Click += new System.EventHandler(this.物业信息设置ToolStripMenuItemClick);
//
// 计量表设置ToolStripMenuItem
//
this.计量表设置ToolStripMenuItem.Name = "计量表设置ToolStripMenuItem";
this.计量表设置ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.计量表设置ToolStripMenuItem.Text = "计量表设置";
this.计量表设置ToolStripMenuItem.Click += new System.EventHandler(this.计量表设置ToolStripMenuItemClick);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(145, 6);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(145, 6);
//
// 批量数据导入ToolStripMenuItem
//
this.批量数据导入ToolStripMenuItem.Name = "批量数据导入ToolStripMenuItem";
this.批量数据导入ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.批量数据导入ToolStripMenuItem.Text = "批量数据导入";
this.批量数据导入ToolStripMenuItem.Click += new System.EventHandler(this.批量数据导入ToolStripMenuItemClick);
//
// toolStripMenuItem4
//
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
this.toolStripMenuItem4.Size = new System.Drawing.Size(145, 6);
//
// 数据检测ToolStripMenuItem
//
this.数据检测ToolStripMenuItem.Name = "数据检测ToolStripMenuItem";
this.数据检测ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.数据检测ToolStripMenuItem.Text = "数据检测";
this.数据检测ToolStripMenuItem.Click += new System.EventHandler(this.数据检测ToolStripMenuItemClick);
//
// tabControlWithClose1
//
this.tabControlWithClose1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControlWithClose1.Controls.Add(this.tabPage1);
this.tabControlWithClose1.ItemSize = new System.Drawing.Size(62, 45);
this.tabControlWithClose1.Location = new System.Drawing.Point(0, 133);
this.tabControlWithClose1.Name = "tabControlWithClose1";
this.tabControlWithClose1.SelectedIndex = 0;
this.tabControlWithClose1.Size = new System.Drawing.Size(600, 137);
this.tabControlWithClose1.TabIndex = 3;
//
// tabPage1
//
this.tabPage1.Location = new System.Drawing.Point(4, 49);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(592, 84);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = " 首 页 ";
this.tabPage1.UseVisualStyleBackColor = true;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(600, 271);
this.Controls.Add(this.tabControlWithClose1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "MainForm";
this.Text = "MainForm";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.MainFormLoad);
this.panel1.ResumeLayout(false);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.tabControlWithClose1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化