namespace SelM { partial class Xs_ContactBal_K3Dlg { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Xs_ContactBal_K3Dlg)); this.cmdOK = new System.Windows.Forms.Button(); this.cmdCancel = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.cmbYear = new System.Windows.Forms.ComboBox(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.cmdHECusID = new System.Windows.Forms.Button(); this.cmdHBCusID = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.txtHECusID = new System.Windows.Forms.TextBox(); this.txtHBCusID = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // cmdOK // this.cmdOK.Location = new System.Drawing.Point(290, 107); this.cmdOK.Name = "cmdOK"; this.cmdOK.Size = new System.Drawing.Size(68, 23); this.cmdOK.TabIndex = 22; this.cmdOK.Text = "确 定"; this.cmdOK.UseVisualStyleBackColor = true; this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click); // // cmdCancel // this.cmdCancel.Location = new System.Drawing.Point(364, 107); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Size = new System.Drawing.Size(73, 23); this.cmdCancel.TabIndex = 23; this.cmdCancel.Text = "取 消"; this.cmdCancel.UseVisualStyleBackColor = true; this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.cmdHECusID); this.groupBox2.Controls.Add(this.cmdHBCusID); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.txtHECusID); this.groupBox2.Controls.Add(this.txtHBCusID); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.cmbYear); this.groupBox2.Location = new System.Drawing.Point(12, 7); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(425, 94); this.groupBox2.TabIndex = 26; this.groupBox2.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(17, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 3; this.label1.Text = "会计年"; // // cmbYear // this.cmbYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbYear.FormattingEnabled = true; this.cmbYear.Location = new System.Drawing.Point(71, 20); this.cmbYear.Name = "cmbYear"; this.cmbYear.Size = new System.Drawing.Size(128, 20); this.cmbYear.TabIndex = 2; // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // cmdHECusID // this.cmdHECusID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHECusID.Image"))); this.cmdHECusID.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHECusID.Location = new System.Drawing.Point(368, 56); this.cmdHECusID.Name = "cmdHECusID"; this.cmdHECusID.Size = new System.Drawing.Size(22, 22); this.cmdHECusID.TabIndex = 131; this.cmdHECusID.UseVisualStyleBackColor = true; this.cmdHECusID.Click += new System.EventHandler(this.cmdHECusID_Click); // // cmdHBCusID // this.cmdHBCusID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHBCusID.Image"))); this.cmdHBCusID.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHBCusID.Location = new System.Drawing.Point(192, 56); this.cmdHBCusID.Name = "cmdHBCusID"; this.cmdHBCusID.Size = new System.Drawing.Size(22, 22); this.cmdHBCusID.TabIndex = 130; this.cmdHBCusID.UseVisualStyleBackColor = true; this.cmdHBCusID.Click += new System.EventHandler(this.cmdHBCusID_Click); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(220, 61); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(17, 12); this.label6.TabIndex = 129; this.label6.Text = "至"; // // txtHECusID // this.txtHECusID.Location = new System.Drawing.Point(252, 57); this.txtHECusID.Name = "txtHECusID"; this.txtHECusID.Size = new System.Drawing.Size(121, 21); this.txtHECusID.TabIndex = 128; // // txtHBCusID // this.txtHBCusID.Location = new System.Drawing.Point(71, 58); this.txtHBCusID.Name = "txtHBCusID"; this.txtHBCusID.Size = new System.Drawing.Size(121, 21); this.txtHBCusID.TabIndex = 127; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(14, 63); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(47, 12); this.label7.TabIndex = 126; this.label7.Text = "客 户"; // // Xs_ContactBal_K3Dlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(447, 141); this.Controls.Add(this.groupBox2); this.Controls.Add(this.cmdCancel); this.Controls.Add(this.cmdOK); this.Name = "Xs_ContactBal_K3Dlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "过滤条件"; this.Load += new System.EventHandler(this.Xs_ContactBal_K3Dlg_Load); this.Activated += new System.EventHandler(this.Xs_SellOutDayReportDlg_Activated); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button cmdOK; private System.Windows.Forms.Button cmdCancel; public System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Label label1; public System.Windows.Forms.ComboBox cmbYear; private System.Windows.Forms.Button cmdHECusID; private System.Windows.Forms.Button cmdHBCusID; private System.Windows.Forms.Label label6; public System.Windows.Forms.TextBox txtHECusID; public System.Windows.Forms.TextBox txtHBCusID; private System.Windows.Forms.Label label7; } }