using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; namespace Cyberpipe { partial class FrmOperMgr { /// <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.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(472, 190); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(75, 23); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 6; 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.编辑, 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, 40); this.dataGridViewX1.Name = "dataGridViewX1"; this.dataGridViewX1.ReadOnly = true; this.dataGridViewX1.RowTemplate.Height = 23; this.dataGridViewX1.Size = new System.Drawing.Size(535, 140); this.dataGridViewX1.TabIndex = 5; this.dataGridViewX1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewX1_CellClick); // // 编号 // this.编号.DataPropertyName = "id"; this.编号.FillWeight = 171.2329F; this.编号.HeaderText = "编号"; this.编号.Name = "编号"; this.编号.ReadOnly = true; // // 操作名称 // this.操作名称.DataPropertyName = "name"; this.操作名称.HeaderText = "操作名称"; this.操作名称.Name = "操作名称"; this.操作名称.ReadOnly = true; // // 操作掩码 // this.操作掩码.DataPropertyName = "mask"; this.操作掩码.HeaderText = "操作掩码"; this.操作掩码.Name = "操作掩码"; this.操作掩码.ReadOnly = true; // // 操作代码 // this.操作代码.DataPropertyName = "code"; this.操作代码.FillWeight = 121.221F; this.操作代码.HeaderText = "操作代码"; this.操作代码.Name = "操作代码"; this.操作代码.ReadOnly = true; // // 备注 // this.备注.DataPropertyName = "desc"; this.备注.FillWeight = 88.33642F; this.备注.HeaderText = "备注"; this.备注.Name = "备注"; this.备注.ReadOnly = true; // // 分系统编号 // this.分系统编号.DataPropertyName = "aid"; this.分系统编号.HeaderText = "分系统编号"; this.分系统编号.Name = "分系统编号"; this.分系统编号.ReadOnly = true; // // 编辑 // this.编辑.DataPropertyName = "编辑"; this.编辑.FillWeight = 66.71371F; this.编辑.HeaderText = "编辑"; this.编辑.Name = "编辑"; this.编辑.ReadOnly = true; this.编辑.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.编辑.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // 删除 // this.删除.DataPropertyName = "删除"; this.删除.FillWeight = 52.49603F; this.删除.HeaderText = "删除"; this.删除.Name = "删除"; this.删除.ReadOnly = true; this.删除.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.删除.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // 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 = 4; this.labelX1.Text = "操作信息列表:"; // // FrmOperMgr // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(559, 221); 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 = "FrmOperMgr"; this.ShowIcon = false; this.Text = "操作信息管理"; this.Load += new System.EventHandler(this.FrmOperMgr_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 DataGridViewTextBoxColumn 分系统编号; private DataGridViewLinkColumn 编辑; private DataGridViewLinkColumn 删除; } }