namespace FPJ0000 { partial class fMailSend { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fMailSend)); FarPoint.Win.Spread.FlatFocusIndicatorRenderer flatFocusIndicatorRenderer1 = new FarPoint.Win.Spread.FlatFocusIndicatorRenderer(); FarPoint.Win.Spread.FlatScrollBarRenderer flatScrollBarRenderer1 = new FarPoint.Win.Spread.FlatScrollBarRenderer(); FarPoint.Win.Spread.FlatScrollBarRenderer flatScrollBarRenderer2 = new FarPoint.Win.Spread.FlatScrollBarRenderer(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType1 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType2 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType4 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.NoPrinterPrintInfo noPrinterPrintInfo1 = new FarPoint.Win.Spread.NoPrinterPrintInfo(); this.bs = new System.Windows.Forms.BindingSource(this.components); this.dsMail = new FPJ0000.dsMail(); this.cm1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.columnSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.autoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.resetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.exportListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.bn = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox(); this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton(); this.btRefresh = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.taPrj = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter(); this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); this.panel1 = new System.Windows.Forms.Panel(); this.arPanel3 = new arCtl.arPanel(); this.textBox2 = new System.Windows.Forms.TextBox(); this.arLabel2 = new arCtl.arLabel(); this.arPanel2 = new arCtl.arPanel(); this.textBox1 = new System.Windows.Forms.TextBox(); this.arLabel1 = new arCtl.arLabel(); this.arPanel1 = new arCtl.arPanel(); this.remark_reqTextBox = new System.Windows.Forms.TextBox(); this.arLabel6 = new arCtl.arLabel(); this.panel2 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.textBox4 = new System.Windows.Forms.TextBox(); this.arLabel4 = new arCtl.arLabel(); this.textBox3 = new System.Windows.Forms.TextBox(); this.arLabel3 = new arCtl.arLabel(); this.ta = new FPJ0000.dsMailTableAdapters.MailDataTableAdapter(); this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dsMail)).BeginInit(); this.cm1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); this.bn.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit(); this.panel1.SuspendLayout(); this.arPanel3.SuspendLayout(); this.arPanel2.SuspendLayout(); this.arPanel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit(); this.SuspendLayout(); // // bs // this.bs.DataMember = "MailData"; this.bs.DataSource = this.dsMail; this.bs.Sort = ""; // // dsMail // this.dsMail.DataSetName = "dsMail"; this.dsMail.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // cm1 // this.cm1.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.cm1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.columnSizeToolStripMenuItem, this.toolStripMenuItem1, this.exportListToolStripMenuItem}); this.cm1.Name = "cm1"; this.cm1.Size = new System.Drawing.Size(226, 82); // // columnSizeToolStripMenuItem // this.columnSizeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.autoToolStripMenuItem, this.resetToolStripMenuItem, this.saveToolStripMenuItem, this.loadToolStripMenuItem}); this.columnSizeToolStripMenuItem.Name = "columnSizeToolStripMenuItem"; this.columnSizeToolStripMenuItem.Size = new System.Drawing.Size(225, 36); this.columnSizeToolStripMenuItem.Text = "Column Size"; // // autoToolStripMenuItem // this.autoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("autoToolStripMenuItem.Image"))); this.autoToolStripMenuItem.Name = "autoToolStripMenuItem"; this.autoToolStripMenuItem.Size = new System.Drawing.Size(149, 36); this.autoToolStripMenuItem.Text = "Auto"; this.autoToolStripMenuItem.Click += new System.EventHandler(this.autoToolStripMenuItem_Click); // // resetToolStripMenuItem // this.resetToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("resetToolStripMenuItem.Image"))); this.resetToolStripMenuItem.Name = "resetToolStripMenuItem"; this.resetToolStripMenuItem.Size = new System.Drawing.Size(149, 36); this.resetToolStripMenuItem.Text = "Reset"; this.resetToolStripMenuItem.Click += new System.EventHandler(this.resetToolStripMenuItem_Click); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image"))); this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Size = new System.Drawing.Size(149, 36); this.saveToolStripMenuItem.Text = "Save"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // loadToolStripMenuItem // this.loadToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("loadToolStripMenuItem.Image"))); this.loadToolStripMenuItem.Name = "loadToolStripMenuItem"; this.loadToolStripMenuItem.Size = new System.Drawing.Size(149, 36); this.loadToolStripMenuItem.Text = "Load"; this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(222, 6); // // exportListToolStripMenuItem // this.exportListToolStripMenuItem.Name = "exportListToolStripMenuItem"; this.exportListToolStripMenuItem.Size = new System.Drawing.Size(225, 36); this.exportListToolStripMenuItem.Text = "Export List"; this.exportListToolStripMenuItem.Click += new System.EventHandler(this.exportListToolStripMenuItem_Click); // // bn // this.bn.AddNewItem = this.bindingNavigatorAddNewItem; this.bn.BindingSource = this.bs; this.bn.CountItem = this.bindingNavigatorCountItem; this.bn.DeleteItem = this.bindingNavigatorDeleteItem; 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.btRefresh, this.toolStripSeparator2, this.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.toolStripButton1}); this.bn.Location = new System.Drawing.Point(0, 216); 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(1008, 25); this.bn.TabIndex = 3; 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(67, 22); this.bindingNavigatorAddNewItem.Text = "추가(&A)"; this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click); // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22); this.bindingNavigatorCountItem.Text = "/{0}"; this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수"; // // 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(68, 22); this.bindingNavigatorDeleteItem.Text = "삭제(&D)"; // // 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 = "마지막으로 이동"; // // btRefresh // this.btRefresh.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.btRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btRefresh.Image"))); this.btRefresh.ImageTransparentColor = System.Drawing.Color.Magenta; this.btRefresh.Name = "btRefresh"; this.btRefresh.Size = new System.Drawing.Size(90, 22); this.btRefresh.Text = "새로고침(&R)"; this.btRefresh.Click += new System.EventHandler(this.btRefresh_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // toolStripButton1 // 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(66, 22); this.toolStripButton1.Text = "저장(&S)"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // taPrj // this.taPrj.ClearBeforeFill = true; // // fpSpread1 // this.fpSpread1.AccessibleDescription = "fpSpread1, Sheet1"; this.fpSpread1.AutoFitColumnOptions = FarPoint.Win.Spread.PreferredSizeColumnOptions.IncludeAll; this.fpSpread1.AutoFitRowOptions = FarPoint.Win.Spread.PreferredSizeRowOptions.IncludeAll; this.fpSpread1.ContextMenuStrip = this.cm1; this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill; this.fpSpread1.EditModeReplace = true; this.fpSpread1.FocusRenderer = flatFocusIndicatorRenderer1; this.fpSpread1.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.fpSpread1.HorizontalScrollBar.Buttons = new FarPoint.Win.Spread.FpScrollBarButtonCollection("BackwardLineButton,ThumbTrack,ForwardLineButton"); this.fpSpread1.HorizontalScrollBar.Name = ""; flatScrollBarRenderer1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.fpSpread1.HorizontalScrollBar.Renderer = flatScrollBarRenderer1; this.fpSpread1.Location = new System.Drawing.Point(0, 0); this.fpSpread1.Name = "fpSpread1"; this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { this.fpSpread1_Sheet1}); this.fpSpread1.Size = new System.Drawing.Size(1008, 216); this.fpSpread1.Skin = FarPoint.Win.Spread.DefaultSpreadSkins.Office2013; this.fpSpread1.TabIndex = 4; this.fpSpread1.TitleInfo.Text = "PartList"; this.fpSpread1.TitleInfo.Value = "PartList"; this.fpSpread1.VerticalScrollBar.Buttons = new FarPoint.Win.Spread.FpScrollBarButtonCollection("BackwardLineButton,ThumbTrack,ForwardLineButton"); this.fpSpread1.VerticalScrollBar.Name = ""; flatScrollBarRenderer2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.fpSpread1.VerticalScrollBar.Renderer = flatScrollBarRenderer2; this.fpSpread1.EditModeOff += new System.EventHandler(this.fpSpread1_EditModeOff); // // panel1 // this.panel1.Controls.Add(this.arPanel3); this.panel1.Controls.Add(this.arPanel2); this.panel1.Controls.Add(this.arPanel1); this.panel1.Dock = System.Windows.Forms.DockStyle.Right; this.panel1.Location = new System.Drawing.Point(711, 241); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(297, 420); this.panel1.TabIndex = 5; // // arPanel3 // this.arPanel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230))))); this.arPanel3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230))))); this.arPanel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200))))); this.arPanel3.BorderSize = new System.Windows.Forms.Padding(1); this.arPanel3.Controls.Add(this.textBox2); this.arPanel3.Controls.Add(this.arLabel2); this.arPanel3.Dock = System.Windows.Forms.DockStyle.Top; this.arPanel3.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.arPanel3.ForeColor = System.Drawing.Color.Khaki; this.arPanel3.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.arPanel3.GradientRepeatBG = true; this.arPanel3.Location = new System.Drawing.Point(0, 307); this.arPanel3.Name = "arPanel3"; this.arPanel3.Padding = new System.Windows.Forms.Padding(1); this.arPanel3.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.arPanel3.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.arPanel3.ProgressMax = 100F; this.arPanel3.ProgressMin = 0F; this.arPanel3.ProgressPadding = new System.Windows.Forms.Padding(0); this.arPanel3.ProgressValue = 0F; this.arPanel3.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230))))); this.arPanel3.ShowBorder = true; this.arPanel3.Size = new System.Drawing.Size(297, 100); this.arPanel3.TabIndex = 91; this.arPanel3.Text = "arPanel3"; this.arPanel3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.arPanel3.TextShadow = false; this.arPanel3.UseProgressBar = false; // // textBox2 // this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "bcc", true)); this.textBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox2.Location = new System.Drawing.Point(1, 32); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.ReadOnly = true; this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.textBox2.Size = new System.Drawing.Size(295, 67); this.textBox2.TabIndex = 49; // // arLabel2 // this.arLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231))))); this.arLabel2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209))))); this.arLabel2.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.arLabel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194))))); this.arLabel2.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194))))); this.arLabel2.BorderSize = new System.Windows.Forms.Padding(0, 0, 0, 1); this.arLabel2.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.arLabel2.Cursor = System.Windows.Forms.Cursors.Arrow; this.arLabel2.Dock = System.Windows.Forms.DockStyle.Top; this.arLabel2.Enabled = false; this.arLabel2.Enabled2 = true; this.arLabel2.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.arLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85))))); this.arLabel2.GradientEnable = true; this.arLabel2.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.arLabel2.GradientRepeatBG = false; this.arLabel2.isButton = false; this.arLabel2.Location = new System.Drawing.Point(1, 1); this.arLabel2.MouseDownColor = System.Drawing.Color.Yellow; this.arLabel2.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.arLabel2.msg = null; this.arLabel2.Name = "arLabel2"; this.arLabel2.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.arLabel2.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.arLabel2.ProgressEnable = false; this.arLabel2.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.arLabel2.ProgressForeColor = System.Drawing.Color.Black; this.arLabel2.ProgressMax = 100F; this.arLabel2.ProgressMin = 0F; this.arLabel2.ProgressPadding = new System.Windows.Forms.Padding(0); this.arLabel2.ProgressText = null; this.arLabel2.ProgressValue = 0F; this.arLabel2.ShadowColor = System.Drawing.Color.WhiteSmoke; this.arLabel2.Sign = ""; this.arLabel2.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.arLabel2.SignColor = System.Drawing.Color.Yellow; this.arLabel2.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.arLabel2.Size = new System.Drawing.Size(295, 31); this.arLabel2.TabIndex = 86; this.arLabel2.Text = "BCC"; this.arLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.arLabel2.TextShadow = true; this.arLabel2.TextVisible = true; // // arPanel2 // this.arPanel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230))))); this.arPanel2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230))))); this.arPanel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200))))); this.arPanel2.BorderSize = new System.Windows.Forms.Padding(1); this.arPanel2.Controls.Add(this.textBox1); this.arPanel2.Controls.Add(this.arLabel1); this.arPanel2.Dock = System.Windows.Forms.DockStyle.Top; this.arPanel2.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.arPanel2.ForeColor = System.Drawing.Color.Khaki; this.arPanel2.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.arPanel2.GradientRepeatBG = true; this.arPanel2.Location = new System.Drawing.Point(0, 162); this.arPanel2.Name = "arPanel2"; this.arPanel2.Padding = new System.Windows.Forms.Padding(1); this.arPanel2.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.arPanel2.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.arPanel2.ProgressMax = 100F; this.arPanel2.ProgressMin = 0F; this.arPanel2.ProgressPadding = new System.Windows.Forms.Padding(0); this.arPanel2.ProgressValue = 0F; this.arPanel2.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230))))); this.arPanel2.ShowBorder = true; this.arPanel2.Size = new System.Drawing.Size(297, 145); this.arPanel2.TabIndex = 90; this.arPanel2.Text = "arPanel2"; this.arPanel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.arPanel2.TextShadow = false; this.arPanel2.UseProgressBar = false; // // textBox1 // this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cc", true)); this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox1.Location = new System.Drawing.Point(1, 32); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.textBox1.Size = new System.Drawing.Size(295, 112); this.textBox1.TabIndex = 49; // // arLabel1 // this.arLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231))))); this.arLabel1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209))))); this.arLabel1.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.arLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194))))); this.arLabel1.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194))))); this.arLabel1.BorderSize = new System.Windows.Forms.Padding(0, 0, 0, 1); this.arLabel1.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.arLabel1.Cursor = System.Windows.Forms.Cursors.Arrow; this.arLabel1.Dock = System.Windows.Forms.DockStyle.Top; this.arLabel1.Enabled = false; this.arLabel1.Enabled2 = true; this.arLabel1.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.arLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85))))); this.arLabel1.GradientEnable = true; this.arLabel1.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.arLabel1.GradientRepeatBG = false; this.arLabel1.isButton = false; this.arLabel1.Location = new System.Drawing.Point(1, 1); this.arLabel1.MouseDownColor = System.Drawing.Color.Yellow; this.arLabel1.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.arLabel1.msg = null; this.arLabel1.Name = "arLabel1"; this.arLabel1.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.arLabel1.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.arLabel1.ProgressEnable = false; this.arLabel1.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.arLabel1.ProgressForeColor = System.Drawing.Color.Black; this.arLabel1.ProgressMax = 100F; this.arLabel1.ProgressMin = 0F; this.arLabel1.ProgressPadding = new System.Windows.Forms.Padding(0); this.arLabel1.ProgressText = null; this.arLabel1.ProgressValue = 0F; this.arLabel1.ShadowColor = System.Drawing.Color.WhiteSmoke; this.arLabel1.Sign = ""; this.arLabel1.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.arLabel1.SignColor = System.Drawing.Color.Yellow; this.arLabel1.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.arLabel1.Size = new System.Drawing.Size(295, 31); this.arLabel1.TabIndex = 86; this.arLabel1.Text = "CC"; this.arLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.arLabel1.TextShadow = true; this.arLabel1.TextVisible = true; // // arPanel1 // this.arPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230))))); this.arPanel1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230))))); this.arPanel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200))))); this.arPanel1.BorderSize = new System.Windows.Forms.Padding(1); this.arPanel1.Controls.Add(this.remark_reqTextBox); this.arPanel1.Controls.Add(this.arLabel6); this.arPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.arPanel1.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.arPanel1.ForeColor = System.Drawing.Color.Khaki; this.arPanel1.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.arPanel1.GradientRepeatBG = true; this.arPanel1.Location = new System.Drawing.Point(0, 0); this.arPanel1.Name = "arPanel1"; this.arPanel1.Padding = new System.Windows.Forms.Padding(1); this.arPanel1.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.arPanel1.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.arPanel1.ProgressMax = 100F; this.arPanel1.ProgressMin = 0F; this.arPanel1.ProgressPadding = new System.Windows.Forms.Padding(0); this.arPanel1.ProgressValue = 0F; this.arPanel1.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230))))); this.arPanel1.ShowBorder = true; this.arPanel1.Size = new System.Drawing.Size(297, 162); this.arPanel1.TabIndex = 89; this.arPanel1.Text = "arPanel1"; this.arPanel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.arPanel1.TextShadow = false; this.arPanel1.UseProgressBar = false; // // remark_reqTextBox // this.remark_reqTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.remark_reqTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "tolist", true)); this.remark_reqTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.remark_reqTextBox.Location = new System.Drawing.Point(1, 32); this.remark_reqTextBox.Multiline = true; this.remark_reqTextBox.Name = "remark_reqTextBox"; this.remark_reqTextBox.ReadOnly = true; this.remark_reqTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.remark_reqTextBox.Size = new System.Drawing.Size(295, 129); this.remark_reqTextBox.TabIndex = 49; // // arLabel6 // this.arLabel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231))))); this.arLabel6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209))))); this.arLabel6.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.arLabel6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194))))); this.arLabel6.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194))))); this.arLabel6.BorderSize = new System.Windows.Forms.Padding(0, 0, 0, 1); this.arLabel6.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.arLabel6.Cursor = System.Windows.Forms.Cursors.Arrow; this.arLabel6.Dock = System.Windows.Forms.DockStyle.Top; this.arLabel6.Enabled = false; this.arLabel6.Enabled2 = true; this.arLabel6.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.arLabel6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85))))); this.arLabel6.GradientEnable = true; this.arLabel6.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.arLabel6.GradientRepeatBG = false; this.arLabel6.isButton = false; this.arLabel6.Location = new System.Drawing.Point(1, 1); this.arLabel6.MouseDownColor = System.Drawing.Color.Yellow; this.arLabel6.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.arLabel6.msg = null; this.arLabel6.Name = "arLabel6"; this.arLabel6.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.arLabel6.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.arLabel6.ProgressEnable = false; this.arLabel6.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.arLabel6.ProgressForeColor = System.Drawing.Color.Black; this.arLabel6.ProgressMax = 100F; this.arLabel6.ProgressMin = 0F; this.arLabel6.ProgressPadding = new System.Windows.Forms.Padding(0); this.arLabel6.ProgressText = null; this.arLabel6.ProgressValue = 0F; this.arLabel6.ShadowColor = System.Drawing.Color.WhiteSmoke; this.arLabel6.Sign = ""; this.arLabel6.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.arLabel6.SignColor = System.Drawing.Color.Yellow; this.arLabel6.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.arLabel6.Size = new System.Drawing.Size(295, 31); this.arLabel6.TabIndex = 86; this.arLabel6.Text = "TO"; this.arLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.arLabel6.TextShadow = true; this.arLabel6.TextVisible = true; // // panel2 // this.panel2.Controls.Add(this.fpSpread1); this.panel2.Controls.Add(this.bn); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1008, 241); this.panel2.TabIndex = 6; // // panel3 // this.panel3.Controls.Add(this.textBox4); this.panel3.Controls.Add(this.arLabel4); this.panel3.Controls.Add(this.textBox3); this.panel3.Controls.Add(this.arLabel3); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(0, 241); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(711, 420); this.panel3.TabIndex = 5; // // textBox4 // this.textBox4.BackColor = System.Drawing.SystemColors.Control; this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "body", true)); this.textBox4.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox4.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.textBox4.Location = new System.Drawing.Point(0, 91); this.textBox4.Multiline = true; this.textBox4.Name = "textBox4"; this.textBox4.ReadOnly = true; this.textBox4.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.textBox4.Size = new System.Drawing.Size(711, 329); this.textBox4.TabIndex = 90; // // arLabel4 // this.arLabel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231))))); this.arLabel4.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209))))); this.arLabel4.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.arLabel4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194))))); this.arLabel4.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194))))); this.arLabel4.BorderSize = new System.Windows.Forms.Padding(0, 0, 0, 1); this.arLabel4.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.arLabel4.Cursor = System.Windows.Forms.Cursors.Arrow; this.arLabel4.Dock = System.Windows.Forms.DockStyle.Top; this.arLabel4.Enabled = false; this.arLabel4.Enabled2 = true; this.arLabel4.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.arLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85))))); this.arLabel4.GradientEnable = true; this.arLabel4.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.arLabel4.GradientRepeatBG = false; this.arLabel4.isButton = false; this.arLabel4.Location = new System.Drawing.Point(0, 60); this.arLabel4.MouseDownColor = System.Drawing.Color.Yellow; this.arLabel4.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.arLabel4.msg = null; this.arLabel4.Name = "arLabel4"; this.arLabel4.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.arLabel4.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.arLabel4.ProgressEnable = false; this.arLabel4.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.arLabel4.ProgressForeColor = System.Drawing.Color.Black; this.arLabel4.ProgressMax = 100F; this.arLabel4.ProgressMin = 0F; this.arLabel4.ProgressPadding = new System.Windows.Forms.Padding(0); this.arLabel4.ProgressText = null; this.arLabel4.ProgressValue = 0F; this.arLabel4.ShadowColor = System.Drawing.Color.WhiteSmoke; this.arLabel4.Sign = ""; this.arLabel4.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.arLabel4.SignColor = System.Drawing.Color.Yellow; this.arLabel4.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.arLabel4.Size = new System.Drawing.Size(711, 31); this.arLabel4.TabIndex = 89; this.arLabel4.Text = "본문 내용"; this.arLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.arLabel4.TextShadow = true; this.arLabel4.TextVisible = true; // // textBox3 // this.textBox3.BackColor = System.Drawing.SystemColors.Control; this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "subject", true)); this.textBox3.Dock = System.Windows.Forms.DockStyle.Top; this.textBox3.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.textBox3.Location = new System.Drawing.Point(0, 31); this.textBox3.Name = "textBox3"; this.textBox3.ReadOnly = true; this.textBox3.Size = new System.Drawing.Size(711, 29); this.textBox3.TabIndex = 88; this.textBox3.Text = "dfsafsdf"; this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // arLabel3 // this.arLabel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231))))); this.arLabel3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209))))); this.arLabel3.BackgroundImagePadding = new System.Windows.Forms.Padding(0); this.arLabel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194))))); this.arLabel3.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194))))); this.arLabel3.BorderSize = new System.Windows.Forms.Padding(0, 0, 0, 1); this.arLabel3.ColorTheme = arCtl.arLabel.eColorTheme.Custom; this.arLabel3.Cursor = System.Windows.Forms.Cursors.Arrow; this.arLabel3.Dock = System.Windows.Forms.DockStyle.Top; this.arLabel3.Enabled = false; this.arLabel3.Enabled2 = true; this.arLabel3.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.arLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85))))); this.arLabel3.GradientEnable = true; this.arLabel3.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.arLabel3.GradientRepeatBG = false; this.arLabel3.isButton = false; this.arLabel3.Location = new System.Drawing.Point(0, 0); this.arLabel3.MouseDownColor = System.Drawing.Color.Yellow; this.arLabel3.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.arLabel3.msg = null; this.arLabel3.Name = "arLabel3"; this.arLabel3.ProgressColor1 = System.Drawing.Color.LightSkyBlue; this.arLabel3.ProgressColor2 = System.Drawing.Color.DeepSkyBlue; this.arLabel3.ProgressEnable = false; this.arLabel3.ProgressFont = new System.Drawing.Font("Consolas", 10F); this.arLabel3.ProgressForeColor = System.Drawing.Color.Black; this.arLabel3.ProgressMax = 100F; this.arLabel3.ProgressMin = 0F; this.arLabel3.ProgressPadding = new System.Windows.Forms.Padding(0); this.arLabel3.ProgressText = null; this.arLabel3.ProgressValue = 0F; this.arLabel3.ShadowColor = System.Drawing.Color.WhiteSmoke; this.arLabel3.Sign = ""; this.arLabel3.SignAlign = System.Drawing.ContentAlignment.BottomRight; this.arLabel3.SignColor = System.Drawing.Color.Yellow; this.arLabel3.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic); this.arLabel3.Size = new System.Drawing.Size(711, 31); this.arLabel3.TabIndex = 87; this.arLabel3.Text = "메일 제목"; this.arLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.arLabel3.TextShadow = true; this.arLabel3.TextVisible = true; // // ta // this.ta.ClearBeforeFill = true; // // fpSpread1_Sheet1 // this.fpSpread1_Sheet1.Reset(); this.fpSpread1_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; this.fpSpread1_Sheet1.ColumnCount = 6; this.fpSpread1_Sheet1.ActiveColumnIndex = -1; this.fpSpread1_Sheet1.ActiveRowIndex = -1; this.fpSpread1_Sheet1.AutoGenerateColumns = false; this.fpSpread1_Sheet1.ColumnFooter.DefaultStyle.BackColor = System.Drawing.Color.Empty; this.fpSpread1_Sheet1.ColumnFooter.DefaultStyle.ForeColor = System.Drawing.Color.Empty; this.fpSpread1_Sheet1.ColumnFooter.DefaultStyle.Parent = "ColumnFooterFlat"; this.fpSpread1_Sheet1.ColumnFooterSheetCornerStyle.BackColor = System.Drawing.Color.Empty; this.fpSpread1_Sheet1.ColumnFooterSheetCornerStyle.ForeColor = System.Drawing.Color.Empty; this.fpSpread1_Sheet1.ColumnFooterSheetCornerStyle.Parent = "CornerFooterFlat"; this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "발송일"; this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "*"; this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "상태"; this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "프로젝트"; this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "만료일"; this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.Empty; this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.ForeColor = System.Drawing.Color.Empty; this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent = "ColumnHeaderFlat"; this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 36F; this.fpSpread1_Sheet1.Columns.Get(0).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType1; this.fpSpread1_Sheet1.Columns.Get(0).DataField = "idx"; this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType1; this.fpSpread1_Sheet1.Columns.Get(1).DataField = "pdate"; this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(1).Label = "발송일"; this.fpSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(2).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.fpSpread1_Sheet1.Columns.Get(2).CellType = numberCellType2; this.fpSpread1_Sheet1.Columns.Get(2).DataField = "project"; this.fpSpread1_Sheet1.Columns.Get(2).Label = "*"; this.fpSpread1_Sheet1.Columns.Get(2).Width = 36F; this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType2; this.fpSpread1_Sheet1.Columns.Get(3).DataField = "prj_status"; this.fpSpread1_Sheet1.Columns.Get(3).Label = "상태"; this.fpSpread1_Sheet1.Columns.Get(4).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192))))); this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType3; this.fpSpread1_Sheet1.Columns.Get(4).DataField = "prj_name"; this.fpSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(4).Label = "프로젝트"; this.fpSpread1_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(4).Width = 107F; this.fpSpread1_Sheet1.Columns.Get(5).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192))))); this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType4; this.fpSpread1_Sheet1.Columns.Get(5).DataField = "prj_ddate"; this.fpSpread1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(5).Label = "만료일"; this.fpSpread1_Sheet1.Columns.Get(5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.DataAutoCellTypes = false; this.fpSpread1_Sheet1.DataAutoSizeColumns = false; this.fpSpread1_Sheet1.DataSource = this.bs; this.fpSpread1_Sheet1.FilterBar.DefaultStyle.BackColor = System.Drawing.Color.Empty; this.fpSpread1_Sheet1.FilterBar.DefaultStyle.ForeColor = System.Drawing.Color.Empty; this.fpSpread1_Sheet1.FilterBar.DefaultStyle.Parent = "FilterBarFlat"; this.fpSpread1_Sheet1.FilterBarHeaderStyle.BackColor = System.Drawing.Color.Empty; this.fpSpread1_Sheet1.FilterBarHeaderStyle.ForeColor = System.Drawing.Color.Empty; this.fpSpread1_Sheet1.FilterBarHeaderStyle.Parent = "FilterBarHeaderFlat"; this.fpSpread1_Sheet1.PrintInfo.Footer = "EET Groupware - Alpha -"; this.fpSpread1_Sheet1.PrintInfo.Header = "PartList"; noPrinterPrintInfo1.Bounds = new System.Drawing.Rectangle(0, 0, 816, 1148); noPrinterPrintInfo1.HardMarginX = 0F; noPrinterPrintInfo1.HardMarginY = 0F; noPrinterPrintInfo1.SupportColor = true; this.fpSpread1_Sheet1.PrintInfo.NoPrinterSetting = noPrinterPrintInfo1; this.fpSpread1_Sheet1.PrintInfo.PdfSecurity = null; this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false; this.fpSpread1_Sheet1.RowHeader.DefaultStyle.BackColor = System.Drawing.Color.Empty; this.fpSpread1_Sheet1.RowHeader.DefaultStyle.ForeColor = System.Drawing.Color.Empty; this.fpSpread1_Sheet1.RowHeader.DefaultStyle.Parent = "RowHeaderFlat"; this.fpSpread1_Sheet1.SheetCornerStyle.BackColor = System.Drawing.Color.Empty; this.fpSpread1_Sheet1.SheetCornerStyle.ForeColor = System.Drawing.Color.Empty; this.fpSpread1_Sheet1.SheetCornerStyle.Parent = "CornerHeaderFlat"; this.fpSpread1_Sheet1.TitleInfo.Text = "Partlist"; this.fpSpread1_Sheet1.TitleInfo.Value = "Partlist"; this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; // // fMailSend // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1008, 661); this.Controls.Add(this.panel3); this.Controls.Add(this.panel1); this.Controls.Add(this.panel2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "fMailSend"; this.Text = "프로젝트 진행 사항 메일발송"; this.UseFormSetting = false; this.Load += new System.EventHandler(this.fPartList_Load); ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dsMail)).EndInit(); this.cm1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit(); this.bn.ResumeLayout(false); this.bn.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit(); this.panel1.ResumeLayout(false); this.arPanel3.ResumeLayout(false); this.arPanel3.PerformLayout(); this.arPanel2.ResumeLayout(false); this.arPanel2.PerformLayout(); this.arPanel1.ResumeLayout(false); this.arPanel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.BindingSource bs; private System.Windows.Forms.BindingNavigator bn; private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem; private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem; private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem; private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator; private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ContextMenuStrip cm1; private System.Windows.Forms.ToolStripMenuItem exportListToolStripMenuItem; private FarPoint.Win.Spread.FpSpread fpSpread1; private System.Windows.Forms.ToolStripMenuItem columnSizeToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem autoToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem resetToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; private System.Windows.Forms.ToolStripButton btRefresh; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private dsPRJTableAdapters.ProjectsTableAdapter taPrj; private System.Windows.Forms.Panel panel1; private arCtl.arPanel arPanel3; private System.Windows.Forms.TextBox textBox2; private arCtl.arLabel arLabel2; private arCtl.arPanel arPanel2; private System.Windows.Forms.TextBox textBox1; private arCtl.arLabel arLabel1; private arCtl.arPanel arPanel1; private System.Windows.Forms.TextBox remark_reqTextBox; private arCtl.arLabel arLabel6; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel3; private arCtl.arLabel arLabel3; private arCtl.arLabel arLabel4; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.TextBox textBox4; private dsMail dsMail; private dsMailTableAdapters.MailDataTableAdapter ta; private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1; } }