123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606 |
- namespace Tofly.SearchUI.Win
- {
- partial class LevelLocalConfigControl
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Component Designer generated code
-
-
-
-
- private void InitializeComponent()
- {
- this.treeControlClass1 = new Tofly.CoreUI.Win.Control.TreeControlClass();
- this.splitControlClass1 = new Tofly.CoreUI.Win.Control.SplitControlClass();
- this.FieldInfo = new Tofly.CoreUI.Win.Control.TabControlClass();
- this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
- this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
- this.buttonClass1 = new Tofly.CoreUI.Win.Control.ButtonClass();
- this.textBoxClass1 = new Tofly.CoreUI.Win.Control.TextBoxClass();
- this.labelClass6 = new Tofly.CoreUI.Win.Control.LabelClass();
- this.comboBoxClass2 = new Tofly.CoreUI.Win.Control.ComboBoxClass();
- this.comboBoxClass1 = new Tofly.CoreUI.Win.Control.ComboBoxClass();
- this.labelClass5 = new Tofly.CoreUI.Win.Control.LabelClass();
- this.labelClass4 = new Tofly.CoreUI.Win.Control.LabelClass();
- this.radioGroupClass3 = new Tofly.CoreUI.Win.Control.RadioGroupClass();
- this.labelClass3 = new Tofly.CoreUI.Win.Control.LabelClass();
- this.radioGroupClass1 = new Tofly.CoreUI.Win.Control.RadioGroupClass();
- this.labelClass1 = new Tofly.CoreUI.Win.Control.LabelClass();
- ((System.ComponentModel.ISupportInitialize)(this.treeControlClass1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.splitControlClass1)).BeginInit();
- this.splitControlClass1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.FieldInfo)).BeginInit();
- this.FieldInfo.SuspendLayout();
- this.xtraTabPage1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.textBoxClass1.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.comboBoxClass2.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.comboBoxClass1.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.radioGroupClass3.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.radioGroupClass1.Properties)).BeginInit();
- this.SuspendLayout();
-
-
-
- this.treeControlClass1.AddCaptionField = false;
- this.treeControlClass1.AllowNull = true;
- this.treeControlClass1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.treeControlClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Left | Tofly.CoreUI.Control.AnchorStyles.Right)));
- this.treeControlClass1.AutoExpandFirstNode = true;
- this.treeControlClass1.AutoLoad = true;
- this.treeControlClass1.AverageScript = null;
- this.treeControlClass1.AverageValidateTip = null;
- this.treeControlClass1.CheckboxCanEdit = false;
- this.treeControlClass1.ChildControlName = null;
- this.treeControlClass1.CodeFieldName = null;
- this.treeControlClass1.ColorSetWhere = null;
- this.treeControlClass1.DataFilter = null;
- this.treeControlClass1.DataTableName = null;
- this.treeControlClass1.DisplayFieldName = null;
- this.treeControlClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.treeControlClass1.GroupBy = null;
- this.treeControlClass1.GroupName = null;
- this.treeControlClass1.Height = 485;
- this.treeControlClass1.IDFieldName = null;
- this.treeControlClass1.IsMemory = false;
- this.treeControlClass1.KeyFieldName = null;
- this.treeControlClass1.Location = new System.Drawing.Point(0, 0);
- this.treeControlClass1.LocationLeft = 0;
- this.treeControlClass1.LocationTop = 0;
- this.treeControlClass1.Margins = "3,3,3,3";
- this.treeControlClass1.Name = "treeControlClass1";
- this.treeControlClass1.NotNullField = null;
- this.treeControlClass1.OptionsSelection.InvertSelection = true;
- this.treeControlClass1.OrderBy = null;
- this.treeControlClass1.PageControlName = null;
- this.treeControlClass1.ParentFieldName = null;
- this.treeControlClass1.PIDFieldName = null;
- this.treeControlClass1.RelationKey = null;
- this.treeControlClass1.Security = "";
- this.treeControlClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.treeControlClass1.SecurityValue = true;
- this.treeControlClass1.SelectedFields = null;
- this.treeControlClass1.ShowCheckbox = false;
- this.treeControlClass1.Size = new System.Drawing.Size(191, 485);
- this.treeControlClass1.SplitString = ",";
- this.treeControlClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.treeControlClass1.States = "";
- this.treeControlClass1.StateValue = true;
- this.treeControlClass1.SumScript = null;
- this.treeControlClass1.SumValidateTip = null;
- this.treeControlClass1.SynEditControlName = null;
- this.treeControlClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.treeControlClass1.TabIndex = 0;
- this.treeControlClass1.TextFieldName = null;
- this.treeControlClass1.Tip = null;
- this.treeControlClass1.UniqueValueScript = null;
- this.treeControlClass1.UniqueValueValidateTip = null;
- this.treeControlClass1.UserCache = true;
- this.treeControlClass1.ValueFieldName = null;
- this.treeControlClass1.ValueGetScript = null;
- this.treeControlClass1.ValueMatchingField = null;
- this.treeControlClass1.ValueSetScript = null;
- this.treeControlClass1.Width = 191;
-
-
-
- this.splitControlClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.splitControlClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.splitControlClass1.GroupName = "";
- this.splitControlClass1.Height = 488;
- this.splitControlClass1.IsMemory = false;
- this.splitControlClass1.Location = new System.Drawing.Point(3, 3);
- this.splitControlClass1.LocationLeft = 3;
- this.splitControlClass1.LocationTop = 3;
- this.splitControlClass1.Margins = "3,3,3,3";
- this.splitControlClass1.Name = "splitControlClass1";
- this.splitControlClass1.Panel1.Controls.Add(this.treeControlClass1);
- this.splitControlClass1.Panel1.Text = "Panel1";
- this.splitControlClass1.Panel2.Controls.Add(this.FieldInfo);
- this.splitControlClass1.Panel2.Text = "Panel2";
- this.splitControlClass1.Security = "";
- this.splitControlClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.splitControlClass1.SecurityValue = true;
- this.splitControlClass1.Size = new System.Drawing.Size(633, 488);
- this.splitControlClass1.SplitterPosition = 196;
- this.splitControlClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.splitControlClass1.States = "";
- this.splitControlClass1.StateValue = true;
- this.splitControlClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.splitControlClass1.TabIndex = 2;
- this.splitControlClass1.Text = "splitControlClass1";
- this.splitControlClass1.Width = 633;
-
-
-
- this.FieldInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.FieldInfo.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Left | Tofly.CoreUI.Control.AnchorStyles.Right)));
- this.FieldInfo.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.FieldInfo.Height = 491;
- this.FieldInfo.IsMemory = false;
- this.FieldInfo.Location = new System.Drawing.Point(-5, 0);
- this.FieldInfo.LocationLeft = -5;
- this.FieldInfo.LocationTop = 0;
- this.FieldInfo.Margins = "3,3,3,3";
- this.FieldInfo.MultiLine = DevExpress.Utils.DefaultBoolean.True;
- this.FieldInfo.Name = "FieldInfo";
- this.FieldInfo.Security = "";
- this.FieldInfo.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.FieldInfo.SecurityValue = true;
- this.FieldInfo.SelectedIndex = 0;
- this.FieldInfo.SelectedTabPage = this.xtraTabPage2;
- this.FieldInfo.Size = new System.Drawing.Size(548, 491);
- this.FieldInfo.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.FieldInfo.States = "";
- this.FieldInfo.StateValue = true;
- this.FieldInfo.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.FieldInfo.TabIndex = 1;
- this.FieldInfo.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
- this.xtraTabPage1,
- this.xtraTabPage2});
- this.FieldInfo.TitleLocation = Tofly.CoreUI.Control.DockStyle.Top;
- this.FieldInfo.Width = 548;
-
-
-
- this.xtraTabPage2.Name = "xtraTabPage2";
- this.xtraTabPage2.Size = new System.Drawing.Size(549, 462);
- this.xtraTabPage2.Text = "逐级定位配置";
-
-
-
- this.xtraTabPage1.Controls.Add(this.radioGroupClass1);
- this.xtraTabPage1.Controls.Add(this.labelClass1);
- this.xtraTabPage1.Controls.Add(this.buttonClass1);
- this.xtraTabPage1.Controls.Add(this.textBoxClass1);
- this.xtraTabPage1.Controls.Add(this.labelClass6);
- this.xtraTabPage1.Controls.Add(this.comboBoxClass2);
- this.xtraTabPage1.Controls.Add(this.comboBoxClass1);
- this.xtraTabPage1.Controls.Add(this.labelClass5);
- this.xtraTabPage1.Controls.Add(this.labelClass4);
- this.xtraTabPage1.Controls.Add(this.radioGroupClass3);
- this.xtraTabPage1.Controls.Add(this.labelClass3);
- this.xtraTabPage1.Name = "xtraTabPage1";
- this.xtraTabPage1.Size = new System.Drawing.Size(542, 462);
- this.xtraTabPage1.Text = "字段配置";
-
-
-
- this.buttonClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.buttonClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.buttonClass1.GroupName = "";
- this.buttonClass1.Height = 23;
- this.buttonClass1.IsMemory = false;
- this.buttonClass1.Location = new System.Drawing.Point(349, 250);
- this.buttonClass1.LocationLeft = 349;
- this.buttonClass1.LocationTop = 250;
- this.buttonClass1.Margins = "3,3,3,3";
- this.buttonClass1.Name = "buttonClass1";
- this.buttonClass1.Security = "";
- this.buttonClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.buttonClass1.SecurityValue = true;
- this.buttonClass1.Size = new System.Drawing.Size(58, 23);
- this.buttonClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.buttonClass1.States = "";
- this.buttonClass1.StateValue = true;
- this.buttonClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.buttonClass1.TabIndex = 6;
- this.buttonClass1.Text = "......";
- this.buttonClass1.Width = 58;
-
-
-
- this.textBoxClass1.AllowNull = true;
- this.textBoxClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.textBoxClass1.CheckType = Tofly.CoreUI.Control.ValidateType.String;
- this.textBoxClass1.DecimalDigits = 0;
- this.textBoxClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.textBoxClass1.GroupName = "";
- this.textBoxClass1.Height = 20;
- this.textBoxClass1.IsMemory = false;
- this.textBoxClass1.Location = new System.Drawing.Point(139, 253);
- this.textBoxClass1.LocationLeft = 139;
- this.textBoxClass1.LocationTop = 253;
- this.textBoxClass1.LogicWhere = "";
- this.textBoxClass1.Margins = "3,3,3,3";
- this.textBoxClass1.Name = "textBoxClass1";
- this.textBoxClass1.Security = "";
- this.textBoxClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.textBoxClass1.SecurityValue = true;
- this.textBoxClass1.Size = new System.Drawing.Size(196, 20);
- this.textBoxClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.textBoxClass1.States = "";
- this.textBoxClass1.StateValue = true;
- this.textBoxClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.textBoxClass1.TabIndex = 5;
- this.textBoxClass1.TextFieldName = null;
- this.textBoxClass1.Tip = null;
- this.textBoxClass1.Width = 196;
-
-
-
- this.labelClass6.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.labelClass6.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.labelClass6.Height = 14;
- this.labelClass6.IsMemory = false;
- this.labelClass6.Location = new System.Drawing.Point(66, 256);
- this.labelClass6.LocationLeft = 66;
- this.labelClass6.LocationTop = 256;
- this.labelClass6.Margins = "3,3,3,3";
- this.labelClass6.Name = "labelClass6";
- this.labelClass6.Security = "";
- this.labelClass6.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass6.SecurityValue = true;
- this.labelClass6.Size = new System.Drawing.Size(48, 14);
- this.labelClass6.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass6.States = "";
- this.labelClass6.StateValue = true;
- this.labelClass6.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.labelClass6.TabIndex = 4;
- this.labelClass6.Text = "连接关系";
- this.labelClass6.TextFieldName = null;
- this.labelClass6.Width = 48;
-
-
-
- this.comboBoxClass2.AddCaptionField = false;
- this.comboBoxClass2.AddNullRow = false;
- this.comboBoxClass2.AllowNull = true;
- this.comboBoxClass2.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.comboBoxClass2.AutoExpandFirstNode = true;
- this.comboBoxClass2.AutoLoad = true;
- this.comboBoxClass2.CanSelectRoot = true;
- this.comboBoxClass2.CodeFieldName = null;
- this.comboBoxClass2.ColorSetWhere = null;
- this.comboBoxClass2.DataFilter = null;
- this.comboBoxClass2.DataTableName = null;
- this.comboBoxClass2.DisplayFieldName = null;
- this.comboBoxClass2.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.comboBoxClass2.FilterFields = null;
- this.comboBoxClass2.FocusedNode = null;
- this.comboBoxClass2.GroupBy = null;
- this.comboBoxClass2.GroupName = null;
- this.comboBoxClass2.Height = 20;
- this.comboBoxClass2.IDFieldName = null;
- this.comboBoxClass2.IsEdit = false;
- this.comboBoxClass2.IsMemory = false;
- this.comboBoxClass2.LinkGroup = null;
- this.comboBoxClass2.LinkIndex = 0;
- this.comboBoxClass2.Location = new System.Drawing.Point(139, 204);
- this.comboBoxClass2.LocationLeft = 139;
- this.comboBoxClass2.LocationTop = 204;
- this.comboBoxClass2.Margins = "3,3,3,3";
- this.comboBoxClass2.Name = "comboBoxClass2";
- this.comboBoxClass2.ObjectFactory = null;
- this.comboBoxClass2.OrderBy = null;
- this.comboBoxClass2.PIDFieldName = null;
- this.comboBoxClass2.PinYinFieldName = "C_PINYIN";
- this.comboBoxClass2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.comboBoxClass2.Security = "";
- this.comboBoxClass2.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.comboBoxClass2.SecurityValue = true;
- this.comboBoxClass2.SelectedFields = null;
- this.comboBoxClass2.ShowCheckbox = false;
- this.comboBoxClass2.ShowMoreRowName = "【显示更多】";
- this.comboBoxClass2.ShowRowNum = 0;
- this.comboBoxClass2.Size = new System.Drawing.Size(268, 20);
- this.comboBoxClass2.SplitString = ",";
- this.comboBoxClass2.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.comboBoxClass2.States = "";
- this.comboBoxClass2.StateValue = true;
- this.comboBoxClass2.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.comboBoxClass2.TabIndex = 3;
- this.comboBoxClass2.TextFieldName = null;
- this.comboBoxClass2.Tip = null;
- this.comboBoxClass2.ValueFieldName = null;
- this.comboBoxClass2.ValueGetScript = null;
- this.comboBoxClass2.ValueMatchingField = null;
- this.comboBoxClass2.ValueSetScript = null;
- this.comboBoxClass2.Width = 268;
-
-
-
- this.comboBoxClass1.AddCaptionField = false;
- this.comboBoxClass1.AddNullRow = false;
- this.comboBoxClass1.AllowNull = true;
- this.comboBoxClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.comboBoxClass1.AutoExpandFirstNode = true;
- this.comboBoxClass1.AutoLoad = true;
- this.comboBoxClass1.CanSelectRoot = true;
- this.comboBoxClass1.CodeFieldName = null;
- this.comboBoxClass1.ColorSetWhere = null;
- this.comboBoxClass1.DataFilter = null;
- this.comboBoxClass1.DataTableName = null;
- this.comboBoxClass1.DisplayFieldName = null;
- this.comboBoxClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.comboBoxClass1.FilterFields = null;
- this.comboBoxClass1.FocusedNode = null;
- this.comboBoxClass1.GroupBy = null;
- this.comboBoxClass1.GroupName = null;
- this.comboBoxClass1.Height = 20;
- this.comboBoxClass1.IDFieldName = null;
- this.comboBoxClass1.IsEdit = false;
- this.comboBoxClass1.IsMemory = false;
- this.comboBoxClass1.LinkGroup = null;
- this.comboBoxClass1.LinkIndex = 0;
- this.comboBoxClass1.Location = new System.Drawing.Point(139, 158);
- this.comboBoxClass1.LocationLeft = 139;
- this.comboBoxClass1.LocationTop = 158;
- this.comboBoxClass1.Margins = "3,3,3,3";
- this.comboBoxClass1.Name = "comboBoxClass1";
- this.comboBoxClass1.ObjectFactory = null;
- this.comboBoxClass1.OrderBy = null;
- this.comboBoxClass1.PIDFieldName = null;
- this.comboBoxClass1.PinYinFieldName = "C_PINYIN";
- this.comboBoxClass1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.comboBoxClass1.Security = "";
- this.comboBoxClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.comboBoxClass1.SecurityValue = true;
- this.comboBoxClass1.SelectedFields = null;
- this.comboBoxClass1.ShowCheckbox = false;
- this.comboBoxClass1.ShowMoreRowName = "【显示更多】";
- this.comboBoxClass1.ShowRowNum = 0;
- this.comboBoxClass1.Size = new System.Drawing.Size(268, 20);
- this.comboBoxClass1.SplitString = ",";
- this.comboBoxClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.comboBoxClass1.States = "";
- this.comboBoxClass1.StateValue = true;
- this.comboBoxClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.comboBoxClass1.TabIndex = 3;
- this.comboBoxClass1.TextFieldName = null;
- this.comboBoxClass1.Tip = null;
- this.comboBoxClass1.ValueFieldName = null;
- this.comboBoxClass1.ValueGetScript = null;
- this.comboBoxClass1.ValueMatchingField = null;
- this.comboBoxClass1.ValueSetScript = null;
- this.comboBoxClass1.Width = 268;
-
-
-
- this.labelClass5.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.labelClass5.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.labelClass5.Height = 14;
- this.labelClass5.IsMemory = false;
- this.labelClass5.Location = new System.Drawing.Point(66, 207);
- this.labelClass5.LocationLeft = 66;
- this.labelClass5.LocationTop = 207;
- this.labelClass5.Margins = "3,3,3,3";
- this.labelClass5.Name = "labelClass5";
- this.labelClass5.Security = "";
- this.labelClass5.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass5.SecurityValue = true;
- this.labelClass5.Size = new System.Drawing.Size(48, 14);
- this.labelClass5.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass5.States = "";
- this.labelClass5.StateValue = true;
- this.labelClass5.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.labelClass5.TabIndex = 2;
- this.labelClass5.Text = "下一字段";
- this.labelClass5.TextFieldName = null;
- this.labelClass5.Width = 48;
-
-
-
- this.labelClass4.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.labelClass4.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.labelClass4.Height = 14;
- this.labelClass4.IsMemory = false;
- this.labelClass4.Location = new System.Drawing.Point(66, 161);
- this.labelClass4.LocationLeft = 66;
- this.labelClass4.LocationTop = 161;
- this.labelClass4.Margins = "3,3,3,3";
- this.labelClass4.Name = "labelClass4";
- this.labelClass4.Security = "";
- this.labelClass4.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass4.SecurityValue = true;
- this.labelClass4.Size = new System.Drawing.Size(48, 14);
- this.labelClass4.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass4.States = "";
- this.labelClass4.StateValue = true;
- this.labelClass4.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.labelClass4.TabIndex = 2;
- this.labelClass4.Text = "上一字段";
- this.labelClass4.TextFieldName = null;
- this.labelClass4.Width = 48;
-
-
-
- this.radioGroupClass3.AllowNull = true;
- this.radioGroupClass3.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.radioGroupClass3.CodeFieldName = null;
- this.radioGroupClass3.DataTableName = null;
- this.radioGroupClass3.DisplayFieldName = null;
- this.radioGroupClass3.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.radioGroupClass3.GroupName = "";
- this.radioGroupClass3.Height = 25;
- this.radioGroupClass3.IsMemory = false;
- this.radioGroupClass3.Location = new System.Drawing.Point(139, 108);
- this.radioGroupClass3.LocationLeft = 139;
- this.radioGroupClass3.LocationTop = 108;
- this.radioGroupClass3.Margins = "3,3,3,3";
- this.radioGroupClass3.Name = "radioGroupClass3";
- this.radioGroupClass3.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
- new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "是"),
- new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "否")});
- this.radioGroupClass3.Security = "";
- this.radioGroupClass3.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.radioGroupClass3.SecurityValue = true;
- this.radioGroupClass3.Size = new System.Drawing.Size(268, 25);
- this.radioGroupClass3.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.radioGroupClass3.States = "";
- this.radioGroupClass3.StateValue = true;
- this.radioGroupClass3.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.radioGroupClass3.TabIndex = 1;
- this.radioGroupClass3.TextFieldName = null;
- this.radioGroupClass3.Tip = null;
- this.radioGroupClass3.ValueFieldName = null;
- this.radioGroupClass3.Width = 268;
-
-
-
- this.labelClass3.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.labelClass3.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.labelClass3.Height = 14;
- this.labelClass3.IsMemory = false;
- this.labelClass3.Location = new System.Drawing.Point(66, 114);
- this.labelClass3.LocationLeft = 66;
- this.labelClass3.LocationTop = 114;
- this.labelClass3.Margins = "3,3,3,3";
- this.labelClass3.Name = "labelClass3";
- this.labelClass3.Security = "";
- this.labelClass3.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass3.SecurityValue = true;
- this.labelClass3.Size = new System.Drawing.Size(48, 14);
- this.labelClass3.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass3.States = "";
- this.labelClass3.StateValue = true;
- this.labelClass3.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.labelClass3.TabIndex = 0;
- this.labelClass3.Text = "是否选中";
- this.labelClass3.TextFieldName = null;
- this.labelClass3.Width = 48;
-
-
-
- this.radioGroupClass1.AllowNull = true;
- this.radioGroupClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.radioGroupClass1.CodeFieldName = null;
- this.radioGroupClass1.DataTableName = null;
- this.radioGroupClass1.DisplayFieldName = null;
- this.radioGroupClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.radioGroupClass1.GroupName = "";
- this.radioGroupClass1.Height = 25;
- this.radioGroupClass1.IsMemory = false;
- this.radioGroupClass1.Location = new System.Drawing.Point(139, 56);
- this.radioGroupClass1.LocationLeft = 139;
- this.radioGroupClass1.LocationTop = 56;
- this.radioGroupClass1.Margins = "3,3,3,3";
- this.radioGroupClass1.Name = "radioGroupClass1";
- this.radioGroupClass1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
- new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "树形"),
- new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "下拉列表")});
- this.radioGroupClass1.Security = "";
- this.radioGroupClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.radioGroupClass1.SecurityValue = true;
- this.radioGroupClass1.Size = new System.Drawing.Size(268, 25);
- this.radioGroupClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.radioGroupClass1.States = "";
- this.radioGroupClass1.StateValue = true;
- this.radioGroupClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.radioGroupClass1.TabIndex = 8;
- this.radioGroupClass1.TextFieldName = null;
- this.radioGroupClass1.Tip = null;
- this.radioGroupClass1.ValueFieldName = null;
- this.radioGroupClass1.Width = 268;
-
-
-
- this.labelClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.labelClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.labelClass1.Height = 14;
- this.labelClass1.IsMemory = false;
- this.labelClass1.Location = new System.Drawing.Point(66, 63);
- this.labelClass1.LocationLeft = 66;
- this.labelClass1.LocationTop = 63;
- this.labelClass1.Margins = "3,3,3,3";
- this.labelClass1.Name = "labelClass1";
- this.labelClass1.Security = "";
- this.labelClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass1.SecurityValue = true;
- this.labelClass1.Size = new System.Drawing.Size(48, 14);
- this.labelClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass1.States = "";
- this.labelClass1.StateValue = true;
- this.labelClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.labelClass1.TabIndex = 7;
- this.labelClass1.Text = "展示方式";
- this.labelClass1.TextFieldName = null;
- this.labelClass1.Width = 48;
-
-
-
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.splitControlClass1);
- this.Height = 494;
- this.LocationLeft = 15;
- this.LocationTop = 15;
- this.Name = "LevelLocalConfigControl";
- this.Size = new System.Drawing.Size(639, 494);
- this.Width = 639;
- ((System.ComponentModel.ISupportInitialize)(this.treeControlClass1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.splitControlClass1)).EndInit();
- this.splitControlClass1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.FieldInfo)).EndInit();
- this.FieldInfo.ResumeLayout(false);
- this.xtraTabPage1.ResumeLayout(false);
- this.xtraTabPage1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.textBoxClass1.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.comboBoxClass2.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.comboBoxClass1.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.radioGroupClass3.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.radioGroupClass1.Properties)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private CoreUI.Win.Control.TreeControlClass treeControlClass1;
- private CoreUI.Win.Control.SplitControlClass splitControlClass1;
- private CoreUI.Win.Control.TabControlClass FieldInfo;
- private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
- private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
- private CoreUI.Win.Control.ButtonClass buttonClass1;
- private CoreUI.Win.Control.TextBoxClass textBoxClass1;
- private CoreUI.Win.Control.LabelClass labelClass6;
- private CoreUI.Win.Control.ComboBoxClass comboBoxClass2;
- private CoreUI.Win.Control.ComboBoxClass comboBoxClass1;
- private CoreUI.Win.Control.LabelClass labelClass5;
- private CoreUI.Win.Control.LabelClass labelClass4;
- private CoreUI.Win.Control.RadioGroupClass radioGroupClass3;
- private CoreUI.Win.Control.LabelClass labelClass3;
- private CoreUI.Win.Control.RadioGroupClass radioGroupClass1;
- private CoreUI.Win.Control.LabelClass labelClass1;
- }
- }
|