Newer
Older
EMS_SZ / FrmAPPregion.Designer.cs
root on 21 Mar 2016 7 KB first
namespace Cyberpipe
{
    partial class FrmAPPregion
    {
        /// <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.DataGridViewTextBoxColumn();
            this.备注 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.nt = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((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.备注,
            this.nt});
            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.ReadOnly = true;
            this.dataGridViewX1.RowTemplate.Height = 23;
            this.dataGridViewX1.Size = new System.Drawing.Size(943, 390);
            this.dataGridViewX1.TabIndex = 3;
            // 
            // 编号
            // 
            this.编号.DataPropertyName = "dbid";
            this.编号.HeaderText = "编号";
            this.编号.Name = "编号";
            this.编号.ReadOnly = true;
            // 
            // 申请人
            // 
            this.申请人.DataPropertyName = "applicant";
            this.申请人.HeaderText = "申请人";
            this.申请人.Name = "申请人";
            this.申请人.ReadOnly = true;
            // 
            // 申请时间
            // 
            this.申请时间.DataPropertyName = "applicationtime";
            this.申请时间.HeaderText = "申请时间";
            this.申请时间.Name = "申请时间";
            this.申请时间.ReadOnly = true;
            // 
            // 审核人
            // 
            this.审核人.DataPropertyName = "auditor";
            this.审核人.HeaderText = "审核人";
            this.审核人.Name = "审核人";
            this.审核人.ReadOnly = true;
            // 
            // 审核时间
            // 
            this.审核时间.DataPropertyName = "auditiontime";
            this.审核时间.HeaderText = "审核时间";
            this.审核时间.Name = "审核时间";
            this.审核时间.ReadOnly = true;
            // 
            // 申请文件
            // 
            this.申请文件.DataPropertyName = "content";
            this.申请文件.HeaderText = "申请文件";
            this.申请文件.Name = "申请文件";
            this.申请文件.ReadOnly = true;
            // 
            // 申请状态
            // 
            this.申请状态.DataPropertyName = "status";
            this.申请状态.HeaderText = "申请状态";
            this.申请状态.Name = "申请状态";
            this.申请状态.ReadOnly = true;
            // 
            // 备注
            // 
            this.备注.DataPropertyName = "memo";
            this.备注.HeaderText = "未批准原因";
            this.备注.Name = "备注";
            this.备注.ReadOnly = true;
            // 
            // nt
            // 
            this.nt.DataPropertyName = "nt";
            this.nt.HeaderText = "备注";
            this.nt.Name = "nt";
            this.nt.ReadOnly = true;
            // 
            // FrmAPPregion
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(943, 390);
            this.Controls.Add(this.dataGridViewX1);
            this.DoubleBuffered = true;
            this.Name = "FrmAPPregion";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Load += new System.EventHandler(this.FrmAPPregion_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.DataGridViewTextBoxColumn 申请状态;
        private System.Windows.Forms.DataGridViewTextBoxColumn 备注;
        private System.Windows.Forms.DataGridViewTextBoxColumn nt;
    }
}