/// <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();
     DevExpress.XtraMap.ImageLayer          imageTilesLayer1     = new DevExpress.XtraMap.ImageLayer();
     DevExpress.XtraMap.BingMapDataProvider bingMapDataProvider1 = new DevExpress.XtraMap.BingMapDataProvider();
     DevExpress.XtraMap.VectorItemsLayer    vectorItemsLayer1    = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.SizeLegend          sizeLegend1          = new DevExpress.XtraMap.SizeLegend();
     this.mapControl1        = new DevExpress.XtraMap.MapControl();
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Cursor          = System.Windows.Forms.Cursors.Default;
     this.mapControl1.Dock            = System.Windows.Forms.DockStyle.Fill;
     imageTilesLayer1.DataProvider    = bingMapDataProvider1;
     vectorItemsLayer1.Name           = "BubbleLayer";
     vectorItemsLayer1.ToolTipPattern = "<b>{Month}.{Day}.{Year}</b>\r\nMagnitude: {Magnitude}\r\nDepth: {Depth}";
     this.mapControl1.Layers.Add(imageTilesLayer1);
     this.mapControl1.Layers.Add(vectorItemsLayer1);
     sizeLegend1.Header = "Magnitude";
     sizeLegend1.Layer  = vectorItemsLayer1;
     this.mapControl1.Legends.Add(sizeLegend1);
     this.mapControl1.Location          = new System.Drawing.Point(0, 0);
     this.mapControl1.Name              = "mapControl1";
     this.mapControl1.Size              = new System.Drawing.Size(836, 525);
     this.mapControl1.TabIndex          = 0;
     this.mapControl1.ToolTipController = this.toolTipController1;
     //
     // toolTipController1
     //
     this.toolTipController1.AllowHtmlText = true;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(836, 525);
     this.Controls.Add(this.mapControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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();
     DevExpress.XtraMap.SizeLegend      sizeLegend1      = new DevExpress.XtraMap.SizeLegend();
     DevExpress.XtraMap.ColorListLegend colorListLegend1 = new DevExpress.XtraMap.ColorListLegend();
     this.vectorItemsLayer1      = new DevExpress.XtraMap.VectorItemsLayer();
     this.mapItemStorage1        = new DevExpress.XtraMap.MapItemStorage();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.dgvDSTG                    = new System.Windows.Forms.DataGridView();
     this.clmTenTG                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmGioiThieu               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmSLTinDo                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmHinhAnh                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmID                      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel2                     = new System.Windows.Forms.Panel();
     this.btnChonfile                = new System.Windows.Forms.Button();
     this.rtbGioiThieu               = new System.Windows.Forms.RichTextBox();
     this.panel3                     = new System.Windows.Forms.Panel();
     this.groupControl2              = new DevExpress.XtraEditors.GroupControl();
     this.dgvToChuc                  = new System.Windows.Forms.DataGridView();
     this.clmTenToChuc               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmGioiThieuTC             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupControl1              = new DevExpress.XtraEditors.GroupControl();
     this.dgvChucSac                 = new System.Windows.Forms.DataGridView();
     this.clmTenChucSac              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmThongTin                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.txtTenTG                   = new System.Windows.Forms.TextBox();
     this.labelTen                   = new System.Windows.Forms.Label();
     this.label4                     = new System.Windows.Forms.Label();
     this.pictureBox1                = new System.Windows.Forms.PictureBox();
     this.lbTenTG                    = new System.Windows.Forms.Label();
     this.label2                     = new System.Windows.Forms.Label();
     this.txtSLTindo                 = new System.Windows.Forms.TextBox();
     this.panel1                     = new System.Windows.Forms.Panel();
     this.btnThemToChuc              = new System.Windows.Forms.Button();
     this.btnThemChucSac             = new System.Windows.Forms.Button();
     this.btnXoa                     = new System.Windows.Forms.Button();
     this.btnLuu                     = new System.Windows.Forms.Button();
     this.btnLoad                    = new System.Windows.Forms.Button();
     this.btnSua                     = new System.Windows.Forms.Button();
     this.map                        = new DevExpress.XtraMap.MapControl();
     this.imageLayer1                = new DevExpress.XtraMap.ImageLayer();
     this.openStreetMapDataProvider1 = new DevExpress.XtraMap.OpenStreetMapDataProvider();
     this.toolTipController1         = new DevExpress.Utils.ToolTipController(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvDSTG)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvToChuc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvChucSac)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.map)).BeginInit();
     this.SuspendLayout();
     //
     // vectorItemsLayer1
     //
     this.vectorItemsLayer1.Data = this.mapItemStorage1;
     this.vectorItemsLayer1.Name = "VectorLayer";
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name     = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.dgvDSTG);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.panel2);
     this.splitContainerControl1.Panel2.Controls.Add(this.panel1);
     this.splitContainerControl1.Panel2.Controls.Add(this.map);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(1352, 601);
     this.splitContainerControl1.SplitterPosition = 238;
     this.splitContainerControl1.TabIndex         = 0;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // dgvDSTG
     //
     this.dgvDSTG.AllowUserToAddRows          = false;
     this.dgvDSTG.AllowUserToDeleteRows       = false;
     this.dgvDSTG.BackgroundColor             = System.Drawing.SystemColors.ButtonFace;
     this.dgvDSTG.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvDSTG.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.clmTenTG,
         this.Column2,
         this.clmGioiThieu,
         this.clmSLTinDo,
         this.clmHinhAnh,
         this.clmID
     });
     this.dgvDSTG.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.dgvDSTG.Location          = new System.Drawing.Point(0, 0);
     this.dgvDSTG.Name              = "dgvDSTG";
     this.dgvDSTG.ReadOnly          = true;
     this.dgvDSTG.Size              = new System.Drawing.Size(238, 601);
     this.dgvDSTG.TabIndex          = 0;
     this.dgvDSTG.CellDoubleClick  += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDSTG_CellDoubleClick);
     this.dgvDSTG.SelectionChanged += new System.EventHandler(this.dgvDSTG_SelectionChanged);
     //
     // clmTenTG
     //
     this.clmTenTG.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.clmTenTG.DataPropertyName = "TenTonGiao";
     this.clmTenTG.HeaderText       = "Tên Tôn Giáo";
     this.clmTenTG.Name             = "clmTenTG";
     this.clmTenTG.ReadOnly         = true;
     //
     // Column2
     //
     this.Column2.DataPropertyName = "DaXoa";
     this.Column2.HeaderText       = "Column2";
     this.Column2.Name             = "Column2";
     this.Column2.ReadOnly         = true;
     this.Column2.Visible          = false;
     //
     // clmGioiThieu
     //
     this.clmGioiThieu.DataPropertyName = "GioiThieu";
     this.clmGioiThieu.HeaderText       = "Giới Thiệu";
     this.clmGioiThieu.Name             = "clmGioiThieu";
     this.clmGioiThieu.ReadOnly         = true;
     this.clmGioiThieu.Visible          = false;
     //
     // clmSLTinDo
     //
     this.clmSLTinDo.DataPropertyName = "SoLuongTinDo";
     this.clmSLTinDo.HeaderText       = "Số Lượng Tín Đồ";
     this.clmSLTinDo.Name             = "clmSLTinDo";
     this.clmSLTinDo.ReadOnly         = true;
     //
     // clmHinhAnh
     //
     this.clmHinhAnh.DataPropertyName = "HinhAnh";
     this.clmHinhAnh.HeaderText       = "Column1";
     this.clmHinhAnh.Name             = "clmHinhAnh";
     this.clmHinhAnh.ReadOnly         = true;
     this.clmHinhAnh.Visible          = false;
     //
     // clmID
     //
     this.clmID.DataPropertyName = "IDtonGiao";
     this.clmID.HeaderText       = "Column1";
     this.clmID.Name             = "clmID";
     this.clmID.ReadOnly         = true;
     this.clmID.Visible          = false;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnChonfile);
     this.panel2.Controls.Add(this.rtbGioiThieu);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Controls.Add(this.txtTenTG);
     this.panel2.Controls.Add(this.labelTen);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.pictureBox1);
     this.panel2.Controls.Add(this.lbTenTG);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.txtSLTindo);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(726, 531);
     this.panel2.TabIndex = 15;
     //
     // btnChonfile
     //
     this.btnChonfile.Location = new System.Drawing.Point(547, 96);
     this.btnChonfile.Name     = "btnChonfile";
     this.btnChonfile.Size     = new System.Drawing.Size(75, 23);
     this.btnChonfile.TabIndex = 18;
     this.btnChonfile.Text     = "Chọn file";
     this.btnChonfile.UseVisualStyleBackColor = true;
     this.btnChonfile.Visible = false;
     this.btnChonfile.Click  += new System.EventHandler(this.btnChonfile_Click);
     //
     // rtbGioiThieu
     //
     this.rtbGioiThieu.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.rtbGioiThieu.Font     = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rtbGioiThieu.Location = new System.Drawing.Point(0, 184);
     this.rtbGioiThieu.Name     = "rtbGioiThieu";
     this.rtbGioiThieu.Size     = new System.Drawing.Size(726, 147);
     this.rtbGioiThieu.TabIndex = 17;
     this.rtbGioiThieu.Text     = "";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.groupControl2);
     this.panel3.Controls.Add(this.groupControl1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 331);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(726, 200);
     this.panel3.TabIndex = 16;
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.dgvToChuc);
     this.groupControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl2.Location = new System.Drawing.Point(396, 0);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(330, 200);
     this.groupControl2.TabIndex = 0;
     this.groupControl2.Text     = "Hệ thống Tổ chức quản trị";
     //
     // dgvToChuc
     //
     this.dgvToChuc.AllowUserToAddRows          = false;
     this.dgvToChuc.AllowUserToDeleteRows       = false;
     this.dgvToChuc.BackgroundColor             = System.Drawing.SystemColors.ButtonFace;
     this.dgvToChuc.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvToChuc.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.clmTenToChuc,
         this.clmGioiThieuTC
     });
     this.dgvToChuc.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dgvToChuc.Location = new System.Drawing.Point(2, 20);
     this.dgvToChuc.Name     = "dgvToChuc";
     this.dgvToChuc.ReadOnly = true;
     this.dgvToChuc.Size     = new System.Drawing.Size(326, 178);
     this.dgvToChuc.TabIndex = 0;
     //
     // clmTenToChuc
     //
     this.clmTenToChuc.DataPropertyName = "TenToChuc";
     this.clmTenToChuc.HeaderText       = "Tên Tổ Chức";
     this.clmTenToChuc.Name             = "clmTenToChuc";
     this.clmTenToChuc.ReadOnly         = true;
     //
     // clmGioiThieuTC
     //
     this.clmGioiThieuTC.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.clmGioiThieuTC.DataPropertyName = "GioiThieu";
     this.clmGioiThieuTC.HeaderText       = "Giới Thiệu";
     this.clmGioiThieuTC.Name             = "clmGioiThieuTC";
     this.clmGioiThieuTC.ReadOnly         = true;
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.dgvChucSac);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.groupControl1.Location = new System.Drawing.Point(0, 0);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(396, 200);
     this.groupControl1.TabIndex = 0;
     this.groupControl1.Text     = "Hệ thống chức sắc";
     //
     // dgvChucSac
     //
     this.dgvChucSac.AllowUserToAddRows          = false;
     this.dgvChucSac.AllowUserToDeleteRows       = false;
     this.dgvChucSac.BackgroundColor             = System.Drawing.SystemColors.ButtonFace;
     this.dgvChucSac.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvChucSac.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.clmTenChucSac,
         this.clmThongTin
     });
     this.dgvChucSac.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dgvChucSac.Location = new System.Drawing.Point(2, 20);
     this.dgvChucSac.Name     = "dgvChucSac";
     this.dgvChucSac.ReadOnly = true;
     this.dgvChucSac.Size     = new System.Drawing.Size(392, 178);
     this.dgvChucSac.TabIndex = 0;
     //
     // clmTenChucSac
     //
     this.clmTenChucSac.DataPropertyName = "TenChucSac";
     this.clmTenChucSac.HeaderText       = "Tên Chức Sắc";
     this.clmTenChucSac.Name             = "clmTenChucSac";
     this.clmTenChucSac.ReadOnly         = true;
     //
     // clmThongTin
     //
     this.clmThongTin.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.clmThongTin.DataPropertyName = "GioiThieu";
     this.clmThongTin.HeaderText       = "Thông Tin";
     this.clmThongTin.Name             = "clmThongTin";
     this.clmThongTin.ReadOnly         = true;
     //
     // txtTenTG
     //
     this.txtTenTG.Location = new System.Drawing.Point(162, 17);
     this.txtTenTG.Name     = "txtTenTG";
     this.txtTenTG.Size     = new System.Drawing.Size(160, 21);
     this.txtTenTG.TabIndex = 15;
     this.txtTenTG.Visible  = false;
     //
     // labelTen
     //
     this.labelTen.AutoSize = true;
     this.labelTen.Location = new System.Drawing.Point(42, 17);
     this.labelTen.Name     = "labelTen";
     this.labelTen.Size     = new System.Drawing.Size(69, 13);
     this.labelTen.TabIndex = 14;
     this.labelTen.Text     = "Tên Tôn giáo";
     this.labelTen.Visible  = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(32, 83);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(53, 13);
     this.label4.TabIndex = 5;
     this.label4.Text     = "Giới Thiệu";
     this.label4.Click   += new System.EventHandler(this.label4_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pictureBox1.Location    = new System.Drawing.Point(387, 12);
     this.pictureBox1.Name        = "pictureBox1";
     this.pictureBox1.Size        = new System.Drawing.Size(124, 107);
     this.pictureBox1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex    = 13;
     this.pictureBox1.TabStop     = false;
     //
     // lbTenTG
     //
     this.lbTenTG.AutoSize  = true;
     this.lbTenTG.Font      = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbTenTG.ForeColor = System.Drawing.Color.Brown;
     this.lbTenTG.Location  = new System.Drawing.Point(138, 12);
     this.lbTenTG.Name      = "lbTenTG";
     this.lbTenTG.Size      = new System.Drawing.Size(44, 24);
     this.lbTenTG.TabIndex  = 8;
     this.lbTenTG.Text      = "Tên";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(32, 47);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(79, 13);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Số lượng tín đồ";
     //
     // txtSLTindo
     //
     this.txtSLTindo.Enabled  = false;
     this.txtSLTindo.Location = new System.Drawing.Point(162, 44);
     this.txtSLTindo.Name     = "txtSLTindo";
     this.txtSLTindo.Size     = new System.Drawing.Size(160, 21);
     this.txtSLTindo.TabIndex = 10;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnThemToChuc);
     this.panel1.Controls.Add(this.btnThemChucSac);
     this.panel1.Controls.Add(this.btnXoa);
     this.panel1.Controls.Add(this.btnLuu);
     this.panel1.Controls.Add(this.btnLoad);
     this.panel1.Controls.Add(this.btnSua);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 531);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(726, 70);
     this.panel1.TabIndex = 14;
     //
     // btnThemToChuc
     //
     this.btnThemToChuc.Image                   = global::service_quan_ly_ton_giao.Properties.Resources.Add;
     this.btnThemToChuc.Location                = new System.Drawing.Point(608, 15);
     this.btnThemToChuc.Name                    = "btnThemToChuc";
     this.btnThemToChuc.Size                    = new System.Drawing.Size(82, 43);
     this.btnThemToChuc.TabIndex                = 1;
     this.btnThemToChuc.Text                    = "Thêm tổ chức";
     this.btnThemToChuc.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnThemToChuc.UseVisualStyleBackColor = true;
     this.btnThemToChuc.Visible                 = false;
     this.btnThemToChuc.Click                  += new System.EventHandler(this.btnThemToChuc_Click);
     //
     // btnThemChucSac
     //
     this.btnThemChucSac.Image                   = global::service_quan_ly_ton_giao.Properties.Resources.Actions_list_add_icon__1_;
     this.btnThemChucSac.Location                = new System.Drawing.Point(490, 15);
     this.btnThemChucSac.Name                    = "btnThemChucSac";
     this.btnThemChucSac.Size                    = new System.Drawing.Size(91, 43);
     this.btnThemChucSac.TabIndex                = 1;
     this.btnThemChucSac.Text                    = "Thêm Chức sắc";
     this.btnThemChucSac.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnThemChucSac.UseVisualStyleBackColor = true;
     this.btnThemChucSac.Visible                 = false;
     //
     // btnXoa
     //
     this.btnXoa.Enabled                 = false;
     this.btnXoa.Image                   = global::service_quan_ly_ton_giao.Properties.Resources.Remove;
     this.btnXoa.Location                = new System.Drawing.Point(387, 15);
     this.btnXoa.Name                    = "btnXoa";
     this.btnXoa.Size                    = new System.Drawing.Size(74, 43);
     this.btnXoa.TabIndex                = 0;
     this.btnXoa.Text                    = "Xóa";
     this.btnXoa.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnXoa.UseVisualStyleBackColor = true;
     this.btnXoa.Click                  += new System.EventHandler(this.btnXoa_Click);
     //
     // btnLuu
     //
     this.btnLuu.Enabled                 = false;
     this.btnLuu.Image                   = global::service_quan_ly_ton_giao.Properties.Resources.Floppy_Small_icon__1_;
     this.btnLuu.Location                = new System.Drawing.Point(274, 15);
     this.btnLuu.Name                    = "btnLuu";
     this.btnLuu.Size                    = new System.Drawing.Size(80, 43);
     this.btnLuu.TabIndex                = 0;
     this.btnLuu.Text                    = "Lưu Lại";
     this.btnLuu.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnLuu.UseVisualStyleBackColor = true;
     this.btnLuu.Click                  += new System.EventHandler(this.btnLuu_Click);
     //
     // btnLoad
     //
     this.btnLoad.Image                   = global::service_quan_ly_ton_giao.Properties.Resources.Button_Refresh_icon__1_;
     this.btnLoad.Location                = new System.Drawing.Point(13, 15);
     this.btnLoad.Name                    = "btnLoad";
     this.btnLoad.Size                    = new System.Drawing.Size(98, 43);
     this.btnLoad.TabIndex                = 0;
     this.btnLoad.Text                    = "Refresh";
     this.btnLoad.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnLoad.UseVisualStyleBackColor = true;
     this.btnLoad.Click                  += new System.EventHandler(this.button1_Click);
     //
     // btnSua
     //
     this.btnSua.Enabled                 = false;
     this.btnSua.Image                   = global::service_quan_ly_ton_giao.Properties.Resources.edit_icon__1_;
     this.btnSua.Location                = new System.Drawing.Point(142, 15);
     this.btnSua.Name                    = "btnSua";
     this.btnSua.Size                    = new System.Drawing.Size(98, 43);
     this.btnSua.TabIndex                = 0;
     this.btnSua.Text                    = "Chỉnh Sửa";
     this.btnSua.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnSua.UseVisualStyleBackColor = true;
     this.btnSua.Click                  += new System.EventHandler(this.btnSua_Click);
     //
     // map
     //
     this.map.CenterPoint = new DevExpress.XtraMap.GeoPoint(15D, 107D);
     this.map.Dock        = System.Windows.Forms.DockStyle.Right;
     this.map.Layers.Add(this.imageLayer1);
     this.map.Layers.Add(this.vectorItemsLayer1);
     sizeLegend1.Layer          = this.vectorItemsLayer1;
     colorListLegend1.Alignment = DevExpress.XtraMap.LegendAlignment.TopRight;
     colorListLegend1.Layer     = this.vectorItemsLayer1;
     this.map.Legends.Add(sizeLegend1);
     this.map.Legends.Add(colorListLegend1);
     this.map.Location          = new System.Drawing.Point(726, 0);
     this.map.Name              = "map";
     this.map.Size              = new System.Drawing.Size(383, 601);
     this.map.TabIndex          = 12;
     this.map.ToolTipController = this.toolTipController1;
     this.map.ZoomLevel         = 5D;
     //
     // imageLayer1
     //
     this.imageLayer1.DataProvider = this.openStreetMapDataProvider1;
     //
     // toolTipController1
     //
     this.toolTipController1.AllowHtmlText = true;
     //
     // FormDSTonGiao
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1352, 601);
     this.Controls.Add(this.splitContainerControl1);
     this.Name  = "FormDSTonGiao";
     this.Text  = "FormDSTonGiao";
     this.Load += new System.EventHandler(this.FormDSTonGiao_Load);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvDSTG)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvToChuc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvChucSac)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.map)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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();
     DevExpress.XtraMap.ColorListLegend         colorListLegend1         = new DevExpress.XtraMap.ColorListLegend();
     DevExpress.XtraMap.SizeLegend              sizeLegend1              = new DevExpress.XtraMap.SizeLegend();
     DevExpress.XtraMap.KeyColorColorizer       keyColorColorizer1       = new DevExpress.XtraMap.KeyColorColorizer();
     DevExpress.XtraMap.ArgumentItemKeyProvider argumentItemKeyProvider1 = new DevExpress.XtraMap.ArgumentItemKeyProvider();
     DevExpress.XtraMap.ColorizerKeyItem        colorizerKeyItem1        = new DevExpress.XtraMap.ColorizerKeyItem();
     DevExpress.XtraMap.ColorizerKeyItem        colorizerKeyItem2        = new DevExpress.XtraMap.ColorizerKeyItem();
     DevExpress.XtraMap.ColorizerKeyItem        colorizerKeyItem3        = new DevExpress.XtraMap.ColorizerKeyItem();
     DevExpress.XtraMap.MeasureRules            measureRules1            = new DevExpress.XtraMap.MeasureRules();
     DevExpress.XtraMap.LinearRangeDistribution linearRangeDistribution1 = new DevExpress.XtraMap.LinearRangeDistribution();
     this.mapControl1          = new DevExpress.XtraMap.MapControl();
     this.defaultLookAndFeel1  = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     this.toolTipController1   = new DevExpress.Utils.ToolTipController(this.components);
     this.bingMapDataProvider1 = new DevExpress.XtraMap.BingMapDataProvider();
     this.imageLayer1          = new DevExpress.XtraMap.ImageLayer();
     this.vectorItemsLayer1    = new DevExpress.XtraMap.VectorItemsLayer();
     this.pieChartDataAdapter1 = new DevExpress.XtraMap.PieChartDataAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mapControl1.Layers.Add(this.imageLayer1);
     this.mapControl1.Layers.Add(this.vectorItemsLayer1);
     colorListLegend1.Header = "Medal Class";
     colorListLegend1.Layer  = this.vectorItemsLayer1;
     sizeLegend1.Alignment   = DevExpress.XtraMap.LegendAlignment.TopRight;
     sizeLegend1.Header      = "Medal Count";
     sizeLegend1.Layer       = this.vectorItemsLayer1;
     this.mapControl1.Legends.Add(colorListLegend1);
     this.mapControl1.Legends.Add(sizeLegend1);
     this.mapControl1.Location          = new System.Drawing.Point(0, 0);
     this.mapControl1.Name              = "mapControl1";
     this.mapControl1.Size              = new System.Drawing.Size(775, 454);
     this.mapControl1.TabIndex          = 0;
     this.mapControl1.ToolTipController = this.toolTipController1;
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2016 Colorful";
     //
     // toolTipController1
     //
     this.toolTipController1.AllowHtmlText = true;
     this.bingMapDataProvider1.BingKey     = "YOUR BING MAPS KEY";
     this.imageLayer1.DataProvider         = this.bingMapDataProvider1;
     keyColorColorizer1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(207)))), ((int)(((byte)(98))))));
     keyColorColorizer1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(181)))), ((int)(((byte)(188))))));
     keyColorColorizer1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(152)))), ((int)(((byte)(118))))));
     keyColorColorizer1.ItemKeyProvider = argumentItemKeyProvider1;
     colorizerKeyItem1.Key  = 1;
     colorizerKeyItem1.Name = "Gold";
     colorizerKeyItem2.Key  = 2;
     colorizerKeyItem2.Name = "Silver";
     colorizerKeyItem3.Key  = 3;
     colorizerKeyItem3.Name = "Bronze";
     keyColorColorizer1.Keys.Add(colorizerKeyItem1);
     keyColorColorizer1.Keys.Add(colorizerKeyItem2);
     keyColorColorizer1.Keys.Add(colorizerKeyItem3);
     this.vectorItemsLayer1.Colorizer              = keyColorColorizer1;
     this.vectorItemsLayer1.Data                   = this.pieChartDataAdapter1;
     this.vectorItemsLayer1.ToolTipPattern         = "<b>%A%</b>\r\nGold: %V0%\r\nSilver: %V1%\r\nBronze: %V2%\r\nTotal: %V%";
     this.vectorItemsLayer1.DataLoaded            += new DevExpress.XtraMap.DataLoadedEventHandler(this.OnDataLoaded);
     this.pieChartDataAdapter1.ItemMaxSize         = 60;
     this.pieChartDataAdapter1.ItemMinSize         = 20;
     this.pieChartDataAdapter1.Mappings.Latitude   = "CapitalLat";
     this.pieChartDataAdapter1.Mappings.Longitude  = "CapitalLon";
     this.pieChartDataAdapter1.Mappings.PieSegment = "MedalClass";
     this.pieChartDataAdapter1.Mappings.Value      = "Quantity";
     measureRules1.RangeDistribution               = linearRangeDistribution1;
     measureRules1.RangeStops.Add(1D);
     measureRules1.RangeStops.Add(10D);
     measureRules1.RangeStops.Add(20D);
     measureRules1.RangeStops.Add(30D);
     measureRules1.RangeStops.Add(40D);
     this.pieChartDataAdapter1.MeasureRules      = measureRules1;
     this.pieChartDataAdapter1.PieItemDataMember = "Name";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(775, 454);
     this.Controls.Add(this.mapControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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(frmMapChinh));
     DevExpress.XtraCharts.Series         series1             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1     = new DevExpress.XtraCharts.PieSeriesLabel();
     DevExpress.XtraCharts.PieSeriesView  pieSeriesView1      = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.ChartTitle     chartTitle1         = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraMap.SizeLegend        sizeLegend1         = new DevExpress.XtraMap.SizeLegend();
     DevExpress.XtraMap.ColorListLegend   colorListLegend1    = new DevExpress.XtraMap.ColorListLegend();
     this.vectorItemsLayer1 = new DevExpress.XtraMap.VectorItemsLayer();
     this.mapItemStorage4   = new DevExpress.XtraMap.MapItemStorage();
     this.splitContainer1   = new System.Windows.Forms.SplitContainer();
     this.splitContainer4   = new System.Windows.Forms.SplitContainer();
     this.groupControl3     = new DevExpress.XtraEditors.GroupControl();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.groupControl4     = new DevExpress.XtraEditors.GroupControl();
     this.chart             = new DevExpress.XtraCharts.ChartControl();
     this.navigationPane1   = new DevExpress.XtraBars.Navigation.NavigationPane();
     this.navigationPage1   = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.splitContainer2   = new System.Windows.Forms.SplitContainer();
     this.btnCongGiao       = new System.Windows.Forms.Button();
     this.btnPhatGiao       = new System.Windows.Forms.Button();
     this.btnTatCa          = new System.Windows.Forms.Button();
     this.groupControl1     = new DevExpress.XtraEditors.GroupControl();
     this.map         = new DevExpress.XtraMap.MapControl();
     this.imageLayer1 = new DevExpress.XtraMap.ImageLayer();
     this.openStreetMapDataProvider4 = new DevExpress.XtraMap.OpenStreetMapDataProvider();
     this.toolTipController1         = new DevExpress.Utils.ToolTipController(this.components);
     this.navigationPage2            = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.splitContainer3            = new System.Windows.Forms.SplitContainer();
     this.btnCongGiaoCoSo            = new System.Windows.Forms.Button();
     this.btnPhatGiaoCoSo            = new System.Windows.Forms.Button();
     this.btnTatCaCoSo  = new System.Windows.Forms.Button();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.mapCoSo       = new DevExpress.XtraMap.MapControl();
     this.imageLayer2   = new DevExpress.XtraMap.ImageLayer();
     this.openStreetMapDataProvider5 = new DevExpress.XtraMap.OpenStreetMapDataProvider();
     this.vectorItemsLayer2          = new DevExpress.XtraMap.VectorItemsLayer();
     this.mapItemStorage5            = new DevExpress.XtraMap.MapItemStorage();
     this.openStreetMapDataProvider1 = new DevExpress.XtraMap.OpenStreetMapDataProvider();
     this.mapItemStorage1            = new DevExpress.XtraMap.MapItemStorage();
     this.openStreetMapDataProvider2 = new DevExpress.XtraMap.OpenStreetMapDataProvider();
     this.mapItemStorage2            = new DevExpress.XtraMap.MapItemStorage();
     this.openStreetMapDataProvider3 = new DevExpress.XtraMap.OpenStreetMapDataProvider();
     this.mapItemStorage3            = new DevExpress.XtraMap.MapItemStorage();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
     this.groupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit();
     this.groupControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.navigationPane1)).BeginInit();
     this.navigationPane1.SuspendLayout();
     this.navigationPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.map)).BeginInit();
     this.navigationPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mapCoSo)).BeginInit();
     this.SuspendLayout();
     //
     // vectorItemsLayer1
     //
     this.vectorItemsLayer1.Data           = this.mapItemStorage4;
     this.vectorItemsLayer1.Name           = "VectorLayer";
     this.vectorItemsLayer1.ToolTipPattern = "<b>%A%</b>\r\nPhật giáo: %V0%\r\nCông giáo: %V1%\r\nTổng tín đồ: %V%\"";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer4);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.navigationPane1);
     this.splitContainer1.Size             = new System.Drawing.Size(1234, 545);
     this.splitContainer1.SplitterDistance = 568;
     this.splitContainer1.TabIndex         = 0;
     //
     // splitContainer4
     //
     this.splitContainer4.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer4.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer4.Name        = "splitContainer4";
     this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer4.Panel1
     //
     this.splitContainer4.Panel1.Controls.Add(this.groupControl3);
     //
     // splitContainer4.Panel2
     //
     this.splitContainer4.Panel2.Controls.Add(this.groupControl4);
     this.splitContainer4.Size             = new System.Drawing.Size(568, 545);
     this.splitContainer4.SplitterDistance = 153;
     this.splitContainer4.TabIndex         = 0;
     //
     // groupControl3
     //
     this.groupControl3.Controls.Add(this.pictureBox1);
     this.groupControl3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl3.Location = new System.Drawing.Point(0, 0);
     this.groupControl3.Name     = "groupControl3";
     this.groupControl3.Size     = new System.Drawing.Size(568, 153);
     this.groupControl3.TabIndex = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(2, 20);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(564, 131);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // groupControl4
     //
     this.groupControl4.Controls.Add(this.chart);
     this.groupControl4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl4.Location = new System.Drawing.Point(0, 0);
     this.groupControl4.Name     = "groupControl4";
     this.groupControl4.Size     = new System.Drawing.Size(568, 388);
     this.groupControl4.TabIndex = 1;
     //
     // chart
     //
     this.chart.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chart.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chart.Legend.Name          = "Default Legend";
     this.chart.Legend.Title.Text    = "Tôn giáo";
     this.chart.Legend.Title.Visible = true;
     this.chart.Legend.Visibility    = DevExpress.Utils.DefaultBoolean.True;
     this.chart.Location             = new System.Drawing.Point(2, 20);
     this.chart.Name                   = "chart";
     series1.CheckedInLegend           = false;
     pieSeriesLabel1.Border.Visibility = DevExpress.Utils.DefaultBoolean.True;
     pieSeriesLabel1.LineVisibility    = DevExpress.Utils.DefaultBoolean.True;
     pieSeriesLabel1.Position          = DevExpress.XtraCharts.PieSeriesLabelPosition.Inside;
     series1.Label             = pieSeriesLabel1;
     series1.LabelsVisibility  = DevExpress.Utils.DefaultBoolean.True;
     series1.LegendTextPattern = "{A}:{V}";
     series1.Name = "Series1";
     series1.View = pieSeriesView1;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chart.Size        = new System.Drawing.Size(564, 366);
     this.chart.TabIndex    = 0;
     chartTitle1.Text       = "Thống kê tôn giáo theo số lượng tín đồ";
     chartTitle1.Visibility = DevExpress.Utils.DefaultBoolean.True;
     this.chart.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // navigationPane1
     //
     this.navigationPane1.Controls.Add(this.navigationPage1);
     this.navigationPane1.Controls.Add(this.navigationPage2);
     this.navigationPane1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.navigationPane1.Location = new System.Drawing.Point(0, 0);
     this.navigationPane1.Name     = "navigationPane1";
     this.navigationPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] {
         this.navigationPage1,
         this.navigationPage2
     });
     this.navigationPane1.RegularSize  = new System.Drawing.Size(662, 545);
     this.navigationPane1.SelectedPage = this.navigationPage1;
     this.navigationPane1.Size         = new System.Drawing.Size(662, 545);
     this.navigationPane1.TabIndex     = 0;
     //
     // navigationPage1
     //
     this.navigationPage1.Caption = "Bản đồ tín đồ";
     this.navigationPage1.Controls.Add(this.splitContainer2);
     this.navigationPage1.Name = "navigationPage1";
     this.navigationPage1.Size = new System.Drawing.Size(565, 485);
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.btnCongGiao);
     this.splitContainer2.Panel1.Controls.Add(this.btnPhatGiao);
     this.splitContainer2.Panel1.Controls.Add(this.btnTatCa);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.groupControl1);
     this.splitContainer2.Size             = new System.Drawing.Size(565, 485);
     this.splitContainer2.SplitterDistance = 27;
     this.splitContainer2.TabIndex         = 0;
     //
     // btnCongGiao
     //
     this.btnCongGiao.BackColor = System.Drawing.Color.Gray;
     this.btnCongGiao.Dock      = System.Windows.Forms.DockStyle.Left;
     this.btnCongGiao.Location  = new System.Drawing.Point(150, 0);
     this.btnCongGiao.Name      = "btnCongGiao";
     this.btnCongGiao.Size      = new System.Drawing.Size(75, 27);
     this.btnCongGiao.TabIndex  = 2;
     this.btnCongGiao.Text      = "Công giáo";
     this.btnCongGiao.UseVisualStyleBackColor = false;
     this.btnCongGiao.Click += new System.EventHandler(this.btnCongGiao_Click);
     //
     // btnPhatGiao
     //
     this.btnPhatGiao.BackColor = System.Drawing.Color.DarkOrange;
     this.btnPhatGiao.Dock      = System.Windows.Forms.DockStyle.Left;
     this.btnPhatGiao.Location  = new System.Drawing.Point(75, 0);
     this.btnPhatGiao.Name      = "btnPhatGiao";
     this.btnPhatGiao.Size      = new System.Drawing.Size(75, 27);
     this.btnPhatGiao.TabIndex  = 1;
     this.btnPhatGiao.Text      = "Phật giáo";
     this.btnPhatGiao.UseVisualStyleBackColor = false;
     this.btnPhatGiao.Click += new System.EventHandler(this.btnPhatGiao_Click);
     //
     // btnTatCa
     //
     this.btnTatCa.Dock     = System.Windows.Forms.DockStyle.Left;
     this.btnTatCa.Location = new System.Drawing.Point(0, 0);
     this.btnTatCa.Name     = "btnTatCa";
     this.btnTatCa.Size     = new System.Drawing.Size(75, 27);
     this.btnTatCa.TabIndex = 0;
     this.btnTatCa.Text     = "Tất cả";
     this.btnTatCa.UseVisualStyleBackColor = true;
     this.btnTatCa.Click += new System.EventHandler(this.btnTatCa_Click);
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.map);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl1.Location = new System.Drawing.Point(0, 0);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(565, 454);
     this.groupControl1.TabIndex = 2;
     //
     // map
     //
     this.map.Dock = System.Windows.Forms.DockStyle.Fill;
     this.map.Layers.Add(this.imageLayer1);
     this.map.Layers.Add(this.vectorItemsLayer1);
     sizeLegend1.Layer          = this.vectorItemsLayer1;
     colorListLegend1.Alignment = DevExpress.XtraMap.LegendAlignment.TopRight;
     colorListLegend1.Layer     = this.vectorItemsLayer1;
     this.map.Legends.Add(sizeLegend1);
     this.map.Legends.Add(colorListLegend1);
     this.map.Location          = new System.Drawing.Point(2, 20);
     this.map.Name              = "map";
     this.map.Size              = new System.Drawing.Size(561, 432);
     this.map.TabIndex          = 0;
     this.map.ToolTipController = this.toolTipController1;
     //
     // imageLayer1
     //
     this.imageLayer1.DataProvider = this.openStreetMapDataProvider4;
     //
     // toolTipController1
     //
     this.toolTipController1.AllowHtmlText = true;
     //
     // navigationPage2
     //
     this.navigationPage2.Caption = "Bản đồ cơ sơ";
     this.navigationPage2.Controls.Add(this.splitContainer3);
     this.navigationPage2.Name = "navigationPage2";
     this.navigationPage2.Size = new System.Drawing.Size(565, 485);
     //
     // splitContainer3
     //
     this.splitContainer3.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name        = "splitContainer3";
     this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.btnCongGiaoCoSo);
     this.splitContainer3.Panel1.Controls.Add(this.btnPhatGiaoCoSo);
     this.splitContainer3.Panel1.Controls.Add(this.btnTatCaCoSo);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.groupControl2);
     this.splitContainer3.Size             = new System.Drawing.Size(565, 485);
     this.splitContainer3.SplitterDistance = 31;
     this.splitContainer3.TabIndex         = 0;
     //
     // btnCongGiaoCoSo
     //
     this.btnCongGiaoCoSo.Dock       = System.Windows.Forms.DockStyle.Left;
     this.btnCongGiaoCoSo.Image      = ((System.Drawing.Image)(resources.GetObject("btnCongGiaoCoSo.Image")));
     this.btnCongGiaoCoSo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCongGiaoCoSo.Location   = new System.Drawing.Point(232, 0);
     this.btnCongGiaoCoSo.Name       = "btnCongGiaoCoSo";
     this.btnCongGiaoCoSo.Size       = new System.Drawing.Size(116, 31);
     this.btnCongGiaoCoSo.TabIndex   = 3;
     this.btnCongGiaoCoSo.Text       = "Công giáo";
     this.btnCongGiaoCoSo.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCongGiaoCoSo.UseVisualStyleBackColor = true;
     this.btnCongGiaoCoSo.Click += new System.EventHandler(this.btnCongGiaoCoSo_Click);
     //
     // btnPhatGiaoCoSo
     //
     this.btnPhatGiaoCoSo.Dock       = System.Windows.Forms.DockStyle.Left;
     this.btnPhatGiaoCoSo.Image      = ((System.Drawing.Image)(resources.GetObject("btnPhatGiaoCoSo.Image")));
     this.btnPhatGiaoCoSo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPhatGiaoCoSo.Location   = new System.Drawing.Point(116, 0);
     this.btnPhatGiaoCoSo.Name       = "btnPhatGiaoCoSo";
     this.btnPhatGiaoCoSo.Size       = new System.Drawing.Size(116, 31);
     this.btnPhatGiaoCoSo.TabIndex   = 2;
     this.btnPhatGiaoCoSo.Text       = "Phật giáo";
     this.btnPhatGiaoCoSo.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnPhatGiaoCoSo.UseVisualStyleBackColor = true;
     this.btnPhatGiaoCoSo.Click += new System.EventHandler(this.btnPhatGiaoCoSo_Click);
     //
     // btnTatCaCoSo
     //
     this.btnTatCaCoSo.Dock     = System.Windows.Forms.DockStyle.Left;
     this.btnTatCaCoSo.Location = new System.Drawing.Point(0, 0);
     this.btnTatCaCoSo.Name     = "btnTatCaCoSo";
     this.btnTatCaCoSo.Size     = new System.Drawing.Size(116, 31);
     this.btnTatCaCoSo.TabIndex = 1;
     this.btnTatCaCoSo.Text     = "Tất cả";
     this.btnTatCaCoSo.UseVisualStyleBackColor = true;
     this.btnTatCaCoSo.Click += new System.EventHandler(this.btnTatCaCoSo_Click);
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.mapCoSo);
     this.groupControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl2.Location = new System.Drawing.Point(0, 0);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(565, 450);
     this.groupControl2.TabIndex = 0;
     //
     // mapCoSo
     //
     this.mapCoSo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mapCoSo.Layers.Add(this.imageLayer2);
     this.mapCoSo.Layers.Add(this.vectorItemsLayer2);
     this.mapCoSo.Location      = new System.Drawing.Point(2, 20);
     this.mapCoSo.Name          = "mapCoSo";
     this.mapCoSo.Size          = new System.Drawing.Size(561, 428);
     this.mapCoSo.TabIndex      = 1;
     this.mapCoSo.MapItemClick += new DevExpress.XtraMap.MapItemClickEventHandler(this.mapCoSo_MapItemClick);
     //
     // imageLayer2
     //
     this.imageLayer2.DataProvider = this.openStreetMapDataProvider5;
     //
     // vectorItemsLayer2
     //
     this.vectorItemsLayer2.Data = this.mapItemStorage5;
     this.vectorItemsLayer2.Name = "VectorLayer1";
     //
     // frmMapChinh
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1234, 545);
     this.Controls.Add(this.splitContainer1);
     this.Name  = "frmMapChinh";
     this.Text  = "frmMapChinh";
     this.Load += new System.EventHandler(this.frmMapChinh_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
     this.splitContainer4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
     this.groupControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit();
     this.groupControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.navigationPane1)).EndInit();
     this.navigationPane1.ResumeLayout(false);
     this.navigationPage1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.map)).EndInit();
     this.navigationPage2.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
     this.splitContainer3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mapCoSo)).EndInit();
     this.ResumeLayout(false);
 }
