namespace BaseSet { partial class Gy_ClassTimePrjGroup { /// /// 必需的设计器变量。 /// 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(Gy_ClassTimePrjGroup)); this.txtHName = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.cmdOK = new System.Windows.Forms.Button(); this.cmdCancel = new System.Windows.Forms.Button(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.txtHNumber = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtHDeptID = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtHRemark = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.cmdHDeptID = new System.Windows.Forms.Button(); this.SuspendLayout(); // // txtHName // this.txtHName.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHName.Location = new System.Drawing.Point(93, 42); this.txtHName.Name = "txtHName"; this.txtHName.Size = new System.Drawing.Size(204, 21); this.txtHName.TabIndex = 9; // // label3 // this.label3.Location = new System.Drawing.Point(21, 45); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(64, 27); this.label3.TabIndex = 8; this.label3.Text = "核算方式组名称"; // // cmdOK // this.cmdOK.Location = new System.Drawing.Point(163, 183); this.cmdOK.Name = "cmdOK"; this.cmdOK.Size = new System.Drawing.Size(71, 27); this.cmdOK.TabIndex = 7; this.cmdOK.Text = "确 定"; this.cmdOK.UseVisualStyleBackColor = true; this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click); // // cmdCancel // this.cmdCancel.Location = new System.Drawing.Point(250, 183); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Size = new System.Drawing.Size(68, 27); this.cmdCancel.TabIndex = 10; this.cmdCancel.Text = "取 消"; this.cmdCancel.UseVisualStyleBackColor = true; this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click); // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 10; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // txtHNumber // this.txtHNumber.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHNumber.Location = new System.Drawing.Point(93, 13); this.txtHNumber.Name = "txtHNumber"; this.txtHNumber.Size = new System.Drawing.Size(204, 21); this.txtHNumber.TabIndex = 12; // // label1 // this.label1.Location = new System.Drawing.Point(21, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 27); this.label1.TabIndex = 11; this.label1.Text = "核算方式组代码"; // // txtHDeptID // this.txtHDeptID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHDeptID.Location = new System.Drawing.Point(93, 73); this.txtHDeptID.Name = "txtHDeptID"; this.txtHDeptID.Size = new System.Drawing.Size(204, 21); this.txtHDeptID.TabIndex = 14; this.txtHDeptID.Tag = "0"; this.txtHDeptID.TextChanged += new System.EventHandler(this.txtHDeptID_TextChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(21, 76); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 13; this.label2.Text = "部 门"; // // txtHRemark // this.txtHRemark.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHRemark.Location = new System.Drawing.Point(93, 104); this.txtHRemark.Multiline = true; this.txtHRemark.Name = "txtHRemark"; this.txtHRemark.Size = new System.Drawing.Size(225, 68); this.txtHRemark.TabIndex = 16; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(21, 104); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 15; this.label4.Text = "备 注"; // // cmdHDeptID // this.cmdHDeptID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHDeptID.Image"))); this.cmdHDeptID.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHDeptID.Location = new System.Drawing.Point(296, 71); this.cmdHDeptID.Name = "cmdHDeptID"; this.cmdHDeptID.Size = new System.Drawing.Size(22, 22); this.cmdHDeptID.TabIndex = 17; this.cmdHDeptID.UseVisualStyleBackColor = true; this.cmdHDeptID.Click += new System.EventHandler(this.cmdHDeptID_Click); // // Gy_ClassTimePrjGroup // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(339, 222); this.Controls.Add(this.cmdHDeptID); this.Controls.Add(this.txtHRemark); this.Controls.Add(this.label4); this.Controls.Add(this.txtHDeptID); this.Controls.Add(this.label2); this.Controls.Add(this.txtHNumber); this.Controls.Add(this.label1); this.Controls.Add(this.cmdCancel); this.Controls.Add(this.txtHName); this.Controls.Add(this.label3); this.Controls.Add(this.cmdOK); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Gy_ClassTimePrjGroup"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "核算方式组"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtHName; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button cmdOK; private System.Windows.Forms.Button cmdCancel; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.TextBox txtHNumber; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtHDeptID; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtHRemark; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button cmdHDeptID; } }