namespace Cyberpipe { partial class FrmAPPFORASK { /// <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.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(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit(); this.SuspendLayout(); // // dataGridViewX1 // this.dataGridViewX1.AllowUserToAddRows = false; this.dataGridViewX1.AllowUserToDeleteRows = false; 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.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170))))); this.dataGridViewX1.Location = new System.Drawing.Point(0, 0); this.dataGridViewX1.Name = "dataGridViewX1"; this.dataGridViewX1.PaintEnhancedSelection = false; this.dataGridViewX1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.dataGridViewX1.RowTemplate.Height = 23; this.dataGridViewX1.Size = new System.Drawing.Size(653, 380); this.dataGridViewX1.TabIndex = 2; this.dataGridViewX1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewX1_CellClick); // // 编号 // this.编号.DataPropertyName = "dbid"; this.编号.HeaderText = "编号"; this.编号.Name = "编号"; this.编号.ReadOnly = true; this.编号.Width = 60; // // 申请人 // this.申请人.DataPropertyName = "applicant"; this.申请人.HeaderText = "申请人"; this.申请人.Name = "申请人"; this.申请人.ReadOnly = true; this.申请人.Width = 70; // // 申请时间 // this.申请时间.DataPropertyName = "applicationtime"; this.申请时间.HeaderText = "申请时间"; this.申请时间.Name = "申请时间"; this.申请时间.ReadOnly = true; this.申请时间.Width = 80; // // 申请文件 // this.申请文件.DataPropertyName = "content"; this.申请文件.HeaderText = "申请文件"; this.申请文件.Name = "申请文件"; this.申请文件.ReadOnly = true; // // 备注 // this.备注.DataPropertyName = "NT"; this.备注.HeaderText = "备注"; this.备注.Name = "备注"; // // 申请状态 // this.申请状态.DataPropertyName = "status"; this.申请状态.HeaderText = "申请状态"; this.申请状态.Name = "申请状态"; this.申请状态.ReadOnly = true; this.申请状态.Width = 80; // // 批准 // this.批准.DataPropertyName = "批准"; this.批准.HeaderText = "批准"; this.批准.Name = "批准"; this.批准.Width = 60; // // 不批准 // this.不批准.DataPropertyName = "不批准"; this.不批准.HeaderText = "不批准"; this.不批准.Name = "不批准"; this.不批准.Width = 60; // // FrmAPPFORASK // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(653, 380); this.Controls.Add(this.dataGridViewX1); this.DoubleBuffered = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmAPPFORASK"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.FrmAPPFORASK_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit(); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX1; private System.Windows.Forms.DataGridViewTextBoxColumn 编号; private System.Windows.Forms.DataGridViewTextBoxColumn 申请人; private System.Windows.Forms.DataGridViewTextBoxColumn 申请时间; private System.Windows.Forms.DataGridViewTextBoxColumn 申请文件; private System.Windows.Forms.DataGridViewTextBoxColumn 备注; private System.Windows.Forms.DataGridViewTextBoxColumn 申请状态; private System.Windows.Forms.DataGridViewLinkColumn 批准; private System.Windows.Forms.DataGridViewLinkColumn 不批准; } }