Пример #5
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(frmMapTinDo));
     System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Thành phố trực thuộc Trung ương");
     System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("Khu vực địa giới hành chính");
     System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("Địa giới hành chính", new System.Windows.Forms.TreeNode[] {
         treeNode1,
         treeNode2
     });
     DevExpress.XtraMap.SizeLegend      sizeLegend1      = new DevExpress.XtraMap.SizeLegend();
     DevExpress.XtraMap.ColorListLegend colorListLegend1 = new DevExpress.XtraMap.ColorListLegend();
     this.vectorItemsLayer1          = new DevExpress.XtraMap.VectorItemsLayer();
     this.mapItemStorage2            = new DevExpress.XtraMap.MapItemStorage();
     this.openStreetMapDataProvider1 = new DevExpress.XtraMap.OpenStreetMapDataProvider();
     this.mapItemStorage1            = new DevExpress.XtraMap.MapItemStorage();
     this.splitContainer1            = new System.Windows.Forms.SplitContainer();
     this.splitContainer2            = new System.Windows.Forms.SplitContainer();
     this.groupControl1              = new DevExpress.XtraEditors.GroupControl();
     this.pictureBox1                = new System.Windows.Forms.PictureBox();
     this.groupControl2              = new DevExpress.XtraEditors.GroupControl();
     this.splitContainer3            = new System.Windows.Forms.SplitContainer();
     this.groupControl4              = new DevExpress.XtraEditors.GroupControl();
     this.treeView1                  = new System.Windows.Forms.TreeView();
     this.splitContainer4            = new System.Windows.Forms.SplitContainer();
     this.groupControl3              = new DevExpress.XtraEditors.GroupControl();
     this.map                        = new DevExpress.XtraMap.MapControl();
     this.imageLayer1                = new DevExpress.XtraMap.ImageLayer();
     this.openStreetMapDataProvider2 = new DevExpress.XtraMap.OpenStreetMapDataProvider();
     this.toolTipController1         = new DevExpress.Utils.ToolTipController(this.components);
     this.groupControl5              = new DevExpress.XtraEditors.GroupControl();
     this.txtTenTonGiao              = new System.Windows.Forms.TextBox();
     this.btnHoiGiao                 = new System.Windows.Forms.Button();
     this.btnCaoDai                  = new System.Windows.Forms.Button();
     this.btnTinLanh                 = new System.Windows.Forms.Button();
     this.btnCongGiao                = new System.Windows.Forms.Button();
     this.btnPhatGiao                = new System.Windows.Forms.Button();
     this.button1                    = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit();
     this.groupControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
     this.groupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.map)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).BeginInit();
     this.groupControl5.SuspendLayout();
     this.SuspendLayout();
     //
     // vectorItemsLayer1
     //
     this.vectorItemsLayer1.Data           = this.mapItemStorage2;
     this.vectorItemsLayer1.Name           = "VectorLayer";
     this.vectorItemsLayer1.ToolTipPattern = "<b>%A%</b>\r\nPhật giáo: %V0%\r\nCông giáo: %V1%\r\nTổng tín đồ: %V%\"";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer3);
     this.splitContainer1.Size             = new System.Drawing.Size(1185, 595);
     this.splitContainer1.SplitterDistance = 69;
     this.splitContainer1.TabIndex         = 1;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name     = "splitContainer2";
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.groupControl1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.groupControl2);
     this.splitContainer2.Size             = new System.Drawing.Size(1185, 69);
     this.splitContainer2.SplitterDistance = 1155;
     this.splitContainer2.TabIndex         = 0;
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.pictureBox1);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl1.Location = new System.Drawing.Point(0, 0);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(1155, 69);
     this.groupControl1.TabIndex = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Lime;
     this.pictureBox1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image     = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location  = new System.Drawing.Point(2, 20);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(1151, 47);
     this.pictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex  = 0;
     this.pictureBox1.TabStop   = false;
     //
     // groupControl2
     //
     this.groupControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl2.Location = new System.Drawing.Point(0, 0);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(26, 69);
     this.groupControl2.TabIndex = 1;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name     = "splitContainer3";
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.groupControl4);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.splitContainer4);
     this.splitContainer3.Size             = new System.Drawing.Size(1185, 522);
     this.splitContainer3.SplitterDistance = 240;
     this.splitContainer3.TabIndex         = 0;
     //
     // groupControl4
     //
     this.groupControl4.Controls.Add(this.treeView1);
     this.groupControl4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl4.Location = new System.Drawing.Point(0, 0);
     this.groupControl4.Name     = "groupControl4";
     this.groupControl4.Size     = new System.Drawing.Size(240, 522);
     this.groupControl4.TabIndex = 1;
     //
     // treeView1
     //
     this.treeView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.treeView1.Font     = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeView1.Location = new System.Drawing.Point(2, 20);
     this.treeView1.Name     = "treeView1";
     treeNode1.Name          = "nodecThanhPhoTU";
     treeNode1.Text          = "Thành phố trực thuộc Trung ương";
     treeNode2.Name          = "nodecKhuVucDiaGioiHanhChinh";
     treeNode2.Text          = "Khu vực địa giới hành chính";
     treeNode3.Name          = "nodediagioihanhchinh";
     treeNode3.Text          = "Địa giới hành chính";
     this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode3
     });
     this.treeView1.Size         = new System.Drawing.Size(236, 500);
     this.treeView1.TabIndex     = 0;
     this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
     //
     // splitContainer4
     //
     this.splitContainer4.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer4.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer4.Name        = "splitContainer4";
     this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer4.Panel1
     //
     this.splitContainer4.Panel1.Controls.Add(this.groupControl3);
     //
     // splitContainer4.Panel2
     //
     this.splitContainer4.Panel2.Controls.Add(this.groupControl5);
     this.splitContainer4.Size             = new System.Drawing.Size(941, 522);
     this.splitContainer4.SplitterDistance = 463;
     this.splitContainer4.TabIndex         = 0;
     //
     // groupControl3
     //
     this.groupControl3.Controls.Add(this.map);
     this.groupControl3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl3.Location = new System.Drawing.Point(0, 0);
     this.groupControl3.Name     = "groupControl3";
     this.groupControl3.Size     = new System.Drawing.Size(941, 463);
     this.groupControl3.TabIndex = 1;
     //
     // map
     //
     this.map.Dock = System.Windows.Forms.DockStyle.Fill;
     this.map.Layers.Add(this.imageLayer1);
     this.map.Layers.Add(this.vectorItemsLayer1);
     sizeLegend1.Header         = "Số lượng tín đồ";
     sizeLegend1.Layer          = this.vectorItemsLayer1;
     colorListLegend1.Alignment = DevExpress.XtraMap.LegendAlignment.TopRight;
     colorListLegend1.Header    = "Tôn giáo";
     colorListLegend1.Layer     = this.vectorItemsLayer1;
     this.map.Legends.Add(sizeLegend1);
     this.map.Legends.Add(colorListLegend1);
     this.map.Location          = new System.Drawing.Point(2, 20);
     this.map.Name              = "map";
     this.map.Size              = new System.Drawing.Size(937, 441);
     this.map.TabIndex          = 0;
     this.map.ToolTipController = this.toolTipController1;
     //
     // imageLayer1
     //
     this.imageLayer1.DataProvider = this.openStreetMapDataProvider2;
     //
     // toolTipController1
     //
     this.toolTipController1.AllowHtmlText = true;
     //
     // groupControl5
     //
     this.groupControl5.Controls.Add(this.txtTenTonGiao);
     this.groupControl5.Controls.Add(this.btnHoiGiao);
     this.groupControl5.Controls.Add(this.btnCaoDai);
     this.groupControl5.Controls.Add(this.btnTinLanh);
     this.groupControl5.Controls.Add(this.btnCongGiao);
     this.groupControl5.Controls.Add(this.btnPhatGiao);
     this.groupControl5.Controls.Add(this.button1);
     this.groupControl5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl5.Location = new System.Drawing.Point(0, 0);
     this.groupControl5.Name     = "groupControl5";
     this.groupControl5.Size     = new System.Drawing.Size(941, 55);
     this.groupControl5.TabIndex = 1;
     this.groupControl5.Text     = "Tôn giáo";
     //
     // txtTenTonGiao
     //
     this.txtTenTonGiao.Dock     = System.Windows.Forms.DockStyle.Right;
     this.txtTenTonGiao.Location = new System.Drawing.Point(839, 20);
     this.txtTenTonGiao.Name     = "txtTenTonGiao";
     this.txtTenTonGiao.Size     = new System.Drawing.Size(100, 21);
     this.txtTenTonGiao.TabIndex = 6;
     //
     // btnHoiGiao
     //
     this.btnHoiGiao.Dock     = System.Windows.Forms.DockStyle.Left;
     this.btnHoiGiao.Location = new System.Drawing.Point(377, 20);
     this.btnHoiGiao.Name     = "btnHoiGiao";
     this.btnHoiGiao.Size     = new System.Drawing.Size(75, 33);
     this.btnHoiGiao.TabIndex = 5;
     this.btnHoiGiao.Text     = "Hồi giáo";
     this.btnHoiGiao.UseVisualStyleBackColor = true;
     this.btnHoiGiao.Click += new System.EventHandler(this.btnHoiGiao_Click);
     //
     // btnCaoDai
     //
     this.btnCaoDai.Dock     = System.Windows.Forms.DockStyle.Left;
     this.btnCaoDai.Location = new System.Drawing.Point(302, 20);
     this.btnCaoDai.Name     = "btnCaoDai";
     this.btnCaoDai.Size     = new System.Drawing.Size(75, 33);
     this.btnCaoDai.TabIndex = 4;
     this.btnCaoDai.Text     = "Cao Đài";
     this.btnCaoDai.UseVisualStyleBackColor = true;
     this.btnCaoDai.Click += new System.EventHandler(this.btnCaoDai_Click);
     //
     // btnTinLanh
     //
     this.btnTinLanh.Dock     = System.Windows.Forms.DockStyle.Left;
     this.btnTinLanh.Location = new System.Drawing.Point(227, 20);
     this.btnTinLanh.Name     = "btnTinLanh";
     this.btnTinLanh.Size     = new System.Drawing.Size(75, 33);
     this.btnTinLanh.TabIndex = 3;
     this.btnTinLanh.Text     = "Tin lành";
     this.btnTinLanh.UseVisualStyleBackColor = true;
     this.btnTinLanh.Click += new System.EventHandler(this.btnTinLanh_Click);
     //
     // btnCongGiao
     //
     this.btnCongGiao.Dock     = System.Windows.Forms.DockStyle.Left;
     this.btnCongGiao.Location = new System.Drawing.Point(152, 20);
     this.btnCongGiao.Name     = "btnCongGiao";
     this.btnCongGiao.Size     = new System.Drawing.Size(75, 33);
     this.btnCongGiao.TabIndex = 2;
     this.btnCongGiao.Text     = "Công giáo";
     this.btnCongGiao.UseVisualStyleBackColor = true;
     this.btnCongGiao.Click += new System.EventHandler(this.btnCongGiao_Click);
     //
     // btnPhatGiao
     //
     this.btnPhatGiao.Dock     = System.Windows.Forms.DockStyle.Left;
     this.btnPhatGiao.Location = new System.Drawing.Point(77, 20);
     this.btnPhatGiao.Name     = "btnPhatGiao";
     this.btnPhatGiao.Size     = new System.Drawing.Size(75, 33);
     this.btnPhatGiao.TabIndex = 1;
     this.btnPhatGiao.Text     = "Phật giáo";
     this.btnPhatGiao.UseVisualStyleBackColor = true;
     this.btnPhatGiao.Click += new System.EventHandler(this.btnPhatGiao_Click);
     //
     // button1
     //
     this.button1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.button1.Location = new System.Drawing.Point(2, 20);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 33);
     this.button1.TabIndex = 0;
     this.button1.Text     = "Tất cả";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // frmMapTinDo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1185, 595);
     this.Controls.Add(this.splitContainer1);
     this.Name  = "frmMapTinDo";
     this.Text  = "frmMapTinDo";
     this.Load += new System.EventHandler(this.frmMapTinDo_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
     this.splitContainer3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit();
     this.groupControl4.ResumeLayout(false);
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
     this.splitContainer4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
     this.groupControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.map)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).EndInit();
     this.groupControl5.ResumeLayout(false);
     this.groupControl5.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #6
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();
     DevExpress.XtraMap.ImageLayer              imageTilesLayer1         = new DevExpress.XtraMap.ImageLayer();
     DevExpress.XtraMap.BingMapDataProvider     bingMapDataProvider1     = new DevExpress.XtraMap.BingMapDataProvider();
     DevExpress.XtraMap.VectorItemsLayer        vectorItemsLayer1        = new DevExpress.XtraMap.VectorItemsLayer();
     DevExpress.XtraMap.KeyColorColorizer       keyColorColorizer1       = new DevExpress.XtraMap.KeyColorColorizer();
     DevExpress.XtraMap.ArgumentItemKeyProvider argumentItemKeyProvider1 = new DevExpress.XtraMap.ArgumentItemKeyProvider();
     DevExpress.XtraMap.ColorizerKeyItem        colorizerKeyItem1        = new DevExpress.XtraMap.ColorizerKeyItem();
     DevExpress.XtraMap.ColorizerKeyItem        colorizerKeyItem2        = new DevExpress.XtraMap.ColorizerKeyItem();
     DevExpress.XtraMap.ColorizerKeyItem        colorizerKeyItem3        = new DevExpress.XtraMap.ColorizerKeyItem();
     DevExpress.XtraMap.SizeLegend              sizeLegend1      = new DevExpress.XtraMap.SizeLegend();
     DevExpress.XtraMap.ColorListLegend         colorListLegend1 = new DevExpress.XtraMap.ColorListLegend();
     this.mapControl1        = new DevExpress.XtraMap.MapControl();
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
     this.SuspendLayout();
     //
     // mapControl1
     //
     this.mapControl1.Dock         = System.Windows.Forms.DockStyle.Fill;
     imageTilesLayer1.DataProvider = bingMapDataProvider1;
     keyColorColorizer1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(207)))), ((int)(((byte)(98))))));
     keyColorColorizer1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(181)))), ((int)(((byte)(188))))));
     keyColorColorizer1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(152)))), ((int)(((byte)(118))))));
     keyColorColorizer1.ItemKeyProvider = argumentItemKeyProvider1;
     colorizerKeyItem1.Key  = 1;
     colorizerKeyItem1.Name = "Gold";
     colorizerKeyItem2.Key  = 2;
     colorizerKeyItem2.Name = "Silver";
     colorizerKeyItem3.Key  = 3;
     colorizerKeyItem3.Name = "Bronze";
     keyColorColorizer1.Keys.Add(colorizerKeyItem1);
     keyColorColorizer1.Keys.Add(colorizerKeyItem2);
     keyColorColorizer1.Keys.Add(colorizerKeyItem3);
     vectorItemsLayer1.Colorizer      = keyColorColorizer1;
     vectorItemsLayer1.Name           = "PieLayer";
     vectorItemsLayer1.ToolTipPattern = "<b>%A%</b>\r\nGold: %V0%\r\nSilver: %V1%\r\nBronze: %V2%\r\nTotal: %V%\"";
     this.mapControl1.Layers.Add(imageTilesLayer1);
     this.mapControl1.Layers.Add(vectorItemsLayer1);
     sizeLegend1.Header      = "Medal Count";
     sizeLegend1.Layer       = vectorItemsLayer1;
     colorListLegend1.Header = "Medal Class";
     colorListLegend1.Layer  = vectorItemsLayer1;
     this.mapControl1.Legends.Add(sizeLegend1);
     this.mapControl1.Legends.Add(colorListLegend1);
     this.mapControl1.Location          = new System.Drawing.Point(0, 0);
     this.mapControl1.Name              = "mapControl1";
     this.mapControl1.Size              = new System.Drawing.Size(717, 441);
     this.mapControl1.TabIndex          = 0;
     this.mapControl1.ToolTipController = this.toolTipController1;
     //
     // toolTipController1
     //
     this.toolTipController1.AllowHtmlText = true;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(717, 441);
     this.Controls.Add(this.mapControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).EndInit();
     this.ResumeLayout(false);
 }