using System.ComponentModel; using System.Drawing.Printing; using System.Windows.Forms; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; namespace Cyberpipe { partial class FrmMetadata { /// <summary> /// Required designer variable. /// </summary> private 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMetadata)); this.consLbl = new DevComponents.DotNetBar.LabelX(); this.consLblC = new DevComponents.DotNetBar.LabelX(); this.descLbl = new DevComponents.DotNetBar.LabelX(); this.descLblC = new DevComponents.DotNetBar.LabelX(); this.authorLbl = new DevComponents.DotNetBar.LabelX(); this.authorLblC = new DevComponents.DotNetBar.LabelX(); this.editBtn = new DevComponents.DotNetBar.ButtonX(); this.importBtn = new DevComponents.DotNetBar.ButtonX(); this.printBtn = new DevComponents.DotNetBar.ButtonX(); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.layerTree = new System.Windows.Forms.TreeView(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); 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.consTxt = new DevComponents.DotNetBar.Controls.TextBoxX(); this.descTxt = new DevComponents.DotNetBar.Controls.TextBoxX(); this.authorTxt = new DevComponents.DotNetBar.Controls.TextBoxX(); this.completeBtn = new DevComponents.DotNetBar.ButtonX(); this.ntLbl = new DevComponents.DotNetBar.LabelX(); this.ntLblC = new DevComponents.DotNetBar.LabelX(); this.ntTxt = new DevComponents.DotNetBar.Controls.TextBoxX(); this.clearBtn = new DevComponents.DotNetBar.ButtonX(); this.titleLbl = new System.Windows.Forms.Label(); this.printDocument1 = new System.Drawing.Printing.PrintDocument(); this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog(); this.printDialog1 = new System.Windows.Forms.PrintDialog(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.contextMenuStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // consLbl // // // // this.consLbl.BackgroundStyle.Class = ""; this.consLbl.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.consLbl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.consLbl.Location = new System.Drawing.Point(328, 34); this.consLbl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.consLbl.Name = "consLbl"; this.consLbl.Size = new System.Drawing.Size(71, 34); this.consLbl.TabIndex = 12; this.consLbl.Text = "摘要"; // // consLblC // // // // this.consLblC.BackgroundStyle.Class = ""; this.consLblC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.consLblC.Location = new System.Drawing.Point(328, 70); this.consLblC.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.consLblC.Name = "consLblC"; this.consLblC.Size = new System.Drawing.Size(645, 41); this.consLblC.TabIndex = 13; // // descLbl // // // // this.descLbl.BackgroundStyle.Class = ""; this.descLbl.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.descLbl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold); this.descLbl.Location = new System.Drawing.Point(328, 118); this.descLbl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.descLbl.Name = "descLbl"; this.descLbl.Size = new System.Drawing.Size(65, 35); this.descLbl.TabIndex = 14; this.descLbl.Text = "描述"; // // descLblC // // // // this.descLblC.BackgroundStyle.Class = ""; this.descLblC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.descLblC.Location = new System.Drawing.Point(329, 159); this.descLblC.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.descLblC.Name = "descLblC"; this.descLblC.Size = new System.Drawing.Size(644, 38); this.descLblC.TabIndex = 15; // // authorLbl // // // // this.authorLbl.BackgroundStyle.Class = ""; this.authorLbl.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.authorLbl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold); this.authorLbl.Location = new System.Drawing.Point(329, 202); this.authorLbl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.authorLbl.Name = "authorLbl"; this.authorLbl.Size = new System.Drawing.Size(152, 41); this.authorLbl.TabIndex = 16; this.authorLbl.Text = "制作者名单"; // // authorLblC // // // // this.authorLblC.BackgroundStyle.Class = ""; this.authorLblC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.authorLblC.Location = new System.Drawing.Point(329, 252); this.authorLblC.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.authorLblC.Name = "authorLblC"; this.authorLblC.Size = new System.Drawing.Size(644, 38); this.authorLblC.TabIndex = 17; // // editBtn // this.editBtn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.editBtn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.editBtn.Location = new System.Drawing.Point(331, 445); this.editBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.editBtn.Name = "editBtn"; this.editBtn.Size = new System.Drawing.Size(99, 31); this.editBtn.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.editBtn.TabIndex = 18; this.editBtn.Text = "编辑"; this.editBtn.Visible = false; this.editBtn.Click += new System.EventHandler(this.editBtn_Click); // // importBtn // this.importBtn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.importBtn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.importBtn.Location = new System.Drawing.Point(437, 445); this.importBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.importBtn.Name = "importBtn"; this.importBtn.Size = new System.Drawing.Size(99, 31); this.importBtn.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.importBtn.TabIndex = 19; this.importBtn.Text = "导入"; this.importBtn.Visible = false; this.importBtn.Click += new System.EventHandler(this.importBtn_Click); // // printBtn // this.printBtn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.printBtn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.printBtn.Location = new System.Drawing.Point(544, 445); this.printBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.printBtn.Name = "printBtn"; this.printBtn.Size = new System.Drawing.Size(99, 31); this.printBtn.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.printBtn.TabIndex = 20; this.printBtn.Text = "打印"; this.printBtn.Visible = false; this.printBtn.Click += new System.EventHandler(this.printBtn_Click); // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2010Blue; // // layerTree // this.layerTree.ContextMenuStrip = this.contextMenuStrip1; this.layerTree.Location = new System.Drawing.Point(0, 0); this.layerTree.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.layerTree.Name = "layerTree"; this.layerTree.Size = new System.Drawing.Size(311, 489); this.layerTree.TabIndex = 0; this.layerTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.layerTree_AfterSelect); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.导入ToolStripMenuItem, this.编辑ToolStripMenuItem, this.删除ToolStripMenuItem, this.打印ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(109, 100); // // 导入ToolStripMenuItem // this.导入ToolStripMenuItem.Name = "导入ToolStripMenuItem"; this.导入ToolStripMenuItem.Size = new System.Drawing.Size(108, 24); this.导入ToolStripMenuItem.Text = "导入"; this.导入ToolStripMenuItem.Click += new System.EventHandler(this.importBtn_Click); // // 编辑ToolStripMenuItem // this.编辑ToolStripMenuItem.Name = "编辑ToolStripMenuItem"; this.编辑ToolStripMenuItem.Size = new System.Drawing.Size(108, 24); this.编辑ToolStripMenuItem.Text = "编辑"; this.编辑ToolStripMenuItem.Click += new System.EventHandler(this.editBtn_Click); // // 删除ToolStripMenuItem // this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem"; this.删除ToolStripMenuItem.Size = new System.Drawing.Size(108, 24); this.删除ToolStripMenuItem.Text = "删除"; this.删除ToolStripMenuItem.Click += new System.EventHandler(this.删除ToolStripMenuItem_Click); // // 打印ToolStripMenuItem // this.打印ToolStripMenuItem.Name = "打印ToolStripMenuItem"; this.打印ToolStripMenuItem.Size = new System.Drawing.Size(108, 24); this.打印ToolStripMenuItem.Text = "导出"; this.打印ToolStripMenuItem.Click += new System.EventHandler(this.printBtn_Click); // // consTxt // // // // this.consTxt.Border.Class = "TextBoxBorder"; this.consTxt.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.consTxt.Location = new System.Drawing.Point(329, 69); this.consTxt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.consTxt.Multiline = true; this.consTxt.Name = "consTxt"; this.consTxt.Size = new System.Drawing.Size(644, 26); this.consTxt.TabIndex = 21; this.consTxt.Visible = false; // // descTxt // // // // this.descTxt.Border.Class = "TextBoxBorder"; this.descTxt.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.descTxt.Location = new System.Drawing.Point(328, 158); this.descTxt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.descTxt.Name = "descTxt"; this.descTxt.Size = new System.Drawing.Size(645, 30); this.descTxt.TabIndex = 22; this.descTxt.Visible = false; // // authorTxt // // // // this.authorTxt.Border.Class = "TextBoxBorder"; this.authorTxt.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.authorTxt.Location = new System.Drawing.Point(329, 251); this.authorTxt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.authorTxt.Name = "authorTxt"; this.authorTxt.Size = new System.Drawing.Size(644, 30); this.authorTxt.TabIndex = 23; this.authorTxt.Visible = false; // // completeBtn // this.completeBtn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.completeBtn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.completeBtn.Font = new System.Drawing.Font("宋体", 9F); this.completeBtn.Location = new System.Drawing.Point(536, 434); this.completeBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.completeBtn.Name = "completeBtn"; this.completeBtn.Size = new System.Drawing.Size(99, 31); this.completeBtn.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.completeBtn.TabIndex = 24; this.completeBtn.Text = "完成"; this.completeBtn.Visible = false; this.completeBtn.Click += new System.EventHandler(this.completeBtn_Click); // // ntLbl // // // // this.ntLbl.BackgroundStyle.Class = ""; this.ntLbl.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ntLbl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold); this.ntLbl.Location = new System.Drawing.Point(329, 296); this.ntLbl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.ntLbl.Name = "ntLbl"; this.ntLbl.Size = new System.Drawing.Size(100, 29); this.ntLbl.TabIndex = 26; this.ntLbl.Text = "备注"; // // ntLblC // // // // this.ntLblC.BackgroundStyle.Class = ""; this.ntLblC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ntLblC.Location = new System.Drawing.Point(328, 336); this.ntLblC.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.ntLblC.Name = "ntLblC"; this.ntLblC.Size = new System.Drawing.Size(645, 46); this.ntLblC.TabIndex = 27; // // ntTxt // this.ntTxt.AllowDrop = true; // // // this.ntTxt.Border.Class = "TextBoxBorder"; this.ntTxt.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ntTxt.Location = new System.Drawing.Point(328, 335); this.ntTxt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.ntTxt.Name = "ntTxt"; this.ntTxt.Size = new System.Drawing.Size(645, 30); this.ntTxt.TabIndex = 28; this.ntTxt.Visible = false; // // clearBtn // this.clearBtn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.clearBtn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.clearBtn.Font = new System.Drawing.Font("宋体", 9F); this.clearBtn.Location = new System.Drawing.Point(429, 434); this.clearBtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.clearBtn.Name = "clearBtn"; this.clearBtn.Size = new System.Drawing.Size(99, 31); this.clearBtn.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.clearBtn.TabIndex = 29; this.clearBtn.Text = "清空"; this.clearBtn.Visible = false; this.clearBtn.Click += new System.EventHandler(this.clearBtn_Click); // // titleLbl // this.titleLbl.AutoSize = true; this.titleLbl.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold); this.titleLbl.Location = new System.Drawing.Point(387, 11); this.titleLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.titleLbl.Name = "titleLbl"; this.titleLbl.Size = new System.Drawing.Size(0, 37); this.titleLbl.TabIndex = 30; // // printDocument1 // this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage); // // printPreviewDialog1 // this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0); this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0); this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300); this.printPreviewDialog1.Enabled = true; this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon"))); this.printPreviewDialog1.Name = "printPreviewDialog1"; this.printPreviewDialog1.Visible = false; // // printDialog1 // this.printDialog1.UseEXDialog = true; // // groupBox1 // this.groupBox1.Controls.Add(this.clearBtn); this.groupBox1.Controls.Add(this.completeBtn); this.groupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox1.Location = new System.Drawing.Point(320, 11); this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox1.Size = new System.Drawing.Size(669, 479); this.groupBox1.TabIndex = 31; this.groupBox1.TabStop = false; this.groupBox1.Text = "元数据内容"; // // FrmMetadata // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238))))); this.ClientSize = new System.Drawing.Size(995, 498); this.Controls.Add(this.titleLbl); this.Controls.Add(this.ntTxt); this.Controls.Add(this.ntLblC); this.Controls.Add(this.ntLbl); this.Controls.Add(this.authorTxt); this.Controls.Add(this.descTxt); this.Controls.Add(this.consTxt); this.Controls.Add(this.printBtn); this.Controls.Add(this.importBtn); this.Controls.Add(this.editBtn); this.Controls.Add(this.authorLblC); this.Controls.Add(this.authorLbl); this.Controls.Add(this.descLblC); this.Controls.Add(this.descLbl); this.Controls.Add(this.consLblC); this.Controls.Add(this.consLbl); this.Controls.Add(this.layerTree); this.Controls.Add(this.groupBox1); this.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.Name = "FrmMetadata"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "元数据管理"; this.contextMenuStrip1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private LabelX consLbl; private LabelX consLblC; private LabelX descLbl; private LabelX descLblC; private LabelX authorLbl; private LabelX authorLblC; private ButtonX editBtn; private ButtonX importBtn; private ButtonX printBtn; private StyleManager styleManager1; private TreeView layerTree; private TextBoxX consTxt; private TextBoxX descTxt; private TextBoxX authorTxt; private ButtonX completeBtn; private LabelX ntLbl; private LabelX ntLblC; private TextBoxX ntTxt; private ButtonX clearBtn; private Label titleLbl; private PrintDocument printDocument1; private PrintPreviewDialog printPreviewDialog1; private PrintDialog printDialog1; private GroupBox groupBox1; private ContextMenuStrip contextMenuStrip1; private ToolStripMenuItem 导入ToolStripMenuItem; private ToolStripMenuItem 编辑ToolStripMenuItem; private ToolStripMenuItem 打印ToolStripMenuItem; private ToolStripMenuItem 删除ToolStripMenuItem; } }