当前位置: 首页>>代码示例>>C#>>正文


C# Forms.DateTimePicker类代码示例

本文整理汇总了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类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的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 = "Cancelar";
     this.btnCancelar.UseVisualStyleBackColor = true;
     this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click);
     //
     // lblFecFin
     //
     this.lblFecFin.AutoSize = true;
     this.lblFecFin.Location = new System.Drawing.Point(30, 74);
     this.lblFecFin.Name = "lblFecFin";
     this.lblFecFin.Size = new System.Drawing.Size(54, 13);
     this.lblFecFin.TabIndex = 25;
     this.lblFecFin.Text = "Fecha Fin";
     //
     // lblFecIni
     //
     this.lblFecIni.AutoSize = true;
     this.lblFecIni.Location = new System.Drawing.Point(30, 25);
     this.lblFecIni.Name = "lblFecIni";
     this.lblFecIni.Size = new System.Drawing.Size(65, 13);
     this.lblFecIni.TabIndex = 24;
     this.lblFecIni.Text = "Fecha Inicio";
     //
     // btnGenerarRA
     //
     this.btnGenerarRA.Location = new System.Drawing.Point(63, 118);
     this.btnGenerarRA.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnGenerarRA.Name = "btnGenerarRA";
     this.btnGenerarRA.Size = new System.Drawing.Size(88, 24);
     this.btnGenerarRA.TabIndex = 26;
     this.btnGenerarRA.Text = "Generar";
     this.btnGenerarRA.UseVisualStyleBackColor = true;
     this.btnGenerarRA.Click += new System.EventHandler(this.btnGenerarRA_Click);
     //
     // frmReporteAsistencia
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(317, 186);
     this.Controls.Add(this.cboFecFin);
     this.Controls.Add(this.cboFecIni);
     this.Controls.Add(this.btnCancelar);
     this.Controls.Add(this.lblFecFin);
     this.Controls.Add(this.lblFecIni);
     this.Controls.Add(this.btnGenerarRA);
     this.Name = "frmReporteAsistencia";
     this.Text = "Reporte de Asistencia";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
开发者ID:pfizzer,项目名称:papyrusten,代码行数:88,代码来源:frmReporteAsistencia.designer.cs

示例12: InitializeComponent


//.........这里部分代码省略.........
     this.txtVehicleNo = new Telerik.WinControls.UI.RadTextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.btnAdd = new Telerik.WinControls.UI.RadButton();
     this.btnPrintInvoice = new Telerik.WinControls.UI.RadButton();
     this.btnClear = new Telerik.WinControls.UI.RadButton();
     this.radPanel1 = new Telerik.WinControls.UI.RadPanel();
     this.txtCustomerName = new Telerik.WinControls.UI.RadTextBox();
     this.grdFillCustomer = new System.Windows.Forms.DataGridView();
     this.com_customer_id = new System.Windows.Forms.ComboBox();
     this.radLabel16 = new Telerik.WinControls.UI.RadLabel();
     this.btnAddPayment = new Telerik.WinControls.UI.RadButton();
     this.txtTotal = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
     this.pnlTube = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.txt_barcode = new System.Windows.Forms.TextBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.grdTubeSize = new Telerik.WinControls.UI.RadGridView();
     this.txtTubeSize = new System.Windows.Forms.TextBox();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.chk_din_tube = new Telerik.WinControls.UI.RadCheckBox();
     this.chkTubeBrand = new Telerik.WinControls.UI.RadCheckBox();
     this.comTubeMake = new Telerik.WinControls.UI.RadComboBox();
     this.chkTubeSize = new Telerik.WinControls.UI.RadCheckBox();
     this.chkTubeMake = new Telerik.WinControls.UI.RadCheckBox();
     this.chkTubeType = new Telerik.WinControls.UI.RadCheckBox();
     this.comTubeBrand = new Telerik.WinControls.UI.RadComboBox();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.rad_tube_c = new System.Windows.Forms.RadioButton();
     this.rad_tube_v = new System.Windows.Forms.RadioButton();
     this.radButton3 = new Telerik.WinControls.UI.RadButton();
     this.radButton7 = new Telerik.WinControls.UI.RadButton();
     this.grdTubesearch = new Telerik.WinControls.UI.RadGridView();
     this.dtpInvoiceDate = new System.Windows.Forms.DateTimePicker();
     this.txt_ReceivedBy = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewTemplate1)).BeginInit();
     this.panel_batary_stock.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chk_brandd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.com_amp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_amp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_din_battery)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_search_size)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdBattry)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton5)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.com_search_brand)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_type)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_size_batery)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblInvoice)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnBattrySearch)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnTyreSearch)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnOtherSearch)).BeginInit();
     this.panel_other_search.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdOther)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnRefreshOher)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSearch)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmdSearchCat)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.check_rear)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.check_front)).BeginInit();
