Esempio n. 1
0
		/// <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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
            this.menuItem2 = new System.Windows.Forms.MenuItem();
            this.menuItem_serversCfg = new System.Windows.Forms.MenuItem();
            this.menuItem_cfgLinkInfo = new System.Windows.Forms.MenuItem();
            this.menuItem3 = new System.Windows.Forms.MenuItem();
            this.menuItem_exit = new System.Windows.Forms.MenuItem();
            this.menuItem1 = new System.Windows.Forms.MenuItem();
            this.menuItem_accountManagement = new System.Windows.Forms.MenuItem();
            this.menuItem_databaseManagement = new System.Windows.Forms.MenuItem();
            this.menuItem_newDatabase = new System.Windows.Forms.MenuItem();
            this.menuItem_deleteDatabase = new System.Windows.Forms.MenuItem();
            this.menuItem_refresh = new System.Windows.Forms.MenuItem();
            this.menuItem_test = new System.Windows.Forms.MenuItem();
            this.toolBar1 = new System.Windows.Forms.ToolBar();
            this.toolBarButton_stop = new System.Windows.Forms.ToolBarButton();
            this.imageList_toolbar = new System.Windows.Forms.ImageList(this.components);
            this.treeView_res = new DigitalPlatform.rms.Client.ResTree();
            this.statusStrip_main = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel_main = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripProgressBar_main = new System.Windows.Forms.ToolStripProgressBar();
            this.statusStrip_main.SuspendLayout();
            this.SuspendLayout();
            // 
            // mainMenu1
            // 
            this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItem2,
            this.menuItem1});
            // 
            // menuItem2
            // 
            this.menuItem2.Index = 0;
            this.menuItem2.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItem_serversCfg,
            this.menuItem_cfgLinkInfo,
            this.menuItem3,
            this.menuItem_exit});
            this.menuItem2.Text = "文件(&F)";
            // 
            // menuItem_serversCfg
            // 
            this.menuItem_serversCfg.Index = 0;
            this.menuItem_serversCfg.Text = "缺省帐户管理(&A)...";
            this.menuItem_serversCfg.Click += new System.EventHandler(this.menuItem_serversCfg_Click);
            // 
            // menuItem_cfgLinkInfo
            // 
            this.menuItem_cfgLinkInfo.Index = 1;
            this.menuItem_cfgLinkInfo.Text = "配置关联目录(&L)...";
            this.menuItem_cfgLinkInfo.Visible = false;
            this.menuItem_cfgLinkInfo.Click += new System.EventHandler(this.menuItem_cfgLinkInfo_Click);
            // 
            // menuItem3
            // 
            this.menuItem3.Index = 2;
            this.menuItem3.Text = "-";
            // 
            // menuItem_exit
            // 
            this.menuItem_exit.Index = 3;
            this.menuItem_exit.Text = "退出(&X)";
            this.menuItem_exit.Click += new System.EventHandler(this.menuItem_exit_Click);
            // 
            // menuItem1
            // 
            this.menuItem1.Index = 1;
            this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItem_accountManagement,
            this.menuItem_databaseManagement,
            this.menuItem_newDatabase,
            this.menuItem_deleteDatabase,
            this.menuItem_refresh,
            this.menuItem_test});
            this.menuItem1.Text = "功能(&U)";
            // 
            // menuItem_accountManagement
            // 
            this.menuItem_accountManagement.Index = 0;
            this.menuItem_accountManagement.Text = "帐户(&A)...";
            this.menuItem_accountManagement.Click += new System.EventHandler(this.menuItem_accountManagement_Click);
            // 
            // menuItem_databaseManagement
            // 
            this.menuItem_databaseManagement.Index = 1;
            this.menuItem_databaseManagement.Text = "数据库(&M)...";
            this.menuItem_databaseManagement.Click += new System.EventHandler(this.menuItem_databaseManagement_Click);
            // 
            // menuItem_newDatabase
            // 
            this.menuItem_newDatabase.Index = 2;
            this.menuItem_newDatabase.Text = "新建数据库(&N)...";
            this.menuItem_newDatabase.Click += new System.EventHandler(this.menuItem_newDatabase_Click);
            // 
            // menuItem_deleteDatabase
            // 
            this.menuItem_deleteDatabase.Index = 3;
            this.menuItem_deleteDatabase.Text = "删除数据库(&D)";
            this.menuItem_deleteDatabase.Click += new System.EventHandler(this.menuItem_deleteObject_Click);
            // 
            // menuItem_refresh
            // 
            this.menuItem_refresh.Index = 4;
            this.menuItem_refresh.Text = "刷新(&R)";
            this.menuItem_refresh.Click += new System.EventHandler(this.menuItem_refresh_Click);
            // 
            // menuItem_test
            // 
            this.menuItem_test.Index = 5;
            this.menuItem_test.Text = "test";
            this.menuItem_test.Visible = false;
            this.menuItem_test.Click += new System.EventHandler(this.menuItem_test_Click);
            // 
            // toolBar1
            // 
            this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
            this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
            this.toolBarButton_stop});
            this.toolBar1.DropDownArrows = true;
            this.toolBar1.ImageList = this.imageList_toolbar;
            this.toolBar1.Location = new System.Drawing.Point(0, 0);
            this.toolBar1.Name = "toolBar1";
            this.toolBar1.ShowToolTips = true;
            this.toolBar1.Size = new System.Drawing.Size(481, 34);
            this.toolBar1.TabIndex = 2;
            this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
            // 
            // toolBarButton_stop
            // 
            this.toolBarButton_stop.Enabled = false;
            this.toolBarButton_stop.ImageIndex = 0;
            this.toolBarButton_stop.Name = "toolBarButton_stop";
            this.toolBarButton_stop.ToolTipText = "停止";
            // 
            // imageList_toolbar
            // 
            this.imageList_toolbar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_toolbar.ImageStream")));
            this.imageList_toolbar.TransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(193)))));
            this.imageList_toolbar.Images.SetKeyName(0, "");
            this.imageList_toolbar.Images.SetKeyName(1, "");
            // 
            // treeView_res
            // 
            this.treeView_res.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.treeView_res.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView_res.HideSelection = false;
            this.treeView_res.ImageIndex = 0;
            this.treeView_res.Location = new System.Drawing.Point(0, 34);
            this.treeView_res.Name = "treeView_res";
            this.treeView_res.SelectedImageIndex = 0;
            this.treeView_res.Size = new System.Drawing.Size(481, 340);
            this.treeView_res.TabIndex = 0;
            this.treeView_res.OnSetMenu += new DigitalPlatform.GUI.GuiAppendMenuEventHandle(this.treeView_res_OnSetMenu);
            this.treeView_res.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_res_AfterSelect);
            // 
            // statusStrip_main
            // 
            this.statusStrip_main.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel_main,
            this.toolStripProgressBar_main});
            this.statusStrip_main.Location = new System.Drawing.Point(0, 352);
            this.statusStrip_main.Name = "statusStrip_main";
            this.statusStrip_main.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.statusStrip_main.Size = new System.Drawing.Size(481, 22);
            this.statusStrip_main.TabIndex = 5;
            this.statusStrip_main.Text = "statusStrip1";
            // 
            // toolStripStatusLabel_main
            // 
            this.toolStripStatusLabel_main.Name = "toolStripStatusLabel_main";
            this.toolStripStatusLabel_main.Size = new System.Drawing.Size(292, 17);
            this.toolStripStatusLabel_main.Spring = true;
            // 
            // toolStripProgressBar_main
            // 
            this.toolStripProgressBar_main.Name = "toolStripProgressBar_main";
            this.toolStripProgressBar_main.Size = new System.Drawing.Size(172, 16);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(481, 374);
            this.Controls.Add(this.statusStrip_main);
            this.Controls.Add(this.treeView_res);
            this.Controls.Add(this.toolBar1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Menu = this.mainMenu1;
            this.Name = "MainForm";
            this.Text = "dp2manager V2 -- 内核管理";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.MainForm_Closing);
            this.Closed += new System.EventHandler(this.Form1_Closed);
            this.Load += new System.EventHandler(this.Form1_Load);
            this.statusStrip_main.ResumeLayout(false);
            this.statusStrip_main.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
