123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634 |
- namespace Tofly.SearchUI.Win
- {
- partial class ControlTFnum
- {
-
-
-
- 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.toolBar1 = new Tofly.CoreUI.Win.Control.ToolBar();
- this.bar2 = new DevExpress.XtraBars.Bar();
- this.barQuery = new DevExpress.XtraBars.BarButtonItem();
- this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
- this.btnClear = new DevExpress.XtraBars.BarButtonItem();
- this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
- this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
- this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
- this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
- this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
- this.tfInput = new DevExpress.XtraBars.BarButtonItem();
- this.InputTFH = new DevExpress.XtraBars.BarButtonItem();
- this.SelectLayer = new DevExpress.XtraBars.BarButtonItem();
- this.NewTFH = new DevExpress.XtraBars.BarButtonItem();
- this.OldTFH = new DevExpress.XtraBars.BarButtonItem();
- this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
- this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
- this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
- this.repositoryItemCheckEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
- this.panelClass1 = new Tofly.CoreUI.Win.Form.Control.PanelClass();
- this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
- this.buttonStart = new Tofly.CoreUI.Win.Control.ButtonClass();
- this.buttonStop = new Tofly.CoreUI.Win.Control.ButtonClass();
- this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
- this.TFlist = new Tofly.CoreUI.Win.Control.ListBoxClass();
- this.labelClass3 = new Tofly.CoreUI.Win.Control.LabelClass();
- this.labelClass2 = new Tofly.CoreUI.Win.Control.LabelClass();
- this.labelClass1 = new Tofly.CoreUI.Win.Control.LabelClass();
- this.combTFType = new Tofly.CoreUI.Win.Control.ComboBoxClass();
- this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
- ((System.ComponentModel.ISupportInitialize)(this.toolBar1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelClass1)).BeginInit();
- this.panelClass1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.TFlist)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.combTFType.Properties)).BeginInit();
- this.SuspendLayout();
-
-
-
- this.toolBar1.AnchorStyles = Tofly.CoreUI.Control.AnchorStyles.None;
- this.toolBar1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
- this.bar2});
- this.toolBar1.DockControls.Add(this.barDockControlTop);
- this.toolBar1.DockControls.Add(this.barDockControlBottom);
- this.toolBar1.DockControls.Add(this.barDockControlLeft);
- this.toolBar1.DockControls.Add(this.barDockControlRight);
- this.toolBar1.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.toolBar1.Enabled = false;
- this.toolBar1.Font = null;
- this.toolBar1.ForeColor = System.Drawing.Color.Empty;
- this.toolBar1.Form = this;
- this.toolBar1.GUID = null;
- this.toolBar1.Height = -1;
- this.toolBar1.IsMemory = false;
- this.toolBar1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
- this.btnClear,
- this.barCheckItem1,
- this.tfInput,
- this.barQuery,
- this.InputTFH,
- this.SelectLayer,
- this.NewTFH,
- this.OldTFH,
- this.barButtonItem1});
- this.toolBar1.LocationLeft = -1;
- this.toolBar1.LocationTop = -1;
- this.toolBar1.MainMenu = this.bar2;
- this.toolBar1.Margins = "";
- this.toolBar1.MaxItemId = 30;
- this.toolBar1.Name = "";
- this.toolBar1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
- this.repositoryItemCheckEdit1,
- this.repositoryItemComboBox1,
- this.repositoryItemCheckEdit2,
- this.repositoryItemCheckEdit3});
- this.toolBar1.Security = "";
- this.toolBar1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.toolBar1.SecurityValue = false;
- this.toolBar1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.toolBar1.States = "";
- this.toolBar1.StateValue = false;
- this.toolBar1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Entry;
- this.toolBar1.TabIndex = -1;
- this.toolBar1.Text = "";
- this.toolBar1.Value = null;
- this.toolBar1.Visible = false;
- this.toolBar1.Width = -1;
-
-
-
- this.bar2.BarAppearance.Disabled.BackColor = System.Drawing.Color.Gray;
- this.bar2.BarAppearance.Disabled.Options.UseBackColor = true;
- this.bar2.BarName = "Main menu";
- this.bar2.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top;
- this.bar2.DockCol = 0;
- this.bar2.DockRow = 0;
- this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
- this.bar2.FloatLocation = new System.Drawing.Point(57, 132);
- this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
- new DevExpress.XtraBars.LinkPersistInfo(this.barQuery),
- new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
- new DevExpress.XtraBars.LinkPersistInfo(this.btnClear)});
- this.bar2.OptionsBar.AllowQuickCustomization = false;
- this.bar2.OptionsBar.UseWholeRow = true;
- this.bar2.Text = "Main menu";
-
-
-
- this.barQuery.Caption = "查询";
- this.barQuery.Id = 17;
- this.barQuery.Name = "barQuery";
- this.barQuery.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
- this.barQuery.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barQuery_ItemClick);
-
-
-
- this.barButtonItem1.Caption = "定位";
- this.barButtonItem1.Id = 29;
- this.barButtonItem1.Name = "barButtonItem1";
- this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
-
-
-
- this.btnClear.Caption = "清除";
- this.btnClear.Id = 2;
- this.btnClear.Name = "btnClear";
- this.btnClear.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClear_ItemClick);
-
-
-
- this.barDockControlTop.CausesValidation = false;
- this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
- this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
- this.barDockControlTop.Size = new System.Drawing.Size(268, 24);
-
-
-
- this.barDockControlBottom.CausesValidation = false;
- this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.barDockControlBottom.Location = new System.Drawing.Point(0, 273);
- this.barDockControlBottom.Size = new System.Drawing.Size(268, 0);
-
-
-
- this.barDockControlLeft.CausesValidation = false;
- this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
- this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
- this.barDockControlLeft.Size = new System.Drawing.Size(0, 249);
-
-
-
- this.barDockControlRight.CausesValidation = false;
- this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
- this.barDockControlRight.Location = new System.Drawing.Point(268, 24);
- this.barDockControlRight.Size = new System.Drawing.Size(0, 249);
-
-
-
- this.barCheckItem1.Caption = "barCheckItem1";
- this.barCheckItem1.Id = 5;
- this.barCheckItem1.Name = "barCheckItem1";
-
-
-
- this.tfInput.Caption = "输入";
- this.tfInput.Id = 11;
- this.tfInput.Name = "tfInput";
-
-
-
- this.InputTFH.Caption = "输入图号";
- this.InputTFH.Id = 19;
- this.InputTFH.Name = "InputTFH";
- this.InputTFH.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.InputTFH_ItemClick);
-
-
-
- this.SelectLayer.Caption = "选择图层";
- this.SelectLayer.Id = 20;
- this.SelectLayer.Name = "SelectLayer";
- this.SelectLayer.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.SelectLayer_ItemClick);
-
-
-
- this.NewTFH.Caption = "新";
- this.NewTFH.Id = 22;
- this.NewTFH.Name = "NewTFH";
-
-
-
- this.OldTFH.Caption = "旧";
- this.OldTFH.Id = 23;
- this.OldTFH.Name = "OldTFH";
-
-
-
- this.repositoryItemCheckEdit1.AutoHeight = false;
- this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
-
-
-
- this.repositoryItemComboBox1.AutoHeight = false;
- this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
-
-
-
- this.repositoryItemCheckEdit2.AutoHeight = false;
- this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
- this.repositoryItemCheckEdit2.CheckStateChanged += new System.EventHandler(this.repositoryItemCheckEdit2_CheckStateChanged);
-
-
-
- this.repositoryItemCheckEdit3.AutoHeight = false;
- this.repositoryItemCheckEdit3.Name = "repositoryItemCheckEdit3";
-
-
-
- this.panelClass1.AddCaptionField = false;
- this.panelClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.panelClass1.ChildControlName = null;
- this.panelClass1.ControlCursor = null;
- this.panelClass1.Controls.Add(this.checkEdit1);
- this.panelClass1.Controls.Add(this.buttonStart);
- this.panelClass1.Controls.Add(this.buttonStop);
- this.panelClass1.Controls.Add(this.textEdit1);
- this.panelClass1.Controls.Add(this.TFlist);
- this.panelClass1.Controls.Add(this.labelClass3);
- this.panelClass1.Controls.Add(this.labelClass2);
- this.panelClass1.Controls.Add(this.labelClass1);
- this.panelClass1.Controls.Add(this.combTFType);
- this.panelClass1.DataTableName = null;
- this.panelClass1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.Fill;
- this.panelClass1.GUID = null;
- this.panelClass1.Height = 249;
- this.panelClass1.IsMemory = false;
- this.panelClass1.Location = new System.Drawing.Point(0, 24);
- this.panelClass1.LocationLeft = 0;
- this.panelClass1.LocationTop = 24;
- this.panelClass1.Margins = "3,3,3,3";
- this.panelClass1.Name = "panelClass1";
- this.panelClass1.RelationKey = null;
- this.panelClass1.Security = "";
- this.panelClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.panelClass1.SecurityValue = true;
- this.panelClass1.Size = new System.Drawing.Size(268, 249);
- this.panelClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.panelClass1.States = "";
- this.panelClass1.StateValue = true;
- this.panelClass1.SynEditControlName = null;
- this.panelClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.panelClass1.TabIndex = 11;
- this.panelClass1.UserCache = true;
- this.panelClass1.Value = null;
- this.panelClass1.Width = 268;
-
-
-
- this.checkEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.checkEdit1.Location = new System.Drawing.Point(7, 220);
- this.checkEdit1.MenuManager = this.toolBar1;
- this.checkEdit1.Name = "checkEdit1";
- this.checkEdit1.Properties.Caption = "旧图号";
- this.checkEdit1.Size = new System.Drawing.Size(61, 19);
- this.checkEdit1.TabIndex = 9;
- this.checkEdit1.Visible = false;
-
-
-
- this.buttonStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.buttonStart.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Bottom | Tofly.CoreUI.Control.AnchorStyles.Right)));
- this.buttonStart.ControlCursor = null;
- this.buttonStart.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.buttonStart.GroupName = "";
- this.buttonStart.GUID = null;
- this.buttonStart.Height = 20;
- this.buttonStart.IsMemory = false;
- this.buttonStart.IsStrongValidate = false;
- this.buttonStart.Location = new System.Drawing.Point(174, 221);
- this.buttonStart.LocationLeft = 174;
- this.buttonStart.LocationTop = 221;
- this.buttonStart.Margins = "3,3,3,3";
- this.buttonStart.Name = "buttonStart";
- this.buttonStart.Security = "";
- this.buttonStart.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.buttonStart.SecurityValue = true;
- this.buttonStart.Size = new System.Drawing.Size(40, 20);
- this.buttonStart.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.buttonStart.States = "";
- this.buttonStart.StateValue = true;
- this.buttonStart.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.buttonStart.TabIndex = 8;
- this.buttonStart.Text = "开始";
- this.buttonStart.Width = 40;
- this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
-
-
-
- this.buttonStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.buttonStop.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Bottom | Tofly.CoreUI.Control.AnchorStyles.Right)));
- this.buttonStop.ControlCursor = null;
- this.buttonStop.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.buttonStop.GroupName = "";
- this.buttonStop.GUID = null;
- this.buttonStop.Height = 20;
- this.buttonStop.IsMemory = false;
- this.buttonStop.IsStrongValidate = false;
- this.buttonStop.Location = new System.Drawing.Point(220, 221);
- this.buttonStop.LocationLeft = 220;
- this.buttonStop.LocationTop = 221;
- this.buttonStop.Margins = "3,3,3,3";
- this.buttonStop.Name = "buttonStop";
- this.buttonStop.Security = "";
- this.buttonStop.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.buttonStop.SecurityValue = true;
- this.buttonStop.Size = new System.Drawing.Size(40, 20);
- this.buttonStop.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.buttonStop.States = "";
- this.buttonStop.StateValue = true;
- this.buttonStop.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.buttonStop.TabIndex = 8;
- this.buttonStop.Text = "停止";
- this.buttonStop.Width = 40;
- this.buttonStop.Click += new System.EventHandler(this.buttonClass1_Click);
-
-
-
- this.textEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.textEdit1.Location = new System.Drawing.Point(63, 34);
- this.textEdit1.MenuManager = this.toolBar1;
- this.textEdit1.Name = "textEdit1";
- this.textEdit1.Size = new System.Drawing.Size(198, 20);
- this.textEdit1.TabIndex = 7;
- this.textEdit1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.textEdit1_EditValueChanging);
-
-
-
- this.TFlist.AllowNull = true;
- this.TFlist.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.TFlist.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Bottom)
- | Tofly.CoreUI.Control.AnchorStyles.Left)
- | Tofly.CoreUI.Control.AnchorStyles.Right)));
- this.TFlist.ControlCursor = null;
- this.TFlist.DataTableName = null;
- this.TFlist.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.TFlist.GroupName = null;
- this.TFlist.GUID = null;
- this.TFlist.Height = 158;
- this.TFlist.IsMemory = false;
- this.TFlist.IsStrongValidate = false;
- this.TFlist.Location = new System.Drawing.Point(5, 60);
- this.TFlist.LocationLeft = 5;
- this.TFlist.LocationTop = 60;
- this.TFlist.Margins = "3,3,3,3";
- this.TFlist.Name = "TFlist";
- this.TFlist.Security = "";
- this.TFlist.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.TFlist.SecurityValue = true;
- this.TFlist.Size = new System.Drawing.Size(255, 158);
- this.TFlist.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.TFlist.States = "";
- this.TFlist.StateValue = true;
- this.TFlist.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.TFlist.TabIndex = 6;
- this.TFlist.Tip = null;
- this.TFlist.Width = 255;
- this.TFlist.SelectedIndexChanged += new System.EventHandler(this.TFlist_SelectedIndexChanged);
- this.TFlist.DoubleClick += new System.EventHandler(this.TFlist_DoubleClick);
-
-
-
- this.labelClass3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.labelClass3.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Bottom | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.labelClass3.ControlCursor = null;
- this.labelClass3.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.labelClass3.GUID = null;
- this.labelClass3.Height = 14;
- this.labelClass3.IsMemory = false;
- this.labelClass3.Location = new System.Drawing.Point(9, 225);
- this.labelClass3.LocationLeft = 9;
- this.labelClass3.LocationTop = 225;
- 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(0, 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 = 5;
- this.labelClass3.TextFieldName = null;
- this.labelClass3.Width = 0;
-
-
-
- this.labelClass2.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.labelClass2.ControlCursor = null;
- this.labelClass2.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.labelClass2.GUID = null;
- this.labelClass2.Height = 14;
- this.labelClass2.IsMemory = false;
- this.labelClass2.Location = new System.Drawing.Point(5, 37);
- this.labelClass2.LocationLeft = 5;
- this.labelClass2.LocationTop = 37;
- this.labelClass2.Margins = "3,3,3,3";
- this.labelClass2.Name = "labelClass2";
- this.labelClass2.Security = "";
- this.labelClass2.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass2.SecurityValue = true;
- this.labelClass2.Size = new System.Drawing.Size(60, 14);
- this.labelClass2.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass2.States = "";
- this.labelClass2.StateValue = true;
- this.labelClass2.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.labelClass2.TabIndex = 5;
- this.labelClass2.Text = "搜 索:";
- this.labelClass2.TextFieldName = null;
- this.labelClass2.Width = 60;
-
-
-
- this.labelClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.labelClass1.ControlCursor = null;
- this.labelClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.labelClass1.GUID = null;
- this.labelClass1.Height = 14;
- this.labelClass1.IsMemory = false;
- this.labelClass1.Location = new System.Drawing.Point(5, 14);
- this.labelClass1.LocationLeft = 5;
- this.labelClass1.LocationTop = 14;
- 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(60, 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 = 5;
- this.labelClass1.Text = "图号类型:";
- this.labelClass1.TextFieldName = null;
- this.labelClass1.Width = 60;
-
-
-
- this.combTFType.AddCaptionField = false;
- this.combTFType.AddNullRow = false;
- this.combTFType.AllowNull = true;
- this.combTFType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.combTFType.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)(((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)
- | Tofly.CoreUI.Control.AnchorStyles.Right)));
- this.combTFType.AutoExpandFirstNode = true;
- this.combTFType.AutoLoad = true;
- this.combTFType.CanSelectRoot = true;
- this.combTFType.CodeFieldName = null;
- this.combTFType.ColorSetWhere = null;
- this.combTFType.ControlCursor = null;
- this.combTFType.DataFilter = null;
- this.combTFType.DataTableName = null;
- this.combTFType.DisplayFieldName = null;
- this.combTFType.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.combTFType.FilterFields = null;
- this.combTFType.FocusedNode = null;
- this.combTFType.GroupBy = null;
- this.combTFType.GroupName = null;
- this.combTFType.GUID = null;
- this.combTFType.Height = 20;
- this.combTFType.IDFieldName = null;
- this.combTFType.IsEdit = false;
- this.combTFType.IsMemory = false;
- this.combTFType.IsStrongValidate = false;
- this.combTFType.JustLastLevelNodeText = false;
- this.combTFType.LayOutFieldName = null;
- this.combTFType.LinkGroup = null;
- this.combTFType.LinkIndex = 0;
- this.combTFType.Location = new System.Drawing.Point(63, 11);
- this.combTFType.LocationLeft = 63;
- this.combTFType.LocationTop = 11;
- this.combTFType.Margins = "3,3,3,3";
- this.combTFType.MenuManager = this.toolBar1;
- this.combTFType.Name = "combTFType";
- this.combTFType.ObjectFactory = null;
- this.combTFType.OrderBy = null;
- this.combTFType.PIDFieldName = null;
- this.combTFType.PinYinFieldName = "C_PINYIN";
- this.combTFType.Properties.Appearance.BackColor = System.Drawing.Color.White;
- this.combTFType.Properties.Appearance.Options.UseBackColor = true;
- this.combTFType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.combTFType.Security = "";
- this.combTFType.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.combTFType.SecurityValue = true;
- this.combTFType.SelectedFields = null;
- this.combTFType.ShowCheckbox = false;
- this.combTFType.ShowCodeString = false;
- this.combTFType.ShowMoreRowName = "【显示更多】";
- this.combTFType.ShowRowNum = 0;
- this.combTFType.Size = new System.Drawing.Size(197, 20);
- this.combTFType.SplitString = ",";
- this.combTFType.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Visible;
- this.combTFType.States = "";
- this.combTFType.StateValue = true;
- this.combTFType.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.combTFType.TabIndex = 4;
- this.combTFType.TextFieldName = null;
- this.combTFType.Tip = null;
- this.combTFType.ValueFieldName = null;
- this.combTFType.ValueFilter = null;
- this.combTFType.ValueGetScript = null;
- this.combTFType.ValueMatchingField = null;
- this.combTFType.ValueSetScript = null;
- this.combTFType.Width = 197;
- this.combTFType.SelectedIndexChangedEvent += new Tofly.CoreUI.Control.DataListSelectChanged(this.combTFType_SelectedIndexChangedEvent);
-
-
-
- this.backgroundWorker1.WorkerReportsProgress = true;
- this.backgroundWorker1.WorkerSupportsCancellation = true;
- this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
- this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged);
- this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
-
-
-
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.panelClass1);
- this.Controls.Add(this.barDockControlLeft);
- this.Controls.Add(this.barDockControlRight);
- this.Controls.Add(this.barDockControlBottom);
- this.Controls.Add(this.barDockControlTop);
- this.Height = 273;
- this.LocationLeft = 15;
- this.LocationTop = 15;
- this.Name = "ControlTFnum";
- this.Size = new System.Drawing.Size(268, 273);
- this.Width = 268;
- ((System.ComponentModel.ISupportInitialize)(this.toolBar1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelClass1)).EndInit();
- this.panelClass1.ResumeLayout(false);
- this.panelClass1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.TFlist)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.combTFType.Properties)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private CoreUI.Win.Control.ToolBar toolBar1;
- private DevExpress.XtraBars.Bar bar2;
- private DevExpress.XtraBars.BarButtonItem btnClear;
- private DevExpress.XtraBars.BarDockControl barDockControlTop;
- private DevExpress.XtraBars.BarDockControl barDockControlBottom;
- private DevExpress.XtraBars.BarDockControl barDockControlLeft;
- private DevExpress.XtraBars.BarDockControl barDockControlRight;
- private DevExpress.XtraBars.BarCheckItem barCheckItem1;
- private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
- private DevExpress.XtraBars.BarButtonItem tfInput;
- private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox1;
- private DevExpress.XtraBars.BarButtonItem barQuery;
- private DevExpress.XtraBars.BarButtonItem InputTFH;
- private DevExpress.XtraBars.BarButtonItem SelectLayer;
- private DevExpress.XtraBars.BarButtonItem NewTFH;
- private DevExpress.XtraBars.BarButtonItem OldTFH;
- private CoreUI.Win.Form.Control.PanelClass panelClass1;
- private CoreUI.Win.Control.ListBoxClass TFlist;
- private CoreUI.Win.Control.LabelClass labelClass1;
- private CoreUI.Win.Control.ComboBoxClass combTFType;
- private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit2;
- private DevExpress.XtraEditors.TextEdit textEdit1;
- private CoreUI.Win.Control.ButtonClass buttonStop;
- private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit3;
- private System.ComponentModel.BackgroundWorker backgroundWorker1;
- private CoreUI.Win.Control.ButtonClass buttonStart;
- private DevExpress.XtraBars.BarButtonItem barButtonItem1;
- private CoreUI.Win.Control.LabelClass labelClass3;
- private CoreUI.Win.Control.LabelClass labelClass2;
- private DevExpress.XtraEditors.CheckEdit checkEdit1;
- }
- }
|