namespace GanttChartPoC.GanttChart { partial class SimpleGanttChart { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.ChartPictureBox = new System.Windows.Forms.PictureBox(); this.TaskToolTip = new System.Windows.Forms.ToolTip(this.components); ((System.ComponentModel.ISupportInitialize)(this.ChartPictureBox)).BeginInit(); this.SuspendLayout(); // // ChartPictureBox // this.ChartPictureBox.Location = new System.Drawing.Point(7, 7); this.ChartPictureBox.Margin = new System.Windows.Forms.Padding(4); this.ChartPictureBox.Name = "ChartPictureBox"; this.ChartPictureBox.Size = new System.Drawing.Size(603, 437); this.ChartPictureBox.TabIndex = 0; this.ChartPictureBox.TabStop = false; this.ChartPictureBox.Paint += new System.Windows.Forms.PaintEventHandler(this.ChartPictureBox_Paint); this.ChartPictureBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ChartPictureBox_MouseDown); this.ChartPictureBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ChartPictureBox_MouseMove); this.ChartPictureBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ChartPictureBox_MouseUp); // // SimpleGanttChart // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.Controls.Add(this.ChartPictureBox); this.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "SimpleGanttChart"; this.Size = new System.Drawing.Size(897, 544); ((System.ComponentModel.ISupportInitialize)(this.ChartPictureBox)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox ChartPictureBox; private System.Windows.Forms.ToolTip TaskToolTip; } }