Esempio n. 2
0
		/// <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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SearchForm));
            this.tabControl_query = new System.Windows.Forms.TabControl();
            this.tabPage_querySimple = new System.Windows.Forms.TabPage();
            this.splitContainer_simpleQeury = new System.Windows.Forms.SplitContainer();
            this.treeView_simpleQueryResTree = new DigitalPlatform.rms.Client.ResTree();
            this.panel_simpleQueryOther = new System.Windows.Forms.Panel();
            this.button_test = new System.Windows.Forms.Button();
            this.button_simpleQueryProperty = new System.Windows.Forms.Button();
            this.textBox_simpleQuery_comment = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.textBox_simpleQueryWord = new System.Windows.Forms.TextBox();
            this.button_simpleQuerySearch = new System.Windows.Forms.Button();
            this.tabPage_queryAdvance = new System.Windows.Forms.TabPage();
            this.textBox_complexQuery_comment = new System.Windows.Forms.TextBox();
            this.button_complexQuerySearch = new System.Windows.Forms.Button();
            this.button_complex_server4 = new System.Windows.Forms.Button();
            this.imageList_complex_serverButton = new System.Windows.Forms.ImageList(this.components);
            this.button_complex_server3 = new System.Windows.Forms.Button();
            this.button_complex_server2 = new System.Windows.Forms.Button();
            this.button_complex_server1 = new System.Windows.Forms.Button();
            this.comboBox_complex_logic4 = new System.Windows.Forms.ComboBox();
            this.comboBox_complex_from4 = new System.Windows.Forms.ComboBox();
            this.comboBox_complex_db4 = new System.Windows.Forms.ComboBox();
            this.textBox_complex_word4 = new System.Windows.Forms.TextBox();
            this.comboBox_complex_logic3 = new System.Windows.Forms.ComboBox();
            this.comboBox_complex_from3 = new System.Windows.Forms.ComboBox();
            this.comboBox_complex_db3 = new System.Windows.Forms.ComboBox();
            this.textBox_complex_word3 = new System.Windows.Forms.TextBox();
            this.comboBox_complex_logic2 = new System.Windows.Forms.ComboBox();
            this.comboBox_complex_from2 = new System.Windows.Forms.ComboBox();
            this.comboBox_complex_db2 = new System.Windows.Forms.ComboBox();
            this.textBox_complex_word2 = new System.Windows.Forms.TextBox();
            this.comboBox_complex_from1 = new System.Windows.Forms.ComboBox();
            this.comboBox_complex_db1 = new System.Windows.Forms.ComboBox();
            this.textBox_complex_word1 = new System.Windows.Forms.TextBox();
            this.tabPage_queryXml = new System.Windows.Forms.TabPage();
            this.button_xmlQuerySearch = new System.Windows.Forms.Button();
            this.textBox_xmlQueryString = new System.Windows.Forms.TextBox();
            this.toolTip_serverUrl = new System.Windows.Forms.ToolTip(this.components);
            this.splitContainer_main = new System.Windows.Forms.SplitContainer();
            this.listView_browse = new DigitalPlatform.rms.Client.BrowseList();
            this.splitContainer_xml = new System.Windows.Forms.SplitContainer();
            this.textBox_xmlQuery_comment = new System.Windows.Forms.TextBox();
            this.tabControl_query.SuspendLayout();
            this.tabPage_querySimple.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer_simpleQeury)).BeginInit();
            this.splitContainer_simpleQeury.Panel1.SuspendLayout();
            this.splitContainer_simpleQeury.Panel2.SuspendLayout();
            this.splitContainer_simpleQeury.SuspendLayout();
            this.panel_simpleQueryOther.SuspendLayout();
            this.tabPage_queryAdvance.SuspendLayout();
            this.tabPage_queryXml.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer_main)).BeginInit();
            this.splitContainer_main.Panel1.SuspendLayout();
            this.splitContainer_main.Panel2.SuspendLayout();
            this.splitContainer_main.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer_xml)).BeginInit();
            this.splitContainer_xml.Panel1.SuspendLayout();
            this.splitContainer_xml.Panel2.SuspendLayout();
            this.splitContainer_xml.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl_query
            // 
            this.tabControl_query.Controls.Add(this.tabPage_querySimple);
            this.tabControl_query.Controls.Add(this.tabPage_queryAdvance);
            this.tabControl_query.Controls.Add(this.tabPage_queryXml);
            this.tabControl_query.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl_query.Location = new System.Drawing.Point(0, 0);
            this.tabControl_query.Name = "tabControl_query";
            this.tabControl_query.SelectedIndex = 0;
            this.tabControl_query.Size = new System.Drawing.Size(536, 231);
            this.tabControl_query.TabIndex = 0;
            this.tabControl_query.SelectedIndexChanged += new System.EventHandler(this.tabControl_query_SelectedIndexChanged);
            // 
            // tabPage_querySimple
            // 
            this.tabPage_querySimple.BackColor = System.Drawing.Color.Transparent;
            this.tabPage_querySimple.Controls.Add(this.splitContainer_simpleQeury);
            this.tabPage_querySimple.Location = new System.Drawing.Point(4, 22);
            this.tabPage_querySimple.Name = "tabPage_querySimple";
            this.tabPage_querySimple.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage_querySimple.Size = new System.Drawing.Size(528, 205);
            this.tabPage_querySimple.TabIndex = 0;
            this.tabPage_querySimple.Text = "简单";
            this.tabPage_querySimple.UseVisualStyleBackColor = true;
            // 
            // splitContainer_simpleQeury
            // 
            this.splitContainer_simpleQeury.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer_simpleQeury.Location = new System.Drawing.Point(3, 3);
            this.splitContainer_simpleQeury.Name = "splitContainer_simpleQeury";
            // 
            // splitContainer_simpleQeury.Panel1
            // 
            this.splitContainer_simpleQeury.Panel1.Controls.Add(this.treeView_simpleQueryResTree);
            // 
            // splitContainer_simpleQeury.Panel2
            // 
            this.splitContainer_simpleQeury.Panel2.Controls.Add(this.panel_simpleQueryOther);
            this.splitContainer_simpleQeury.Size = new System.Drawing.Size(522, 199);
            this.splitContainer_simpleQeury.SplitterDistance = 209;
            this.splitContainer_simpleQeury.TabIndex = 0;
            // 
            // treeView_simpleQueryResTree
            // 
            this.treeView_simpleQueryResTree.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView_simpleQueryResTree.HideSelection = false;
            this.treeView_simpleQueryResTree.ImageIndex = 0;
            this.treeView_simpleQueryResTree.Location = new System.Drawing.Point(0, 0);
            this.treeView_simpleQueryResTree.Name = "treeView_simpleQueryResTree";
            this.treeView_simpleQueryResTree.SelectedImageIndex = 0;
            this.treeView_simpleQueryResTree.Size = new System.Drawing.Size(209, 199);
            this.treeView_simpleQueryResTree.TabIndex = 0;
            // 
            // panel_simpleQueryOther
            // 
            this.panel_simpleQueryOther.Controls.Add(this.button_test);
            this.panel_simpleQueryOther.Controls.Add(this.button_simpleQueryProperty);
            this.panel_simpleQueryOther.Controls.Add(this.textBox_simpleQuery_comment);
            this.panel_simpleQueryOther.Controls.Add(this.label1);
            this.panel_simpleQueryOther.Controls.Add(this.textBox_simpleQueryWord);
            this.panel_simpleQueryOther.Controls.Add(this.button_simpleQuerySearch);
            this.panel_simpleQueryOther.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel_simpleQueryOther.Location = new System.Drawing.Point(0, 0);
            this.panel_simpleQueryOther.Name = "panel_simpleQueryOther";
            this.panel_simpleQueryOther.Size = new System.Drawing.Size(309, 199);
            this.panel_simpleQueryOther.TabIndex = 2;
            // 
            // button_test
            // 
            this.button_test.Location = new System.Drawing.Point(6, 52);
            this.button_test.Name = "button_test";
            this.button_test.Size = new System.Drawing.Size(75, 23);
            this.button_test.TabIndex = 6;
            this.button_test.Text = "Test";
            this.button_test.UseVisualStyleBackColor = true;
            this.button_test.Visible = false;
            this.button_test.Click += new System.EventHandler(this.button_test_Click);
            // 
            // button_simpleQueryProperty
            // 
            this.button_simpleQueryProperty.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.button_simpleQueryProperty.Location = new System.Drawing.Point(249, 176);
            this.button_simpleQueryProperty.Name = "button_simpleQueryProperty";
            this.button_simpleQueryProperty.Size = new System.Drawing.Size(60, 23);
            this.button_simpleQueryProperty.TabIndex = 5;
            this.button_simpleQueryProperty.Text = "属性(&P)";
            this.button_simpleQueryProperty.Click += new System.EventHandler(this.button_simpleQueryProperty_Click);
            // 
            // textBox_simpleQuery_comment
            // 
            this.textBox_simpleQuery_comment.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.textBox_simpleQuery_comment.Location = new System.Drawing.Point(8, 88);
            this.textBox_simpleQuery_comment.Multiline = true;
            this.textBox_simpleQuery_comment.Name = "textBox_simpleQuery_comment";
            this.textBox_simpleQuery_comment.ReadOnly = true;
            this.textBox_simpleQuery_comment.Size = new System.Drawing.Size(297, 82);
            this.textBox_simpleQuery_comment.TabIndex = 4;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(6, 6);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(90, 18);
            this.label1.TabIndex = 2;
            this.label1.Text = "检索词(&W):";
            // 
            // textBox_simpleQueryWord
            // 
            this.textBox_simpleQueryWord.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox_simpleQueryWord.ImeMode = System.Windows.Forms.ImeMode.Off;
            this.textBox_simpleQueryWord.Location = new System.Drawing.Point(6, 25);
            this.textBox_simpleQueryWord.Name = "textBox_simpleQueryWord";
            this.textBox_simpleQueryWord.Size = new System.Drawing.Size(303, 21);
            this.textBox_simpleQueryWord.TabIndex = 1;
            // 
            // button_simpleQuerySearch
            // 
            this.button_simpleQuerySearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button_simpleQuerySearch.Location = new System.Drawing.Point(249, 52);
            this.button_simpleQuerySearch.Name = "button_simpleQuerySearch";
            this.button_simpleQuerySearch.Size = new System.Drawing.Size(60, 23);
            this.button_simpleQuerySearch.TabIndex = 3;
            this.button_simpleQuerySearch.Text = "检索(&S)";
            this.button_simpleQuerySearch.Click += new System.EventHandler(this.button_simpleQuerySearch_Click);
            // 
            // tabPage_queryAdvance
            // 
            this.tabPage_queryAdvance.BackColor = System.Drawing.Color.Transparent;
            this.tabPage_queryAdvance.Controls.Add(this.textBox_complexQuery_comment);
            this.tabPage_queryAdvance.Controls.Add(this.button_complexQuerySearch);
            this.tabPage_queryAdvance.Controls.Add(this.button_complex_server4);
            this.tabPage_queryAdvance.Controls.Add(this.button_complex_server3);
            this.tabPage_queryAdvance.Controls.Add(this.button_complex_server2);
            this.tabPage_queryAdvance.Controls.Add(this.button_complex_server1);
            this.tabPage_queryAdvance.Controls.Add(this.comboBox_complex_logic4);
            this.tabPage_queryAdvance.Controls.Add(this.comboBox_complex_from4);
            this.tabPage_queryAdvance.Controls.Add(this.comboBox_complex_db4);
            this.tabPage_queryAdvance.Controls.Add(this.textBox_complex_word4);
            this.tabPage_queryAdvance.Controls.Add(this.comboBox_complex_logic3);
            this.tabPage_queryAdvance.Controls.Add(this.comboBox_complex_from3);
            this.tabPage_queryAdvance.Controls.Add(this.comboBox_complex_db3);
            this.tabPage_queryAdvance.Controls.Add(this.textBox_complex_word3);
            this.tabPage_queryAdvance.Controls.Add(this.comboBox_complex_logic2);
            this.tabPage_queryAdvance.Controls.Add(this.comboBox_complex_from2);
            this.tabPage_queryAdvance.Controls.Add(this.comboBox_complex_db2);
            this.tabPage_queryAdvance.Controls.Add(this.textBox_complex_word2);
            this.tabPage_queryAdvance.Controls.Add(this.comboBox_complex_from1);
            this.tabPage_queryAdvance.Controls.Add(this.comboBox_complex_db1);
            this.tabPage_queryAdvance.Controls.Add(this.textBox_complex_word1);
            this.tabPage_queryAdvance.Location = new System.Drawing.Point(4, 22);
            this.tabPage_queryAdvance.Name = "tabPage_queryAdvance";
            this.tabPage_queryAdvance.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage_queryAdvance.Size = new System.Drawing.Size(528, 205);
            this.tabPage_queryAdvance.TabIndex = 1;
            this.tabPage_queryAdvance.Text = "高级";
            this.tabPage_queryAdvance.UseVisualStyleBackColor = true;
            // 
            // textBox_complexQuery_comment
            // 
            this.textBox_complexQuery_comment.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.textBox_complexQuery_comment.Location = new System.Drawing.Point(13, 139);
            this.textBox_complexQuery_comment.Multiline = true;
            this.textBox_complexQuery_comment.Name = "textBox_complexQuery_comment";
            this.textBox_complexQuery_comment.ReadOnly = true;
            this.textBox_complexQuery_comment.Size = new System.Drawing.Size(504, 53);
            this.textBox_complexQuery_comment.TabIndex = 20;
            // 
            // button_complexQuerySearch
            // 
            this.button_complexQuerySearch.Location = new System.Drawing.Point(13, 109);
            this.button_complexQuerySearch.Name = "button_complexQuerySearch";
            this.button_complexQuerySearch.Size = new System.Drawing.Size(80, 23);
            this.button_complexQuerySearch.TabIndex = 19;
            this.button_complexQuerySearch.Text = "检索(&S)";
            this.button_complexQuerySearch.Click += new System.EventHandler(this.button_complexQuerySearch_Click);
            // 
            // button_complex_server4
            // 
            this.button_complex_server4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button_complex_server4.ImageIndex = 0;
            this.button_complex_server4.ImageList = this.imageList_complex_serverButton;
            this.button_complex_server4.Location = new System.Drawing.Point(236, 81);
            this.button_complex_server4.Name = "button_complex_server4";
            this.button_complex_server4.Size = new System.Drawing.Size(24, 23);
            this.button_complex_server4.TabIndex = 16;
            this.button_complex_server4.Click += new System.EventHandler(this.button_complex_server4_Click);
            this.button_complex_server4.MouseMove += new System.Windows.Forms.MouseEventHandler(this.button_complex_server4_MouseMove);
            // 
            // imageList_complex_serverButton
            // 
            this.imageList_complex_serverButton.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_complex_serverButton.ImageStream")));
            this.imageList_complex_serverButton.TransparentColor = System.Drawing.Color.Fuchsia;
            this.imageList_complex_serverButton.Images.SetKeyName(0, "");
            // 
            // button_complex_server3
            // 
            this.button_complex_server3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button_complex_server3.ImageIndex = 0;
            this.button_complex_server3.ImageList = this.imageList_complex_serverButton;
            this.button_complex_server3.Location = new System.Drawing.Point(236, 57);
            this.button_complex_server3.Name = "button_complex_server3";
            this.button_complex_server3.Size = new System.Drawing.Size(24, 23);
            this.button_complex_server3.TabIndex = 11;
            this.button_complex_server3.Click += new System.EventHandler(this.button_complex_server3_Click);
            this.button_complex_server3.MouseMove += new System.Windows.Forms.MouseEventHandler(this.button_complex_server3_MouseMove);
            // 
            // button_complex_server2
            // 
            this.button_complex_server2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button_complex_server2.ImageIndex = 0;
            this.button_complex_server2.ImageList = this.imageList_complex_serverButton;
            this.button_complex_server2.Location = new System.Drawing.Point(236, 33);
            this.button_complex_server2.Name = "button_complex_server2";
            this.button_complex_server2.Size = new System.Drawing.Size(24, 23);
            this.button_complex_server2.TabIndex = 6;
            this.button_complex_server2.Click += new System.EventHandler(this.button_complex_server2_Click);
            this.button_complex_server2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.button_complex_server2_MouseMove);
            // 
            // button_complex_server1
            // 
            this.button_complex_server1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button_complex_server1.ImageIndex = 0;
            this.button_complex_server1.ImageList = this.imageList_complex_serverButton;
            this.button_complex_server1.Location = new System.Drawing.Point(236, 9);
            this.button_complex_server1.Name = "button_complex_server1";
            this.button_complex_server1.Size = new System.Drawing.Size(24, 23);
            this.button_complex_server1.TabIndex = 1;
            this.button_complex_server1.Click += new System.EventHandler(this.button_complex_server1_Click);
            this.button_complex_server1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.button_complex_server1_MouseMove);
            // 
            // comboBox_complex_logic4
            // 
            this.comboBox_complex_logic4.Location = new System.Drawing.Point(13, 83);
            this.comboBox_complex_logic4.Name = "comboBox_complex_logic4";
            this.comboBox_complex_logic4.Size = new System.Drawing.Size(80, 20);
            this.comboBox_complex_logic4.TabIndex = 14;
            // 
            // comboBox_complex_from4
            // 
            this.comboBox_complex_from4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBox_complex_from4.Location = new System.Drawing.Point(396, 83);
            this.comboBox_complex_from4.Name = "comboBox_complex_from4";
            this.comboBox_complex_from4.Size = new System.Drawing.Size(121, 20);
            this.comboBox_complex_from4.TabIndex = 18;
            // 
            // comboBox_complex_db4
            // 
            this.comboBox_complex_db4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBox_complex_db4.Location = new System.Drawing.Point(269, 83);
            this.comboBox_complex_db4.Name = "comboBox_complex_db4";
            this.comboBox_complex_db4.Size = new System.Drawing.Size(121, 20);
            this.comboBox_complex_db4.TabIndex = 17;
            this.comboBox_complex_db4.SelectedIndexChanged += new System.EventHandler(this.comboBox_complex_db4_SelectedIndexChanged);
            // 
            // textBox_complex_word4
            // 
            this.textBox_complex_word4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox_complex_word4.Location = new System.Drawing.Point(99, 83);
            this.textBox_complex_word4.Name = "textBox_complex_word4";
            this.textBox_complex_word4.Size = new System.Drawing.Size(131, 21);
            this.textBox_complex_word4.TabIndex = 15;
            // 
            // comboBox_complex_logic3
            // 
            this.comboBox_complex_logic3.Location = new System.Drawing.Point(13, 59);
            this.comboBox_complex_logic3.Name = "comboBox_complex_logic3";
            this.comboBox_complex_logic3.Size = new System.Drawing.Size(80, 20);
            this.comboBox_complex_logic3.TabIndex = 9;
            // 
            // comboBox_complex_from3
            // 
            this.comboBox_complex_from3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBox_complex_from3.Location = new System.Drawing.Point(396, 59);
            this.comboBox_complex_from3.Name = "comboBox_complex_from3";
            this.comboBox_complex_from3.Size = new System.Drawing.Size(121, 20);
            this.comboBox_complex_from3.TabIndex = 13;
            // 
            // comboBox_complex_db3
            // 
            this.comboBox_complex_db3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBox_complex_db3.Location = new System.Drawing.Point(269, 59);
            this.comboBox_complex_db3.Name = "comboBox_complex_db3";
            this.comboBox_complex_db3.Size = new System.Drawing.Size(121, 20);
            this.comboBox_complex_db3.TabIndex = 12;
            this.comboBox_complex_db3.SelectedIndexChanged += new System.EventHandler(this.comboBox_complex_db3_SelectedIndexChanged);
            // 
            // textBox_complex_word3
            // 
            this.textBox_complex_word3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox_complex_word3.Location = new System.Drawing.Point(99, 59);
            this.textBox_complex_word3.Name = "textBox_complex_word3";
            this.textBox_complex_word3.Size = new System.Drawing.Size(131, 21);
            this.textBox_complex_word3.TabIndex = 10;
            // 
            // comboBox_complex_logic2
            // 
            this.comboBox_complex_logic2.Location = new System.Drawing.Point(13, 35);
            this.comboBox_complex_logic2.Name = "comboBox_complex_logic2";
            this.comboBox_complex_logic2.Size = new System.Drawing.Size(80, 20);
            this.comboBox_complex_logic2.TabIndex = 4;
            // 
            // comboBox_complex_from2
            // 
            this.comboBox_complex_from2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBox_complex_from2.Location = new System.Drawing.Point(396, 35);
            this.comboBox_complex_from2.Name = "comboBox_complex_from2";
            this.comboBox_complex_from2.Size = new System.Drawing.Size(121, 20);
            this.comboBox_complex_from2.TabIndex = 8;
            // 
            // comboBox_complex_db2
            // 
            this.comboBox_complex_db2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBox_complex_db2.Location = new System.Drawing.Point(269, 35);
            this.comboBox_complex_db2.Name = "comboBox_complex_db2";
            this.comboBox_complex_db2.Size = new System.Drawing.Size(121, 20);
            this.comboBox_complex_db2.TabIndex = 7;
            this.comboBox_complex_db2.SelectedIndexChanged += new System.EventHandler(this.comboBox_complex_db2_SelectedIndexChanged);
            // 
            // textBox_complex_word2
            // 
            this.textBox_complex_word2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox_complex_word2.Location = new System.Drawing.Point(99, 35);
            this.textBox_complex_word2.Name = "textBox_complex_word2";
            this.textBox_complex_word2.Size = new System.Drawing.Size(131, 21);
            this.textBox_complex_word2.TabIndex = 5;
            // 
            // comboBox_complex_from1
            // 
            this.comboBox_complex_from1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBox_complex_from1.Location = new System.Drawing.Point(396, 11);
            this.comboBox_complex_from1.Name = "comboBox_complex_from1";
            this.comboBox_complex_from1.Size = new System.Drawing.Size(121, 20);
            this.comboBox_complex_from1.TabIndex = 3;
            // 
            // comboBox_complex_db1
            // 
            this.comboBox_complex_db1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBox_complex_db1.Location = new System.Drawing.Point(269, 11);
            this.comboBox_complex_db1.Name = "comboBox_complex_db1";
            this.comboBox_complex_db1.Size = new System.Drawing.Size(121, 20);
            this.comboBox_complex_db1.TabIndex = 2;
            this.comboBox_complex_db1.SelectedIndexChanged += new System.EventHandler(this.comboBox_complex_db1_SelectedIndexChanged);
            // 
            // textBox_complex_word1
            // 
            this.textBox_complex_word1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox_complex_word1.Location = new System.Drawing.Point(99, 11);
            this.textBox_complex_word1.Name = "textBox_complex_word1";
            this.textBox_complex_word1.Size = new System.Drawing.Size(131, 21);
            this.textBox_complex_word1.TabIndex = 0;
            // 
            // tabPage_queryXml
            // 
            this.tabPage_queryXml.BackColor = System.Drawing.Color.Transparent;
            this.tabPage_queryXml.Controls.Add(this.splitContainer_xml);
            this.tabPage_queryXml.Controls.Add(this.button_xmlQuerySearch);
            this.tabPage_queryXml.Location = new System.Drawing.Point(4, 22);
            this.tabPage_queryXml.Name = "tabPage_queryXml";
            this.tabPage_queryXml.Padding = new System.Windows.Forms.Padding(6);
            this.tabPage_queryXml.Size = new System.Drawing.Size(528, 205);
            this.tabPage_queryXml.TabIndex = 2;
            this.tabPage_queryXml.Text = "XML";
            this.tabPage_queryXml.UseVisualStyleBackColor = true;
            // 
            // button_xmlQuerySearch
            // 
            this.button_xmlQuerySearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.button_xmlQuerySearch.Location = new System.Drawing.Point(625, 179);
            this.button_xmlQuerySearch.Name = "button_xmlQuerySearch";
            this.button_xmlQuerySearch.Size = new System.Drawing.Size(60, 20);
            this.button_xmlQuerySearch.TabIndex = 4;
            this.button_xmlQuerySearch.Text = "检索(&S)";
            this.button_xmlQuerySearch.Click += new System.EventHandler(this.button_xmlQuerySearch_Click);
            // 
            // textBox_xmlQueryString
            // 
            this.textBox_xmlQueryString.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textBox_xmlQueryString.Location = new System.Drawing.Point(0, 0);
            this.textBox_xmlQueryString.Multiline = true;
            this.textBox_xmlQueryString.Name = "textBox_xmlQueryString";
            this.textBox_xmlQueryString.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.textBox_xmlQueryString.Size = new System.Drawing.Size(516, 111);
            this.textBox_xmlQueryString.TabIndex = 0;
            // 
            // splitContainer_main
            // 
            this.splitContainer_main.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer_main.Location = new System.Drawing.Point(0, 0);
            this.splitContainer_main.Name = "splitContainer_main";
            this.splitContainer_main.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer_main.Panel1
            // 
            this.splitContainer_main.Panel1.Controls.Add(this.tabControl_query);
            // 
            // splitContainer_main.Panel2
            // 
            this.splitContainer_main.Panel2.Controls.Add(this.listView_browse);
            this.splitContainer_main.Size = new System.Drawing.Size(536, 368);
            this.splitContainer_main.SplitterDistance = 231;
            this.splitContainer_main.TabIndex = 1;
            // 
            // listView_browse
            // 
            this.listView_browse.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView_browse.FullRowSelect = true;
            this.listView_browse.HideSelection = false;
            this.listView_browse.Location = new System.Drawing.Point(0, 0);
            this.listView_browse.Name = "listView_browse";
            this.listView_browse.Size = new System.Drawing.Size(536, 133);
            this.listView_browse.TabIndex = 0;
            this.listView_browse.UseCompatibleStateImageBehavior = false;
            this.listView_browse.View = System.Windows.Forms.View.Details;
            this.listView_browse.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listView_browse_ColumnClick);
            this.listView_browse.SelectedIndexChanged += new System.EventHandler(this.listView_browse_SelectedIndexChanged);
            this.listView_browse.DoubleClick += new System.EventHandler(this.listView_browse_DoubleClick);
            this.listView_browse.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView_browse_MouseUp);
            // 
            // splitContainer_xml
            // 
            this.splitContainer_xml.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer_xml.Location = new System.Drawing.Point(6, 6);
            this.splitContainer_xml.Name = "splitContainer_xml";
            this.splitContainer_xml.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer_xml.Panel1
            // 
            this.splitContainer_xml.Panel1.Controls.Add(this.textBox_xmlQueryString);
            // 
            // splitContainer_xml.Panel2
            // 
            this.splitContainer_xml.Panel2.Controls.Add(this.textBox_xmlQuery_comment);
            this.splitContainer_xml.Size = new System.Drawing.Size(516, 193);
            this.splitContainer_xml.SplitterDistance = 111;
            this.splitContainer_xml.SplitterWidth = 8;
            this.splitContainer_xml.TabIndex = 5;
            // 
            // textBox_xmlQuery_comment
            // 
            this.textBox_xmlQuery_comment.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textBox_xmlQuery_comment.Location = new System.Drawing.Point(0, 0);
            this.textBox_xmlQuery_comment.Multiline = true;
            this.textBox_xmlQuery_comment.Name = "textBox_xmlQuery_comment";
            this.textBox_xmlQuery_comment.ReadOnly = true;
            this.textBox_xmlQuery_comment.Size = new System.Drawing.Size(516, 74);
            this.textBox_xmlQuery_comment.TabIndex = 21;
            // 
            // SearchForm
            // 
            this.AcceptButton = this.button_simpleQuerySearch;
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
            this.ClientSize = new System.Drawing.Size(536, 368);
            this.Controls.Add(this.splitContainer_main);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "SearchForm";
            this.Text = "检索窗";
            this.Activated += new System.EventHandler(this.SearchForm_Activated);
            this.Closing += new System.ComponentModel.CancelEventHandler(this.SearchForm_Closing);
            this.Closed += new System.EventHandler(this.SearchForm_Closed);
            this.Load += new System.EventHandler(this.SearchForm_Load);
            this.tabControl_query.ResumeLayout(false);
            this.tabPage_querySimple.ResumeLayout(false);
            this.splitContainer_simpleQeury.Panel1.ResumeLayout(false);
            this.splitContainer_simpleQeury.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer_simpleQeury)).EndInit();
            this.splitContainer_simpleQeury.ResumeLayout(false);
            this.panel_simpleQueryOther.ResumeLayout(false);
            this.panel_simpleQueryOther.PerformLayout();
            this.tabPage_queryAdvance.ResumeLayout(false);
            this.tabPage_queryAdvance.PerformLayout();
            this.tabPage_queryXml.ResumeLayout(false);
            this.splitContainer_main.Panel1.ResumeLayout(false);
            this.splitContainer_main.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer_main)).EndInit();
            this.splitContainer_main.ResumeLayout(false);
            this.splitContainer_xml.Panel1.ResumeLayout(false);
            this.splitContainer_xml.Panel1.PerformLayout();
            this.splitContainer_xml.Panel2.ResumeLayout(false);
            this.splitContainer_xml.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer_xml)).EndInit();
            this.splitContainer_xml.ResumeLayout(false);
            this.ResumeLayout(false);

		}
