347 lines
		
	
	
		
			20 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			347 lines
		
	
	
		
			20 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace FCM0000
 | |
| {
 | |
|     partial class fJRForm
 | |
|     {
 | |
|         /// <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()
 | |
|         {
 | |
|             this.components = new System.ComponentModel.Container();
 | |
|             System.Windows.Forms.Label subjectLabel;
 | |
|             System.Windows.Forms.Label bodyLabel;
 | |
|             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fJRForm));
 | |
|             this.bn = new System.Windows.Forms.BindingNavigator(this.components);
 | |
|             this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.bs = new System.Windows.Forms.BindingSource(this.components);
 | |
|             this.dsMSSQL1 = new FCM0000.dsMSSQL();
 | |
|             this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
 | |
|             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.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.mailFormBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.mailFormDataGridView = new System.Windows.Forms.DataGridView();
 | |
|             this.cateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.panel1 = new System.Windows.Forms.Panel();
 | |
|             this.subjectTextBox = new System.Windows.Forms.TextBox();
 | |
|             this.ta = new FCM0000.dsMSSQLTableAdapters.EETGW_DocuFormTableAdapter();
 | |
|             this.richTextBoxEx1 = new RichTextBoxEx.RichTextBoxEx();
 | |
|             subjectLabel = new System.Windows.Forms.Label();
 | |
|             bodyLabel = new System.Windows.Forms.Label();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
 | |
|             this.bn.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.mailFormDataGridView)).BeginInit();
 | |
|             this.panel1.SuspendLayout();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // subjectLabel
 | |
|             // 
 | |
|             subjectLabel.AutoSize = true;
 | |
|             subjectLabel.Location = new System.Drawing.Point(15, 15);
 | |
|             subjectLabel.Name = "subjectLabel";
 | |
|             subjectLabel.Size = new System.Drawing.Size(50, 12);
 | |
|             subjectLabel.TabIndex = 12;
 | |
|             subjectLabel.Text = "subject:";
 | |
|             // 
 | |
|             // bodyLabel
 | |
|             // 
 | |
|             bodyLabel.AutoSize = true;
 | |
|             bodyLabel.Location = new System.Drawing.Point(28, 41);
 | |
|             bodyLabel.Name = "bodyLabel";
 | |
|             bodyLabel.Size = new System.Drawing.Size(37, 12);
 | |
|             bodyLabel.TabIndex = 16;
 | |
|             bodyLabel.Text = "body:";
 | |
|             // 
 | |
|             // bn
 | |
|             // 
 | |
|             this.bn.AddNewItem = this.bindingNavigatorAddNewItem;
 | |
|             this.bn.BindingSource = this.bs;
 | |
|             this.bn.CountItem = this.bindingNavigatorCountItem;
 | |
|             this.bn.DeleteItem = null;
 | |
|             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.bindingNavigatorAddNewItem,
 | |
|             this.bindingNavigatorDeleteItem,
 | |
|             this.mailFormBindingNavigatorSaveItem});
 | |
|             this.bn.Location = new System.Drawing.Point(0, 591);
 | |
|             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(833, 25);
 | |
|             this.bn.TabIndex = 0;
 | |
|             this.bn.Text = "bindingNavigator1";
 | |
|             // 
 | |
|             // bindingNavigatorAddNewItem
 | |
|             // 
 | |
|             this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
 | |
|             this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
 | |
|             this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(65, 22);
 | |
|             this.bindingNavigatorAddNewItem.Text = "Add(&A)";
 | |
|             this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click);
 | |
|             // 
 | |
|             // bs
 | |
|             // 
 | |
|             this.bs.DataMember = "EETGW_DocuForm";
 | |
|             this.bs.DataSource = this.dsMSSQL1;
 | |
|             this.bs.CurrentChanged += new System.EventHandler(this.bs_CurrentChanged);
 | |
|             // 
 | |
|             // dsMSSQL1
 | |
|             // 
 | |
