전자실메일양식 통일 및 정리 작업
This commit is contained in:
69
SubProject/FCM0000/Mail/fMailform.Designer.cs
generated
69
SubProject/FCM0000/Mail/fMailform.Designer.cs
generated
@@ -52,6 +52,7 @@
|
||||
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();
|
||||
@@ -68,7 +69,8 @@
|
||||
this.subjectTextBox = new System.Windows.Forms.TextBox();
|
||||
this.ta = new FCM0000.DSMailTableAdapters.MailFormTableAdapter();
|
||||
this.tam = new FCM0000.DSMailTableAdapters.TableAdapterManager();
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
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();
|
||||
@@ -82,6 +84,7 @@
|
||||
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.mailFormDataGridView)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
this.toolStrip1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tolistLabel
|
||||
@@ -133,7 +136,7 @@
|
||||
//
|
||||
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, 457);
|
||||
label1.Location = new System.Drawing.Point(15, 420);
|
||||
label1.Name = "label1";
|
||||
label1.Size = new System.Drawing.Size(80, 12);
|
||||
label1.TabIndex = 24;
|
||||
@@ -143,7 +146,7 @@
|
||||
//
|
||||
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, 523);
|
||||
label2.Location = new System.Drawing.Point(15, 486);
|
||||
label2.Name = "label2";
|
||||
label2.Size = new System.Drawing.Size(81, 12);
|
||||
label2.TabIndex = 26;
|
||||
@@ -235,6 +238,7 @@
|
||||
//
|
||||
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";
|
||||
@@ -285,6 +289,16 @@
|
||||
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;
|
||||
@@ -297,10 +311,10 @@
|
||||
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.Location = new System.Drawing.Point(0, 37);
|
||||
this.mailFormDataGridView.Name = "mailFormDataGridView";
|
||||
this.mailFormDataGridView.RowTemplate.Height = 23;
|
||||
this.mailFormDataGridView.Size = new System.Drawing.Size(317, 591);
|
||||
this.mailFormDataGridView.Size = new System.Drawing.Size(317, 554);
|
||||
this.mailFormDataGridView.TabIndex = 2;
|
||||
this.mailFormDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.mailFormDataGridView_DataError);
|
||||
//
|
||||
@@ -338,9 +352,9 @@
|
||||
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.Location = new System.Drawing.Point(317, 37);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(516, 591);
|
||||
this.panel1.Size = new System.Drawing.Size(516, 554);
|
||||
this.panel1.TabIndex = 3;
|
||||
//
|
||||
// textBox2
|
||||
@@ -348,7 +362,7 @@
|
||||
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, 538);
|
||||
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);
|
||||
@@ -359,7 +373,7 @@
|
||||
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, 472);
|
||||
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);
|
||||
@@ -371,12 +385,13 @@
|
||||
| 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.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, 325);
|
||||
this.htmlEditor1.Size = new System.Drawing.Size(430, 288);
|
||||
this.htmlEditor1.TabIndex = 23;
|
||||
this.htmlEditor1.Validated += new System.EventHandler(this.htmlEditor1_Validated);
|
||||
//
|
||||
@@ -468,15 +483,26 @@
|
||||
this.tam.MailFormTableAdapter = this.ta;
|
||||
this.tam.UpdateOrder = FCM0000.DSMailTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
||||
//
|
||||
// toolStripButton2
|
||||
// toolStrip1
|
||||
//
|
||||
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);
|
||||
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
|
||||
//
|
||||
@@ -486,6 +512,7 @@
|
||||
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);
|
||||
@@ -497,6 +524,8 @@
|
||||
((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();
|
||||
|
||||
@@ -536,5 +565,7 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user