namespace Lskj.PubSpec2 { partial class FrmMain { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing) { ReleaseResourcesForDispose(); if (components != null) { components.Dispose(); } } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.btnDataChange = new DevExpress.XtraEditors.SimpleButton(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.lblSpeciesName = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.btnExport = new DevExpress.XtraEditors.SimpleButton(); this.btnShowAll = new DevExpress.XtraEditors.SimpleButton(); this.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); ((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.Name = "gcMain"; this.gcMain.Size = new System.Drawing.Size(597, 548); 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.btnRefresh); this.panelControl4.Controls.Add(this.btnDataChange); 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; // // btnDataChange // this.btnDataChange.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnDataChange.Enabled = false; this.btnDataChange.Location = new System.Drawing.Point(513, 6); this.btnDataChange.Name = "btnDataChange"; this.btnDataChange.Size = new System.Drawing.Size(72, 26); this.btnDataChange.TabIndex = 16; this.btnDataChange.Text = "数据转换"; this.btnDataChange.Click += new System.EventHandler(this.OnDataChage); // // 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 = "当前分类"; // // 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(278, 6); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(72, 26); this.simpleButton1.TabIndex = 20; 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(435, 6); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(72, 26); this.btnExport.TabIndex = 19; 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(174, 6); this.btnShowAll.Name = "btnShowAll"; this.btnShowAll.Size = new System.Drawing.Size(98, 26); this.btnShowAll.TabIndex = 18; this.btnShowAll.Text = "显示全部分类"; this.btnShowAll.Click += new System.EventHandler(this.OnShowAllButtonClick); // // 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(357, 6); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(72, 26); this.btnRefresh.TabIndex = 17; this.btnRefresh.Text = "刷新(R)"; this.btnRefresh.Click += new System.EventHandler(this.OnRefreshButtonClick); // // 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 btnDataChange; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.SimpleButton btnExport; private DevExpress.XtraEditors.SimpleButton btnShowAll; private DevExpress.XtraEditors.SimpleButton btnRefresh; } }