|             this.dsMSSQL1.DataSetName = "dsMSSQL";
 | |
|             this.dsMSSQL1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
 | |
|             // 
 | |
|             // bindingNavigatorCountItem
 | |
|             // 
 | |
|             this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
 | |
|             this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
 | |
|             this.bindingNavigatorCountItem.Text = "/{0}";
 | |
|             this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
 | |
|             // 
 | |
|             // 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);
 | |
|             // 
 | |
|             // bindingNavigatorDeleteItem
 | |
|             // 
 | |
|             this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
 | |
|             this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
 | |
|             this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(78, 22);
 | |
|             this.bindingNavigatorDeleteItem.Text = "Delete(&D)";
 | |
|             this.bindingNavigatorDeleteItem.Click += new System.EventHandler(this.bindingNavigatorDeleteItem_Click);
 | |
|             // 
 | |
|             // mailFormBindingNavigatorSaveItem
 | |
|             // 
 | |
|             this.mailFormBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("mailFormBindingNavigatorSaveItem.Image")));
 | |
|             this.mailFormBindingNavigatorSaveItem.Name = "mailFormBindingNavigatorSaveItem";
 | |
|             this.mailFormBindingNavigatorSaveItem.Size = new System.Drawing.Size(67, 22);
 | |
|             this.mailFormBindingNavigatorSaveItem.Text = "Save(&S)";
 | |
|             this.mailFormBindingNavigatorSaveItem.Click += new System.EventHandler(this.mailFormBindingNavigatorSaveItem_Click);
 | |
|             // 
 | |
|             // mailFormDataGridView
 | |
|             // 
 | |
|             this.mailFormDataGridView.AllowUserToAddRows = false;
 | |
|             this.mailFormDataGridView.AutoGenerateColumns = false;
 | |
|             this.mailFormDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
 | |
|             this.mailFormDataGridView.ColumnHeadersHeight = 30;
 | |
|             this.mailFormDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
 | |
|             this.mailFormDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
 | |
|             this.cateDataGridViewTextBoxColumn,
 | |
|             this.titleDataGridViewTextBoxColumn});
 | |
|             this.mailFormDataGridView.DataSource = this.bs;
 | |
|             this.mailFormDataGridView.Dock = System.Windows.Forms.DockStyle.Left;
 | |
|             this.mailFormDataGridView.Location = new System.Drawing.Point(0, 0);
 | |
|             this.mailFormDataGridView.Name = "mailFormDataGridView";
 | |
|             this.mailFormDataGridView.RowTemplate.Height = 23;
 | |
|             this.mailFormDataGridView.Size = new System.Drawing.Size(317, 591);
 | |
|             this.mailFormDataGridView.TabIndex = 2;
 | |
|             this.mailFormDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.mailFormDataGridView_DataError);
 | |
|             // 
 | |
|             // cateDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.cateDataGridViewTextBoxColumn.DataPropertyName = "cate";
 | |
|             this.cateDataGridViewTextBoxColumn.HeaderText = "cate";
 | |
|             this.cateDataGridViewTextBoxColumn.Name = "cateDataGridViewTextBoxColumn";
 | |
|             this.cateDataGridViewTextBoxColumn.Width = 54;
 | |
|             // 
 | |
|             // titleDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.titleDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
 | |
|             this.titleDataGridViewTextBoxColumn.DataPropertyName = "title";
 | |
|             this.titleDataGridViewTextBoxColumn.HeaderText = "title";
 | |
|             this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // panel1
 | |
|             // 
 | |
|             this.panel1.Controls.Add(this.richTextBoxEx1);
 | |
|             this.panel1.Controls.Add(subjectLabel);
 | |
|             this.panel1.Controls.Add(this.subjectTextBox);
 | |
|             this.panel1.Controls.Add(bodyLabel);
 | |
|             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.panel1.Location = new System.Drawing.Point(317, 0);
 | |
|             this.panel1.Name = "panel1";
 | |
