403 lines
26 KiB
C#
403 lines
26 KiB
C#
namespace TsSFCDevice.Client.Launch.CustomField
|
|
{
|
|
partial class pageFieldEdit
|
|
{
|
|
/// <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();
|
|
DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
|
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
|
|
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
|
|
DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
|
|
DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(pageFieldEdit));
|
|
this.toolbarFormControl1 = new DevExpress.XtraBars.ToolbarForm.ToolbarFormControl();
|
|
this.toolbarFormManager1 = new DevExpress.XtraBars.ToolbarForm.ToolbarFormManager(this.components);
|
|
this.barDockControl1 = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControl2 = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControl3 = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControl4 = new DevExpress.XtraBars.BarDockControl();
|
|
this.btn_SaveAndClose = new DevExpress.XtraBars.BarButtonItem();
|
|
this.btn_Save = new DevExpress.XtraBars.BarButtonItem();
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.txt_FieldValue = new DevExpress.XtraEditors.TextEdit();
|
|
this.txt_FieldText = new DevExpress.XtraEditors.TextEdit();
|
|
this.lup_FieldType = new DevExpress.XtraEditors.LookUpEdit();
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
|
|
this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::TsSFCDevice.Client.Launch.frmWaiting), true, true);
|
|
this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.toolbarFormControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.toolbarFormManager1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
this.layoutControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_FieldValue.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_FieldText.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lup_FieldType.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// toolbarFormControl1
|
|
//
|
|
this.toolbarFormControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolbarFormControl1.Manager = this.toolbarFormManager1;
|
|
this.toolbarFormControl1.Name = "toolbarFormControl1";
|
|
this.toolbarFormControl1.Size = new System.Drawing.Size(670, 31);
|
|
this.toolbarFormControl1.TabIndex = 4;
|
|
this.toolbarFormControl1.TabStop = false;
|
|
this.toolbarFormControl1.TitleItemLinks.Add(this.btn_Save);
|
|
this.toolbarFormControl1.TitleItemLinks.Add(this.btn_SaveAndClose);
|
|
this.toolbarFormControl1.ToolbarForm = this;
|
|
//
|
|
// toolbarFormManager1
|
|
//
|
|
this.toolbarFormManager1.DockControls.Add(this.barDockControl1);
|
|
this.toolbarFormManager1.DockControls.Add(this.barDockControl2);
|
|
this.toolbarFormManager1.DockControls.Add(this.barDockControl3);
|
|
this.toolbarFormManager1.DockControls.Add(this.barDockControl4);
|
|
this.toolbarFormManager1.Form = this;
|
|
this.toolbarFormManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|
this.btn_SaveAndClose,
|
|
this.btn_Save});
|
|
this.toolbarFormManager1.MaxItemId = 2;
|
|
//
|
|
// barDockControl1
|
|
//
|
|
this.barDockControl1.CausesValidation = false;
|
|
this.barDockControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.barDockControl1.Location = new System.Drawing.Point(0, 31);
|
|
this.barDockControl1.Manager = this.toolbarFormManager1;
|
|
this.barDockControl1.Size = new System.Drawing.Size(670, 0);
|
|
//
|
|
// barDockControl2
|
|
//
|
|
this.barDockControl2.CausesValidation = false;
|
|
this.barDockControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.barDockControl2.Location = new System.Drawing.Point(0, 186);
|
|
this.barDockControl2.Manager = this.toolbarFormManager1;
|
|
this.barDockControl2.Size = new System.Drawing.Size(670, 0);
|
|
//
|
|
// barDockControl3
|
|
//
|
|
this.barDockControl3.CausesValidation = false;
|
|
this.barDockControl3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.barDockControl3.Location = new System.Drawing.Point(0, 31);
|
|
this.barDockControl3.Manager = this.toolbarFormManager1;
|
|
this.barDockControl3.Size = new System.Drawing.Size(0, 155);
|
|
//
|
|
// barDockControl4
|
|
//
|
|
this.barDockControl4.CausesValidation = false;
|
|
this.barDockControl4.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.barDockControl4.Location = new System.Drawing.Point(670, 31);
|
|
this.barDockControl4.Manager = this.toolbarFormManager1;
|
|
this.barDockControl4.Size = new System.Drawing.Size(0, 155);
|
|
//
|
|
// btn_SaveAndClose
|
|
//
|
|
this.btn_SaveAndClose.Caption = "保存并关闭";
|
|
this.btn_SaveAndClose.Id = 0;
|
|
this.btn_SaveAndClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_SaveAndClose.ImageOptions.Image")));
|
|
this.btn_SaveAndClose.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btn_SaveAndClose.ImageOptions.LargeImage")));
|
|
this.btn_SaveAndClose.ItemAppearance.Disabled.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.btn_SaveAndClose.ItemAppearance.Disabled.Options.UseFont = true;
|
|
this.btn_SaveAndClose.ItemAppearance.Hovered.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.btn_SaveAndClose.ItemAppearance.Hovered.Options.UseFont = true;
|
|
this.btn_SaveAndClose.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.btn_SaveAndClose.ItemAppearance.Normal.Options.UseFont = true;
|
|
this.btn_SaveAndClose.ItemAppearance.Pressed.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.btn_SaveAndClose.ItemAppearance.Pressed.Options.UseFont = true;
|
|
this.btn_SaveAndClose.Name = "btn_SaveAndClose";
|
|
this.btn_SaveAndClose.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
|
|
this.btn_SaveAndClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_SaveAndClose_ItemClick);
|
|
//
|
|
// btn_Save
|
|
//
|
|
this.btn_Save.Caption = "保存";
|
|
this.btn_Save.Id = 1;
|
|
this.btn_Save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Save.ImageOptions.Image")));
|
|
this.btn_Save.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btn_Save.ImageOptions.LargeImage")));
|
|
this.btn_Save.ItemAppearance.Disabled.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.btn_Save.ItemAppearance.Disabled.Options.UseFont = true;
|
|
this.btn_Save.ItemAppearance.Hovered.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.btn_Save.ItemAppearance.Hovered.Options.UseFont = true;
|
|
this.btn_Save.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.btn_Save.ItemAppearance.Normal.Options.UseFont = true;
|
|
this.btn_Save.ItemAppearance.Pressed.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.btn_Save.ItemAppearance.Pressed.Options.UseFont = true;
|
|
this.btn_Save.Name = "btn_Save";
|
|
this.btn_Save.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
|
|
this.btn_Save.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Save_ItemClick);
|
|
//
|
|
// layoutControl1
|
|
//
|
|
this.layoutControl1.Controls.Add(this.txt_FieldValue);
|
|
this.layoutControl1.Controls.Add(this.txt_FieldText);
|
|
this.layoutControl1.Controls.Add(this.lup_FieldType);
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 31);
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(935, 4, 650, 400);
|
|
this.layoutControl1.Root = this.Root;
|
|
this.layoutControl1.Size = new System.Drawing.Size(670, 155);
|
|
this.layoutControl1.TabIndex = 9;
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
//
|
|
// txt_FieldValue
|
|
//
|
|
this.txt_FieldValue.Location = new System.Drawing.Point(97, 109);
|
|
this.txt_FieldValue.MenuManager = this.toolbarFormManager1;
|
|
this.txt_FieldValue.Name = "txt_FieldValue";
|
|
this.txt_FieldValue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.txt_FieldValue.Properties.Appearance.Options.UseFont = true;
|
|
this.txt_FieldValue.Properties.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.txt_FieldValue.Properties.AppearanceDisabled.Options.UseFont = true;
|
|
this.txt_FieldValue.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.txt_FieldValue.Properties.AppearanceFocused.Options.UseFont = true;
|
|
this.txt_FieldValue.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.txt_FieldValue.Properties.AppearanceReadOnly.Options.UseFont = true;
|
|
this.txt_FieldValue.Properties.BeepOnError = false;
|
|
this.txt_FieldValue.Properties.MaxLength = 200;
|
|
this.txt_FieldValue.Size = new System.Drawing.Size(541, 26);
|
|
this.txt_FieldValue.StyleController = this.layoutControl1;
|
|
this.txt_FieldValue.TabIndex = 5;
|
|
//
|
|
// txt_FieldText
|
|
//
|
|
this.txt_FieldText.EditValue = "";
|
|
this.txt_FieldText.Location = new System.Drawing.Point(97, 19);
|
|
this.txt_FieldText.MenuManager = this.toolbarFormManager1;
|
|
this.txt_FieldText.Name = "txt_FieldText";
|
|
this.txt_FieldText.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.txt_FieldText.Properties.Appearance.Options.UseFont = true;
|
|
this.txt_FieldText.Properties.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.txt_FieldText.Properties.AppearanceDisabled.Options.UseFont = true;
|
|
this.txt_FieldText.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.txt_FieldText.Properties.AppearanceFocused.Options.UseFont = true;
|
|
this.txt_FieldText.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.txt_FieldText.Properties.AppearanceReadOnly.Options.UseFont = true;
|
|
this.txt_FieldText.Properties.MaxLength = 200;
|
|
this.txt_FieldText.Size = new System.Drawing.Size(541, 26);
|
|
this.txt_FieldText.StyleController = this.layoutControl1;
|
|
this.txt_FieldText.TabIndex = 4;
|
|
conditionValidationRule1.ErrorText = "This value is not valid";
|
|
this.dxValidationProvider1.SetValidationRule(this.txt_FieldText, conditionValidationRule1);
|
|
//
|
|
// lup_FieldType
|
|
//
|
|
this.lup_FieldType.Location = new System.Drawing.Point(97, 64);
|
|
this.lup_FieldType.MenuManager = this.toolbarFormManager1;
|
|
this.lup_FieldType.Name = "lup_FieldType";
|
|
this.lup_FieldType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.lup_FieldType.Properties.Appearance.Options.UseFont = true;
|
|
this.lup_FieldType.Properties.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.lup_FieldType.Properties.AppearanceDisabled.Options.UseFont = true;
|
|
this.lup_FieldType.Properties.AppearanceDropDown.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.lup_FieldType.Properties.AppearanceDropDown.Options.UseFont = true;
|
|
this.lup_FieldType.Properties.AppearanceDropDownHeader.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.lup_FieldType.Properties.AppearanceDropDownHeader.Options.UseFont = true;
|
|
this.lup_FieldType.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.lup_FieldType.Properties.AppearanceFocused.Options.UseFont = true;
|
|
this.lup_FieldType.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.lup_FieldType.Properties.AppearanceReadOnly.Options.UseFont = true;
|
|
this.lup_FieldType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lup_FieldType.Properties.NullText = "";
|
|
this.lup_FieldType.Properties.PopupSizeable = false;
|
|
this.lup_FieldType.Properties.SearchMode = DevExpress.XtraEditors.Controls.SearchMode.OnlyInPopup;
|
|
this.lup_FieldType.Properties.EditValueChanged += new System.EventHandler(this.lup_FieldType_Properties_EditValueChanged);
|
|
this.lup_FieldType.Size = new System.Drawing.Size(541, 26);
|
|
this.lup_FieldType.StyleController = this.layoutControl1;
|
|
this.lup_FieldType.TabIndex = 6;
|
|
//
|
|
// 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.layoutControlItem3});
|
|
this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
|
this.Root.Name = "Root";
|
|
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
columnDefinition1.Width = 100D;
|
|
this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
|
columnDefinition1});
|
|
rowDefinition1.Height = 45D;
|
|
rowDefinition1.SizeType = System.Windows.Forms.SizeType.Absolute;
|
|
rowDefinition2.Height = 45D;
|
|
rowDefinition2.SizeType = System.Windows.Forms.SizeType.Absolute;
|
|
rowDefinition3.Height = 45D;
|
|
rowDefinition3.SizeType = System.Windows.Forms.SizeType.Absolute;
|
|
this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
|
rowDefinition1,
|
|
rowDefinition2,
|
|
rowDefinition3});
|
|
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(10, 30, 10, 10);
|
|
this.Root.Size = new System.Drawing.Size(670, 155);
|
|
this.Root.TextVisible = false;
|
|
//
|
|
// layoutControlItem1
|
|
//
|
|
this.layoutControlItem1.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlItem1.AppearanceItemCaption.Options.UseFont = true;
|
|
this.layoutControlItem1.AppearanceItemCaption.Options.UseTextOptions = true;
|
|
this.layoutControlItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.layoutControlItem1.AppearanceItemCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlItem1.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlItem1.AppearanceItemCaptionDisabled.Options.UseFont = true;
|
|
this.layoutControlItem1.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.layoutControlItem1.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlItem1.Control = this.txt_FieldText;
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(630, 45);
|
|
this.layoutControlItem1.Text = "名称";
|
|
this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(80, 15);
|
|
this.layoutControlItem1.TextToControlDistance = 5;
|
|
//
|
|
// layoutControlItem2
|
|
//
|
|
this.layoutControlItem2.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlItem2.AppearanceItemCaption.Options.UseFont = true;
|
|
this.layoutControlItem2.AppearanceItemCaption.Options.UseTextOptions = true;
|
|
this.layoutControlItem2.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.layoutControlItem2.AppearanceItemCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlItem2.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlItem2.AppearanceItemCaptionDisabled.Options.UseFont = true;
|
|
this.layoutControlItem2.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlItem2.Control = this.txt_FieldValue;
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 90);
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 2;
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(630, 45);
|
|
this.layoutControlItem2.Text = "值";
|
|
this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(80, 15);
|
|
this.layoutControlItem2.TextToControlDistance = 5;
|
|
//
|
|
// layoutControlItem3
|
|
//
|
|
this.layoutControlItem3.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlItem3.AppearanceItemCaption.Options.UseFont = true;
|
|
this.layoutControlItem3.AppearanceItemCaption.Options.UseTextOptions = true;
|
|
this.layoutControlItem3.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.layoutControlItem3.AppearanceItemCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlItem3.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlItem3.AppearanceItemCaptionDisabled.Options.UseFont = true;
|
|
this.layoutControlItem3.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.layoutControlItem3.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlItem3.Control = this.lup_FieldType;
|
|
this.layoutControlItem3.Location = new System.Drawing.Point(0, 45);
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 1;
|
|
this.layoutControlItem3.Size = new System.Drawing.Size(630, 45);
|
|
this.layoutControlItem3.Text = "类型";
|
|
this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(80, 15);
|
|
this.layoutControlItem3.TextToControlDistance = 5;
|
|
//
|
|
// splashScreenManager1
|
|
//
|
|
this.splashScreenManager1.ClosingDelay = 500;
|
|
//
|
|
// dxErrorProvider1
|
|
//
|
|
this.dxErrorProvider1.ContainerControl = this;
|
|
//
|
|
// pageFieldEdit
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(670, 186);
|
|
this.Controls.Add(this.layoutControl1);
|
|
this.Controls.Add(this.barDockControl3);
|
|
this.Controls.Add(this.barDockControl4);
|
|
this.Controls.Add(this.barDockControl2);
|
|
this.Controls.Add(this.barDockControl1);
|
|
this.Controls.Add(this.toolbarFormControl1);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.IconOptions.Image = ((System.Drawing.Image)(resources.GetObject("pageFieldEdit.IconOptions.Image")));
|
|
this.MaximizeBox = false;
|
|
this.MaximumSize = new System.Drawing.Size(672, 196);
|
|
this.MinimumSize = new System.Drawing.Size(672, 187);
|
|
this.Name = "pageFieldEdit";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "pageFieldEdit";
|
|
this.ToolbarFormControl = this.toolbarFormControl1;
|
|
((System.ComponentModel.ISupportInitialize)(this.toolbarFormControl1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.toolbarFormManager1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
this.layoutControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_FieldValue.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_FieldText.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lup_FieldType.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraBars.ToolbarForm.ToolbarFormControl toolbarFormControl1;
|
|
private DevExpress.XtraBars.ToolbarForm.ToolbarFormManager toolbarFormManager1;
|
|
private DevExpress.XtraBars.BarDockControl barDockControl1;
|
|
private DevExpress.XtraBars.BarDockControl barDockControl2;
|
|
private DevExpress.XtraBars.BarDockControl barDockControl3;
|
|
private DevExpress.XtraBars.BarDockControl barDockControl4;
|
|
private DevExpress.XtraBars.BarButtonItem btn_SaveAndClose;
|
|
private DevExpress.XtraBars.BarButtonItem btn_Save;
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
private DevExpress.XtraEditors.TextEdit txt_FieldValue;
|
|
private DevExpress.XtraEditors.TextEdit txt_FieldText;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
private DevExpress.XtraEditors.LookUpEdit lup_FieldType;
|
|
private DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider dxValidationProvider1;
|
|
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
|
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
|
}
|
|
} |