예제 #1
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(frmBieudo));
     this.ucChart1  = new WebTel.Drawing.Chart.ucChart();
     this.butBieudo = new System.Windows.Forms.Button();
     this.toolTip2  = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // ucChart1
     //
     // Layout is suspended for performance reasons.
     this.ucChart1.Chart.SuspendLayout();
     this.ucChart1.Chart.CategoryX.Font          = null;
     this.ucChart1.Chart.CategoryX.ForeColor     = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryX.GridLineColor = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryX.LineDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     this.ucChart1.Chart.CategoryY.Font          = null;
     this.ucChart1.Chart.CategoryY.ForeColor     = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryY.GridLineColor = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryY.LineDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     this.ucChart1.Chart.ChartBackColor          = System.Drawing.SystemColors.Info;
     this.ucChart1.Chart.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ucChart1.Chart.MarginBackColor = System.Drawing.Color.White;
     this.ucChart1.Chart.ResumeLayout();
     this.ucChart1.Location = new System.Drawing.Point(188, 35);
     this.ucChart1.Name     = "ucChart1";
     this.ucChart1.Size     = new System.Drawing.Size(547, 469);
     this.ucChart1.TabIndex = 28;
     //
     // butBieudo
     //
     this.butBieudo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butBieudo.Location   = new System.Drawing.Point(79, 2);
     this.butBieudo.Name       = "butBieudo";
     this.butBieudo.Size       = new System.Drawing.Size(102, 25);
     this.butBieudo.TabIndex   = 27;
     this.butBieudo.Text       = "Biểu đồ";
     this.butBieudo.Click     += new System.EventHandler(this.butBieudo_Click);
     //
     // frmBieudo
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 573);
     this.Controls.Add(this.butBieudo);
     this.Controls.Add(this.ucChart1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmBieudo";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Thống kê số liệu theo biểu đồ";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmBieudo_Load);
     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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTruyvan));
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.label3     = new System.Windows.Forms.Label();
     this.label4     = new System.Windows.Forms.Label();
     this.label5     = new System.Windows.Forms.Label();
     this.label7     = new System.Windows.Forms.Label();
     this.mann       = new System.Windows.Forms.ComboBox();
     this.maqu       = new System.Windows.Forms.ComboBox();
     this.matt       = new System.Windows.Forms.ComboBox();
     this.maphuongxa = new System.Windows.Forms.ComboBox();
     this.label18    = new System.Windows.Forms.Label();
     this.label17    = new System.Windows.Forms.Label();
     this.label16    = new System.Windows.Forms.Label();
     this.label10    = new System.Windows.Forms.Label();
     this.phai       = new System.Windows.Forms.ComboBox();
     this.dataGrid1  = new System.Windows.Forms.DataGrid();
     this.butTim     = new System.Windows.Forms.Button();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.den        = new MaskedBox.MaskedBox();
     this.tu         = new MaskedBox.MaskedBox();
     this.solieu     = new System.Windows.Forms.ComboBox();
     this.noidung    = new System.Windows.Forms.ComboBox();
     this.dotuoi     = new System.Windows.Forms.ComboBox();
     this.label8     = new System.Windows.Forms.Label();
     this.lbl        = new System.Windows.Forms.Label();
     this.soca       = new System.Windows.Forms.TextBox();
     this.butIn      = new System.Windows.Forms.Button();
     this.butBieudo  = new System.Windows.Forms.CheckBox();
     this.panel1     = new System.Windows.Forms.Panel();
     this.ucChart1   = new WebTel.Drawing.Chart.ucChart();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 12);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Từ ngày :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(116, 12);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(44, 23);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "đến :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(222, 12);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(48, 23);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "Số liệu :";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(338, 8);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(63, 23);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "Nội dung :";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(0, 58);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(64, 23);
     this.label5.TabIndex  = 4;
     this.label5.Text      = "Độ tuổi :";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(226, 58);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(70, 23);
     this.label7.TabIndex  = 6;
     this.label7.Text      = "Giới tính :";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // mann
     //
     this.mann.BackColor = System.Drawing.SystemColors.HighlightText;
     this.mann.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mann.Location  = new System.Drawing.Point(432, 58);
     this.mann.Name      = "mann";
     this.mann.Size      = new System.Drawing.Size(184, 21);
     this.mann.TabIndex  = 10;
     this.mann.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.mann_KeyDown);
     //
     // maqu
     //
     this.maqu.BackColor             = System.Drawing.SystemColors.HighlightText;
     this.maqu.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.maqu.Location              = new System.Drawing.Point(338, 35);
     this.maqu.Name                  = "maqu";
     this.maqu.Size                  = new System.Drawing.Size(182, 21);
     this.maqu.TabIndex              = 5;
     this.maqu.SelectedIndexChanged += new System.EventHandler(this.maqu_SelectedIndexChanged);
     this.maqu.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.maqu_KeyDown);
     //
     // matt
     //
     this.matt.BackColor             = System.Drawing.SystemColors.HighlightText;
     this.matt.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.matt.Location              = new System.Drawing.Point(64, 35);
     this.matt.Name                  = "matt";
     this.matt.Size                  = new System.Drawing.Size(192, 21);
     this.matt.TabIndex              = 4;
     this.matt.SelectedIndexChanged += new System.EventHandler(this.matt_SelectedIndexChanged);
     this.matt.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.matt_KeyDown);
     //
     // maphuongxa
     //
     this.maphuongxa.BackColor = System.Drawing.SystemColors.HighlightText;
     this.maphuongxa.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.maphuongxa.Location  = new System.Drawing.Point(593, 35);
     this.maphuongxa.Name      = "maphuongxa";
     this.maphuongxa.Size      = new System.Drawing.Size(192, 21);
     this.maphuongxa.TabIndex  = 6;
     this.maphuongxa.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.maphuongxa_KeyDown);
     //
     // label18
     //
     this.label18.Location  = new System.Drawing.Point(518, 33);
     this.label18.Name      = "label18";
     this.label18.Size      = new System.Drawing.Size(72, 23);
     this.label18.TabIndex  = 55;
     this.label18.Text      = "Phường/Xã :";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label17
     //
     this.label17.Location  = new System.Drawing.Point(254, 33);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(80, 23);
     this.label17.TabIndex  = 54;
     this.label17.Text      = "Quận/Huyện :";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label16
     //
     this.label16.Location  = new System.Drawing.Point(8, 33);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(56, 23);
     this.label16.TabIndex  = 53;
     this.label16.Text      = "Tỉnh/TP :";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(354, 58);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(80, 23);
     this.label10.TabIndex  = 49;
     this.label10.Text      = "Nghề nghiệp :";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // phai
     //
     this.phai.BackColor = System.Drawing.SystemColors.HighlightText;
     this.phai.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.phai.Items.AddRange(new object[] {
         "Nam",
         "Nữ"
     });
     this.phai.Location = new System.Drawing.Point(296, 58);
     this.phai.Name     = "phai";
     this.phai.Size     = new System.Drawing.Size(64, 21);
     this.phai.TabIndex = 9;
     this.phai.KeyDown += new System.Windows.Forms.KeyEventHandler(this.phai_KeyDown);
     //
     // dataGrid1
     //
     this.dataGrid1.AlternatingBackColor = System.Drawing.Color.Lavender;
     this.dataGrid1.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.BackgroundColor      = System.Drawing.SystemColors.Control;
     this.dataGrid1.BorderStyle          = System.Windows.Forms.BorderStyle.None;
     this.dataGrid1.CaptionBackColor     = System.Drawing.SystemColors.Control;
     this.dataGrid1.CaptionFont          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid1.CaptionForeColor     = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.DataMember           = "";
     this.dataGrid1.FlatMode             = true;
     this.dataGrid1.Font                = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid1.ForeColor           = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.GridLineColor       = System.Drawing.Color.Gainsboro;
     this.dataGrid1.GridLineStyle       = System.Windows.Forms.DataGridLineStyle.None;
     this.dataGrid1.HeaderFont          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dataGrid1.HeaderForeColor     = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.LinkColor           = System.Drawing.Color.Teal;
     this.dataGrid1.Location            = new System.Drawing.Point(8, 64);
     this.dataGrid1.Name                = "dataGrid1";
     this.dataGrid1.ParentRowsBackColor = System.Drawing.Color.Gainsboro;
     this.dataGrid1.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.ReadOnly            = true;
     this.dataGrid1.RowHeaderWidth      = 10;
     this.dataGrid1.SelectionBackColor  = System.Drawing.Color.CadetBlue;
     this.dataGrid1.SelectionForeColor  = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.Size                = new System.Drawing.Size(776, 416);
     this.dataGrid1.TabIndex            = 16;
     //
     // butTim
     //
     this.butTim.Image      = ((System.Drawing.Image)(resources.GetObject("butTim.Image")));
     this.butTim.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butTim.Location   = new System.Drawing.Point(254, 490);
     this.butTim.Name       = "butTim";
     this.butTim.Size       = new System.Drawing.Size(70, 25);
     this.butTim.TabIndex   = 11;
     this.butTim.Text       = "&Truy vấn";
     this.butTim.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butTim.Click     += new System.EventHandler(this.butTim_Click);
     //
     // butKetthuc
     //
     this.butKetthuc.Image      = global::Medisoft.Properties.Resources.exit1;
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(468, 490);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(70, 25);
     this.butKetthuc.TabIndex   = 14;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butKetthuc.Click     += new System.EventHandler(this.butKetthuc_Click);
     //
     // den
     //
     this.den.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.den.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.den.Location   = new System.Drawing.Point(160, 12);
     this.den.Mask       = "##/##/####";
     this.den.Name       = "den";
     this.den.Size       = new System.Drawing.Size(64, 21);
     this.den.TabIndex   = 1;
     this.den.Text       = "  /  /    ";
     this.den.Validated += new System.EventHandler(this.den_Validated);
     //
     // tu
     //
     this.tu.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.tu.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tu.Location   = new System.Drawing.Point(64, 12);
     this.tu.Mask       = "##/##/####";
     this.tu.Name       = "tu";
     this.tu.Size       = new System.Drawing.Size(64, 21);
     this.tu.TabIndex   = 0;
     this.tu.Text       = "  /  /    ";
     this.tu.Validated += new System.EventHandler(this.tu_Validated);
     //
     // solieu
     //
     this.solieu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.solieu.Enabled       = false;
     this.solieu.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.solieu.Location      = new System.Drawing.Point(268, 12);
     this.solieu.Name          = "solieu";
     this.solieu.Size          = new System.Drawing.Size(76, 21);
     this.solieu.TabIndex      = 2;
     this.solieu.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.solieu_KeyDown);
     //
     // noidung
     //
     this.noidung.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.noidung.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.noidung.Location              = new System.Drawing.Point(400, 12);
     this.noidung.Name                  = "noidung";
     this.noidung.Size                  = new System.Drawing.Size(384, 21);
     this.noidung.TabIndex              = 3;
     this.noidung.SelectedIndexChanged += new System.EventHandler(this.noidung_SelectedIndexChanged);
     this.noidung.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.noidung_KeyDown);
     //
     // dotuoi
     //
     this.dotuoi.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dotuoi.Location = new System.Drawing.Point(64, 58);
     this.dotuoi.Name     = "dotuoi";
     this.dotuoi.Size     = new System.Drawing.Size(96, 21);
     this.dotuoi.TabIndex = 7;
     this.dotuoi.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dotuoi_KeyDown);
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(152, 57);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(48, 23);
     this.label8.TabIndex  = 65;
     this.label8.Text      = "Số ca :";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lbl
     //
     this.lbl.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl.ForeColor = System.Drawing.Color.Red;
     this.lbl.Location  = new System.Drawing.Point(608, 58);
     this.lbl.Name      = "lbl";
     this.lbl.Size      = new System.Drawing.Size(176, 23);
     this.lbl.TabIndex  = 66;
     this.lbl.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // soca
     //
     this.soca.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.soca.Location   = new System.Drawing.Point(200, 59);
     this.soca.Name       = "soca";
     this.soca.Size       = new System.Drawing.Size(40, 21);
     this.soca.TabIndex   = 8;
     this.soca.Text       = "20";
     this.soca.TextAlign  = System.Windows.Forms.HorizontalAlignment.Right;
     this.soca.Validated += new System.EventHandler(this.soca_Validated);
     this.soca.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.soca_KeyDown);
     //
     // butIn
     //
     this.butIn.Image      = ((System.Drawing.Image)(resources.GetObject("butIn.Image")));
     this.butIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butIn.Location   = new System.Drawing.Point(398, 490);
     this.butIn.Name       = "butIn";
     this.butIn.Size       = new System.Drawing.Size(70, 25);
     this.butIn.TabIndex   = 13;
     this.butIn.Text       = "     &In";
     this.butIn.Click     += new System.EventHandler(this.butIn_Click);
     //
     // butBieudo
     //
     this.butBieudo.Appearance      = System.Windows.Forms.Appearance.Button;
     this.butBieudo.Image           = ((System.Drawing.Image)(resources.GetObject("butBieudo.Image")));
     this.butBieudo.ImageAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     this.butBieudo.Location        = new System.Drawing.Point(324, 490);
     this.butBieudo.Name            = "butBieudo";
     this.butBieudo.Size            = new System.Drawing.Size(74, 25);
     this.butBieudo.TabIndex        = 12;
     this.butBieudo.Text            = "Biểu đồ";
     this.butBieudo.TextAlign       = System.Drawing.ContentAlignment.MiddleRight;
     this.butBieudo.CheckedChanged += new System.EventHandler(this.butBieudo_CheckedChanged);
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.panel1.Location   = new System.Drawing.Point(704, 85);
     this.panel1.Name       = "panel1";
     this.panel1.Size       = new System.Drawing.Size(80, 393);
     this.panel1.TabIndex   = 68;
     this.panel1.Visible    = false;
     //
     // ucChart1
     //
     // Layout is suspended for performance reasons.
     this.ucChart1.Chart.SuspendLayout();
     this.ucChart1.Chart.CategoryX.Font          = null;
     this.ucChart1.Chart.CategoryX.ForeColor     = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryX.GridLineColor = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryX.LineDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     this.ucChart1.Chart.CategoryY.Font          = null;
     this.ucChart1.Chart.CategoryY.ForeColor     = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryY.GridLineColor = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryY.LineDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     this.ucChart1.Chart.ChartBackColor          = System.Drawing.SystemColors.Info;
     this.ucChart1.Chart.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ucChart1.Chart.MarginBackColor = System.Drawing.Color.White;
     this.ucChart1.Chart.ResumeLayout();
     this.ucChart1.Location = new System.Drawing.Point(8, 83);
     this.ucChart1.Name     = "ucChart1";
     this.ucChart1.Size     = new System.Drawing.Size(768, 395);
     this.ucChart1.TabIndex = 67;
     this.ucChart1.Visible  = false;
     //
     // frmTruyvan
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 573);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.ucChart1);
     this.Controls.Add(this.butBieudo);
     this.Controls.Add(this.butIn);
     this.Controls.Add(this.mann);
     this.Controls.Add(this.phai);
     this.Controls.Add(this.soca);
     this.Controls.Add(this.lbl);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.dotuoi);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.maphuongxa);
     this.Controls.Add(this.solieu);
     this.Controls.Add(this.noidung);
     this.Controls.Add(this.den);
     this.Controls.Add(this.matt);
     this.Controls.Add(this.maqu);
     this.Controls.Add(this.tu);
     this.Controls.Add(this.butKetthuc);
     this.Controls.Add(this.butTim);
     this.Controls.Add(this.dataGrid1);
     this.Controls.Add(this.label18);
     this.Controls.Add(this.label17);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmTruyvan";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Truy vấn thông tin từ hồ sơ bệnh án";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmTruyvan_Load);
     this.MouseMove    += new System.Windows.Forms.MouseEventHandler(this.frmTkravien_MouseMove);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmTkravien_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #3