Esempio n. 3
0
        /// <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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
            this.menuItem_file = new System.Windows.Forms.MenuItem();
            this.menuItem_run = new System.Windows.Forms.MenuItem();
            this.menuItem2 = new System.Windows.Forms.MenuItem();
            this.menuItem_projectManage = new System.Windows.Forms.MenuItem();
            this.menuItem_cfg = new System.Windows.Forms.MenuItem();
            this.menuItem_serversCfg = new System.Windows.Forms.MenuItem();
            this.menuItem3 = new System.Windows.Forms.MenuItem();
            this.menuItem_rebuildKeys = new System.Windows.Forms.MenuItem();
            this.menuItem_rebuildKeysByDbnames = new System.Windows.Forms.MenuItem();
            this.menuItem1 = new System.Windows.Forms.MenuItem();
            this.menuItem_exit = new System.Windows.Forms.MenuItem();
            this.menuItem_help = new System.Windows.Forms.MenuItem();
            this.menuItem_copyright = new System.Windows.Forms.MenuItem();
            this.menuItem_openDataFolder = new System.Windows.Forms.MenuItem();
            this.tabControl_main = new System.Windows.Forms.TabControl();
            this.tabPage_range = new System.Windows.Forms.TabPage();
            this.panel_range = new System.Windows.Forms.Panel();
            this.panel_resdirtree = new System.Windows.Forms.Panel();
            this.splitter_range = new System.Windows.Forms.Splitter();
            this.panel_rangeParams = new System.Windows.Forms.Panel();
            this.checkBox_export_fastMode = new System.Windows.Forms.CheckBox();
            this.checkBox_export_delete = new System.Windows.Forms.CheckBox();
            this.checkBox_verifyNumber = new System.Windows.Forms.CheckBox();
            this.textBox_dbPath = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.textBox_endNo = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.textBox_startNo = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.radioButton_startEnd = new System.Windows.Forms.RadioButton();
            this.radioButton_all = new System.Windows.Forms.RadioButton();
            this.checkBox_forceLoop = new System.Windows.Forms.CheckBox();
            this.tabPage_resultset = new System.Windows.Forms.TabPage();
            this.tabPage_import = new System.Windows.Forms.TabPage();
            this.checkBox_import_fastMode = new System.Windows.Forms.CheckBox();
            this.textBox_import_range = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.button_import_findFileName = new System.Windows.Forms.Button();
            this.textBox_import_fileName = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.button_import_dbMap = new System.Windows.Forms.Button();
            this.textBox_import_dbMap = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.toolBar_main = new System.Windows.Forms.ToolBar();
            this.toolBarButton_stop = new System.Windows.Forms.ToolBarButton();
            this.toolBarButton_begin = new System.Windows.Forms.ToolBarButton();
            this.imageList_toolbar = new System.Windows.Forms.ImageList(this.components);
            this.statusStrip_main = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel_main = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripProgressBar_main = new System.Windows.Forms.ToolStripProgressBar();
            this.treeView_rangeRes = new DigitalPlatform.rms.Client.ResTree();
            this.tabControl_main.SuspendLayout();
            this.tabPage_range.SuspendLayout();
            this.panel_range.SuspendLayout();
            this.panel_resdirtree.SuspendLayout();
            this.panel_rangeParams.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tabPage_import.SuspendLayout();
            this.statusStrip_main.SuspendLayout();
            this.SuspendLayout();
            // 
            // mainMenu1
            // 
            this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItem_file,
            this.menuItem_help});
            // 
            // menuItem_file
            // 
            this.menuItem_file.Index = 0;
            this.menuItem_file.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItem_run,
            this.menuItem2,
            this.menuItem_projectManage,
            this.menuItem_cfg,
            this.menuItem_serversCfg,
            this.menuItem3,
            this.menuItem_rebuildKeys,
            this.menuItem_rebuildKeysByDbnames,
            this.menuItem1,
            this.menuItem_exit});
            this.menuItem_file.Text = "文件(&F)";
            // 
            // menuItem_run
            // 
            this.menuItem_run.Index = 0;
            this.menuItem_run.Text = "运行(&R)...";
            this.menuItem_run.Click += new System.EventHandler(this.menuItem_run_Click);
            // 
            // menuItem2
            // 
            this.menuItem2.Index = 1;
            this.menuItem2.Text = "-";
            // 
            // menuItem_projectManage
            // 
            this.menuItem_projectManage.Index = 2;
            this.menuItem_projectManage.Text = "方案管理(&M)...";
            this.menuItem_projectManage.Click += new System.EventHandler(this.menuItem_projectManage_Click);
            // 
            // menuItem_cfg
            // 
            this.menuItem_cfg.Enabled = false;
            this.menuItem_cfg.Index = 3;
            this.menuItem_cfg.Text = "配置(&C)...";
            this.menuItem_cfg.Click += new System.EventHandler(this.menuItem_cfg_Click);
            // 
            // menuItem_serversCfg
            // 
            this.menuItem_serversCfg.Index = 4;
            this.menuItem_serversCfg.Text = "缺省帐户管理(&A)...";
            this.menuItem_serversCfg.Click += new System.EventHandler(this.menuItem_serversCfg_Click);
            // 
            // menuItem3
            // 
            this.menuItem3.Index = 5;
            this.menuItem3.Text = "-";
            // 
            // menuItem_rebuildKeys
            // 
            this.menuItem_rebuildKeys.Index = 6;
            this.menuItem_rebuildKeys.Text = "重建检索点(&B)";
            this.menuItem_rebuildKeys.Click += new System.EventHandler(this.menuItem_rebuildKeys_Click);
            // 
            // menuItem_rebuildKeysByDbnames
            // 
            this.menuItem_rebuildKeysByDbnames.Index = 7;
            this.menuItem_rebuildKeysByDbnames.Text = "重建检索点[根据剪贴板内的数据库路径](&R)...";
            this.menuItem_rebuildKeysByDbnames.Click += new System.EventHandler(this.menuItem_rebuildKeysByDbnames_Click);
            // 
            // menuItem1
            // 
            this.menuItem1.Index = 8;
            this.menuItem1.Text = "-";
            // 
            // menuItem_exit
            // 
            this.menuItem_exit.Index = 9;
            this.menuItem_exit.Text = "退出(&X)";
            this.menuItem_exit.Click += new System.EventHandler(this.menuItem_exit_Click);
            // 
            // menuItem_help
            // 
            this.menuItem_help.Index = 1;
            this.menuItem_help.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItem_copyright,
            this.menuItem_openDataFolder});
            this.menuItem_help.Text = "帮助(&H)";
            // 
            // menuItem_copyright
            // 
            this.menuItem_copyright.Index = 0;
            this.menuItem_copyright.Text = "版权(&C)...";
            this.menuItem_copyright.Click += new System.EventHandler(this.menuItem_copyright_Click);
            // 
            // menuItem_openDataFolder
            // 
            this.menuItem_openDataFolder.Index = 1;
            this.menuItem_openDataFolder.Text = "打开数据文件夹(&D)...";
            this.menuItem_openDataFolder.Click += new System.EventHandler(this.menuItem_openDataFolder_Click);
            // 
            // tabControl_main
            // 
            this.tabControl_main.Controls.Add(this.tabPage_range);
            this.tabControl_main.Controls.Add(this.tabPage_resultset);
            this.tabControl_main.Controls.Add(this.tabPage_import);
            this.tabControl_main.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl_main.Location = new System.Drawing.Point(0, 32);
            this.tabControl_main.Name = "tabControl_main";
            this.tabControl_main.SelectedIndex = 0;
            this.tabControl_main.Size = new System.Drawing.Size(634, 273);
            this.tabControl_main.TabIndex = 1;
            this.tabControl_main.SelectedIndexChanged += new System.EventHandler(this.tabControl_main_SelectedIndexChanged);
            // 
            // tabPage_range
            // 
            this.tabPage_range.BackColor = System.Drawing.Color.Transparent;
            this.tabPage_range.Controls.Add(this.panel_range);
            this.tabPage_range.Location = new System.Drawing.Point(4, 23);
            this.tabPage_range.Name = "tabPage_range";
            this.tabPage_range.Padding = new System.Windows.Forms.Padding(6);
            this.tabPage_range.Size = new System.Drawing.Size(626, 246);
            this.tabPage_range.TabIndex = 0;
            this.tabPage_range.Text = "按记录ID导出";
            this.tabPage_range.UseVisualStyleBackColor = true;
            // 
            // panel_range
            // 
            this.panel_range.Controls.Add(this.panel_resdirtree);
            this.panel_range.Controls.Add(this.splitter_range);
            this.panel_range.Controls.Add(this.panel_rangeParams);
            this.panel_range.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel_range.Location = new System.Drawing.Point(6, 6);
            this.panel_range.Name = "panel_range";
            this.panel_range.Size = new System.Drawing.Size(614, 234);
            this.panel_range.TabIndex = 8;
            // 
            // panel_resdirtree
            // 
            this.panel_resdirtree.Controls.Add(this.treeView_rangeRes);
            this.panel_resdirtree.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel_resdirtree.Location = new System.Drawing.Point(317, 0);
            this.panel_resdirtree.Name = "panel_resdirtree";
            this.panel_resdirtree.Padding = new System.Windows.Forms.Padding(0, 4, 4, 4);
            this.panel_resdirtree.Size = new System.Drawing.Size(297, 234);
            this.panel_resdirtree.TabIndex = 6;
            // 
            // splitter_range
            // 
            this.splitter_range.Location = new System.Drawing.Point(309, 0);
            this.splitter_range.Name = "splitter_range";
            this.splitter_range.Size = new System.Drawing.Size(8, 234);
            this.splitter_range.TabIndex = 8;
            this.splitter_range.TabStop = false;
            // 
            // panel_rangeParams
            // 
            this.panel_rangeParams.AutoScroll = true;
            this.panel_rangeParams.Controls.Add(this.checkBox_export_fastMode);
            this.panel_rangeParams.Controls.Add(this.checkBox_export_delete);
            this.panel_rangeParams.Controls.Add(this.checkBox_verifyNumber);
            this.panel_rangeParams.Controls.Add(this.textBox_dbPath);
            this.panel_rangeParams.Controls.Add(this.label1);
            this.panel_rangeParams.Controls.Add(this.groupBox1);
            this.panel_rangeParams.Controls.Add(this.checkBox_forceLoop);
            this.panel_rangeParams.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel_rangeParams.Location = new System.Drawing.Point(0, 0);
            this.panel_rangeParams.Name = "panel_rangeParams";
            this.panel_rangeParams.Size = new System.Drawing.Size(309, 234);
            this.panel_rangeParams.TabIndex = 7;
            // 
            // checkBox_export_fastMode
            // 
            this.checkBox_export_fastMode.AutoSize = true;
            this.checkBox_export_fastMode.Location = new System.Drawing.Point(144, 198);
            this.checkBox_export_fastMode.Name = "checkBox_export_fastMode";
            this.checkBox_export_fastMode.Size = new System.Drawing.Size(90, 18);
            this.checkBox_export_fastMode.TabIndex = 7;
            this.checkBox_export_fastMode.Text = "快速模式(&F)";
            this.checkBox_export_fastMode.UseVisualStyleBackColor = true;
            // 
            // checkBox_export_delete
            // 
            this.checkBox_export_delete.Location = new System.Drawing.Point(9, 195);
            this.checkBox_export_delete.Name = "checkBox_export_delete";
            this.checkBox_export_delete.Size = new System.Drawing.Size(117, 24);
            this.checkBox_export_delete.TabIndex = 6;
            this.checkBox_export_delete.Text = "删除记录(&D)";
            this.checkBox_export_delete.CheckedChanged += new System.EventHandler(this.checkBox_export_delete_CheckedChanged);
            // 
            // checkBox_verifyNumber
            // 
            this.checkBox_verifyNumber.Location = new System.Drawing.Point(9, 171);
            this.checkBox_verifyNumber.Name = "checkBox_verifyNumber";
            this.checkBox_verifyNumber.Size = new System.Drawing.Size(124, 18);
            this.checkBox_verifyNumber.TabIndex = 4;
            this.checkBox_verifyNumber.Text = "校准首尾ID(&V)";
            // 
            // textBox_dbPath
            // 
            this.textBox_dbPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox_dbPath.Location = new System.Drawing.Point(75, 6);
            this.textBox_dbPath.Name = "textBox_dbPath";
            this.textBox_dbPath.ReadOnly = true;
            this.textBox_dbPath.Size = new System.Drawing.Size(186, 22);
            this.textBox_dbPath.TabIndex = 2;
            this.textBox_dbPath.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(7, 6);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(62, 18);
            this.label1.TabIndex = 1;
            this.label1.Text = "数据库:";
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.textBox_endNo);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.textBox_startNo);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.radioButton_startEnd);
            this.groupBox1.Controls.Add(this.radioButton_all);
            this.groupBox1.Location = new System.Drawing.Point(7, 32);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(253, 134);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = " 输出记录范围 ";
            // 
            // textBox_endNo
            // 
            this.textBox_endNo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox_endNo.Location = new System.Drawing.Point(165, 95);
            this.textBox_endNo.Name = "textBox_endNo";
            this.textBox_endNo.Size = new System.Drawing.Size(74, 22);
            this.textBox_endNo.TabIndex = 5;
            this.textBox_endNo.TextChanged += new System.EventHandler(this.textBox_endNo_TextChanged);
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(69, 97);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(85, 19);
            this.label3.TabIndex = 4;
            this.label3.Text = "结束记录ID:";
            // 
            // textBox_startNo
            // 
            this.textBox_startNo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox_startNo.Location = new System.Drawing.Point(165, 63);
            this.textBox_startNo.Name = "textBox_startNo";
            this.textBox_startNo.Size = new System.Drawing.Size(74, 22);
            this.textBox_startNo.TabIndex = 3;
            this.textBox_startNo.TextChanged += new System.EventHandler(this.textBox_startNo_TextChanged);
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(69, 65);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(85, 18);
            this.label2.TabIndex = 2;
            this.label2.Text = "起始记录ID:";
            // 
            // radioButton_startEnd
            // 
            this.radioButton_startEnd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.radioButton_startEnd.Checked = true;
            this.radioButton_startEnd.Location = new System.Drawing.Point(21, 38);
            this.radioButton_startEnd.Name = "radioButton_startEnd";
            this.radioButton_startEnd.Size = new System.Drawing.Size(143, 19);
            this.radioButton_startEnd.TabIndex = 1;
            this.radioButton_startEnd.TabStop = true;
            this.radioButton_startEnd.Text = "起止ID(&S) ";
            // 
            // radioButton_all
            // 
            this.radioButton_all.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.radioButton_all.Location = new System.Drawing.Point(21, 19);
            this.radioButton_all.Name = "radioButton_all";
            this.radioButton_all.Size = new System.Drawing.Size(56, 19);
            this.radioButton_all.TabIndex = 0;
            this.radioButton_all.Text = "全部(&A)";
            this.radioButton_all.CheckedChanged += new System.EventHandler(this.radioButton_all_CheckedChanged);
            // 
            // checkBox_forceLoop
            // 
            this.checkBox_forceLoop.Location = new System.Drawing.Point(144, 171);
            this.checkBox_forceLoop.Name = "checkBox_forceLoop";
            this.checkBox_forceLoop.Size = new System.Drawing.Size(158, 18);
            this.checkBox_forceLoop.TabIndex = 5;
            this.checkBox_forceLoop.Text = "未命中时继续循环(&C)";
            // 
            // tabPage_resultset
            // 
            this.tabPage_resultset.BackColor = System.Drawing.Color.Transparent;
            this.tabPage_resultset.Location = new System.Drawing.Point(4, 23);
            this.tabPage_resultset.Name = "tabPage_resultset";
            this.tabPage_resultset.Size = new System.Drawing.Size(626, 98);
            this.tabPage_resultset.TabIndex = 1;
            this.tabPage_resultset.Text = "按结果集导出";
            this.tabPage_resultset.UseVisualStyleBackColor = true;
            this.tabPage_resultset.Visible = false;
            // 
            // tabPage_import
            // 
            this.tabPage_import.AutoScroll = true;
            this.tabPage_import.BackColor = System.Drawing.Color.Transparent;
            this.tabPage_import.Controls.Add(this.checkBox_import_fastMode);
            this.tabPage_import.Controls.Add(this.textBox_import_range);
            this.tabPage_import.Controls.Add(this.label6);
            this.tabPage_import.Controls.Add(this.button_import_findFileName);
            this.tabPage_import.Controls.Add(this.textBox_import_fileName);
            this.tabPage_import.Controls.Add(this.label5);
            this.tabPage_import.Controls.Add(this.button_import_dbMap);
            this.tabPage_import.Controls.Add(this.textBox_import_dbMap);
            this.tabPage_import.Controls.Add(this.label4);
            this.tabPage_import.Location = new System.Drawing.Point(4, 23);
            this.tabPage_import.Name = "tabPage_import";
            this.tabPage_import.Size = new System.Drawing.Size(626, 98);
            this.tabPage_import.TabIndex = 2;
            this.tabPage_import.Text = "导入";
            this.tabPage_import.UseVisualStyleBackColor = true;
            // 
            // checkBox_import_fastMode
            // 
            this.checkBox_import_fastMode.AutoSize = true;
            this.checkBox_import_fastMode.Location = new System.Drawing.Point(119, 61);
            this.checkBox_import_fastMode.Name = "checkBox_import_fastMode";
            this.checkBox_import_fastMode.Size = new System.Drawing.Size(90, 18);
            this.checkBox_import_fastMode.TabIndex = 8;
            this.checkBox_import_fastMode.Text = "快速模式(&F)";
            this.checkBox_import_fastMode.UseVisualStyleBackColor = true;
            // 
            // textBox_import_range
            // 
            this.textBox_import_range.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox_import_range.Location = new System.Drawing.Point(119, 33);
            this.textBox_import_range.Name = "textBox_import_range";
            this.textBox_import_range.Size = new System.Drawing.Size(379, 22);
            this.textBox_import_range.TabIndex = 7;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(9, 36);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(76, 14);
            this.label6.TabIndex = 6;
            this.label6.Text = "导入范围(&R):";
            // 
            // button_import_findFileName
            // 
            this.button_import_findFileName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button_import_findFileName.Location = new System.Drawing.Point(504, 8);
            this.button_import_findFileName.Name = "button_import_findFileName";
            this.button_import_findFileName.Size = new System.Drawing.Size(46, 22);
            this.button_import_findFileName.TabIndex = 5;
            this.button_import_findFileName.Text = "...";
            this.button_import_findFileName.Click += new System.EventHandler(this.button_import_findFileName_Click);
            // 
            // textBox_import_fileName
            // 
            this.textBox_import_fileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox_import_fileName.Location = new System.Drawing.Point(119, 8);
            this.textBox_import_fileName.Name = "textBox_import_fileName";
            this.textBox_import_fileName.Size = new System.Drawing.Size(379, 22);
            this.textBox_import_fileName.TabIndex = 4;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(9, 10);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(63, 14);
            this.label5.TabIndex = 3;
            this.label5.Text = "文件名(&F):";
            // 
            // button_import_dbMap
            // 
            this.button_import_dbMap.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button_import_dbMap.Location = new System.Drawing.Point(504, 102);
            this.button_import_dbMap.Name = "button_import_dbMap";
            this.button_import_dbMap.Size = new System.Drawing.Size(46, 23);
            this.button_import_dbMap.TabIndex = 2;
            this.button_import_dbMap.Text = "...";
            this.button_import_dbMap.Click += new System.EventHandler(this.button_import_dbMap_Click);
            // 
            // textBox_import_dbMap
            // 
            this.textBox_import_dbMap.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.textBox_import_dbMap.Location = new System.Drawing.Point(12, 104);
            this.textBox_import_dbMap.Multiline = true;
            this.textBox_import_dbMap.Name = "textBox_import_dbMap";
            this.textBox_import_dbMap.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textBox_import_dbMap.Size = new System.Drawing.Size(489, 110);
            this.textBox_import_dbMap.TabIndex = 1;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(9, 87);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(101, 14);
            this.label4.TabIndex = 0;
            this.label4.Text = "库名映射规则(&T):";
            // 
            // toolBar_main
            // 
            this.toolBar_main.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
            this.toolBar_main.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
            this.toolBarButton_stop,
            this.toolBarButton_begin});
            this.toolBar_main.Divider = false;
            this.toolBar_main.DropDownArrows = true;
            this.toolBar_main.ImageList = this.imageList_toolbar;
            this.toolBar_main.Location = new System.Drawing.Point(0, 0);
            this.toolBar_main.Name = "toolBar_main";
            this.toolBar_main.ShowToolTips = true;
            this.toolBar_main.Size = new System.Drawing.Size(634, 32);
            this.toolBar_main.TabIndex = 2;
            this.toolBar_main.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
            // 
            // toolBarButton_stop
            // 
            this.toolBarButton_stop.Enabled = false;
            this.toolBarButton_stop.ImageIndex = 0;
            this.toolBarButton_stop.Name = "toolBarButton_stop";
            this.toolBarButton_stop.ToolTipText = "停止";
            // 
            // toolBarButton_begin
            // 
            this.toolBarButton_begin.ImageIndex = 1;
            this.toolBarButton_begin.Name = "toolBarButton_begin";
            this.toolBarButton_begin.ToolTipText = "开始";
            // 
            // imageList_toolbar
            // 
            this.imageList_toolbar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_toolbar.ImageStream")));
            this.imageList_toolbar.TransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(193)))));
            this.imageList_toolbar.Images.SetKeyName(0, "");
            this.imageList_toolbar.Images.SetKeyName(1, "");
            // 
            // statusStrip_main
            // 
            this.statusStrip_main.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel_main,
            this.toolStripProgressBar_main});
            this.statusStrip_main.Location = new System.Drawing.Point(0, 305);
            this.statusStrip_main.Name = "statusStrip_main";
            this.statusStrip_main.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.statusStrip_main.Size = new System.Drawing.Size(634, 22);
            this.statusStrip_main.TabIndex = 4;
            this.statusStrip_main.Text = "statusStrip1";
            // 
            // toolStripStatusLabel_main
            // 
            this.toolStripStatusLabel_main.Name = "toolStripStatusLabel_main";
            this.toolStripStatusLabel_main.Size = new System.Drawing.Size(445, 17);
            this.toolStripStatusLabel_main.Spring = true;
            // 
            // toolStripProgressBar_main
            // 
            this.toolStripProgressBar_main.Name = "toolStripProgressBar_main";
            this.toolStripProgressBar_main.Size = new System.Drawing.Size(172, 16);
            // 
            // treeView_rangeRes
            // 
            this.treeView_rangeRes.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView_rangeRes.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.treeView_rangeRes.HideSelection = false;
            this.treeView_rangeRes.ImageIndex = 0;
            this.treeView_rangeRes.Location = new System.Drawing.Point(0, 4);
            this.treeView_rangeRes.Name = "treeView_rangeRes";
            this.treeView_rangeRes.SelectedImageIndex = 0;
            this.treeView_rangeRes.Size = new System.Drawing.Size(293, 226);
            this.treeView_rangeRes.TabIndex = 0;
            this.treeView_rangeRes.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView_rangeRes_AfterCheck);
            this.treeView_rangeRes.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_rangeRes_AfterSelect);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(634, 327);
            this.Controls.Add(this.tabControl_main);
            this.Controls.Add(this.statusStrip_main);
            this.Controls.Add(this.toolBar_main);
            this.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Menu = this.mainMenu1;
            this.Name = "MainForm";
            this.Text = "dp2batch V2 -- 批处理";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.MainForm_Closing);
            this.Closed += new System.EventHandler(this.MainForm_Closed);
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.tabControl_main.ResumeLayout(false);
            this.tabPage_range.ResumeLayout(false);
            this.panel_range.ResumeLayout(false);
            this.panel_resdirtree.ResumeLayout(false);
            this.panel_rangeParams.ResumeLayout(false);
            this.panel_rangeParams.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabPage_import.ResumeLayout(false);
            this.tabPage_import.PerformLayout();
            this.statusStrip_main.ResumeLayout(false);
            this.statusStrip_main.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 4
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OpenResDlg));
            this.resTree = new DigitalPlatform.rms.Client.ResTree();
            this.label1 = new System.Windows.Forms.Label();
            this.textBox_resPath = new System.Windows.Forms.TextBox();
            this.button_OK = new System.Windows.Forms.Button();
            this.button_Cancel = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // resTree
            // 
            this.resTree.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.resTree.HideSelection = false;
            this.resTree.ImageIndex = 0;
            this.resTree.Location = new System.Drawing.Point(12, 12);
            this.resTree.Name = "resTree";
            this.resTree.SelectedImageIndex = 0;
            this.resTree.Size = new System.Drawing.Size(496, 224);
            this.resTree.TabIndex = 0;
            this.resTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.resTree_AfterCheck);
            this.resTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.resTree_AfterSelect);
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(10, 253);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "资源路径(&P):";
            // 
            // textBox_resPath
            // 
            this.textBox_resPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox_resPath.Location = new System.Drawing.Point(12, 268);
            this.textBox_resPath.Multiline = true;
            this.textBox_resPath.Name = "textBox_resPath";
            this.textBox_resPath.Size = new System.Drawing.Size(415, 48);
            this.textBox_resPath.TabIndex = 2;
            // 
            // button_OK
            // 
            this.button_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.button_OK.Location = new System.Drawing.Point(433, 266);
            this.button_OK.Name = "button_OK";
            this.button_OK.Size = new System.Drawing.Size(75, 23);
            this.button_OK.TabIndex = 3;
            this.button_OK.Text = "确定";
            this.button_OK.Click += new System.EventHandler(this.button_OK_Click);
            // 
            // button_Cancel
            // 
            this.button_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.button_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.button_Cancel.Location = new System.Drawing.Point(433, 293);
            this.button_Cancel.Name = "button_Cancel";
            this.button_Cancel.Size = new System.Drawing.Size(75, 23);
            this.button_Cancel.TabIndex = 4;
            this.button_Cancel.Text = "取消";
            this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click);
            // 
            // OpenResDlg
            // 
            this.AcceptButton = this.button_OK;
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
            this.CancelButton = this.button_Cancel;
            this.ClientSize = new System.Drawing.Size(520, 328);
            this.Controls.Add(this.button_Cancel);
            this.Controls.Add(this.button_OK);
            this.Controls.Add(this.textBox_resPath);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.resTree);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "OpenResDlg";
            this.ShowInTaskbar = false;
            this.Text = "指定资源路径";
            this.Closed += new System.EventHandler(this.OpenResDlg_Closed);
            this.Load += new System.EventHandler(this.OpenResDlg_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

		}