|             this.panel1.Size = new System.Drawing.Size(516, 591);
 | |
|             this.panel1.TabIndex = 3;
 | |
|             // 
 | |
|             // subjectTextBox
 | |
|             // 
 | |
|             this.subjectTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
 | |
|             | System.Windows.Forms.AnchorStyles.Right)));
 | |
|             this.subjectTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "title", true));
 | |
|             this.subjectTextBox.Location = new System.Drawing.Point(74, 12);
 | |
|             this.subjectTextBox.Name = "subjectTextBox";
 | |
|             this.subjectTextBox.Size = new System.Drawing.Size(430, 21);
 | |
|             this.subjectTextBox.TabIndex = 13;
 | |
|             // 
 | |
|             // ta
 | |
|             // 
 | |
|             this.ta.ClearBeforeFill = true;
 | |
|             // 
 | |
|             // richTextBoxEx1
 | |
|             // 
 | |
|             this.richTextBoxEx1.AllowBullets = true;
 | |
|             this.richTextBoxEx1.AllowDefaultInsertText = true;
 | |
|             this.richTextBoxEx1.AllowDefaultSmartText = true;
 | |
|             this.richTextBoxEx1.AllowHyphenation = true;
 | |
|             this.richTextBoxEx1.AllowPictures = true;
 | |
|             this.richTextBoxEx1.AllowSpellCheck = true;
 | |
|             this.richTextBoxEx1.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
 | |
|             this.richTextBoxEx1.FilePath = "";
 | |
|             this.richTextBoxEx1.Location = new System.Drawing.Point(74, 41);
 | |
|             this.richTextBoxEx1.Name = "richTextBoxEx1";
 | |
|             this.richTextBoxEx1.Rtf = "{\\rtf1\\ansi\\ansicpg1252\\deff0\\nouicompat{\\fonttbl{\\f0\\fnil\\fcharset0 Arial;}}\r\n{\\" +
 | |
|     "*\\generator Riched20 10.0.19041}\\viewkind4\\uc1 \r\n\\pard\\fs20\\lang1042 richTextBox" +
 | |
|     "Ex1\\par\r\n}\r\n";
 | |
|             this.richTextBoxEx1.SetColorWithFont = true;
 | |
|             this.richTextBoxEx1.ShowToolStrip = true;
 | |
|             this.richTextBoxEx1.Size = new System.Drawing.Size(430, 531);
 | |
|             this.richTextBoxEx1.TabIndex = 59;
 | |
|             // 
 | |
|             // fJRForm
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(833, 616);
 | |
|             this.Controls.Add(this.panel1);
 | |
|             this.Controls.Add(this.mailFormDataGridView);
 | |
|             this.Controls.Add(this.bn);
 | |
|             this.Name = "fJRForm";
 | |
|             this.Text = "문서 양식";
 | |
|             this.Load += new System.EventHandler(this.fMailform_Load);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
 | |
|             this.bn.ResumeLayout(false);
 | |
|             this.bn.PerformLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.mailFormDataGridView)).EndInit();
 | |
|             this.panel1.ResumeLayout(false);
 | |
|             this.panel1.PerformLayout();
 | |
|             this.ResumeLayout(false);
 | |
|             this.PerformLayout();
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
|         private System.Windows.Forms.BindingSource bs;
 | |
|         private System.Windows.Forms.BindingNavigator bn;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
 | |
|         private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
 | |
|         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 mailFormBindingNavigatorSaveItem;
 | |
|         private System.Windows.Forms.DataGridView mailFormDataGridView;
 | |
|         private System.Windows.Forms.Panel panel1;
 | |
|         private System.Windows.Forms.TextBox subjectTextBox;
 | |
|         private dsMSSQL dsMSSQL1;
 | |
|         private dsMSSQLTableAdapters.EETGW_DocuFormTableAdapter ta;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn cateDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
 | |
|         private RichTextBoxEx.RichTextBoxEx richTextBoxEx1;
 | |
|     }
 | |
| } | 
