181210 chi NR구매등록시 이미지 표시 및 추가 기능
NR구매목록에서 권한 없는 사람이 더블클릭으로 편집할 수 있는 버그 수정
This commit is contained in:
		
							
								
								
									
										954
									
								
								SubProject/FCM0000/Board/fMailform.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										954
									
								
								SubProject/FCM0000/Board/fMailform.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -1,478 +1,478 @@ | ||||
| namespace FCM0000 | ||||
| { | ||||
|     partial class fMailform | ||||
|     { | ||||
|         /// <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 tolistLabel; | ||||
|             System.Windows.Forms.Label bccLabel; | ||||
|             System.Windows.Forms.Label ccLabel; | ||||
|             System.Windows.Forms.Label subjectLabel; | ||||
|             System.Windows.Forms.Label bodyLabel; | ||||
|             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fMailform)); | ||||
|             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.dsMSSQL = 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.panel1 = new System.Windows.Forms.Panel(); | ||||
|             this.htmlEditor1 = new YARTE.UI.HtmlEditor(); | ||||
|             this.checkBox3 = new System.Windows.Forms.CheckBox(); | ||||
|             this.checkBox2 = new System.Windows.Forms.CheckBox(); | ||||
|             this.checkBox1 = new System.Windows.Forms.CheckBox(); | ||||
|             this.tolistTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.bccTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.ccTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.subjectTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.ta = new FCM0000.dsMSSQLTableAdapters.MailFormTableAdapter(); | ||||
|             this.tam = new FCM0000.dsMSSQLTableAdapters.TableAdapterManager(); | ||||
|             this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             tolistLabel = new System.Windows.Forms.Label(); | ||||
|             bccLabel = new System.Windows.Forms.Label(); | ||||
|             ccLabel = new System.Windows.Forms.Label(); | ||||
|             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.dsMSSQL)).BeginInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.mailFormDataGridView)).BeginInit(); | ||||
|             this.panel1.SuspendLayout(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
|             // tolistLabel | ||||
|             //  | ||||
|             tolistLabel.AutoSize = true; | ||||
|             tolistLabel.Location = new System.Drawing.Point(30, 15); | ||||
|             tolistLabel.Name = "tolistLabel"; | ||||
|             tolistLabel.Size = new System.Drawing.Size(35, 12); | ||||
|             tolistLabel.TabIndex = 6; | ||||
|             tolistLabel.Text = "tolist:"; | ||||
|             //  | ||||
|             // bccLabel | ||||
|             //  | ||||
|             bccLabel.AutoSize = true; | ||||
|             bccLabel.Location = new System.Drawing.Point(35, 42); | ||||
|             bccLabel.Name = "bccLabel"; | ||||
|             bccLabel.Size = new System.Drawing.Size(30, 12); | ||||
|             bccLabel.TabIndex = 8; | ||||
|             bccLabel.Text = "bcc:"; | ||||
|             //  | ||||
|             // ccLabel | ||||
|             //  | ||||
|             ccLabel.AutoSize = true; | ||||
|             ccLabel.Location = new System.Drawing.Point(42, 69); | ||||
|             ccLabel.Name = "ccLabel"; | ||||
|             ccLabel.Size = new System.Drawing.Size(23, 12); | ||||
|             ccLabel.TabIndex = 10; | ||||
|             ccLabel.Text = "cc:"; | ||||
|             //  | ||||
|             // subjectLabel | ||||
|             //  | ||||
|             subjectLabel.AutoSize = true; | ||||
|             subjectLabel.Location = new System.Drawing.Point(15, 96); | ||||
|             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, 122); | ||||
|             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, 598); | ||||
|             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(816, 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 = "MailForm"; | ||||
|             this.bs.DataSource = this.dsMSSQL; | ||||
|             this.bs.CurrentChanged += new System.EventHandler(this.bs_CurrentChanged); | ||||
|             //  | ||||
|             // dsMSSQL | ||||
|             //  | ||||
|             this.dsMSSQL.DataSetName = "dsMSSQL"; | ||||
|             this.dsMSSQL.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.dataGridViewTextBoxColumn2, | ||||
|             this.dataGridViewTextBoxColumn3}); | ||||
|             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, 598); | ||||
|             this.mailFormDataGridView.TabIndex = 2; | ||||
|             this.mailFormDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.mailFormDataGridView_DataError); | ||||
|             //  | ||||
|             // panel1 | ||||
|             //  | ||||
|             this.panel1.Controls.Add(this.htmlEditor1); | ||||
|             this.panel1.Controls.Add(this.checkBox3); | ||||
|             this.panel1.Controls.Add(this.checkBox2); | ||||
|             this.panel1.Controls.Add(this.checkBox1); | ||||
|             this.panel1.Controls.Add(tolistLabel); | ||||
|             this.panel1.Controls.Add(this.tolistTextBox); | ||||
|             this.panel1.Controls.Add(bccLabel); | ||||
|             this.panel1.Controls.Add(this.bccTextBox); | ||||
|             this.panel1.Controls.Add(ccLabel); | ||||
|             this.panel1.Controls.Add(this.ccTextBox); | ||||
|             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(499, 598); | ||||
|             this.panel1.TabIndex = 3; | ||||
|             //  | ||||
|             // htmlEditor1 | ||||
|             //  | ||||
|             this.htmlEditor1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)  | ||||
|             | System.Windows.Forms.AnchorStyles.Left)  | ||||
|             | System.Windows.Forms.AnchorStyles.Right))); | ||||
|             this.htmlEditor1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; | ||||
|             this.htmlEditor1.Html = resources.GetString("htmlEditor1.Html"); | ||||
|             this.htmlEditor1.Location = new System.Drawing.Point(74, 122); | ||||
|             this.htmlEditor1.Name = "htmlEditor1"; | ||||
|             this.htmlEditor1.ReadOnly = false; | ||||
|             this.htmlEditor1.ShowToolbar = true; | ||||
|             this.htmlEditor1.Size = new System.Drawing.Size(413, 464); | ||||
|             this.htmlEditor1.TabIndex = 23; | ||||
|             this.htmlEditor1.Validated += new System.EventHandler(this.htmlEditor1_Validated); | ||||
|             //  | ||||
|             // checkBox3 | ||||
|             //  | ||||
|             this.checkBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); | ||||
|             this.checkBox3.AutoSize = true; | ||||
|             this.checkBox3.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bs, "selfBCC", true)); | ||||
|             this.checkBox3.Location = new System.Drawing.Point(449, 69); | ||||
|             this.checkBox3.Name = "checkBox3"; | ||||
|             this.checkBox3.Size = new System.Drawing.Size(45, 16); | ||||
|             this.checkBox3.TabIndex = 20; | ||||
|             this.checkBox3.Text = "Self"; | ||||
|             this.checkBox3.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // checkBox2 | ||||
|             //  | ||||
|             this.checkBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); | ||||
|             this.checkBox2.AutoSize = true; | ||||
|             this.checkBox2.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bs, "selfCC", true)); | ||||
|             this.checkBox2.Location = new System.Drawing.Point(449, 41); | ||||
|             this.checkBox2.Name = "checkBox2"; | ||||
|             this.checkBox2.Size = new System.Drawing.Size(45, 16); | ||||
|             this.checkBox2.TabIndex = 19; | ||||
|             this.checkBox2.Text = "Self"; | ||||
|             this.checkBox2.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // checkBox1 | ||||
|             //  | ||||
|             this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); | ||||
|             this.checkBox1.AutoSize = true; | ||||
|             this.checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bs, "selfTo", true)); | ||||
|             this.checkBox1.Location = new System.Drawing.Point(449, 13); | ||||
|             this.checkBox1.Name = "checkBox1"; | ||||
|             this.checkBox1.Size = new System.Drawing.Size(45, 16); | ||||
|             this.checkBox1.TabIndex = 18; | ||||
|             this.checkBox1.Text = "Self"; | ||||
|             this.checkBox1.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // tolistTextBox | ||||
|             //  | ||||
|             this.tolistTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)  | ||||
|             | System.Windows.Forms.AnchorStyles.Right))); | ||||
|             this.tolistTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "tolist", true)); | ||||
|             this.tolistTextBox.Location = new System.Drawing.Point(74, 12); | ||||
|             this.tolistTextBox.Name = "tolistTextBox"; | ||||
|             this.tolistTextBox.Size = new System.Drawing.Size(368, 21); | ||||
|             this.tolistTextBox.TabIndex = 7; | ||||
|             //  | ||||
|             // bccTextBox | ||||
|             //  | ||||
|             this.bccTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)  | ||||
|             | System.Windows.Forms.AnchorStyles.Right))); | ||||
|             this.bccTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "bcc", true)); | ||||
|             this.bccTextBox.Location = new System.Drawing.Point(74, 39); | ||||
|             this.bccTextBox.Name = "bccTextBox"; | ||||
|             this.bccTextBox.Size = new System.Drawing.Size(368, 21); | ||||
|             this.bccTextBox.TabIndex = 9; | ||||
|             //  | ||||
|             // ccTextBox | ||||
|             //  | ||||
|             this.ccTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)  | ||||
|             | System.Windows.Forms.AnchorStyles.Right))); | ||||
|             this.ccTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cc", true)); | ||||
|             this.ccTextBox.Location = new System.Drawing.Point(74, 66); | ||||
|             this.ccTextBox.Name = "ccTextBox"; | ||||
|             this.ccTextBox.Size = new System.Drawing.Size(368, 21); | ||||
|             this.ccTextBox.TabIndex = 11; | ||||
|             //  | ||||
|             // 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, "subject", true)); | ||||
|             this.subjectTextBox.Location = new System.Drawing.Point(74, 93); | ||||
|             this.subjectTextBox.Name = "subjectTextBox"; | ||||
|             this.subjectTextBox.Size = new System.Drawing.Size(413, 21); | ||||
|             this.subjectTextBox.TabIndex = 13; | ||||
|             //  | ||||
|             // ta | ||||
|             //  | ||||
|             this.ta.ClearBeforeFill = true; | ||||
|             //  | ||||
|             // tam | ||||
|             //  | ||||
|             this.tam.BackupDataSetBeforeUpdate = false; | ||||
|             this.tam.BoardTableAdapter = null; | ||||
|             this.tam.CommonTableAdapter = null; | ||||
|             this.tam.InventoryTableAdapter = null; | ||||
|             this.tam.ItemsTableAdapter = null; | ||||
|             this.tam.MailDataTableAdapter = null; | ||||
|             this.tam.MailFormTableAdapter = this.ta; | ||||
|             this.tam.ProjectsTableAdapter = null; | ||||
|             this.tam.RequestItemTableAdapter = null; | ||||
|             this.tam.UpdateOrder = FCM0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; | ||||
|             //  | ||||
|             // dataGridViewTextBoxColumn2 | ||||
|             //  | ||||
|             this.dataGridViewTextBoxColumn2.DataPropertyName = "cate"; | ||||
|             this.dataGridViewTextBoxColumn2.HeaderText = "cate"; | ||||
|             this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; | ||||
|             this.dataGridViewTextBoxColumn2.Width = 54; | ||||
|             //  | ||||
|             // dataGridViewTextBoxColumn3 | ||||
|             //  | ||||
|             this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; | ||||
|             this.dataGridViewTextBoxColumn3.DataPropertyName = "title"; | ||||
|             this.dataGridViewTextBoxColumn3.HeaderText = "title"; | ||||
|             this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; | ||||
|             //  | ||||
|             // fMailform | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||
|             this.ClientSize = new System.Drawing.Size(816, 623); | ||||
|             this.Controls.Add(this.panel1); | ||||
|             this.Controls.Add(this.mailFormDataGridView); | ||||
|             this.Controls.Add(this.bn); | ||||
|             this.Name = "fMailform"; | ||||
|             this.Text = "fMailform"; | ||||
|             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.dsMSSQL)).EndInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.mailFormDataGridView)).EndInit(); | ||||
|             this.panel1.ResumeLayout(false); | ||||
|             this.panel1.PerformLayout(); | ||||
|             this.ResumeLayout(false); | ||||
|             this.PerformLayout(); | ||||
|  | ||||
|         } | ||||
|  | ||||
|         #endregion | ||||
|  | ||||
|         private dsMSSQL dsMSSQL; | ||||
|         private System.Windows.Forms.BindingSource bs; | ||||
|         private dsMSSQLTableAdapters.MailFormTableAdapter ta; | ||||
|         private dsMSSQLTableAdapters.TableAdapterManager tam; | ||||
|         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 tolistTextBox; | ||||
|         private System.Windows.Forms.TextBox bccTextBox; | ||||
|         private System.Windows.Forms.TextBox ccTextBox; | ||||
|         private System.Windows.Forms.TextBox subjectTextBox; | ||||
|         private System.Windows.Forms.CheckBox checkBox1; | ||||
|         private System.Windows.Forms.CheckBox checkBox3; | ||||
|         private System.Windows.Forms.CheckBox checkBox2; | ||||
|         private YARTE.UI.HtmlEditor htmlEditor1; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; | ||||
|     } | ||||
| namespace FCM0000 | ||||
| { | ||||
|     partial class fMailform | ||||
|     { | ||||
|         /// <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 tolistLabel; | ||||
|             System.Windows.Forms.Label bccLabel; | ||||
|             System.Windows.Forms.Label ccLabel; | ||||
|             System.Windows.Forms.Label subjectLabel; | ||||
|             System.Windows.Forms.Label bodyLabel; | ||||
|             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fMailform)); | ||||
|             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.dsMSSQL = 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.panel1 = new System.Windows.Forms.Panel(); | ||||
|             this.htmlEditor1 = new YARTE.UI.HtmlEditor(); | ||||
|             this.checkBox3 = new System.Windows.Forms.CheckBox(); | ||||
|             this.checkBox2 = new System.Windows.Forms.CheckBox(); | ||||
|             this.checkBox1 = new System.Windows.Forms.CheckBox(); | ||||
|             this.tolistTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.bccTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.ccTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.subjectTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.ta = new FCM0000.dsMSSQLTableAdapters.MailFormTableAdapter(); | ||||
|             this.tam = new FCM0000.dsMSSQLTableAdapters.TableAdapterManager(); | ||||
|             this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             tolistLabel = new System.Windows.Forms.Label(); | ||||
|             bccLabel = new System.Windows.Forms.Label(); | ||||
|             ccLabel = new System.Windows.Forms.Label(); | ||||
|             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.dsMSSQL)).BeginInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.mailFormDataGridView)).BeginInit(); | ||||
|             this.panel1.SuspendLayout(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
|             // tolistLabel | ||||
|             //  | ||||
|             tolistLabel.AutoSize = true; | ||||
|             tolistLabel.Location = new System.Drawing.Point(30, 15); | ||||
|             tolistLabel.Name = "tolistLabel"; | ||||
|             tolistLabel.Size = new System.Drawing.Size(35, 12); | ||||
|             tolistLabel.TabIndex = 6; | ||||
|             tolistLabel.Text = "tolist:"; | ||||
|             //  | ||||
|             // bccLabel | ||||
|             //  | ||||
|             bccLabel.AutoSize = true; | ||||
|             bccLabel.Location = new System.Drawing.Point(35, 42); | ||||
|             bccLabel.Name = "bccLabel"; | ||||
|             bccLabel.Size = new System.Drawing.Size(30, 12); | ||||
|             bccLabel.TabIndex = 8; | ||||
|             bccLabel.Text = "bcc:"; | ||||
|             //  | ||||
|             // ccLabel | ||||
|             //  | ||||
|             ccLabel.AutoSize = true; | ||||
|             ccLabel.Location = new System.Drawing.Point(42, 69); | ||||
|             ccLabel.Name = "ccLabel"; | ||||
|             ccLabel.Size = new System.Drawing.Size(23, 12); | ||||
|             ccLabel.TabIndex = 10; | ||||
|             ccLabel.Text = "cc:"; | ||||
|             //  | ||||
|             // subjectLabel | ||||
|             //  | ||||
|             subjectLabel.AutoSize = true; | ||||
|             subjectLabel.Location = new System.Drawing.Point(15, 96); | ||||
|             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, 122); | ||||
|             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, 598); | ||||
|             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(816, 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 = "MailForm"; | ||||
|             this.bs.DataSource = this.dsMSSQL; | ||||
|             this.bs.CurrentChanged += new System.EventHandler(this.bs_CurrentChanged); | ||||
|             //  | ||||
|             // dsMSSQL | ||||
|             //  | ||||
|             this.dsMSSQL.DataSetName = "dsMSSQL"; | ||||
|             this.dsMSSQL.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.dataGridViewTextBoxColumn2, | ||||
|             this.dataGridViewTextBoxColumn3}); | ||||
|             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, 598); | ||||
|             this.mailFormDataGridView.TabIndex = 2; | ||||
|             this.mailFormDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.mailFormDataGridView_DataError); | ||||
|             //  | ||||
|             // panel1 | ||||
|             //  | ||||
|             this.panel1.Controls.Add(this.htmlEditor1); | ||||
|             this.panel1.Controls.Add(this.checkBox3); | ||||
|             this.panel1.Controls.Add(this.checkBox2); | ||||
|             this.panel1.Controls.Add(this.checkBox1); | ||||
|             this.panel1.Controls.Add(tolistLabel); | ||||
|             this.panel1.Controls.Add(this.tolistTextBox); | ||||
|             this.panel1.Controls.Add(bccLabel); | ||||
|             this.panel1.Controls.Add(this.bccTextBox); | ||||
|             this.panel1.Controls.Add(ccLabel); | ||||
|             this.panel1.Controls.Add(this.ccTextBox); | ||||
|             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(499, 598); | ||||
|             this.panel1.TabIndex = 3; | ||||
|             //  | ||||
|             // htmlEditor1 | ||||
|             //  | ||||
|             this.htmlEditor1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)  | ||||
|             | System.Windows.Forms.AnchorStyles.Left)  | ||||
|             | System.Windows.Forms.AnchorStyles.Right))); | ||||
|             this.htmlEditor1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; | ||||
|             this.htmlEditor1.Html = resources.GetString("htmlEditor1.Html"); | ||||
|             this.htmlEditor1.Location = new System.Drawing.Point(74, 122); | ||||
|             this.htmlEditor1.Name = "htmlEditor1"; | ||||
|             this.htmlEditor1.ReadOnly = false; | ||||
|             this.htmlEditor1.ShowToolbar = true; | ||||
|             this.htmlEditor1.Size = new System.Drawing.Size(413, 464); | ||||
|             this.htmlEditor1.TabIndex = 23; | ||||
|             this.htmlEditor1.Validated += new System.EventHandler(this.htmlEditor1_Validated); | ||||
|             //  | ||||
|             // checkBox3 | ||||
|             //  | ||||
|             this.checkBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); | ||||
|             this.checkBox3.AutoSize = true; | ||||
|             this.checkBox3.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bs, "selfBCC", true)); | ||||
|             this.checkBox3.Location = new System.Drawing.Point(449, 69); | ||||
|             this.checkBox3.Name = "checkBox3"; | ||||
|             this.checkBox3.Size = new System.Drawing.Size(45, 16); | ||||
|             this.checkBox3.TabIndex = 20; | ||||
|             this.checkBox3.Text = "Self"; | ||||
|             this.checkBox3.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // checkBox2 | ||||
|             //  | ||||
|             this.checkBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); | ||||
|             this.checkBox2.AutoSize = true; | ||||
|             this.checkBox2.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bs, "selfCC", true)); | ||||
|             this.checkBox2.Location = new System.Drawing.Point(449, 41); | ||||
|             this.checkBox2.Name = "checkBox2"; | ||||
|             this.checkBox2.Size = new System.Drawing.Size(45, 16); | ||||
|             this.checkBox2.TabIndex = 19; | ||||
|             this.checkBox2.Text = "Self"; | ||||
|             this.checkBox2.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // checkBox1 | ||||
|             //  | ||||
|             this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); | ||||
|             this.checkBox1.AutoSize = true; | ||||
|             this.checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bs, "selfTo", true)); | ||||
|             this.checkBox1.Location = new System.Drawing.Point(449, 13); | ||||
|             this.checkBox1.Name = "checkBox1"; | ||||
|             this.checkBox1.Size = new System.Drawing.Size(45, 16); | ||||
|             this.checkBox1.TabIndex = 18; | ||||
|             this.checkBox1.Text = "Self"; | ||||
|             this.checkBox1.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // tolistTextBox | ||||
|             //  | ||||
|             this.tolistTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)  | ||||
|             | System.Windows.Forms.AnchorStyles.Right))); | ||||
|             this.tolistTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "tolist", true)); | ||||
|             this.tolistTextBox.Location = new System.Drawing.Point(74, 12); | ||||
|             this.tolistTextBox.Name = "tolistTextBox"; | ||||
|             this.tolistTextBox.Size = new System.Drawing.Size(368, 21); | ||||
|             this.tolistTextBox.TabIndex = 7; | ||||
|             //  | ||||
|             // bccTextBox | ||||
|             //  | ||||
|             this.bccTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)  | ||||
|             | System.Windows.Forms.AnchorStyles.Right))); | ||||
|             this.bccTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "bcc", true)); | ||||
|             this.bccTextBox.Location = new System.Drawing.Point(74, 39); | ||||
|             this.bccTextBox.Name = "bccTextBox"; | ||||
|             this.bccTextBox.Size = new System.Drawing.Size(368, 21); | ||||
|             this.bccTextBox.TabIndex = 9; | ||||
|             //  | ||||
|             // ccTextBox | ||||
|             //  | ||||
|             this.ccTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)  | ||||
|             | System.Windows.Forms.AnchorStyles.Right))); | ||||
|             this.ccTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cc", true)); | ||||
|             this.ccTextBox.Location = new System.Drawing.Point(74, 66); | ||||
|             this.ccTextBox.Name = "ccTextBox"; | ||||
|             this.ccTextBox.Size = new System.Drawing.Size(368, 21); | ||||
|             this.ccTextBox.TabIndex = 11; | ||||
|             //  | ||||
|             // 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, "subject", true)); | ||||
|             this.subjectTextBox.Location = new System.Drawing.Point(74, 93); | ||||
|             this.subjectTextBox.Name = "subjectTextBox"; | ||||
|             this.subjectTextBox.Size = new System.Drawing.Size(413, 21); | ||||
|             this.subjectTextBox.TabIndex = 13; | ||||
|             //  | ||||
|             // ta | ||||
|             //  | ||||
|             this.ta.ClearBeforeFill = true; | ||||
|             //  | ||||
|             // tam | ||||
|             //  | ||||
|             this.tam.BackupDataSetBeforeUpdate = false; | ||||
|             this.tam.BoardTableAdapter = null; | ||||
|             this.tam.CommonTableAdapter = null; | ||||
|             this.tam.InventoryTableAdapter = null; | ||||
|             this.tam.ItemsTableAdapter = null; | ||||
|             this.tam.MailDataTableAdapter = null; | ||||
|             this.tam.MailFormTableAdapter = this.ta; | ||||
|             this.tam.ProjectsTableAdapter = null; | ||||
|             this.tam.RequestItemTableAdapter = null; | ||||
|             this.tam.UpdateOrder = FCM0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; | ||||
|             //  | ||||
|             // dataGridViewTextBoxColumn2 | ||||
|             //  | ||||
|             this.dataGridViewTextBoxColumn2.DataPropertyName = "cate"; | ||||
|             this.dataGridViewTextBoxColumn2.HeaderText = "cate"; | ||||
|             this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; | ||||
|             this.dataGridViewTextBoxColumn2.Width = 54; | ||||
|             //  | ||||
|             // dataGridViewTextBoxColumn3 | ||||
|             //  | ||||
|             this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; | ||||
|             this.dataGridViewTextBoxColumn3.DataPropertyName = "title"; | ||||
|             this.dataGridViewTextBoxColumn3.HeaderText = "title"; | ||||
|             this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; | ||||
|             //  | ||||
|             // fMailform | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||
|             this.ClientSize = new System.Drawing.Size(816, 623); | ||||
|             this.Controls.Add(this.panel1); | ||||
|             this.Controls.Add(this.mailFormDataGridView); | ||||
|             this.Controls.Add(this.bn); | ||||
|             this.Name = "fMailform"; | ||||
|             this.Text = "fMailform"; | ||||
|             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.dsMSSQL)).EndInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.mailFormDataGridView)).EndInit(); | ||||
|             this.panel1.ResumeLayout(false); | ||||
|             this.panel1.PerformLayout(); | ||||
|             this.ResumeLayout(false); | ||||
|             this.PerformLayout(); | ||||
|  | ||||
|         } | ||||
|  | ||||
|         #endregion | ||||
|  | ||||
|         private dsMSSQL dsMSSQL; | ||||
|         private System.Windows.Forms.BindingSource bs; | ||||
|         private dsMSSQLTableAdapters.MailFormTableAdapter ta; | ||||
|         private dsMSSQLTableAdapters.TableAdapterManager tam; | ||||
|         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 tolistTextBox; | ||||
|         private System.Windows.Forms.TextBox bccTextBox; | ||||
|         private System.Windows.Forms.TextBox ccTextBox; | ||||
|         private System.Windows.Forms.TextBox subjectTextBox; | ||||
|         private System.Windows.Forms.CheckBox checkBox1; | ||||
|         private System.Windows.Forms.CheckBox checkBox3; | ||||
|         private System.Windows.Forms.CheckBox checkBox2; | ||||
|         private YARTE.UI.HtmlEditor htmlEditor1; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 chikyun.kim
					chikyun.kim