• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

C# Forms.DataGridViewCheckBoxColumn类代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

本文整理汇总了C#中System.Windows.Forms.DataGridViewCheckBoxColumn的典型用法代码示例。如果您正苦于以下问题:C# System.Windows.Forms.DataGridViewCheckBoxColumn类的具体用法?C# System.Windows.Forms.DataGridViewCheckBoxColumn怎么用?C# System.Windows.Forms.DataGridViewCheckBoxColumn使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。



System.Windows.Forms.DataGridViewCheckBoxColumn类属于命名空间,在下文中一共展示了System.Windows.Forms.DataGridViewCheckBoxColumn类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的C#代码示例。

示例1: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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();
     this.button1 = new System.Windows.Forms.Button();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.button2 = new System.Windows.Forms.Button();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.StatusLabel = new System.Windows.Forms.Label();
     this.button3 = new System.Windows.Forms.Button();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.label3 = new System.Windows.Forms.Label();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.label5 = new System.Windows.Forms.Label();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.button4 = new System.Windows.Forms.Button();
     this.Relevant = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.DocumentId = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Date = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Title = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Score = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(328, 27);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "Re-Index";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(119, 27);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(203, 20);
     this.textBox1.TabIndex = 6;
     this.textBox1.Text = "D:\\SearchProject\\reuters21578-xml\\";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 30);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(101, 13);
     this.label1.TabIndex = 5;
     this.label1.Text = "Reuters XML Folder";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(409, 90);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 52);
     this.button2.TabIndex = 3;
     this.button2.Text = "Boolean Search";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(15, 90);
     this.textBox2.Multiline = true;
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(307, 52);
     this.textBox2.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(13, 74);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(124, 13);
     this.label2.TabIndex = 8;
     this.label2.Text = "Enter Search Text below";
     //
     // StatusLabel
     //
     this.StatusLabel.AutoSize = true;
     this.StatusLabel.Location = new System.Drawing.Point(403, 33);
     this.StatusLabel.Name = "StatusLabel";
     this.StatusLabel.Size = new System.Drawing.Size(0, 13);
     this.StatusLabel.TabIndex = 10;
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(328, 56);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 11;
//.........这里部分代码省略.........
开发者ID:arunsun,项目名称:SearchProject,代码行数:101,代码来源:SearchForm.designer.cs


示例2: InitializeComponent

 /// <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;
//.........这里部分代码省略.........
开发者ID:njmube,项目名称:ErpBapSoftNet_Producion,代码行数:101,代码来源:Frm_CanjeLetras_Cronograma.designer.cs


示例3: InitializeComponent

 /// <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();
//.........这里部分代码省略.........
开发者ID:njmube,项目名称:ErpBapSoftNet_Producion,代码行数:101,代码来源:Frm_ventas.designer.cs


示例4: InitializeComponent

 /// <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();
//.........这里部分代码省略.........
开发者ID:njmube,项目名称:ErpBapSoftNet_Producion,代码行数:101,代码来源:Frm_CancelacionesCobranzas.designer.cs


示例5: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Collide = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.Type = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ItemTemplate = new Microsoft.VisualBasic.PowerPacks.DataRepeaterItem();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AllowUserToResizeRows = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.name,
     this.Collide,
     this.Type});
     this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location = new System.Drawing.Point(0, 0);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.ShowEditingIcon = false;
     this.dataGridView1.Size = new System.Drawing.Size(497, 304);
     this.dataGridView1.TabIndex = 0;
     this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellEndEdit);
     this.dataGridView1.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dataGridView1_CellValidating);
     //
     // name
     //
     this.name.HeaderText = "Name";
     this.name.Name = "name";
     this.name.ReadOnly = true;
     //
     // Collide
     //
     this.Collide.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.Collide.HeaderText = "Collide";
     this.Collide.Name = "Collide";
     //
     // Type
     //
     this.Type.HeaderText = "Type";
     this.Type.MaxInputLength = 4;
     this.Type.Name = "Type";
     //
     // ItemTemplate
     //
     this.ItemTemplate.Size = new System.Drawing.Size(232, 100);
     //
     // KCLCollisionTypeSelector
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(497, 304);
     this.Controls.Add(this.dataGridView1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "KCLCollisionTypeSelector";
     this.Text = "Collision Type Selector";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.kclType_FormClosing);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.kclType_FormClosed);
     this.Load += new System.EventHandler(this.kclType_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
开发者ID:Ermelber,项目名称:EveryFileExplorer,代码行数:70,代码来源:KCLCollisionTypeSelector.designer.cs


示例6: InitializeComponent

 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.grdExceptionAdmin = new System.Windows.Forms.DataGridView();
     this.colSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colCreateOn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMessage = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colThreadName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colFormattedMessage = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colCreateBy = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnBatchDelete = new System.Windows.Forms.Button();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnInvertSelect = new System.Windows.Forms.Button();
     this.btnSelectAll = new System.Windows.Forms.Button();
     this.btnClearException = new System.Windows.Forms.Button();
     this.btnExport = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.grdExceptionAdmin)).BeginInit();
     this.SuspendLayout();
     //
     // grdExceptionAdmin
     //
     this.grdExceptionAdmin.AllowUserToAddRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.AliceBlue;
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(168)))), ((int)(((byte)(255)))));
     this.grdExceptionAdmin.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.grdExceptionAdmin.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grdExceptionAdmin.BackgroundColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     this.grdExceptionAdmin.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.grdExceptionAdmin.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdExceptionAdmin.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colSelected,
     this.colCreateOn,
     this.colMessage,
     this.colThreadName,
     this.colFormattedMessage,
     this.colCreateBy});
     this.grdExceptionAdmin.Location = new System.Drawing.Point(7, 42);
     this.grdExceptionAdmin.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.grdExceptionAdmin.MultiSelect = false;
     this.grdExceptionAdmin.Name = "grdExceptionAdmin";
     this.grdExceptionAdmin.RowTemplate.Height = 23;
     this.grdExceptionAdmin.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdExceptionAdmin.Size = new System.Drawing.Size(850, 456);
     this.grdExceptionAdmin.TabIndex = 0;
     this.grdExceptionAdmin.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdExceptionAdmin_CellDoubleClick);
     this.grdExceptionAdmin.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.grdExceptionAdmin_UserDeletingRow);
     //
     // colSelected
     //
     this.colSelected.DataPropertyName = "Selected";
     this.colSelected.Frozen = true;
     this.colSelected.HeaderText = "选择";
     this.colSelected.Name = "colSelected";
     this.colSelected.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.colSelected.Width = 50;
     //
     // colCreateOn
     //
     this.colCreateOn.DataPropertyName = "CreateOn";
     this.colCreateOn.HeaderText = "发生时间";
     this.colCreateOn.MaxInputLength = 20;
     this.colCreateOn.Name = "colCreateOn";
     this.colCreateOn.ReadOnly = true;
     this.colCreateOn.Width = 120;
     //
     // colMessage
     //
     this.colMessage.DataPropertyName = "Message";
     this.colMessage.HeaderText = "异常信息";
     this.colMessage.MaxInputLength = 800;
     this.colMessage.Name = "colMessage";
     this.colMessage.ReadOnly = true;
     this.colMessage.Width = 400;
     //
     // colThreadName
     //
     this.colThreadName.DataPropertyName = "ThreadName";
     this.colThreadName.HeaderText = "异常信息来源";
     this.colThreadName.MaxInputLength = 200;
     this.colThreadName.Name = "colThreadName";
     this.colThreadName.ReadOnly = true;
     //
     // colFormattedMessage
     //
     this.colFormattedMessage.DataPropertyName = "FormattedMessage";
     this.colFormattedMessage.HeaderText = "异常信息描述";
//.........这里部分代码省略.........
开发者ID:huoxudong125,项目名称:DotNet,代码行数:101,代码来源:FrmExceptionAdmin.designer.cs


示例7: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_linea));
     this.gridlinea = new System.Windows.Forms.DataGridView();
     this.glineaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.glineaname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gestructuraid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.usuar = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.feact = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fecre = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ctaalmacen = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ctaconsumo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ctavarexist = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ctacargaimput = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.moduloid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._nostock = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.nostock = new DevExpress.XtraEditors.RadioGroup();
     this.estructuraid = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.lineaid = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.lineaname = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.fechadoc = new System.Windows.Forms.DateTimePicker();
     this.label16 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label11 = new System.Windows.Forms.Label();
     this.Botonera = new System.Windows.Forms.ToolStrip();
     this.btn_nuevo = new System.Windows.Forms.ToolStripButton();
     this.btn_editar = new System.Windows.Forms.ToolStripButton();
     this.btn_cancelar = new System.Windows.Forms.ToolStripButton();
     this.btn_grabar = new System.Windows.Forms.ToolStripButton();
     this.btn_eliminar = new System.Windows.Forms.ToolStripButton();
     this.btn_imprimir = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_primero = new System.Windows.Forms.ToolStripButton();
     this.btn_anterior = new System.Windows.Forms.ToolStripButton();
     this.btn_siguiente = new System.Windows.Forms.ToolStripButton();
     this.btn_ultimo = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_clave = new System.Windows.Forms.ToolStripButton();
     this.btn_log = new System.Windows.Forms.ToolStripButton();
     this.btn_salir = new System.Windows.Forms.ToolStripButton();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.btn_busqueda = new System.Windows.Forms.Button();
     this.label5 = new System.Windows.Forms.Label();
     this.txt_criterio = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.gridlinea)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nostock.Properties)).BeginInit();
     this.panel1.SuspendLayout();
     this.Botonera.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // gridlinea
     //
     this.gridlinea.AllowUserToAddRows = false;
     this.gridlinea.AllowUserToDeleteRows = false;
     this.gridlinea.AllowUserToResizeColumns = false;
     this.gridlinea.AllowUserToResizeRows = false;
     this.gridlinea.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.gridlinea.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.gridlinea.ColumnHeadersHeight = 20;
     this.gridlinea.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.glineaid,
     this.glineaname,
     this.gestructuraid,
     this.usuar,
     this.feact,
     this.fecre,
     this.ctaalmacen,
     this.ctaconsumo,
     this.ctavarexist,
     this.ctacargaimput,
     this.moduloid,
     this._nostock});
     this.gridlinea.Location = new System.Drawing.Point(4, 238);
     this.gridlinea.MultiSelect = false;
     this.gridlinea.Name = "gridlinea";
     this.gridlinea.RowHeadersVisible = false;
     this.gridlinea.RowHeadersWidth = 10;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridlinea.RowsDefaultCellStyle = dataGridViewCellStyle2;
     this.gridlinea.RowTemplate.Height = 20;
     this.gridlinea.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
//.........这里部分代码省略.........
开发者ID:njmube,项目名称:ErpBapSoftNet_Producion,代码行数:101,代码来源:Frm_linea.designer.cs


示例8: InitializeComponent

 /// <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 dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_AfectacionesAFPs));
     this.toolbar = new System.Windows.Forms.ToolStrip();
     this.btnmod = new System.Windows.Forms.ToolStripButton();
     this.btngrabar = new System.Windows.Forms.ToolStripButton();
     this.btncancelar = new System.Windows.Forms.ToolStripButton();
     this.btnload = new System.Windows.Forms.ToolStripButton();
     this.btncerrar = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.GroupBox6 = new System.Windows.Forms.GroupBox();
     this.btnEliminarFila = new System.Windows.Forms.Button();
     this.btnNuevaFila = new System.Windows.Forms.Button();
     this.Examinar = new System.Windows.Forms.DataGridView();
     this.GroupBox1 = new System.Windows.Forms.GroupBox();
     this.Label5 = new System.Windows.Forms.Label();
     this.spnperiodo = new System.Windows.Forms.NumericUpDown();
     this.cboTipoplanilla = new System.Windows.Forms.ComboBox();
     this.cboMes = new System.Windows.Forms.ComboBox();
     this.Label1 = new System.Windows.Forms.Label();
     this.Label2 = new System.Windows.Forms.Label();
     this.ToolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.rubroid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.rubroname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.afecto = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.toolbar.SuspendLayout();
     this.GroupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Examinar)).BeginInit();
     this.GroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spnperiodo)).BeginInit();
     this.SuspendLayout();
     //
     // toolbar
     //
     this.toolbar.AutoSize = false;
     this.toolbar.ImageScalingSize = new System.Drawing.Size(22, 22);
     this.toolbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btnmod,
     this.btngrabar,
     this.btncancelar,
     this.btnload,
     this.btncerrar,
     this.toolStripButton1,
     this.ToolStripSeparator1});
     this.toolbar.Location = new System.Drawing.Point(0, 0);
     this.toolbar.Name = "toolbar";
     this.toolbar.Size = new System.Drawing.Size(482, 31);
     this.toolbar.TabIndex = 8;
     this.toolbar.Text = "ToolStrip1";
     //
     // btnmod
     //
     this.btnmod.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnmod.Image = global::BapFormulariosNet.Properties.Resources.btn_editar;
     this.btnmod.Name = "btnmod";
     this.btnmod.Size = new System.Drawing.Size(26, 28);
     this.btnmod.Text = "Editar";
     this.btnmod.Click += new System.EventHandler(this.btnmod_Click);
     //
     // btngrabar
     //
     this.btngrabar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btngrabar.Image = global::BapFormulariosNet.Properties.Resources.btn_grabar;
     this.btngrabar.Name = "btngrabar";
     this.btngrabar.Size = new System.Drawing.Size(26, 28);
     this.btngrabar.Text = "Guardar";
     this.btngrabar.Click += new System.EventHandler(this.btngrabar_Click);
     //
     // btncancelar
     //
     this.btncancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btncancelar.Image = global::BapFormulariosNet.Properties.Resources.btn_cancelar;
     this.btncancelar.Name = "btncancelar";
     this.btncancelar.Size = new System.Drawing.Size(26, 28);
     this.btncancelar.Text = "Deshacer";
     this.btncancelar.Click += new System.EventHandler(this.btncancelar_Click);
     //
     // btnload
     //
     this.btnload.AutoSize = false;
     this.btnload.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnload.Image = global::BapFormulariosNet.Properties.Resources.btn_refresh;
     this.btnload.Name = "btnload";
     this.btnload.Size = new System.Drawing.Size(30, 30);
     this.btnload.Text = "Actualizar";
     this.btnload.Click += new System.EventHandler(this.btnload_Click);
     //
     // btncerrar
     //
     this.btncerrar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btncerrar.Image = global::BapFormulariosNet.Properties.Resources.btn_salir;
//.........这里部分代码省略.........
开发者ID:njmube,项目名称:ErpBapSoftNet_Producion,代码行数:101,代码来源:Frm_AfectacionesAFPs.designer.cs


示例9: InitializeComponent

 /// <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
     //
//.........这里部分代码省略.........
开发者ID:WendyAnne,项目名称:Hotel-software,代码行数:101,代码来源:usrThanhToan.designer.cs


示例10: InitializeComponent

该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
C# Forms.DataGridViewTextBoxColumn类代码示例发布时间:2022-05-24
下一篇:
C# Forms.DataGridViewCellStyle类代码示例发布时间:2022-05-24
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap