예제 #1
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(frmLogin));
     this.label1        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.txtuser       = new System.Windows.Forms.TextBox();
     this.txtpassword   = new System.Windows.Forms.TextBox();
     this.cmdOk         = new Wildgrape.Aqua.Controls.Button();
     this.cmdCancle     = new Wildgrape.Aqua.Controls.Button();
     this.gLicense      = new System.Windows.Forms.GroupBox();
     this.txtLicense    = new System.Windows.Forms.TextBox();
     this.label4        = new System.Windows.Forms.Label();
     this.txtThongsomay = new System.Windows.Forms.TextBox();
     this.label3        = new System.Windows.Forms.Label();
     this.gLicense.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location  = new System.Drawing.Point(5, 23);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(105, 14);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "&Tên người sử dụng :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label2.Location  = new System.Drawing.Point(10, 49);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 20);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "&Mật khẩu truy cập :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtuser
     //
     this.txtuser.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtuser.ForeColor = System.Drawing.SystemColors.ControlText;
     this.txtuser.Location  = new System.Drawing.Point(106, 20);
     this.txtuser.MaxLength = 10;
     this.txtuser.Name      = "txtuser";
     this.txtuser.Size      = new System.Drawing.Size(120, 23);
     this.txtuser.TabIndex  = 1;
     this.txtuser.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtuser_KeyDown);
     //
     // txtpassword
     //
     this.txtpassword.Font         = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtpassword.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtpassword.Location     = new System.Drawing.Point(106, 47);
     this.txtpassword.MaxLength    = 20;
     this.txtpassword.Name         = "txtpassword";
     this.txtpassword.PasswordChar = '*';
     this.txtpassword.Size         = new System.Drawing.Size(120, 23);
     this.txtpassword.TabIndex     = 3;
     this.txtpassword.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txtpassword_KeyDown);
     //
     // cmdOk
     //
     this.cmdOk.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdOk.Location    = new System.Drawing.Point(49, 85);
     this.cmdOk.Name        = "cmdOk";
     this.cmdOk.SizeToLabel = false;
     this.cmdOk.TabIndex    = 4;
     this.cmdOk.Text        = "Chọn";
     this.cmdOk.Click      += new System.EventHandler(this.cmdOk_Click);
     //
     // cmdCancle
     //
     this.cmdCancle.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdCancle.Location    = new System.Drawing.Point(129, 85);
     this.cmdCancle.Name        = "cmdCancle";
     this.cmdCancle.SizeToLabel = false;
     this.cmdCancle.TabIndex    = 5;
     this.cmdCancle.Text        = "Kết thúc";
     this.cmdCancle.Click      += new System.EventHandler(this.cmdCancel_Click);
     //
     // gLicense
     //
     this.gLicense.Controls.Add(this.txtLicense);
     this.gLicense.Controls.Add(this.label4);
     this.gLicense.Controls.Add(this.txtThongsomay);
     this.gLicense.Controls.Add(this.label3);
     this.gLicense.Location = new System.Drawing.Point(8, 121);
     this.gLicense.Name     = "gLicense";
     this.gLicense.Size     = new System.Drawing.Size(238, 72);
     this.gLicense.TabIndex = 6;
     this.gLicense.TabStop  = false;
     this.gLicense.Text     = "License";
     //
     // txtLicense
     //
     this.txtLicense.Font       = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtLicense.ForeColor  = System.Drawing.SystemColors.ControlText;
     this.txtLicense.Location   = new System.Drawing.Point(77, 43);
     this.txtLicense.Name       = "txtLicense";
     this.txtLicense.Size       = new System.Drawing.Size(159, 23);
     this.txtLicense.TabIndex   = 1;
     this.txtLicense.Validated += new System.EventHandler(this.txtLicense_Validated);
     this.txtLicense.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.txtuser_KeyDown);
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label4.Location  = new System.Drawing.Point(-15, 46);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(94, 14);
     this.label4.TabIndex  = 9;
     this.label4.Text      = "License :";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtThongsomay
     //
     this.txtThongsomay.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtThongsomay.ForeColor = System.Drawing.SystemColors.ControlText;
     this.txtThongsomay.Location  = new System.Drawing.Point(77, 19);
     this.txtThongsomay.Name      = "txtThongsomay";
     this.txtThongsomay.Size      = new System.Drawing.Size(159, 23);
     this.txtThongsomay.TabIndex  = 0;
     this.txtThongsomay.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtuser_KeyDown);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label3.Location  = new System.Drawing.Point(-15, 22);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(94, 14);
     this.label3.TabIndex  = 7;
     this.label3.Text      = "Thông số máy :";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // frmLogin
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(249, 205);
     this.ControlBox        = false;
     this.Controls.Add(this.gLicense);
     this.Controls.Add(this.cmdCancle);
     this.Controls.Add(this.cmdOk);
     this.Controls.Add(this.txtpassword);
     this.Controls.Add(this.txtuser);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmLogin";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Đăng ký sử dụng";
     this.Load           += new System.EventHandler(this.frmLogin_Load);
     this.gLicense.ResumeLayout(false);
     this.gLicense.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.butOk     = new Wildgrape.Aqua.Controls.Button();
     this.butCancel = new Wildgrape.Aqua.Controls.Button();
     this.dataGrid1 = new System.Windows.Forms.DataGrid();
     this.dataGrid2 = new System.Windows.Forms.DataGrid();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid2)).BeginInit();
     this.SuspendLayout();
     //
     // butOk
     //
     this.butOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.butOk.Location     = new System.Drawing.Point(392, 488);
     this.butOk.Name         = "butOk";
     this.butOk.SizeToLabel  = false;
     this.butOk.TabIndex     = 12;
     this.butOk.Text         = "Đọc lại";
     this.butOk.Click       += new System.EventHandler(this.butOk_Click);
     //
     // butCancel
     //
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(312, 488);
     this.butCancel.Name         = "butCancel";
     this.butCancel.TabIndex     = 13;
     this.butCancel.Text         = "Bỏ qua";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // 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", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.dataGrid1.CaptionForeColor     = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.CaptionText          = "Danh sách các khoa đã dự trù";
     this.dataGrid1.DataMember           = "";
     this.dataGrid1.FlatMode             = true;
     this.dataGrid1.Font                = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.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, 16);
     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      = 20;
     this.dataGrid1.SelectionBackColor  = System.Drawing.Color.CadetBlue;
     this.dataGrid1.SelectionForeColor  = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.Size                = new System.Drawing.Size(384, 456);
     this.dataGrid1.TabIndex            = 62;
     //
     // dataGrid2
     //
     this.dataGrid2.AlternatingBackColor = System.Drawing.Color.Lavender;
     this.dataGrid2.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.dataGrid2.BackgroundColor      = System.Drawing.SystemColors.Control;
     this.dataGrid2.BorderStyle          = System.Windows.Forms.BorderStyle.None;
     this.dataGrid2.CaptionBackColor     = System.Drawing.SystemColors.Control;
     this.dataGrid2.CaptionFont          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.dataGrid2.CaptionForeColor     = System.Drawing.Color.MidnightBlue;
     this.dataGrid2.CaptionText          = "Danh sách các khoa đã được duyệt - Cấp phát";
     this.dataGrid2.DataMember           = "";
     this.dataGrid2.FlatMode             = true;
     this.dataGrid2.Font                = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.dataGrid2.ForeColor           = System.Drawing.Color.MidnightBlue;
     this.dataGrid2.GridLineColor       = System.Drawing.Color.Gainsboro;
     this.dataGrid2.GridLineStyle       = System.Windows.Forms.DataGridLineStyle.None;
     this.dataGrid2.HeaderFont          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dataGrid2.HeaderForeColor     = System.Drawing.Color.WhiteSmoke;
     this.dataGrid2.LinkColor           = System.Drawing.Color.Teal;
     this.dataGrid2.Location            = new System.Drawing.Point(400, 16);
     this.dataGrid2.Name                = "dataGrid2";
     this.dataGrid2.ParentRowsBackColor = System.Drawing.Color.Gainsboro;
     this.dataGrid2.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
     this.dataGrid2.ReadOnly            = true;
     this.dataGrid2.RowHeaderWidth      = 20;
     this.dataGrid2.SelectionBackColor  = System.Drawing.Color.CadetBlue;
     this.dataGrid2.SelectionForeColor  = System.Drawing.Color.WhiteSmoke;
     this.dataGrid2.Size                = new System.Drawing.Size(384, 456);
     this.dataGrid2.TabIndex            = 63;
     //
     // frmdsduyet
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 573);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.dataGrid2,
         this.dataGrid1,
         this.butOk,
         this.butCancel
     });
     this.Name          = "frmdsduyet";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Theo dõi tình hình duyệt thuốc trong ngày";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmdsduyet_Load);
     this.Activated    += new System.EventHandler(this.frmdsduyet_Activated);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid2)).EndInit();
     this.ResumeLayout(false);
 }
