namespace DataManager { partial class frmContactTask { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.btnSaveTask = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.grdCompany = new System.Windows.Forms.DataGridView(); this.btnCompanySearch = new System.Windows.Forms.Button(); this.dtpFollowUpDate = new System.Windows.Forms.DateTimePicker(); this.dtpTaskDate = new System.Windows.Forms.DateTimePicker(); this.txtMemo = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.cmbIsValid = new System.Windows.Forms.ComboBox(); this.cmbPriority = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.cmbTaskType = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.txtCompanyShortName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.btnDelTask = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdCompany)).BeginInit(); this.SuspendLayout(); // // btnSaveTask // this.btnSaveTask.Location = new System.Drawing.Point(529, 318); this.btnSaveTask.Name = "btnSaveTask"; this.btnSaveTask.Size = new System.Drawing.Size(75, 28); this.btnSaveTask.TabIndex = 1; this.btnSaveTask.Text = "保 存"; this.btnSaveTask.UseVisualStyleBackColor = true; this.btnSaveTask.Click += new System.EventHandler(this.btnSaveTask_Click); // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.ControlLight; this.panel1.Controls.Add(this.grdCompany); this.panel1.Controls.Add(this.btnCompanySearch); this.panel1.Controls.Add(this.dtpFollowUpDate); this.panel1.Controls.Add(this.dtpTaskDate); this.panel1.Controls.Add(this.txtMemo); this.panel1.Controls.Add(this.label7); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.cmbIsValid); this.panel1.Controls.Add(this.cmbPriority); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.cmbTaskType); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.txtCompanyShortName); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(643, 291); this.panel1.TabIndex = 2; // // grdCompany // this.grdCompany.AllowUserToAddRows = false; this.grdCompany.AllowUserToDeleteRows = false; this.grdCompany.AllowUserToResizeRows = false; this.grdCompany.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdCompany.ColumnHeadersVisible = false; this.grdCompany.ImeMode = System.Windows.Forms.ImeMode.Off; this.grdCompany.Location = new System.Drawing.Point(100, 104); this.grdCompany.Name = "grdCompany"; this.grdCompany.ReadOnly = true; this.grdCompany.RowHeadersVisible = false; this.grdCompany.RowTemplate.Height = 23; this.grdCompany.Size = new System.Drawing.Size(240, 150); this.grdCompany.TabIndex = 16; this.grdCompany.Visible = false; this.grdCompany.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdCompany_CellContentClick); // // btnCompanySearch // this.btnCompanySearch.BackColor = System.Drawing.Color.SkyBlue; this.btnCompanySearch.Location = new System.Drawing.Point(296, 74); this.btnCompanySearch.Name = "btnCompanySearch"; this.btnCompanySearch.Size = new System.Drawing.Size(60, 25); this.btnCompanySearch.TabIndex = 4; this.btnCompanySearch.Text = "搜"; this.btnCompanySearch.UseVisualStyleBackColor = false; this.btnCompanySearch.Click += new System.EventHandler(this.btnCompanySearch_Click); // // dtpFollowUpDate // this.dtpFollowUpDate.Location = new System.Drawing.Point(483, 125); this.dtpFollowUpDate.Name = "dtpFollowUpDate"; this.dtpFollowUpDate.Size = new System.Drawing.Size(121, 23); this.dtpFollowUpDate.TabIndex = 15; // // dtpTaskDate // this.dtpTaskDate.Location = new System.Drawing.Point(483, 25); this.dtpTaskDate.Name = "dtpTaskDate"; this.dtpTaskDate.Size = new System.Drawing.Size(121, 23); this.dtpTaskDate.TabIndex = 14; // // txtMemo // this.txtMemo.Location = new System.Drawing.Point(100, 175); this.txtMemo.Multiline = true; this.txtMemo.Name = "txtMemo"; this.txtMemo.Size = new System.Drawing.Size(504, 90); this.txtMemo.TabIndex = 13; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(33, 178); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(32, 17); this.label7.TabIndex = 12; this.label7.Text = "备注"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(411, 129); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(44, 17); this.label6.TabIndex = 10; this.label6.Text = "跟进日"; // // cmbIsValid // this.cmbIsValid.FormattingEnabled = true; this.cmbIsValid.Location = new System.Drawing.Point(100, 125); this.cmbIsValid.Name = "cmbIsValid"; this.cmbIsValid.Size = new System.Drawing.Size(121, 25); this.cmbIsValid.TabIndex = 9; // // cmbPriority // this.cmbPriority.FormattingEnabled = true; this.cmbPriority.Location = new System.Drawing.Point(483, 75); this.cmbPriority.Name = "cmbPriority"; this.cmbPriority.Size = new System.Drawing.Size(121, 25); this.cmbPriority.TabIndex = 8; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(411, 78); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(44, 17); this.label5.TabIndex = 7; this.label5.Text = "优先级"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(33, 129); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(32, 17); this.label4.TabIndex = 6; this.label4.Text = "状态"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(411, 29); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(32, 17); this.label3.TabIndex = 4; this.label3.Text = "日期"; // // cmbTaskType // this.cmbTaskType.FormattingEnabled = true; this.cmbTaskType.Location = new System.Drawing.Point(100, 25); this.cmbTaskType.Name = "cmbTaskType"; this.cmbTaskType.Size = new System.Drawing.Size(121, 25); this.cmbTaskType.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(33, 78); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(32, 17); this.label2.TabIndex = 2; this.label2.Text = "公司"; // // txtCompanyShortName // this.txtCompanyShortName.Location = new System.Drawing.Point(100, 75); this.txtCompanyShortName.Name = "txtCompanyShortName"; this.txtCompanyShortName.Size = new System.Drawing.Size(197, 23); this.txtCompanyShortName.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(33, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(32, 17); this.label1.TabIndex = 0; this.label1.Text = "任务"; // // btnDelTask // this.btnDelTask.Location = new System.Drawing.Point(36, 318); this.btnDelTask.Name = "btnDelTask"; this.btnDelTask.Size = new System.Drawing.Size(75, 28); this.btnDelTask.TabIndex = 3; this.btnDelTask.Text = "删 除"; this.btnDelTask.UseVisualStyleBackColor = true; // // frmContactTask // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(643, 362); this.Controls.Add(this.btnDelTask); this.Controls.Add(this.panel1); this.Controls.Add(this.btnSaveTask); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "frmContactTask"; this.Text = "联系任务"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdCompany)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnSaveTask; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox cmbTaskType; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtCompanyShortName; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox cmbIsValid; private System.Windows.Forms.ComboBox cmbPriority; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtMemo; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button btnDelTask; private System.Windows.Forms.DateTimePicker dtpFollowUpDate; private System.Windows.Forms.DateTimePicker dtpTaskDate; private System.Windows.Forms.Button btnCompanySearch; private System.Windows.Forms.DataGridView grdCompany; } }