0
파일: frmThpttt.cs 프로젝트: tayduivn/mdebv
 /// <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(frmThpttt));
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.label7     = new System.Windows.Forms.Label();
     this.madantoc   = new System.Windows.Forms.ComboBox();
     this.mann       = new System.Windows.Forms.ComboBox();
     this.maqu       = new System.Windows.Forms.ComboBox();
     this.matt       = new System.Windows.Forms.ComboBox();
     this.maphuongxa = new System.Windows.Forms.ComboBox();
     this.label18    = new System.Windows.Forms.Label();
     this.label17    = new System.Windows.Forms.Label();
     this.label16    = new System.Windows.Forms.Label();
     this.label10    = new System.Windows.Forms.Label();
     this.label11    = new System.Windows.Forms.Label();
     this.label12    = new System.Windows.Forms.Label();
     this.makp       = new System.Windows.Forms.ComboBox();
     this.label15    = new System.Windows.Forms.Label();
     this.label19    = new System.Windows.Forms.Label();
     this.ve         = new System.Windows.Forms.ComboBox();
     this.dotuoi     = new System.Windows.Forms.ComboBox();
     this.solieu     = new System.Windows.Forms.ComboBox();
     this.dataGrid1  = new System.Windows.Forms.DataGrid();
     this.butTim     = new System.Windows.Forms.Button();
     this.butIn      = new System.Windows.Forms.Button();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.lbl        = new System.Windows.Forms.Label();
     this.toolTip1   = new System.Windows.Forms.ToolTip(this.components);
     this.den        = new MaskedBox.MaskedBox();
     this.tu         = new MaskedBox.MaskedBox();
     this.butICD     = new System.Windows.Forms.Button();
     this.butBieudo  = new System.Windows.Forms.CheckBox();
     this.ucChart1   = new WebTel.Drawing.Chart.ucChart();
     this.panel1     = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location  = new System.Drawing.Point(15, 11);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Từ ngày :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label2.Location  = new System.Drawing.Point(123, 11);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(72, 23);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "đến ngày :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label7.Location  = new System.Drawing.Point(441, 11);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(64, 23);
     this.label7.TabIndex  = 6;
     this.label7.Text      = "Biểu đồ :";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // madantoc
     //
     this.madantoc.BackColor = System.Drawing.SystemColors.HighlightText;
     this.madantoc.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.madantoc.Location  = new System.Drawing.Point(680, 36);
     this.madantoc.Name      = "madantoc";
     this.madantoc.Size      = new System.Drawing.Size(104, 21);
     this.madantoc.TabIndex  = 7;
     this.madantoc.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.madantoc_KeyDown);
     //
     // mann
     //
     this.mann.BackColor = System.Drawing.SystemColors.HighlightText;
     this.mann.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mann.Location  = new System.Drawing.Point(332, 36);
     this.mann.Name      = "mann";
     this.mann.Size      = new System.Drawing.Size(276, 21);
     this.mann.TabIndex  = 6;
     this.mann.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.mann_KeyDown);
     //
     // maqu
     //
     this.maqu.BackColor             = System.Drawing.SystemColors.HighlightText;
     this.maqu.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.maqu.Location              = new System.Drawing.Point(332, 60);
     this.maqu.Name                  = "maqu";
     this.maqu.Size                  = new System.Drawing.Size(198, 21);
     this.maqu.TabIndex              = 9;
     this.maqu.SelectedIndexChanged += new System.EventHandler(this.maqu_SelectedIndexChanged);
     this.maqu.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.maqu_KeyDown);
     //
     // matt
     //
     this.matt.BackColor             = System.Drawing.SystemColors.HighlightText;
     this.matt.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.matt.Location              = new System.Drawing.Point(71, 60);
     this.matt.Name                  = "matt";
     this.matt.Size                  = new System.Drawing.Size(185, 21);
     this.matt.TabIndex              = 8;
     this.matt.SelectedIndexChanged += new System.EventHandler(this.matt_SelectedIndexChanged);
     this.matt.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.matt_KeyDown);
     //
     // maphuongxa
     //
     this.maphuongxa.BackColor = System.Drawing.SystemColors.HighlightText;
     this.maphuongxa.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.maphuongxa.Location  = new System.Drawing.Point(608, 60);
     this.maphuongxa.Name      = "maphuongxa";
     this.maphuongxa.Size      = new System.Drawing.Size(176, 21);
     this.maphuongxa.TabIndex  = 10;
     this.maphuongxa.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.maphuongxa_KeyDown);
     //
     // label18
     //
     this.label18.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label18.Location  = new System.Drawing.Point(528, 60);
     this.label18.Name      = "label18";
     this.label18.Size      = new System.Drawing.Size(80, 23);
     this.label18.TabIndex  = 55;
     this.label18.Text      = "Phường/Xã :";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label17
     //
     this.label17.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label17.Location  = new System.Drawing.Point(255, 60);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(80, 23);
     this.label17.TabIndex  = 54;
     this.label17.Text      = "Quận/Huyện :";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label16
     //
     this.label16.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label16.Location  = new System.Drawing.Point(15, 60);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(56, 23);
     this.label16.TabIndex  = 53;
     this.label16.Text      = "Tỉnh/TP :";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     this.label10.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label10.Location  = new System.Drawing.Point(255, 36);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(80, 23);
     this.label10.TabIndex  = 49;
     this.label10.Text      = "Nghề nghiệp :";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label11.Location  = new System.Drawing.Point(624, 36);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(56, 23);
     this.label11.TabIndex  = 56;
     this.label11.Text      = "Dân tộc :";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label12
     //
     this.label12.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label12.Location  = new System.Drawing.Point(-7, 36);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(80, 23);
     this.label12.TabIndex  = 57;
     this.label12.Text      = "Khoa/Phòng :";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // makp
     //
     this.makp.BackColor = System.Drawing.SystemColors.HighlightText;
     this.makp.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.makp.Location  = new System.Drawing.Point(71, 36);
     this.makp.Name      = "makp";
     this.makp.Size      = new System.Drawing.Size(185, 21);
     this.makp.TabIndex  = 5;
     this.makp.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.makp_KeyDown);
     //
     // label15
     //
     this.label15.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label15.Location  = new System.Drawing.Point(608, 11);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(74, 23);
     this.label15.TabIndex  = 61;
     this.label15.Text      = "Độ tuổi :";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label19
     //
     this.label19.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label19.Location  = new System.Drawing.Point(271, 11);
     this.label19.Name      = "label19";
     this.label19.Size      = new System.Drawing.Size(64, 23);
     this.label19.TabIndex  = 62;
     this.label19.Text      = "Số liệu :";
     this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ve
     //
     this.ve.BackColor     = System.Drawing.SystemColors.HighlightText;
     this.ve.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ve.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ve.Location      = new System.Drawing.Point(504, 12);
     this.ve.Name          = "ve";
     this.ve.Size          = new System.Drawing.Size(128, 21);
     this.ve.TabIndex      = 3;
     this.ve.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.ve_KeyDown);
     //
     // dotuoi
     //
     this.dotuoi.BackColor = System.Drawing.SystemColors.HighlightText;
     this.dotuoi.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dotuoi.Location  = new System.Drawing.Point(680, 12);
     this.dotuoi.Name      = "dotuoi";
     this.dotuoi.Size      = new System.Drawing.Size(104, 21);
     this.dotuoi.TabIndex  = 4;
     this.dotuoi.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.dotuoi_KeyDown);
     //
     // solieu
     //
     this.solieu.BackColor             = System.Drawing.SystemColors.HighlightText;
     this.solieu.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.solieu.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.solieu.Location              = new System.Drawing.Point(332, 12);
     this.solieu.Name                  = "solieu";
     this.solieu.Size                  = new System.Drawing.Size(116, 21);
     this.solieu.TabIndex              = 2;
     this.solieu.SelectedIndexChanged += new System.EventHandler(this.solieu_SelectedIndexChanged);
     this.solieu.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.solieu_KeyDown);
     //
     // dataGrid1
     //
     this.dataGrid1.AlternatingBackColor = System.Drawing.Color.Lavender;
     this.dataGrid1.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.BackgroundColor      = System.Drawing.SystemColors.Control;
     this.dataGrid1.BorderStyle          = System.Windows.Forms.BorderStyle.None;
     this.dataGrid1.CaptionBackColor     = System.Drawing.SystemColors.Control;
     this.dataGrid1.CaptionFont          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid1.CaptionForeColor     = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.DataMember           = "";
     this.dataGrid1.FlatMode             = true;
     this.dataGrid1.Font                = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid1.ForeColor           = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.GridLineColor       = System.Drawing.Color.Gainsboro;
     this.dataGrid1.GridLineStyle       = System.Windows.Forms.DataGridLineStyle.None;
     this.dataGrid1.HeaderFont          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dataGrid1.HeaderForeColor     = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.LinkColor           = System.Drawing.Color.Teal;
     this.dataGrid1.Location            = new System.Drawing.Point(8, 72);
     this.dataGrid1.Name                = "dataGrid1";
     this.dataGrid1.ParentRowsBackColor = System.Drawing.Color.Gainsboro;
     this.dataGrid1.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.ReadOnly            = true;
     this.dataGrid1.RowHeaderWidth      = 10;
     this.dataGrid1.SelectionBackColor  = System.Drawing.Color.CadetBlue;
     this.dataGrid1.SelectionForeColor  = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.Size                = new System.Drawing.Size(776, 408);
     this.dataGrid1.TabIndex            = 23;
     //
     // butTim
     //
     this.butTim.BackColor  = System.Drawing.Color.Transparent;
     this.butTim.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butTim.ForeColor  = System.Drawing.SystemColors.WindowText;
     this.butTim.Image      = ((System.Drawing.Image)(resources.GetObject("butTim.Image")));
     this.butTim.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butTim.Location   = new System.Drawing.Point(176, 489);
     this.butTim.Name       = "butTim";
     this.butTim.Size       = new System.Drawing.Size(93, 25);
     this.butTim.TabIndex   = 11;
     this.butTim.Text       = " &Tìm";
     this.butTim.UseVisualStyleBackColor = false;
     this.butTim.Click += new System.EventHandler(this.butTim_Click);
     //
     // butIn
     //
     this.butIn.BackColor  = System.Drawing.Color.Transparent;
     this.butIn.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butIn.ForeColor  = System.Drawing.SystemColors.WindowText;
     this.butIn.Image      = ((System.Drawing.Image)(resources.GetObject("butIn.Image")));
     this.butIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butIn.Location   = new System.Drawing.Point(269, 489);
     this.butIn.Name       = "butIn";
     this.butIn.Size       = new System.Drawing.Size(93, 25);
     this.butIn.TabIndex   = 12;
     this.butIn.Text       = " &In";
     this.butIn.UseVisualStyleBackColor = false;
     this.butIn.Click += new System.EventHandler(this.butIn_Click);
     //
     // butKetthuc
     //
     this.butKetthuc.BackColor  = System.Drawing.Color.Transparent;
     this.butKetthuc.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butKetthuc.ForeColor  = System.Drawing.SystemColors.WindowText;
     this.butKetthuc.Image      = global::Medisoft.Properties.Resources.exit1;
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(548, 489);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(93, 25);
     this.butKetthuc.TabIndex   = 15;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.UseVisualStyleBackColor = false;
     this.butKetthuc.Click += new System.EventHandler(this.butKetthuc_Click);
     //
     // lbl
     //
     this.lbl.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl.ForeColor = System.Drawing.Color.Red;
     this.lbl.Location  = new System.Drawing.Point(8, 488);
     this.lbl.Name      = "lbl";
     this.lbl.Size      = new System.Drawing.Size(184, 23);
     this.lbl.TabIndex  = 64;
     this.lbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // den
     //
     this.den.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.den.Location   = new System.Drawing.Point(193, 12);
     this.den.Mask       = "##/##/####";
     this.den.Name       = "den";
     this.den.Size       = new System.Drawing.Size(64, 21);
     this.den.TabIndex   = 1;
     this.den.Text       = "  /  /    ";
     this.den.Validated += new System.EventHandler(this.den_Validated);
     //
     // tu
     //
     this.tu.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tu.Location   = new System.Drawing.Point(71, 12);
     this.tu.Mask       = "##/##/####";
     this.tu.Name       = "tu";
     this.tu.Size       = new System.Drawing.Size(64, 21);
     this.tu.TabIndex   = 0;
     this.tu.Text       = "  /  /    ";
     this.tu.Validated += new System.EventHandler(this.tu_Validated);
     //
     // butICD
     //
     this.butICD.BackColor  = System.Drawing.Color.Transparent;
     this.butICD.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butICD.ForeColor  = System.Drawing.SystemColors.WindowText;
     this.butICD.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butICD.Location   = new System.Drawing.Point(455, 489);
     this.butICD.Name       = "butICD";
     this.butICD.Size       = new System.Drawing.Size(93, 25);
     this.butICD.TabIndex   = 14;
     this.butICD.Text       = "&PTTT";
     this.butICD.UseVisualStyleBackColor = false;
     this.butICD.Click += new System.EventHandler(this.butICD_Click);
     //
     // butBieudo
     //
     this.butBieudo.Appearance = System.Windows.Forms.Appearance.Button;
     this.butBieudo.BackColor  = System.Drawing.Color.Transparent;
     this.butBieudo.Image      = ((System.Drawing.Image)(resources.GetObject("butBieudo.Image")));
     this.butBieudo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butBieudo.Location   = new System.Drawing.Point(362, 489);
     this.butBieudo.Name       = "butBieudo";
     this.butBieudo.Size       = new System.Drawing.Size(93, 25);
     this.butBieudo.TabIndex   = 13;
     this.butBieudo.Text       = "Biểu đồ";
     this.butBieudo.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.butBieudo.UseVisualStyleBackColor = false;
     this.butBieudo.CheckedChanged         += new System.EventHandler(this.butBieudo_CheckedChanged);
     //
     // ucChart1
     //
     // Layout is suspended for performance reasons.
     this.ucChart1.Chart.SuspendLayout();
     this.ucChart1.Chart.CategoryX.Font          = null;
     this.ucChart1.Chart.CategoryX.ForeColor     = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryX.GridLineColor = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryX.LineDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     this.ucChart1.Chart.CategoryY.Font          = null;
     this.ucChart1.Chart.CategoryY.ForeColor     = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryY.GridLineColor = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryY.LineDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     this.ucChart1.Chart.ChartBackColor          = System.Drawing.SystemColors.Info;
     this.ucChart1.Chart.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ucChart1.Chart.MarginBackColor = System.Drawing.Color.White;
     this.ucChart1.Chart.ResumeLayout();
     this.ucChart1.Location = new System.Drawing.Point(8, 89);
     this.ucChart1.Name     = "ucChart1";
     this.ucChart1.Size     = new System.Drawing.Size(768, 395);
     this.ucChart1.TabIndex = 68;
     this.ucChart1.Visible  = false;
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.panel1.Location   = new System.Drawing.Point(707, 90);
     this.panel1.Name       = "panel1";
     this.panel1.Size       = new System.Drawing.Size(80, 393);
     this.panel1.TabIndex   = 69;
     this.panel1.Visible    = false;
     //
     // frmThpttt
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 573);
     this.Controls.Add(this.butBieudo);
     this.Controls.Add(this.butICD);
     this.Controls.Add(this.butKetthuc);
     this.Controls.Add(this.butIn);
     this.Controls.Add(this.butTim);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.ucChart1);
     this.Controls.Add(this.ve);
     this.Controls.Add(this.matt);
     this.Controls.Add(this.den);
     this.Controls.Add(this.makp);
     this.Controls.Add(this.maqu);
     this.Controls.Add(this.maphuongxa);
     this.Controls.Add(this.label18);
     this.Controls.Add(this.label17);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.tu);
     this.Controls.Add(this.lbl);
     this.Controls.Add(this.dotuoi);
     this.Controls.Add(this.solieu);
     this.Controls.Add(this.label19);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.dataGrid1);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.madantoc);
     this.Controls.Add(this.mann);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmThpttt";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Tổng hợp theo phẫu thuật - thủ thuật";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmThpttt_Load);
     this.MouseMove    += new System.Windows.Forms.MouseEventHandler(this.frmTkravien_MouseMove);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmThpttt_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTruyvantk));
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.label4     = new System.Windows.Forms.Label();
     this.dataGrid1  = new System.Windows.Forms.DataGrid();
     this.butTim     = new System.Windows.Forms.Button();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.den        = new MaskedBox.MaskedBox();
     this.tu         = new MaskedBox.MaskedBox();
     this.noidung    = new System.Windows.Forms.ComboBox();
     this.label8     = new System.Windows.Forms.Label();
     this.lbl        = new System.Windows.Forms.Label();
     this.soca       = new System.Windows.Forms.TextBox();
     this.butIn      = new System.Windows.Forms.Button();
     this.panel1     = new System.Windows.Forms.Panel();
     this.ucChart1   = new WebTel.Drawing.Chart.ucChart();
     this.butBieudo  = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 12);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Từ ngày :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(116, 12);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(44, 23);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "đến :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(299, 8);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(63, 23);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "Nội dung :";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dataGrid1
     //
     this.dataGrid1.AlternatingBackColor = System.Drawing.Color.Lavender;
     this.dataGrid1.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.BackgroundColor      = System.Drawing.SystemColors.Control;
     this.dataGrid1.BorderStyle          = System.Windows.Forms.BorderStyle.None;
     this.dataGrid1.CaptionBackColor     = System.Drawing.SystemColors.Control;
     this.dataGrid1.CaptionFont          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid1.CaptionForeColor     = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.DataMember           = "";
     this.dataGrid1.FlatMode             = true;
     this.dataGrid1.Font                = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid1.ForeColor           = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.GridLineColor       = System.Drawing.Color.Gainsboro;
     this.dataGrid1.GridLineStyle       = System.Windows.Forms.DataGridLineStyle.None;
     this.dataGrid1.HeaderFont          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dataGrid1.HeaderForeColor     = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.LinkColor           = System.Drawing.Color.Teal;
     this.dataGrid1.Location            = new System.Drawing.Point(8, 17);
     this.dataGrid1.Name                = "dataGrid1";
     this.dataGrid1.ParentRowsBackColor = System.Drawing.Color.Gainsboro;
     this.dataGrid1.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.ReadOnly            = true;
     this.dataGrid1.RowHeaderWidth      = 10;
     this.dataGrid1.SelectionBackColor  = System.Drawing.Color.CadetBlue;
     this.dataGrid1.SelectionForeColor  = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.Size                = new System.Drawing.Size(776, 464);
     this.dataGrid1.TabIndex            = 16;
     //
     // butTim
     //
     this.butTim.Image      = ((System.Drawing.Image)(resources.GetObject("butTim.Image")));
     this.butTim.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butTim.Location   = new System.Drawing.Point(201, 490);
     this.butTim.Name       = "butTim";
     this.butTim.Size       = new System.Drawing.Size(100, 25);
     this.butTim.TabIndex   = 4;
     this.butTim.Text       = "&Truy vấn";
     this.butTim.Click     += new System.EventHandler(this.butTim_Click);
     //
     // butKetthuc
     //
     this.butKetthuc.Image      = global::Medisoft.Properties.Resources.exit1;
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(501, 490);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(100, 25);
     this.butKetthuc.TabIndex   = 6;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.Click     += new System.EventHandler(this.butKetthuc_Click);
     //
     // den
     //
     this.den.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.den.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.den.Location   = new System.Drawing.Point(160, 12);
     this.den.Mask       = "##/##/####";
     this.den.Name       = "den";
     this.den.Size       = new System.Drawing.Size(64, 21);
     this.den.TabIndex   = 1;
     this.den.Text       = "  /  /    ";
     this.den.Validated += new System.EventHandler(this.den_Validated);
     //
     // tu
     //
     this.tu.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.tu.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tu.Location   = new System.Drawing.Point(64, 12);
     this.tu.Mask       = "##/##/####";
     this.tu.Name       = "tu";
     this.tu.Size       = new System.Drawing.Size(64, 21);
     this.tu.TabIndex   = 0;
     this.tu.Text       = "  /  /    ";
     this.tu.Validated += new System.EventHandler(this.tu_Validated);
     //
     // noidung
     //
     this.noidung.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.noidung.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.noidung.Location      = new System.Drawing.Point(360, 12);
     this.noidung.Name          = "noidung";
     this.noidung.Size          = new System.Drawing.Size(424, 21);
     this.noidung.TabIndex      = 3;
     this.noidung.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.noidung_KeyDown);
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(216, 12);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(48, 23);
     this.label8.TabIndex  = 65;
     this.label8.Text      = "Số ca :";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lbl
     //
     this.lbl.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl.ForeColor = System.Drawing.Color.Red;
     this.lbl.Location  = new System.Drawing.Point(8, 492);
     this.lbl.Name      = "lbl";
     this.lbl.Size      = new System.Drawing.Size(176, 23);
     this.lbl.TabIndex  = 66;
     this.lbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // soca
     //
     this.soca.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.soca.Location   = new System.Drawing.Point(264, 12);
     this.soca.Name       = "soca";
     this.soca.Size       = new System.Drawing.Size(40, 21);
     this.soca.TabIndex   = 2;
     this.soca.Text       = "20";
     this.soca.TextAlign  = System.Windows.Forms.HorizontalAlignment.Right;
     this.soca.Validated += new System.EventHandler(this.soca_Validated);
     this.soca.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.soca_KeyDown);
     //
     // butIn
     //
     this.butIn.Image      = ((System.Drawing.Image)(resources.GetObject("butIn.Image")));
     this.butIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butIn.Location   = new System.Drawing.Point(401, 490);
     this.butIn.Name       = "butIn";
     this.butIn.Size       = new System.Drawing.Size(100, 25);
     this.butIn.TabIndex   = 5;
     this.butIn.Text       = "&In";
     this.butIn.Click     += new System.EventHandler(this.butIn_Click);
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.panel1.Location   = new System.Drawing.Point(704, 37);
     this.panel1.Name       = "panel1";
     this.panel1.Size       = new System.Drawing.Size(80, 452);
     this.panel1.TabIndex   = 70;
     this.panel1.Visible    = false;
     //
     // ucChart1
     //
     // Layout is suspended for performance reasons.
     this.ucChart1.Chart.SuspendLayout();
     this.ucChart1.Chart.CategoryX.Font          = null;
     this.ucChart1.Chart.CategoryX.ForeColor     = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryX.GridLineColor = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryX.LineDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     this.ucChart1.Chart.CategoryY.Font          = null;
     this.ucChart1.Chart.CategoryY.ForeColor     = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryY.GridLineColor = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryY.LineDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     this.ucChart1.Chart.ChartBackColor          = System.Drawing.SystemColors.Info;
     this.ucChart1.Chart.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ucChart1.Chart.MarginBackColor = System.Drawing.Color.White;
     this.ucChart1.Chart.ResumeLayout();
     this.ucChart1.Location = new System.Drawing.Point(8, 37);
     this.ucChart1.Name     = "ucChart1";
     this.ucChart1.Size     = new System.Drawing.Size(768, 450);
     this.ucChart1.TabIndex = 69;
     this.ucChart1.Visible  = false;
     //
     // butBieudo
     //
     this.butBieudo.Appearance      = System.Windows.Forms.Appearance.Button;
     this.butBieudo.Image           = ((System.Drawing.Image)(resources.GetObject("butBieudo.Image")));
     this.butBieudo.ImageAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     this.butBieudo.Location        = new System.Drawing.Point(301, 490);
     this.butBieudo.Name            = "butBieudo";
     this.butBieudo.Size            = new System.Drawing.Size(100, 25);
     this.butBieudo.TabIndex        = 71;
     this.butBieudo.Text            = "Biểu đồ";
     this.butBieudo.TextAlign       = System.Drawing.ContentAlignment.MiddleCenter;
     this.butBieudo.CheckedChanged += new System.EventHandler(this.butBieudo_CheckedChanged);
     //
     // frmTruyvantk
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 573);
     this.Controls.Add(this.butBieudo);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.ucChart1);
     this.Controls.Add(this.soca);
     this.Controls.Add(this.den);
     this.Controls.Add(this.noidung);
     this.Controls.Add(this.tu);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butIn);
     this.Controls.Add(this.lbl);
     this.Controls.Add(this.butKetthuc);
     this.Controls.Add(this.butTim);
     this.Controls.Add(this.dataGrid1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmTruyvantk";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Truy vấn thông tin từ biểu thống kê";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmTruyvantk_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }