namespace Cyberpipe { partial class FrmYJSHTC { /// <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.labelX1 = new DevComponents.DotNetBar.LabelX(); this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.图层名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.审核 = new System.Windows.Forms.DataGridViewLinkColumn(); this.操作 = new System.Windows.Forms.DataGridViewLinkColumn(); this.textBoxCode = new DevComponents.DotNetBar.Controls.TextBoxX(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit(); this.SuspendLayout(); // // labelX1 // // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(8, 8); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(112, 23); this.labelX1.TabIndex = 1; this.labelX1.Text = "数据编号搜索"; // // dataGridViewX1 // this.dataGridViewX1.AllowUserToAddRows = false; this.dataGridViewX1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 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(2, 37); this.dataGridViewX1.Name = "dataGridViewX1"; this.dataGridViewX1.ReadOnly = true; this.dataGridViewX1.RowHeadersWidth = 21; this.dataGridViewX1.RowTemplate.Height = 23; this.dataGridViewX1.Size = new System.Drawing.Size(336, 225); this.dataGridViewX1.TabIndex = 3; this.dataGridViewX1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewX1_CellClick); // // 图层名称 // this.图层名称.DataPropertyName = "图层名称"; this.图层名称.FillWeight = 207.1066F; this.图层名称.HeaderText = "图层名称"; this.图层名称.Name = "图层名称"; this.图层名称.ReadOnly = true; // // 审核 // this.审核.DataPropertyName = "审核"; this.审核.FillWeight = 46.4467F; this.审核.HeaderText = "审核"; this.审核.Name = "审核"; this.审核.ReadOnly = true; this.审核.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // 操作 // this.操作.DataPropertyName = "操作"; this.操作.FillWeight = 46.4467F; this.操作.HeaderText = "操作"; this.操作.Name = "操作"; this.操作.ReadOnly = true; this.操作.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // textBoxCode // // // // this.textBoxCode.Border.Class = "TextBoxBorder"; this.textBoxCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxCode.Location = new System.Drawing.Point(143, 8); this.textBoxCode.Name = "textBoxCode"; this.textBoxCode.Size = new System.Drawing.Size(148, 21); this.textBoxCode.TabIndex = 10; this.textBoxCode.TextChanged += new System.EventHandler(this.textBoxCode_TextChanged); // // FrmYJSHTC // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(339, 264); this.Controls.Add(this.textBoxCode); this.Controls.Add(this.dataGridViewX1); this.Controls.Add(this.labelX1); this.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmYJSHTC"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "一键审核图层"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmYJSHTC_FormClosing); this.Load += new System.EventHandler(this.FrmYJSHTC_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit(); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX1; private DevComponents.DotNetBar.Controls.TextBoxX textBoxCode; private System.Windows.Forms.DataGridViewTextBoxColumn 图层名称; private System.Windows.Forms.DataGridViewLinkColumn 审核; private System.Windows.Forms.DataGridViewLinkColumn 操作; } }