571 lines
		
	
	
		
			32 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			571 lines
		
	
	
		
			32 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| 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.Windows.Forms.Label label1;
 | |
|             System.Windows.Forms.Label label2;
 | |
|             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.DSMail();
 | |
|             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.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
 | |
|             this.mailFormDataGridView = new System.Windows.Forms.DataGridView();
 | |
|             this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.panel1 = new System.Windows.Forms.Panel();
 | |
|             this.textBox2 = new System.Windows.Forms.TextBox();
 | |
|             this.textBox1 = new System.Windows.Forms.TextBox();
 | |
|             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.DSMailTableAdapters.MailFormTableAdapter();
 | |
|             this.tam = new FCM0000.DSMailTableAdapters.TableAdapterManager();
 | |
|             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
 | |
|             this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
 | |
|             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();
 | |
|             label1 = new System.Windows.Forms.Label();
 | |
|             label2 = 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.toolStrip1.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:";
 | |
|             // 
 | |
|             // label1
 | |
|             // 
 | |
|             label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 | |
|             label1.AutoSize = true;
 | |
|             label1.Location = new System.Drawing.Point(15, 420);
 | |
|             label1.Name = "label1";
 | |
|             label1.Size = new System.Drawing.Size(80, 12);
 | |
|             label1.TabIndex = 24;
 | |
|             label1.Text = "제외메일(TO)";
 | |
|             // 
 | |
|             // label2
 | |
|             // 
 | |
|             label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 | |
|             label2.AutoSize = true;
 | |
|             label2.Location = new System.Drawing.Point(15, 486);
 | |
|             label2.Name = "label2";
 | |
|             label2.Size = new System.Drawing.Size(81, 12);
 | |
|             label2.TabIndex = 26;
 | |
|             label2.Text = "제외메일(CC)";
 | |
|             // 
 | |
|             // 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.toolStripButton2});
 | |
|             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 = "MailForm";
 | |
|             this.bs.DataSource = this.dsMSSQL;
 | |
|             this.bs.CurrentChanged += new System.EventHandler(this.bs_CurrentChanged);
 | |
|             // 
 | |
|             // dsMSSQL
 | |
|             // 
 | |
|             this.dsMSSQL.DataSetName = "dsMail";
 | |
|             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.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, 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);
 | |
|             // 
 | |
|             // toolStripButton2
 | |
|             // 
 | |
|             this.toolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
 | |
|             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(107, 22);
 | |
|             this.toolStripButton2.Text = "누락 항목 추가";
 | |
|             this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_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, 37);
 | |
|             this.mailFormDataGridView.Name = "mailFormDataGridView";
 | |
|             this.mailFormDataGridView.RowTemplate.Height = 23;
 | |
|             this.mailFormDataGridView.Size = new System.Drawing.Size(317, 554);
 | |
|             this.mailFormDataGridView.TabIndex = 2;
 | |
|             this.mailFormDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.mailFormDataGridView_DataError);
 | |
|             // 
 | |
|             // 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";
 | |
|             // 
 | |
|             // panel1
 | |
|             // 
 | |
|             this.panel1.Controls.Add(label2);
 | |
|             this.panel1.Controls.Add(this.textBox2);
 | |
|             this.panel1.Controls.Add(label1);
 | |
|             this.panel1.Controls.Add(this.textBox1);
 | |
|             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, 37);
 | |
|             this.panel1.Name = "panel1";
 | |
|             this.panel1.Size = new System.Drawing.Size(516, 554);
 | |
|             this.panel1.TabIndex = 3;
 | |
|             // 
 | |
|             // textBox2
 | |
|             // 
 | |
|             this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
 | |
|             | System.Windows.Forms.AnchorStyles.Right)));
 | |
|             this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "exceptmailcc", true));
 | |
|             this.textBox2.Location = new System.Drawing.Point(17, 501);
 | |
|             this.textBox2.Multiline = true;
 | |
