/// <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(Frm_CanjeLetras_Cronograma));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
this.GroupBox2 = new System.Windows.Forms.GroupBox();
this.txttotapagarsoles = new System.Windows.Forms.TextBox();
this.Label3 = new System.Windows.Forms.Label();
this.txttotapagardolares = new System.Windows.Forms.TextBox();
this.Label5 = new System.Windows.Forms.Label();
this.Label6 = new System.Windows.Forms.Label();
this.txtcambio = new System.Windows.Forms.TextBox();
this.Label10 = new System.Windows.Forms.Label();
this.btngenerarletras = new System.Windows.Forms.Button();
this.GroupBox1 = new System.Windows.Forms.GroupBox();
this.txtSerie = new System.Windows.Forms.TextBox();
this.txtnumpagoinicial = new System.Windows.Forms.TextBox();
this.fechavenc = new System.Windows.Forms.DateTimePicker();
this.Label4 = new System.Windows.Forms.Label();
this.Label1 = new System.Windows.Forms.Label();
this.txttotletras = new System.Windows.Forms.TextBox();
this.Label2 = new System.Windows.Forms.Label();
this.btnSalir = new System.Windows.Forms.Button();
this.btnReporte = new System.Windows.Forms.Button();
this.Examinar = new System.Windows.Forms.DataGridView();
this.asientoitems = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ddocuref = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cuentaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cuentaname = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.debehaber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Importe = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ImporteCambio = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.moneda = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.mediopago = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tipdoc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.serdoc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.numdoc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tipcamb = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cencosid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.fechvenc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.nmruc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bancoid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tipref = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.numref = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ctactename = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.flagd_3a = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.cuend_3a = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dfich_3a = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pedidoid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.num_op = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cuenta_Imputable = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label7 = new System.Windows.Forms.Label();
this.txtTotaImporte = new System.Windows.Forms.TextBox();
this.txtTotalImporteCambio = new System.Windows.Forms.TextBox();
this.txtDif = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.GroupBox2.SuspendLayout();
this.GroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.Examinar)).BeginInit();
this.SuspendLayout();
//
// GroupBox2
//
this.GroupBox2.Controls.Add(this.txttotapagarsoles);
this.GroupBox2.Controls.Add(this.Label3);
this.GroupBox2.Controls.Add(this.txttotapagardolares);
this.GroupBox2.Controls.Add(this.Label5);
this.GroupBox2.Controls.Add(this.Label6);
this.GroupBox2.Controls.Add(this.txtcambio);
this.GroupBox2.Controls.Add(this.Label10);
this.GroupBox2.Location = new System.Drawing.Point(12, 5);
this.GroupBox2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.GroupBox2.Name = "GroupBox2";
this.GroupBox2.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.GroupBox2.Size = new System.Drawing.Size(507, 70);
this.GroupBox2.TabIndex = 0;
this.GroupBox2.TabStop = false;
this.GroupBox2.Text = " Datos Importe Deuda - Canje de Letras";
//
// txttotapagarsoles
//
this.txttotapagarsoles.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txttotapagarsoles.Location = new System.Drawing.Point(122, 36);
this.txttotapagarsoles.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txttotapagarsoles.MaxLength = 13;
this.txttotapagarsoles.Name = "txttotapagarsoles";
this.txttotapagarsoles.Size = new System.Drawing.Size(136, 23);
this.txttotapagarsoles.TabIndex = 1;
this.txttotapagarsoles.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// Label3
//
this.Label3.AutoSize = true;
//.........这里部分代码省略.........
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_ventas));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.btn_del = new System.Windows.Forms.Button();
this.btn_add = new System.Windows.Forms.Button();
this.label12 = new System.Windows.Forms.Label();
this.telef = new System.Windows.Forms.TextBox();
this.vendpername = new System.Windows.Forms.TextBox();
this.vendperid = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.ctacte = new System.Windows.Forms.TextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.txtvuelto = new System.Windows.Forms.TextBox();
this.txtefectivo = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.valventa = new System.Windows.Forms.TextBox();
this.dctoTda = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.lbl_valor = new System.Windows.Forms.Label();
this.totimporte = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.totimpto = new System.Windows.Forms.TextBox();
this.txt_valor = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.dctoTotal = new System.Windows.Forms.TextBox();
this.label39 = new System.Windows.Forms.Label();
this.dctoTarj = new System.Windows.Forms.TextBox();
this.totdscto1 = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.bruto = new System.Windows.Forms.TextBox();
this.label40 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.totpzas = new System.Windows.Forms.TextBox();
this.txt_stock = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.itemsT = new System.Windows.Forms.TextBox();
this.shapeContainer3 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
this.lineShape4 = new Microsoft.VisualBasic.PowerPacks.LineShape();
this.lineShape3 = new Microsoft.VisualBasic.PowerPacks.LineShape();
this.griddetallemov = new System.Windows.Forms.DataGridView();
this.nostock = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.item = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.productid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.productname = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.rollo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.unmed = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Ubicacion = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.stock_old = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.stock = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.precventa = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.costoultimo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.costopromed = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cantidad = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cantidad_old = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.precioanterior = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.precunit = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.valor = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dtotimpto = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.importe = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.importfac = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dalmacaccionid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cantidadcta = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.direc = new System.Windows.Forms.TextBox();
this.ctactename = new System.Windows.Forms.TextBox();
this.nmruc = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.btn_refresh_tcamb = new DevExpress.XtraEditors.SimpleButton();
this.chkfijar = new DevExpress.XtraEditors.CheckEdit();
this.cbo_incprec = new System.Windows.Forms.ComboBox();
this.label20 = new System.Windows.Forms.Label();
this.lbltitulo = new System.Windows.Forms.Label();
this.label41 = new System.Windows.Forms.Label();
this.tipimptotasa = new System.Windows.Forms.ComboBox();
this.fechdoc = new System.Windows.Forms.DateTimePicker();
this.moneda = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.numdoc = new System.Windows.Forms.TextBox();
this.tcamb = new System.Windows.Forms.TextBox();
//.........这里部分代码省略.........
/// <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(Frm_CancelacionesCobranzas));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
this.GroupBox1 = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.txtCuentaname = new System.Windows.Forms.TextBox();
this.GroupBox6 = new System.Windows.Forms.GroupBox();
this.rbAnalisis2 = new System.Windows.Forms.RadioButton();
this.rbAnalisis1 = new System.Windows.Forms.RadioButton();
this.Label3 = new System.Windows.Forms.Label();
this.txtGlosa = new System.Windows.Forms.TextBox();
this.btnSeleccionarproveedores = new System.Windows.Forms.Button();
this.GroupBox10 = new System.Windows.Forms.GroupBox();
this.rbMultiplesdetalles = new System.Windows.Forms.RadioButton();
this.rbDetalle = new System.Windows.Forms.RadioButton();
this.chkCuenta = new System.Windows.Forms.CheckBox();
this.txtCtactename = new System.Windows.Forms.TextBox();
this.txtCuenta = new System.Windows.Forms.TextBox();
this.btnGenerarPendientes = new System.Windows.Forms.Button();
this.txtRuc = new System.Windows.Forms.TextBox();
this.TabCancelaciones = new System.Windows.Forms.TabControl();
this.TabPage1 = new System.Windows.Forms.TabPage();
this.cboModalidad = new System.Windows.Forms.ComboBox();
this.label21 = new System.Windows.Forms.Label();
this.txtcuentaid = new System.Windows.Forms.TextBox();
this.cboFefectivo = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
this.cboBanco = new System.Windows.Forms.ComboBox();
this.cboFpago = new System.Windows.Forms.ComboBox();
this.examinar = new System.Windows.Forms.DataGridView();
this.selecciona = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.ctactename = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.debehaber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pedidoid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.num_op = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cuentaname = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tipoper = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cuentaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tipdoc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.serdoc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.numdoc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.fechdoc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.fechvenc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.moneda = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.saldo1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.saldo2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.monedap = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pagosoles = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pagodolares = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.asiento = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tipcamb = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.glosa = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.porcdetraccion = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.original1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.original2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.fEmision = new System.Windows.Forms.DateTimePicker();
this.txtTipCamb = new System.Windows.Forms.TextBox();
this.txtnomdetalle = new System.Windows.Forms.TextBox();
this.btnPagoauto = new System.Windows.Forms.Button();
this.cboMoneda = new System.Windows.Forms.ComboBox();
this.txtmontoapagar = new System.Windows.Forms.TextBox();
this.GroupBox5 = new System.Windows.Forms.GroupBox();
this.Label6 = new System.Windows.Forms.Label();
this.Label7 = new System.Windows.Forms.Label();
this.lbldolaresseleccionado = new System.Windows.Forms.Label();
this.lblsolesseleccionado = new System.Windows.Forms.Label();
this.txtNumpago = new System.Windows.Forms.TextBox();
this.Label1 = new System.Windows.Forms.Label();
this.txtconcepto = new System.Windows.Forms.TextBox();
this.txtDsubdiario = new System.Windows.Forms.TextBox();
this.Label18 = new System.Windows.Forms.Label();
this.txtCodsubdiario = new System.Windows.Forms.TextBox();
this.GroupBox21 = new System.Windows.Forms.GroupBox();
this.rbSoles = new System.Windows.Forms.RadioButton();
this.rbDolares = new System.Windows.Forms.RadioButton();
this.Label15 = new System.Windows.Forms.Label();
this.Label10 = new System.Windows.Forms.Label();
this.Label5 = new System.Windows.Forms.Label();
this.txtglosacampo = new System.Windows.Forms.TextBox();
this.GroupBox4 = new System.Windows.Forms.GroupBox();
this.btnVervoucher = new System.Windows.Forms.Button();
this.btnGeneravoucher = new System.Windows.Forms.Button();
this.btnSalir = new System.Windows.Forms.Button();
this.GroupBox3 = new System.Windows.Forms.GroupBox();
//.........这里部分代码省略.........
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.lblPhong = new System.Windows.Forms.Label();
this.glkPhong = new DevExpress.XtraEditors.GridLookUpEdit();
this.glkvPhong = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colMaPhong = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMaPhieu = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGia = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGioNhan = new DevExpress.XtraGrid.Columns.GridColumn();
this.grpDV = new DevExpress.XtraEditors.GroupControl();
this.lblGioTinh = new System.Windows.Forms.DataGridView();
this.colNgayThue = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colDichVu = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colDonGia = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colSoLuong = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colThanhTien = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lblNgayNhan = new System.Windows.Forms.Label();
this.lblNgayTra = new System.Windows.Forms.Label();
this.grpPT = new DevExpress.XtraEditors.GroupControl();
this.grdPT = new System.Windows.Forms.DataGridView();
this.colMaPT = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colPhuThu = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colPhanTramPThu = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colChonPThu = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.grpCK = new DevExpress.XtraEditors.GroupControl();
this.grdCK = new System.Windows.Forms.DataGridView();
this.colMaCK = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colChietKhau = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colPhanTram = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colChon = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.label4 = new System.Windows.Forms.Label();
this.txtTongTien = new System.Windows.Forms.TextBox();
this.txtPhuThu = new System.Windows.Forms.TextBox();
this.lblPT = new System.Windows.Forms.Label();
this.txtChietKhau = new System.Windows.Forms.TextBox();
this.lblCK = new System.Windows.Forms.Label();
this.lblDonGia = new System.Windows.Forms.Label();
this.lblGia = new System.Windows.Forms.Label();
this.groupControl = new DevExpress.XtraEditors.GroupControl();
this.txtGioiTinh = new System.Windows.Forms.TextBox();
this.label23 = new System.Windows.Forms.Label();
this.txtEmail = new System.Windows.Forms.TextBox();
this.lblEmail = new System.Windows.Forms.Label();
this.txtCMND = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.txtHoTen = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.txtLKH = new System.Windows.Forms.TextBox();
this.lblLoaiKH = new System.Windows.Forms.Label();
this.txtMaKH = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.btnThanhTien = new DevExpress.XtraEditors.SimpleButton();
this.txtDichVu = new System.Windows.Forms.TextBox();
this.lblDV = new System.Windows.Forms.Label();
this.dtpNgayTra = new System.Windows.Forms.DateTimePicker();
this.dtpNgayNhan = new System.Windows.Forms.DateTimePicker();
this.btnThanhToan = new DevExpress.XtraEditors.SimpleButton();
this.txtTienNhan = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txtTienThua = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.lblSoHD = new System.Windows.Forms.Label();
this.lblMaHD = new System.Windows.Forms.Label();
this.btnMakeNew = new DevExpress.XtraEditors.SimpleButton();
this.lblMaPhieu = new System.Windows.Forms.Label();
this.lblPNP = new System.Windows.Forms.Label();
this.lblSoNgay = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.btnHoaDon = new DevExpress.XtraEditors.SimpleButton();
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
((System.ComponentModel.ISupportInitialize)(this.glkPhong.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.glkvPhong)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grpDV)).BeginInit();
this.grpDV.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.lblGioTinh)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grpPT)).BeginInit();
this.grpPT.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdPT)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grpCK)).BeginInit();
this.grpCK.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdCK)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl)).BeginInit();
this.groupControl.SuspendLayout();
this.SuspendLayout();
//
// lblPhong
//
this.lblPhong.AutoSize = true;
this.lblPhong.Location = new System.Drawing.Point(287, 24);
this.lblPhong.Name = "lblPhong";
this.lblPhong.Size = new System.Drawing.Size(41, 13);
this.lblPhong.TabIndex = 0;
this.lblPhong.Text = "Phòng:";
//
// glkPhong
//
//.........这里部分代码省略.........
请发表评论