using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; namespace Cyberpipe { partial class FrmRESCMgr { /// <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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.编号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.资源名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.父资源名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.分系统编号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.备注 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.编辑 = new System.Windows.Forms.DataGridViewLinkColumn(); this.删除 = new System.Windows.Forms.DataGridViewLinkColumn(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit(); this.SuspendLayout(); // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX2.Location = new System.Drawing.Point(404, 199); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(75, 23); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 9; this.buttonX2.Text = "关闭"; this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click); // // dataGridViewX1 // this.dataGridViewX1.AllowUserToAddRows = false; this.dataGridViewX1.AllowUserToDeleteRows = false; this.dataGridViewX1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.编号, this.资源名称, this.父资源名称, this.分系统编号, this.备注, this.编辑, this.删除}); 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.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170))))); this.dataGridViewX1.Location = new System.Drawing.Point(12, 41); this.dataGridViewX1.Name = "dataGridViewX1"; this.dataGridViewX1.ReadOnly = true; this.dataGridViewX1.RowTemplate.Height = 23; this.dataGridViewX1.Size = new System.Drawing.Size(467, 147); this.dataGridViewX1.TabIndex = 8; this.dataGridViewX1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewX1_CellClick); // // 编号 // this.编号.DataPropertyName = "id"; this.编号.FillWeight = 293.7965F; this.编号.HeaderText = "编号"; this.编号.Name = "编号"; this.编号.ReadOnly = true; this.编号.Width = 58; // // 资源名称 // this.资源名称.DataPropertyName = "name"; this.资源名称.FillWeight = 69.92645F; this.资源名称.HeaderText = "资源名称"; this.资源名称.Name = "资源名称"; this.资源名称.ReadOnly = true; this.资源名称.Width = 73; // // 父资源名称 // this.父资源名称.DataPropertyName = "pname"; this.父资源名称.HeaderText = "父资源名称"; this.父资源名称.Name = "父资源名称"; this.父资源名称.ReadOnly = true; // // 分系统编号 // this.分系统编号.DataPropertyName = "aid"; this.分系统编号.FillWeight = 69.92645F; this.分系统编号.HeaderText = "分系统编号"; this.分系统编号.Name = "分系统编号"; this.分系统编号.ReadOnly = true; this.分系统编号.Width = 73; // // 备注 // this.备注.DataPropertyName = "desc"; this.备注.FillWeight = 61.77052F; this.备注.HeaderText = "备注"; this.备注.Name = "备注"; this.备注.ReadOnly = true; this.备注.Width = 73; // // 编辑 // this.编辑.DataPropertyName = "编辑"; this.编辑.FillWeight = 46.65053F; this.编辑.HeaderText = "编辑"; this.编辑.Name = "编辑"; this.编辑.ReadOnly = true; this.编辑.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.编辑.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.编辑.Width = 74; // // 删除 // this.删除.DataPropertyName = "删除"; this.删除.FillWeight = 36.70861F; this.删除.HeaderText = "删除"; this.删除.Name = "删除"; this.删除.ReadOnly = true; this.删除.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.删除.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.删除.Width = 73; // // labelX1 // // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(12, 12); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(99, 23); this.labelX1.TabIndex = 7; this.labelX1.Text = "资源信息列表:"; // // FrmRESCMgr // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(491, 229); this.Controls.Add(this.buttonX2); this.Controls.Add(this.dataGridViewX1); this.Controls.Add(this.labelX1); this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmRESCMgr"; this.ShowIcon = false; this.Text = "资源信息管理"; this.Load += new System.EventHandler(this.FrmRESCMgr_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit(); this.ResumeLayout(false); } #endregion private ButtonX buttonX2; private DataGridViewX dataGridViewX1; private LabelX labelX1; private DataGridViewTextBoxColumn 编号; private DataGridViewTextBoxColumn 资源名称; private DataGridViewTextBoxColumn 父资源名称; private DataGridViewTextBoxColumn 分系统编号; private DataGridViewTextBoxColumn 备注; private DataGridViewLinkColumn 编辑; private DataGridViewLinkColumn 删除; } }