namespace FCM0000.Mail
{
    partial class fMailList
    {
        /// 
        /// Required designer variable.
        /// 
        private System.ComponentModel.IContainer components = null;
        /// 
        /// Clean up any resources being used.
        /// 
        /// true if managed resources should be disposed; otherwise, false.
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
        #region Windows Form Designer generated code
        /// 
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// 
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fMailList));
            this.dSMail = new FCM0000.DSMail();
            this.bs = new System.Windows.Forms.BindingSource(this.components);
            this.ta = new FCM0000.DSMailTableAdapters.MailDataTableAdapter();
            this.tam = new FCM0000.DSMailTableAdapters.TableAdapterManager();
            this.bn = new System.Windows.Forms.BindingNavigator(this.components);
            this.btAdd = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.btDel = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.btSave = new System.Windows.Forms.ToolStripButton();
            this.panel1 = new System.Windows.Forms.Panel();
            this.button1 = new System.Windows.Forms.Button();
            this.btRefresh = new System.Windows.Forms.Button();
            this.dtEd = new System.Windows.Forms.DateTimePicker();
            this.label2 = new System.Windows.Forms.Label();
            this.dtSd = new System.Windows.Forms.DateTimePicker();
            this.label1 = new System.Windows.Forms.Label();
            this.arDatagridView1 = new arCtl.arDatagridView();
            this.pdateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.subjectDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.fromlistDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tolistDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ccDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.wuidDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.wdateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.sendOKDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.suid = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.sdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.cateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.dSMail)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
            this.bn.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.arDatagridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // dSMail
            // 
            this.dSMail.DataSetName = "DSMail";
            this.dSMail.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // bs
            // 
            this.bs.DataMember = "MailData";
            this.bs.DataSource = this.dSMail;
            this.bs.Sort = "wdate desc,pdate";
            // 
            // ta
            // 
            this.ta.ClearBeforeFill = true;
            // 
            // tam
            // 
            this.tam.BackupDataSetBeforeUpdate = false;
            this.tam.MailAutoTableAdapter = null;
            this.tam.MailDataTableAdapter = this.ta;
            this.tam.MailFormTableAdapter = null;
            this.tam.UpdateOrder = FCM0000.DSMailTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
            // 
            // bn
            // 
            this.bn.AddNewItem = this.btAdd;
            this.bn.BindingSource = this.bs;
            this.bn.CountItem = this.bindingNavigatorCountItem;
            this.bn.DeleteItem = this.btDel;
            this.bn.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.bn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorSeparator,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator2,
            this.btAdd,
            this.btDel,
            this.btSave});
            this.bn.Location = new System.Drawing.Point(0, 528);
            this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
            this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem;
            this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.bn.Name = "bn";
            this.bn.PositionItem = this.bindingNavigatorPositionItem;
            this.bn.Size = new System.Drawing.Size(855, 25);
            this.bn.TabIndex = 0;
            this.bn.Text = "bindingNavigator1";
            // 
            // btAdd
            // 
            this.btAdd.Enabled = false;
            this.btAdd.Image = ((System.Drawing.Image)(resources.GetObject("btAdd.Image")));
            this.btAdd.Name = "btAdd";
            this.btAdd.RightToLeftAutoMirrorImage = true;
            this.btAdd.Size = new System.Drawing.Size(79, 22);
            this.btAdd.Text = "새로 추가";
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
            this.bindingNavigatorCountItem.Text = "/{0}";
            this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
            // 
            // btDel
            // 
            this.btDel.Enabled = false;
            this.btDel.Image = ((System.Drawing.Image)(resources.GetObject("btDel.Image")));
            this.btDel.Name = "btDel";
            this.btDel.RightToLeftAutoMirrorImage = true;
            this.btDel.Size = new System.Drawing.Size(51, 22);
            this.btDel.Text = "삭제";
            // 
            // bindingNavigatorMoveFirstItem
            // 
            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
            this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveFirstItem.Text = "처음으로 이동";
            // 
            // bindingNavigatorMovePreviousItem
            // 
            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
            this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동";
            // 
            // bindingNavigatorSeparator
            // 
            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorPositionItem
            // 
            this.bindingNavigatorPositionItem.AccessibleName = "위치";
            this.bindingNavigatorPositionItem.AutoSize = false;
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
            this.bindingNavigatorPositionItem.Text = "0";
            this.bindingNavigatorPositionItem.ToolTipText = "현재 위치";
            // 
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorMoveNextItem
            // 
            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
            this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveNextItem.Text = "다음으로 이동";
            // 
            // bindingNavigatorMoveLastItem
            // 
            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
            this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동";
            // 
            // bindingNavigatorSeparator2
            // 
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // btSave
            // 
            this.btSave.Enabled = false;
            this.btSave.Image = ((System.Drawing.Image)(resources.GetObject("btSave.Image")));
            this.btSave.Name = "btSave";
            this.btSave.Size = new System.Drawing.Size(91, 22);
            this.btSave.Text = "데이터 저장";
            this.btSave.Click += new System.EventHandler(this.mailDataBindingNavigatorSaveItem_Click);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.button1);
            this.panel1.Controls.Add(this.btRefresh);
            this.panel1.Controls.Add(this.dtEd);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.dtSd);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(855, 36);
            this.panel1.TabIndex = 3;
            // 
            // button1
            // 
            this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button1.Location = new System.Drawing.Point(785, 7);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(64, 21);
            this.button1.TabIndex = 5;
            this.button1.Text = "닫기";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // btRefresh
            // 
            this.btRefresh.Location = new System.Drawing.Point(482, 9);
            this.btRefresh.Name = "btRefresh";
            this.btRefresh.Size = new System.Drawing.Size(64, 21);
            this.btRefresh.TabIndex = 4;
            this.btRefresh.Text = "조회";
            this.btRefresh.UseVisualStyleBackColor = true;
            this.btRefresh.Click += new System.EventHandler(this.btRefresh_Click);
            // 
            // dtEd
            // 
            this.dtEd.Location = new System.Drawing.Point(273, 9);
            this.dtEd.Name = "dtEd";
            this.dtEd.Size = new System.Drawing.Size(200, 21);
            this.dtEd.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(253, 13);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(14, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "~";
            // 
            // dtSd
            // 
            this.dtSd.Location = new System.Drawing.Point(45, 7);
            this.dtSd.Name = "dtSd";
            this.dtSd.Size = new System.Drawing.Size(200, 21);
            this.dtSd.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(10, 12);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "기간";
            // 
            // arDatagridView1
            // 
            this.arDatagridView1.A_DelCurrentCell = true;
            this.arDatagridView1.A_EnterToTab = true;
            this.arDatagridView1.A_KoreanField = null;
            this.arDatagridView1.A_UpperField = null;
            this.arDatagridView1.A_ViewRownumOnHeader = true;
            this.arDatagridView1.AllowUserToAddRows = false;
            this.arDatagridView1.AllowUserToDeleteRows = false;
            this.arDatagridView1.AutoGenerateColumns = false;
            this.arDatagridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.arDatagridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.arDatagridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.pdateDataGridViewTextBoxColumn,
            this.subjectDataGridViewTextBoxColumn,
            this.fromlistDataGridViewTextBoxColumn,
            this.tolistDataGridViewTextBoxColumn,
            this.ccDataGridViewTextBoxColumn,
            this.wuidDataGridViewTextBoxColumn,
            this.wdateDataGridViewTextBoxColumn,
            this.sendOKDataGridViewCheckBoxColumn,
            this.suid,
            this.sdate,
            this.cateDataGridViewTextBoxColumn});
            this.arDatagridView1.DataSource = this.bs;
            this.arDatagridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.arDatagridView1.Location = new System.Drawing.Point(0, 36);
            this.arDatagridView1.Name = "arDatagridView1";
            this.arDatagridView1.ReadOnly = true;
            this.arDatagridView1.RowTemplate.Height = 23;
            this.arDatagridView1.Size = new System.Drawing.Size(855, 492);
            this.arDatagridView1.TabIndex = 4;
            // 
            // pdateDataGridViewTextBoxColumn
            // 
            this.pdateDataGridViewTextBoxColumn.DataPropertyName = "pdate";
            this.pdateDataGridViewTextBoxColumn.HeaderText = "등록일";
            this.pdateDataGridViewTextBoxColumn.Name = "pdateDataGridViewTextBoxColumn";
            this.pdateDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // subjectDataGridViewTextBoxColumn
            // 
            this.subjectDataGridViewTextBoxColumn.DataPropertyName = "subject";
            this.subjectDataGridViewTextBoxColumn.HeaderText = "제목";
            this.subjectDataGridViewTextBoxColumn.Name = "subjectDataGridViewTextBoxColumn";
            this.subjectDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // fromlistDataGridViewTextBoxColumn
            // 
            this.fromlistDataGridViewTextBoxColumn.DataPropertyName = "fromlist";
            this.fromlistDataGridViewTextBoxColumn.HeaderText = "From";
            this.fromlistDataGridViewTextBoxColumn.Name = "fromlistDataGridViewTextBoxColumn";
            this.fromlistDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // tolistDataGridViewTextBoxColumn
            // 
            this.tolistDataGridViewTextBoxColumn.DataPropertyName = "tolist";
            this.tolistDataGridViewTextBoxColumn.HeaderText = "To";
            this.tolistDataGridViewTextBoxColumn.Name = "tolistDataGridViewTextBoxColumn";
            this.tolistDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // ccDataGridViewTextBoxColumn
            // 
            this.ccDataGridViewTextBoxColumn.DataPropertyName = "cc";
            this.ccDataGridViewTextBoxColumn.HeaderText = "CC";
            this.ccDataGridViewTextBoxColumn.Name = "ccDataGridViewTextBoxColumn";
            this.ccDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // wuidDataGridViewTextBoxColumn
            // 
            this.wuidDataGridViewTextBoxColumn.DataPropertyName = "wuid";
            this.wuidDataGridViewTextBoxColumn.HeaderText = "작성자";
            this.wuidDataGridViewTextBoxColumn.Name = "wuidDataGridViewTextBoxColumn";
            this.wuidDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // wdateDataGridViewTextBoxColumn
            // 
            this.wdateDataGridViewTextBoxColumn.DataPropertyName = "wdate";
            this.wdateDataGridViewTextBoxColumn.HeaderText = "작성일";
            this.wdateDataGridViewTextBoxColumn.Name = "wdateDataGridViewTextBoxColumn";
            this.wdateDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // sendOKDataGridViewCheckBoxColumn
            // 
            this.sendOKDataGridViewCheckBoxColumn.DataPropertyName = "SendOK";
            this.sendOKDataGridViewCheckBoxColumn.HeaderText = "전송";
            this.sendOKDataGridViewCheckBoxColumn.Name = "sendOKDataGridViewCheckBoxColumn";
            this.sendOKDataGridViewCheckBoxColumn.ReadOnly = true;
            // 
            // suid
            // 
            this.suid.DataPropertyName = "suid";
            this.suid.HeaderText = "전송자";
            this.suid.Name = "suid";
            this.suid.ReadOnly = true;
            // 
            // sdate
            // 
            this.sdate.DataPropertyName = "sdate";
            this.sdate.HeaderText = "전송시간";
            this.sdate.Name = "sdate";
            this.sdate.ReadOnly = true;
            // 
            // cateDataGridViewTextBoxColumn
            // 
            this.cateDataGridViewTextBoxColumn.DataPropertyName = "cate";
            this.cateDataGridViewTextBoxColumn.HeaderText = "분류";
            this.cateDataGridViewTextBoxColumn.Name = "cateDataGridViewTextBoxColumn";
            this.cateDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // fMailList
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(855, 553);
            this.Controls.Add(this.arDatagridView1);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.bn);
            this.Name = "fMailList";
            this.Text = "메일 발신 내역";
            this.Load += new System.EventHandler(this.@__Load);
            ((System.ComponentModel.ISupportInitialize)(this.dSMail)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
            this.bn.ResumeLayout(false);
            this.bn.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.arDatagridView1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private DSMail dSMail;
        private System.Windows.Forms.BindingSource bs;
        private DSMailTableAdapters.MailDataTableAdapter ta;
        private DSMailTableAdapters.TableAdapterManager tam;
        private System.Windows.Forms.BindingNavigator bn;
        private System.Windows.Forms.ToolStripButton btAdd;
        private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
        private System.Windows.Forms.ToolStripButton btDel;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
        private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
        private System.Windows.Forms.ToolStripButton btSave;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.DateTimePicker dtEd;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.DateTimePicker dtSd;
        private System.Windows.Forms.Button btRefresh;
        private System.Windows.Forms.Button button1;
        private arCtl.arDatagridView arDatagridView1;
        private System.Windows.Forms.DataGridViewTextBoxColumn pdateDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn subjectDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn fromlistDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn tolistDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn ccDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn wuidDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn wdateDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewCheckBoxColumn sendOKDataGridViewCheckBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn suid;
        private System.Windows.Forms.DataGridViewTextBoxColumn sdate;
        private System.Windows.Forms.DataGridViewTextBoxColumn cateDataGridViewTextBoxColumn;
    }
}