312 lines
17 KiB
C#
312 lines
17 KiB
C#
namespace Lskj.PubSpec
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <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.scc_container = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
this.treeLeft = new Lskj.Control.TreeViewEx();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
|
|
this.gcMain = new Lskj.Control.GridControlEx();
|
|
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnExport = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnShowAll = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnDelete = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
|
|
this.lblSpeciesName = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.scc_container)).BeginInit();
|
|
this.scc_container.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
|
this.panelControl2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
|
|
this.panelControl5.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
|
|
this.panelControl4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
|
|
this.panelControl3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// scc_container
|
|
//
|
|
this.scc_container.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel1;
|
|
this.scc_container.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.scc_container.Location = new System.Drawing.Point(0, 0);
|
|
this.scc_container.Name = "scc_container";
|
|
this.scc_container.Panel1.Controls.Add(this.panelControl2);
|
|
this.scc_container.Panel1.Controls.Add(this.panelControl1);
|
|
this.scc_container.Panel1.Text = "Panel1";
|
|
this.scc_container.Panel2.Controls.Add(this.panelControl5);
|
|
this.scc_container.Panel2.Controls.Add(this.panelControl4);
|
|
this.scc_container.Panel2.Controls.Add(this.panelControl3);
|
|
this.scc_container.Panel2.Text = "Panel2";
|
|
this.scc_container.Size = new System.Drawing.Size(806, 620);
|
|
this.scc_container.SplitterPosition = 204;
|
|
this.scc_container.TabIndex = 0;
|
|
this.scc_container.Text = "splitContainerControl1";
|
|
this.scc_container.Visible = false;
|
|
//
|
|
// panelControl2
|
|
//
|
|
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl2.Controls.Add(this.treeLeft);
|
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl2.Location = new System.Drawing.Point(0, 32);
|
|
this.panelControl2.Name = "panelControl2";
|
|
this.panelControl2.Size = new System.Drawing.Size(204, 588);
|
|
this.panelControl2.TabIndex = 1;
|
|
//
|
|
// treeLeft
|
|
//
|
|
this.treeLeft.BackColor = System.Drawing.Color.Transparent;
|
|
this.treeLeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.treeLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.treeLeft.Name = "treeLeft";
|
|
this.treeLeft.Size = new System.Drawing.Size(204, 588);
|
|
this.treeLeft.TabIndex = 0;
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.panelControl1.Appearance.Options.UseBackColor = true;
|
|
this.panelControl1.Controls.Add(this.labelControl1);
|
|
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(204, 32);
|
|
this.panelControl1.TabIndex = 0;
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
|
this.labelControl1.Location = new System.Drawing.Point(7, 9);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(68, 16);
|
|
this.labelControl1.TabIndex = 0;
|
|
this.labelControl1.Text = "分类列表";
|
|
//
|
|
// panelControl5
|
|
//
|
|
this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl5.Controls.Add(this.gcMain);
|
|
this.panelControl5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl5.Location = new System.Drawing.Point(0, 32);
|
|
this.panelControl5.Name = "panelControl5";
|
|
this.panelControl5.Size = new System.Drawing.Size(597, 548);
|
|
this.panelControl5.TabIndex = 4;
|
|
//
|
|
// gcMain
|
|
//
|
|
this.gcMain.AdapterObj = null;
|
|
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gcMain.Location = new System.Drawing.Point(0, 0);
|
|
this.gcMain.Margin = new System.Windows.Forms.Padding(4);
|
|
this.gcMain.Name = "gcMain";
|
|
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.gcMain.Size = new System.Drawing.Size(597, 548);
|
|
this.gcMain.SysModel = null;
|
|
this.gcMain.TabIndex = 2;
|
|
//
|
|
// panelControl4
|
|
//
|
|
this.panelControl4.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.panelControl4.Appearance.Options.UseBackColor = true;
|
|
this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl4.Controls.Add(this.simpleButton1);
|
|
this.panelControl4.Controls.Add(this.btnExport);
|
|
this.panelControl4.Controls.Add(this.btnShowAll);
|
|
this.panelControl4.Controls.Add(this.btnSave);
|
|
this.panelControl4.Controls.Add(this.btnDelete);
|
|
this.panelControl4.Controls.Add(this.btnAdd);
|
|
this.panelControl4.Controls.Add(this.btnRefresh);
|
|
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelControl4.Location = new System.Drawing.Point(0, 580);
|
|
this.panelControl4.Name = "panelControl4";
|
|
this.panelControl4.Size = new System.Drawing.Size(597, 40);
|
|
this.panelControl4.TabIndex = 3;
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.simpleButton1.Location = new System.Drawing.Point(129, 7);
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.simpleButton1.Size = new System.Drawing.Size(72, 26);
|
|
this.simpleButton1.TabIndex = 16;
|
|
this.simpleButton1.Text = "帮助文档";
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|
//
|
|
// btnExport
|
|
//
|
|
this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnExport.Location = new System.Drawing.Point(520, 7);
|
|
this.btnExport.Name = "btnExport";
|
|
this.btnExport.Size = new System.Drawing.Size(72, 26);
|
|
this.btnExport.TabIndex = 15;
|
|
this.btnExport.Text = "导出(E)";
|
|
this.btnExport.Click += new System.EventHandler(this.OnExportClick);
|
|
//
|
|
// btnShowAll
|
|
//
|
|
this.btnShowAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnShowAll.Location = new System.Drawing.Point(25, 7);
|
|
this.btnShowAll.Name = "btnShowAll";
|
|
this.btnShowAll.Size = new System.Drawing.Size(98, 26);
|
|
this.btnShowAll.TabIndex = 14;
|
|
this.btnShowAll.Text = "显示全部分类";
|
|
this.btnShowAll.Click += new System.EventHandler(this.OnShowAllButtonClick);
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSave.Location = new System.Drawing.Point(442, 7);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(72, 26);
|
|
this.btnSave.TabIndex = 13;
|
|
this.btnSave.Text = "保存(S)";
|
|
this.btnSave.Click += new System.EventHandler(this.OnSaveButtonClick);
|
|
//
|
|
// btnDelete
|
|
//
|
|
this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnDelete.Location = new System.Drawing.Point(364, 7);
|
|
this.btnDelete.Name = "btnDelete";
|
|
this.btnDelete.Size = new System.Drawing.Size(72, 26);
|
|
this.btnDelete.TabIndex = 12;
|
|
this.btnDelete.Text = "删除(D)";
|
|
this.btnDelete.Click += new System.EventHandler(this.OnDeleteButtonClick);
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnAdd.Location = new System.Drawing.Point(286, 7);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.Size = new System.Drawing.Size(72, 26);
|
|
this.btnAdd.TabIndex = 11;
|
|
this.btnAdd.Text = "增加(A)";
|
|
this.btnAdd.Click += new System.EventHandler(this.OnAddButtonClick);
|
|
//
|
|
// btnRefresh
|
|
//
|
|
this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnRefresh.Location = new System.Drawing.Point(208, 7);
|
|
this.btnRefresh.Name = "btnRefresh";
|
|
this.btnRefresh.Size = new System.Drawing.Size(72, 26);
|
|
this.btnRefresh.TabIndex = 10;
|
|
this.btnRefresh.Text = "刷新(R)";
|
|
this.btnRefresh.Click += new System.EventHandler(this.OnRefreshButtonClick);
|
|
//
|
|
// panelControl3
|
|
//
|
|
this.panelControl3.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.panelControl3.Appearance.Options.UseBackColor = true;
|
|
this.panelControl3.Controls.Add(this.lblSpeciesName);
|
|
this.panelControl3.Controls.Add(this.labelControl2);
|
|
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelControl3.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl3.Name = "panelControl3";
|
|
this.panelControl3.Size = new System.Drawing.Size(597, 32);
|
|
this.panelControl3.TabIndex = 1;
|
|
//
|
|
// lblSpeciesName
|
|
//
|
|
this.lblSpeciesName.Appearance.Font = new System.Drawing.Font("宋体", 11F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
|
|
this.lblSpeciesName.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
|
this.lblSpeciesName.Location = new System.Drawing.Point(81, 10);
|
|
this.lblSpeciesName.Name = "lblSpeciesName";
|
|
this.lblSpeciesName.Size = new System.Drawing.Size(0, 15);
|
|
this.lblSpeciesName.TabIndex = 1;
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
|
this.labelControl2.Location = new System.Drawing.Point(7, 9);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(68, 16);
|
|
this.labelControl2.TabIndex = 0;
|
|
this.labelControl2.Text = "当前分类";
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(806, 620);
|
|
this.Controls.Add(this.scc_container);
|
|
this.Name = "FrmMain";
|
|
this.Text = "";
|
|
((System.ComponentModel.ISupportInitialize)(this.scc_container)).EndInit();
|
|
this.scc_container.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
|
this.panelControl2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
|
|
this.panelControl5.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
|
|
this.panelControl4.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
|
|
this.panelControl3.ResumeLayout(false);
|
|
this.panelControl3.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SplitContainerControl scc_container;
|
|
private Control.TreeViewEx treeLeft;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
|
private DevExpress.XtraEditors.PanelControl panelControl3;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.LabelControl lblSpeciesName;
|
|
private Control.GridControlEx gcMain;
|
|
private DevExpress.XtraEditors.PanelControl panelControl5;
|
|
private DevExpress.XtraEditors.PanelControl panelControl4;
|
|
private DevExpress.XtraEditors.SimpleButton btnShowAll;
|
|
private DevExpress.XtraEditors.SimpleButton btnSave;
|
|
private DevExpress.XtraEditors.SimpleButton btnDelete;
|
|
private DevExpress.XtraEditors.SimpleButton btnAdd;
|
|
private DevExpress.XtraEditors.SimpleButton btnRefresh;
|
|
private DevExpress.XtraEditors.SimpleButton btnExport;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
}
|
|
}
|