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.bn = new System.Windows.Forms.BindingNavigator(this.components); this.btAdd = new System.Windows.Forms.ToolStripButton(); this.bs = new System.Windows.Forms.BindingSource(this.components); this.dSMail = new FCM0000.DSMail(); 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.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.tbFind = new System.Windows.Forms.ToolStripTextBox(); this.toolStripButton2 = 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.tam = new FCM0000.DSMailTableAdapters.TableAdapterManager(); 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(); this.SendMsg2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); this.bn.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dSMail)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.arDatagridView1)).BeginInit(); this.SuspendLayout(); // // 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.ImageScalingSize = new System.Drawing.Size(32, 32); 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.toolStripButton1, this.toolStripSeparator1, this.toolStripLabel1, this.tbFind, this.toolStripButton2}); this.bn.Location = new System.Drawing.Point(0, 514); 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, 39); this.bn.TabIndex = 0; this.bn.Text = "bindingNavigator1"; // // btAdd // 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, 36); this.btAdd.Text = "테스트"; this.btAdd.Click += new System.EventHandler(this.btAdd_Click); // // bs // this.bs.DataMember = "MailData"; this.bs.DataSource = this.dSMail; this.bs.Sort = "wdate desc,pdate"; // // dSMail // this.dSMail.DataSetName = "DSMail"; this.dSMail.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 36); 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(67, 36); 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(36, 36); 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(36, 36); this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 39); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "위치"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F); 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, 39); // // 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(36, 36); 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(36, 36); this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 39); // // 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(67, 36); this.btSave.Text = "저장"; this.btSave.Click += new System.EventHandler(this.mailDataBindingNavigatorSaveItem_Click); // // toolStripButton1 // this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(119, 36); this.toolStripButton1.Text = "목록 내보내기"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39); // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(31, 36); this.toolStripLabel1.Text = "검색"; // // tbFind // this.tbFind.Font = new System.Drawing.Font("맑은 고딕", 9F); this.tbFind.Name = "tbFind"; this.tbFind.Size = new System.Drawing.Size(120, 39); this.tbFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbFind_KeyDown_1); // // toolStripButton2 // this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image"))); this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(36, 36); this.toolStripButton2.Text = "toolStripButton2"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_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.SendMsg2}); 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, 478); this.arDatagridView1.TabIndex = 4; // // tam // this.tam.BackupDataSetBeforeUpdate = false; this.tam.Connection = null; this.tam.MailAutoTableAdapter = null; this.tam.MailDataTableAdapter = null; this.tam.MailFormTableAdapter = null; this.tam.UpdateOrder = FCM0000.DSMailTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // 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 = "SendOK2"; this.sendOKDataGridViewCheckBoxColumn.HeaderText = "전송"; this.sendOKDataGridViewCheckBoxColumn.Name = "sendOKDataGridViewCheckBoxColumn"; this.sendOKDataGridViewCheckBoxColumn.ReadOnly = true; // // suid // this.suid.DataPropertyName = "suid2"; this.suid.HeaderText = "전송자"; this.suid.Name = "suid"; this.suid.ReadOnly = true; // // sdate // this.sdate.DataPropertyName = "sdate2"; 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; // // SendMsg2 // this.SendMsg2.DataPropertyName = "SendMsg2"; this.SendMsg2.HeaderText = "Message"; this.SendMsg2.Name = "SendMsg2"; this.SendMsg2.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.bn)).EndInit(); this.bn.ResumeLayout(false); this.bn.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dSMail)).EndInit(); 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.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.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripLabel toolStripLabel1; private System.Windows.Forms.ToolStripTextBox tbFind; private System.Windows.Forms.ToolStripButton toolStripButton2; 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; private System.Windows.Forms.DataGridViewTextBoxColumn SendMsg2; } }