namespace OAM { partial class frm_MeetingBill { /// /// 必需的设计器变量。 /// 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_MeetingBill)); this.dtpHDate = new System.Windows.Forms.DateTimePicker(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.cmdHMeetID = new System.Windows.Forms.Button(); this.txtHMeetID = new System.Windows.Forms.TextBox(); this.lblCaption = new System.Windows.Forms.Label(); this.txtHItem = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtHReason = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtHDept = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtHEmp = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.dtpHEDate = new System.Windows.Forms.DateTimePicker(); this.txtHRemark = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.cmdOK = new System.Windows.Forms.Button(); this.cmdCancel = new System.Windows.Forms.Button(); this.txtHModel = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // dtpHDate // this.dtpHDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpHDate.Location = new System.Drawing.Point(98, 64); this.dtpHDate.Name = "dtpHDate"; this.dtpHDate.Size = new System.Drawing.Size(111, 21); this.dtpHDate.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(27, 64); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 1; this.label1.Text = "日 期:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(218, 68); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 2; this.label2.Text = "项 目:"; // // cmdHMeetID // this.cmdHMeetID.BackColor = System.Drawing.Color.Transparent; this.cmdHMeetID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHMeetID.Image"))); this.cmdHMeetID.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHMeetID.Location = new System.Drawing.Point(396, 66); this.cmdHMeetID.Name = "cmdHMeetID"; this.cmdHMeetID.Size = new System.Drawing.Size(22, 22); this.cmdHMeetID.TabIndex = 89; this.cmdHMeetID.UseVisualStyleBackColor = false; this.cmdHMeetID.Click += new System.EventHandler(this.cmdHMeetID_Click); // // txtHMeetID // this.txtHMeetID.Location = new System.Drawing.Point(279, 67); this.txtHMeetID.Name = "txtHMeetID"; this.txtHMeetID.Size = new System.Drawing.Size(120, 21); this.txtHMeetID.TabIndex = 90; // // lblCaption // this.lblCaption.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCaption.Location = new System.Drawing.Point(275, 22); this.lblCaption.Name = "lblCaption"; this.lblCaption.Size = new System.Drawing.Size(151, 19); this.lblCaption.TabIndex = 91; this.lblCaption.Text = "会议纪要"; // // txtHItem // this.txtHItem.Location = new System.Drawing.Point(98, 102); this.txtHItem.Multiline = true; this.txtHItem.Name = "txtHItem"; this.txtHItem.Size = new System.Drawing.Size(533, 81); this.txtHItem.TabIndex = 93; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(27, 102); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 92; this.label3.Text = "问题点:"; // // txtHReason // this.txtHReason.Location = new System.Drawing.Point(98, 189); this.txtHReason.Multiline = true; this.txtHReason.Name = "txtHReason"; this.txtHReason.Size = new System.Drawing.Size(533, 81); this.txtHReason.TabIndex = 95; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(27, 189); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 12); this.label4.TabIndex = 94; this.label4.Text = "原因分析:"; // // txtHDept // this.txtHDept.Location = new System.Drawing.Point(98, 276); this.txtHDept.Multiline = true; this.txtHDept.Name = "txtHDept"; this.txtHDept.Size = new System.Drawing.Size(533, 81); this.txtHDept.TabIndex = 97; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(27, 276); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 96; this.label5.Text = "整改措施:"; // // txtHEmp // this.txtHEmp.Location = new System.Drawing.Point(98, 363); this.txtHEmp.Name = "txtHEmp"; this.txtHEmp.Size = new System.Drawing.Size(148, 21); this.txtHEmp.TabIndex = 99; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(37, 364); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 98; this.label6.Text = "负责人:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(286, 364); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(89, 12); this.label7.TabIndex = 101; this.label7.Text = "计划完成日期:"; // // dtpHEDate // this.dtpHEDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpHEDate.Location = new System.Drawing.Point(381, 364); this.dtpHEDate.Name = "dtpHEDate"; this.dtpHEDate.Size = new System.Drawing.Size(121, 21); this.dtpHEDate.TabIndex = 100; // // txtHRemark // this.txtHRemark.Location = new System.Drawing.Point(98, 391); this.txtHRemark.Multiline = true; this.txtHRemark.Name = "txtHRemark"; this.txtHRemark.Size = new System.Drawing.Size(533, 61); this.txtHRemark.TabIndex = 103; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(27, 391); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(65, 12); this.label8.TabIndex = 102; this.label8.Text = "整改结果:"; // // cmdOK // this.cmdOK.Location = new System.Drawing.Point(457, 473); this.cmdOK.Name = "cmdOK"; this.cmdOK.Size = new System.Drawing.Size(75, 31); this.cmdOK.TabIndex = 104; this.cmdOK.Text = "保 存"; this.cmdOK.UseVisualStyleBackColor = true; this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click); // // cmdCancel // this.cmdCancel.Location = new System.Drawing.Point(556, 473); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Size = new System.Drawing.Size(75, 31); this.cmdCancel.TabIndex = 105; this.cmdCancel.Text = "取 消"; this.cmdCancel.UseVisualStyleBackColor = true; this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click); // // txtHModel // this.txtHModel.Location = new System.Drawing.Point(486, 67); this.txtHModel.Name = "txtHModel"; this.txtHModel.Size = new System.Drawing.Size(145, 21); this.txtHModel.TabIndex = 107; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(425, 68); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(65, 12); this.label9.TabIndex = 106; this.label9.Text = "规格型号:"; // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // frm_MeetingBill // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Lavender; this.ClientSize = new System.Drawing.Size(669, 516); this.Controls.Add(this.txtHModel); this.Controls.Add(this.label9); this.Controls.Add(this.cmdCancel); this.Controls.Add(this.cmdOK); this.Controls.Add(this.txtHRemark); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.dtpHEDate); this.Controls.Add(this.txtHEmp); this.Controls.Add(this.label6); this.Controls.Add(this.txtHDept); this.Controls.Add(this.label5); this.Controls.Add(this.txtHReason); this.Controls.Add(this.label4); this.Controls.Add(this.txtHItem); this.Controls.Add(this.label3); this.Controls.Add(this.lblCaption); this.Controls.Add(this.txtHMeetID); this.Controls.Add(this.cmdHMeetID); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.dtpHDate); this.Name = "frm_MeetingBill"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "会议纪要编辑"; this.Load += new System.EventHandler(this.frm_MeetingBill_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DateTimePicker dtpHDate; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button cmdHMeetID; private System.Windows.Forms.TextBox txtHMeetID; private System.Windows.Forms.Label lblCaption; private System.Windows.Forms.TextBox txtHItem; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtHReason; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtHDept; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtHEmp; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.DateTimePicker dtpHEDate; private System.Windows.Forms.TextBox txtHRemark; private System.Windows.Forms.Label label8; private System.Windows.Forms.Button cmdOK; private System.Windows.Forms.Button cmdCancel; private System.Windows.Forms.TextBox txtHModel; private System.Windows.Forms.Label label9; private System.Windows.Forms.Timer timer1; } }