142 lines
6.2 KiB
C#
142 lines
6.2 KiB
C#
|
|
|
|||
|
|
namespace WinformGeneralDeveloperFrame
|
|||
|
|
{
|
|||
|
|
partial class FrmBaseForm
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// Required designer variable.
|
|||
|
|
/// </summary>
|
|||
|
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Clean up any resources being used.
|
|||
|
|
/// </summary>
|
|||
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
|
protected override void Dispose(bool disposing)
|
|||
|
|
{
|
|||
|
|
if (disposing && (components != null))
|
|||
|
|
{
|
|||
|
|
components.Dispose();
|
|||
|
|
}
|
|||
|
|
base.Dispose(disposing);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#region Windows Form Designer generated code
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Required method for Designer support - do not modify
|
|||
|
|
/// the contents of this method with the code editor.
|
|||
|
|
/// </summary>
|
|||
|
|
private void InitializeComponent()
|
|||
|
|
{
|
|||
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|||
|
|
this.btnDel = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
|
this.btnCanel = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
|
this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
|
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
|
this.btnEdit = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
|
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|||
|
|
this.panelControl1.SuspendLayout();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// panelControl1
|
|||
|
|
//
|
|||
|
|
this.panelControl1.Controls.Add(this.btnDel);
|
|||
|
|
this.panelControl1.Controls.Add(this.btnCanel);
|
|||
|
|
this.panelControl1.Controls.Add(this.btnSearch);
|
|||
|
|
this.panelControl1.Controls.Add(this.btnSave);
|
|||
|
|
this.panelControl1.Controls.Add(this.btnEdit);
|
|||
|
|
this.panelControl1.Controls.Add(this.btnAdd);
|
|||
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.panelControl1.Name = "panelControl1";
|
|||
|
|
this.panelControl1.Size = new System.Drawing.Size(1245, 34);
|
|||
|
|
this.panelControl1.TabIndex = 0;
|
|||
|
|
//
|
|||
|
|
// btnDel
|
|||
|
|
//
|
|||
|
|
this.btnDel.Location = new System.Drawing.Point(247, 5);
|
|||
|
|
this.btnDel.Name = "btnDel";
|
|||
|
|
this.btnDel.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
|
|||
|
|
this.btnDel.Size = new System.Drawing.Size(42, 23);
|
|||
|
|
this.btnDel.TabIndex = 6;
|
|||
|
|
this.btnDel.Text = "删除";
|
|||
|
|
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
|
|||
|
|
//
|
|||
|
|
// btnCanel
|
|||
|
|
//
|
|||
|
|
this.btnCanel.Location = new System.Drawing.Point(151, 5);
|
|||
|
|
this.btnCanel.Name = "btnCanel";
|
|||
|
|
this.btnCanel.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
|
|||
|
|
this.btnCanel.Size = new System.Drawing.Size(42, 23);
|
|||
|
|
this.btnCanel.TabIndex = 5;
|
|||
|
|
this.btnCanel.Text = "取消";
|
|||
|
|
this.btnCanel.Click += new System.EventHandler(this.btnCanel_Click);
|
|||
|
|
//
|
|||
|
|
// btnSearch
|
|||
|
|
//
|
|||
|
|
this.btnSearch.Location = new System.Drawing.Point(103, 5);
|
|||
|
|
this.btnSearch.Name = "btnSearch";
|
|||
|
|
this.btnSearch.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
|
|||
|
|
this.btnSearch.Size = new System.Drawing.Size(42, 23);
|
|||
|
|
this.btnSearch.TabIndex = 4;
|
|||
|
|
this.btnSearch.Text = "搜索";
|
|||
|
|
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
|||
|
|
//
|
|||
|
|
// btnSave
|
|||
|
|
//
|
|||
|
|
this.btnSave.Location = new System.Drawing.Point(199, 5);
|
|||
|
|
this.btnSave.Name = "btnSave";
|
|||
|
|
this.btnSave.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
|
|||
|
|
this.btnSave.Size = new System.Drawing.Size(42, 23);
|
|||
|
|
this.btnSave.TabIndex = 2;
|
|||
|
|
this.btnSave.Text = "保存";
|
|||
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|||
|
|
//
|
|||
|
|
// btnEdit
|
|||
|
|
//
|
|||
|
|
this.btnEdit.Location = new System.Drawing.Point(60, 5);
|
|||
|
|
this.btnEdit.Name = "btnEdit";
|
|||
|
|
this.btnEdit.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
|
|||
|
|
this.btnEdit.Size = new System.Drawing.Size(42, 23);
|
|||
|
|
this.btnEdit.TabIndex = 1;
|
|||
|
|
this.btnEdit.Text = "编辑";
|
|||
|
|
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
|
|||
|
|
//
|
|||
|
|
// btnAdd
|
|||
|
|
//
|
|||
|
|
this.btnAdd.Location = new System.Drawing.Point(12, 5);
|
|||
|
|
this.btnAdd.Name = "btnAdd";
|
|||
|
|
this.btnAdd.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
|
|||
|
|
this.btnAdd.Size = new System.Drawing.Size(42, 23);
|
|||
|
|
this.btnAdd.TabIndex = 0;
|
|||
|
|
this.btnAdd.Text = "新增";
|
|||
|
|
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
|||
|
|
//
|
|||
|
|
// FrmBaseForm
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(1245, 706);
|
|||
|
|
this.Controls.Add(this.panelControl1);
|
|||
|
|
this.Name = "FrmBaseForm";
|
|||
|
|
this.Text = "FrmBaseForm";
|
|||
|
|
this.Load += new System.EventHandler(this.FrmBaseForm_Load);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|||
|
|
this.panelControl1.ResumeLayout(false);
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|||
|
|
private DevExpress.XtraEditors.SimpleButton btnAdd;
|
|||
|
|
private DevExpress.XtraEditors.SimpleButton btnSave;
|
|||
|
|
private DevExpress.XtraEditors.SimpleButton btnEdit;
|
|||
|
|
private DevExpress.XtraEditors.SimpleButton btnCanel;
|
|||
|
|
private DevExpress.XtraEditors.SimpleButton btnSearch;
|
|||
|
|
private DevExpress.XtraEditors.SimpleButton btnDel;
|
|||
|
|
}
|
|||
|
|
}
|