开发者ID:BuddhikaMayadunna,项目名称:CRISTEL-DHANULA-1,代码行数:67,代码来源:Invoice.designer.cs

示例13: 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 dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.pnInfo = new System.Windows.Forms.Panel();
     this.dgvThongTin = new System.Windows.Forms.DataGridView();
     this.tbGhiChu = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.lbNgayGio = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.panel12 = new System.Windows.Forms.Panel();
     this.label47 = new System.Windows.Forms.Label();
     this.pbHoanTat = new System.Windows.Forms.PictureBox();
     this.pnTitle = new System.Windows.Forms.Panel();
     this.lbSelect = new System.Windows.Forms.Label();
     this.lbTitle = new System.Windows.Forms.Label();
     this.pbTitle = new System.Windows.Forms.PictureBox();
     this.pnDetail = new System.Windows.Forms.Panel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.tbMa = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.tbTong = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.ttDetail = new System.Windows.Forms.ToolTip(this.components);
     this.dtpFilter = new System.Windows.Forms.DateTimePicker();
     this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colIdSanPham = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSanPham = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colGia = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSoLuong = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colThanhTien = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pnInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvThongTin)).BeginInit();
     this.panel12.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbHoanTat)).BeginInit();
     this.pnTitle.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbTitle)).BeginInit();
     this.pnDetail.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // pnInfo
     //
     this.pnInfo.Controls.Add(this.dgvThongTin);
     this.pnInfo.ForeColor = System.Drawing.Color.Black;
     this.pnInfo.Location = new System.Drawing.Point(20, 40);
     this.pnInfo.Name = "pnInfo";
     this.pnInfo.Size = new System.Drawing.Size(950, 330);
     this.pnInfo.TabIndex = 56;
     //
     // dgvThongTin
     //
     this.dgvThongTin.AllowUserToAddRows = false;
     this.dgvThongTin.AllowUserToDeleteRows = false;
     this.dgvThongTin.AllowUserToResizeRows = false;
     this.dgvThongTin.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvThongTin.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colId,
     this.colIdSanPham,
     this.colSanPham,
     this.colGia,
     this.colSoLuong,
     this.colThanhTien});
     this.dgvThongTin.Location = new System.Drawing.Point(3, 3);
     this.dgvThongTin.MultiSelect = false;
     this.dgvThongTin.Name = "dgvThongTin";
     this.dgvThongTin.ReadOnly = true;
     this.dgvThongTin.RowHeadersVisible = false;
     this.dgvThongTin.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvThongTin.ShowCellToolTips = false;
     this.dgvThongTin.Size = new System.Drawing.Size(944, 324);
     this.dgvThongTin.TabIndex = 1;
     //
     // tbGhiChu
     //
     this.tbGhiChu.Location = new System.Drawing.Point(331, 30);
     this.tbGhiChu.MaxLength = 200;
     this.tbGhiChu.Multiline = true;
     this.tbGhiChu.Name = "tbGhiChu";
     this.tbGhiChu.ReadOnly = true;
     this.tbGhiChu.Size = new System.Drawing.Size(581, 66);
     this.tbGhiChu.TabIndex = 8;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Location = new System.Drawing.Point(264, 33);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(61, 16);
     this.label4.TabIndex = 97;
     this.label4.Text = "Ghi chú:";
     //
     // lbNgayGio
//.........这里部分代码省略.........
开发者ID:vuchannguyen,项目名称:lg-py,代码行数:101,代码来源:UcDetail.designer.cs