|             this.textBox2.Name = "textBox2";
 | |
|             this.textBox2.Size = new System.Drawing.Size(487, 46);
 | |
|             this.textBox2.TabIndex = 27;
 | |
|             // 
 | |
|             // textBox1
 | |
|             // 
 | |
|             this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
 | |
|             | System.Windows.Forms.AnchorStyles.Right)));
 | |
|             this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "exceptmail", true));
 | |
|             this.textBox1.Location = new System.Drawing.Point(17, 435);
 | |
|             this.textBox1.Multiline = true;
 | |
|             this.textBox1.Name = "textBox1";
 | |
|             this.textBox1.Size = new System.Drawing.Size(487, 46);
 | |
|             this.textBox1.TabIndex = 25;
 | |
|             // 
 | |
|             // 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 = "";
 | |
|             this.htmlEditor1.Location = new System.Drawing.Point(74, 122);
 | |
|             this.htmlEditor1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
 | |
|             this.htmlEditor1.Name = "htmlEditor1";
 | |
|             this.htmlEditor1.ReadOnly = false;
 | |
|             this.htmlEditor1.ShowToolbar = true;
 | |
|             this.htmlEditor1.Size = new System.Drawing.Size(430, 288);
 | |
|             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(466, 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(466, 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(466, 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(385, 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(385, 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(385, 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(430, 21);
 | |
|             this.subjectTextBox.TabIndex = 13;
 | |
|             // 
 | |
|             // ta
 | |
|             // 
 | |
|             this.ta.ClearBeforeFill = true;
 | |
|             // 
 | |
|             // tam
 | |
|             // 
 | |
|             this.tam.BackupDataSetBeforeUpdate = false;
 | |
|             this.tam.MailAutoTableAdapter = null;
 | |
|             this.tam.MailDataTableAdapter = null;
 | |
|             this.tam.MailFormTableAdapter = this.ta;
 | |
|             this.tam.UpdateOrder = FCM0000.DSMailTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
 | |
|             // 
 | |
|             // toolStrip1
 | |
|             // 
 | |
|             this.toolStrip1.ImageScalingSize = new System.Drawing.Size(30, 30);
 | |
|             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.toolStripButton1});
 | |
|             this.toolStrip1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.toolStrip1.Name = "toolStrip1";
 | |
|             this.toolStrip1.Size = new System.Drawing.Size(833, 37);
 | |
|             this.toolStrip1.TabIndex = 4;
 | |
|             this.toolStrip1.Text = "toolStrip1";
 | |
|             // 
 | |
|             // 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(65, 34);
 | |
|             this.toolStripButton1.Text = "닫기";
 | |
|             this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click_1);
 | |
|             // 
 | |
|             // fMailform
 | |
|             // 
 | |
|             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.Controls.Add(this.toolStrip1);
 | |
|             this.Name = "fMailform";
 | |
|             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.dsMSSQL)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.mailFormDataGridView)).EndInit();
 | |
|             this.panel1.ResumeLayout(false);
 | |
|             this.panel1.PerformLayout();
 | |
|             this.toolStrip1.ResumeLayout(false);
 | |
|             this.toolStrip1.PerformLayout();
 | |
|             this.ResumeLayout(false);
 | |
|             this.PerformLayout();
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private DSMail dsMSSQL;
 | |
|         private System.Windows.Forms.BindingSource bs;
 | |
|         private  DSMailTableAdapters.MailFormTableAdapter ta;
 | |
|         private DSMailTableAdapters.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;
 | |
|         private System.Windows.Forms.TextBox textBox1;
 | |
|         private System.Windows.Forms.TextBox textBox2;
 | |
|         private System.Windows.Forms.ToolStripButton toolStripButton2;
 | |
|         private System.Windows.Forms.ToolStrip toolStrip1;
 | |
|         private System.Windows.Forms.ToolStripButton toolStripButton1;
 | |
|     }
 | |
| } | 