예제 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmDoingay));
     this.cmdOk     = new Wildgrape.Aqua.Controls.Button();
     this.cmdCancle = new Wildgrape.Aqua.Controls.Button();
     this.label3    = new System.Windows.Forms.Label();
     this.label4    = new System.Windows.Forms.Label();
     this.label5    = new System.Windows.Forms.Label();
     this.ngay      = new System.Windows.Forms.DateTimePicker();
     this.mm        = new System.Windows.Forms.NumericUpDown();
     this.yyyy      = new System.Windows.Forms.NumericUpDown();
     ((System.ComponentModel.ISupportInitialize)(this.mm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.yyyy)).BeginInit();
     this.SuspendLayout();
     //
     // cmdOk
     //
     this.cmdOk.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdOk.Location    = new System.Drawing.Point(22, 70);
     this.cmdOk.Name        = "cmdOk";
     this.cmdOk.SizeToLabel = false;
     this.cmdOk.TabIndex    = 5;
     this.cmdOk.Text        = "Chọn";
     this.cmdOk.Click      += new System.EventHandler(this.cmdOk_Click);
     //
     // cmdCancle
     //
     this.cmdCancle.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdCancle.Location    = new System.Drawing.Point(102, 70);
     this.cmdCancle.Name        = "cmdCancle";
     this.cmdCancle.SizeToLabel = false;
     this.cmdCancle.TabIndex    = 6;
     this.cmdCancle.Text        = "Kết thúc";
     this.cmdCancle.Click      += new System.EventHandler(this.cmdCancel_Click);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label3.Location  = new System.Drawing.Point(3, 10);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(85, 20);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "Ngày làm việc :";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label4.Location  = new System.Drawing.Point(3, 34);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(85, 20);
     this.label4.TabIndex  = 7;
     this.label4.Text      = "Số liệu tháng :";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label5.Location  = new System.Drawing.Point(118, 34);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(35, 20);
     this.label5.TabIndex  = 8;
     this.label5.Text      = "Năm :";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ngay
     //
     this.ngay.CalendarFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ngay.CustomFormat = "dd/MM/yyyy";
     this.ngay.Font         = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ngay.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.ngay.Location     = new System.Drawing.Point(84, 10);
     this.ngay.Name         = "ngay";
     this.ngay.Size         = new System.Drawing.Size(119, 22);
     this.ngay.TabIndex     = 2;
     this.ngay.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.ngay_KeyDown);
     //
     // mm
     //
     this.mm.Font     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mm.Location = new System.Drawing.Point(84, 34);
     this.mm.Maximum  = new System.Decimal(new int[] {
         12,
         0,
         0,
         0
     });
     this.mm.Minimum = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.mm.Name     = "mm";
     this.mm.Size     = new System.Drawing.Size(35, 22);
     this.mm.TabIndex = 3;
     this.mm.Value    = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.mm.KeyDown += new System.Windows.Forms.KeyEventHandler(this.mm_KeyDown);
     //
     // yyyy
     //
     this.yyyy.Font     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.yyyy.Location = new System.Drawing.Point(153, 34);
     this.yyyy.Maximum  = new System.Decimal(new int[] {
         3004,
         0,
         0,
         0
     });
     this.yyyy.Minimum = new System.Decimal(new int[] {
         2004,
         0,
         0,
         0
     });
     this.yyyy.Name     = "yyyy";
     this.yyyy.Size     = new System.Drawing.Size(50, 22);
     this.yyyy.TabIndex = 4;
     this.yyyy.Value    = new System.Decimal(new int[] {
         2004,
         0,
         0,
         0
     });
     this.yyyy.KeyDown += new System.Windows.Forms.KeyEventHandler(this.yyyy_KeyDown);
     //
     // frmDoingay
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(214, 115);
     this.ControlBox        = false;
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.mm,
         this.yyyy,
         this.ngay,
         this.label5,
         this.label4,
         this.label3,
         this.cmdCancle,
         this.cmdOk
     });
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmDoingay";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Đổi ngày";
     ((System.ComponentModel.ISupportInitialize)(this.mm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.yyyy)).EndInit();
     this.ResumeLayout(false);
 }
