本文整理汇总了C#中System.Windows.Forms.DateTimePicker类的典型用法代码示例。如果您正苦于以下问题:C# System.Windows.Forms.DateTimePicker类的具体用法?C# System.Windows.Forms.DateTimePicker怎么用?C# System.Windows.Forms.DateTimePicker使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
System.Windows.Forms.DateTimePicker类属于命名空间,在下文中一共展示了System.Windows.Forms.DateTimePicker类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
public override void InitializeComponent()
{
base.InitializeComponent();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DateDataControl));
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// btnDelete
//
this.btnDelete.FlatAppearance.BorderSize = 0;
//
// downBtn
//
this.downBtn.FlatAppearance.BorderSize = 0;
//
// upBtn
//
this.upBtn.FlatAppearance.BorderSize = 0;
//
// splitContainer1
//
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.dateTimePicker1);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.Images.SetKeyName(0, "button_down_9x9.gif");
this.imageList1.Images.SetKeyName(1, "button_up_9x9.gif");
this.imageList1.Images.SetKeyName(2, "button_down_dis_9x9.gif");
this.imageList1.Images.SetKeyName(3, "button_up_dis_9x9.gif");
this.imageList1.Images.SetKeyName(4, "delete_9x9.png");
this.imageList1.Images.SetKeyName(5, "edit_9x9.png");
//
// dateTimePicker1
//
this.dateTimePicker1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dateTimePicker1.Location = new System.Drawing.Point(0, 0);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(170, 20);
this.dateTimePicker1.TabIndex = 0;
//
// DateDataControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.Name = "DateDataControl";
this.Controls.SetChildIndex(this.splitContainer1, 0);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
开发者ID:alpagas,项目名称:outlook-addin,代码行数:57,代码来源:DateDataControl.cs
示例2: CalendarControl_Loaded
void CalendarControl_Loaded(object sender, RoutedEventArgs e)
{
DateTime dateTime = DateTime.Now;
WindowsFormsHost host = new WindowsFormsHost();
System.Windows.Forms.DateTimePicker calendar = new System.Windows.Forms.DateTimePicker();
host.Child = calendar;
this.CalendarContain.Children.Add(host);
WindowsFormsHost hourhost = new WindowsFormsHost();
System.Windows.Forms.TextBox hourTextBox = new System.Windows.Forms.TextBox();
hourTextBox.LostFocus += new EventHandler(hourTextBox_LostFocus);
hourTextBox.Tag = "hour";
hourTextBox.Text = dateTime.Hour.ToString();
hourhost.Child = hourTextBox;
this.HourContain.Children.Add(hourhost);
WindowsFormsHost minutehost = new WindowsFormsHost();
System.Windows.Forms.TextBox minuteTextBox = new System.Windows.Forms.TextBox();
minuteTextBox.LostFocus += new EventHandler(minuteTextBox_LostFocus);
minuteTextBox.Text = dateTime.Minute.ToString();
minuteTextBox.Tag = "minute";
minutehost.Child = minuteTextBox;
this.MinuteContain.Children.Add(minutehost);
}
开发者ID:wuqiangqiang,项目名称:dcs,代码行数:23,代码来源:UcChooseDataTime.xaml.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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBox_Cijena = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.button_izlaz = new System.Windows.Forms.Button();
this.button_DodajOtpremnicu = new System.Windows.Forms.Button();
this.textBox_Tezina = new System.Windows.Forms.TextBox();
this.button_UcitajCijenu = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.textBox_PostanskiBroj = new System.Windows.Forms.TextBox();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Modern No. 20", 18F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(153, 25);
this.label1.TabIndex = 0;
this.label1.Text = "Poštanski broj";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Modern No. 20", 18F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(226, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(85, 25);
this.label2.TabIndex = 2;
this.label2.Text = "Težina ";
//
// textBox_Cijena
//
this.textBox_Cijena.Enabled = false;
this.textBox_Cijena.Font = new System.Drawing.Font("Modern No. 20", 18F, System.Drawing.FontStyle.Bold);
this.textBox_Cijena.Location = new System.Drawing.Point(619, 37);
this.textBox_Cijena.Name = "textBox_Cijena";
this.textBox_Cijena.Size = new System.Drawing.Size(148, 33);
this.textBox_Cijena.TabIndex = 10;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Modern No. 20", 18F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(642, 9);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(75, 25);
this.label3.TabIndex = 4;
this.label3.Text = "Cijena";
//
// button_izlaz
//
this.button_izlaz.AutoSize = true;
this.button_izlaz.BackColor = System.Drawing.Color.Red;
this.button_izlaz.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.button_izlaz.ForeColor = System.Drawing.Color.White;
this.button_izlaz.Location = new System.Drawing.Point(12, 94);
this.button_izlaz.Name = "button_izlaz";
this.button_izlaz.Size = new System.Drawing.Size(118, 42);
this.button_izlaz.TabIndex = 4;
this.button_izlaz.Text = "Gotovo";
this.button_izlaz.UseVisualStyleBackColor = false;
this.button_izlaz.Click += new System.EventHandler(this.button_izlaz_Click);
//
// button_DodajOtpremnicu
//
this.button_DodajOtpremnicu.AutoSize = true;
this.button_DodajOtpremnicu.Font = new System.Drawing.Font("Modern No. 20", 20.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button_DodajOtpremnicu.Location = new System.Drawing.Point(503, 97);
this.button_DodajOtpremnicu.Name = "button_DodajOtpremnicu";
this.button_DodajOtpremnicu.Size = new System.Drawing.Size(110, 39);
this.button_DodajOtpremnicu.TabIndex = 3;
this.button_DodajOtpremnicu.Text = "Spremi";
this.button_DodajOtpremnicu.UseVisualStyleBackColor = true;
this.button_DodajOtpremnicu.Click += new System.EventHandler(this.button_DodajOtpremnicu_Click);
//
// textBox_Tezina
//
this.textBox_Tezina.Font = new System.Drawing.Font("Modern No. 20", 18F, System.Drawing.FontStyle.Bold);
this.textBox_Tezina.Location = new System.Drawing.Point(202, 37);
this.textBox_Tezina.Name = "textBox_Tezina";
this.textBox_Tezina.Size = new System.Drawing.Size(148, 33);
this.textBox_Tezina.TabIndex = 1;
this.textBox_Tezina.TextChanged += new System.EventHandler(this.textBox_Tezina_TextChanged);
//
// button_UcitajCijenu
//
this.button_UcitajCijenu.AutoSize = true;
this.button_UcitajCijenu.Font = new System.Drawing.Font("Modern No. 20", 20.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button_UcitajCijenu.Location = new System.Drawing.Point(202, 98);
this.button_UcitajCijenu.Name = "button_UcitajCijenu";
this.button_UcitajCijenu.Size = new System.Drawing.Size(170, 39);
//.........这里部分代码省略.........
开发者ID:matijav6,项目名称:Project-Set,代码行数:101,代码来源:Form_Dodaj.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()
{
this.dgvDataSetoran = new System.Windows.Forms.DataGridView();
this.label1 = new System.Windows.Forms.Label();
this.dtpSearch = new System.Windows.Forms.DateTimePicker();
this.cmbSorting = new System.Windows.Forms.ComboBox();
this.txtSearch = new System.Windows.Forms.TextBox();
this.btnEdit = new System.Windows.Forms.Button();
this.btnCari = new System.Windows.Forms.Button();
this.btnSetoranKolektif = new System.Windows.Forms.Button();
this.btnEksport = new System.Windows.Forms.Button();
this.btnSetoranTunai = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dgvDataSetoran)).BeginInit();
this.SuspendLayout();
//
// dgvDataSetoran
//
this.dgvDataSetoran.AllowUserToAddRows = false;
this.dgvDataSetoran.AllowUserToDeleteRows = false;
this.dgvDataSetoran.AllowUserToResizeColumns = false;
this.dgvDataSetoran.AllowUserToResizeRows = false;
this.dgvDataSetoran.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgvDataSetoran.BackgroundColor = System.Drawing.Color.White;
this.dgvDataSetoran.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvDataSetoran.Location = new System.Drawing.Point(28, 62);
this.dgvDataSetoran.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.dgvDataSetoran.Name = "dgvDataSetoran";
this.dgvDataSetoran.ReadOnly = true;
this.dgvDataSetoran.RowHeadersVisible = false;
this.dgvDataSetoran.Size = new System.Drawing.Size(1031, 487);
this.dgvDataSetoran.TabIndex = 42;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
this.label1.Font = new System.Drawing.Font("Trebuchet MS", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Padding = new System.Windows.Forms.Padding(20, 15, 0, 0);
this.label1.Size = new System.Drawing.Size(116, 44);
this.label1.TabIndex = 41;
this.label1.Text = "Setoran";
//
// dtpSearch
//
this.dtpSearch.CustomFormat = "yyyy-MM-dd";
this.dtpSearch.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpSearch.Location = new System.Drawing.Point(168, 586);
this.dtpSearch.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.dtpSearch.Name = "dtpSearch";
this.dtpSearch.Size = new System.Drawing.Size(204, 20);
this.dtpSearch.TabIndex = 98;
this.dtpSearch.Visible = false;
//
// cmbSorting
//
this.cmbSorting.FormattingEnabled = true;
this.cmbSorting.Items.AddRange(new object[] {
"Tampilkan Seluruh Data",
"ID Nasabah",
"ID Simpanan",
"ID Kolektor",
"Tanggal"});
this.cmbSorting.Location = new System.Drawing.Point(27, 557);
this.cmbSorting.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.cmbSorting.Name = "cmbSorting";
this.cmbSorting.Size = new System.Drawing.Size(135, 24);
this.cmbSorting.TabIndex = 96;
this.cmbSorting.Text = "Pencarian Berdasarkan";
this.cmbSorting.SelectedIndexChanged += new System.EventHandler(this.cmbSorting_SelectedIndexChanged);
//
// txtSearch
//
this.txtSearch.Location = new System.Drawing.Point(168, 558);
this.txtSearch.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtSearch.Name = "txtSearch";
this.txtSearch.Size = new System.Drawing.Size(204, 20);
this.txtSearch.TabIndex = 95;
this.txtSearch.Text = "Cari...";
//
// btnEdit
//
this.btnEdit.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnEdit.Image = global::Koperasi.Properties.Resources.edit_icon;
this.btnEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnEdit.Location = new System.Drawing.Point(1065, 140);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(123, 32);
this.btnEdit.TabIndex = 99;
this.btnEdit.Text = "edit";
this.btnEdit.UseVisualStyleBackColor = false;
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// btnCari
//.........这里部分代码省略.........
开发者ID:btmdeveloper,项目名称:kspohksp,代码行数:101,代码来源:SetoranSimpanan.designer.cs
示例5: InitializeComponent
//.........这里部分代码省略.........
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BoardBandFlowCard));
Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool24 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ұ��¯��");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool45 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
Infragistics.Win.Appearance appearance124 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("����ʱ��");
Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool3 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ѡ��A");
Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool4 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ѡ��B");
Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool5 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("ѡ��C");
Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool10 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("���Ʊ��");
Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool6 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("������1");
Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool7 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("������2");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("��¯����");
Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ȡ������");
Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("����");
Infragistics.Win.Appearance appearance177 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool12 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("������3");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("��������");
Infragistics.Win.Appearance appearance119 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance120 = new Infragistics.Win.Appearance();
this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
this.cbx_Other3 = new System.Windows.Forms.CheckBox();
this.cbx_Other2 = new System.Windows.Forms.CheckBox();
this.cbx_Other1 = new System.Windows.Forms.CheckBox();
this.tbQueryBatchNo = new System.Windows.Forms.TextBox();
this.rbtnC = new System.Windows.Forms.RadioButton();
this.rbtnB = new System.Windows.Forms.RadioButton();
this.rbtnA = new System.Windows.Forms.RadioButton();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.tbQueryStoveNo = new System.Windows.Forms.TextBox();
this.cbxDateTime = new System.Windows.Forms.CheckBox();
this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
this.lbl_InFurnance = new System.Windows.Forms.Label();
this.lbl_Mark = new System.Windows.Forms.Label();
this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.dataSet1 = new System.Data.DataSet();
this.dataTable1 = new System.Data.DataTable();
this.dataColumn1 = new System.Data.DataColumn();
this.dataColumn2 = new System.Data.DataColumn();
this.dataColumn3 = new System.Data.DataColumn();
this.dataColumn4 = new System.Data.DataColumn();
this.dataColumn5 = new System.Data.DataColumn();
this.dataColumn6 = new System.Data.DataColumn();
this.dataColumn7 = new System.Data.DataColumn();
this.dataColumn8 = new System.Data.DataColumn();
this.dataColumn9 = new System.Data.DataColumn();
this.dataColumn10 = new System.Data.DataColumn();
this.dataColumn11 = new System.Data.DataColumn();
this.dataColumn12 = new System.Data.DataColumn();
this.dataColumn13 = new System.Data.DataColumn();
this.dataColumn14 = new System.Data.DataColumn();
this.dataColumn15 = new System.Data.DataColumn();
this.dataColumn16 = new System.Data.DataColumn();
this.dataColumn17 = new System.Data.DataColumn();
this.dataColumn19 = new System.Data.DataColumn();
this.dataColumn20 = new System.Data.DataColumn();
this.dataColumn21 = new System.Data.DataColumn();
this.dataColumn22 = new System.Data.DataColumn();
this.dataColumn23 = new System.Data.DataColumn();
开发者ID:Strongc,项目名称:sencond,代码行数:67,代码来源:BilletFlowCard.designer.cs
示例6: 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
示例7: InitializeComponent
//.........这里部分代码省略.........
this.txtCDKhiVaoDieuTri = new System.Windows.Forms.RichTextBox();
this.txtCDKKBCapCuu = new System.Windows.Forms.RichTextBox();
this.chkCDPhauThuat = new System.Windows.Forms.CheckBox();
this.chkCDThuThuat = new System.Windows.Forms.CheckBox();
this.txtCDMaKhiVaoDieuTri = new System.Windows.Forms.TextBox();
this.txtCDMaKKBCapCuu = new System.Windows.Forms.TextBox();
this.txtCDMaNoiChuyenDen = new System.Windows.Forms.TextBox();
this.txtCDNoiChuyenDen = new System.Windows.Forms.TextBox();
this.label26 = new System.Windows.Forms.Label();
this.label25 = new System.Windows.Forms.Label();
this.label24 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtCDBenhKemTheo = new System.Windows.Forms.RichTextBox();
this.txtCDBenhChinh = new System.Windows.Forms.RichTextBox();
this.txtCDMaBenhKemTheo = new System.Windows.Forms.TextBox();
this.txtCDMaBenhChinh = new System.Windows.Forms.TextBox();
this.chkCDBienChung = new System.Windows.Forms.CheckBox();
this.chkCDTaiBien = new System.Windows.Forms.CheckBox();
this.label27 = new System.Windows.Forms.Label();
this.label31 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label();
this.label30 = new System.Windows.Forms.Label();
this.label29 = new System.Windows.Forms.Label();
this.grpQuanLyNguoiBenh = new System.Windows.Forms.GroupBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.chkQLNBKhoaDieuTri = new System.Windows.Forms.CheckBox();
this.chkQLNBKKB = new System.Windows.Forms.CheckBox();
this.chkQLNBCapCuu = new System.Windows.Forms.CheckBox();
this.label21 = new System.Windows.Forms.Label();
this.grdQLNBKhoa = new Janus.Windows.GridEX.GridEX();
this.label14 = new System.Windows.Forms.Label();
this.dtQLNBVaoVien = new System.Windows.Forms.DateTimePicker();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dtQLNBRaVien = new System.Windows.Forms.TextBox();
this.chkQLNBDuaVe = new System.Windows.Forms.CheckBox();
this.chkQLNBBoVe = new System.Windows.Forms.CheckBox();
this.chkQLNBXinVe = new System.Windows.Forms.CheckBox();
this.chkQLNBRaVien = new System.Windows.Forms.CheckBox();
this.chkQLNBCK = new System.Windows.Forms.CheckBox();
this.chkQLNBTuyenDuoi = new System.Windows.Forms.CheckBox();
this.chkQLNBTuyenTren = new System.Windows.Forms.CheckBox();
this.chkQLNBKhac = new System.Windows.Forms.CheckBox();
this.chkQLNBTuDen = new System.Windows.Forms.CheckBox();
this.chkQLNBCoQuanYTe = new System.Windows.Forms.CheckBox();
this.txtQLNBTongSoNgayDieuTri = new Janus.Windows.GridEX.EditControls.EditBox();
this.label20 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.txtQLNBChuyenDen = new Janus.Windows.GridEX.EditControls.EditBox();
this.label17 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.txtQLNBLanVaoVien = new Janus.Windows.GridEX.EditControls.EditBox();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.uiStatusBar1 = new Janus.Windows.UI.StatusBar.UIStatusBar();
this.panel2 = new System.Windows.Forms.Panel();
this.lblMess = new System.Windows.Forms.Label();
this.cmdDelete = new System.Windows.Forms.Button();
this.cmdSave = new Janus.Windows.EditControls.UIButton();
this.cmdInBenhAn = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.grpThongTinBenhNhan)).BeginInit();
this.grpThongTinBenhNhan.SuspendLayout();
开发者ID:khaha2210,项目名称:CodeNewHis,代码行数:67,代码来源:frm_BENHAN_NOITRU.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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fGetAssembly));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.pBFrontImage = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.panel1 = new System.Windows.Forms.Panel();
this.dTPCreatorGet = new System.Windows.Forms.DateTimePicker();
this.label8 = new System.Windows.Forms.Label();
this.tBCreatorSurname = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.dTPCustomerReturn = new System.Windows.Forms.DateTimePicker();
this.label7 = new System.Windows.Forms.Label();
this.tBCustomerSurname = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.pnlFooter = new System.Windows.Forms.Panel();
this.bttnPrev = new System.Windows.Forms.Button();
this.bttnNext = new System.Windows.Forms.Button();
this.bttnCancel = new System.Windows.Forms.Button();
this.pnlHeader = new System.Windows.Forms.Panel();
this.lblHeader = new System.Windows.Forms.Label();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pBFrontImage)).BeginInit();
this.tabPage2.SuspendLayout();
this.panel1.SuspendLayout();
this.pnlFooter.SuspendLayout();
this.pnlHeader.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(-7, -23);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(485, 261);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.pBFrontImage);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(477, 235);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "tabPage1";
this.tabPage1.UseVisualStyleBackColor = true;
//
// pBFrontImage
//
this.pBFrontImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pBFrontImage.Image = global::UchetUSP.Properties.Resources.masterImage;
this.pBFrontImage.Location = new System.Drawing.Point(-37, -9);
this.pBFrontImage.Name = "pBFrontImage";
this.pBFrontImage.Size = new System.Drawing.Size(196, 244);
this.pBFrontImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pBFrontImage.TabIndex = 12;
this.pBFrontImage.TabStop = false;
//
// label2
//
this.label2.Location = new System.Drawing.Point(191, 108);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(262, 31);
this.label2.TabIndex = 10;
this.label2.Text = "Этот мастер поможет принять сборку УСПО от заказчика с отрывным талоном к форме 2" +
"424.";
//
// label3
//
this.label3.Location = new System.Drawing.Point(191, 151);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(262, 31);
this.label3.TabIndex = 11;
this.label3.Text = "Для продолжения нажмите кнопку \"Далее\".";
//
// label1
//
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(191, 40);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(262, 46);
this.label1.TabIndex = 9;
this.label1.Text = "Мастер возврата оснастки на участок сборки УСПО";
//.........这里部分代码省略.........
开发者ID:Blyumenshteyn,项目名称:UchetUSP,代码行数:101,代码来源:fGetAssembly.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.groupBox1 = new System.Windows.Forms.GroupBox();
this.datetodateprintbutton = new System.Windows.Forms.Button();
this.balancedataGridView = new System.Windows.Forms.DataGridView();
this.showbutton = new System.Windows.Forms.Button();
this.todateTimePicker = new System.Windows.Forms.DateTimePicker();
this.label1 = new System.Windows.Forms.Label();
this.fromdateTimePicker = new System.Windows.Forms.DateTimePicker();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.debiotamountlabel = new System.Windows.Forms.Label();
this.creditlabel = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.balancelabel = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.otherdebitlabel = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.totalbalanceprintbutton = new System.Windows.Forms.Button();
this.printDialog1 = new System.Windows.Forms.PrintDialog();
this.cashlabel = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.balancedataGridView)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.datetodateprintbutton);
this.groupBox1.Controls.Add(this.balancedataGridView);
this.groupBox1.Location = new System.Drawing.Point(44, 52);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(973, 475);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Balance Information";
//
// datetodateprintbutton
//
this.datetodateprintbutton.Location = new System.Drawing.Point(865, 438);
this.datetodateprintbutton.Name = "datetodateprintbutton";
this.datetodateprintbutton.Size = new System.Drawing.Size(86, 31);
this.datetodateprintbutton.TabIndex = 7;
this.datetodateprintbutton.Text = "Print";
this.datetodateprintbutton.UseVisualStyleBackColor = true;
this.datetodateprintbutton.Click += new System.EventHandler(this.datetodateprintbutton_Click);
//
// balancedataGridView
//
this.balancedataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.balancedataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.balancedataGridView.Location = new System.Drawing.Point(21, 34);
this.balancedataGridView.Name = "balancedataGridView";
this.balancedataGridView.Size = new System.Drawing.Size(930, 397);
this.balancedataGridView.TabIndex = 0;
//
// showbutton
//
this.showbutton.Location = new System.Drawing.Point(779, 14);
this.showbutton.Name = "showbutton";
this.showbutton.Size = new System.Drawing.Size(86, 31);
this.showbutton.TabIndex = 6;
this.showbutton.Text = "Show";
this.showbutton.UseVisualStyleBackColor = true;
this.showbutton.Click += new System.EventHandler(this.showbutton_Click);
//
// todateTimePicker
//
this.todateTimePicker.Location = new System.Drawing.Point(538, 17);
this.todateTimePicker.Name = "todateTimePicker";
this.todateTimePicker.Size = new System.Drawing.Size(223, 20);
this.todateTimePicker.TabIndex = 5;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(503, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(23, 13);
this.label1.TabIndex = 7;
this.label1.Text = "To:";
//
// fromdateTimePicker
//
this.fromdateTimePicker.Location = new System.Drawing.Point(270, 17);
this.fromdateTimePicker.Name = "fromdateTimePicker";
this.fromdateTimePicker.Size = new System.Drawing.Size(223, 20);
this.fromdateTimePicker.TabIndex = 8;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(231, 18);
this.label3.Name = "label3";
//.........这里部分代码省略.........
开发者ID:Jusharra,项目名称:RMS,代码行数:101,代码来源:DailyBalanceReport.designer.cs
示例10: 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
示例11: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.cboFecFin = new System.Windows.Forms.DateTimePicker();
this.cboFecIni = new System.Windows.Forms.DateTimePicker();
this.btnCancelar = new System.Windows.Forms.Button();
this.lblFecFin = new System.Windows.Forms.Label();
this.lblFecIni = new System.Windows.Forms.Label();
this.btnGenerarRA = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// cboFecFin
//
this.cboFecFin.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.cboFecFin.Location = new System.Drawing.Point(149, 74);
this.cboFecFin.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.cboFecFin.Name = "cboFecFin";
this.cboFecFin.Size = new System.Drawing.Size(129, 20);
this.cboFecFin.TabIndex = 27;
//
// cboFecIni
//
this.cboFecIni.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.cboFecIni.Location = new System.Drawing.Point(149, 19);
this.cboFecIni.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.cboFecIni.Name = "cboFecIni";
this.cboFecIni.Size = new System.Drawing.Size(129, 20);
this.cboFecIni.TabIndex = 28;
//
// btnCancelar
//
this.btnCancelar.Location = new System.Drawing.Point(179, 118);
this.btnCancelar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnCancelar.Name = "btnCancelar";
this.btnCancelar.Size = new System.Drawing.Size(86, 24);
this.btnCancelar.TabIndex = 23;
this.btnCancelar.Text = &q
|
请发表评论