/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     BaiqiSoft.HtmlEditorControl.FormatHtmlOptions formatHtmlOptions1 = new BaiqiSoft.HtmlEditorControl.FormatHtmlOptions();
     this.htmlCtr = new BaiqiSoft.HtmlEditorControl.MstHtmlEditor();
     this.SuspendLayout();
     //
     // htmlCtr
     //
     this.htmlCtr.Dock = System.Windows.Forms.DockStyle.Fill;
     formatHtmlOptions1.BreakBeforeBR        = true;
     formatHtmlOptions1.ClosingSingleTags    = true;
     formatHtmlOptions1.IndentHtmlTags       = true;
     formatHtmlOptions1.IndentScript         = true;
     formatHtmlOptions1.IndentSpaces         = 4;
     formatHtmlOptions1.IndentWithTabs       = false;
     formatHtmlOptions1.LowercaseTags        = true;
     formatHtmlOptions1.QuoteAttributeValues = true;
     this.htmlCtr.FormatHtmlOptions          = formatHtmlOptions1;
     this.htmlCtr.LanguageConfig             = null;
     this.htmlCtr.Location        = new System.Drawing.Point(0, 0);
     this.htmlCtr.Name            = "htmlCtr";
     this.htmlCtr.SelectionLength = 0;
     this.htmlCtr.SelectionStart  = 0;
     this.htmlCtr.Size            = new System.Drawing.Size(1179, 673);
     this.htmlCtr.TabIndex        = 0;
     //
     // StrategyPlanHtmlCreationForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1179, 673);
     this.Controls.Add(this.htmlCtr);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "StrategyPlanHtmlCreationForm";
     this.Text            = "HTML";
     this.ResumeLayout(false);
 }
示例#2
0
 /// <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.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(Formdv));
     BaiqiSoft.HtmlEditorControl.FormatHtmlOptions  formatHtmlOptions1 = new BaiqiSoft.HtmlEditorControl.FormatHtmlOptions();
     this.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2                 = new DevExpress.XtraBars.Bar();
     this.btnthem              = new DevExpress.XtraBars.BarButtonItem();
     this.btnxoa               = new DevExpress.XtraBars.BarButtonItem();
     this.btnsua               = new DevExpress.XtraBars.BarButtonItem();
     this.btnxacnhan           = new DevExpress.XtraBars.BarButtonItem();
     this.btnquaylai           = new DevExpress.XtraBars.BarButtonItem();
     this.btnthoat             = new DevExpress.XtraBars.BarButtonItem();
     this.btnreload            = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.panelControl1        = new DevExpress.XtraEditors.PanelControl();
     this.gvdv                 = new System.Windows.Forms.DataGridView();
     this.panelControl2        = new DevExpress.XtraEditors.PanelControl();
     this.txtiddv              = new System.Windows.Forms.TextBox();
     this.label4               = new System.Windows.Forms.Label();
     this.txtnd                = new BaiqiSoft.HtmlEditorControl.MstHtmlEditor();
     this.btnbrowse            = new System.Windows.Forms.Button();
     this.label6               = new System.Windows.Forms.Label();
     this.txtdvt               = new System.Windows.Forms.TextBox();
     this.txtgia               = new System.Windows.Forms.TextBox();
     this.txttendv             = new System.Windows.Forms.TextBox();
     this.label5               = new System.Windows.Forms.Label();
     this.label3               = new System.Windows.Forms.Label();
     this.label2               = new System.Windows.Forms.Label();
     this.picturedv            = new System.Windows.Forms.PictureBox();
     this.label1               = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gvdv)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picturedv)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.btnthem,
         this.btnxoa,
         this.btnsua,
         this.btnxacnhan,
         this.btnquaylai,
         this.btnthoat,
         this.btnreload
     });
     this.barManager1.MainMenu  = this.bar2;
     this.barManager1.MaxItemId = 7;
     //
     // bar2
     //
     this.bar2.BarName   = "Main menu";
     this.bar2.DockCol   = 0;
     this.bar2.DockRow   = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnthem, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnxoa, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnsua, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnxacnhan, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnquaylai, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnthoat, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnreload, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // btnthem
     //
     this.btnthem.Caption            = "Thêm";
     this.btnthem.Id                 = 0;
     this.btnthem.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnthem.ImageOptions.Image")));
     this.btnthem.Name               = "btnthem";
     this.btnthem.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.btnthem_ItemClick);
     //
     // btnxoa
     //
     this.btnxoa.Caption            = "Xóa";
     this.btnxoa.Id                 = 1;
     this.btnxoa.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnxoa.ImageOptions.Image")));
     this.btnxoa.Name               = "btnxoa";
     this.btnxoa.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.btnxoa_ItemClick);
     //
     // btnsua
     //
     this.btnsua.Caption            = "Sửa";
     this.btnsua.Id                 = 2;
     this.btnsua.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnsua.ImageOptions.Image")));
     this.btnsua.Name               = "btnsua";
     this.btnsua.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.btnsua_ItemClick);
     //
     // btnxacnhan
     //
     this.btnxacnhan.Caption            = "xác nhận";
     this.btnxacnhan.Id                 = 3;
     this.btnxacnhan.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnxacnhan.ImageOptions.Image")));
     this.btnxacnhan.Name               = "btnxacnhan";
     this.btnxacnhan.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.btnxacnhan_ItemClick);
     //
     // btnquaylai
     //
     this.btnquaylai.Caption            = "Quay lại";
     this.btnquaylai.Id                 = 4;
     this.btnquaylai.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnquaylai.ImageOptions.Image")));
     this.btnquaylai.Name               = "btnquaylai";
     this.btnquaylai.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.btnquaylai_ItemClick);
     //
     // btnthoat
     //
     this.btnthoat.Caption            = "Thoát";
     this.btnthoat.Id                 = 5;
     this.btnthoat.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnthoat.ImageOptions.Image")));
     this.btnthoat.Name               = "btnthoat";
     this.btnthoat.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.btnthoat_ItemClick);
     //
     // btnreload
     //
     this.btnreload.Caption            = "Reload";
     this.btnreload.Id                 = 6;
     this.btnreload.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnreload.ImageOptions.Image")));
     this.btnreload.Name               = "btnreload";
     this.btnreload.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.btnreload_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Manager          = this.barManager1;
     this.barDockControlTop.Size             = new System.Drawing.Size(1370, 40);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 512);
     this.barDockControlBottom.Manager          = this.barManager1;
     this.barDockControlBottom.Size             = new System.Drawing.Size(1370, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 40);
     this.barDockControlLeft.Manager          = this.barManager1;
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 472);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1370, 40);
     this.barDockControlRight.Manager          = this.barManager1;
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 472);
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.gvdv);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 40);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1370, 180);
     this.panelControl1.TabIndex = 4;
     //
     // gvdv
     //
     this.gvdv.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.gvdv.BackgroundColor             = System.Drawing.Color.White;
     this.gvdv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gvdv.Dock              = System.Windows.Forms.DockStyle.Top;
     this.gvdv.Location          = new System.Drawing.Point(2, 2);
     this.gvdv.Name              = "gvdv";
     this.gvdv.Size              = new System.Drawing.Size(1366, 162);
     this.gvdv.TabIndex          = 0;
     this.gvdv.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gvdv_CellContentClick);
     //
     // panelControl2
     //
     this.panelControl2.Appearance.BackColor            = System.Drawing.Color.White;
     this.panelControl2.Appearance.Options.UseBackColor = true;
     this.panelControl2.Controls.Add(this.txtiddv);
     this.panelControl2.Controls.Add(this.label4);
     this.panelControl2.Controls.Add(this.txtnd);
     this.panelControl2.Controls.Add(this.btnbrowse);
     this.panelControl2.Controls.Add(this.label6);
     this.panelControl2.Controls.Add(this.txtdvt);
     this.panelControl2.Controls.Add(this.txtgia);
     this.panelControl2.Controls.Add(this.txttendv);
     this.panelControl2.Controls.Add(this.label5);
     this.panelControl2.Controls.Add(this.label3);
     this.panelControl2.Controls.Add(this.label2);
     this.panelControl2.Controls.Add(this.picturedv);
     this.panelControl2.Controls.Add(this.label1);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(0, 220);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(1370, 292);
     this.panelControl2.TabIndex = 5;
     //
     // txtiddv
     //
     this.txtiddv.Enabled  = false;
     this.txtiddv.Location = new System.Drawing.Point(297, 32);
     this.txtiddv.Name     = "txtiddv";
     this.txtiddv.Size     = new System.Drawing.Size(222, 21);
     this.txtiddv.TabIndex = 15;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(220, 35);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(56, 13);
     this.label4.TabIndex = 14;
     this.label4.Text     = "ID Dịch vụ";
     //
     // txtnd
     //
     formatHtmlOptions1.BreakBeforeBR        = true;
     formatHtmlOptions1.ClosingSingleTags    = true;
     formatHtmlOptions1.IndentHtmlTags       = true;
     formatHtmlOptions1.IndentScript         = true;
     formatHtmlOptions1.IndentSpaces         = 4;
     formatHtmlOptions1.IndentWithTabs       = false;
     formatHtmlOptions1.LowercaseTags        = true;
     formatHtmlOptions1.QuoteAttributeValues = true;
     this.txtnd.FormatHtmlOptions            = formatHtmlOptions1;
     this.txtnd.LanguageConfig  = null;
     this.txtnd.Location        = new System.Drawing.Point(541, 22);
     this.txtnd.Name            = "txtnd";
     this.txtnd.SelectionLength = 0;
     this.txtnd.SelectionStart  = 0;
     this.txtnd.Size            = new System.Drawing.Size(746, 244);
     this.txtnd.TabIndex        = 13;
     //
     // btnbrowse
     //
     this.btnbrowse.Location = new System.Drawing.Point(51, 155);
     this.btnbrowse.Name     = "btnbrowse";
     this.btnbrowse.Size     = new System.Drawing.Size(75, 23);
     this.btnbrowse.TabIndex = 12;
     this.btnbrowse.Text     = "Lấy hình";
     this.btnbrowse.UseVisualStyleBackColor = true;
     this.btnbrowse.Click += new System.EventHandler(this.btnbrowse_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(804, 6);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(49, 13);
     this.label6.TabIndex = 10;
     this.label6.Text     = "Nội dung";
     //
     // txtdvt
     //
     this.txtdvt.Location = new System.Drawing.Point(298, 120);
     this.txtdvt.Name     = "txtdvt";
     this.txtdvt.Size     = new System.Drawing.Size(221, 21);
     this.txtdvt.TabIndex = 8;
     //
     // txtgia
     //
     this.txtgia.Location = new System.Drawing.Point(297, 91);
     this.txtgia.Name     = "txtgia";
     this.txtgia.Size     = new System.Drawing.Size(222, 21);
     this.txtgia.TabIndex = 7;
     //
     // txttendv
     //
     this.txttendv.Location = new System.Drawing.Point(297, 64);
     this.txttendv.Name     = "txttendv";
     this.txttendv.Size     = new System.Drawing.Size(222, 21);
     this.txttendv.TabIndex = 6;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(217, 128);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(59, 13);
     this.label5.TabIndex = 5;
     this.label5.Text     = "Đơn vị tính";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(254, 97);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(22, 13);
     this.label3.TabIndex = 3;
     this.label3.Text     = "Giá";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(214, 67);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(62, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Tên dịch vụ";
     //
     // picturedv
     //
     this.picturedv.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picturedv.Location    = new System.Drawing.Point(13, 35);
     this.picturedv.Name        = "picturedv";
     this.picturedv.Size        = new System.Drawing.Size(176, 104);
     this.picturedv.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picturedv.TabIndex    = 1;
     this.picturedv.TabStop     = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(65, 18);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(49, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Hình ảnh";
     //
     // Formdv
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1370, 512);
     this.Controls.Add(this.panelControl2);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name        = "Formdv";
     this.Text        = "Formdv";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gvdv)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picturedv)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(FormLoaiPhong));
     BaiqiSoft.HtmlEditorControl.FormatHtmlOptions  formatHtmlOptions1 = new BaiqiSoft.HtmlEditorControl.FormatHtmlOptions();
     this.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.barManager2          = new DevExpress.XtraBars.BarManager(this.components);
     this.btnxoa          = new DevExpress.XtraBars.Bar();
     this.btnthem         = new DevExpress.XtraBars.BarButtonItem();
     this.btnxoalp        = new DevExpress.XtraBars.BarButtonItem();
     this.btnsua          = new DevExpress.XtraBars.BarButtonItem();
     this.btnxacnhan      = new DevExpress.XtraBars.BarButtonItem();
     this.btnquaylai      = new DevExpress.XtraBars.BarButtonItem();
     this.btnthoat        = new DevExpress.XtraBars.BarButtonItem();
     this.btnreload       = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControl1 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl2 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl3 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl4 = new DevExpress.XtraBars.BarDockControl();
     this.panelControl1   = new DevExpress.XtraEditors.PanelControl();
     this.gvtyperoom      = new System.Windows.Forms.DataGridView();
     this.panelControl2   = new DevExpress.XtraEditors.PanelControl();
     this.txtnd           = new BaiqiSoft.HtmlEditorControl.MstHtmlEditor();
     this.btnbrowse       = new System.Windows.Forms.Button();
     this.txtgia          = new System.Windows.Forms.TextBox();
     this.txtloai         = new System.Windows.Forms.TextBox();
     this.label4          = new System.Windows.Forms.Label();
     this.pictureloai     = new System.Windows.Forms.PictureBox();
     this.label3          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gvtyperoom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureloai)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form      = this;
     this.barManager1.MaxItemId = 0;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 40);
     this.barDockControlTop.Manager          = this.barManager1;
     this.barDockControlTop.Size             = new System.Drawing.Size(1357, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 749);
     this.barDockControlBottom.Manager          = this.barManager1;
     this.barDockControlBottom.Size             = new System.Drawing.Size(1357, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 40);
     this.barDockControlLeft.Manager          = this.barManager1;
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 709);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1357, 40);
     this.barDockControlRight.Manager          = this.barManager1;
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 709);
     //
     // barManager2
     //
     this.barManager2.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.btnxoa
     });
     this.barManager2.DockControls.Add(this.barDockControl1);
     this.barManager2.DockControls.Add(this.barDockControl2);
     this.barManager2.DockControls.Add(this.barDockControl3);
     this.barManager2.DockControls.Add(this.barDockControl4);
     this.barManager2.Form = this;
     this.barManager2.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.btnthem,
         this.btnxoalp,
         this.btnsua,
         this.btnxacnhan,
         this.btnquaylai,
         this.btnthoat,
         this.btnreload
     });
     this.barManager2.MainMenu  = this.btnxoa;
     this.barManager2.MaxItemId = 7;
     //
     // btnxoa
     //
     this.btnxoa.BarName   = "Main menu";
     this.btnxoa.DockCol   = 0;
     this.btnxoa.DockRow   = 0;
     this.btnxoa.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.btnxoa.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnthem, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnxoalp, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnsua, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnxacnhan, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnquaylai, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnthoat, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnreload, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.btnxoa.OptionsBar.MultiLine   = true;
     this.btnxoa.OptionsBar.UseWholeRow = true;
     this.btnxoa.Text = "Main menu";
     //
     // btnthem
     //
     this.btnthem.Caption            = "Thêm";
     this.btnthem.Id                 = 0;
     this.btnthem.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnthem.ImageOptions.Image")));
     this.btnthem.Name               = "btnthem";
     this.btnthem.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.btnthem_ItemClick);
     //
     // btnxoalp
     //
     this.btnxoalp.Caption            = "Xóa";
     this.btnxoalp.Id                 = 1;
     this.btnxoalp.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnxoalp.ImageOptions.Image")));
     this.btnxoalp.Name               = "btnxoalp";
     this.btnxoalp.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.btnxoalp_ItemClick);
     //
     // btnsua
     //
     this.btnsua.Caption            = "Sửa";
     this.btnsua.Id                 = 2;
     this.btnsua.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnsua.ImageOptions.Image")));
     this.btnsua.Name               = "btnsua";
     this.btnsua.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.btnsua_ItemClick);
     //
     // btnxacnhan
     //
     this.btnxacnhan.Caption            = "Xác nhận";
     this.btnxacnhan.Id                 = 3;
     this.btnxacnhan.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnxacnhan.ImageOptions.Image")));
     this.btnxacnhan.Name               = "btnxacnhan";
     this.btnxacnhan.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.btnxacnhan_ItemClick);
     //
     // btnquaylai
     //
     this.btnquaylai.Caption            = "Quay lại";
     this.btnquaylai.Id                 = 4;
     this.btnquaylai.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnquaylai.ImageOptions.Image")));
     this.btnquaylai.Name               = "btnquaylai";
     this.btnquaylai.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.btnquaylai_ItemClick);
     //
     // btnthoat
     //
     this.btnthoat.Caption            = "Thoát";
     this.btnthoat.Id                 = 5;
     this.btnthoat.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnthoat.ImageOptions.Image")));
     this.btnthoat.Name               = "btnthoat";
     this.btnthoat.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.btnthoat_ItemClick);
     //
     // btnreload
     //
     this.btnreload.Caption            = "Reload";
     this.btnreload.Id                 = 6;
     this.btnreload.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnreload.ImageOptions.Image")));
     this.btnreload.Name               = "btnreload";
     this.btnreload.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.btnreload_ItemClick);
     //
     // barDockControl1
     //
     this.barDockControl1.CausesValidation = false;
     this.barDockControl1.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControl1.Location         = new System.Drawing.Point(0, 0);
     this.barDockControl1.Manager          = this.barManager2;
     this.barDockControl1.Size             = new System.Drawing.Size(1357, 40);
     //
     // barDockControl2
     //
     this.barDockControl2.CausesValidation = false;
     this.barDockControl2.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControl2.Location         = new System.Drawing.Point(0, 749);
     this.barDockControl2.Manager          = this.barManager2;
     this.barDockControl2.Size             = new System.Drawing.Size(1357, 0);
     //
     // barDockControl3
     //
     this.barDockControl3.CausesValidation = false;
     this.barDockControl3.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControl3.Location         = new System.Drawing.Point(0, 40);
     this.barDockControl3.Manager          = this.barManager2;
     this.barDockControl3.Size             = new System.Drawing.Size(0, 709);
     //
     // barDockControl4
     //
     this.barDockControl4.CausesValidation = false;
     this.barDockControl4.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControl4.Location         = new System.Drawing.Point(1357, 40);
     this.barDockControl4.Manager          = this.barManager2;
     this.barDockControl4.Size             = new System.Drawing.Size(0, 709);
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.gvtyperoom);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 40);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1357, 160);
     this.panelControl1.TabIndex = 8;
     //
     // gvtyperoom
     //
     this.gvtyperoom.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.gvtyperoom.BackgroundColor             = System.Drawing.Color.White;
     this.gvtyperoom.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gvtyperoom.Dock              = System.Windows.Forms.DockStyle.Top;
     this.gvtyperoom.Location          = new System.Drawing.Point(2, 2);
     this.gvtyperoom.Name              = "gvtyperoom";
     this.gvtyperoom.Size              = new System.Drawing.Size(1353, 144);
     this.gvtyperoom.TabIndex          = 0;
     this.gvtyperoom.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gvtyperoom_CellContentClick);
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.txtnd);
     this.panelControl2.Controls.Add(this.btnbrowse);
     this.panelControl2.Controls.Add(this.txtgia);
     this.panelControl2.Controls.Add(this.txtloai);
     this.panelControl2.Controls.Add(this.label4);
     this.panelControl2.Controls.Add(this.pictureloai);
     this.panelControl2.Controls.Add(this.label3);
     this.panelControl2.Controls.Add(this.label2);
     this.panelControl2.Controls.Add(this.label1);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(0, 200);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(1357, 549);
     this.panelControl2.TabIndex = 9;
     //
     // txtnd
     //
     formatHtmlOptions1.BreakBeforeBR        = true;
     formatHtmlOptions1.ClosingSingleTags    = true;
     formatHtmlOptions1.IndentHtmlTags       = true;
     formatHtmlOptions1.IndentScript         = true;
     formatHtmlOptions1.IndentSpaces         = 4;
     formatHtmlOptions1.IndentWithTabs       = false;
     formatHtmlOptions1.LowercaseTags        = true;
     formatHtmlOptions1.QuoteAttributeValues = true;
     this.txtnd.FormatHtmlOptions            = formatHtmlOptions1;
     this.txtnd.LanguageConfig  = null;
     this.txtnd.Location        = new System.Drawing.Point(359, 20);
     this.txtnd.Name            = "txtnd";
     this.txtnd.SelectionLength = 0;
     this.txtnd.SelectionStart  = 0;
     this.txtnd.Size            = new System.Drawing.Size(925, 288);
     this.txtnd.TabIndex        = 14;
     //
     // btnbrowse
     //
     this.btnbrowse.Location = new System.Drawing.Point(88, 130);
     this.btnbrowse.Name     = "btnbrowse";
     this.btnbrowse.Size     = new System.Drawing.Size(75, 20);
     this.btnbrowse.TabIndex = 8;
     this.btnbrowse.Text     = "Lấy ảnh";
     this.btnbrowse.UseVisualStyleBackColor = true;
     this.btnbrowse.Click += new System.EventHandler(this.btnbrowse_Click);
     //
     // txtgia
     //
     this.txtgia.Location = new System.Drawing.Point(88, 199);
     this.txtgia.Name     = "txtgia";
     this.txtgia.Size     = new System.Drawing.Size(226, 21);
     this.txtgia.TabIndex = 6;
     //
     // txtloai
     //
     this.txtloai.Location = new System.Drawing.Point(88, 161);
     this.txtloai.Name     = "txtloai";
     this.txtloai.Size     = new System.Drawing.Size(226, 21);
     this.txtloai.TabIndex = 5;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(5, 202);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(22, 13);
     this.label4.TabIndex = 4;
     this.label4.Text     = "Giá";
     //
     // pictureloai
     //
     this.pictureloai.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureloai.Location    = new System.Drawing.Point(6, 20);
     this.pictureloai.Name        = "pictureloai";
     this.pictureloai.Size        = new System.Drawing.Size(252, 104);
     this.pictureloai.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureloai.TabIndex    = 3;
     this.pictureloai.TabStop     = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(5, 161);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(26, 13);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Loại";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(795, 3);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(49, 13);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Nội dung";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(115, 2);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(28, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Hình";
     //
     // FormLoaiPhong
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1357, 749);
     this.Controls.Add(this.panelControl2);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Controls.Add(this.barDockControl3);
     this.Controls.Add(this.barDockControl4);
     this.Controls.Add(this.barDockControl2);
     this.Controls.Add(this.barDockControl1);
     this.Name        = "FormLoaiPhong";
     this.Text        = "FormLoaiPhong";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gvtyperoom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureloai)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     BaiqiSoft.HtmlEditorControl.FormatHtmlOptions  formatHtmlOptions1 = new BaiqiSoft.HtmlEditorControl.FormatHtmlOptions();
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(EmailSendingView));
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.mstHtmlEditor1 = new BaiqiSoft.HtmlEditorControl.MstHtmlEditor();
     this.button4        = new System.Windows.Forms.Button();
     this.label5         = new System.Windows.Forms.Label();
     this.groupBox2      = new System.Windows.Forms.GroupBox();
     this.button2        = new System.Windows.Forms.Button();
     this.button1        = new System.Windows.Forms.Button();
     this.listView1      = new System.Windows.Forms.ListView();
     this.label4         = new System.Windows.Forms.Label();
     this.textBox2       = new System.Windows.Forms.TextBox();
     this.label3         = new System.Windows.Forms.Label();
     this.textBox1       = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.groupBox3      = new System.Windows.Forms.GroupBox();
     this.groupBox5      = new System.Windows.Forms.GroupBox();
     this.textBox8       = new System.Windows.Forms.TextBox();
     this.label9         = new System.Windows.Forms.Label();
     this.textBox7       = new System.Windows.Forms.TextBox();
     this.label8         = new System.Windows.Forms.Label();
     this.textBox6       = new System.Windows.Forms.TextBox();
     this.label7         = new System.Windows.Forms.Label();
     this.textBox4       = new System.Windows.Forms.TextBox();
     this.label6         = new System.Windows.Forms.Label();
     this.button7        = new System.Windows.Forms.Button();
     this.groupBox4      = new System.Windows.Forms.GroupBox();
     this.button3        = new System.Windows.Forms.Button();
     this.textBox5       = new System.Windows.Forms.TextBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.mstHtmlEditor1);
     this.groupBox1.Controls.Add(this.button4);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(566, 511);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Envoi de l\'e-mail";
     this.groupBox1.Enter   += new System.EventHandler(this.groupBox1_Enter);
     //
     // mstHtmlEditor1
     //
     formatHtmlOptions1.BreakBeforeBR        = true;
     formatHtmlOptions1.ClosingSingleTags    = true;
     formatHtmlOptions1.IndentHtmlTags       = true;
     formatHtmlOptions1.IndentScript         = true;
     formatHtmlOptions1.IndentSpaces         = 4;
     formatHtmlOptions1.IndentWithTabs       = false;
     formatHtmlOptions1.LowercaseTags        = true;
     formatHtmlOptions1.QuoteAttributeValues = true;
     this.mstHtmlEditor1.FormatHtmlOptions   = formatHtmlOptions1;
     this.mstHtmlEditor1.LanguageConfig      = null;
     this.mstHtmlEditor1.Location            = new System.Drawing.Point(22, 184);
     this.mstHtmlEditor1.Name            = "mstHtmlEditor1";
     this.mstHtmlEditor1.SelectionLength = 0;
     this.mstHtmlEditor1.SelectionStart  = 0;
     this.mstHtmlEditor1.Size            = new System.Drawing.Size(324, 263);
     this.mstHtmlEditor1.TabIndex        = 21;
     this.mstHtmlEditor1.HtmlChanged    += new System.EventHandler(this.mstHtmlEditor1_HtmlChanged);
     //
     // button4
     //
     this.button4.BackColor = System.Drawing.Color.DarkGray;
     this.button4.Location  = new System.Drawing.Point(20, 465);
     this.button4.Name      = "button4";
     this.button4.Size      = new System.Drawing.Size(219, 40);
     this.button4.TabIndex  = 20;
     this.button4.Text      = "Revenir à la gestion campagnes";
     this.button4.UseVisualStyleBackColor = false;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(97, 26);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(0, 13);
     this.label5.TabIndex = 14;
     this.label5.Click   += new System.EventHandler(this.label5_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.button2);
     this.groupBox2.Controls.Add(this.button1);
     this.groupBox2.Controls.Add(this.listView1);
     this.groupBox2.Location = new System.Drawing.Point(363, 41);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(179, 310);
     this.groupBox2.TabIndex = 13;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Pièces jointes";
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.DarkRed;
     this.button2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.button2.Location  = new System.Drawing.Point(30, 281);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(121, 23);
     this.button2.TabIndex  = 2;
     this.button2.Text      = "Supprimer";
     this.button2.UseVisualStyleBackColor = false;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(30, 245);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(121, 23);
     this.button1.TabIndex = 1;
     this.button1.Text     = "Ajouter";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // listView1
     //
     this.listView1.HideSelection = false;
     this.listView1.Location      = new System.Drawing.Point(19, 19);
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(143, 220);
     this.listView1.TabIndex      = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.SelectedIndexChanged           += new System.EventHandler(this.listView1_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(39, 166);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(26, 13);
     this.label4.TabIndex = 11;
     this.label4.Text     = "Mail";
     //
     // textBox2
     //
     this.textBox2.Location     = new System.Drawing.Point(42, 131);
     this.textBox2.Name         = "textBox2";
     this.textBox2.Size         = new System.Drawing.Size(243, 20);
     this.textBox2.TabIndex     = 10;
     this.textBox2.Text         = "Subject";
     this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(39, 115);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(32, 13);
     this.label3.TabIndex = 9;
     this.label3.Text     = "Objet";
     this.label3.Click   += new System.EventHandler(this.label3_Click);
     //
     // textBox1
     //
     this.textBox1.Location     = new System.Drawing.Point(42, 80);
     this.textBox1.Name         = "textBox1";
     this.textBox1.Size         = new System.Drawing.Size(243, 20);
     this.textBox1.TabIndex     = 8;
     this.textBox1.Text         = "*****@*****.**";
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(39, 64);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(57, 13);
     this.label1.TabIndex = 7;
     this.label1.Text     = "Expéditeur";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location = new System.Drawing.Point(17, 25);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(74, 13);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Campagne: ";
     this.label2.Click   += new System.EventHandler(this.label2_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.groupBox5);
     this.groupBox3.Controls.Add(this.button7);
     this.groupBox3.Controls.Add(this.groupBox4);
     this.groupBox3.Location = new System.Drawing.Point(616, 17);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(334, 506);
     this.groupBox3.TabIndex = 1;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Paramètrage d\'envoi";
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.textBox8);
     this.groupBox5.Controls.Add(this.label9);
     this.groupBox5.Controls.Add(this.textBox7);
     this.groupBox5.Controls.Add(this.label8);
     this.groupBox5.Controls.Add(this.textBox6);
     this.groupBox5.Controls.Add(this.label7);
     this.groupBox5.Controls.Add(this.textBox4);
     this.groupBox5.Controls.Add(this.label6);
     this.groupBox5.Location = new System.Drawing.Point(53, 28);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(230, 206);
     this.groupBox5.TabIndex = 19;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "SMTP";
     //
     // textBox8
     //
     this.textBox8.Location = new System.Drawing.Point(6, 175);
     this.textBox8.Name     = "textBox8";
     this.textBox8.Size     = new System.Drawing.Size(127, 20);
     this.textBox8.TabIndex = 22;
     this.textBox8.Text     = "MailingProject10";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(3, 159);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(53, 13);
     this.label9.TabIndex = 21;
     this.label9.Text     = "Password";
     //
     // textBox7
     //
     this.textBox7.Location = new System.Drawing.Point(6, 128);
     this.textBox7.Name     = "textBox7";
     this.textBox7.Size     = new System.Drawing.Size(218, 20);
     this.textBox7.TabIndex = 20;
     this.textBox7.Text     = "*****@*****.**";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(3, 112);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(55, 13);
     this.label8.TabIndex = 19;
     this.label8.Text     = "Username";
     //
     // textBox6
     //
     this.textBox6.Location = new System.Drawing.Point(6, 83);
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new System.Drawing.Size(52, 20);
     this.textBox6.TabIndex = 18;
     this.textBox6.Text     = "587";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(3, 67);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(26, 13);
     this.label7.TabIndex = 17;
     this.label7.Text     = "Port";
     this.label7.Click   += new System.EventHandler(this.label7_Click);
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(6, 42);
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new System.Drawing.Size(218, 20);
     this.textBox4.TabIndex = 16;
     this.textBox4.Text     = "mail.gmx.com";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(3, 26);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(30, 13);
     this.label6.TabIndex = 15;
     this.label6.Text     = "Hôte";
     //
     // button7
     //
     this.button7.BackColor = System.Drawing.Color.Green;
     this.button7.Location  = new System.Drawing.Point(73, 460);
     this.button7.Name      = "button7";
     this.button7.Size      = new System.Drawing.Size(219, 40);
     this.button7.TabIndex  = 18;
     this.button7.Text      = "Envoyer e-mail";
     this.button7.UseVisualStyleBackColor = false;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.button3);
     this.groupBox4.Controls.Add(this.textBox5);
     this.groupBox4.Location = new System.Drawing.Point(26, 250);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(287, 100);
     this.groupBox4.TabIndex = 17;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Mail de test";
     //
     // button3
     //
     this.button3.BackColor = System.Drawing.Color.Green;
     this.button3.Location  = new System.Drawing.Point(145, 63);
     this.button3.Name      = "button3";
     this.button3.Size      = new System.Drawing.Size(121, 23);
     this.button3.TabIndex  = 3;
     this.button3.Text      = "Envoyer e-mail de test";
     this.button3.UseVisualStyleBackColor = false;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // textBox5
     //
     this.textBox5.Location     = new System.Drawing.Point(23, 24);
     this.textBox5.Name         = "textBox5";
     this.textBox5.Size         = new System.Drawing.Size(243, 20);
     this.textBox5.TabIndex     = 18;
     this.textBox5.Text         = "*****@*****.**";
     this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
     //
     // EmailSendingView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1014, 535);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "EmailSendingView";
     this.Text = "Mailing Project - ENVOI DE L\'EMAIL";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.ResumeLayout(false);
 }