namespace OAM { partial class frm_add1 { /// /// 必需的设计器变量。 /// 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(frm_add1)); this.pPic = new System.Windows.Forms.Panel(); this.lblCaption = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cmdCanCel = new System.Windows.Forms.Button(); this.cmdOk = new System.Windows.Forms.Button(); this.txtFRemark = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.txtInnerTel = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtEmail = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtFname = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtVirtual = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtTel = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtMobile = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtFnumber = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.txtdeptlist = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.pPic.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // pPic // this.pPic.BackColor = System.Drawing.Color.White; this.pPic.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pPic.BackgroundImage"))); this.pPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.pPic.Controls.Add(this.lblCaption); this.pPic.Dock = System.Windows.Forms.DockStyle.Top; this.pPic.Location = new System.Drawing.Point(0, 0); this.pPic.Name = "pPic"; this.pPic.Size = new System.Drawing.Size(605, 53); this.pPic.TabIndex = 19; // // lblCaption // this.lblCaption.AutoSize = true; this.lblCaption.BackColor = System.Drawing.Color.Transparent; this.lblCaption.Cursor = System.Windows.Forms.Cursors.No; this.lblCaption.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCaption.Location = new System.Drawing.Point(12, 15); this.lblCaption.Name = "lblCaption"; this.lblCaption.Size = new System.Drawing.Size(142, 21); this.lblCaption.TabIndex = 4; this.lblCaption.Text = "人员添加修改"; this.lblCaption.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // groupBox1 // this.groupBox1.Controls.Add(this.txtdeptlist); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.cmdCanCel); this.groupBox1.Controls.Add(this.cmdOk); this.groupBox1.Controls.Add(this.txtFRemark); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.txtInnerTel); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.txtEmail); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.txtFname); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.txtVirtual); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.txtTel); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.txtMobile); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.txtFnumber); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(12, 59); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(584, 348); this.groupBox1.TabIndex = 94; this.groupBox1.TabStop = false; // // cmdCanCel // this.cmdCanCel.Location = new System.Drawing.Point(410, 308); this.cmdCanCel.Name = "cmdCanCel"; this.cmdCanCel.Size = new System.Drawing.Size(75, 23); this.cmdCanCel.TabIndex = 13; this.cmdCanCel.Text = "取消"; this.cmdCanCel.UseVisualStyleBackColor = true; this.cmdCanCel.Click += new System.EventHandler(this.cmdCanCel_Click); // // cmdOk // this.cmdOk.Location = new System.Drawing.Point(116, 308); this.cmdOk.Name = "cmdOk"; this.cmdOk.Size = new System.Drawing.Size(75, 23); this.cmdOk.TabIndex = 12; this.cmdOk.Text = "确定"; this.cmdOk.UseVisualStyleBackColor = true; this.cmdOk.Click += new System.EventHandler(this.cmdOk_Click); // // txtFRemark // this.txtFRemark.Location = new System.Drawing.Point(101, 161); this.txtFRemark.Multiline = true; this.txtFRemark.Name = "txtFRemark"; this.txtFRemark.Size = new System.Drawing.Size(424, 130); this.txtFRemark.TabIndex = 11; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(39, 161); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(53, 12); this.label8.TabIndex = 10; this.label8.Text = "备 注"; // // txtInnerTel // this.txtInnerTel.Location = new System.Drawing.Point(352, 61); this.txtInnerTel.Name = "txtInnerTel"; this.txtInnerTel.Size = new System.Drawing.Size(165, 21); this.txtInnerTel.TabIndex = 9; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(293, 65); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(53, 12); this.label7.TabIndex = 8; this.label7.Text = "内线电话"; // // txtEmail // this.txtEmail.Location = new System.Drawing.Point(352, 93); this.txtEmail.Name = "txtEmail"; this.txtEmail.Size = new System.Drawing.Size(165, 21); this.txtEmail.TabIndex = 9; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(311, 97); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(35, 12); this.label6.TabIndex = 8; this.label6.Text = "Email"; // // txtFname // this.txtFname.Location = new System.Drawing.Point(352, 29); this.txtFname.Name = "txtFname"; this.txtFname.Size = new System.Drawing.Size(165, 21); this.txtFname.TabIndex = 7; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(293, 33); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 6; this.label5.Text = "名 称"; // // txtVirtual // this.txtVirtual.Location = new System.Drawing.Point(101, 125); this.txtVirtual.Name = "txtVirtual"; this.txtVirtual.Size = new System.Drawing.Size(165, 21); this.txtVirtual.TabIndex = 5; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(39, 129); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 4; this.label4.Text = "虚 拟 号"; // // txtTel // this.txtTel.Location = new System.Drawing.Point(101, 61); this.txtTel.Name = "txtTel"; this.txtTel.Size = new System.Drawing.Size(165, 21); this.txtTel.TabIndex = 3; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(39, 65); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 2; this.label3.Text = "电 话"; // // txtMobile // this.txtMobile.Location = new System.Drawing.Point(101, 93); this.txtMobile.Name = "txtMobile"; this.txtMobile.Size = new System.Drawing.Size(165, 21); this.txtMobile.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(39, 97); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 2; this.label2.Text = "手 机"; // // txtFnumber // this.txtFnumber.Location = new System.Drawing.Point(101, 29); this.txtFnumber.Name = "txtFnumber"; this.txtFnumber.Size = new System.Drawing.Size(165, 21); this.txtFnumber.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(39, 33); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 0; this.label1.Text = "代 码"; // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // txtdeptlist // this.txtdeptlist.Enabled = false; this.txtdeptlist.Location = new System.Drawing.Point(352, 125); this.txtdeptlist.Name = "txtdeptlist"; this.txtdeptlist.Size = new System.Drawing.Size(165, 21); this.txtdeptlist.TabIndex = 15; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(293, 129); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(53, 12); this.label9.TabIndex = 14; this.label9.Text = "部 门"; // // frm_add1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(605, 419); this.Controls.Add(this.groupBox1); this.Controls.Add(this.pPic); this.Name = "frm_add1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "人员添加修改"; this.Load += new System.EventHandler(this.timer1_Tick); this.pPic.ResumeLayout(false); this.pPic.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pPic; private System.Windows.Forms.Label lblCaption; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button cmdOk; private System.Windows.Forms.TextBox txtFRemark; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtInnerTel; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txtEmail; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtFname; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtVirtual; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtTel; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtMobile; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtFnumber; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button cmdCanCel; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.TextBox txtdeptlist; private System.Windows.Forms.Label label9; } }