示例14: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label30 = new System.Windows.Forms.Label();
     this.tbBatchNumber = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.tbReceipt = new System.Windows.Forms.TextBox();
     this.tbCardNumber = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tbTransAmt = new System.Windows.Forms.TextBox();
     this.cbTransSign = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.dtTransDate = new System.Windows.Forms.DateTimePicker();
     this.label5 = new System.Windows.Forms.Label();
     this.btnAdd = new System.Windows.Forms.Button();
     this.btnClear = new System.Windows.Forms.Button();
     this.btnClose = new System.Windows.Forms.Button();
     this.rtDescription = new System.Windows.Forms.RichTextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.ForeColor = System.Drawing.Color.Black;
     this.label30.Location = new System.Drawing.Point(22, 19);
     this.label30.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(78, 13);
     this.label30.TabIndex = 112;
     this.label30.Text = "Batch Number:";
     //
     // tbBatchNumber
     //
     this.tbBatchNumber.Location = new System.Drawing.Point(105, 16);
     this.tbBatchNumber.Margin = new System.Windows.Forms.Padding(2);
     this.tbBatchNumber.Name = "tbBatchNumber";
     this.tbBatchNumber.ReadOnly = true;
     this.tbBatchNumber.Size = new System.Drawing.Size(101, 20);
     this.tbBatchNumber.TabIndex = 111;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location = new System.Drawing.Point(28, 86);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(72, 13);
     this.label3.TabIndex = 107;
     this.label3.Text = "Card Number:";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.ForeColor = System.Drawing.Color.Black;
     this.label11.Location = new System.Drawing.Point(35, 66);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(64, 13);
     this.label11.TabIndex = 108;
     this.label11.Text = "Receipt No:";
     //
     // tbReceipt
     //
     this.tbReceipt.Location = new System.Drawing.Point(105, 62);
     this.tbReceipt.Margin = new System.Windows.Forms.Padding(2);
     this.tbReceipt.MaxLength = 16;
     this.tbReceipt.Name = "tbReceipt";
     this.tbReceipt.Size = new System.Drawing.Size(212, 20);
     this.tbReceipt.TabIndex = 0;
     this.tbReceipt.Leave += new System.EventHandler(this.tbReceipt_Leave);
     //
     // tbCardNumber
     //
     this.tbCardNumber.Location = new System.Drawing.Point(105, 83);
     this.tbCardNumber.Margin = new System.Windows.Forms.Padding(2);
     this.tbCardNumber.MaxLength = 16;
     this.tbCardNumber.Name = "tbCardNumber";
     this.tbCardNumber.Size = new System.Drawing.Size(212, 20);
     this.tbCardNumber.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location = new System.Drawing.Point(342, 89);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(87, 13);
     this.label1.TabIndex = 115;
     this.label1.Text = "Transaction Amt:";
     //
     // tbTransAmt
     //
     this.tbTransAmt.Location = new System.Drawing.Point(435, 85);
     this.tbTransAmt.Margin = new System.Windows.Forms.Padding(2);
     this.tbTransAmt.MaxLength = 16;
//.........这里部分代码省略.........
开发者ID:phongferrari,项目名称:source-code-nama,代码行数:101,代码来源:Frm_EnterPay.designer.cs

示例15: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.label19 = new System.Windows.Forms.Label();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.button3 = new System.Windows.Forms.Button();
     this.label22 = new System.Windows.Forms.Label();
     this.textBox20 = new System.Windows.Forms.TextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.textBox19 = new System.Windows.Forms.TextBox();
     this.label20 = new System.Windows.Forms.Label();
     this.textBox18 = new System.Windows.Forms.TextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.textBox16 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.textBox17 = new System.Windows.Forms.TextBox();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.label2 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.label8 = new System.Windows.Forms.Label();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.button4 = new System.Windows.Forms.Button();
     this.label10 = new System.Windows.Forms.Label();
     this.textBox7 = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // comboBox1
     //
     this.comboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.comboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.comboBox1.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(101, 24);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(153, 26);
     this.comboBox1.TabIndex = 0;
     //
     // button1
     //
     this.button1.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Location = new System.Drawing.Point(261, 24);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 26);
     this.button1.TabIndex = 1;
     this.button1.Text = "Show";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.Location = new System.Drawing.Point(339, 24);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 26);
     this.button2.TabIndex = 4;
     this.button2.Text = "Back";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // label19
     //
     this.label19.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label19.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label19.Location = new System.Drawing.Point(24, 26);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(71, 23);
     this.label19.TabIndex = 204;
     this.label19.Text = "Bill No";
     this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dataGridView1
     //
     this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Column11,
     this.Column1,
     this.Column2,
     this.Column5,
     this.Column3,
     this.Column4});
     this.dataGridView1.Location = new System.Drawing.Point(24, 65);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.Size = new System.Drawing.Size(579, 157);
//.........这里部分代码省略.........
开发者ID:Jusharra,项目名称:RMS,代码行数:101,代码来源:AccountStatement.designer.cs


注:本文中的System.Windows.Forms.DateTimePicker类示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。