Ejemplo n.º 1
0
 /// <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();
     DevExpress.XtraCharts.GanttDiagram ganttDiagram1 = new DevExpress.XtraCharts.GanttDiagram();
     DevExpress.XtraCharts.Series       series1       = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.OverlappedGanttSeriesView overlappedGanttSeriesView1 = new DevExpress.XtraCharts.OverlappedGanttSeriesView();
     this.chartControl1    = new DevExpress.XtraCharts.ChartControl();
     this.behaviorManager1 = new DevExpress.Utils.Behaviors.BehaviorManager(this.components);
     this.chartControl2    = new DevExpress.XtraCharts.ChartControl();
     this.button1          = new System.Windows.Forms.Button();
     this.button2          = new System.Windows.Forms.Button();
     this.button3          = new System.Windows.Forms.Button();
     this.button4          = new System.Windows.Forms.Button();
     this.textBox1         = new System.Windows.Forms.TextBox();
     this.dateTimePicker1  = new System.Windows.Forms.DateTimePicker();
     this.textBox5         = new System.Windows.Forms.TextBox();
     this.chartControl3    = new DevExpress.XtraCharts.ChartControl();
     this.label3           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.dateTimePicker2  = new System.Windows.Forms.DateTimePicker();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(ganttDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(overlappedGanttSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Name        = "Default Legend";
     this.chartControl1.Location           = new System.Drawing.Point(0, 0);
     this.chartControl1.Name               = "chartControl1";
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     this.chartControl1.Size               = new System.Drawing.Size(843, 385);
     this.chartControl1.TabIndex           = 0;
     //
     // chartControl2
     //
     this.chartControl2.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.chartControl2.Legend.Name        = "Default Legend";
     this.chartControl2.Location           = new System.Drawing.Point(0, 0);
     this.chartControl2.Name               = "chartControl2";
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
     this.chartControl2.Size               = new System.Drawing.Size(960, 591);
     this.chartControl2.TabIndex           = 0;
     this.chartControl2.Click             += new System.EventHandler(this.chartControl2_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(50, 501);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(231, 57);
     this.button1.TabIndex = 1;
     this.button1.Text     = "사원 일정 추가(관리자용)";
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(322, 501);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(226, 57);
     this.button2.TabIndex = 2;
     this.button2.Text     = "사원 일정 삭제(관리자용)";
     this.button2.UseVisualStyleBackColor = true;
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(701, 501);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(113, 57);
     this.button3.TabIndex = 3;
     this.button3.Text     = "일정 추가";
     this.button3.UseVisualStyleBackColor = true;
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(833, 501);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(106, 57);
     this.button4.TabIndex = 4;
     this.button4.Text     = "일정 삭제";
     this.button4.UseVisualStyleBackColor = true;
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(628, 256);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(300, 219);
     this.textBox1.TabIndex  = 5;
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location = new System.Drawing.Point(715, 113);
     this.dateTimePicker1.Name     = "dateTimePicker1";
     this.dateTimePicker1.Size     = new System.Drawing.Size(238, 26);
     this.dateTimePicker1.TabIndex = 9;
     //
     // textBox5
     //
     this.textBox5.Location = new System.Drawing.Point(715, 190);
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new System.Drawing.Size(106, 26);
     this.textBox5.TabIndex = 10;
     //
     // chartControl3
     //
     ganttDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     ganttDiagram1.AxisY.Visibility = DevExpress.Utils.DefaultBoolean.True;
     ganttDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl3.Diagram     = ganttDiagram1;
     this.chartControl3.Legend.Name = "Default Legend";
     this.chartControl3.Location    = new System.Drawing.Point(50, 54);
     this.chartControl3.Name        = "chartControl3";
     series1.Name           = "Series 1";
     series1.ValueScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.View           = overlappedGanttSeriesView1;
     this.chartControl3.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl3.Size     = new System.Drawing.Size(549, 418);
     this.chartControl3.TabIndex = 11;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.White;
     this.label3.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location  = new System.Drawing.Point(632, 75);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(74, 24);
     this.label3.TabIndex  = 15;
     this.label3.Text      = "사원번호";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.White;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(625, 113);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(80, 24);
     this.label1.TabIndex  = 16;
     this.label1.Text      = "일정 시작";
     this.label1.Click    += new System.EventHandler(this.label1_Click);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.White;
     this.label2.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location  = new System.Drawing.Point(625, 151);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(80, 24);
     this.label2.TabIndex  = 17;
     this.label2.Text      = "일정 종료";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.White;
     this.label4.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location  = new System.Drawing.Point(625, 190);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(80, 24);
     this.label4.TabIndex  = 18;
     this.label4.Text      = "일정 요약";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.Color.White;
     this.label5.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location  = new System.Drawing.Point(625, 229);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(80, 24);
     this.label5.TabIndex  = 19;
     this.label5.Text      = "일정 상세";
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.Location = new System.Drawing.Point(715, 151);
     this.dateTimePicker2.Name     = "dateTimePicker2";
     this.dateTimePicker2.Size     = new System.Drawing.Size(238, 26);
     this.dateTimePicker2.TabIndex = 20;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(960, 591);
     this.Controls.Add(this.dateTimePicker2);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.chartControl3);
     this.Controls.Add(this.textBox5);
     this.Controls.Add(this.dateTimePicker1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.chartControl2);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "MainForm";
     this.Text   = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(ganttDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(overlappedGanttSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.GanttDiagram ganttDiagram1 = new DevExpress.XtraCharts.GanttDiagram();
     DevExpress.XtraCharts.Series       series1       = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.OverlappedGanttSeriesView overlappedGanttSeriesView1 = new DevExpress.XtraCharts.OverlappedGanttSeriesView();
     this.layoutControl1     = new DevExpress.XtraLayout.LayoutControl();
     this.chartControl1      = new DevExpress.XtraCharts.ChartControl();
     this.Root               = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.labelControl1      = new DevExpress.XtraEditors.LabelControl();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(ganttDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(overlappedGanttSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.labelControl1);
     this.layoutControl1.Controls.Add(this.chartControl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.Root;
     this.layoutControl1.Size     = new System.Drawing.Size(800, 450);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // chartControl1
     //
     ganttDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     ganttDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram     = ganttDiagram1;
     this.chartControl1.Legend.Name = "Default Legend";
     this.chartControl1.Location    = new System.Drawing.Point(12, 34);
     this.chartControl1.Name        = "chartControl1";
     series1.Name           = "Series 1";
     series1.ValueScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.View           = overlappedGanttSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.Size     = new System.Drawing.Size(776, 404);
     this.chartControl1.TabIndex = 4;
     //
     // Root
     //
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2
     });
     this.Root.Name        = "Root";
     this.Root.Size        = new System.Drawing.Size(800, 450);
     this.Root.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.chartControl1;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 22);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(780, 408);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // labelControl1
     //
     this.labelControl1.AutoSizeMode    = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl1.Location        = new System.Drawing.Point(12, 12);
     this.labelControl1.Name            = "labelControl1";
     this.labelControl1.Size            = new System.Drawing.Size(776, 18);
     this.labelControl1.StyleController = this.layoutControl1;
     this.labelControl1.TabIndex        = 5;
     this.labelControl1.Text            = "labelControl1";
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control             = this.labelControl1;
     this.layoutControlItem2.Location            = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.MaxSize             = new System.Drawing.Size(0, 22);
     this.layoutControlItem2.MinSize             = new System.Drawing.Size(18, 22);
     this.layoutControlItem2.Name                = "layoutControlItem2";
     this.layoutControlItem2.Size                = new System.Drawing.Size(780, 22);
     this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible         = false;
     //
     // StorageGanttChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this.layoutControl1);
     this.Name = "StorageGanttChart";
     this.Text = "StorageGanttChart";
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(ganttDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(overlappedGanttSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 3
0
        /// <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();
            DevExpress.XtraCharts.GanttDiagram ganttDiagram1 = new DevExpress.XtraCharts.GanttDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.RangeBarSeriesLabel rangeBarSeriesLabel1 = new DevExpress.XtraCharts.RangeBarSeriesLabel();
            DevExpress.XtraCharts.OverlappedGanttSeriesView overlappedGanttSeriesView1 = new DevExpress.XtraCharts.OverlappedGanttSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.RangeBarSeriesLabel rangeBarSeriesLabel2 = new DevExpress.XtraCharts.RangeBarSeriesLabel();
            DevExpress.XtraCharts.RangeBarPointOptions rangeBarPointOptions1 = new DevExpress.XtraCharts.RangeBarPointOptions();
            DevExpress.XtraCharts.OverlappedGanttSeriesView overlappedGanttSeriesView2 = new DevExpress.XtraCharts.OverlappedGanttSeriesView();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.RangeBarSeriesLabel rangeBarSeriesLabel3 = new DevExpress.XtraCharts.RangeBarSeriesLabel();
            DevExpress.XtraCharts.OverlappedGanttSeriesView overlappedGanttSeriesView3 = new DevExpress.XtraCharts.OverlappedGanttSeriesView();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.RangeBarSeriesLabel rangeBarSeriesLabel4 = new DevExpress.XtraCharts.RangeBarSeriesLabel();
            DevExpress.XtraCharts.OverlappedGanttSeriesView overlappedGanttSeriesView4 = new DevExpress.XtraCharts.OverlappedGanttSeriesView();
            DevExpress.XtraCharts.RangeBarSeriesLabel rangeBarSeriesLabel5 = new DevExpress.XtraCharts.RangeBarSeriesLabel();
            DevExpress.XtraCharts.OverlappedGanttSeriesView overlappedGanttSeriesView5 = new DevExpress.XtraCharts.OverlappedGanttSeriesView();
            DevExpress.XtraScheduler.TimeRuler timeRuler1 = new DevExpress.XtraScheduler.TimeRuler();
            DevExpress.XtraScheduler.TimeRuler timeRuler2 = new DevExpress.XtraScheduler.TimeRuler();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.bar2 = new DevExpress.XtraBars.Bar();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
            this.bar1 = new DevExpress.XtraBars.Bar();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
            this.itemView = new DevExpress.XtraBars.BarButtonItem();
            this.itemModify = new DevExpress.XtraBars.BarButtonItem();
            this.barLargeButtonItem1 = new DevExpress.XtraBars.BarLargeButtonItem();
            this.barLinkContainerItem1 = new DevExpress.XtraBars.BarLinkContainerItem();
            this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
            this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
            this.barListItem1 = new DevExpress.XtraBars.BarListItem();
            this.barDockingMenuItem1 = new DevExpress.XtraBars.BarDockingMenuItem();
            this.itemAnalysis = new DevExpress.XtraBars.BarButtonItem();
            this.itemAnalysisByProcess = new DevExpress.XtraBars.BarButtonItem();
            this.itemAanalysisByBom = new DevExpress.XtraBars.BarButtonItem();
            this.itemPause = new DevExpress.XtraBars.BarButtonItem();
            this.itemDelete = new DevExpress.XtraBars.BarButtonItem();
            this.itemRestore = new DevExpress.XtraBars.BarButtonItem();
            this.itemSchemeEffective = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem12 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem13 = new DevExpress.XtraBars.BarButtonItem();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
            this.gcGanttDate = new DevExpress.XtraGrid.GridControl();
            this.advBandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
            this.bandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
            this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.ccProjectGantt = new DevExpress.XtraCharts.ChartControl();
            this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.schedulerControl1 = new DevExpress.XtraScheduler.SchedulerControl();
            this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
            this.id = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.type = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.name = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.state = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tlTaskTree = new DevExpress.XtraTreeList.TreeList();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            this.xtraScrollableControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcGanttDate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ccProjectGantt)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(ganttDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(rangeBarSeriesLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(overlappedGanttSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(rangeBarSeriesLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(overlappedGanttSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(rangeBarSeriesLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(overlappedGanttSeriesView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(rangeBarSeriesLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(overlappedGanttSeriesView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(rangeBarSeriesLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(overlappedGanttSeriesView5)).BeginInit();
            this.xtraTabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tlTaskTree)).BeginInit();
            this.SuspendLayout();
            // 
            // labelControl3
            // 
            this.labelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelControl3.Location = new System.Drawing.Point(224, 535);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(28, 14);
            this.labelControl3.TabIndex = 23;
            this.labelControl3.Text = "评审:";
            // 
            // labelControl4
            // 
            this.labelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelControl4.Location = new System.Drawing.Point(174, 535);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(28, 14);
            this.labelControl4.TabIndex = 24;
            this.labelControl4.Text = "任务:";
            // 
            // labelControl5
            // 
            this.labelControl5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelControl5.Location = new System.Drawing.Point(128, 535);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(28, 14);
            this.labelControl5.TabIndex = 25;
            this.labelControl5.Text = "活动:";
            // 
            // labelControl6
            // 
            this.labelControl6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelControl6.Location = new System.Drawing.Point(77, 535);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(28, 14);
            this.labelControl6.TabIndex = 26;
            this.labelControl6.Text = "产品:";
            // 
            // labelControl7
            // 
            this.labelControl7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelControl7.Location = new System.Drawing.Point(24, 535);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(28, 14);
            this.labelControl7.TabIndex = 27;
            this.labelControl7.Text = "项目:";
            // 
            // labelControl9
            // 
            this.labelControl9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl9.Location = new System.Drawing.Point(613, 535);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(48, 14);
            this.labelControl9.TabIndex = 29;
            this.labelControl9.Text = "正常执行";
            // 
            // labelControl10
            // 
            this.labelControl10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl10.Location = new System.Drawing.Point(546, 535);
            this.labelControl10.Name = "labelControl10";
            this.labelControl10.Size = new System.Drawing.Size(24, 14);
            this.labelControl10.TabIndex = 30;
            this.labelControl10.Text = "超期";
            // 
            // barManager1
            // 
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.bar2,
            this.bar1});
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barSubItem1,
            this.barSubItem2,
            this.barEditItem1,
            this.itemView,
            this.itemModify,
            this.barLargeButtonItem1,
            this.barLinkContainerItem1,
            this.barCheckItem1,
            this.barSubItem3,
            this.barListItem1,
            this.barDockingMenuItem1,
            this.itemAnalysis,
            this.itemAnalysisByProcess,
            this.itemAanalysisByBom,
            this.itemPause,
            this.itemDelete,
            this.itemRestore,
            this.itemSchemeEffective,
            this.barButtonItem10,
            this.barButtonItem11,
            this.barButtonItem12,
            this.barButtonItem13});
            this.barManager1.MainMenu = this.bar2;
            this.barManager1.MaxItemId = 24;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemPictureEdit1});
            // 
            // bar2
            // 
            this.bar2.BarName = "Main menu";
            this.bar2.DockCol = 0;
            this.bar2.DockRow = 0;
            this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.bar2.FloatLocation = new System.Drawing.Point(-2, 68);
            this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem2)});
            this.bar2.OptionsBar.MultiLine = true;
            this.bar2.OptionsBar.UseWholeRow = true;
            this.bar2.Text = "Main menu";
            // 
            // barSubItem1
            // 
            this.barSubItem1.Caption = "文件(&F)";
            this.barSubItem1.Id = 0;
            this.barSubItem1.Name = "barSubItem1";
            // 
            // barSubItem2
            // 
            this.barSubItem2.Caption = "工具(&T)";
            this.barSubItem2.Id = 1;
            this.barSubItem2.Name = "barSubItem2";
            // 
            // bar1
            // 
            this.bar1.BarName = "Custom 3";
            this.bar1.DockCol = 0;
            this.bar1.DockRow = 1;
            this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.bar1.Text = "Custom 3";
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Size = new System.Drawing.Size(779, 53);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 561);
            this.barDockControlBottom.Size = new System.Drawing.Size(779, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 53);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 508);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(779, 53);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 508);
            // 
            // barEditItem1
            // 
            this.barEditItem1.Caption = "项目";
            this.barEditItem1.Edit = this.repositoryItemPictureEdit1;
            this.barEditItem1.Id = 4;
            this.barEditItem1.Name = "barEditItem1";
            // 
            // repositoryItemPictureEdit1
            // 
            this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
            // 
            // itemView
            // 
            this.itemView.Caption = "查看{type}";
            this.itemView.Id = 5;
            this.itemView.Name = "itemView";
            this.itemView.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemView_ItemClick);
            // 
            // itemModify
            // 
            this.itemModify.Caption = "修改{type}";
            this.itemModify.Id = 6;
            this.itemModify.Name = "itemModify";
            this.itemModify.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemModify_ItemClick);
            // 
            // barLargeButtonItem1
            // 
            this.barLargeButtonItem1.Caption = "--------";
            this.barLargeButtonItem1.Id = 7;
            this.barLargeButtonItem1.Name = "barLargeButtonItem1";
            // 
            // barLinkContainerItem1
            // 
            this.barLinkContainerItem1.Caption = "barLinkContainerItem1";
            this.barLinkContainerItem1.Id = 8;
            this.barLinkContainerItem1.Name = "barLinkContainerItem1";
            // 
            // barCheckItem1
            // 
            this.barCheckItem1.Caption = "barCheckItem1";
            this.barCheckItem1.Id = 9;
            this.barCheckItem1.Name = "barCheckItem1";
            // 
            // barSubItem3
            // 
            this.barSubItem3.Caption = "barSubItem3";
            this.barSubItem3.Id = 10;
            this.barSubItem3.Name = "barSubItem3";
            // 
            // barListItem1
            // 
            this.barListItem1.Caption = "barListItem1";
            this.barListItem1.Id = 11;
            this.barListItem1.Name = "barListItem1";
            // 
            // barDockingMenuItem1
            // 
            this.barDockingMenuItem1.Caption = "barDockingMenuItem1";
            this.barDockingMenuItem1.Id = 12;
            this.barDockingMenuItem1.Name = "barDockingMenuItem1";
            // 
            // itemAnalysis
            // 
            this.itemAnalysis.Caption = "分解任务";
            this.itemAnalysis.Id = 13;
            this.itemAnalysis.Name = "itemAnalysis";
            this.itemAnalysis.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemAnalysis_ItemClick);
            // 
            // itemAnalysisByProcess
            // 
            this.itemAnalysisByProcess.Caption = "根据流程分解";
            this.itemAnalysisByProcess.Id = 14;
            this.itemAnalysisByProcess.Name = "itemAnalysisByProcess";
            // 
            // itemAanalysisByBom
            // 
            this.itemAanalysisByBom.Caption = "根据BOM分解";
            this.itemAanalysisByBom.Id = 15;
            this.itemAanalysisByBom.Name = "itemAanalysisByBom";
            // 
            // itemPause
            // 
            this.itemPause.Caption = "暂停{type}";
            this.itemPause.Id = 16;
            this.itemPause.Name = "itemPause";
            // 
            // itemDelete
            // 
            this.itemDelete.Caption = "删除{type}";
            this.itemDelete.Id = 17;
            this.itemDelete.Name = "itemDelete";
            // 
            // itemRestore
            // 
            this.itemRestore.Caption = "恢复{type}";
            this.itemRestore.Id = 18;
            this.itemRestore.Name = "itemRestore";
            // 
            // itemSchemeEffective
            // 
            this.itemSchemeEffective.Caption = "{type}计划生效";
            this.itemSchemeEffective.Id = 19;
            this.itemSchemeEffective.Name = "itemSchemeEffective";
            // 
            // barButtonItem10
            // 
            this.barButtonItem10.Caption = "barButtonItem10";
            this.barButtonItem10.Id = 20;
            this.barButtonItem10.Name = "barButtonItem10";
            // 
            // barButtonItem11
            // 
            this.barButtonItem11.Caption = "barButtonItem11";
            this.barButtonItem11.Id = 21;
            this.barButtonItem11.Name = "barButtonItem11";
            // 
            // barButtonItem12
            // 
            this.barButtonItem12.Caption = "分解任务";
            this.barButtonItem12.Id = 22;
            this.barButtonItem12.Name = "barButtonItem12";
            // 
            // barButtonItem13
            // 
            this.barButtonItem13.Caption = "barButtonItem13";
            this.barButtonItem13.Id = 23;
            this.barButtonItem13.Name = "barButtonItem13";
            // 
            // xtraTabControl1
            // 
            this.xtraTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.xtraTabControl1.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Bottom;
            this.xtraTabControl1.Location = new System.Drawing.Point(256, 59);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(517, 457);
            this.xtraTabControl1.TabIndex = 35;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
            this.xtraTabPage2,
            this.xtraTabPage3});
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.xtraScrollableControl1);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(511, 428);
            this.xtraTabPage1.Text = "甘特图";
            // 
            // xtraScrollableControl1
            // 
            this.xtraScrollableControl1.Controls.Add(this.gcGanttDate);
            this.xtraScrollableControl1.Controls.Add(this.ccProjectGantt);
            this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraScrollableControl1.Location = new System.Drawing.Point(0, 0);
            this.xtraScrollableControl1.Name = "xtraScrollableControl1";
            this.xtraScrollableControl1.Size = new System.Drawing.Size(511, 428);
            this.xtraScrollableControl1.TabIndex = 0;
            // 
            // gcGanttDate
            // 
            this.gcGanttDate.Location = new System.Drawing.Point(0, 0);
            this.gcGanttDate.MainView = this.advBandedGridView1;
            this.gcGanttDate.MenuManager = this.barManager1;
            this.gcGanttDate.Name = "gcGanttDate";
            this.gcGanttDate.Size = new System.Drawing.Size(479, 44);
            this.gcGanttDate.TabIndex = 1;
            this.gcGanttDate.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.advBandedGridView1,
            this.bandedGridView1});
            // 
            // advBandedGridView1
            // 
            this.advBandedGridView1.GridControl = this.gcGanttDate;
            this.advBandedGridView1.IndicatorWidth = 4;
            this.advBandedGridView1.Name = "advBandedGridView1";
            this.advBandedGridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.True;
            this.advBandedGridView1.OptionsBehavior.AutoExpandAllGroups = true;
            this.advBandedGridView1.OptionsBehavior.AutoSelectAllInEditor = false;
            this.advBandedGridView1.OptionsBehavior.AutoUpdateTotalSummary = false;
            this.advBandedGridView1.OptionsBehavior.Editable = false;
            this.advBandedGridView1.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.Click;
            this.advBandedGridView1.OptionsBehavior.ReadOnly = true;
            this.advBandedGridView1.OptionsCustomization.AllowBandMoving = false;
            this.advBandedGridView1.OptionsCustomization.AllowBandResizing = false;
            this.advBandedGridView1.OptionsCustomization.AllowColumnMoving = false;
            this.advBandedGridView1.OptionsCustomization.AllowColumnResizing = false;
            this.advBandedGridView1.OptionsMenu.EnableColumnMenu = false;
            this.advBandedGridView1.OptionsMenu.EnableGroupPanelMenu = false;
            this.advBandedGridView1.OptionsMenu.ShowDateTimeGroupIntervalItems = false;
            this.advBandedGridView1.OptionsView.ShowColumnHeaders = false;
            this.advBandedGridView1.OptionsView.ShowGroupPanel = false;
            this.advBandedGridView1.OptionsView.ShowIndicator = false;
            // 
            // bandedGridView1
            // 
            this.bandedGridView1.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
            this.gridBand1});
            this.bandedGridView1.GridControl = this.gcGanttDate;
            this.bandedGridView1.Name = "bandedGridView1";
            this.bandedGridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.True;
            this.bandedGridView1.OptionsBehavior.AutoExpandAllGroups = true;
            this.bandedGridView1.OptionsBehavior.AutoSelectAllInEditor = false;
            this.bandedGridView1.OptionsBehavior.AutoUpdateTotalSummary = false;
            this.bandedGridView1.OptionsBehavior.Editable = false;
            this.bandedGridView1.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.Click;
            this.bandedGridView1.OptionsBehavior.ReadOnly = true;
            this.bandedGridView1.OptionsMenu.EnableColumnMenu = false;
            this.bandedGridView1.OptionsMenu.EnableGroupPanelMenu = false;
            this.bandedGridView1.OptionsMenu.ShowDateTimeGroupIntervalItems = false;
            this.bandedGridView1.OptionsView.AllowCellMerge = true;
            this.bandedGridView1.OptionsView.ShowColumnHeaders = false;
            this.bandedGridView1.OptionsView.ShowGroupPanel = false;
            // 
            // gridBand1
            // 
            this.gridBand1.Caption = "gridBand1";
            this.gridBand1.Name = "gridBand1";
            // 
            // ccProjectGantt
            // 
            ganttDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
            ganttDiagram1.AxisX.Range.SideMarginsEnabled = true;
            ganttDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            ganttDiagram1.AxisY.DateTimeGridAlignment = DevExpress.XtraCharts.DateTimeMeasurementUnit.Hour;
            ganttDiagram1.AxisY.DateTimeMeasureUnit = DevExpress.XtraCharts.DateTimeMeasurementUnit.Hour;
            ganttDiagram1.AxisY.Interlaced = true;
            ganttDiagram1.AxisY.Label.MaxWidth = 50;
            ganttDiagram1.AxisY.MinorCount = 1;
            ganttDiagram1.AxisY.Range.Auto = false;
            ganttDiagram1.AxisY.Range.MaxValueSerializable = "03/20/2014 00:00:00.000";
            ganttDiagram1.AxisY.Range.MinValueSerializable = "03/07/2014 00:00:00.000";
            ganttDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
            ganttDiagram1.AxisY.Range.SideMarginsEnabled = false;
            ganttDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            ganttDiagram1.Margins.Bottom = 0;
            ganttDiagram1.Margins.Left = 0;
            ganttDiagram1.Margins.Right = 0;
            ganttDiagram1.Margins.Top = 0;
            this.ccProjectGantt.Diagram = ganttDiagram1;
            this.ccProjectGantt.Legend.Visible = false;
            this.ccProjectGantt.Location = new System.Drawing.Point(-1, 45);
            this.ccProjectGantt.Name = "ccProjectGantt";
            this.ccProjectGantt.Padding.Bottom = 0;
            this.ccProjectGantt.Padding.Left = 0;
            this.ccProjectGantt.Padding.Right = 0;
            this.ccProjectGantt.Padding.Top = 0;
            this.ccProjectGantt.PaletteName = "Aspect";
            series1.Label = rangeBarSeriesLabel1;
            series1.Name = "Series 1";
            series1.ToolTipSeriesPattern = "{CV}";
            series1.ValueScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            overlappedGanttSeriesView1.BarWidth = 0.08D;
            overlappedGanttSeriesView1.Border.Color = System.Drawing.Color.Black;
            overlappedGanttSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            overlappedGanttSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
            overlappedGanttSeriesView1.MaxValueMarker.Kind = DevExpress.XtraCharts.MarkerKind.InvertedTriangle;
            overlappedGanttSeriesView1.MaxValueMarker.Visible = true;
            overlappedGanttSeriesView1.MinValueMarker.Kind = DevExpress.XtraCharts.MarkerKind.InvertedTriangle;
            overlappedGanttSeriesView1.MinValueMarker.Visible = true;
            overlappedGanttSeriesView1.Shadow.Visible = true;
            series1.View = overlappedGanttSeriesView1;
            series2.Label = rangeBarSeriesLabel2;
            series2.LegendPointOptions = rangeBarPointOptions1;
            series2.Name = "Series 2";
            series2.SynchronizePointOptions = false;
            series2.ToolTipEnabled = DevExpress.Utils.DefaultBoolean.False;
            series2.ToolTipSeriesPattern = "{CV}";
            series2.ValueScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            overlappedGanttSeriesView2.BarWidth = 0.18D;
            overlappedGanttSeriesView2.Border.Color = System.Drawing.Color.Navy;
            overlappedGanttSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
            overlappedGanttSeriesView2.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
            overlappedGanttSeriesView2.Shadow.Visible = true;
            overlappedGanttSeriesView2.Transparency = ((byte)(50));
            series2.View = overlappedGanttSeriesView2;
            series3.Label = rangeBarSeriesLabel3;
            series3.Name = "Series 3";
            series3.ToolTipSeriesPattern = "{CV}";
            series3.ValueScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            overlappedGanttSeriesView3.BarWidth = 0.1D;
            overlappedGanttSeriesView3.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            overlappedGanttSeriesView3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            overlappedGanttSeriesView3.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
            overlappedGanttSeriesView3.Transparency = ((byte)(100));
            series3.View = overlappedGanttSeriesView3;
            series4.Label = rangeBarSeriesLabel4;
            series4.Name = "Series 4";
            series4.ToolTipEnabled = DevExpress.Utils.DefaultBoolean.False;
            series4.ToolTipSeriesPattern = "{CV}";
            series4.ValueScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
            overlappedGanttSeriesView4.BarWidth = 0.1D;
            overlappedGanttSeriesView4.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            overlappedGanttSeriesView4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            overlappedGanttSeriesView4.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
            overlappedGanttSeriesView4.Transparency = ((byte)(100));
            series4.View = overlappedGanttSeriesView4;
            this.ccProjectGantt.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3,
        series4};
            this.ccProjectGantt.SeriesTemplate.Label = rangeBarSeriesLabel5;
            this.ccProjectGantt.SeriesTemplate.View = overlappedGanttSeriesView5;
            this.ccProjectGantt.Size = new System.Drawing.Size(553, 357);
            this.ccProjectGantt.TabIndex = 0;
            this.ccProjectGantt.ToolTipController = this.toolTipController1;
            this.ccProjectGantt.ToolTipOptions.ShowForPoints = false;
            this.ccProjectGantt.ObjectHotTracked += new DevExpress.XtraCharts.HotTrackEventHandler(this.ccProjectGantt_ObjectHotTracked);
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.schedulerControl1);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(511, 428);
            this.xtraTabPage2.Text = "网络计划图";
            // 
            // schedulerControl1
            // 
            this.schedulerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.schedulerControl1.Location = new System.Drawing.Point(0, 0);
            this.schedulerControl1.MenuManager = this.barManager1;
            this.schedulerControl1.Name = "schedulerControl1";
            this.schedulerControl1.Size = new System.Drawing.Size(511, 428);
            this.schedulerControl1.Start = new System.DateTime(2012, 3, 6, 0, 0, 0, 0);
            this.schedulerControl1.TabIndex = 2;
            this.schedulerControl1.Text = "schedulerControl1";
            this.schedulerControl1.ToolTipController = this.toolTipController1;
            timeRuler1.TimeZone.DaylightBias = System.TimeSpan.Parse("-01:00:00");
            timeRuler1.TimeZone.DaylightZoneName = "中国夏令时";
            timeRuler1.TimeZone.DisplayName = "(UTC+08:00)北京,重庆,香港特别行政区,乌鲁木齐";
            timeRuler1.TimeZone.StandardZoneName = "中国标准时间";
            timeRuler1.TimeZone.UtcOffset = System.TimeSpan.Parse("08:00:00");
            timeRuler1.UseClientTimeZone = false;
            this.schedulerControl1.Views.DayView.TimeRulers.Add(timeRuler1);
            timeRuler2.TimeZone.DaylightBias = System.TimeSpan.Parse("-01:00:00");
            timeRuler2.TimeZone.DaylightZoneName = "中国夏令时";
            timeRuler2.TimeZone.DisplayName = "(UTC+08:00)北京,重庆,香港特别行政区,乌鲁木齐";
            timeRuler2.TimeZone.StandardZoneName = "中国标准时间";
            timeRuler2.TimeZone.UtcOffset = System.TimeSpan.Parse("08:00:00");
            timeRuler2.UseClientTimeZone = false;
            this.schedulerControl1.Views.WorkWeekView.TimeRulers.Add(timeRuler2);
            // 
            // xtraTabPage3
            // 
            this.xtraTabPage3.Name = "xtraTabPage3";
            this.xtraTabPage3.Size = new System.Drawing.Size(511, 428);
            this.xtraTabPage3.Text = "任务信息";
            // 
            // labelControl1
            // 
            this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl1.Appearance.BackColor = System.Drawing.Color.Red;
            this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl1.Location = new System.Drawing.Point(576, 537);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(24, 12);
            this.labelControl1.TabIndex = 30;
            // 
            // labelControl2
            // 
            this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl2.Appearance.BackColor = System.Drawing.Color.Cyan;
            this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl2.Location = new System.Drawing.Point(667, 537);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(24, 12);
            this.labelControl2.TabIndex = 30;
            // 
            // popupMenu1
            // 
            this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.itemView),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemModify),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Caption, this.itemAnalysis, "分解任务", true),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemAnalysisByProcess),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemAanalysisByBom),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemPause, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemRestore),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemDelete),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemSchemeEffective, true)});
            this.popupMenu1.Manager = this.barManager1;
            this.popupMenu1.Name = "popupMenu1";
            // 
            // id
            // 
            this.id.Caption = "任务编号";
            this.id.FieldName = "Id";
            this.id.MinWidth = 52;
            this.id.Name = "id";
            // 
            // type
            // 
            this.type.Caption = "任务类型";
            this.type.FieldName = "Type";
            this.type.Name = "type";
            // 
            // name
            // 
            this.name.Caption = "任务名称";
            this.name.FieldName = "Name";
            this.name.MinWidth = 52;
            this.name.Name = "name";
            this.name.Visible = true;
            this.name.VisibleIndex = 0;
            // 
            // state
            // 
            this.state.Caption = "任务状态";
            this.state.FieldName = "State";
            this.state.Name = "state";
            this.state.Visible = true;
            this.state.VisibleIndex = 1;
            // 
            // tlTaskTree
            // 
            this.tlTaskTree.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.tlTaskTree.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.id,
            this.type,
            this.name,
            this.state});
            this.tlTaskTree.Location = new System.Drawing.Point(12, 59);
            this.tlTaskTree.LookAndFeel.UseDefaultLookAndFeel = false;
            this.tlTaskTree.LookAndFeel.UseWindowsXPTheme = true;
            this.tlTaskTree.Name = "tlTaskTree";
            this.tlTaskTree.OptionsBehavior.Editable = false;
            this.tlTaskTree.OptionsBehavior.PopulateServiceColumns = true;
            this.tlTaskTree.OptionsView.ShowIndicator = false;
            this.tlTaskTree.Size = new System.Drawing.Size(238, 457);
            this.tlTaskTree.TabIndex = 8;
            this.tlTaskTree.TreeLineStyle = DevExpress.XtraTreeList.LineStyle.Solid;
            this.tlTaskTree.MouseClick += new System.Windows.Forms.MouseEventHandler(this.tlTaskTree_MouseClick);
            // 
            // GanttChart
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(779, 561);
            this.Controls.Add(this.tlTaskTree);
            this.Controls.Add(this.xtraTabControl1);
            this.Controls.Add(this.labelControl2);
            this.Controls.Add(this.labelControl1);
            this.Controls.Add(this.labelControl10);
            this.Controls.Add(this.labelControl9);
            this.Controls.Add(this.labelControl7);
            this.Controls.Add(this.labelControl6);
            this.Controls.Add(this.labelControl5);
            this.Controls.Add(this.labelControl4);
            this.Controls.Add(this.labelControl3);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "GanttChart";
            this.Text = "项目计划管理";
            this.Load += new System.EventHandler(this.GanttChart_Load);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            this.xtraScrollableControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gcGanttDate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(ganttDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(rangeBarSeriesLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(overlappedGanttSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(rangeBarSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(overlappedGanttSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(rangeBarSeriesLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(overlappedGanttSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(rangeBarSeriesLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(overlappedGanttSeriesView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(rangeBarSeriesLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(overlappedGanttSeriesView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ccProjectGantt)).EndInit();
            this.xtraTabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tlTaskTree)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.GanttDiagram ganttDiagram1 = new DevExpress.XtraCharts.GanttDiagram();
     DevExpress.XtraCharts.Series       series1       = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.OverlappedGanttSeriesView overlappedGanttSeriesView1 = new DevExpress.XtraCharts.OverlappedGanttSeriesView();
     this.layoutControl1     = new DevExpress.XtraLayout.LayoutControl();
     this.simpleButton1      = new DevExpress.XtraEditors.SimpleButton();
     this.comboEndMin        = new DevExpress.XtraEditors.ComboBoxEdit();
     this.comboEndHour       = new DevExpress.XtraEditors.ComboBoxEdit();
     this.comboStartMin      = new DevExpress.XtraEditors.ComboBoxEdit();
     this.comboStartHour     = new DevExpress.XtraEditors.ComboBoxEdit();
     this.endDayText         = new DevExpress.XtraEditors.TextEdit();
     this.startDayText       = new DevExpress.XtraEditors.TextEdit();
     this.calendarControl    = new DevExpress.XtraEditors.Controls.CalendarControl();
     this.comboType          = new DevExpress.XtraEditors.ComboBoxEdit();
     this.comboFacility      = new DevExpress.XtraEditors.ComboBoxEdit();
     this.chartControl       = new DevExpress.XtraCharts.ChartControl();
     this.Root               = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.startDayLabel      = new DevExpress.XtraLayout.LayoutControlItem();
     this.endDayLael         = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1    = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem2    = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem3    = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem4    = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem5    = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem6    = new DevExpress.XtraLayout.EmptySpaceItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboEndMin.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboEndHour.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboStartMin.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboStartHour.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.endDayText.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.startDayText.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.calendarControl.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboFacility.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(ganttDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(overlappedGanttSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.startDayLabel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.endDayLael)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.simpleButton1);
     this.layoutControl1.Controls.Add(this.comboEndMin);
     this.layoutControl1.Controls.Add(this.comboEndHour);
     this.layoutControl1.Controls.Add(this.comboStartMin);
     this.layoutControl1.Controls.Add(this.comboStartHour);
     this.layoutControl1.Controls.Add(this.endDayText);
     this.layoutControl1.Controls.Add(this.startDayText);
     this.layoutControl1.Controls.Add(this.calendarControl);
     this.layoutControl1.Controls.Add(this.comboType);
     this.layoutControl1.Controls.Add(this.comboFacility);
     this.layoutControl1.Controls.Add(this.chartControl);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.Root;
     this.layoutControl1.Size     = new System.Drawing.Size(1366, 622);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // simpleButton1
     //
     this.simpleButton1.Location        = new System.Drawing.Point(1256, 532);
     this.simpleButton1.Name            = "simpleButton1";
     this.simpleButton1.Size            = new System.Drawing.Size(98, 27);
     this.simpleButton1.StyleController = this.layoutControl1;
     this.simpleButton1.TabIndex        = 15;
     this.simpleButton1.Text            = "검 색";
     this.simpleButton1.Click          += new System.EventHandler(this.searchBtn_Click);
     //
     // comboEndMin
     //
     this.comboEndMin.Location = new System.Drawing.Point(1197, 504);
     this.comboEndMin.Name     = "comboEndMin";
     this.comboEndMin.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboEndMin.Properties.Items.AddRange(new object[] {
         "0",
         "10",
         "20",
         "30",
         "40",
         "50"
     });
     this.comboEndMin.Size                  = new System.Drawing.Size(101, 24);
     this.comboEndMin.StyleController       = this.layoutControl1;
     this.comboEndMin.TabIndex              = 14;
     this.comboEndMin.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedIndexChanged);
     //
     // comboEndHour
     //
     this.comboEndHour.Location = new System.Drawing.Point(1037, 504);
     this.comboEndHour.Name     = "comboEndHour";
     this.comboEndHour.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboEndHour.Properties.Items.AddRange(new object[] {
         "0",
         "1",
         "2",
         "3",
         "4",
         "5",
         "6",
         "7",
         "8",
         "9",
         "10",
         "11",
         "12",
         "13",
         "14",
         "15",
         "16",
         "17",
         "18",
         "19",
         "20",
         "21",
         "22",
         "23"
     });
     this.comboEndHour.Size                  = new System.Drawing.Size(100, 24);
     this.comboEndHour.StyleController       = this.layoutControl1;
     this.comboEndHour.TabIndex              = 13;
     this.comboEndHour.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedIndexChanged);
     //
     // comboStartMin
     //
     this.comboStartMin.Location = new System.Drawing.Point(1197, 426);
     this.comboStartMin.Name     = "comboStartMin";
     this.comboStartMin.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboStartMin.Properties.Items.AddRange(new object[] {
         "0",
         "10",
         "20",
         "30",
         "40",
         "50"
     });
     this.comboStartMin.Size                  = new System.Drawing.Size(101, 24);
     this.comboStartMin.StyleController       = this.layoutControl1;
     this.comboStartMin.TabIndex              = 12;
     this.comboStartMin.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedIndexChanged);
     //
     // comboStartHour
     //
     this.comboStartHour.Location = new System.Drawing.Point(1037, 426);
     this.comboStartHour.Name     = "comboStartHour";
     this.comboStartHour.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboStartHour.Properties.Items.AddRange(new object[] {
         "0",
         "1",
         "2",
         "3",
         "4",
         "5",
         "6",
         "7",
         "8",
         "9",
         "10",
         "11",
         "12",
         "13",
         "14",
         "15",
         "16",
         "17",
         "18",
         "19",
         "20",
         "21",
         "22",
         "23"
     });
     this.comboStartHour.Size                  = new System.Drawing.Size(100, 24);
     this.comboStartHour.StyleController       = this.layoutControl1;
     this.comboStartHour.TabIndex              = 11;
     this.comboStartHour.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedIndexChanged);
     //
     // endDayText
     //
     this.endDayText.Location            = new System.Drawing.Point(1093, 476);
     this.endDayText.Name                = "endDayText";
     this.endDayText.Properties.ReadOnly = true;
     this.endDayText.Size                = new System.Drawing.Size(261, 24);
     this.endDayText.StyleController     = this.layoutControl1;
     this.endDayText.TabIndex            = 10;
     //
     // startDayText
     //
     this.startDayText.EditValue           = "";
     this.startDayText.Location            = new System.Drawing.Point(1093, 398);
     this.startDayText.Name                = "startDayText";
     this.startDayText.Properties.ReadOnly = true;
     this.startDayText.Size                = new System.Drawing.Size(261, 24);
     this.startDayText.StyleController     = this.layoutControl1;
     this.startDayText.TabIndex            = 9;
     //
     // calendarControl
     //
     this.calendarControl.AutoSize = false;
     this.calendarControl.CalendarTimeProperties.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.False;
     this.calendarControl.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.calendarControl.CalendarTimeProperties.ContextImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.False;
     this.calendarControl.Location         = new System.Drawing.Point(1037, 68);
     this.calendarControl.Name             = "calendarControl";
     this.calendarControl.Size             = new System.Drawing.Size(317, 326);
     this.calendarControl.StyleController  = this.layoutControl1;
     this.calendarControl.TabIndex         = 7;
     this.calendarControl.DateTimeChanged += new System.EventHandler(this.calendarControl_DateTimeChanged);
     //
     // comboType
     //
     this.comboType.EditValue = "전체";
     this.comboType.Location  = new System.Drawing.Point(1093, 40);
     this.comboType.Name      = "comboType";
     this.comboType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboType.Properties.Items.AddRange(new object[] {
         "전체",
         "일반",
         "신선"
     });
     this.comboType.Size                  = new System.Drawing.Size(153, 24);
     this.comboType.StyleController       = this.layoutControl1;
     this.comboType.TabIndex              = 6;
     this.comboType.SelectedIndexChanged += new System.EventHandler(this.comboType_SelectedIndexChanged);
     //
     // comboFacility
     //
     this.comboFacility.EditValue = "";
     this.comboFacility.Location  = new System.Drawing.Point(1093, 12);
     this.comboFacility.Name      = "comboFacility";
     this.comboFacility.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboFacility.Size                  = new System.Drawing.Size(153, 24);
     this.comboFacility.StyleController       = this.layoutControl1;
     this.comboFacility.TabIndex              = 5;
     this.comboFacility.SelectedIndexChanged += new System.EventHandler(this.comboFacility_SelectedIndexChanged);
     //
     // chartControl
     //
     ganttDiagram1.AxisX.CrosshairAxisLabelOptions.Visibility = DevExpress.Utils.DefaultBoolean.True;
     ganttDiagram1.AxisX.NumericScaleOptions.AutoGrid         = false;
     ganttDiagram1.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True;
     ganttDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     ganttDiagram1.AxisY.CrosshairAxisLabelOptions.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
     ganttDiagram1.AxisY.CrosshairAxisLabelOptions.Visibility         = DevExpress.Utils.DefaultBoolean.True;
     ganttDiagram1.AxisY.DateTimeScaleOptions.AutoGrid      = false;
     ganttDiagram1.AxisY.DateTimeScaleOptions.GridAlignment = DevExpress.XtraCharts.DateTimeGridAlignment.Hour;
     ganttDiagram1.AxisY.Label.Alignment            = DevExpress.XtraCharts.AxisLabelAlignment.Center;
     ganttDiagram1.AxisY.ShowBehind                 = true;
     ganttDiagram1.AxisY.Visibility                 = DevExpress.Utils.DefaultBoolean.True;
     ganttDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl.Diagram           = ganttDiagram1;
     this.chartControl.Legend.Name       = "Default Legend";
     this.chartControl.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl.Location          = new System.Drawing.Point(12, 12);
     this.chartControl.Margin            = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.chartControl.Name = "chartControl";
     series1.Name           = "Series 1";
     series1.ValueScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.View           = overlappedGanttSeriesView1;
     this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl.Size     = new System.Drawing.Size(1021, 598);
     this.chartControl.TabIndex = 4;
     //
     // Root
     //
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem4,
         this.startDayLabel,
         this.endDayLael,
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.emptySpaceItem1,
         this.emptySpaceItem2,
         this.layoutControlItem5,
         this.layoutControlItem6,
         this.layoutControlItem7,
         this.layoutControlItem8,
         this.emptySpaceItem3,
         this.emptySpaceItem4,
         this.emptySpaceItem5,
         this.layoutControlItem9,
         this.emptySpaceItem6
     });
     this.Root.Name        = "Root";
     this.Root.Size        = new System.Drawing.Size(1366, 622);
     this.Root.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.chartControl;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(1025, 602);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control             = this.calendarControl;
     this.layoutControlItem4.Location            = new System.Drawing.Point(1025, 56);
     this.layoutControlItem4.MaxSize             = new System.Drawing.Size(321, 330);
     this.layoutControlItem4.MinSize             = new System.Drawing.Size(321, 330);
     this.layoutControlItem4.Name                = "layoutControlItem4";
     this.layoutControlItem4.Size                = new System.Drawing.Size(321, 330);
     this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible         = false;
     //
     // startDayLabel
     //
     this.startDayLabel.Control  = this.startDayText;
     this.startDayLabel.Location = new System.Drawing.Point(1025, 386);
     this.startDayLabel.Name     = "startDayLabel";
     this.startDayLabel.Size     = new System.Drawing.Size(321, 28);
     this.startDayLabel.Text     = " 시작일";
     this.startDayLabel.TextSize = new System.Drawing.Size(44, 18);
     //
     // endDayLael
     //
     this.endDayLael.Control  = this.endDayText;
     this.endDayLael.Location = new System.Drawing.Point(1025, 464);
     this.endDayLael.Name     = "endDayLael";
     this.endDayLael.Size     = new System.Drawing.Size(321, 28);
     this.endDayLael.Text     = " 끝일";
     this.endDayLael.TextSize = new System.Drawing.Size(44, 18);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control  = this.comboFacility;
     this.layoutControlItem2.Location = new System.Drawing.Point(1025, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(213, 28);
     this.layoutControlItem2.Text     = " 보관소";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(44, 18);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control  = this.comboType;
     this.layoutControlItem3.Location = new System.Drawing.Point(1025, 28);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(213, 28);
     this.layoutControlItem3.Text     = " 타입";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(44, 18);
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location      = new System.Drawing.Point(1238, 0);
     this.emptySpaceItem1.Name          = "emptySpaceItem1";
     this.emptySpaceItem1.Size          = new System.Drawing.Size(108, 28);
     this.emptySpaceItem1.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.Location      = new System.Drawing.Point(1238, 28);
     this.emptySpaceItem2.Name          = "emptySpaceItem2";
     this.emptySpaceItem2.Size          = new System.Drawing.Size(108, 28);
     this.emptySpaceItem2.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control      = this.comboStartHour;
     this.layoutControlItem5.Location     = new System.Drawing.Point(1025, 414);
     this.layoutControlItem5.Name         = "layoutControlItem5";
     this.layoutControlItem5.Size         = new System.Drawing.Size(160, 28);
     this.layoutControlItem5.Text         = " 시";
     this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Right;
     this.layoutControlItem5.TextSize     = new System.Drawing.Size(44, 18);
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control      = this.comboStartMin;
     this.layoutControlItem6.Location     = new System.Drawing.Point(1185, 414);
     this.layoutControlItem6.Name         = "layoutControlItem6";
     this.layoutControlItem6.Size         = new System.Drawing.Size(161, 28);
     this.layoutControlItem6.Text         = " 분";
     this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Right;
     this.layoutControlItem6.TextSize     = new System.Drawing.Size(44, 18);
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control      = this.comboEndHour;
     this.layoutControlItem7.Location     = new System.Drawing.Point(1025, 492);
     this.layoutControlItem7.Name         = "layoutControlItem7";
     this.layoutControlItem7.Size         = new System.Drawing.Size(160, 28);
     this.layoutControlItem7.Text         = " 시";
     this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Right;
     this.layoutControlItem7.TextSize     = new System.Drawing.Size(44, 18);
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control      = this.comboEndMin;
     this.layoutControlItem8.Location     = new System.Drawing.Point(1185, 492);
     this.layoutControlItem8.Name         = "layoutControlItem8";
     this.layoutControlItem8.Size         = new System.Drawing.Size(161, 28);
     this.layoutControlItem8.Text         = " 분";
     this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Right;
     this.layoutControlItem8.TextSize     = new System.Drawing.Size(44, 18);
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack       = false;
     this.emptySpaceItem3.Location            = new System.Drawing.Point(1025, 442);
     this.emptySpaceItem3.MaxSize             = new System.Drawing.Size(0, 22);
     this.emptySpaceItem3.MinSize             = new System.Drawing.Size(10, 22);
     this.emptySpaceItem3.Name                = "emptySpaceItem3";
     this.emptySpaceItem3.Size                = new System.Drawing.Size(321, 22);
     this.emptySpaceItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem3.TextSize            = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem4
     //
     this.emptySpaceItem4.AllowHotTrack = false;
     this.emptySpaceItem4.Location      = new System.Drawing.Point(1185, 520);
     this.emptySpaceItem4.Name          = "emptySpaceItem4";
     this.emptySpaceItem4.Size          = new System.Drawing.Size(59, 82);
     this.emptySpaceItem4.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem5
     //
     this.emptySpaceItem5.AllowHotTrack = false;
     this.emptySpaceItem5.Location      = new System.Drawing.Point(1025, 520);
     this.emptySpaceItem5.Name          = "emptySpaceItem5";
     this.emptySpaceItem5.Size          = new System.Drawing.Size(160, 82);
     this.emptySpaceItem5.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control             = this.simpleButton1;
     this.layoutControlItem9.Location            = new System.Drawing.Point(1244, 520);
     this.layoutControlItem9.MaxSize             = new System.Drawing.Size(102, 31);
     this.layoutControlItem9.MinSize             = new System.Drawing.Size(102, 31);
     this.layoutControlItem9.Name                = "layoutControlItem9";
     this.layoutControlItem9.Size                = new System.Drawing.Size(102, 31);
     this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem9.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem9.TextVisible         = false;
     //
     // emptySpaceItem6
     //
     this.emptySpaceItem6.AllowHotTrack = false;
     this.emptySpaceItem6.Location      = new System.Drawing.Point(1244, 551);
     this.emptySpaceItem6.Name          = "emptySpaceItem6";
     this.emptySpaceItem6.Size          = new System.Drawing.Size(102, 51);
     this.emptySpaceItem6.TextSize      = new System.Drawing.Size(0, 0);
     //
     // GanttChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1366, 622);
     this.Controls.Add(this.layoutControl1);
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name   = "GanttChart";
     this.Text   = "GanttChart";
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.comboEndMin.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboEndHour.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboStartMin.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboStartHour.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.endDayText.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.startDayText.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.calendarControl.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboFacility.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(ganttDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(overlappedGanttSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.startDayLabel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.endDayLael)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit();
     this.ResumeLayout(false);
 }