From fcd109dbadb8f178f883715f581a10cf28cad1de Mon Sep 17 00:00:00 2001 From: xietao Date: Wed, 19 Oct 2022 22:06:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E7=82=B9=E5=AF=B9=E7=82=B9=20Search()?= =?UTF-8?q?=20API=20=E5=A2=9E=E5=8A=A0=20searchItem=20searchIssue=20search?= =?UTF-8?q?Order=20searchComment=20=E5=AD=90=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChordInstaller/ChordInstaller.csproj | 2 +- TestClient1/MainForm.Designer.cs | 817 ++++++++++++++------------- TestClient1/MainForm.resx | 2 +- dp2Capo/Properties/AssemblyInfo.cs | 3 +- dp2Capo/ServerConnection.cs | 80 ++- 5 files changed, 490 insertions(+), 414 deletions(-) diff --git a/ChordInstaller/ChordInstaller.csproj b/ChordInstaller/ChordInstaller.csproj index 5d9b6853..b9de874f 100644 --- a/ChordInstaller/ChordInstaller.csproj +++ b/ChordInstaller/ChordInstaller.csproj @@ -30,7 +30,7 @@ Chord true publish.htm - 94 + 95 1.2.0.%2a false true diff --git a/TestClient1/MainForm.Designer.cs b/TestClient1/MainForm.Designer.cs index fc19c82a..f7e72061 100644 --- a/TestClient1/MainForm.Designer.cs +++ b/TestClient1/MainForm.Designer.cs @@ -200,7 +200,8 @@ private void InitializeComponent() this.testToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(1832, 47); + this.menuStrip1.Padding = new System.Windows.Forms.Padding(4, 1, 0, 1); + this.menuStrip1.Size = new System.Drawing.Size(1343, 34); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // @@ -214,48 +215,48 @@ private void InitializeComponent() this.ToolStripMenuItem_enumSubject, this.ToolStripMenuItem_enumCreator}); this.testToolStripMenuItem.Name = "testToolStripMenuItem"; - this.testToolStripMenuItem.Size = new System.Drawing.Size(94, 43); + this.testToolStripMenuItem.Size = new System.Drawing.Size(68, 32); this.testToolStripMenuItem.Text = "test"; // // MenuItem_writeToMSMQ // this.MenuItem_writeToMSMQ.Name = "MenuItem_writeToMSMQ"; - this.MenuItem_writeToMSMQ.Size = new System.Drawing.Size(504, 54); + this.MenuItem_writeToMSMQ.Size = new System.Drawing.Size(358, 40); this.MenuItem_writeToMSMQ.Text = "Write to MSMQ"; this.MenuItem_writeToMSMQ.Click += new System.EventHandler(this.MenuItem_writeToMSMQ_Click); // // menuItem_getSummaryAndItems // this.menuItem_getSummaryAndItems.Name = "menuItem_getSummaryAndItems"; - this.menuItem_getSummaryAndItems.Size = new System.Drawing.Size(504, 54); + this.menuItem_getSummaryAndItems.Size = new System.Drawing.Size(358, 40); this.menuItem_getSummaryAndItems.Text = "GetSummaryAndItems"; this.menuItem_getSummaryAndItems.Click += new System.EventHandler(this.menuItem_getSummaryAndItems_Click); // // ToolStripMenuItem_sendMessage // this.ToolStripMenuItem_sendMessage.Name = "ToolStripMenuItem_sendMessage"; - this.ToolStripMenuItem_sendMessage.Size = new System.Drawing.Size(504, 54); + this.ToolStripMenuItem_sendMessage.Size = new System.Drawing.Size(358, 40); this.ToolStripMenuItem_sendMessage.Text = "Send Message ..."; this.ToolStripMenuItem_sendMessage.Click += new System.EventHandler(this.ToolStripMenuItem_sendMessage_Click); // // ToolStripMenuItem_getMessage // this.ToolStripMenuItem_getMessage.Name = "ToolStripMenuItem_getMessage"; - this.ToolStripMenuItem_getMessage.Size = new System.Drawing.Size(504, 54); + this.ToolStripMenuItem_getMessage.Size = new System.Drawing.Size(358, 40); this.ToolStripMenuItem_getMessage.Text = "Get Message ..."; this.ToolStripMenuItem_getMessage.Click += new System.EventHandler(this.ToolStripMenuItem_getMessage_Click); // // ToolStripMenuItem_enumSubject // this.ToolStripMenuItem_enumSubject.Name = "ToolStripMenuItem_enumSubject"; - this.ToolStripMenuItem_enumSubject.Size = new System.Drawing.Size(504, 54); + this.ToolStripMenuItem_enumSubject.Size = new System.Drawing.Size(358, 40); this.ToolStripMenuItem_enumSubject.Text = "Enum Subject ..."; this.ToolStripMenuItem_enumSubject.Click += new System.EventHandler(this.ToolStripMenuItem_enumSubject_Click); // // ToolStripMenuItem_enumCreator // this.ToolStripMenuItem_enumCreator.Name = "ToolStripMenuItem_enumCreator"; - this.ToolStripMenuItem_enumCreator.Size = new System.Drawing.Size(504, 54); + this.ToolStripMenuItem_enumCreator.Size = new System.Drawing.Size(358, 40); this.ToolStripMenuItem_enumCreator.Text = "Enum Creator ..."; this.ToolStripMenuItem_enumCreator.Click += new System.EventHandler(this.ToolStripMenuItem_enumCreator_Click); // @@ -265,22 +266,22 @@ private void InitializeComponent() this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripProgressBar1, this.toolStripStatusLabel1}); - this.statusStrip1.Location = new System.Drawing.Point(0, 948); + this.statusStrip1.Location = new System.Drawing.Point(0, 661); this.statusStrip1.Name = "statusStrip1"; - this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 35, 0); - this.statusStrip1.Size = new System.Drawing.Size(1832, 52); + this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 26, 0); + this.statusStrip1.Size = new System.Drawing.Size(1343, 39); this.statusStrip1.TabIndex = 1; this.statusStrip1.Text = "statusStrip1"; // // toolStripProgressBar1 // this.toolStripProgressBar1.Name = "toolStripProgressBar1"; - this.toolStripProgressBar1.Size = new System.Drawing.Size(250, 36); + this.toolStripProgressBar1.Size = new System.Drawing.Size(183, 29); // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; - this.toolStripStatusLabel1.Size = new System.Drawing.Size(322, 39); + this.toolStripStatusLabel1.Size = new System.Drawing.Size(228, 30); this.toolStripStatusLabel1.Text = "toolStripStatusLabel1"; // // tabControl_main @@ -296,10 +297,10 @@ private void InitializeComponent() this.tabControl_main.Controls.Add(this.tabPage_markdown); this.tabControl_main.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl_main.Location = new System.Drawing.Point(0, 0); - this.tabControl_main.Margin = new System.Windows.Forms.Padding(8); + this.tabControl_main.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.tabControl_main.Name = "tabControl_main"; this.tabControl_main.SelectedIndex = 0; - this.tabControl_main.Size = new System.Drawing.Size(977, 851); + this.tabControl_main.Size = new System.Drawing.Size(716, 589); this.tabControl_main.TabIndex = 0; // // tabPage_config @@ -315,98 +316,98 @@ private void InitializeComponent() this.tabPage_config.Controls.Add(this.label2); this.tabPage_config.Controls.Add(this.textBox_config_messageServerUrl); this.tabPage_config.Controls.Add(this.label1); - this.tabPage_config.Location = new System.Drawing.Point(10, 48); - this.tabPage_config.Margin = new System.Windows.Forms.Padding(8); + this.tabPage_config.Location = new System.Drawing.Point(4, 31); + this.tabPage_config.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.tabPage_config.Name = "tabPage_config"; - this.tabPage_config.Size = new System.Drawing.Size(957, 793); + this.tabPage_config.Size = new System.Drawing.Size(708, 554); this.tabPage_config.TabIndex = 2; this.tabPage_config.Text = "Config"; this.tabPage_config.UseVisualStyleBackColor = true; // // textBox_config_libraryPassword // - this.textBox_config_libraryPassword.Location = new System.Drawing.Point(370, 525); - this.textBox_config_libraryPassword.Margin = new System.Windows.Forms.Padding(8); + this.textBox_config_libraryPassword.Location = new System.Drawing.Point(271, 368); + this.textBox_config_libraryPassword.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_config_libraryPassword.Name = "textBox_config_libraryPassword"; this.textBox_config_libraryPassword.PasswordChar = '*'; - this.textBox_config_libraryPassword.Size = new System.Drawing.Size(396, 42); + this.textBox_config_libraryPassword.Size = new System.Drawing.Size(291, 31); this.textBox_config_libraryPassword.TabIndex = 9; // // label50 // this.label50.AutoSize = true; - this.label50.Location = new System.Drawing.Point(28, 532); - this.label50.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label50.Location = new System.Drawing.Point(21, 372); + this.label50.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label50.Name = "label50"; - this.label50.Size = new System.Drawing.Size(388, 30); + this.label50.Size = new System.Drawing.Size(278, 21); this.label50.TabIndex = 8; this.label50.Text = "Password(空表示代理登录):"; // // checkBox_config_isPatron // this.checkBox_config_isPatron.AutoSize = true; - this.checkBox_config_isPatron.Location = new System.Drawing.Point(370, 592); - this.checkBox_config_isPatron.Margin = new System.Windows.Forms.Padding(8); + this.checkBox_config_isPatron.Location = new System.Drawing.Point(271, 414); + this.checkBox_config_isPatron.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.checkBox_config_isPatron.Name = "checkBox_config_isPatron"; - this.checkBox_config_isPatron.Size = new System.Drawing.Size(141, 34); + this.checkBox_config_isPatron.Size = new System.Drawing.Size(102, 25); this.checkBox_config_isPatron.TabIndex = 10; this.checkBox_config_isPatron.Text = "Patron"; this.checkBox_config_isPatron.UseVisualStyleBackColor = true; // // textBox_config_libraryUserName // - this.textBox_config_libraryUserName.Location = new System.Drawing.Point(370, 458); - this.textBox_config_libraryUserName.Margin = new System.Windows.Forms.Padding(8); + this.textBox_config_libraryUserName.Location = new System.Drawing.Point(271, 321); + this.textBox_config_libraryUserName.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_config_libraryUserName.Name = "textBox_config_libraryUserName"; - this.textBox_config_libraryUserName.Size = new System.Drawing.Size(396, 42); + this.textBox_config_libraryUserName.Size = new System.Drawing.Size(291, 31); this.textBox_config_libraryUserName.TabIndex = 7; // // label49 // this.label49.AutoSize = true; - this.label49.Location = new System.Drawing.Point(28, 465); - this.label49.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label49.Location = new System.Drawing.Point(21, 326); + this.label49.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label49.Name = "label49"; - this.label49.Size = new System.Drawing.Size(328, 30); + this.label49.Size = new System.Drawing.Size(241, 21); this.label49.TabIndex = 6; this.label49.Text = "dp2library User Name:"; // // textBox_config_password // - this.textBox_config_password.Location = new System.Drawing.Point(370, 292); - this.textBox_config_password.Margin = new System.Windows.Forms.Padding(8); + this.textBox_config_password.Location = new System.Drawing.Point(271, 204); + this.textBox_config_password.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_config_password.Name = "textBox_config_password"; this.textBox_config_password.PasswordChar = '*'; - this.textBox_config_password.Size = new System.Drawing.Size(396, 42); + this.textBox_config_password.Size = new System.Drawing.Size(291, 31); this.textBox_config_password.TabIndex = 5; this.textBox_config_password.TextChanged += new System.EventHandler(this.textBox_config_messageServerUrl_TextChanged); // // label3 // this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(28, 300); - this.label3.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label3.Location = new System.Drawing.Point(21, 210); + this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(148, 30); + this.label3.Size = new System.Drawing.Size(109, 21); this.label3.TabIndex = 4; this.label3.Text = "Password:"; // // textBox_config_userName // - this.textBox_config_userName.Location = new System.Drawing.Point(370, 218); - this.textBox_config_userName.Margin = new System.Windows.Forms.Padding(8); + this.textBox_config_userName.Location = new System.Drawing.Point(271, 153); + this.textBox_config_userName.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_config_userName.Name = "textBox_config_userName"; - this.textBox_config_userName.Size = new System.Drawing.Size(396, 42); + this.textBox_config_userName.Size = new System.Drawing.Size(291, 31); this.textBox_config_userName.TabIndex = 3; this.textBox_config_userName.TextChanged += new System.EventHandler(this.textBox_config_messageServerUrl_TextChanged); // // label2 // this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(28, 225); - this.label2.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label2.Location = new System.Drawing.Point(21, 158); + this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(163, 30); + this.label2.Size = new System.Drawing.Size(120, 21); this.label2.TabIndex = 2; this.label2.Text = "User Name:"; // @@ -414,20 +415,20 @@ private void InitializeComponent() // this.textBox_config_messageServerUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.textBox_config_messageServerUrl.Location = new System.Drawing.Point(28, 90); - this.textBox_config_messageServerUrl.Margin = new System.Windows.Forms.Padding(8); + this.textBox_config_messageServerUrl.Location = new System.Drawing.Point(21, 63); + this.textBox_config_messageServerUrl.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_config_messageServerUrl.Name = "textBox_config_messageServerUrl"; - this.textBox_config_messageServerUrl.Size = new System.Drawing.Size(873, 42); + this.textBox_config_messageServerUrl.Size = new System.Drawing.Size(650, 31); this.textBox_config_messageServerUrl.TabIndex = 1; this.textBox_config_messageServerUrl.TextChanged += new System.EventHandler(this.textBox_config_messageServerUrl_TextChanged); // // label1 // this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(22, 50); - this.label1.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label1.Location = new System.Drawing.Point(16, 35); + this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(238, 30); + this.label1.Size = new System.Drawing.Size(175, 21); this.label1.TabIndex = 0; this.label1.Text = "dp2MServer URL:"; // @@ -443,11 +444,11 @@ private void InitializeComponent() this.tabPage_getInfo.Controls.Add(this.label5); this.tabPage_getInfo.Controls.Add(this.textBox_getInfo_remoteUserName); this.tabPage_getInfo.Controls.Add(this.label4); - this.tabPage_getInfo.Location = new System.Drawing.Point(10, 48); - this.tabPage_getInfo.Margin = new System.Windows.Forms.Padding(8); + this.tabPage_getInfo.Location = new System.Drawing.Point(4, 31); + this.tabPage_getInfo.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.tabPage_getInfo.Name = "tabPage_getInfo"; - this.tabPage_getInfo.Padding = new System.Windows.Forms.Padding(8); - this.tabPage_getInfo.Size = new System.Drawing.Size(957, 787); + this.tabPage_getInfo.Padding = new System.Windows.Forms.Padding(6, 6, 6, 6); + this.tabPage_getInfo.Size = new System.Drawing.Size(708, 561); this.tabPage_getInfo.TabIndex = 0; this.tabPage_getInfo.Text = "GetXXXInfo"; this.tabPage_getInfo.UseVisualStyleBackColor = true; @@ -455,10 +456,10 @@ private void InitializeComponent() // checkBox_getInfo_getSubEntities // this.checkBox_getInfo_getSubEntities.AutoSize = true; - this.checkBox_getInfo_getSubEntities.Location = new System.Drawing.Point(28, 398); - this.checkBox_getInfo_getSubEntities.Margin = new System.Windows.Forms.Padding(8); + this.checkBox_getInfo_getSubEntities.Location = new System.Drawing.Point(21, 279); + this.checkBox_getInfo_getSubEntities.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.checkBox_getInfo_getSubEntities.Name = "checkBox_getInfo_getSubEntities"; - this.checkBox_getInfo_getSubEntities.Size = new System.Drawing.Size(291, 34); + this.checkBox_getInfo_getSubEntities.Size = new System.Drawing.Size(212, 25); this.checkBox_getInfo_getSubEntities.TabIndex = 8; this.checkBox_getInfo_getSubEntities.Text = "Get Sub Entities"; this.checkBox_getInfo_getSubEntities.UseVisualStyleBackColor = true; @@ -473,20 +474,20 @@ private void InitializeComponent() "getBrowseRecords", "getUserInfo", "getSystemParameter"}); - this.comboBox_getInfo_method.Location = new System.Drawing.Point(330, 25); - this.comboBox_getInfo_method.Margin = new System.Windows.Forms.Padding(8); + this.comboBox_getInfo_method.Location = new System.Drawing.Point(242, 18); + this.comboBox_getInfo_method.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.comboBox_getInfo_method.Name = "comboBox_getInfo_method"; - this.comboBox_getInfo_method.Size = new System.Drawing.Size(396, 38); + this.comboBox_getInfo_method.Size = new System.Drawing.Size(291, 29); this.comboBox_getInfo_method.TabIndex = 1; this.comboBox_getInfo_method.SelectedIndexChanged += new System.EventHandler(this.comboBox_getInfo_method_SelectedIndexChanged); // // label15 // this.label15.AutoSize = true; - this.label15.Location = new System.Drawing.Point(22, 32); - this.label15.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label15.Location = new System.Drawing.Point(16, 22); + this.label15.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(118, 30); + this.label15.Size = new System.Drawing.Size(87, 21); this.label15.TabIndex = 0; this.label15.Text = "Method:"; // @@ -494,55 +495,55 @@ private void InitializeComponent() // this.textBox_getInfo_formatList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.textBox_getInfo_formatList.Location = new System.Drawing.Point(330, 228); - this.textBox_getInfo_formatList.Margin = new System.Windows.Forms.Padding(8); + this.textBox_getInfo_formatList.Location = new System.Drawing.Point(242, 160); + this.textBox_getInfo_formatList.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_getInfo_formatList.Name = "textBox_getInfo_formatList"; - this.textBox_getInfo_formatList.Size = new System.Drawing.Size(685, 42); + this.textBox_getInfo_formatList.Size = new System.Drawing.Size(512, 31); this.textBox_getInfo_formatList.TabIndex = 7; // // label6 // this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(22, 235); - this.label6.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label6.Location = new System.Drawing.Point(16, 164); + this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(193, 30); + this.label6.Size = new System.Drawing.Size(142, 21); this.label6.TabIndex = 6; this.label6.Text = "Format List:"; // // textBox_getInfo_queryWord // - this.textBox_getInfo_queryWord.Location = new System.Drawing.Point(330, 160); - this.textBox_getInfo_queryWord.Margin = new System.Windows.Forms.Padding(8); + this.textBox_getInfo_queryWord.Location = new System.Drawing.Point(242, 112); + this.textBox_getInfo_queryWord.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_getInfo_queryWord.Name = "textBox_getInfo_queryWord"; - this.textBox_getInfo_queryWord.Size = new System.Drawing.Size(396, 42); + this.textBox_getInfo_queryWord.Size = new System.Drawing.Size(291, 31); this.textBox_getInfo_queryWord.TabIndex = 5; // // label5 // this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(22, 168); - this.label5.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label5.Location = new System.Drawing.Point(16, 118); + this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(178, 30); + this.label5.Size = new System.Drawing.Size(131, 21); this.label5.TabIndex = 4; this.label5.Text = "Query Word:"; // // textBox_getInfo_remoteUserName // - this.textBox_getInfo_remoteUserName.Location = new System.Drawing.Point(330, 92); - this.textBox_getInfo_remoteUserName.Margin = new System.Windows.Forms.Padding(8); + this.textBox_getInfo_remoteUserName.Location = new System.Drawing.Point(242, 64); + this.textBox_getInfo_remoteUserName.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_getInfo_remoteUserName.Name = "textBox_getInfo_remoteUserName"; - this.textBox_getInfo_remoteUserName.Size = new System.Drawing.Size(396, 42); + this.textBox_getInfo_remoteUserName.Size = new System.Drawing.Size(291, 31); this.textBox_getInfo_remoteUserName.TabIndex = 3; // // label4 // this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(22, 100); - this.label4.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label4.Location = new System.Drawing.Point(16, 70); + this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(268, 30); + this.label4.Size = new System.Drawing.Size(197, 21); this.label4.TabIndex = 2; this.label4.Text = "Remote User Name:"; // @@ -569,66 +570,66 @@ private void InitializeComponent() this.tabPage_search.Controls.Add(this.label10); this.tabPage_search.Controls.Add(this.textBox_search_remoteUserName); this.tabPage_search.Controls.Add(this.label11); - this.tabPage_search.Location = new System.Drawing.Point(10, 48); - this.tabPage_search.Margin = new System.Windows.Forms.Padding(8); + this.tabPage_search.Location = new System.Drawing.Point(4, 31); + this.tabPage_search.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.tabPage_search.Name = "tabPage_search"; - this.tabPage_search.Padding = new System.Windows.Forms.Padding(8); - this.tabPage_search.Size = new System.Drawing.Size(957, 787); + this.tabPage_search.Padding = new System.Windows.Forms.Padding(6, 6, 6, 6); + this.tabPage_search.Size = new System.Drawing.Size(708, 554); this.tabPage_search.TabIndex = 1; this.tabPage_search.Text = "SearchXXX"; this.tabPage_search.UseVisualStyleBackColor = true; // // textBox_search_filter // - this.textBox_search_filter.Location = new System.Drawing.Point(325, 645); - this.textBox_search_filter.Margin = new System.Windows.Forms.Padding(8); + this.textBox_search_filter.Location = new System.Drawing.Point(238, 452); + this.textBox_search_filter.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_search_filter.Name = "textBox_search_filter"; - this.textBox_search_filter.Size = new System.Drawing.Size(454, 42); + this.textBox_search_filter.Size = new System.Drawing.Size(334, 31); this.textBox_search_filter.TabIndex = 21; // // label51 // this.label51.AutoSize = true; - this.label51.Location = new System.Drawing.Point(20, 652); - this.label51.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label51.Location = new System.Drawing.Point(15, 456); + this.label51.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label51.Name = "label51"; - this.label51.Size = new System.Drawing.Size(118, 30); + this.label51.Size = new System.Drawing.Size(87, 21); this.label51.TabIndex = 20; this.label51.Text = "Filter:"; // // textBox_search_position // - this.textBox_search_position.Location = new System.Drawing.Point(325, 578); - this.textBox_search_position.Margin = new System.Windows.Forms.Padding(8); + this.textBox_search_position.Location = new System.Drawing.Point(238, 405); + this.textBox_search_position.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_search_position.Name = "textBox_search_position"; - this.textBox_search_position.Size = new System.Drawing.Size(454, 42); + this.textBox_search_position.Size = new System.Drawing.Size(334, 31); this.textBox_search_position.TabIndex = 19; // // label18 // this.label18.AutoSize = true; - this.label18.Location = new System.Drawing.Point(20, 585); - this.label18.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label18.Location = new System.Drawing.Point(15, 410); + this.label18.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label18.Name = "label18"; - this.label18.Size = new System.Drawing.Size(148, 30); + this.label18.Size = new System.Drawing.Size(109, 21); this.label18.TabIndex = 18; this.label18.Text = "Position:"; // // textBox_search_resultSetName // - this.textBox_search_resultSetName.Location = new System.Drawing.Point(325, 510); - this.textBox_search_resultSetName.Margin = new System.Windows.Forms.Padding(8); + this.textBox_search_resultSetName.Location = new System.Drawing.Point(238, 357); + this.textBox_search_resultSetName.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_search_resultSetName.Name = "textBox_search_resultSetName"; - this.textBox_search_resultSetName.Size = new System.Drawing.Size(396, 42); + this.textBox_search_resultSetName.Size = new System.Drawing.Size(291, 31); this.textBox_search_resultSetName.TabIndex = 17; // // label17 // this.label17.AutoSize = true; - this.label17.Location = new System.Drawing.Point(18, 518); - this.label17.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label17.Location = new System.Drawing.Point(13, 363); + this.label17.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(238, 30); + this.label17.Size = new System.Drawing.Size(175, 21); this.label17.TabIndex = 16; this.label17.Text = "Resultset Name:"; // @@ -639,80 +640,84 @@ private void InitializeComponent() "searchPatron", "searchBiblio", "searchItem", + "searchIssue", + "searchOrder", + "searchComment", "getBiblioInfo", "getBiblioSummary", "getItemInfo", + "getItemInfoEx", "getBrowseRecords", "getUserInfo", "GetConnectionInfo", "clearConnection"}); - this.comboBox_search_method.Location = new System.Drawing.Point(325, 15); - this.comboBox_search_method.Margin = new System.Windows.Forms.Padding(8); + this.comboBox_search_method.Location = new System.Drawing.Point(238, 10); + this.comboBox_search_method.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.comboBox_search_method.Name = "comboBox_search_method"; - this.comboBox_search_method.Size = new System.Drawing.Size(396, 38); + this.comboBox_search_method.Size = new System.Drawing.Size(291, 29); this.comboBox_search_method.TabIndex = 1; // // label16 // this.label16.AutoSize = true; - this.label16.Location = new System.Drawing.Point(20, 22); - this.label16.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label16.Location = new System.Drawing.Point(15, 15); + this.label16.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label16.Name = "label16"; - this.label16.Size = new System.Drawing.Size(118, 30); + this.label16.Size = new System.Drawing.Size(87, 21); this.label16.TabIndex = 0; this.label16.Text = "Method:"; // // textBox_search_dbNameList // - this.textBox_search_dbNameList.Location = new System.Drawing.Point(325, 155); - this.textBox_search_dbNameList.Margin = new System.Windows.Forms.Padding(8); + this.textBox_search_dbNameList.Location = new System.Drawing.Point(238, 108); + this.textBox_search_dbNameList.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_search_dbNameList.Name = "textBox_search_dbNameList"; - this.textBox_search_dbNameList.Size = new System.Drawing.Size(396, 42); + this.textBox_search_dbNameList.Size = new System.Drawing.Size(291, 31); this.textBox_search_dbNameList.TabIndex = 5; // // label14 // this.label14.AutoSize = true; - this.label14.Location = new System.Drawing.Point(18, 162); - this.label14.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label14.Location = new System.Drawing.Point(13, 113); + this.label14.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(193, 30); + this.label14.Size = new System.Drawing.Size(142, 21); this.label14.TabIndex = 4; this.label14.Text = "DBName List:"; // // textBox_search_matchStyle // - this.textBox_search_matchStyle.Location = new System.Drawing.Point(325, 375); - this.textBox_search_matchStyle.Margin = new System.Windows.Forms.Padding(8); + this.textBox_search_matchStyle.Location = new System.Drawing.Point(238, 262); + this.textBox_search_matchStyle.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_search_matchStyle.Name = "textBox_search_matchStyle"; - this.textBox_search_matchStyle.Size = new System.Drawing.Size(396, 42); + this.textBox_search_matchStyle.Size = new System.Drawing.Size(291, 31); this.textBox_search_matchStyle.TabIndex = 11; // // label13 // this.label13.AutoSize = true; - this.label13.Location = new System.Drawing.Point(18, 382); - this.label13.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label13.Location = new System.Drawing.Point(13, 267); + this.label13.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(193, 30); + this.label13.Size = new System.Drawing.Size(142, 21); this.label13.TabIndex = 10; this.label13.Text = "Match Style:"; // // textBox_search_use // - this.textBox_search_use.Location = new System.Drawing.Point(325, 308); - this.textBox_search_use.Margin = new System.Windows.Forms.Padding(8); + this.textBox_search_use.Location = new System.Drawing.Point(238, 216); + this.textBox_search_use.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_search_use.Name = "textBox_search_use"; - this.textBox_search_use.Size = new System.Drawing.Size(396, 42); + this.textBox_search_use.Size = new System.Drawing.Size(291, 31); this.textBox_search_use.TabIndex = 9; // // label12 // this.label12.AutoSize = true; - this.label12.Location = new System.Drawing.Point(18, 315); - this.label12.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label12.Location = new System.Drawing.Point(13, 220); + this.label12.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(73, 30); + this.label12.Size = new System.Drawing.Size(54, 21); this.label12.TabIndex = 8; this.label12.Text = "Use:"; // @@ -720,55 +725,55 @@ private void InitializeComponent() // this.textBox_search_formatList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.textBox_search_formatList.Location = new System.Drawing.Point(325, 442); - this.textBox_search_formatList.Margin = new System.Windows.Forms.Padding(8); + this.textBox_search_formatList.Location = new System.Drawing.Point(238, 309); + this.textBox_search_formatList.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_search_formatList.Name = "textBox_search_formatList"; - this.textBox_search_formatList.Size = new System.Drawing.Size(556, 42); + this.textBox_search_formatList.Size = new System.Drawing.Size(418, 31); this.textBox_search_formatList.TabIndex = 13; // // label9 // this.label9.AutoSize = true; - this.label9.Location = new System.Drawing.Point(18, 450); - this.label9.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label9.Location = new System.Drawing.Point(13, 315); + this.label9.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(193, 30); + this.label9.Size = new System.Drawing.Size(142, 21); this.label9.TabIndex = 12; this.label9.Text = "Format List:"; // // textBox_search_queryWord // - this.textBox_search_queryWord.Location = new System.Drawing.Point(325, 240); - this.textBox_search_queryWord.Margin = new System.Windows.Forms.Padding(8); + this.textBox_search_queryWord.Location = new System.Drawing.Point(238, 168); + this.textBox_search_queryWord.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_search_queryWord.Name = "textBox_search_queryWord"; - this.textBox_search_queryWord.Size = new System.Drawing.Size(396, 42); + this.textBox_search_queryWord.Size = new System.Drawing.Size(291, 31); this.textBox_search_queryWord.TabIndex = 7; // // label10 // this.label10.AutoSize = true; - this.label10.Location = new System.Drawing.Point(18, 248); - this.label10.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label10.Location = new System.Drawing.Point(13, 174); + this.label10.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(178, 30); + this.label10.Size = new System.Drawing.Size(131, 21); this.label10.TabIndex = 6; this.label10.Text = "Query Word:"; // // textBox_search_remoteUserName // - this.textBox_search_remoteUserName.Location = new System.Drawing.Point(325, 88); - this.textBox_search_remoteUserName.Margin = new System.Windows.Forms.Padding(8); + this.textBox_search_remoteUserName.Location = new System.Drawing.Point(238, 62); + this.textBox_search_remoteUserName.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_search_remoteUserName.Name = "textBox_search_remoteUserName"; - this.textBox_search_remoteUserName.Size = new System.Drawing.Size(396, 42); + this.textBox_search_remoteUserName.Size = new System.Drawing.Size(291, 31); this.textBox_search_remoteUserName.TabIndex = 3; // // label11 // this.label11.AutoSize = true; - this.label11.Location = new System.Drawing.Point(20, 95); - this.label11.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label11.Location = new System.Drawing.Point(15, 66); + this.label11.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(268, 30); + this.label11.Size = new System.Drawing.Size(197, 21); this.label11.TabIndex = 2; this.label11.Text = "Remote User Name:"; // @@ -788,10 +793,10 @@ private void InitializeComponent() this.tabPage_bindPatron.Controls.Add(this.label24); this.tabPage_bindPatron.Controls.Add(this.textBox_bindPatron_remoteUserName); this.tabPage_bindPatron.Controls.Add(this.label7); - this.tabPage_bindPatron.Location = new System.Drawing.Point(10, 48); - this.tabPage_bindPatron.Margin = new System.Windows.Forms.Padding(8); + this.tabPage_bindPatron.Location = new System.Drawing.Point(4, 31); + this.tabPage_bindPatron.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.tabPage_bindPatron.Name = "tabPage_bindPatron"; - this.tabPage_bindPatron.Size = new System.Drawing.Size(957, 787); + this.tabPage_bindPatron.Size = new System.Drawing.Size(708, 561); this.tabPage_bindPatron.TabIndex = 3; this.tabPage_bindPatron.Text = "BindPatron"; this.tabPage_bindPatron.UseVisualStyleBackColor = true; @@ -802,73 +807,73 @@ private void InitializeComponent() this.comboBox_bindPatron_action.Items.AddRange(new object[] { "bind", "unbind"}); - this.comboBox_bindPatron_action.Location = new System.Drawing.Point(328, 102); - this.comboBox_bindPatron_action.Margin = new System.Windows.Forms.Padding(8); + this.comboBox_bindPatron_action.Location = new System.Drawing.Point(241, 71); + this.comboBox_bindPatron_action.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.comboBox_bindPatron_action.Name = "comboBox_bindPatron_action"; - this.comboBox_bindPatron_action.Size = new System.Drawing.Size(396, 38); + this.comboBox_bindPatron_action.Size = new System.Drawing.Size(291, 29); this.comboBox_bindPatron_action.TabIndex = 36; // // label25 // this.label25.AutoSize = true; - this.label25.Location = new System.Drawing.Point(22, 110); - this.label25.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label25.Location = new System.Drawing.Point(16, 77); + this.label25.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label25.Name = "label25"; - this.label25.Size = new System.Drawing.Size(118, 30); + this.label25.Size = new System.Drawing.Size(87, 21); this.label25.TabIndex = 35; this.label25.Text = "Action:"; // // textBox_bindPatron_queryWord // - this.textBox_bindPatron_queryWord.Location = new System.Drawing.Point(328, 175); - this.textBox_bindPatron_queryWord.Margin = new System.Windows.Forms.Padding(8); + this.textBox_bindPatron_queryWord.Location = new System.Drawing.Point(241, 122); + this.textBox_bindPatron_queryWord.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_bindPatron_queryWord.Name = "textBox_bindPatron_queryWord"; - this.textBox_bindPatron_queryWord.Size = new System.Drawing.Size(396, 42); + this.textBox_bindPatron_queryWord.Size = new System.Drawing.Size(291, 31); this.textBox_bindPatron_queryWord.TabIndex = 22; // // label20 // this.label20.AutoSize = true; - this.label20.Location = new System.Drawing.Point(20, 182); - this.label20.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label20.Location = new System.Drawing.Point(15, 127); + this.label20.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label20.Name = "label20"; - this.label20.Size = new System.Drawing.Size(178, 30); + this.label20.Size = new System.Drawing.Size(131, 21); this.label20.TabIndex = 21; this.label20.Text = "Query Word:"; // // textBox_bindPatron_style // - this.textBox_bindPatron_style.Location = new System.Drawing.Point(328, 395); - this.textBox_bindPatron_style.Margin = new System.Windows.Forms.Padding(8); + this.textBox_bindPatron_style.Location = new System.Drawing.Point(241, 276); + this.textBox_bindPatron_style.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_bindPatron_style.Name = "textBox_bindPatron_style"; - this.textBox_bindPatron_style.Size = new System.Drawing.Size(396, 42); + this.textBox_bindPatron_style.Size = new System.Drawing.Size(291, 31); this.textBox_bindPatron_style.TabIndex = 28; // // label21 // this.label21.AutoSize = true; - this.label21.Location = new System.Drawing.Point(20, 402); - this.label21.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label21.Location = new System.Drawing.Point(15, 281); + this.label21.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label21.Name = "label21"; - this.label21.Size = new System.Drawing.Size(358, 30); + this.label21.Size = new System.Drawing.Size(263, 21); this.label21.TabIndex = 27; this.label21.Text = "Style(multiple/single):"; // // textBox_bindPatron_bindingID // - this.textBox_bindPatron_bindingID.Location = new System.Drawing.Point(328, 328); - this.textBox_bindPatron_bindingID.Margin = new System.Windows.Forms.Padding(8); + this.textBox_bindPatron_bindingID.Location = new System.Drawing.Point(241, 230); + this.textBox_bindPatron_bindingID.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_bindPatron_bindingID.Name = "textBox_bindPatron_bindingID"; - this.textBox_bindPatron_bindingID.Size = new System.Drawing.Size(396, 42); + this.textBox_bindPatron_bindingID.Size = new System.Drawing.Size(291, 31); this.textBox_bindPatron_bindingID.TabIndex = 26; // // label22 // this.label22.AutoSize = true; - this.label22.Location = new System.Drawing.Point(20, 335); - this.label22.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label22.Location = new System.Drawing.Point(15, 234); + this.label22.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label22.Name = "label22"; - this.label22.Size = new System.Drawing.Size(178, 30); + this.label22.Size = new System.Drawing.Size(131, 21); this.label22.TabIndex = 25; this.label22.Text = "Binding ID:"; // @@ -876,55 +881,55 @@ private void InitializeComponent() // this.textBox_bindPatron_resultTypeList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.textBox_bindPatron_resultTypeList.Location = new System.Drawing.Point(328, 462); - this.textBox_bindPatron_resultTypeList.Margin = new System.Windows.Forms.Padding(8); + this.textBox_bindPatron_resultTypeList.Location = new System.Drawing.Point(241, 323); + this.textBox_bindPatron_resultTypeList.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_bindPatron_resultTypeList.Name = "textBox_bindPatron_resultTypeList"; - this.textBox_bindPatron_resultTypeList.Size = new System.Drawing.Size(621, 42); + this.textBox_bindPatron_resultTypeList.Size = new System.Drawing.Size(465, 31); this.textBox_bindPatron_resultTypeList.TabIndex = 30; // // label23 // this.label23.AutoSize = true; - this.label23.Location = new System.Drawing.Point(20, 470); - this.label23.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label23.Location = new System.Drawing.Point(15, 329); + this.label23.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label23.Name = "label23"; - this.label23.Size = new System.Drawing.Size(268, 30); + this.label23.Size = new System.Drawing.Size(197, 21); this.label23.TabIndex = 29; this.label23.Text = "Result Type List:"; // // textBox_bindPatron_password // - this.textBox_bindPatron_password.Location = new System.Drawing.Point(328, 260); - this.textBox_bindPatron_password.Margin = new System.Windows.Forms.Padding(8); + this.textBox_bindPatron_password.Location = new System.Drawing.Point(241, 182); + this.textBox_bindPatron_password.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_bindPatron_password.Name = "textBox_bindPatron_password"; - this.textBox_bindPatron_password.Size = new System.Drawing.Size(396, 42); + this.textBox_bindPatron_password.Size = new System.Drawing.Size(291, 31); this.textBox_bindPatron_password.TabIndex = 24; // // label24 // this.label24.AutoSize = true; - this.label24.Location = new System.Drawing.Point(20, 268); - this.label24.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label24.Location = new System.Drawing.Point(15, 188); + this.label24.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label24.Name = "label24"; - this.label24.Size = new System.Drawing.Size(148, 30); + this.label24.Size = new System.Drawing.Size(109, 21); this.label24.TabIndex = 23; this.label24.Text = "Password:"; // // textBox_bindPatron_remoteUserName // - this.textBox_bindPatron_remoteUserName.Location = new System.Drawing.Point(328, 35); - this.textBox_bindPatron_remoteUserName.Margin = new System.Windows.Forms.Padding(8); + this.textBox_bindPatron_remoteUserName.Location = new System.Drawing.Point(241, 24); + this.textBox_bindPatron_remoteUserName.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_bindPatron_remoteUserName.Name = "textBox_bindPatron_remoteUserName"; - this.textBox_bindPatron_remoteUserName.Size = new System.Drawing.Size(396, 42); + this.textBox_bindPatron_remoteUserName.Size = new System.Drawing.Size(291, 31); this.textBox_bindPatron_remoteUserName.TabIndex = 5; // // label7 // this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(22, 42); - this.label7.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label7.Location = new System.Drawing.Point(16, 29); + this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(268, 30); + this.label7.Size = new System.Drawing.Size(197, 21); this.label7.TabIndex = 4; this.label7.Text = "Remote User Name:"; // @@ -943,20 +948,20 @@ private void InitializeComponent() this.tabPage_setInfo.Controls.Add(this.textBox_setInfo_remoteUserName); this.tabPage_setInfo.Controls.Add(this.label27); this.tabPage_setInfo.Controls.Add(this.button_testPaste); - this.tabPage_setInfo.Location = new System.Drawing.Point(10, 48); - this.tabPage_setInfo.Margin = new System.Windows.Forms.Padding(8); + this.tabPage_setInfo.Location = new System.Drawing.Point(4, 31); + this.tabPage_setInfo.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.tabPage_setInfo.Name = "tabPage_setInfo"; - this.tabPage_setInfo.Size = new System.Drawing.Size(957, 793); + this.tabPage_setInfo.Size = new System.Drawing.Size(708, 561); this.tabPage_setInfo.TabIndex = 4; this.tabPage_setInfo.Text = "SetXXXInfo"; this.tabPage_setInfo.UseVisualStyleBackColor = true; // // button_editEntities // - this.button_editEntities.Location = new System.Drawing.Point(625, 292); - this.button_editEntities.Margin = new System.Windows.Forms.Padding(8); + this.button_editEntities.Location = new System.Drawing.Point(458, 204); + this.button_editEntities.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.button_editEntities.Name = "button_editEntities"; - this.button_editEntities.Size = new System.Drawing.Size(325, 58); + this.button_editEntities.Size = new System.Drawing.Size(238, 41); this.button_editEntities.TabIndex = 39; this.button_editEntities.Text = "edit entities ..."; this.button_editEntities.UseVisualStyleBackColor = true; @@ -969,20 +974,20 @@ private void InitializeComponent() "new", "delete", "change"}); - this.comboBox_setInfo_action.Location = new System.Drawing.Point(325, 165); - this.comboBox_setInfo_action.Margin = new System.Windows.Forms.Padding(8); + this.comboBox_setInfo_action.Location = new System.Drawing.Point(238, 116); + this.comboBox_setInfo_action.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.comboBox_setInfo_action.Name = "comboBox_setInfo_action"; - this.comboBox_setInfo_action.Size = new System.Drawing.Size(396, 38); + this.comboBox_setInfo_action.Size = new System.Drawing.Size(291, 29); this.comboBox_setInfo_action.TabIndex = 38; this.comboBox_setInfo_action.Visible = false; // // label28 // this.label28.AutoSize = true; - this.label28.Location = new System.Drawing.Point(20, 172); - this.label28.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label28.Location = new System.Drawing.Point(15, 120); + this.label28.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label28.Name = "label28"; - this.label28.Size = new System.Drawing.Size(118, 30); + this.label28.Size = new System.Drawing.Size(87, 21); this.label28.TabIndex = 37; this.label28.Text = "Action:"; this.label28.Visible = false; @@ -992,11 +997,11 @@ private void InitializeComponent() this.webBrowser_setInfo_entities.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.webBrowser_setInfo_entities.Location = new System.Drawing.Point(22, 390); - this.webBrowser_setInfo_entities.Margin = new System.Windows.Forms.Padding(8); - this.webBrowser_setInfo_entities.MinimumSize = new System.Drawing.Size(50, 250); + this.webBrowser_setInfo_entities.Location = new System.Drawing.Point(16, 273); + this.webBrowser_setInfo_entities.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); + this.webBrowser_setInfo_entities.MinimumSize = new System.Drawing.Size(37, 175); this.webBrowser_setInfo_entities.Name = "webBrowser_setInfo_entities"; - this.webBrowser_setInfo_entities.Size = new System.Drawing.Size(1455, 324); + this.webBrowser_setInfo_entities.Size = new System.Drawing.Size(1076, 243); this.webBrowser_setInfo_entities.TabIndex = 15; // // comboBox_setInfo_method @@ -1009,74 +1014,74 @@ private void InitializeComponent() "setCommentInfo", "setReaderInfo", "setBiblioInfo"}); - this.comboBox_setInfo_method.Location = new System.Drawing.Point(325, 32); - this.comboBox_setInfo_method.Margin = new System.Windows.Forms.Padding(8); + this.comboBox_setInfo_method.Location = new System.Drawing.Point(238, 22); + this.comboBox_setInfo_method.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.comboBox_setInfo_method.Name = "comboBox_setInfo_method"; - this.comboBox_setInfo_method.Size = new System.Drawing.Size(396, 38); + this.comboBox_setInfo_method.Size = new System.Drawing.Size(291, 29); this.comboBox_setInfo_method.TabIndex = 9; // // label8 // this.label8.AutoSize = true; - this.label8.Location = new System.Drawing.Point(18, 40); - this.label8.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label8.Location = new System.Drawing.Point(13, 28); + this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(118, 30); + this.label8.Size = new System.Drawing.Size(87, 21); this.label8.TabIndex = 8; this.label8.Text = "Method:"; // // label19 // this.label19.AutoSize = true; - this.label19.Location = new System.Drawing.Point(18, 305); - this.label19.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label19.Location = new System.Drawing.Point(13, 214); + this.label19.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(148, 30); + this.label19.Size = new System.Drawing.Size(109, 21); this.label19.TabIndex = 14; this.label19.Text = "Entities:"; // // textBox_setInfo_biblioRecPath // - this.textBox_setInfo_biblioRecPath.Location = new System.Drawing.Point(325, 230); - this.textBox_setInfo_biblioRecPath.Margin = new System.Windows.Forms.Padding(8); + this.textBox_setInfo_biblioRecPath.Location = new System.Drawing.Point(238, 161); + this.textBox_setInfo_biblioRecPath.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_setInfo_biblioRecPath.Name = "textBox_setInfo_biblioRecPath"; - this.textBox_setInfo_biblioRecPath.Size = new System.Drawing.Size(396, 42); + this.textBox_setInfo_biblioRecPath.Size = new System.Drawing.Size(291, 31); this.textBox_setInfo_biblioRecPath.TabIndex = 13; // // label26 // this.label26.AutoSize = true; - this.label26.Location = new System.Drawing.Point(18, 238); - this.label26.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label26.Location = new System.Drawing.Point(13, 167); + this.label26.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label26.Name = "label26"; - this.label26.Size = new System.Drawing.Size(238, 30); + this.label26.Size = new System.Drawing.Size(175, 21); this.label26.TabIndex = 12; this.label26.Text = "Biblio RecPath:"; // // textBox_setInfo_remoteUserName // - this.textBox_setInfo_remoteUserName.Location = new System.Drawing.Point(325, 100); - this.textBox_setInfo_remoteUserName.Margin = new System.Windows.Forms.Padding(8); + this.textBox_setInfo_remoteUserName.Location = new System.Drawing.Point(238, 70); + this.textBox_setInfo_remoteUserName.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_setInfo_remoteUserName.Name = "textBox_setInfo_remoteUserName"; - this.textBox_setInfo_remoteUserName.Size = new System.Drawing.Size(396, 42); + this.textBox_setInfo_remoteUserName.Size = new System.Drawing.Size(291, 31); this.textBox_setInfo_remoteUserName.TabIndex = 11; // // label27 // this.label27.AutoSize = true; - this.label27.Location = new System.Drawing.Point(18, 108); - this.label27.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label27.Location = new System.Drawing.Point(13, 76); + this.label27.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label27.Name = "label27"; - this.label27.Size = new System.Drawing.Size(268, 30); + this.label27.Size = new System.Drawing.Size(197, 21); this.label27.TabIndex = 10; this.label27.Text = "Remote User Name:"; // // button_testPaste // - this.button_testPaste.Location = new System.Drawing.Point(325, 292); - this.button_testPaste.Margin = new System.Windows.Forms.Padding(8); + this.button_testPaste.Location = new System.Drawing.Point(238, 204); + this.button_testPaste.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.button_testPaste.Name = "button_testPaste"; - this.button_testPaste.Size = new System.Drawing.Size(285, 58); + this.button_testPaste.Size = new System.Drawing.Size(209, 41); this.button_testPaste.TabIndex = 0; this.button_testPaste.Text = "paste entities"; this.button_testPaste.UseVisualStyleBackColor = true; @@ -1100,10 +1105,10 @@ private void InitializeComponent() this.tabPage_circulation.Controls.Add(this.label34); this.tabPage_circulation.Controls.Add(this.textBox_circulation_remoteUserName); this.tabPage_circulation.Controls.Add(this.label35); - this.tabPage_circulation.Location = new System.Drawing.Point(10, 48); - this.tabPage_circulation.Margin = new System.Windows.Forms.Padding(8); + this.tabPage_circulation.Location = new System.Drawing.Point(4, 31); + this.tabPage_circulation.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.tabPage_circulation.Name = "tabPage_circulation"; - this.tabPage_circulation.Size = new System.Drawing.Size(957, 787); + this.tabPage_circulation.Size = new System.Drawing.Size(708, 561); this.tabPage_circulation.TabIndex = 5; this.tabPage_circulation.Text = "Circulation"; this.tabPage_circulation.UseVisualStyleBackColor = true; @@ -1112,19 +1117,19 @@ private void InitializeComponent() // this.textBox_circulation_biblioFormatList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.textBox_circulation_biblioFormatList.Location = new System.Drawing.Point(325, 528); - this.textBox_circulation_biblioFormatList.Margin = new System.Windows.Forms.Padding(8); + this.textBox_circulation_biblioFormatList.Location = new System.Drawing.Point(238, 370); + this.textBox_circulation_biblioFormatList.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_circulation_biblioFormatList.Name = "textBox_circulation_biblioFormatList"; - this.textBox_circulation_biblioFormatList.Size = new System.Drawing.Size(588, 42); + this.textBox_circulation_biblioFormatList.Size = new System.Drawing.Size(441, 31); this.textBox_circulation_biblioFormatList.TabIndex = 52; // // label36 // this.label36.AutoSize = true; - this.label36.Location = new System.Drawing.Point(18, 535); - this.label36.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label36.Location = new System.Drawing.Point(13, 374); + this.label36.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label36.Name = "label36"; - this.label36.Size = new System.Drawing.Size(298, 30); + this.label36.Size = new System.Drawing.Size(219, 21); this.label36.TabIndex = 51; this.label36.Text = "Biblio Format List:"; // @@ -1141,37 +1146,37 @@ private void InitializeComponent() "resetPassword", "changePassword", "verifyPassword"}); - this.comboBox_circulation_operation.Location = new System.Drawing.Point(325, 100); - this.comboBox_circulation_operation.Margin = new System.Windows.Forms.Padding(8); + this.comboBox_circulation_operation.Location = new System.Drawing.Point(238, 70); + this.comboBox_circulation_operation.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.comboBox_circulation_operation.Name = "comboBox_circulation_operation"; - this.comboBox_circulation_operation.Size = new System.Drawing.Size(396, 38); + this.comboBox_circulation_operation.Size = new System.Drawing.Size(291, 29); this.comboBox_circulation_operation.TabIndex = 50; // // label29 // this.label29.AutoSize = true; - this.label29.Location = new System.Drawing.Point(20, 108); - this.label29.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label29.Location = new System.Drawing.Point(15, 76); + this.label29.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label29.Name = "label29"; - this.label29.Size = new System.Drawing.Size(163, 30); + this.label29.Size = new System.Drawing.Size(120, 21); this.label29.TabIndex = 49; this.label29.Text = "Operation:"; // // textBox_circulation_patron // - this.textBox_circulation_patron.Location = new System.Drawing.Point(325, 172); - this.textBox_circulation_patron.Margin = new System.Windows.Forms.Padding(8); + this.textBox_circulation_patron.Location = new System.Drawing.Point(238, 120); + this.textBox_circulation_patron.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_circulation_patron.Name = "textBox_circulation_patron"; - this.textBox_circulation_patron.Size = new System.Drawing.Size(396, 42); + this.textBox_circulation_patron.Size = new System.Drawing.Size(291, 31); this.textBox_circulation_patron.TabIndex = 40; // // label30 // this.label30.AutoSize = true; - this.label30.Location = new System.Drawing.Point(18, 180); - this.label30.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label30.Location = new System.Drawing.Point(13, 126); + this.label30.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label30.Name = "label30"; - this.label30.Size = new System.Drawing.Size(118, 30); + this.label30.Size = new System.Drawing.Size(87, 21); this.label30.TabIndex = 39; this.label30.Text = "Patron:"; // @@ -1179,37 +1184,37 @@ private void InitializeComponent() // this.textBox_circulation_patronFormatList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.textBox_circulation_patronFormatList.Location = new System.Drawing.Point(325, 392); - this.textBox_circulation_patronFormatList.Margin = new System.Windows.Forms.Padding(8); + this.textBox_circulation_patronFormatList.Location = new System.Drawing.Point(238, 274); + this.textBox_circulation_patronFormatList.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_circulation_patronFormatList.Name = "textBox_circulation_patronFormatList"; - this.textBox_circulation_patronFormatList.Size = new System.Drawing.Size(588, 42); + this.textBox_circulation_patronFormatList.Size = new System.Drawing.Size(441, 31); this.textBox_circulation_patronFormatList.TabIndex = 46; // // label31 // this.label31.AutoSize = true; - this.label31.Location = new System.Drawing.Point(18, 400); - this.label31.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label31.Location = new System.Drawing.Point(13, 280); + this.label31.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label31.Name = "label31"; - this.label31.Size = new System.Drawing.Size(298, 30); + this.label31.Size = new System.Drawing.Size(219, 21); this.label31.TabIndex = 45; this.label31.Text = "Patron Format List:"; // // textBox_circulation_style // - this.textBox_circulation_style.Location = new System.Drawing.Point(325, 325); - this.textBox_circulation_style.Margin = new System.Windows.Forms.Padding(8); + this.textBox_circulation_style.Location = new System.Drawing.Point(238, 228); + this.textBox_circulation_style.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_circulation_style.Name = "textBox_circulation_style"; - this.textBox_circulation_style.Size = new System.Drawing.Size(396, 42); + this.textBox_circulation_style.Size = new System.Drawing.Size(291, 31); this.textBox_circulation_style.TabIndex = 44; // // label32 // this.label32.AutoSize = true; - this.label32.Location = new System.Drawing.Point(18, 332); - this.label32.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label32.Location = new System.Drawing.Point(13, 232); + this.label32.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label32.Name = "label32"; - this.label32.Size = new System.Drawing.Size(103, 30); + this.label32.Size = new System.Drawing.Size(76, 21); this.label32.TabIndex = 43; this.label32.Text = "Style:"; // @@ -1217,65 +1222,65 @@ private void InitializeComponent() // this.textBox_circulation_itemFormatList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.textBox_circulation_itemFormatList.Location = new System.Drawing.Point(325, 460); - this.textBox_circulation_itemFormatList.Margin = new System.Windows.Forms.Padding(8); + this.textBox_circulation_itemFormatList.Location = new System.Drawing.Point(238, 322); + this.textBox_circulation_itemFormatList.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_circulation_itemFormatList.Name = "textBox_circulation_itemFormatList"; - this.textBox_circulation_itemFormatList.Size = new System.Drawing.Size(588, 42); + this.textBox_circulation_itemFormatList.Size = new System.Drawing.Size(441, 31); this.textBox_circulation_itemFormatList.TabIndex = 48; // // label33 // this.label33.AutoSize = true; - this.label33.Location = new System.Drawing.Point(18, 468); - this.label33.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label33.Location = new System.Drawing.Point(13, 328); + this.label33.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label33.Name = "label33"; - this.label33.Size = new System.Drawing.Size(268, 30); + this.label33.Size = new System.Drawing.Size(197, 21); this.label33.TabIndex = 47; this.label33.Text = "Item Format List:"; // // textBox_circulation_item // - this.textBox_circulation_item.Location = new System.Drawing.Point(325, 258); - this.textBox_circulation_item.Margin = new System.Windows.Forms.Padding(8); + this.textBox_circulation_item.Location = new System.Drawing.Point(238, 181); + this.textBox_circulation_item.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_circulation_item.Name = "textBox_circulation_item"; - this.textBox_circulation_item.Size = new System.Drawing.Size(396, 42); + this.textBox_circulation_item.Size = new System.Drawing.Size(291, 31); this.textBox_circulation_item.TabIndex = 42; // // label34 // this.label34.AutoSize = true; - this.label34.Location = new System.Drawing.Point(18, 265); - this.label34.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label34.Location = new System.Drawing.Point(13, 186); + this.label34.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label34.Name = "label34"; - this.label34.Size = new System.Drawing.Size(88, 30); + this.label34.Size = new System.Drawing.Size(65, 21); this.label34.TabIndex = 41; this.label34.Text = "Item:"; // // textBox_circulation_remoteUserName // - this.textBox_circulation_remoteUserName.Location = new System.Drawing.Point(325, 32); - this.textBox_circulation_remoteUserName.Margin = new System.Windows.Forms.Padding(8); + this.textBox_circulation_remoteUserName.Location = new System.Drawing.Point(238, 22); + this.textBox_circulation_remoteUserName.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_circulation_remoteUserName.Name = "textBox_circulation_remoteUserName"; - this.textBox_circulation_remoteUserName.Size = new System.Drawing.Size(396, 42); + this.textBox_circulation_remoteUserName.Size = new System.Drawing.Size(291, 31); this.textBox_circulation_remoteUserName.TabIndex = 38; // // label35 // this.label35.AutoSize = true; - this.label35.Location = new System.Drawing.Point(20, 40); - this.label35.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label35.Location = new System.Drawing.Point(15, 28); + this.label35.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label35.Name = "label35"; - this.label35.Size = new System.Drawing.Size(268, 30); + this.label35.Size = new System.Drawing.Size(197, 21); this.label35.TabIndex = 37; this.label35.Text = "Remote User Name:"; // // tabPage_message // this.tabPage_message.Controls.Add(this.splitContainer_message); - this.tabPage_message.Location = new System.Drawing.Point(10, 48); - this.tabPage_message.Margin = new System.Windows.Forms.Padding(8); + this.tabPage_message.Location = new System.Drawing.Point(4, 31); + this.tabPage_message.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.tabPage_message.Name = "tabPage_message"; - this.tabPage_message.Size = new System.Drawing.Size(957, 787); + this.tabPage_message.Size = new System.Drawing.Size(708, 561); this.tabPage_message.TabIndex = 6; this.tabPage_message.Text = "Message"; this.tabPage_message.UseVisualStyleBackColor = true; @@ -1284,7 +1289,7 @@ private void InitializeComponent() // this.splitContainer_message.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer_message.Location = new System.Drawing.Point(0, 0); - this.splitContainer_message.Margin = new System.Windows.Forms.Padding(8); + this.splitContainer_message.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.splitContainer_message.Name = "splitContainer_message"; this.splitContainer_message.Orientation = System.Windows.Forms.Orientation.Horizontal; // @@ -1311,28 +1316,28 @@ private void InitializeComponent() // splitContainer_message.Panel2 // this.splitContainer_message.Panel2.Controls.Add(this.webBrowser_message); - this.splitContainer_message.Size = new System.Drawing.Size(957, 787); - this.splitContainer_message.SplitterDistance = 615; - this.splitContainer_message.SplitterWidth = 20; + this.splitContainer_message.Size = new System.Drawing.Size(708, 561); + this.splitContainer_message.SplitterDistance = 438; + this.splitContainer_message.SplitterWidth = 14; this.splitContainer_message.TabIndex = 40; // // textBox_message_sortCondition // this.textBox_message_sortCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.textBox_message_sortCondition.Location = new System.Drawing.Point(192, 228); - this.textBox_message_sortCondition.Margin = new System.Windows.Forms.Padding(8); + this.textBox_message_sortCondition.Location = new System.Drawing.Point(141, 160); + this.textBox_message_sortCondition.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_message_sortCondition.Name = "textBox_message_sortCondition"; - this.textBox_message_sortCondition.Size = new System.Drawing.Size(1605, 42); + this.textBox_message_sortCondition.Size = new System.Drawing.Size(1186, 31); this.textBox_message_sortCondition.TabIndex = 49; // // label46 // this.label46.AutoSize = true; - this.label46.Location = new System.Drawing.Point(0, 235); - this.label46.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label46.Location = new System.Drawing.Point(0, 164); + this.label46.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label46.Name = "label46"; - this.label46.Size = new System.Drawing.Size(88, 30); + this.label46.Size = new System.Drawing.Size(65, 21); this.label46.TabIndex = 48; this.label46.Text = "Sort:"; // @@ -1340,28 +1345,28 @@ private void InitializeComponent() // this.textBox_message_userRange.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.textBox_message_userRange.Location = new System.Drawing.Point(192, 95); - this.textBox_message_userRange.Margin = new System.Windows.Forms.Padding(8); + this.textBox_message_userRange.Location = new System.Drawing.Point(141, 66); + this.textBox_message_userRange.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_message_userRange.Name = "textBox_message_userRange"; - this.textBox_message_userRange.Size = new System.Drawing.Size(1605, 42); + this.textBox_message_userRange.Size = new System.Drawing.Size(1186, 31); this.textBox_message_userRange.TabIndex = 47; // // label41 // this.label41.AutoSize = true; - this.label41.Location = new System.Drawing.Point(0, 95); - this.label41.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label41.Location = new System.Drawing.Point(0, 66); + this.label41.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label41.Name = "label41"; - this.label41.Size = new System.Drawing.Size(178, 30); + this.label41.Size = new System.Drawing.Size(131, 21); this.label41.TabIndex = 46; this.label41.Text = "User Range:"; // // button_message_delete // - this.button_message_delete.Location = new System.Drawing.Point(828, 462); - this.button_message_delete.Margin = new System.Windows.Forms.Padding(8); + this.button_message_delete.Location = new System.Drawing.Point(607, 323); + this.button_message_delete.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.button_message_delete.Name = "button_message_delete"; - this.button_message_delete.Size = new System.Drawing.Size(140, 58); + this.button_message_delete.Size = new System.Drawing.Size(103, 41); this.button_message_delete.TabIndex = 45; this.button_message_delete.Text = "delete"; this.button_message_delete.UseVisualStyleBackColor = true; @@ -1369,10 +1374,10 @@ private void InitializeComponent() // // button_message_enumGroupName // - this.button_message_enumGroupName.Location = new System.Drawing.Point(708, 462); - this.button_message_enumGroupName.Margin = new System.Windows.Forms.Padding(8); + this.button_message_enumGroupName.Location = new System.Drawing.Point(519, 323); + this.button_message_enumGroupName.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.button_message_enumGroupName.Name = "button_message_enumGroupName"; - this.button_message_enumGroupName.Size = new System.Drawing.Size(118, 58); + this.button_message_enumGroupName.Size = new System.Drawing.Size(87, 41); this.button_message_enumGroupName.TabIndex = 44; this.button_message_enumGroupName.Text = "enum"; this.button_message_enumGroupName.UseVisualStyleBackColor = true; @@ -1380,10 +1385,10 @@ private void InitializeComponent() // // button_message_getGroupNameQuick // - this.button_message_getGroupNameQuick.Location = new System.Drawing.Point(312, 462); - this.button_message_getGroupNameQuick.Margin = new System.Windows.Forms.Padding(8); + this.button_message_getGroupNameQuick.Location = new System.Drawing.Point(229, 323); + this.button_message_getGroupNameQuick.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.button_message_getGroupNameQuick.Name = "button_message_getGroupNameQuick"; - this.button_message_getGroupNameQuick.Size = new System.Drawing.Size(388, 58); + this.button_message_getGroupNameQuick.Size = new System.Drawing.Size(285, 41); this.button_message_getGroupNameQuick.TabIndex = 43; this.button_message_getGroupNameQuick.Text = "Get Group Name Quick"; this.button_message_getGroupNameQuick.UseVisualStyleBackColor = true; @@ -1391,10 +1396,10 @@ private void InitializeComponent() // // button_message_transGroupName // - this.button_message_transGroupName.Location = new System.Drawing.Point(0, 462); - this.button_message_transGroupName.Margin = new System.Windows.Forms.Padding(8); + this.button_message_transGroupName.Location = new System.Drawing.Point(0, 323); + this.button_message_transGroupName.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.button_message_transGroupName.Name = "button_message_transGroupName"; - this.button_message_transGroupName.Size = new System.Drawing.Size(298, 58); + this.button_message_transGroupName.Size = new System.Drawing.Size(219, 41); this.button_message_transGroupName.TabIndex = 42; this.button_message_transGroupName.Text = "Get Group Name"; this.button_message_transGroupName.UseVisualStyleBackColor = true; @@ -1404,19 +1409,19 @@ private void InitializeComponent() // this.textBox_message_timeRange.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.textBox_message_timeRange.Location = new System.Drawing.Point(192, 162); - this.textBox_message_timeRange.Margin = new System.Windows.Forms.Padding(8); + this.textBox_message_timeRange.Location = new System.Drawing.Point(141, 113); + this.textBox_message_timeRange.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_message_timeRange.Name = "textBox_message_timeRange"; - this.textBox_message_timeRange.Size = new System.Drawing.Size(1605, 42); + this.textBox_message_timeRange.Size = new System.Drawing.Size(1186, 31); this.textBox_message_timeRange.TabIndex = 41; // // label39 // this.label39.AutoSize = true; - this.label39.Location = new System.Drawing.Point(0, 170); - this.label39.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label39.Location = new System.Drawing.Point(0, 119); + this.label39.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label39.Name = "label39"; - this.label39.Size = new System.Drawing.Size(178, 30); + this.label39.Size = new System.Drawing.Size(131, 21); this.label39.TabIndex = 40; this.label39.Text = "Time Range:"; // @@ -1424,49 +1429,49 @@ private void InitializeComponent() // this.textBox_message_text.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.textBox_message_text.Location = new System.Drawing.Point(135, 295); - this.textBox_message_text.Margin = new System.Windows.Forms.Padding(8); + this.textBox_message_text.Location = new System.Drawing.Point(99, 206); + this.textBox_message_text.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_message_text.Multiline = true; this.textBox_message_text.Name = "textBox_message_text"; - this.textBox_message_text.Size = new System.Drawing.Size(1663, 149); + this.textBox_message_text.Size = new System.Drawing.Size(1228, 106); this.textBox_message_text.TabIndex = 3; // // textBox_message_groupName // this.textBox_message_groupName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.textBox_message_groupName.Location = new System.Drawing.Point(192, 28); - this.textBox_message_groupName.Margin = new System.Windows.Forms.Padding(8); + this.textBox_message_groupName.Location = new System.Drawing.Point(141, 20); + this.textBox_message_groupName.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_message_groupName.Name = "textBox_message_groupName"; - this.textBox_message_groupName.Size = new System.Drawing.Size(1605, 42); + this.textBox_message_groupName.Size = new System.Drawing.Size(1186, 31); this.textBox_message_groupName.TabIndex = 39; // // label37 // this.label37.AutoSize = true; - this.label37.Location = new System.Drawing.Point(0, 295); - this.label37.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label37.Location = new System.Drawing.Point(0, 206); + this.label37.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label37.Name = "label37"; - this.label37.Size = new System.Drawing.Size(88, 30); + this.label37.Size = new System.Drawing.Size(65, 21); this.label37.TabIndex = 2; this.label37.Text = "Text:"; // // label38 // this.label38.AutoSize = true; - this.label38.Location = new System.Drawing.Point(0, 38); - this.label38.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label38.Location = new System.Drawing.Point(0, 27); + this.label38.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label38.Name = "label38"; - this.label38.Size = new System.Drawing.Size(178, 30); + this.label38.Size = new System.Drawing.Size(131, 21); this.label38.TabIndex = 6; this.label38.Text = "Group Name:"; // // button_message_send // - this.button_message_send.Location = new System.Drawing.Point(0, 390); - this.button_message_send.Margin = new System.Windows.Forms.Padding(8); + this.button_message_send.Location = new System.Drawing.Point(0, 273); + this.button_message_send.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.button_message_send.Name = "button_message_send"; - this.button_message_send.Size = new System.Drawing.Size(118, 58); + this.button_message_send.Size = new System.Drawing.Size(87, 41); this.button_message_send.TabIndex = 4; this.button_message_send.Text = "Send"; this.button_message_send.UseVisualStyleBackColor = true; @@ -1474,10 +1479,10 @@ private void InitializeComponent() // // button_message_load // - this.button_message_load.Location = new System.Drawing.Point(0, 332); - this.button_message_load.Margin = new System.Windows.Forms.Padding(8); + this.button_message_load.Location = new System.Drawing.Point(0, 232); + this.button_message_load.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.button_message_load.Name = "button_message_load"; - this.button_message_load.Size = new System.Drawing.Size(118, 58); + this.button_message_load.Size = new System.Drawing.Size(87, 41); this.button_message_load.TabIndex = 5; this.button_message_load.Text = "Load"; this.button_message_load.UseVisualStyleBackColor = true; @@ -1487,10 +1492,10 @@ private void InitializeComponent() // this.webBrowser_message.Dock = System.Windows.Forms.DockStyle.Fill; this.webBrowser_message.Location = new System.Drawing.Point(0, 0); - this.webBrowser_message.Margin = new System.Windows.Forms.Padding(8); - this.webBrowser_message.MinimumSize = new System.Drawing.Size(50, 50); + this.webBrowser_message.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); + this.webBrowser_message.MinimumSize = new System.Drawing.Size(37, 35); this.webBrowser_message.Name = "webBrowser_message"; - this.webBrowser_message.Size = new System.Drawing.Size(957, 152); + this.webBrowser_message.Size = new System.Drawing.Size(708, 109); this.webBrowser_message.TabIndex = 1; // // tabPage_getRes @@ -1509,10 +1514,10 @@ private void InitializeComponent() this.tabPage_getRes.Controls.Add(this.label45); this.tabPage_getRes.Controls.Add(this.textBox_getRes_start); this.tabPage_getRes.Controls.Add(this.label47); - this.tabPage_getRes.Location = new System.Drawing.Point(10, 48); - this.tabPage_getRes.Margin = new System.Windows.Forms.Padding(8); + this.tabPage_getRes.Location = new System.Drawing.Point(4, 31); + this.tabPage_getRes.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.tabPage_getRes.Name = "tabPage_getRes"; - this.tabPage_getRes.Size = new System.Drawing.Size(957, 787); + this.tabPage_getRes.Size = new System.Drawing.Size(708, 561); this.tabPage_getRes.TabIndex = 7; this.tabPage_getRes.Text = "GetRes"; this.tabPage_getRes.UseVisualStyleBackColor = true; @@ -1521,19 +1526,19 @@ private void InitializeComponent() // this.textBox_getRes_outputFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.textBox_getRes_outputFile.Location = new System.Drawing.Point(325, 485); - this.textBox_getRes_outputFile.Margin = new System.Windows.Forms.Padding(8); + this.textBox_getRes_outputFile.Location = new System.Drawing.Point(238, 340); + this.textBox_getRes_outputFile.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_getRes_outputFile.Name = "textBox_getRes_outputFile"; - this.textBox_getRes_outputFile.Size = new System.Drawing.Size(588, 42); + this.textBox_getRes_outputFile.Size = new System.Drawing.Size(441, 31); this.textBox_getRes_outputFile.TabIndex = 56; // // label40 // this.label40.AutoSize = true; - this.label40.Location = new System.Drawing.Point(18, 492); - this.label40.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label40.Location = new System.Drawing.Point(13, 344); + this.label40.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label40.Name = "label40"; - this.label40.Size = new System.Drawing.Size(193, 30); + this.label40.Size = new System.Drawing.Size(142, 21); this.label40.TabIndex = 55; this.label40.Text = "Output File:"; // @@ -1542,119 +1547,119 @@ private void InitializeComponent() this.comboBox_getRes_operation.FormattingEnabled = true; this.comboBox_getRes_operation.Items.AddRange(new object[] { "getRes"}); - this.comboBox_getRes_operation.Location = new System.Drawing.Point(325, 100); - this.comboBox_getRes_operation.Margin = new System.Windows.Forms.Padding(8); + this.comboBox_getRes_operation.Location = new System.Drawing.Point(238, 70); + this.comboBox_getRes_operation.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.comboBox_getRes_operation.Name = "comboBox_getRes_operation"; - this.comboBox_getRes_operation.Size = new System.Drawing.Size(396, 38); + this.comboBox_getRes_operation.Size = new System.Drawing.Size(291, 29); this.comboBox_getRes_operation.TabIndex = 54; // // label42 // this.label42.AutoSize = true; - this.label42.Location = new System.Drawing.Point(20, 108); - this.label42.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label42.Location = new System.Drawing.Point(15, 76); + this.label42.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label42.Name = "label42"; - this.label42.Size = new System.Drawing.Size(163, 30); + this.label42.Size = new System.Drawing.Size(120, 21); this.label42.TabIndex = 53; this.label42.Text = "Operation:"; // // textBox_getRes_remoteUserName // - this.textBox_getRes_remoteUserName.Location = new System.Drawing.Point(325, 32); - this.textBox_getRes_remoteUserName.Margin = new System.Windows.Forms.Padding(8); + this.textBox_getRes_remoteUserName.Location = new System.Drawing.Point(238, 22); + this.textBox_getRes_remoteUserName.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_getRes_remoteUserName.Name = "textBox_getRes_remoteUserName"; - this.textBox_getRes_remoteUserName.Size = new System.Drawing.Size(396, 42); + this.textBox_getRes_remoteUserName.Size = new System.Drawing.Size(291, 31); this.textBox_getRes_remoteUserName.TabIndex = 52; // // label48 // this.label48.AutoSize = true; - this.label48.Location = new System.Drawing.Point(20, 40); - this.label48.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label48.Location = new System.Drawing.Point(15, 28); + this.label48.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label48.Name = "label48"; - this.label48.Size = new System.Drawing.Size(268, 30); + this.label48.Size = new System.Drawing.Size(197, 21); this.label48.TabIndex = 51; this.label48.Text = "Remote User Name:"; // // textBox_getRes_path // - this.textBox_getRes_path.Location = new System.Drawing.Point(325, 165); - this.textBox_getRes_path.Margin = new System.Windows.Forms.Padding(8); + this.textBox_getRes_path.Location = new System.Drawing.Point(238, 116); + this.textBox_getRes_path.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_getRes_path.Name = "textBox_getRes_path"; - this.textBox_getRes_path.Size = new System.Drawing.Size(396, 42); + this.textBox_getRes_path.Size = new System.Drawing.Size(291, 31); this.textBox_getRes_path.TabIndex = 25; // // label43 // this.label43.AutoSize = true; - this.label43.Location = new System.Drawing.Point(18, 172); - this.label43.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label43.Location = new System.Drawing.Point(13, 120); + this.label43.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label43.Name = "label43"; - this.label43.Size = new System.Drawing.Size(88, 30); + this.label43.Size = new System.Drawing.Size(65, 21); this.label43.TabIndex = 24; this.label43.Text = "Path:"; // // textBox_getRes_style // - this.textBox_getRes_style.Location = new System.Drawing.Point(325, 385); - this.textBox_getRes_style.Margin = new System.Windows.Forms.Padding(8); + this.textBox_getRes_style.Location = new System.Drawing.Point(238, 270); + this.textBox_getRes_style.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_getRes_style.Name = "textBox_getRes_style"; - this.textBox_getRes_style.Size = new System.Drawing.Size(396, 42); + this.textBox_getRes_style.Size = new System.Drawing.Size(291, 31); this.textBox_getRes_style.TabIndex = 31; // // label44 // this.label44.AutoSize = true; - this.label44.Location = new System.Drawing.Point(18, 392); - this.label44.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label44.Location = new System.Drawing.Point(13, 274); + this.label44.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label44.Name = "label44"; - this.label44.Size = new System.Drawing.Size(103, 30); + this.label44.Size = new System.Drawing.Size(76, 21); this.label44.TabIndex = 30; this.label44.Text = "Style:"; // // textBox_getRes_length // - this.textBox_getRes_length.Location = new System.Drawing.Point(325, 318); - this.textBox_getRes_length.Margin = new System.Windows.Forms.Padding(8); + this.textBox_getRes_length.Location = new System.Drawing.Point(238, 223); + this.textBox_getRes_length.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_getRes_length.Name = "textBox_getRes_length"; - this.textBox_getRes_length.Size = new System.Drawing.Size(396, 42); + this.textBox_getRes_length.Size = new System.Drawing.Size(291, 31); this.textBox_getRes_length.TabIndex = 29; // // label45 // this.label45.AutoSize = true; - this.label45.Location = new System.Drawing.Point(18, 325); - this.label45.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label45.Location = new System.Drawing.Point(13, 228); + this.label45.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label45.Name = "label45"; - this.label45.Size = new System.Drawing.Size(118, 30); + this.label45.Size = new System.Drawing.Size(87, 21); this.label45.TabIndex = 28; this.label45.Text = "Length:"; // // textBox_getRes_start // - this.textBox_getRes_start.Location = new System.Drawing.Point(325, 250); - this.textBox_getRes_start.Margin = new System.Windows.Forms.Padding(8); + this.textBox_getRes_start.Location = new System.Drawing.Point(238, 175); + this.textBox_getRes_start.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_getRes_start.Name = "textBox_getRes_start"; - this.textBox_getRes_start.Size = new System.Drawing.Size(396, 42); + this.textBox_getRes_start.Size = new System.Drawing.Size(291, 31); this.textBox_getRes_start.TabIndex = 27; // // label47 // this.label47.AutoSize = true; - this.label47.Location = new System.Drawing.Point(18, 258); - this.label47.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); + this.label47.Location = new System.Drawing.Point(13, 181); + this.label47.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label47.Name = "label47"; - this.label47.Size = new System.Drawing.Size(103, 30); + this.label47.Size = new System.Drawing.Size(76, 21); this.label47.TabIndex = 26; this.label47.Text = "Start:"; // // tabPage_markdown // this.tabPage_markdown.Controls.Add(this.textBox_markdown_source); - this.tabPage_markdown.Location = new System.Drawing.Point(10, 48); - this.tabPage_markdown.Margin = new System.Windows.Forms.Padding(8); + this.tabPage_markdown.Location = new System.Drawing.Point(4, 31); + this.tabPage_markdown.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.tabPage_markdown.Name = "tabPage_markdown"; - this.tabPage_markdown.Size = new System.Drawing.Size(957, 787); + this.tabPage_markdown.Size = new System.Drawing.Size(708, 561); this.tabPage_markdown.TabIndex = 8; this.tabPage_markdown.Text = "MarkDown"; this.tabPage_markdown.UseVisualStyleBackColor = true; @@ -1666,12 +1671,12 @@ private void InitializeComponent() this.textBox_markdown_source.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_markdown_source.Location = new System.Drawing.Point(22, 42); - this.textBox_markdown_source.Margin = new System.Windows.Forms.Padding(8); + this.textBox_markdown_source.Location = new System.Drawing.Point(16, 29); + this.textBox_markdown_source.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.textBox_markdown_source.Multiline = true; this.textBox_markdown_source.Name = "textBox_markdown_source"; this.textBox_markdown_source.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - this.textBox_markdown_source.Size = new System.Drawing.Size(868, 644); + this.textBox_markdown_source.Size = new System.Drawing.Size(646, 472); this.textBox_markdown_source.TabIndex = 0; // // toolStrip1 @@ -1679,10 +1684,10 @@ private void InitializeComponent() this.toolStrip1.ImageScalingSize = new System.Drawing.Size(40, 40); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton_begin}); - this.toolStrip1.Location = new System.Drawing.Point(0, 47); + this.toolStrip1.Location = new System.Drawing.Point(0, 34); this.toolStrip1.Name = "toolStrip1"; - this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0); - this.toolStrip1.Size = new System.Drawing.Size(1832, 50); + this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 4, 0); + this.toolStrip1.Size = new System.Drawing.Size(1343, 38); this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; // @@ -1692,15 +1697,15 @@ private void InitializeComponent() this.toolStripButton_begin.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_begin.Image"))); this.toolStripButton_begin.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton_begin.Name = "toolStripButton_begin"; - this.toolStripButton_begin.Size = new System.Drawing.Size(102, 43); + this.toolStripButton_begin.Size = new System.Drawing.Size(73, 32); this.toolStripButton_begin.Text = "Begin"; this.toolStripButton_begin.Click += new System.EventHandler(this.toolStripButton_begin_Click); // // splitContainer_main // this.splitContainer_main.Dock = System.Windows.Forms.DockStyle.Fill; - this.splitContainer_main.Location = new System.Drawing.Point(0, 97); - this.splitContainer_main.Margin = new System.Windows.Forms.Padding(8); + this.splitContainer_main.Location = new System.Drawing.Point(0, 72); + this.splitContainer_main.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.splitContainer_main.Name = "splitContainer_main"; // // splitContainer_main.Panel1 @@ -1710,32 +1715,32 @@ private void InitializeComponent() // splitContainer_main.Panel2 // this.splitContainer_main.Panel2.Controls.Add(this.webBrowser1); - this.splitContainer_main.Size = new System.Drawing.Size(1832, 851); - this.splitContainer_main.SplitterDistance = 977; - this.splitContainer_main.SplitterWidth = 20; + this.splitContainer_main.Size = new System.Drawing.Size(1343, 589); + this.splitContainer_main.SplitterDistance = 716; + this.splitContainer_main.SplitterWidth = 15; this.splitContainer_main.TabIndex = 3; // // webBrowser1 // this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill; this.webBrowser1.Location = new System.Drawing.Point(0, 0); - this.webBrowser1.Margin = new System.Windows.Forms.Padding(8); - this.webBrowser1.MinimumSize = new System.Drawing.Size(50, 50); + this.webBrowser1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); + this.webBrowser1.MinimumSize = new System.Drawing.Size(37, 35); this.webBrowser1.Name = "webBrowser1"; - this.webBrowser1.Size = new System.Drawing.Size(835, 851); + this.webBrowser1.Size = new System.Drawing.Size(612, 589); this.webBrowser1.TabIndex = 0; // // MainForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(15F, 30F); + this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1832, 1000); + this.ClientSize = new System.Drawing.Size(1343, 700); this.Controls.Add(this.splitContainer_main); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; - this.Margin = new System.Windows.Forms.Padding(8); + this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.Name = "MainForm"; this.Text = "Form1"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); diff --git a/TestClient1/MainForm.resx b/TestClient1/MainForm.resx index 454d8446..7105adfe 100644 --- a/TestClient1/MainForm.resx +++ b/TestClient1/MainForm.resx @@ -130,7 +130,7 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAJOgAACToAYJjBRwAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG + YQUAAAAJcEhZcwAAGdYAABnWARjRyu0AAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc diff --git a/dp2Capo/Properties/AssemblyInfo.cs b/dp2Capo/Properties/AssemblyInfo.cs index 112ebc2e..cd103dee 100644 --- a/dp2Capo/Properties/AssemblyInfo.cs +++ b/dp2Capo/Properties/AssemblyInfo.cs @@ -92,4 +92,5 @@ // 1.50 (2022/9/27) SIP Server 大约每一分钟清理一次 dp2library version 缓存 // 1.51 (2022/9/29) SIP Server 借书或者续借限制了当前读者在借册 50 册以下。如果达到或超过 50 册,则不允许借书了,只能还书 // 1.52 (2022/10/1) chordInstaller 中 dp2capo 实例对话框中,为 SIP 通道增加了一个“在借册数限额”参数。默认为 -1,表示不限制 -// 1.53 (2022/10/19) 点对点 Search() API 增加 getItemInfoEx 子功能,等同于 dp2library API 的 GetItemIinfo() API \ No newline at end of file +// 1.53 (2022/10/19) 点对点 Search() API 增加 getItemInfoEx 子功能,等同于 dp2library API 的 GetItemIinfo() API +// 点对点 Search() API 增加 searchItem searchIssue searchOrder searchComment 子功能,等同于 dp2library API 的和四个子功能同名的函数 \ No newline at end of file diff --git a/dp2Capo/ServerConnection.cs b/dp2Capo/ServerConnection.cs index 5db7829b..8904f71b 100644 --- a/dp2Capo/ServerConnection.cs +++ b/dp2Capo/ServerConnection.cs @@ -1649,6 +1649,7 @@ void SearchAndResponse(SearchRequest searchParam) #endif } + // searchBiblio searchPatron searchItem 等 void SearchBiblio(SearchRequest searchParam) { string strError = ""; @@ -1672,6 +1673,16 @@ void SearchBiblio(SearchRequest searchParam) string strQueryXml = ""; long lRet = 0; + string strSearchStyle = StringUtil.GetParameterByPrefix(searchParam.FormatList, "searchStyle")?.Replace("|", ","); + searchParam.FormatList = RemovePrefixParameter(searchParam.FormatList, "searchStyle"); + string strOutputStyle = StringUtil.GetParameterByPrefix(searchParam.FormatList, "outputStyle")?.Replace("|", ","); + searchParam.FormatList = RemovePrefixParameter(searchParam.FormatList, "outputStyle"); + + string strLang = StringUtil.GetParameterByPrefix(searchParam.FormatList, "lang"); + if (string.IsNullOrEmpty(strLang)) + strLang = "zh"; + searchParam.FormatList = RemovePrefixParameter(searchParam.FormatList, "lang"); + if (searchParam.QueryWord == "!getResult") { lRet = -1; @@ -1688,10 +1699,10 @@ void SearchBiblio(SearchRequest searchParam) (int)searchParam.MaxResults, searchParam.UseList, searchParam.MatchStyle, - "zh", + strLang, // "zh", strResultSetName, - "", // strSearchStyle - "", // strOutputStyle + strSearchStyle, + strOutputStyle, searchParam.Filter, out strQueryXml, out strError); @@ -1708,11 +1719,70 @@ void SearchBiblio(SearchRequest searchParam) (int)searchParam.MaxResults, searchParam.UseList, searchParam.MatchStyle, - "zh", + strLang, // "zh", strResultSetName, - "", + strOutputStyle, // "", out strError); } + else if (searchParam.Operation == "searchItem" + || searchParam.Operation == "searchIssue" + || searchParam.Operation == "searchOrder" + || searchParam.Operation == "searchComment") + { + if (searchParam.Operation == "searchItem") + lRet = channel.SearchItem(// null, + searchParam.DbNameList, + searchParam.QueryWord, + (int)searchParam.MaxResults, + searchParam.UseList, + searchParam.MatchStyle, + strLang, + strResultSetName, + strSearchStyle, + strOutputStyle, + out strError); + else if (searchParam.Operation == "searchIssue") + lRet = channel.SearchIssue( + searchParam.DbNameList, + searchParam.QueryWord, + (int)searchParam.MaxResults, + searchParam.UseList, + searchParam.MatchStyle, + strLang, + strResultSetName, + strSearchStyle, + strOutputStyle, + out strError); + else if (searchParam.Operation == "searchOrder") + lRet = channel.SearchOrder( + searchParam.DbNameList, + searchParam.QueryWord, + (int)searchParam.MaxResults, + searchParam.UseList, + searchParam.MatchStyle, + strLang, + strResultSetName, + strSearchStyle, + strOutputStyle, + out strError); + else if (searchParam.Operation == "searchComment") + lRet = channel.SearchComment( + searchParam.DbNameList, + searchParam.QueryWord, + (int)searchParam.MaxResults, + searchParam.UseList, + searchParam.MatchStyle, + strLang, + strResultSetName, + strSearchStyle, + strOutputStyle, + out strError); + else + { + strError = $"无法识别的 searchParam.Operation '{searchParam.Operation}'"; + goto ERROR1; + } + } else { lRet = -1;