Files
ayanova7/source/Plugins/AyaNovaOL/ScheduleMarkerForm.Designer.cs
2018-06-29 19:47:36 +00:00

272 lines
14 KiB
C#

namespace AyaNovaOL
{
partial class ScheduleMarkerForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.btnOpenFollowObject = new System.Windows.Forms.Button();
this.dtStopDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.dtStartDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.cbScheduleMarkerSourceID = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.edNotes = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.edName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.cpColor = new Infragistics.Win.UltraWinEditors.UltraColorPicker();
this.lblScheduleMarkerSourceID = new Infragistics.Win.Misc.UltraLabel();
this.lblContractExpireDate = new Infragistics.Win.Misc.UltraLabel();
this.lblContractStartDate = new Infragistics.Win.Misc.UltraLabel();
this.lblName = new Infragistics.Win.Misc.UltraLabel();
this.lblColor = new Infragistics.Win.Misc.UltraLabel();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.ckIsDirty = new System.Windows.Forms.CheckBox();
this.epSchedMarker = new System.Windows.Forms.ErrorProvider(this.components);
this.ckCompleted = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
((System.ComponentModel.ISupportInitialize)(this.dtStopDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dtStartDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbScheduleMarkerSourceID)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.edNotes)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.edName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cpColor)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.epSchedMarker)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ckCompleted)).BeginInit();
this.SuspendLayout();
//
// btnOpenFollowObject
//
this.btnOpenFollowObject.Location = new System.Drawing.Point(12, 220);
this.btnOpenFollowObject.Name = "btnOpenFollowObject";
this.btnOpenFollowObject.Size = new System.Drawing.Size(282, 23);
this.btnOpenFollowObject.TabIndex = 90;
this.btnOpenFollowObject.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnOpenFollowObject.UseVisualStyleBackColor = true;
this.btnOpenFollowObject.Visible = false;
//
// dtStopDate
//
this.dtStopDate.Location = new System.Drawing.Point(194, 124);
this.dtStopDate.Name = "dtStopDate";
this.dtStopDate.Size = new System.Drawing.Size(268, 24);
this.dtStopDate.TabIndex = 87;
//
// dtStartDate
//
this.dtStartDate.Location = new System.Drawing.Point(194, 92);
this.dtStartDate.Name = "dtStartDate";
this.dtStartDate.Size = new System.Drawing.Size(268, 24);
this.dtStartDate.TabIndex = 86;
//
// cbScheduleMarkerSourceID
//
this.cbScheduleMarkerSourceID.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
this.cbScheduleMarkerSourceID.LimitToList = true;
this.cbScheduleMarkerSourceID.Location = new System.Drawing.Point(193, 28);
this.cbScheduleMarkerSourceID.Name = "cbScheduleMarkerSourceID";
this.cbScheduleMarkerSourceID.Size = new System.Drawing.Size(268, 24);
this.cbScheduleMarkerSourceID.TabIndex = 84;
//
// edNotes
//
this.edNotes.AcceptsReturn = true;
this.edNotes.AcceptsTab = true;
this.edNotes.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.edNotes.Location = new System.Drawing.Point(12, 250);
this.edNotes.Multiline = true;
this.edNotes.Name = "edNotes";
this.edNotes.Scrollbars = System.Windows.Forms.ScrollBars.Both;
this.edNotes.Size = new System.Drawing.Size(449, 140);
this.edNotes.TabIndex = 89;
//
// edName
//
this.edName.Location = new System.Drawing.Point(194, 60);
this.edName.Name = "edName";
this.edName.Size = new System.Drawing.Size(268, 24);
this.edName.TabIndex = 85;
//
// cpColor
//
this.cpColor.Location = new System.Drawing.Point(194, 156);
this.cpColor.Name = "cpColor";
this.cpColor.Size = new System.Drawing.Size(268, 24);
this.cpColor.TabIndex = 88;
this.cpColor.Text = "Control";
//
// lblScheduleMarkerSourceID
//
this.lblScheduleMarkerSourceID.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.None;
this.lblScheduleMarkerSourceID.Location = new System.Drawing.Point(12, 28);
this.lblScheduleMarkerSourceID.Name = "lblScheduleMarkerSourceID";
this.lblScheduleMarkerSourceID.Size = new System.Drawing.Size(136, 16);
this.lblScheduleMarkerSourceID.TabIndex = 95;
this.lblScheduleMarkerSourceID.Tag = "";
this.lblScheduleMarkerSourceID.Text = "LT:ScheduleMarker.Label.SourceID";
//
// lblContractExpireDate
//
this.lblContractExpireDate.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.None;
this.lblContractExpireDate.Location = new System.Drawing.Point(12, 124);
this.lblContractExpireDate.Name = "lblContractExpireDate";
this.lblContractExpireDate.Size = new System.Drawing.Size(136, 16);
this.lblContractExpireDate.TabIndex = 94;
this.lblContractExpireDate.Tag = "";
this.lblContractExpireDate.Text = "LT:ScheduleMarker.Label.StopDate";
//
// lblContractStartDate
//
this.lblContractStartDate.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.None;
this.lblContractStartDate.Location = new System.Drawing.Point(12, 92);
this.lblContractStartDate.Name = "lblContractStartDate";
this.lblContractStartDate.Size = new System.Drawing.Size(136, 16);
this.lblContractStartDate.TabIndex = 93;
this.lblContractStartDate.Tag = "";
this.lblContractStartDate.Text = "LT:ScheduleMarker.Label.StartDate";
//
// lblName
//
this.lblName.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.None;
this.lblName.Location = new System.Drawing.Point(12, 60);
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(136, 16);
this.lblName.TabIndex = 92;
this.lblName.Tag = "";
this.lblName.Text = "LT:ScheduleMarker.Label.Name";
//
// lblColor
//
this.lblColor.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.None;
this.lblColor.Location = new System.Drawing.Point(12, 156);
this.lblColor.Name = "lblColor";
this.lblColor.Size = new System.Drawing.Size(136, 16);
this.lblColor.TabIndex = 91;
this.lblColor.Tag = "";
this.lblColor.Text = "LT:ScheduleMarker.Label.Color";
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnCancel.Image = global::AyaNovaOL.Resource1.Cancel24;
this.btnCancel.Location = new System.Drawing.Point(12, 396);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(56, 35);
this.btnCancel.TabIndex = 96;
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnOK.Image = global::AyaNovaOL.Resource1.OK24;
this.btnOK.Location = new System.Drawing.Point(405, 396);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(56, 35);
this.btnOK.TabIndex = 97;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// ckIsDirty
//
this.ckIsDirty.Location = new System.Drawing.Point(-288, 96);
this.ckIsDirty.Name = "ckIsDirty";
this.ckIsDirty.Size = new System.Drawing.Size(117, 24);
this.ckIsDirty.TabIndex = 98;
//
// epSchedMarker
//
this.epSchedMarker.ContainerControl = this;
//
// ckCompleted
//
this.ckCompleted.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ckCompleted.Location = new System.Drawing.Point(13, 186);
this.ckCompleted.Name = "ckCompleted";
this.ckCompleted.Size = new System.Drawing.Size(260, 24);
this.ckCompleted.TabIndex = 99;
this.ckCompleted.Text = "LT:ScheduleMarker.Label.Completed";
//
// ScheduleMarkerForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.ClientSize = new System.Drawing.Size(473, 443);
this.Controls.Add(this.ckCompleted);
this.Controls.Add(this.ckIsDirty);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.lblScheduleMarkerSourceID);
this.Controls.Add(this.lblContractExpireDate);
this.Controls.Add(this.lblContractStartDate);
this.Controls.Add(this.lblName);
this.Controls.Add(this.lblColor);
this.Controls.Add(this.btnOpenFollowObject);
this.Controls.Add(this.dtStopDate);
this.Controls.Add(this.dtStartDate);
this.Controls.Add(this.cbScheduleMarkerSourceID);
this.Controls.Add(this.edNotes);
this.Controls.Add(this.edName);
this.Controls.Add(this.cpColor);
this.MinimumSize = new System.Drawing.Size(481, 453);
this.Name = "ScheduleMarkerForm";
this.ShowInTaskbar = false;
this.Text = "LT:O.ScheduleMarker";
this.Load += new System.EventHandler(this.ScheduleMarkerForm_Load);
((System.ComponentModel.ISupportInitialize)(this.dtStopDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dtStartDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbScheduleMarkerSourceID)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.edNotes)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.edName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cpColor)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.epSchedMarker)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ckCompleted)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnOpenFollowObject;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtStopDate;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtStartDate;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cbScheduleMarkerSourceID;
private Infragistics.Win.UltraWinEditors.UltraTextEditor edNotes;
private Infragistics.Win.UltraWinEditors.UltraTextEditor edName;
private Infragistics.Win.UltraWinEditors.UltraColorPicker cpColor;
private Infragistics.Win.Misc.UltraLabel lblScheduleMarkerSourceID;
private Infragistics.Win.Misc.UltraLabel lblContractExpireDate;
private Infragistics.Win.Misc.UltraLabel lblContractStartDate;
private Infragistics.Win.Misc.UltraLabel lblName;
private Infragistics.Win.Misc.UltraLabel lblColor;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.CheckBox ckIsDirty;
private System.Windows.Forms.ErrorProvider epSchedMarker;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor ckCompleted;
}
}