Files
2026-05-29 10:07:05 +08:00

531 lines
26 KiB
C#

namespace Braincase.GanttChart
{
partial class ExampleFull
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExampleFull));
this.panel1 = new System.Windows.Forms.Panel();
this.numericUpDown_TimeInterval = new System.Windows.Forms.NumericUpDown();
this.numericUpDown_indexOneFrameCount = new System.Windows.Forms.NumericUpDown();
this.textBox_CurrentTime = new System.Windows.Forms.TextBox();
this.textBox_AllCountFrame = new System.Windows.Forms.TextBox();
this.pictureBox_Stop = new System.Windows.Forms.PictureBox();
this.pictureBox_Pause = new System.Windows.Forms.PictureBox();
this.pictureBox_Play = new System.Windows.Forms.PictureBox();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.textBox_NowIndex = new System.Windows.Forms.TextBox();
this.textBox_MaxEnd = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.button_Save = new System.Windows.Forms.Button();
this.button_Delete = new System.Windows.Forms.Button();
this.button_Insert = new System.Windows.Forms.Button();
this.label12 = new System.Windows.Forms.Label();
this.textBox_Name = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.textBox_End = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.textBox_Duration = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBox_Start = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textBox_ID = new System.Windows.Forms.TextBox();
this.label_ID = new System.Windows.Forms.Label();
this.button1_ZoomRedues = new System.Windows.Forms.Button();
this.button_ZoomPlus = new System.Windows.Forms.Button();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.timer_Play = new System.Windows.Forms.Timer(this.components);
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this._mChart = new Braincase.GanttChart.Chart();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_TimeInterval)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_indexOneFrameCount)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_Stop)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_Pause)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_Play)).BeginInit();
this.statusStrip1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.numericUpDown_TimeInterval);
this.panel1.Controls.Add(this.numericUpDown_indexOneFrameCount);
this.panel1.Controls.Add(this.textBox_CurrentTime);
this.panel1.Controls.Add(this.textBox_AllCountFrame);
this.panel1.Controls.Add(this.pictureBox_Stop);
this.panel1.Controls.Add(this.pictureBox_Pause);
this.panel1.Controls.Add(this.pictureBox_Play);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.textBox_NowIndex);
this.panel1.Controls.Add(this.textBox_MaxEnd);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.button_Save);
this.panel1.Controls.Add(this.button_Delete);
this.panel1.Controls.Add(this.button_Insert);
this.panel1.Controls.Add(this.label12);
this.panel1.Controls.Add(this.textBox_Name);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.label10);
this.panel1.Controls.Add(this.textBox_End);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.textBox_Duration);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.textBox_Start);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.textBox_ID);
this.panel1.Controls.Add(this.label_ID);
this.panel1.Controls.Add(this.button1_ZoomRedues);
this.panel1.Controls.Add(this.button_ZoomPlus);
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1526, 29);
this.panel1.TabIndex = 5;
//
// numericUpDown_TimeInterval
//
this.numericUpDown_TimeInterval.DecimalPlaces = 2;
this.numericUpDown_TimeInterval.Increment = new decimal(new int[] {
1,
0,
0,
131072});
this.numericUpDown_TimeInterval.Location = new System.Drawing.Point(1161, 2);
this.numericUpDown_TimeInterval.Maximum = new decimal(new int[] {
10,
0,
0,
0});
this.numericUpDown_TimeInterval.Minimum = new decimal(new int[] {
1,
0,
0,
131072});
this.numericUpDown_TimeInterval.Name = "numericUpDown_TimeInterval";
this.numericUpDown_TimeInterval.Size = new System.Drawing.Size(51, 23);
this.numericUpDown_TimeInterval.TabIndex = 11;
this.numericUpDown_TimeInterval.Value = new decimal(new int[] {
1,
0,
0,
131072});
this.numericUpDown_TimeInterval.ValueChanged += new System.EventHandler(this.numericUpDown_TimeInterval_ValueChanged);
//
// numericUpDown_indexOneFrameCount
//
this.numericUpDown_indexOneFrameCount.Location = new System.Drawing.Point(1404, 2);
this.numericUpDown_indexOneFrameCount.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numericUpDown_indexOneFrameCount.Name = "numericUpDown_indexOneFrameCount";
this.numericUpDown_indexOneFrameCount.Size = new System.Drawing.Size(54, 23);
this.numericUpDown_indexOneFrameCount.TabIndex = 10;
this.numericUpDown_indexOneFrameCount.Value = new decimal(new int[] {
1,
0,
0,
0});
this.numericUpDown_indexOneFrameCount.ValueChanged += new System.EventHandler(this.numericUpDown_indexOneFrameCount_ValueChanged);
//
// textBox_CurrentTime
//
this.textBox_CurrentTime.Enabled = false;
this.textBox_CurrentTime.Location = new System.Drawing.Point(1074, 2);
this.textBox_CurrentTime.Name = "textBox_CurrentTime";
this.textBox_CurrentTime.Size = new System.Drawing.Size(45, 23);
this.textBox_CurrentTime.TabIndex = 9;
//
// textBox_AllCountFrame
//
this.textBox_AllCountFrame.Enabled = false;
this.textBox_AllCountFrame.Location = new System.Drawing.Point(969, 1);
this.textBox_AllCountFrame.Name = "textBox_AllCountFrame";
this.textBox_AllCountFrame.Size = new System.Drawing.Size(45, 23);
this.textBox_AllCountFrame.TabIndex = 9;
//
// pictureBox_Stop
//
this.pictureBox_Stop.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Stop.Image")));
this.pictureBox_Stop.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox_Stop.InitialImage")));
this.pictureBox_Stop.Location = new System.Drawing.Point(1373, 1);
this.pictureBox_Stop.Name = "pictureBox_Stop";
this.pictureBox_Stop.Size = new System.Drawing.Size(25, 22);
this.pictureBox_Stop.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox_Stop.TabIndex = 8;
this.pictureBox_Stop.TabStop = false;
this.pictureBox_Stop.Click += new System.EventHandler(this.pictureBox_Stop_Click);
//
// pictureBox_Pause
//
this.pictureBox_Pause.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Pause.Image")));
this.pictureBox_Pause.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox_Pause.InitialImage")));
this.pictureBox_Pause.Location = new System.Drawing.Point(1342, 1);
this.pictureBox_Pause.Name = "pictureBox_Pause";
this.pictureBox_Pause.Size = new System.Drawing.Size(25, 22);
this.pictureBox_Pause.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox_Pause.TabIndex = 8;
this.pictureBox_Pause.TabStop = false;
this.pictureBox_Pause.Click += new System.EventHandler(this.pictureBox_Pause_Click);
//
// pictureBox_Play
//
this.pictureBox_Play.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Play.Image")));
this.pictureBox_Play.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox_Play.InitialImage")));
this.pictureBox_Play.Location = new System.Drawing.Point(1311, 2);
this.pictureBox_Play.Name = "pictureBox_Play";
this.pictureBox_Play.Size = new System.Drawing.Size(25, 22);
this.pictureBox_Play.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox_Play.TabIndex = 8;
this.pictureBox_Play.TabStop = false;
this.pictureBox_Play.Click += new System.EventHandler(this.pictureBox_Play_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(1219, 4);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(33, 15);
this.label7.TabIndex = 7;
this.label7.Text = "帧数";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(1121, 5);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(33, 15);
this.label6.TabIndex = 7;
this.label6.Text = "间隔";
//
// textBox_NowIndex
//
this.textBox_NowIndex.Enabled = false;
this.textBox_NowIndex.Location = new System.Drawing.Point(1253, 1);
this.textBox_NowIndex.Name = "textBox_NowIndex";
this.textBox_NowIndex.Size = new System.Drawing.Size(51, 23);
this.textBox_NowIndex.TabIndex = 6;
this.textBox_NowIndex.TextChanged += new System.EventHandler(this.textBox_TimeInterval_TextChanged);
//
// textBox_MaxEnd
//
this.textBox_MaxEnd.Enabled = false;
this.textBox_MaxEnd.Location = new System.Drawing.Point(849, 1);
this.textBox_MaxEnd.Name = "textBox_MaxEnd";
this.textBox_MaxEnd.Size = new System.Drawing.Size(48, 23);
this.textBox_MaxEnd.TabIndex = 5;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(797, 4);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(46, 15);
this.label1.TabIndex = 4;
this.label1.Text = "总时间";
//
// button_Save
//
this.button_Save.Location = new System.Drawing.Point(177, 3);
this.button_Save.Name = "button_Save";
this.button_Save.Size = new System.Drawing.Size(49, 23);
this.button_Save.TabIndex = 3;
this.button_Save.Text = "保存";
this.button_Save.UseVisualStyleBackColor = true;
this.button_Save.Click += new System.EventHandler(this.button_Save_Click);
//
// button_Delete
//
this.button_Delete.Location = new System.Drawing.Point(122, 3);
this.button_Delete.Name = "button_Delete";
this.button_Delete.Size = new System.Drawing.Size(49, 23);
this.button_Delete.TabIndex = 3;
this.button_Delete.Text = "删除";
this.button_Delete.UseVisualStyleBackColor = true;
this.button_Delete.Click += new System.EventHandler(this.button_Delete_Click);
//
// button_Insert
//
this.button_Insert.Location = new System.Drawing.Point(67, 3);
this.button_Insert.Name = "button_Insert";
this.button_Insert.Size = new System.Drawing.Size(49, 23);
this.button_Insert.TabIndex = 3;
this.button_Insert.Text = "增加";
this.button_Insert.UseVisualStyleBackColor = true;
this.button_Insert.Click += new System.EventHandler(this.button_Insert_Click);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(1015, 6);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(59, 15);
this.label12.TabIndex = 1;
this.label12.Text = "当前时间";
//
// textBox_Name
//
this.textBox_Name.Enabled = false;
this.textBox_Name.Location = new System.Drawing.Point(673, 3);
this.textBox_Name.Name = "textBox_Name";
this.textBox_Name.Size = new System.Drawing.Size(118, 23);
this.textBox_Name.TabIndex = 2;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(619, 7);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(39, 15);
this.label5.TabIndex = 1;
this.label5.Text = "Name";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(933, 5);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(33, 15);
this.label10.TabIndex = 1;
this.label10.Text = "总帧";
//
// textBox_End
//
this.textBox_End.Enabled = false;
this.textBox_End.Location = new System.Drawing.Point(565, 1);
this.textBox_End.Name = "textBox_End";
this.textBox_End.Size = new System.Drawing.Size(48, 23);
this.textBox_End.TabIndex = 2;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(532, 6);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(27, 15);
this.label4.TabIndex = 1;
this.label4.Text = "End";
//
// textBox_Duration
//
this.textBox_Duration.Enabled = false;
this.textBox_Duration.Location = new System.Drawing.Point(477, 2);
this.textBox_Duration.Name = "textBox_Duration";
this.textBox_Duration.Size = new System.Drawing.Size(49, 23);
this.textBox_Duration.TabIndex = 2;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(418, 5);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 15);
this.label3.TabIndex = 1;
this.label3.Text = "Duration";
//
// textBox_Start
//
this.textBox_Start.Location = new System.Drawing.Point(367, 2);
this.textBox_Start.Name = "textBox_Start";
this.textBox_Start.Size = new System.Drawing.Size(45, 23);
this.textBox_Start.TabIndex = 2;
this.textBox_Start.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBox_Start_KeyUp);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(330, 5);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(31, 15);
this.label2.TabIndex = 1;
this.label2.Text = "Start";
//
// textBox_ID
//
this.textBox_ID.Enabled = false;
this.textBox_ID.Location = new System.Drawing.Point(290, 1);
this.textBox_ID.Name = "textBox_ID";
this.textBox_ID.Size = new System.Drawing.Size(34, 23);
this.textBox_ID.TabIndex = 2;
//
// label_ID
//
this.label_ID.AutoSize = true;
this.label_ID.Location = new System.Drawing.Point(232, 8);
this.label_ID.Name = "label_ID";
this.label_ID.Size = new System.Drawing.Size(59, 15);
this.label_ID.TabIndex = 1;
this.label_ID.Text = "工艺代码";
//
// button1_ZoomRedues
//
this.button1_ZoomRedues.Location = new System.Drawing.Point(36, 1);
this.button1_ZoomRedues.Name = "button1_ZoomRedues";
this.button1_ZoomRedues.Size = new System.Drawing.Size(25, 23);
this.button1_ZoomRedues.TabIndex = 0;
this.button1_ZoomRedues.Text = "-";
this.button1_ZoomRedues.UseVisualStyleBackColor = true;
this.button1_ZoomRedues.Click += new System.EventHandler(this.button1_ZoomRedues_Click);
//
// button_ZoomPlus
//
this.button_ZoomPlus.Location = new System.Drawing.Point(6, 1);
this.button_ZoomPlus.Name = "button_ZoomPlus";
this.button_ZoomPlus.Size = new System.Drawing.Size(24, 23);
this.button_ZoomPlus.TabIndex = 0;
this.button_ZoomPlus.Text = "+";
this.button_ZoomPlus.UseVisualStyleBackColor = true;
this.button_ZoomPlus.Click += new System.EventHandler(this.button_ZoomPlus_Click);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lblStatus});
this.statusStrip1.Location = new System.Drawing.Point(0, 694);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1532, 22);
this.statusStrip1.TabIndex = 7;
this.statusStrip1.Text = "statusStrip1";
//
// lblStatus
//
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(1517, 17);
this.lblStatus.Spring = true;
//
// timer_Play
//
this.timer_Play.Tick += new System.EventHandler(this.timer_Play_Tick);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this._mChart, 0, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 240F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1532, 694);
this.tableLayoutPanel1.TabIndex = 8;
//
// _mChart
//
this._mChart.AllowTaskDragDrop = false;
this._mChart.BarHeight = 15;
this._mChart.BarSpacing = 16;
this._mChart.BarWidth = 40F;
this._mChart.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this._mChart.Dock = System.Windows.Forms.DockStyle.Fill;
this._mChart.Font = new System.Drawing.Font("Segoe UI", 9F);
this._mChart.FullDateStringFormat = null;
this._mChart.HeaderOneHeight = 12;
this._mChart.HeaderScale = 0F;
this._mChart.Location = new System.Drawing.Point(0, 35);
this._mChart.Margin = new System.Windows.Forms.Padding(0);
this._mChart.Name = "_mChart";
this._mChart.Padding = new System.Windows.Forms.Padding(5);
this._mChart.Size = new System.Drawing.Size(1532, 659);
this._mChart.TabIndex = 4;
this._mChart.Value = 0;
//
// ExampleFull
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1532, 716);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.statusStrip1);
this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "ExampleFull";
this.Text = "MesWork 工艺规划";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_TimeInterval)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_indexOneFrameCount)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_Stop)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_Pause)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_Play)).EndInit();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private GanttChart.Chart _mChart;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel lblStatus;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button_ZoomPlus;
private System.Windows.Forms.Button button1_ZoomRedues;
private System.Windows.Forms.TextBox textBox_Name;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textBox_End;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox_Duration;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox_Start;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox_ID;
private System.Windows.Forms.Label label_ID;
private System.Windows.Forms.Button button_Save;
private System.Windows.Forms.Button button_Delete;
private System.Windows.Forms.Button button_Insert;
private System.Windows.Forms.TextBox textBox_MaxEnd;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox textBox_NowIndex;
private System.Windows.Forms.PictureBox pictureBox_Play;
private System.Windows.Forms.PictureBox pictureBox_Stop;
private System.Windows.Forms.PictureBox pictureBox_Pause;
private System.Windows.Forms.Timer timer_Play;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TextBox textBox_AllCountFrame;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox textBox_CurrentTime;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.NumericUpDown numericUpDown_indexOneFrameCount;
private System.Windows.Forms.NumericUpDown numericUpDown_TimeInterval;
}
}