namespace GCAS { partial class NewTeamForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewTeamForm)); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.text_name = new DevExpress.XtraEditors.TextEdit(); this.btn_save = new DevExpress.XtraEditors.SimpleButton(); this.btn_cancel = new DevExpress.XtraEditors.SimpleButton(); this.time_endtime = new DevExpress.XtraEditors.TimeEdit(); this.time_starttime = new DevExpress.XtraEditors.TimeEdit(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); this.lbl_starttime = new DevExpress.XtraLayout.LayoutControlItem(); this.lbl_enttime = new DevExpress.XtraLayout.LayoutControlItem(); this.simpleSeparator2 = new DevExpress.XtraLayout.SimpleSeparator(); this.simpleSeparator3 = new DevExpress.XtraLayout.SimpleSeparator(); this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem(); this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.text_name.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.time_endtime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.time_starttime.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lbl_starttime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lbl_enttime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // resources.ApplyResources(this.layoutControl1, "layoutControl1"); this.layoutControl1.Appearance.DisabledLayoutGroupCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.FontSizeDelta"))); this.layoutControl1.Appearance.DisabledLayoutGroupCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.FontStyleDelta"))); this.layoutControl1.Appearance.DisabledLayoutGroupCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.GradientMode"))); this.layoutControl1.Appearance.DisabledLayoutGroupCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutGroupCaption.Image"))); this.layoutControl1.Appearance.DisabledLayoutItem.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.FontSizeDelta"))); this.layoutControl1.Appearance.DisabledLayoutItem.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.FontStyleDelta"))); this.layoutControl1.Appearance.DisabledLayoutItem.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.GradientMode"))); this.layoutControl1.Appearance.DisabledLayoutItem.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.Appearance.DisabledLayoutItem.Image"))); this.layoutControl1.Controls.Add(this.text_name); this.layoutControl1.Controls.Add(this.btn_save); this.layoutControl1.Controls.Add(this.btn_cancel); this.layoutControl1.Controls.Add(this.time_endtime); this.layoutControl1.Controls.Add(this.time_starttime); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1109, 285, 650, 400); this.layoutControl1.OptionsPrint.AppearanceGroupCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.FontSizeDelta"))); this.layoutControl1.OptionsPrint.AppearanceGroupCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.FontStyleDelta"))); this.layoutControl1.OptionsPrint.AppearanceGroupCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.GradientMode"))); this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceGroupCaption.Image"))); this.layoutControl1.OptionsPrint.AppearanceItemCaption.FontSizeDelta = ((int)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.FontSizeDelta"))); this.layoutControl1.OptionsPrint.AppearanceItemCaption.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.FontStyleDelta"))); this.layoutControl1.OptionsPrint.AppearanceItemCaption.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.GradientMode"))); this.layoutControl1.OptionsPrint.AppearanceItemCaption.Image = ((System.Drawing.Image)(resources.GetObject("layoutControl1.OptionsPrint.AppearanceItemCaption.Image"))); this.layoutControl1.Root = this.layoutControlGroup1; // // text_name // resources.ApplyResources(this.text_name, "text_name"); this.text_name.Name = "text_name"; this.text_name.Properties.AccessibleDescription = resources.GetString("text_name.Properties.AccessibleDescription"); this.text_name.Properties.AccessibleName = resources.GetString("text_name.Properties.AccessibleName"); this.text_name.Properties.AutoHeight = ((bool)(resources.GetObject("text_name.Properties.AutoHeight"))); this.text_name.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("text_name.Properties.Mask.AutoComplete"))); this.text_name.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("text_name.Properties.Mask.BeepOnError"))); this.text_name.Properties.Mask.EditMask = resources.GetString("text_name.Properties.Mask.EditMask"); this.text_name.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("text_name.Properties.Mask.IgnoreMaskBlank"))); this.text_name.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("text_name.Properties.Mask.MaskType"))); this.text_name.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("text_name.Properties.Mask.PlaceHolder"))); this.text_name.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("text_name.Properties.Mask.SaveLiteral"))); this.text_name.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("text_name.Properties.Mask.ShowPlaceHolders"))); this.text_name.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("text_name.Properties.Mask.UseMaskAsDisplayFormat"))); this.text_name.Properties.NullValuePrompt = resources.GetString("text_name.Properties.NullValuePrompt"); this.text_name.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("text_name.Properties.NullValuePromptShowForEmptyValue"))); this.text_name.StyleController = this.layoutControl1; this.text_name.Click += new System.EventHandler(this.text_name_Click); // // btn_save // resources.ApplyResources(this.btn_save, "btn_save"); this.btn_save.DialogResult = System.Windows.Forms.DialogResult.OK; this.btn_save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_save.ImageOptions.Image"))); this.btn_save.ImageOptions.ImageIndex = ((int)(resources.GetObject("btn_save.ImageOptions.ImageIndex"))); this.btn_save.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btn_save.ImageOptions.SvgImage"))); this.btn_save.Name = "btn_save"; this.btn_save.StyleController = this.layoutControl1; this.btn_save.Click += new System.EventHandler(this.btn_save_Click); // // btn_cancel // resources.ApplyResources(this.btn_cancel, "btn_cancel"); this.btn_cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btn_cancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_cancel.ImageOptions.Image"))); this.btn_cancel.ImageOptions.ImageIndex = ((int)(resources.GetObject("btn_cancel.ImageOptions.ImageIndex"))); this.btn_cancel.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btn_cancel.ImageOptions.SvgImage"))); this.btn_cancel.Name = "btn_cancel"; this.btn_cancel.StyleController = this.layoutControl1; // // time_endtime // resources.ApplyResources(this.time_endtime, "time_endtime"); this.time_endtime.Name = "time_endtime"; this.time_endtime.Properties.AccessibleDescription = resources.GetString("time_endtime.Properties.AccessibleDescription"); this.time_endtime.Properties.AccessibleName = resources.GetString("time_endtime.Properties.AccessibleName"); this.time_endtime.Properties.AutoHeight = ((bool)(resources.GetObject("time_endtime.Properties.AutoHeight"))); this.time_endtime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("time_endtime.Properties.Buttons"))))}); this.time_endtime.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("time_endtime.Properties.Mask.AutoComplete"))); this.time_endtime.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("time_endtime.Properties.Mask.BeepOnError"))); this.time_endtime.Properties.Mask.EditMask = resources.GetString("time_endtime.Properties.Mask.EditMask"); this.time_endtime.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("time_endtime.Properties.Mask.IgnoreMaskBlank"))); this.time_endtime.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("time_endtime.Properties.Mask.MaskType"))); this.time_endtime.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("time_endtime.Properties.Mask.PlaceHolder"))); this.time_endtime.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("time_endtime.Properties.Mask.SaveLiteral"))); this.time_endtime.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("time_endtime.Properties.Mask.ShowPlaceHolders"))); this.time_endtime.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("time_endtime.Properties.Mask.UseMaskAsDisplayFormat"))); this.time_endtime.Properties.NullValuePrompt = resources.GetString("time_endtime.Properties.NullValuePrompt"); this.time_endtime.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("time_endtime.Properties.NullValuePromptShowForEmptyValue"))); this.time_endtime.Properties.TimeEditStyle = DevExpress.XtraEditors.Repository.TimeEditStyle.TouchUI; this.time_endtime.StyleController = this.layoutControl1; // // time_starttime // resources.ApplyResources(this.time_starttime, "time_starttime"); this.time_starttime.Name = "time_starttime"; this.time_starttime.Properties.AccessibleDescription = resources.GetString("time_starttime.Properties.AccessibleDescription"); this.time_starttime.Properties.AccessibleName = resources.GetString("time_starttime.Properties.AccessibleName"); this.time_starttime.Properties.AutoHeight = ((bool)(resources.GetObject("time_starttime.Properties.AutoHeight"))); this.time_starttime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("time_starttime.Properties.Buttons"))))}); this.time_starttime.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("time_starttime.Properties.Mask.AutoComplete"))); this.time_starttime.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("time_starttime.Properties.Mask.BeepOnError"))); this.time_starttime.Properties.Mask.EditMask = resources.GetString("time_starttime.Properties.Mask.EditMask"); this.time_starttime.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("time_starttime.Properties.Mask.IgnoreMaskBlank"))); this.time_starttime.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("time_starttime.Properties.Mask.MaskType"))); this.time_starttime.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("time_starttime.Properties.Mask.PlaceHolder"))); this.time_starttime.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("time_starttime.Properties.Mask.SaveLiteral"))); this.time_starttime.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("time_starttime.Properties.Mask.ShowPlaceHolders"))); this.time_starttime.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("time_starttime.Properties.Mask.UseMaskAsDisplayFormat"))); this.time_starttime.Properties.NullValuePrompt = resources.GetString("time_starttime.Properties.NullValuePrompt"); this.time_starttime.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("time_starttime.Properties.NullValuePromptShowForEmptyValue"))); this.time_starttime.Properties.TimeEditStyle = DevExpress.XtraEditors.Repository.TimeEditStyle.TouchUI; this.time_starttime.StyleController = this.layoutControl1; // // layoutControlGroup1 // this.layoutControlGroup1.BackgroundImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.BackgroundImageOptions.ImageIndex"))); this.layoutControlGroup1.BackgroundImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.BackgroundImageOptions.SvgImage"))); this.layoutControlGroup1.CaptionImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.CaptionImageOptions.ImageIndex"))); this.layoutControlGroup1.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.CaptionImageOptions.SvgImage"))); this.layoutControlGroup1.ContentImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlGroup1.ContentImageOptions.ImageIndex"))); this.layoutControlGroup1.ContentImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.ContentImageOptions.SvgImage"))); this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem6, this.layoutControlItem7, this.emptySpaceItem1, this.emptySpaceItem2, this.lbl_starttime, this.lbl_enttime, this.simpleSeparator2, this.simpleSeparator3, this.emptySpaceItem3, this.simpleSeparator1}); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.Size = new System.Drawing.Size(359, 221); this.layoutControlGroup1.TextVisible = false; // // layoutControlItem1 // resources.ApplyResources(this.layoutControlItem1, "layoutControlItem1"); this.layoutControlItem1.Control = this.text_name; this.layoutControlItem1.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem1.ImageOptions.ImageIndex"))); this.layoutControlItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem1.ImageOptions.SvgImage"))); this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.MaxSize = new System.Drawing.Size(404, 0); this.layoutControlItem1.MinSize = new System.Drawing.Size(116, 40); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(339, 40); this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem1.TextSize = new System.Drawing.Size(66, 14); // // layoutControlItem6 // resources.ApplyResources(this.layoutControlItem6, "layoutControlItem6"); this.layoutControlItem6.Control = this.btn_save; this.layoutControlItem6.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem6.ImageOptions.ImageIndex"))); this.layoutControlItem6.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem6.ImageOptions.SvgImage"))); this.layoutControlItem6.Location = new System.Drawing.Point(189, 174); this.layoutControlItem6.MaxSize = new System.Drawing.Size(70, 27); this.layoutControlItem6.MinSize = new System.Drawing.Size(70, 27); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(70, 27); this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Left; this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem6.TextVisible = false; // // layoutControlItem7 // resources.ApplyResources(this.layoutControlItem7, "layoutControlItem7"); this.layoutControlItem7.Control = this.btn_cancel; this.layoutControlItem7.ImageOptions.ImageIndex = ((int)(resources.GetObject("layoutControlItem7.ImageOptions.ImageIndex"))); this.layoutControlItem7.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlItem7.ImageOptions.SvgImage"))); this.layoutControlItem7.Location = new System.Drawing.Point(269, 174); this.layoutControlItem7.MaxSize = new System.Drawing.Size(70, 27); this.layoutControlItem7.MinSize = new System.Drawing.Size(70, 27); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(70, 27); this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Left; this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem7.TextVisible = false; // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; resources.ApplyResources(this.emptySpaceItem1, "emptySpaceItem1"); this.emptySpaceItem1.Location = new System.Drawing.Point(259, 174); this.emptySpaceItem1.MaxSize = new System.Drawing.Size(10, 27); this.emptySpaceItem1.MinSize = new System.Drawing.Size(10, 27); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(10, 27); this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // emptySpaceItem2 // this.emptySpaceItem2.AllowHotTrack = false; resources.ApplyResources(this.emptySpaceItem2, "emptySpaceItem2"); this.emptySpaceItem2.Location = new System.Drawing.Point(0, 174); this.emptySpaceItem2.Name = "emptySpaceItem2"; this.emptySpaceItem2.Size = new System.Drawing.Size(189, 27); this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); // // lbl_starttime // resources.ApplyResources(this.lbl_starttime, "lbl_starttime"); this.lbl_starttime.Control = this.time_starttime; this.lbl_starttime.ImageOptions.ImageIndex = ((int)(resources.GetObject("lbl_starttime.ImageOptions.ImageIndex"))); this.lbl_starttime.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("lbl_starttime.ImageOptions.SvgImage"))); this.lbl_starttime.Location = new System.Drawing.Point(0, 42); this.lbl_starttime.Name = "lbl_starttime"; this.lbl_starttime.Size = new System.Drawing.Size(339, 41); this.lbl_starttime.TextLocation = DevExpress.Utils.Locations.Top; this.lbl_starttime.TextSize = new System.Drawing.Size(66, 14); // // lbl_enttime // resources.ApplyResources(this.lbl_enttime, "lbl_enttime"); this.lbl_enttime.Control = this.time_endtime; this.lbl_enttime.ImageOptions.ImageIndex = ((int)(resources.GetObject("lbl_enttime.ImageOptions.ImageIndex"))); this.lbl_enttime.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("lbl_enttime.ImageOptions.SvgImage"))); this.lbl_enttime.Location = new System.Drawing.Point(0, 85); this.lbl_enttime.Name = "lbl_enttime"; this.lbl_enttime.Size = new System.Drawing.Size(339, 41); this.lbl_enttime.TextLocation = DevExpress.Utils.Locations.Top; this.lbl_enttime.TextSize = new System.Drawing.Size(66, 14); // // simpleSeparator2 // this.simpleSeparator2.AllowHotTrack = false; this.simpleSeparator2.Location = new System.Drawing.Point(0, 40); this.simpleSeparator2.Name = "simpleSeparator2"; this.simpleSeparator2.Size = new System.Drawing.Size(339, 2); // // simpleSeparator3 // this.simpleSeparator3.AllowHotTrack = false; this.simpleSeparator3.Location = new System.Drawing.Point(0, 83); this.simpleSeparator3.Name = "simpleSeparator3"; this.simpleSeparator3.Size = new System.Drawing.Size(339, 2); // // emptySpaceItem3 // this.emptySpaceItem3.AllowHotTrack = false; this.emptySpaceItem3.Location = new System.Drawing.Point(0, 128); this.emptySpaceItem3.Name = "emptySpaceItem3"; this.emptySpaceItem3.Size = new System.Drawing.Size(339, 46); this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0); // // simpleSeparator1 // this.simpleSeparator1.AllowHotTrack = false; this.simpleSeparator1.Location = new System.Drawing.Point(0, 126); this.simpleSeparator1.Name = "simpleSeparator1"; this.simpleSeparator1.Size = new System.Drawing.Size(339, 2); // // NewTeamForm // this.AcceptButton = this.btn_save; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btn_cancel; this.Controls.Add(this.layoutControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "NewTeamForm"; this.ShowIcon = false; this.Load += new System.EventHandler(this.NewDeviceForm_Load); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.text_name.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.time_endtime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.time_starttime.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lbl_starttime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lbl_enttime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraEditors.TextEdit text_name; private DevExpress.XtraEditors.SimpleButton btn_save; private DevExpress.XtraEditors.SimpleButton btn_cancel; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; private DevExpress.XtraLayout.SimpleSeparator simpleSeparator1; private DevExpress.XtraLayout.LayoutControlItem lbl_starttime; private DevExpress.XtraLayout.LayoutControlItem lbl_enttime; private DevExpress.XtraLayout.SimpleSeparator simpleSeparator2; private DevExpress.XtraLayout.SimpleSeparator simpleSeparator3; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3; private DevExpress.XtraEditors.TimeEdit time_endtime; private DevExpress.XtraEditors.TimeEdit time_starttime; } }