예제 #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(frmLogin));
     this.label1      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.txtuser     = new System.Windows.Forms.TextBox();
     this.txtpassword = new System.Windows.Forms.TextBox();
     this.cmdOk       = new Wildgrape.Aqua.Controls.Button();
     this.cmdCancle   = new Wildgrape.Aqua.Controls.Button();
     this.label3      = new System.Windows.Forms.Label();
     this.label4      = new System.Windows.Forms.Label();
     this.label5      = new System.Windows.Forms.Label();
     this.ngay        = new System.Windows.Forms.DateTimePicker();
     this.mm          = new System.Windows.Forms.NumericUpDown();
     this.yyyy        = new System.Windows.Forms.NumericUpDown();
     ((System.ComponentModel.ISupportInitialize)(this.mm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.yyyy)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location  = new System.Drawing.Point(5, 12);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(105, 14);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Tên người sử dụng :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label2.Location  = new System.Drawing.Point(10, 33);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 20);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Mật khẩu truy cập :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtuser
     //
     this.txtuser.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtuser.ForeColor = System.Drawing.SystemColors.ControlText;
     this.txtuser.Location  = new System.Drawing.Point(106, 7);
     this.txtuser.MaxLength = 10;
     this.txtuser.Name      = "txtuser";
     this.txtuser.Size      = new System.Drawing.Size(119, 22);
     this.txtuser.TabIndex  = 0;
     this.txtuser.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtuser_KeyDown);
     //
     // txtpassword
     //
     this.txtpassword.Font         = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtpassword.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtpassword.Location     = new System.Drawing.Point(106, 31);
     this.txtpassword.MaxLength    = 50;
     this.txtpassword.Name         = "txtpassword";
     this.txtpassword.PasswordChar = '*';
     this.txtpassword.Size         = new System.Drawing.Size(119, 22);
     this.txtpassword.TabIndex     = 1;
     this.txtpassword.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txtpassword_KeyDown);
     //
     // cmdOk
     //
     this.cmdOk.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdOk.Location    = new System.Drawing.Point(36, 112);
     this.cmdOk.Name        = "cmdOk";
     this.cmdOk.SizeToLabel = false;
     this.cmdOk.TabIndex    = 5;
     this.cmdOk.Text        = "Chọn";
     this.cmdOk.Click      += new System.EventHandler(this.cmdOk_Click);
     //
     // cmdCancle
     //
     this.cmdCancle.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdCancle.Location    = new System.Drawing.Point(116, 112);
     this.cmdCancle.Name        = "cmdCancle";
     this.cmdCancle.SizeToLabel = false;
     this.cmdCancle.TabIndex    = 6;
     this.cmdCancle.Text        = "Kết thúc";
     this.cmdCancle.Click      += new System.EventHandler(this.cmdCancel_Click);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label3.Location  = new System.Drawing.Point(10, 55);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(100, 20);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "Ngày làm việc :";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label4.Location  = new System.Drawing.Point(10, 79);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 20);
     this.label4.TabIndex  = 7;
     this.label4.Text      = "Số liệu tháng :";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label5.Location  = new System.Drawing.Point(144, 79);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(35, 20);
     this.label5.TabIndex  = 8;
     this.label5.Text      = "Năm :";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ngay
     //
     this.ngay.CalendarFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ngay.CustomFormat = "dd/MM/yyyy";
     this.ngay.Font         = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ngay.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.ngay.Location     = new System.Drawing.Point(106, 55);
     this.ngay.Name         = "ngay";
     this.ngay.Size         = new System.Drawing.Size(119, 22);
     this.ngay.TabIndex     = 2;
     this.ngay.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.ngay_KeyDown);
     //
     // mm
     //
     this.mm.Font     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mm.Location = new System.Drawing.Point(106, 79);
     this.mm.Maximum  = new decimal(new int[] {
         12,
         0,
         0,
         0
     });
     this.mm.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.mm.Name     = "mm";
     this.mm.Size     = new System.Drawing.Size(35, 22);
     this.mm.TabIndex = 3;
     this.mm.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.mm.KeyDown += new System.Windows.Forms.KeyEventHandler(this.mm_KeyDown);
     //
     // yyyy
     //
     this.yyyy.Font     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.yyyy.Location = new System.Drawing.Point(175, 79);
     this.yyyy.Maximum  = new decimal(new int[] {
         3004,
         0,
         0,
         0
     });
     this.yyyy.Minimum = new decimal(new int[] {
         2004,
         0,
         0,
         0
     });
     this.yyyy.Name     = "yyyy";
     this.yyyy.Size     = new System.Drawing.Size(50, 22);
     this.yyyy.TabIndex = 4;
     this.yyyy.Value    = new decimal(new int[] {
         2004,
         0,
         0,
         0
     });
     this.yyyy.KeyDown += new System.Windows.Forms.KeyEventHandler(this.yyyy_KeyDown);
     //
     // frmLogin
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(234, 155);
     this.ControlBox        = false;
     this.Controls.Add(this.mm);
     this.Controls.Add(this.yyyy);
     this.Controls.Add(this.ngay);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.cmdCancle);
     this.Controls.Add(this.cmdOk);
     this.Controls.Add(this.txtpassword);
     this.Controls.Add(this.txtuser);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmLogin";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Thông tin ";
     this.Load           += new System.EventHandler(this.frmLogin_Load);
     ((System.ComponentModel.ISupportInitialize)(this.mm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.yyyy)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }