namespace Lskj.Gantt
{
partial class FrmMain
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
DevExpress.XtraScheduler.TimeRuler timeRuler1 = new DevExpress.XtraScheduler.TimeRuler();
DevExpress.XtraScheduler.TimeScaleYear timeScaleYear1 = new DevExpress.XtraScheduler.TimeScaleYear();
DevExpress.XtraScheduler.TimeScaleQuarter timeScaleQuarter1 = new DevExpress.XtraScheduler.TimeScaleQuarter();
DevExpress.XtraScheduler.TimeScaleMonth timeScaleMonth1 = new DevExpress.XtraScheduler.TimeScaleMonth();
DevExpress.XtraScheduler.TimeScaleWeek timeScaleWeek1 = new DevExpress.XtraScheduler.TimeScaleWeek();
DevExpress.XtraScheduler.TimeScaleDay timeScaleDay1 = new DevExpress.XtraScheduler.TimeScaleDay();
DevExpress.XtraScheduler.TimeScaleHour timeScaleHour1 = new DevExpress.XtraScheduler.TimeScaleHour();
DevExpress.XtraScheduler.TimeScale15Minutes timeScale15Minutes1 = new DevExpress.XtraScheduler.TimeScale15Minutes();
DevExpress.XtraScheduler.TimeRuler timeRuler2 = new DevExpress.XtraScheduler.TimeRuler();
DevExpress.XtraScheduler.TimeRuler timeRuler3 = new DevExpress.XtraScheduler.TimeRuler();
DevExpress.XtraScheduler.TimeRuler timeRuler4 = new DevExpress.XtraScheduler.TimeRuler();
this.schedulerStorage1 = new DevExpress.XtraScheduler.SchedulerStorage();
this.projectTree = new DevExpress.XtraScheduler.UI.ResourcesTree();
this.resourceTreeColumn = new DevExpress.XtraScheduler.Native.ResourceTreeColumn();
this.schedulerControl = new DevExpress.XtraScheduler.SchedulerControl();
this.splitContainerControl = new DevExpress.XtraEditors.SplitContainerControl();
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.rangeControl1 = new DevExpress.XtraEditors.RangeControl();
this.schedulerControl1 = new DevExpress.XtraScheduler.SchedulerControl();
this.pl_top = new DevExpress.XtraEditors.PanelControl();
((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.projectTree)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.schedulerControl)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl)).BeginInit();
this.splitContainerControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
this.xtraTabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
this.splitContainerControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.rangeControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pl_top)).BeginInit();
this.SuspendLayout();
//
// schedulerStorage1
//
this.schedulerStorage1.Resources.Mappings.Caption = "SpeciesName";
this.schedulerStorage1.Resources.Mappings.Id = "SpeciesNo";
this.schedulerStorage1.Resources.Mappings.ParentId = "pid";
this.schedulerStorage1.AppointmentsInserted += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsInserted);
this.schedulerStorage1.AppointmentsChanged += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
this.schedulerStorage1.AppointmentsDeleted += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsDeleted);
//
// projectTree
//
this.projectTree.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
this.resourceTreeColumn});
this.projectTree.Dock = System.Windows.Forms.DockStyle.Fill;
this.projectTree.Location = new System.Drawing.Point(0, 0);
this.projectTree.Name = "projectTree";
this.projectTree.OptionsBehavior.Editable = false;
this.projectTree.SchedulerControl = this.schedulerControl;
this.projectTree.ShowButtonMode = DevExpress.XtraTreeList.ShowButtonModeEnum.Default;
this.projectTree.Size = new System.Drawing.Size(218, 539);
this.projectTree.TabIndex = 0;
//
// resourceTreeColumn
//
this.resourceTreeColumn.Caption = "描述";
this.resourceTreeColumn.FieldName = "SpeciesName";
this.resourceTreeColumn.Name = "resourceTreeColumn";
this.resourceTreeColumn.Visible = true;
this.resourceTreeColumn.VisibleIndex = 0;
//
// schedulerControl
//
this.schedulerControl.ActiveViewType = DevExpress.XtraScheduler.SchedulerViewType.Gantt;
this.schedulerControl.Appearance.AlternateHeaderCaption.Font = new System.Drawing.Font("宋体", 9F);
this.schedulerControl.Appearance.AlternateHeaderCaption.Options.UseFont = true;
this.schedulerControl.Appearance.HeaderCaption.Font = new System.Drawing.Font("宋体", 9F);
this.schedulerControl.Appearance.HeaderCaption.Options.UseFont = true;
this.schedulerControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.schedulerControl.GroupType = DevExpress.XtraScheduler.SchedulerGroupType.Resource;
this.schedulerControl.Location = new System.Drawing.Point(0, 0);
this.schedulerControl.Name = "schedulerControl";
this.schedulerControl.OptionsRangeControl.RangeMaximum = new System.DateTime(2018, 4, 1, 0, 0, 0, 0);
this.schedulerControl.OptionsRangeControl.RangeMinimum = new System.DateTime(2018, 3, 1, 0, 0, 0, 0);
this.schedulerControl.OptionsView.ResourceHeaders.Height = 50;
this.schedulerControl.OptionsView.ResourceHeaders.RotateCaption = false;
this.schedulerControl.OptionsView.ShowOnlyResourceAppointments = true;
this.schedulerControl.Size = new System.Drawing.Size(654, 539);
this.schedulerControl.Start = new System.DateTime(2018, 3, 18, 0, 0, 0, 0);
this.schedulerControl.Storage = this.schedulerStorage1;
this.schedulerControl.TabIndex = 0;
this.schedulerControl.Text = "schedulerControl1";
this.schedulerControl.Views.DayView.AllDayAreaScrollBarVisible = false;
this.schedulerControl.Views.DayView.Enabled = false;
this.schedulerControl.Views.DayView.TimeRulers.Add(timeRuler1);
this.schedulerControl.Views.FullWeekView.AllDayAreaScrollBarVisible = false;
this.schedulerControl.Views.GanttView.Appearance.HeaderCaption.Font = new System.Drawing.Font("宋体", 9F);
this.schedulerControl.Views.GanttView.Appearance.HeaderCaption.Options.UseFont = true;
this.schedulerControl.Views.GanttView.Appearance.HeaderCaptionLine.Font = new System.Drawing.Font("宋体", 9F);
this.schedulerControl.Views.GanttView.Appearance.HeaderCaptionLine.Options.UseFont = true;
this.schedulerControl.Views.GanttView.CellsAutoHeightOptions.Enabled = true;
this.schedulerControl.Views.GanttView.NavigationButtonVisibility = DevExpress.XtraScheduler.NavigationButtonVisibility.Always;
timeScaleYear1.Enabled = false;
timeScaleQuarter1.Enabled = false;
timeScaleMonth1.Enabled = false;
timeScaleWeek1.Width = 300;
timeScaleDay1.Enabled = false;
timeScaleHour1.Enabled = false;
timeScale15Minutes1.Enabled = false;
this.schedulerControl.Views.GanttView.Scales.Add(timeScaleYear1);
this.schedulerControl.Views.GanttView.Scales.Add(timeScaleQuarter1);
this.schedulerControl.Views.GanttView.Scales.Add(timeScaleMonth1);
this.schedulerControl.Views.GanttView.Scales.Add(timeScaleWeek1);
this.schedulerControl.Views.GanttView.Scales.Add(timeScaleDay1);
this.schedulerControl.Views.GanttView.Scales.Add(timeScaleHour1);
this.schedulerControl.Views.GanttView.Scales.Add(timeScale15Minutes1);
this.schedulerControl.Views.GanttView.ShowResourceHeaders = false;
this.schedulerControl.Views.MonthView.Enabled = false;
this.schedulerControl.Views.MonthView.WeekCount = 3;
this.schedulerControl.Views.TimelineView.Enabled = false;
this.schedulerControl.Views.TimelineView.TimelineScrollBarVisible = false;
this.schedulerControl.Views.WeekView.Enabled = false;
this.schedulerControl.Views.WorkWeekView.AllDayAreaScrollBarVisible = false;
this.schedulerControl.Views.WorkWeekView.Enabled = false;
this.schedulerControl.Views.WorkWeekView.ShowFullWeek = true;
this.schedulerControl.Views.WorkWeekView.TimeRulers.Add(timeRuler2);
this.schedulerControl.PopupMenuShowing += new DevExpress.XtraScheduler.PopupMenuShowingEventHandler(this.schedulerControl_PopupMenuShowing);
//
// splitContainerControl
//
this.splitContainerControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerControl.Location = new System.Drawing.Point(0, 0);
this.splitContainerControl.Name = "splitContainerControl";
this.splitContainerControl.Panel1.Controls.Add(this.projectTree);
this.splitContainerControl.Panel1.Text = "Panel1";
this.splitContainerControl.Panel2.Controls.Add(this.schedulerControl);
this.splitContainerControl.Panel2.Text = "Panel2";
this.splitContainerControl.Size = new System.Drawing.Size(877, 539);
this.splitContainerControl.SplitterPosition = 218;
this.splitContainerControl.TabIndex = 1;
this.splitContainerControl.Text = "splitContainerControl1";
//
// xtraTabControl1
//
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
this.xtraTabControl1.Name = "xtraTabControl1";
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
this.xtraTabControl1.Size = new System.Drawing.Size(883, 568);
this.xtraTabControl1.TabIndex = 2;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtraTabPage1,
this.xtraTabPage2});
//
// xtraTabPage1
//
this.xtraTabPage1.Controls.Add(this.splitContainerControl);
this.xtraTabPage1.Name = "xtraTabPage1";
this.xtraTabPage1.Size = new System.Drawing.Size(877, 539);
this.xtraTabPage1.Text = "甘特图";
//
// xtraTabPage2
//
this.xtraTabPage2.Controls.Add(this.splitContainerControl1);
this.xtraTabPage2.Name = "xtraTabPage2";
this.xtraTabPage2.Size = new System.Drawing.Size(877, 539);
this.xtraTabPage2.Text = "日程管理";
//
// splitContainerControl1
//
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerControl1.Horizontal = false;
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
this.splitContainerControl1.Name = "splitContainerControl1";
this.splitContainerControl1.Panel1.Controls.Add(this.rangeControl1);
this.splitContainerControl1.Panel1.Controls.Add(this.pl_top);
this.splitContainerControl1.Panel1.Text = "Panel1";
this.splitContainerControl1.Panel2.Controls.Add(this.schedulerControl1);
this.splitContainerControl1.Panel2.Text = "Panel2";
this.splitContainerControl1.Size = new System.Drawing.Size(877, 539);
this.splitContainerControl1.SplitterPosition = 261;
this.splitContainerControl1.TabIndex = 0;
this.splitContainerControl1.Text = "splitContainerControl1";
//
// rangeControl1
//
this.rangeControl1.Client = this.schedulerControl1;
this.rangeControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.rangeControl1.Location = new System.Drawing.Point(0, 30);
this.rangeControl1.Name = "rangeControl1";
this.rangeControl1.Size = new System.Drawing.Size(877, 231);
this.rangeControl1.TabIndex = 0;
this.rangeControl1.Text = "rangeControl1";
this.rangeControl1.VisibleRangeMaximumScaleFactor = double.PositiveInfinity;
this.rangeControl1.VisibleRangeScaleFactor = 5.0741163055872294D;
//
// schedulerControl1
//
this.schedulerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.schedulerControl1.Location = new System.Drawing.Point(0, 0);
this.schedulerControl1.Name = "schedulerControl1";
this.schedulerControl1.Size = new System.Drawing.Size(877, 273);
this.schedulerControl1.Start = new System.DateTime(2018, 3, 27, 0, 0, 0, 0);
this.schedulerControl1.Storage = this.schedulerStorage1;
this.schedulerControl1.TabIndex = 0;
this.schedulerControl1.Text = "schedulerControl1";
this.schedulerControl1.Views.DayView.AllDayAreaScrollBarVisible = false;
this.schedulerControl1.Views.DayView.TimeRulers.Add(timeRuler3);
this.schedulerControl1.Views.FullWeekView.AllDayAreaScrollBarVisible = false;
this.schedulerControl1.Views.TimelineView.TimelineScrollBarVisible = false;
this.schedulerControl1.Views.WorkWeekView.AllDayAreaScrollBarVisible = false;
this.schedulerControl1.Views.WorkWeekView.TimeRulers.Add(timeRuler4);
//
// pl_top
//
this.pl_top.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_top.Location = new System.Drawing.Point(0, 0);
this.pl_top.Name = "pl_top";
this.pl_top.Size = new System.Drawing.Size(877, 30);
this.pl_top.TabIndex = 1;
//
// FrmMain
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(883, 568);
this.Controls.Add(this.xtraTabControl1);
this.Name = "FrmMain";
this.Text = "日程管理";
((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.projectTree)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.schedulerControl)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl)).EndInit();
this.splitContainerControl.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
this.xtraTabControl1.ResumeLayout(false);
this.xtraTabPage1.ResumeLayout(false);
this.xtraTabPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
this.splitContainerControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.rangeControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pl_top)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraScheduler.SchedulerStorage schedulerStorage1;
private DevExpress.XtraScheduler.UI.ResourcesTree projectTree;
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl;
private DevExpress.XtraScheduler.SchedulerControl schedulerControl;
private DevExpress.XtraScheduler.Native.ResourceTreeColumn resourceTreeColumn;
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
private DevExpress.XtraEditors.RangeControl rangeControl1;
private DevExpress.XtraScheduler.SchedulerControl schedulerControl1;
private DevExpress.XtraEditors.PanelControl pl_top;
}
}