namespace Cyberpipe { partial class FrmMDDictory { /// <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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.layerTree = new System.Windows.Forms.TreeView(); this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit(); this.SuspendLayout(); // // layerTree // this.layerTree.Location = new System.Drawing.Point(3, 36); this.layerTree.Margin = new System.Windows.Forms.Padding(4); this.layerTree.Name = "layerTree"; this.layerTree.Size = new System.Drawing.Size(311, 399); this.layerTree.TabIndex = 1; this.layerTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.layerTree_AfterSelect); // // dataGridViewX1 // this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle1; this.dataGridViewX1.Enabled = false; this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170))))); this.dataGridViewX1.Location = new System.Drawing.Point(323, 36); this.dataGridViewX1.Margin = new System.Windows.Forms.Padding(4); this.dataGridViewX1.Name = "dataGridViewX1"; this.dataGridViewX1.RowTemplate.Height = 23; this.dataGridViewX1.Size = new System.Drawing.Size(508, 400); this.dataGridViewX1.TabIndex = 3; // // labelX1 // // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX1.Location = new System.Drawing.Point(323, 2); this.labelX1.Margin = new System.Windows.Forms.Padding(4); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(137, 29); this.labelX1.TabIndex = 4; this.labelX1.Text = "数据元字典结果"; // // labelX2 // // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX2.Location = new System.Drawing.Point(3, 2); this.labelX2.Margin = new System.Windows.Forms.Padding(4); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(137, 29); this.labelX2.TabIndex = 5; this.labelX2.Text = "数据图层"; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(731, 2); this.buttonX1.Margin = new System.Windows.Forms.Padding(4); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(100, 29); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 6; this.buttonX1.Text = "导出Excel"; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // FrmMDDictory // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(833, 440); this.Controls.Add(this.buttonX1); this.Controls.Add(this.labelX2); this.Controls.Add(this.labelX1); this.Controls.Add(this.dataGridViewX1); this.Controls.Add(this.layerTree); this.DoubleBuffered = true; this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.Name = "FrmMDDictory"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "数据元字典管理"; ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TreeView layerTree; private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX1; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.LabelX labelX2; private DevComponents.DotNetBar.ButtonX buttonX1; } }